Started by user Andrew Hsu Replayed #2 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 72befc22185fadfa8a19aef3b6d3eb7d6ce6e8dd rather than 318e279fd8f7bb98eba4890d25e24b4ca86185b5 Obtained Jenkinsfile from 72befc22185fadfa8a19aef3b6d3eb7d6ce6e8dd Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2019-10-07T23:43:12.990Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-10-07T23:43:12.996Z] Trying to pass milestone 2 [Pipeline] milestone [2019-10-07T23:43:13.013Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-10-07T23:43:13.126Z] Running on ubuntu-1804-overlay2 (i-07d76592b3ea95328) in /home/ubuntu/workspace/moby_PR-40057 [Pipeline] { [Pipeline] checkout [2019-10-07T23:43:13.208Z] using credential docker-jenkins-github-credentials [2019-10-07T23:43:13.215Z] Cloning the remote Git repository [2019-10-07T23:43:13.215Z] Cloning with configured refspecs honoured and without tags [2019-10-07T23:43:13.218Z] Cloning repository https://github.com/moby/moby.git [2019-10-07T23:43:13.218Z] > git init /home/ubuntu/workspace/moby_PR-40057 # timeout=10 [2019-10-07T23:43:13.239Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-07T23:43:13.239Z] > git --version # timeout=10 [2019-10-07T23:43:13.243Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-07T23:43:13.243Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40057/head:refs/remotes/origin/PR-40057 +refs/heads/master:refs/remotes/origin/master [2019-10-07T23:43:26.210Z] Fetching without tags [2019-10-07T23:43:26.502Z] Merging remotes/origin/master commit 94254871178787246d899392256709d0560701ad into PR head commit 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:27.044Z] Merge succeeded, producing 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:27.045Z] Checking out Revision 318e279fd8f7bb98eba4890d25e24b4ca86185b5 (PR-40057) [2019-10-07T23:43:26.198Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-07T23:43:26.201Z] > git config --add remote.origin.fetch +refs/pull/40057/head:refs/remotes/origin/PR-40057 # timeout=10 [2019-10-07T23:43:26.203Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-07T23:43:26.207Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-07T23:43:26.255Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-07T23:43:26.255Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-07T23:43:26.255Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40057/head:refs/remotes/origin/PR-40057 +refs/heads/master:refs/remotes/origin/master [2019-10-07T23:43:26.502Z] > git config core.sparsecheckout # timeout=10 [2019-10-07T23:43:26.504Z] > git checkout -f 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:27.034Z] > git merge 94254871178787246d899392256709d0560701ad # timeout=10 [2019-10-07T23:43:27.040Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-07T23:43:27.089Z] > git config core.sparsecheckout # timeout=10 [2019-10-07T23:43:27.091Z] > git checkout -f 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:27.569Z] Commit message: "integration-cli: TestDockerNetworkConnectLinkLocalIP return on failure" [2019-10-07T23:43:27.570Z] > git rev-list --no-walk 318e279fd8f7bb98eba4890d25e24b4ca86185b5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-07T23:43:28.443Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40057:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-10-07T23:43:31.703Z] 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 [Pipeline] node [2019-10-07T23:43:32.140Z] Running on ubuntu-1804-overlay2 (i-07d76592b3ea95328) in /home/ubuntu/workspace/moby_PR-40057 [Pipeline] node [2019-10-07T23:43:32.142Z] Running on ubuntu-1804-overlay2 (i-0b472f8cee6795905) in /home/ubuntu/workspace/moby_PR-40057 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] { [Pipeline] { [2019-10-07T23:43:32.184Z] Running on ppc64le-ubuntu-17 in /home/docker/workspace/moby_PR-40057 [Pipeline] checkout [Pipeline] checkout [2019-10-07T23:43:32.202Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2019-10-07T23:43:32.213Z] Fetching changes from the remote Git repository [2019-10-07T23:43:32.217Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2019-10-07T23:43:32.257Z] using credential docker-jenkins-github-credentials [2019-10-07T23:43:32.265Z] Cloning the remote Git repository [2019-10-07T23:43:32.265Z] Cloning with configured refspecs honoured and without tags [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] } [Pipeline] { Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] checkout [Pipeline] // stage [2019-10-07T23:43:32.296Z] Running on s390x-ubuntu-01 in /home/jenkins/workspace/moby_PR-40057 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] // stage [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [2019-10-07T23:43:32.349Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2019-10-07T23:43:32.369Z] Cloning the remote Git repository [2019-10-07T23:43:32.369Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-10-07T23:43:32.500Z] Merging remotes/origin/master commit 94254871178787246d899392256709d0560701ad into PR head commit 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:32.549Z] using credential docker-jenkins-github-credentials [2019-10-07T23:43:32.562Z] Running on azwin-2-909190 in d:\jenkins\workspace\moby_PR-40057 [Pipeline] { [Pipeline] ws [2019-10-07T23:43:32.576Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-10-07T23:43:32.595Z] Merge succeeded, producing 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:32.596Z] Checking out Revision 318e279fd8f7bb98eba4890d25e24b4ca86185b5 (PR-40057) [2019-10-07T23:43:32.599Z] Cloning the remote Git repository [2019-10-07T23:43:32.599Z] Cloning with configured refspecs honoured and without tags [2019-10-07T23:43:32.692Z] Commit message: "integration-cli: TestDockerNetworkConnectLinkLocalIP return on failure" [2019-10-07T23:43:32.873Z] using credential docker-jenkins-github-credentials [2019-10-07T23:43:32.948Z] Cloning the remote Git repository [2019-10-07T23:43:32.948Z] Cloning with configured refspecs honoured and without tags [2019-10-07T23:43:32.209Z] > git rev-parse --is-inside-work-tree # timeout=10 [2019-10-07T23:43:32.214Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-07T23:43:32.261Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-07T23:43:32.261Z] > git --version # timeout=10 [2019-10-07T23:43:32.264Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-07T23:43:32.265Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40057/head:refs/remotes/origin/PR-40057 +refs/heads/master:refs/remotes/origin/master [2019-10-07T23:43:32.501Z] > git config core.sparsecheckout # timeout=10 [2019-10-07T23:43:32.503Z] > git checkout -f 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:32.585Z] > git merge 94254871178787246d899392256709d0560701ad # timeout=10 [2019-10-07T23:43:32.591Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-07T23:43:32.597Z] > git config core.sparsecheckout # timeout=10 [2019-10-07T23:43:32.599Z] > git checkout -f 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [Pipeline] withEnv [Pipeline] { [2019-10-07T23:43:32.318Z] Cloning repository https://github.com/moby/moby.git [2019-10-07T23:43:32.319Z] > git init /home/ubuntu/workspace/moby_PR-40057 # timeout=10 [2019-10-07T23:43:32.331Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-07T23:43:32.331Z] > git --version # timeout=10 [2019-10-07T23:43:32.334Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-07T23:43:32.334Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40057/head:refs/remotes/origin/PR-40057 +refs/heads/master:refs/remotes/origin/master [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-07T23:43:32.364Z] Cloning repository https://github.com/moby/moby.git [2019-10-07T23:43:32.365Z] > git init /home/docker/workspace/moby_PR-40057 # timeout=10 [2019-10-07T23:43:32.380Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-07T23:43:32.380Z] > git --version # timeout=10 [2019-10-07T23:43:32.384Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-07T23:43:32.385Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40057/head:refs/remotes/origin/PR-40057 +refs/heads/master:refs/remotes/origin/master [2019-10-07T23:43:32.624Z] Cloning repository https://github.com/moby/moby.git [2019-10-07T23:43:32.627Z] > git init /home/jenkins/workspace/moby_PR-40057 # timeout=10 [2019-10-07T23:43:32.648Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-07T23:43:32.650Z] > git --version # timeout=10 [2019-10-07T23:43:32.669Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-07T23:43:32.670Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40057/head:refs/remotes/origin/PR-40057 +refs/heads/master:refs/remotes/origin/master [2019-10-07T23:43:33.626Z] + docker version [2019-10-07T23:43:33.626Z] Client: Docker Engine - Community [2019-10-07T23:43:33.626Z] Version: 19.03.2 [2019-10-07T23:43:33.626Z] API version: 1.40 [2019-10-07T23:43:33.626Z] Go version: go1.12.8 [2019-10-07T23:43:33.626Z] Git commit: 6a30dfc [2019-10-07T23:43:33.626Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-07T23:43:33.626Z] OS/Arch: linux/amd64 [2019-10-07T23:43:33.626Z] Experimental: false [2019-10-07T23:43:33.626Z] [2019-10-07T23:43:33.626Z] Server: Docker Engine - Community [2019-10-07T23:43:33.626Z] Engine: [2019-10-07T23:43:33.626Z] Version: 19.03.2 [2019-10-07T23:43:33.626Z] API version: 1.40 (minimum version 1.12) [2019-10-07T23:43:33.626Z] Go version: go1.12.8 [2019-10-07T23:43:33.626Z] Git commit: 6a30dfc [2019-10-07T23:43:33.626Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-07T23:43:33.626Z] OS/Arch: linux/amd64 [2019-10-07T23:43:33.626Z] Experimental: true [2019-10-07T23:43:33.626Z] containerd: [2019-10-07T23:43:33.626Z] Version: 1.2.6 [2019-10-07T23:43:33.626Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-07T23:43:33.626Z] runc: [2019-10-07T23:43:33.626Z] Version: 1.0.0-rc8 [2019-10-07T23:43:33.626Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-07T23:43:33.626Z] docker-init: [2019-10-07T23:43:33.626Z] Version: 0.18.0 [2019-10-07T23:43:33.626Z] GitCommit: fec3683 [Pipeline] sh [2019-10-07T23:43:32.969Z] Cloning repository https://github.com/moby/moby.git [2019-10-07T23:43:32.970Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-10-07T23:43:33.044Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-07T23:43:33.044Z] > git --version # timeout=10 [2019-10-07T23:43:33.105Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-07T23:43:33.106Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40057/head:refs/remotes/origin/PR-40057 +refs/heads/master:refs/remotes/origin/master [2019-10-07T23:43:33.986Z] + docker info [2019-10-07T23:43:34.547Z] Client: [2019-10-07T23:43:34.547Z] Debug Mode: false [2019-10-07T23:43:34.547Z] [2019-10-07T23:43:34.547Z] Server: [2019-10-07T23:43:34.547Z] Containers: 0 [2019-10-07T23:43:34.547Z] Running: 0 [2019-10-07T23:43:34.547Z] Paused: 0 [2019-10-07T23:43:34.547Z] Stopped: 0 [2019-10-07T23:43:34.547Z] Images: 34 [2019-10-07T23:43:34.547Z] Server Version: 19.03.2 [2019-10-07T23:43:34.547Z] Storage Driver: overlay2 [2019-10-07T23:43:34.547Z] Backing Filesystem: extfs [2019-10-07T23:43:34.547Z] Supports d_type: true [2019-10-07T23:43:34.547Z] Native Overlay Diff: true [2019-10-07T23:43:34.547Z] Logging Driver: json-file [2019-10-07T23:43:34.547Z] Cgroup Driver: cgroupfs [2019-10-07T23:43:34.547Z] Plugins: [2019-10-07T23:43:34.547Z] Volume: local [2019-10-07T23:43:34.547Z] Network: bridge host ipvlan macvlan null overlay [2019-10-07T23:43:34.547Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-07T23:43:34.547Z] Swarm: inactive [2019-10-07T23:43:34.547Z] Runtimes: runc [2019-10-07T23:43:34.547Z] Default Runtime: runc [2019-10-07T23:43:34.547Z] Init Binary: docker-init [2019-10-07T23:43:34.547Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-07T23:43:34.547Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-07T23:43:34.547Z] init version: fec3683 [2019-10-07T23:43:34.547Z] Security Options: [2019-10-07T23:43:34.547Z] apparmor [2019-10-07T23:43:34.547Z] seccomp [2019-10-07T23:43:34.547Z] Profile: default [2019-10-07T23:43:34.547Z] Kernel Version: 4.15.0-1048-aws [2019-10-07T23:43:34.547Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-07T23:43:34.547Z] OSType: linux [2019-10-07T23:43:34.547Z] Architecture: x86_64 [2019-10-07T23:43:34.547Z] CPUs: 2 [2019-10-07T23:43:34.547Z] Total Memory: 7.501GiB [2019-10-07T23:43:34.547Z] Name: ip-10-100-83-22 [2019-10-07T23:43:34.547Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-07T23:43:34.547Z] Docker Root Dir: /var/lib/docker [2019-10-07T23:43:34.547Z] Debug Mode: false [2019-10-07T23:43:34.547Z] Registry: https://index.docker.io/v1/ [2019-10-07T23:43:34.547Z] Labels: [2019-10-07T23:43:34.547Z] Experimental: true [2019-10-07T23:43:34.547Z] Insecure Registries: [2019-10-07T23:43:34.547Z] 127.0.0.0/8 [2019-10-07T23:43:34.547Z] Live Restore Enabled: true [2019-10-07T23:43:34.547Z] [2019-10-07T23:43:34.547Z] WARNING: No swap limit support [Pipeline] sh [2019-10-07T23:43:34.825Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-07T23:43:34.825Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-07T23:43:34.825Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40057/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-07T23:43:34.825Z] + bash /home/ubuntu/workspace/moby_PR-40057/check-config.sh [2019-10-07T23:43:34.825Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-07T23:43:34.825Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-07T23:43:34.825Z] [2019-10-07T23:43:34.825Z] Generally Necessary: [2019-10-07T23:43:34.825Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-07T23:43:34.825Z] - apparmor: enabled and tools installed [2019-10-07T23:43:34.825Z] - CONFIG_NAMESPACES: enabled [2019-10-07T23:43:34.825Z] - CONFIG_NET_NS: enabled [2019-10-07T23:43:34.825Z] - CONFIG_PID_NS: enabled [2019-10-07T23:43:34.825Z] - CONFIG_IPC_NS: enabled [2019-10-07T23:43:34.825Z] - CONFIG_UTS_NS: enabled [2019-10-07T23:43:34.825Z] - CONFIG_CGROUPS: enabled [2019-10-07T23:43:34.825Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-07T23:43:34.825Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-07T23:43:34.825Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-07T23:43:34.825Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-07T23:43:34.825Z] - CONFIG_CPUSETS: enabled [2019-10-07T23:43:34.825Z] - CONFIG_MEMCG: enabled [2019-10-07T23:43:34.825Z] - CONFIG_KEYS: enabled [2019-10-07T23:43:34.825Z] - CONFIG_VETH: enabled (as module) [2019-10-07T23:43:34.825Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-07T23:43:34.825Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-07T23:43:34.825Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-07T23:43:34.825Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-07T23:43:34.825Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-07T23:43:34.825Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-07T23:43:34.825Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-07T23:43:34.825Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-07T23:43:34.825Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-07T23:43:34.825Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-07T23:43:34.825Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-07T23:43:34.825Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-07T23:43:34.825Z] [2019-10-07T23:43:34.825Z] Optional Features: [2019-10-07T23:43:34.825Z] - CONFIG_USER_NS: enabled [2019-10-07T23:43:34.825Z] - CONFIG_SECCOMP: enabled [2019-10-07T23:43:34.825Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-07T23:43:34.825Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-07T23:43:34.825Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-07T23:43:34.825Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-07T23:43:34.825Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-07T23:43:34.825Z] - CONFIG_BLK_CGROUP: enabled [2019-10-07T23:43:34.825Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-07T23:43:34.825Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-07T23:43:34.825Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-07T23:43:35.080Z] - CONFIG_CGROUP_PERF: enabled [2019-10-07T23:43:35.080Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-07T23:43:35.080Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-07T23:43:35.080Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-07T23:43:35.080Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-07T23:43:35.080Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-07T23:43:35.080Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_IP_VS: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-07T23:43:35.080Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-07T23:43:35.080Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-07T23:43:35.080Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_EXT4_FS: enabled [2019-10-07T23:43:35.080Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-07T23:43:35.080Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-07T23:43:35.080Z] - Network Drivers: [2019-10-07T23:43:35.080Z] - "overlay": [2019-10-07T23:43:35.080Z] - CONFIG_VXLAN: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-07T23:43:35.080Z] Optional (for encrypted networks): [2019-10-07T23:43:35.080Z] - CONFIG_CRYPTO: enabled [2019-10-07T23:43:35.080Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-07T23:43:35.080Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-07T23:43:35.080Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-07T23:43:35.080Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-07T23:43:35.080Z] - CONFIG_XFRM: enabled [2019-10-07T23:43:35.080Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-07T23:43:35.080Z] - "ipvlan": [2019-10-07T23:43:35.080Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-07T23:43:35.080Z] - "macvlan": [2019-10-07T23:43:35.080Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_DUMMY: enabled (as module) [2019-10-07T23:43:35.080Z] - "ftp,tftp client in container": [2019-10-07T23:43:35.080Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-07T23:43:35.080Z] - Storage Drivers: [2019-10-07T23:43:35.080Z] - "aufs": [2019-10-07T23:43:35.080Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-07T23:43:35.080Z] - "btrfs": [2019-10-07T23:43:35.080Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-07T23:43:35.080Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-07T23:43:35.080Z] - "devicemapper": [2019-10-07T23:43:35.080Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-07T23:43:35.080Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-07T23:43:35.080Z] - "overlay": [2019-10-07T23:43:35.080Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-07T23:43:35.080Z] - "zfs": [2019-10-07T23:43:35.080Z] - /dev/zfs: missing [2019-10-07T23:43:35.080Z] - zfs command: missing [2019-10-07T23:43:35.080Z] - zpool command: missing [2019-10-07T23:43:35.080Z] [2019-10-07T23:43:35.081Z] Limits: [2019-10-07T23:43:35.081Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-07T23:43:35.081Z] [2019-10-07T23:43:35.081Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-07T23:43:35.519Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 . [2019-10-07T23:43:35.519Z] #1 [internal] load build definition from Dockerfile [2019-10-07T23:43:35.519Z] #1 DONE 0.0s [2019-10-07T23:43:35.519Z] [2019-10-07T23:43:35.519Z] #2 [internal] load .dockerignore [2019-10-07T23:43:35.519Z] #2 DONE 0.0s [2019-10-07T23:43:35.519Z] [2019-10-07T23:43:35.519Z] #2 [internal] load .dockerignore [2019-10-07T23:43:35.519Z] #2 transferring context: 87B done [2019-10-07T23:43:35.519Z] #2 DONE 0.0s [2019-10-07T23:43:35.519Z] [2019-10-07T23:43:35.519Z] #1 [internal] load build definition from Dockerfile [2019-10-07T23:43:35.519Z] #1 transferring dockerfile: 13.27kB 0.0s done [2019-10-07T23:43:35.519Z] #1 DONE 0.1s [2019-10-07T23:43:35.519Z] [2019-10-07T23:43:35.519Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-07T23:43:35.776Z] #3 DONE 0.1s [2019-10-07T23:43:35.776Z] [2019-10-07T23:43:35.776Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-07T23:43:35.776Z] #4 CACHED [2019-10-07T23:43:36.335Z] [2019-10-07T23:43:36.335Z] #5 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-07T23:43:36.593Z] #5 DONE 0.1s [2019-10-07T23:43:36.593Z] [2019-10-07T23:43:36.593Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-07T23:43:36.593Z] #6 DONE 0.0s [2019-10-07T23:43:36.593Z] [2019-10-07T23:43:36.593Z] #67 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-07T23:43:36.593Z] #67 DONE 0.0s [2019-10-07T23:43:36.593Z] [2019-10-07T23:43:36.593Z] #21 [internal] load build context [2019-10-07T23:43:37.516Z] #21 transferring context: 45.51MB 1.2s done [2019-10-07T23:43:37.771Z] #21 DONE 1.2s [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:43:37.771Z] #33 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #55 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-07T23:43:37.771Z] #55 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #13 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-07T23:43:37.771Z] #13 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-07T23:43:37.771Z] #34 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #48 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:43:37.771Z] #48 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #14 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-07T23:43:37.771Z] #14 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #28 [dev 11/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-07T23:43:37.771Z] #28 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #57 [dev 19/25] COPY --from=dockercli /build/ /usr/local/cli [2019-10-07T23:43:37.771Z] #57 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #53 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:43:37.771Z] #53 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #40 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-07T23:43:37.771Z] #40 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #52 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-07T23:43:37.771Z] #52 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:43:37.771Z] #36 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-07T23:43:37.771Z] #65 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:43:37.771Z] #60 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #22 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-07T23:43:37.771Z] #22 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #59 [dev 20/25] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-07T23:43:37.771Z] #59 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:43:37.771Z] #45 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #16 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:43:37.771Z] #16 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #54 [dev 18/25] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-07T23:43:37.771Z] #54 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:43:37.771Z] #61 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #24 [dev 10/25] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-07T23:43:37.771Z] #24 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #35 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-07T23:43:37.771Z] #35 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #42 [dev 15/25] COPY --from=tini /build/ /usr/local/bin/ [2019-10-07T23:43:37.771Z] #42 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #25 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:43:37.771Z] #25 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-07T23:43:37.771Z] #9 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #29 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-07T23:43:37.771Z] #29 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #11 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-07T23:43:37.771Z] #11 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #26 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-07T23:43:37.771Z] #26 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #19 [dev 9/25] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-07T23:43:37.771Z] #19 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #44 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-07T23:43:37.771Z] #44 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #58 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-07T23:43:37.771Z] #58 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #64 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-07T23:43:37.771Z] #64 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:43:37.771Z] #38 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #31 [dev 12/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-07T23:43:37.771Z] #31 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #41 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:43:37.771Z] #41 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #49 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-07T23:43:37.771Z] #49 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #12 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-07T23:43:37.771Z] #12 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #8 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-07T23:43:37.771Z] #8 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #39 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:43:37.771Z] #39 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #15 [dev 6/25] RUN ldconfig [2019-10-07T23:43:37.771Z] #15 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #7 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-07T23:43:37.771Z] #7 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #10 [dev 1/25] RUN groupadd -r docker [2019-10-07T23:43:37.771Z] #10 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #68 [dev 23/25] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-07T23:43:37.771Z] #68 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #27 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-07T23:43:37.771Z] #27 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-07T23:43:37.771Z] #47 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:43:37.771Z] #56 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #62 [dev 21/25] COPY --from=criu /build/ /usr/local/ [2019-10-07T23:43:37.771Z] #62 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #17 [dev 8/25] RUN pip3 install yamllint==1.16.0 [2019-10-07T23:43:37.771Z] #17 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #66 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-07T23:43:37.771Z] #66 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:43:37.771Z] #20 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:43:37.771Z] #23 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #46 [dev 16/25] COPY --from=runc /build/ /usr/local/bin/ [2019-10-07T23:43:37.771Z] #46 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #30 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:43:37.771Z] #30 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #51 [dev 17/25] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-07T23:43:37.771Z] #51 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-07T23:43:37.771Z] #32 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-07T23:43:37.771Z] #18 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #63 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-07T23:43:37.771Z] #63 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #43 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:43:37.771Z] #43 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:43:37.771Z] #50 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #37 [dev 14/25] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-07T23:43:37.771Z] #37 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #69 [dev 24/25] WORKDIR /go/src/github.com/docker/docker [2019-10-07T23:43:37.771Z] #69 CACHED [2019-10-07T23:43:37.771Z] [2019-10-07T23:43:37.771Z] #70 [dev 25/25] COPY . /go/src/github.com/docker/docker [2019-10-07T23:43:39.131Z] #70 DONE 1.2s [2019-10-07T23:43:39.131Z] [2019-10-07T23:43:39.131Z] #71 exporting to image [2019-10-07T23:43:39.131Z] #71 exporting layers [2019-10-07T23:43:39.689Z] #71 exporting layers 0.7s done [2019-10-07T23:43:39.689Z] #71 writing image sha256:6670f0d9cf7c5c31eec53380e4d6da355abd2f040dc93b1708802dde21cc20d4 [2019-10-07T23:43:39.689Z] #71 writing image sha256:6670f0d9cf7c5c31eec53380e4d6da355abd2f040dc93b1708802dde21cc20d4 done [2019-10-07T23:43:39.689Z] #71 naming to docker.io/library/docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 done [2019-10-07T23:43:39.689Z] #71 DONE 0.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-10-07T23:43:40.128Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40057/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40057/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 hack/validate/default [2019-10-07T23:43:41.056Z] Congratulations! All commits are properly signed with the DCO! [2019-10-07T23:43:41.312Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-10-07T23:43:41.455Z] Fetching without tags [2019-10-07T23:43:41.567Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-10-07T23:43:41.567Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck [2019-10-07T23:43:41.860Z] Merging remotes/origin/master commit 94254871178787246d899392256709d0560701ad into PR head commit 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:41.303Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-07T23:43:41.323Z] > git config --add remote.origin.fetch +refs/pull/40057/head:refs/remotes/origin/PR-40057 # timeout=10 [2019-10-07T23:43:41.343Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-07T23:43:41.410Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-07T23:43:41.481Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-07T23:43:41.483Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-07T23:43:41.484Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40057/head:refs/remotes/origin/PR-40057 +refs/heads/master:refs/remotes/origin/master [2019-10-07T23:43:41.884Z] > git config core.sparsecheckout # timeout=10 [2019-10-07T23:43:41.904Z] > git checkout -f 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:42.632Z] Merge succeeded, producing 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:42.633Z] Checking out Revision 318e279fd8f7bb98eba4890d25e24b4ca86185b5 (PR-40057) [2019-10-07T23:43:42.517Z] > git merge 94254871178787246d899392256709d0560701ad # timeout=10 [2019-10-07T23:43:42.586Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-07T23:43:42.657Z] > git config core.sparsecheckout # timeout=10 [2019-10-07T23:43:42.678Z] > git checkout -f 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:43.508Z] Commit message: "integration-cli: TestDockerNetworkConnectLinkLocalIP return on failure" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-07T23:43:44.765Z] + docker version [2019-10-07T23:43:44.765Z] Client: [2019-10-07T23:43:44.765Z] Version: 18.06.3-ce [2019-10-07T23:43:44.765Z] API version: 1.38 [2019-10-07T23:43:44.765Z] Go version: go1.10.3 [2019-10-07T23:43:44.765Z] Git commit: d7080c1 [2019-10-07T23:43:44.765Z] Built: Wed Feb 20 02:27:09 2019 [2019-10-07T23:43:44.765Z] OS/Arch: linux/s390x [2019-10-07T23:43:44.765Z] Experimental: false [2019-10-07T23:43:44.765Z] [2019-10-07T23:43:44.765Z] Server: [2019-10-07T23:43:44.765Z] Engine: [2019-10-07T23:43:44.765Z] Version: 18.06.3-ce [2019-10-07T23:43:44.765Z] API version: 1.38 (minimum version 1.12) [2019-10-07T23:43:44.765Z] Go version: go1.10.3 [2019-10-07T23:43:44.765Z] Git commit: d7080c1 [2019-10-07T23:43:44.765Z] Built: Wed Feb 20 02:26:03 2019 [2019-10-07T23:43:44.765Z] OS/Arch: linux/s390x [2019-10-07T23:43:44.765Z] Experimental: true [Pipeline] sh [2019-10-07T23:43:45.057Z] Fetching without tags [2019-10-07T23:43:45.344Z] Merging remotes/origin/master commit 94254871178787246d899392256709d0560701ad into PR head commit 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:45.756Z] + docker info [2019-10-07T23:43:45.756Z] Containers: 0 [2019-10-07T23:43:45.756Z] Running: 0 [2019-10-07T23:43:45.756Z] Paused: 0 [2019-10-07T23:43:45.756Z] Stopped: 0 [2019-10-07T23:43:45.756Z] Images: 0 [2019-10-07T23:43:45.756Z] Server Version: 18.06.3-ce [2019-10-07T23:43:45.756Z] Storage Driver: overlay2 [2019-10-07T23:43:45.756Z] Backing Filesystem: extfs [2019-10-07T23:43:45.756Z] Supports d_type: true [2019-10-07T23:43:45.756Z] Native Overlay Diff: true [2019-10-07T23:43:45.756Z] Logging Driver: json-file [2019-10-07T23:43:45.756Z] Cgroup Driver: cgroupfs [2019-10-07T23:43:45.756Z] Plugins: [2019-10-07T23:43:45.756Z] Volume: local [2019-10-07T23:43:45.756Z] Network: bridge host ipvlan macvlan null overlay [2019-10-07T23:43:45.756Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-07T23:43:45.756Z] Swarm: inactive [2019-10-07T23:43:45.756Z] Runtimes: runc [2019-10-07T23:43:45.756Z] Default Runtime: runc [2019-10-07T23:43:45.756Z] Init Binary: docker-init [2019-10-07T23:43:45.756Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-07T23:43:45.756Z] runc version: a592beb5bc4c4092b1b1bac971afed27687340c5 [2019-10-07T23:43:45.756Z] init version: fec3683 [2019-10-07T23:43:45.756Z] Security Options: [2019-10-07T23:43:45.756Z] apparmor [2019-10-07T23:43:45.756Z] seccomp [2019-10-07T23:43:45.756Z] Profile: default [2019-10-07T23:43:45.756Z] Kernel Version: 4.4.0-161-generic [2019-10-07T23:43:45.756Z] Operating System: Ubuntu 16.04.5 LTS [2019-10-07T23:43:45.756Z] OSType: linux [2019-10-07T23:43:45.756Z] Architecture: s390x [2019-10-07T23:43:45.756Z] CPUs: 2 [2019-10-07T23:43:45.756Z] Total Memory: 7.862GiB [2019-10-07T23:43:45.756Z] Name: s390x-ubuntu-01 [2019-10-07T23:43:45.756Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-10-07T23:43:45.756Z] Docker Root Dir: /var/lib/docker [2019-10-07T23:43:45.756Z] Debug Mode (client): false [2019-10-07T23:43:45.756Z] Debug Mode (server): false [2019-10-07T23:43:45.756Z] Username: dockerbuildbot [2019-10-07T23:43:45.756Z] Registry: https://index.docker.io/v1/ [2019-10-07T23:43:45.756Z] Labels: [2019-10-07T23:43:45.756Z] Experimental: true [2019-10-07T23:43:45.756Z] Insecure Registries: [2019-10-07T23:43:45.756Z] 127.0.0.0/8 [2019-10-07T23:43:45.756Z] Live Restore Enabled: false [2019-10-07T23:43:45.756Z] [2019-10-07T23:43:45.756Z] WARNING: No swap limit support [Pipeline] sh [2019-10-07T23:43:45.900Z] Merge succeeded, producing 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:45.901Z] Checking out Revision 318e279fd8f7bb98eba4890d25e24b4ca86185b5 (PR-40057) [2019-10-07T23:43:45.047Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-07T23:43:45.050Z] > git config --add remote.origin.fetch +refs/pull/40057/head:refs/remotes/origin/PR-40057 # timeout=10 [2019-10-07T23:43:45.055Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-07T23:43:45.059Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-07T23:43:45.107Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-07T23:43:45.107Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-07T23:43:45.108Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40057/head:refs/remotes/origin/PR-40057 +refs/heads/master:refs/remotes/origin/master [2019-10-07T23:43:45.352Z] > git config core.sparsecheckout # timeout=10 [2019-10-07T23:43:45.357Z] > git checkout -f 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:45.895Z] > git merge 94254871178787246d899392256709d0560701ad # timeout=10 [2019-10-07T23:43:45.901Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-07T23:43:45.950Z] > git config core.sparsecheckout # timeout=10 [2019-10-07T23:43:45.956Z] > git checkout -f 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:46.470Z] Commit message: "integration-cli: TestDockerNetworkConnectLinkLocalIP return on failure" [2019-10-07T23:43:46.558Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-07T23:43:46.558Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-07T23:43:46.558Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40057/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-07T23:43:46.558Z] + bash /home/jenkins/workspace/moby_PR-40057/check-config.sh [2019-10-07T23:43:46.558Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-07T23:43:46.558Z] info: reading kernel config from /boot/config-4.4.0-161-generic ... [2019-10-07T23:43:46.558Z] [2019-10-07T23:43:46.558Z] Generally Necessary: [2019-10-07T23:43:46.558Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-07T23:43:46.558Z] - apparmor: enabled and tools installed [2019-10-07T23:43:46.558Z] - CONFIG_NAMESPACES: enabled [2019-10-07T23:43:46.558Z] - CONFIG_NET_NS: enabled [2019-10-07T23:43:46.558Z] - CONFIG_PID_NS: enabled [2019-10-07T23:43:46.558Z] - CONFIG_IPC_NS: enabled [2019-10-07T23:43:46.558Z] - CONFIG_UTS_NS: enabled [2019-10-07T23:43:46.558Z] - CONFIG_CGROUPS: enabled [2019-10-07T23:43:46.558Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-07T23:43:46.558Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-07T23:43:46.558Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-07T23:43:46.558Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-07T23:43:46.558Z] - CONFIG_CPUSETS: enabled [2019-10-07T23:43:46.558Z] - CONFIG_MEMCG: enabled [2019-10-07T23:43:46.558Z] - CONFIG_KEYS: enabled [2019-10-07T23:43:46.558Z] - CONFIG_VETH: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-07T23:43:46.558Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-07T23:43:46.558Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-07T23:43:46.558Z] [2019-10-07T23:43:46.558Z] Optional Features: [2019-10-07T23:43:46.558Z] - CONFIG_USER_NS: enabled [2019-10-07T23:43:46.558Z] - CONFIG_SECCOMP: enabled [2019-10-07T23:43:46.558Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-07T23:43:46.558Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-07T23:43:46.558Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-07T23:43:46.558Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-07T23:43:46.558Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-07T23:43:46.558Z] - CONFIG_BLK_CGROUP: enabled [2019-10-07T23:43:46.558Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-07T23:43:46.558Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-07T23:43:46.558Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-07T23:43:46.558Z] - CONFIG_CGROUP_PERF: enabled [2019-10-07T23:43:46.558Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-07T23:43:46.558Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-07T23:43:46.558Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-07T23:43:46.558Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-07T23:43:46.558Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-07T23:43:46.558Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_IP_VS: enabled (as module) [2019-10-07T23:43:46.558Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-07T23:43:46.558Z] - CONFIG_IP_VS_PROTO_TCP: enabled [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2019-10-07T23:43:46.933Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-07T23:43:46.933Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_EXT4_FS: enabled [2019-10-07T23:43:46.933Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-07T23:43:46.933Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-07T23:43:46.933Z] - Network Drivers: [2019-10-07T23:43:46.933Z] - "overlay": [2019-10-07T23:43:46.933Z] - CONFIG_VXLAN: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-07T23:43:46.933Z] Optional (for encrypted networks): [2019-10-07T23:43:46.933Z] - CONFIG_CRYPTO: enabled [2019-10-07T23:43:46.933Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_XFRM: enabled [2019-10-07T23:43:46.933Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-07T23:43:46.933Z] - "ipvlan": [2019-10-07T23:43:46.933Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-07T23:43:46.933Z] - "macvlan": [2019-10-07T23:43:46.933Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_DUMMY: enabled (as module) [2019-10-07T23:43:46.933Z] - "ftp,tftp client in container": [2019-10-07T23:43:46.933Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-07T23:43:46.933Z] - Storage Drivers: [2019-10-07T23:43:46.933Z] - "aufs": [2019-10-07T23:43:46.933Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-07T23:43:46.933Z] - "btrfs": [2019-10-07T23:43:46.933Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-07T23:43:46.933Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-07T23:43:46.933Z] - "devicemapper": [2019-10-07T23:43:46.933Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-07T23:43:46.933Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-07T23:43:46.933Z] - "overlay": [2019-10-07T23:43:46.933Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-07T23:43:46.933Z] - "zfs": [2019-10-07T23:43:46.933Z] - /dev/zfs: missing [2019-10-07T23:43:46.933Z] - zfs command: missing [2019-10-07T23:43:46.933Z] - zpool command: missing [2019-10-07T23:43:46.933Z] [2019-10-07T23:43:46.933Z] Limits: [2019-10-07T23:43:46.933Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-07T23:43:46.933Z] [2019-10-07T23:43:46.933Z] + true [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-07T23:43:47.301Z] + docker version [2019-10-07T23:43:47.301Z] Client: Docker Engine - Community [2019-10-07T23:43:47.301Z] Version: 19.03.2 [2019-10-07T23:43:47.301Z] API version: 1.40 [2019-10-07T23:43:47.301Z] Go version: go1.12.8 [2019-10-07T23:43:47.301Z] Git commit: 6a30dfc [2019-10-07T23:43:47.301Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-07T23:43:47.301Z] OS/Arch: linux/amd64 [2019-10-07T23:43:47.301Z] Experimental: false [2019-10-07T23:43:47.301Z] [2019-10-07T23:43:47.301Z] Server: Docker Engine - Community [2019-10-07T23:43:47.301Z] Engine: [2019-10-07T23:43:47.301Z] Version: 19.03.2 [2019-10-07T23:43:47.301Z] API version: 1.40 (minimum version 1.12) [2019-10-07T23:43:47.301Z] Go version: go1.12.8 [2019-10-07T23:43:47.301Z] Git commit: 6a30dfc [2019-10-07T23:43:47.301Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-07T23:43:47.301Z] OS/Arch: linux/amd64 [2019-10-07T23:43:47.301Z] Experimental: true [2019-10-07T23:43:47.301Z] containerd: [2019-10-07T23:43:47.301Z] Version: 1.2.6 [2019-10-07T23:43:47.301Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-07T23:43:47.301Z] runc: [2019-10-07T23:43:47.301Z] Version: 1.0.0-rc8 [2019-10-07T23:43:47.301Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-07T23:43:47.301Z] docker-init: [2019-10-07T23:43:47.301Z] Version: 0.18.0 [2019-10-07T23:43:47.301Z] GitCommit: fec3683 [Pipeline] sh [2019-10-07T23:43:47.827Z] + make bundles/buildx [2019-10-07T23:43:47.827Z] mkdir bundles [2019-10-07T23:43:47.827Z] # This intetionally is not using the `--output` flag from the docker CLI which is a buildkit option [2019-10-07T23:43:47.827Z] # The idea here being that if buildx is being used, it's because buildkit is not supported natively [2019-10-07T23:43:47.827Z] docker build -f Dockerfile.buildx -t "moby-buildx:v0.3.0" \ [2019-10-07T23:43:47.827Z] --build-arg BUILDX_COMMIT \ [2019-10-07T23:43:47.827Z] --build-arg BUILDX_REPO \ [2019-10-07T23:43:47.827Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-07T23:43:47.827Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-07T23:43:47.827Z] . && \ [2019-10-07T23:43:47.827Z] id=$(docker create moby-buildx:v0.3.0); \ [2019-10-07T23:43:47.827Z] if [ -n "${id}" ]; then docker cp ${id}:/usr/bin/buildx bundles/buildx && touch bundles/buildx; docker rm -f ${id}; fi [2019-10-07T23:43:47.827Z] /bin/sh: 4: go: not found [2019-10-07T23:43:47.827Z] /bin/sh: 5: go: not found [2019-10-07T23:43:47.869Z] + docker info [2019-10-07T23:43:48.124Z] Client: [2019-10-07T23:43:48.124Z] Debug Mode: false [2019-10-07T23:43:48.124Z] [2019-10-07T23:43:48.124Z] Server: [2019-10-07T23:43:48.124Z] Containers: 0 [2019-10-07T23:43:48.124Z] Running: 0 [2019-10-07T23:43:48.124Z] Paused: 0 [2019-10-07T23:43:48.124Z] Stopped: 0 [2019-10-07T23:43:48.124Z] Images: 8 [2019-10-07T23:43:48.124Z] Server Version: 19.03.2 [2019-10-07T23:43:48.124Z] Storage Driver: overlay2 [2019-10-07T23:43:48.124Z] Backing Filesystem: extfs [2019-10-07T23:43:48.124Z] Supports d_type: true [2019-10-07T23:43:48.124Z] Native Overlay Diff: true [2019-10-07T23:43:48.124Z] Logging Driver: json-file [2019-10-07T23:43:48.124Z] Cgroup Driver: cgroupfs [2019-10-07T23:43:48.124Z] Plugins: [2019-10-07T23:43:48.124Z] Volume: local [2019-10-07T23:43:48.124Z] Network: bridge host ipvlan macvlan null overlay [2019-10-07T23:43:48.124Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-07T23:43:48.124Z] Swarm: inactive [2019-10-07T23:43:48.124Z] Runtimes: runc [2019-10-07T23:43:48.124Z] Default Runtime: runc [2019-10-07T23:43:48.124Z] Init Binary: docker-init [2019-10-07T23:43:48.124Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-07T23:43:48.124Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-07T23:43:48.124Z] init version: fec3683 [2019-10-07T23:43:48.124Z] Security Options: [2019-10-07T23:43:48.124Z] apparmor [2019-10-07T23:43:48.124Z] seccomp [2019-10-07T23:43:48.124Z] Profile: default [2019-10-07T23:43:48.124Z] Kernel Version: 4.15.0-1048-aws [2019-10-07T23:43:48.124Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-07T23:43:48.124Z] OSType: linux [2019-10-07T23:43:48.124Z] Architecture: x86_64 [2019-10-07T23:43:48.124Z] CPUs: 2 [2019-10-07T23:43:48.124Z] Total Memory: 7.501GiB [2019-10-07T23:43:48.124Z] Name: ip-10-100-81-141 [2019-10-07T23:43:48.124Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-07T23:43:48.124Z] Docker Root Dir: /var/lib/docker [2019-10-07T23:43:48.124Z] Debug Mode: false [2019-10-07T23:43:48.124Z] Registry: https://index.docker.io/v1/ [2019-10-07T23:43:48.124Z] Labels: [2019-10-07T23:43:48.124Z] Experimental: true [2019-10-07T23:43:48.124Z] Insecure Registries: [2019-10-07T23:43:48.124Z] 127.0.0.0/8 [2019-10-07T23:43:48.124Z] Live Restore Enabled: true [2019-10-07T23:43:48.124Z] [2019-10-07T23:43:48.124Z] WARNING: No swap limit support [Pipeline] sh [2019-10-07T23:43:48.524Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-07T23:43:48.524Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-07T23:43:48.524Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40057/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-07T23:43:48.524Z] + bash /home/ubuntu/workspace/moby_PR-40057/check-config.sh [2019-10-07T23:43:48.524Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-07T23:43:48.524Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-07T23:43:48.524Z] [2019-10-07T23:43:48.524Z] Generally Necessary: [2019-10-07T23:43:48.524Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-07T23:43:48.524Z] - apparmor: enabled and tools installed [2019-10-07T23:43:48.524Z] - CONFIG_NAMESPACES: enabled [2019-10-07T23:43:48.524Z] - CONFIG_NET_NS: enabled [2019-10-07T23:43:48.524Z] - CONFIG_PID_NS: enabled [2019-10-07T23:43:48.524Z] - CONFIG_IPC_NS: enabled [2019-10-07T23:43:48.524Z] - CONFIG_UTS_NS: enabled [2019-10-07T23:43:48.524Z] - CONFIG_CGROUPS: enabled [2019-10-07T23:43:48.524Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-07T23:43:48.524Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-07T23:43:48.524Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-07T23:43:48.524Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-07T23:43:48.524Z] - CONFIG_CPUSETS: enabled [2019-10-07T23:43:48.524Z] - CONFIG_MEMCG: enabled [2019-10-07T23:43:48.524Z] - CONFIG_KEYS: enabled [2019-10-07T23:43:48.524Z] - CONFIG_VETH: enabled (as module) [2019-10-07T23:43:48.524Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-07T23:43:48.524Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-07T23:43:48.524Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-07T23:43:48.524Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-07T23:43:48.524Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-07T23:43:48.524Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-07T23:43:48.524Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-07T23:43:48.524Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-07T23:43:48.524Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-07T23:43:48.524Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-07T23:43:48.524Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-07T23:43:48.524Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-07T23:43:48.524Z] [2019-10-07T23:43:48.524Z] Optional Features: [2019-10-07T23:43:48.524Z] - CONFIG_USER_NS: enabled [2019-10-07T23:43:48.524Z] - CONFIG_SECCOMP: enabled [2019-10-07T23:43:48.524Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-07T23:43:48.524Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-07T23:43:48.524Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-07T23:43:48.524Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-07T23:43:48.524Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-07T23:43:48.524Z] - CONFIG_BLK_CGROUP: enabled [2019-10-07T23:43:48.524Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-07T23:43:48.524Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-07T23:43:48.524Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-07T23:43:48.524Z] - CONFIG_CGROUP_PERF: enabled [2019-10-07T23:43:48.524Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-07T23:43:48.524Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-07T23:43:48.524Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-07T23:43:48.524Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-07T23:43:48.440Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-07T23:43:48.511Z] > git config --add remote.origin.fetch +refs/pull/40057/head:refs/remotes/origin/PR-40057 # timeout=10 [2019-10-07T23:43:48.574Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-07T23:43:48.779Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-07T23:43:48.779Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-07T23:43:48.779Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-07T23:43:48.779Z] - CONFIG_IP_VS: enabled (as module) [2019-10-07T23:43:48.779Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-07T23:43:48.779Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-07T23:43:48.779Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-07T23:43:48.779Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-07T23:43:48.779Z] - CONFIG_EXT4_FS: enabled [2019-10-07T23:43:48.779Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-07T23:43:48.779Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-07T23:43:48.779Z] - Network Drivers: [2019-10-07T23:43:48.779Z] - "overlay": [2019-10-07T23:43:48.779Z] - CONFIG_VXLAN: enabled (as module) [2019-10-07T23:43:48.779Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-07T23:43:48.779Z] Optional (for encrypted networks): [2019-10-07T23:43:48.779Z] - CONFIG_CRYPTO: enabled [2019-10-07T23:43:48.779Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-07T23:43:48.779Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-07T23:43:48.779Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-07T23:43:48.779Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-07T23:43:48.779Z] - CONFIG_XFRM: enabled [2019-10-07T23:43:48.779Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-07T23:43:48.779Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-07T23:43:48.779Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-07T23:43:48.779Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-07T23:43:48.779Z] - "ipvlan": [2019-10-07T23:43:48.779Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-07T23:43:48.779Z] - "macvlan": [2019-10-07T23:43:48.779Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-07T23:43:48.779Z] - CONFIG_DUMMY: enabled (as module) [2019-10-07T23:43:48.779Z] - "ftp,tftp client in container": [2019-10-07T23:43:48.779Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-07T23:43:48.779Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-07T23:43:48.779Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-07T23:43:48.779Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-07T23:43:48.779Z] - Storage Drivers: [2019-10-07T23:43:48.779Z] - "aufs": [2019-10-07T23:43:48.779Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-07T23:43:48.779Z] - "btrfs": [2019-10-07T23:43:48.779Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-07T23:43:48.779Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-07T23:43:48.779Z] - "devicemapper": [2019-10-07T23:43:48.779Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-07T23:43:48.779Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-07T23:43:48.779Z] - "overlay": [2019-10-07T23:43:48.779Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-07T23:43:48.779Z] - "zfs": [2019-10-07T23:43:48.779Z] - /dev/zfs: missing [2019-10-07T23:43:48.779Z] - zfs command: missing [2019-10-07T23:43:48.779Z] - zpool command: missing [2019-10-07T23:43:48.779Z] [2019-10-07T23:43:48.779Z] Limits: [2019-10-07T23:43:48.779Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-07T23:43:48.779Z] [2019-10-07T23:43:48.779Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2019-10-07T23:43:48.818Z] Fetching without tags [Pipeline] sh [2019-10-07T23:43:49.125Z] Sending build context to Docker daemon 49.98MB [2019-10-07T23:43:49.125Z] Step 1/12 : ARG GO_VERSION=1.12.10 [2019-10-07T23:43:49.125Z] Step 2/12 : FROM golang:${GO_VERSION}-stretch [2019-10-07T23:43:49.172Z] + sudo modprobe ip_vs [2019-10-07T23:43:49.172Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 . [2019-10-07T23:43:49.172Z] #1 [internal] load .dockerignore [2019-10-07T23:43:49.172Z] #1 transferring context: 87B done [2019-10-07T23:43:49.172Z] #1 DONE 0.0s [2019-10-07T23:43:49.172Z] [2019-10-07T23:43:49.172Z] #2 [internal] load build definition from Dockerfile [2019-10-07T23:43:49.172Z] #2 transferring dockerfile: 13.27kB done [2019-10-07T23:43:49.172Z] #2 DONE 0.0s [2019-10-07T23:43:49.172Z] [2019-10-07T23:43:49.172Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-07T23:43:49.428Z] #3 DONE 0.1s [2019-10-07T23:43:49.428Z] [2019-10-07T23:43:49.428Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-07T23:43:49.428Z] #4 CACHED [2019-10-07T23:43:49.486Z] 1.12.10-stretch: Pulling from library/golang [2019-10-07T23:43:49.597Z] Merging remotes/origin/master commit 94254871178787246d899392256709d0560701ad into PR head commit 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:49.860Z] 5d4da55d9cf0: Pulling fs layer [2019-10-07T23:43:49.860Z] dad3041fe122: Pulling fs layer [2019-10-07T23:43:49.860Z] f6542c8f56fb: Pulling fs layer [2019-10-07T23:43:49.860Z] 25fa3a7ad4fa: Pulling fs layer [2019-10-07T23:43:49.860Z] 471e0aba6530: Pulling fs layer [2019-10-07T23:43:49.860Z] 371f92b4bb50: Pulling fs layer [2019-10-07T23:43:49.860Z] e31612bb7d3c: Pulling fs layer [2019-10-07T23:43:49.860Z] 25fa3a7ad4fa: Waiting [2019-10-07T23:43:49.860Z] 471e0aba6530: Waiting [2019-10-07T23:43:49.860Z] 371f92b4bb50: Waiting [2019-10-07T23:43:49.860Z] e31612bb7d3c: Waiting [2019-10-07T23:43:49.860Z] f6542c8f56fb: Verifying Checksum [2019-10-07T23:43:49.860Z] f6542c8f56fb: Download complete [2019-10-07T23:43:49.860Z] dad3041fe122: Verifying Checksum [2019-10-07T23:43:49.860Z] dad3041fe122: Download complete [2019-10-07T23:43:49.988Z] [2019-10-07T23:43:49.988Z] #5 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-07T23:43:50.243Z] #5 DONE 0.1s [2019-10-07T23:43:50.243Z] [2019-10-07T23:43:50.243Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-07T23:43:50.243Z] #6 DONE 0.0s [2019-10-07T23:43:50.243Z] [2019-10-07T23:43:50.243Z] #67 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-07T23:43:50.243Z] #67 DONE 0.0s [2019-10-07T23:43:50.243Z] [2019-10-07T23:43:50.243Z] #21 [internal] load build context [2019-10-07T23:43:48.702Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-07T23:43:48.839Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-07T23:43:48.839Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-07T23:43:48.841Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40057/head:refs/remotes/origin/PR-40057 +refs/heads/master:refs/remotes/origin/master [2019-10-07T23:43:49.619Z] > git config core.sparsecheckout # timeout=10 [2019-10-07T23:43:49.679Z] > git checkout -f 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:51.016Z] 25fa3a7ad4fa: Verifying Checksum [2019-10-07T23:43:51.017Z] 25fa3a7ad4fa: Download complete [2019-10-07T23:43:51.017Z] 5d4da55d9cf0: Verifying Checksum [2019-10-07T23:43:51.017Z] 5d4da55d9cf0: Download complete [2019-10-07T23:43:51.397Z] e31612bb7d3c: Verifying Checksum [2019-10-07T23:43:51.397Z] e31612bb7d3c: Download complete [2019-10-07T23:43:51.618Z] #21 transferring context: 45.51MB 1.1s done [2019-10-07T23:43:51.618Z] #21 DONE 1.2s [2019-10-07T23:43:51.618Z] [2019-10-07T23:43:51.618Z] #25 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:43:51.618Z] #25 CACHED [2019-10-07T23:43:51.618Z] [2019-10-07T23:43:51.618Z] #15 [dev 6/25] RUN ldconfig [2019-10-07T23:43:51.618Z] #15 CACHED [2019-10-07T23:43:51.618Z] [2019-10-07T23:43:51.618Z] #17 [dev 8/25] RUN pip3 install yamllint==1.16.0 [2019-10-07T23:43:51.618Z] #17 CACHED [2019-10-07T23:43:51.618Z] [2019-10-07T23:43:51.618Z] #55 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-07T23:43:51.618Z] #55 CACHED [2019-10-07T23:43:51.618Z] [2019-10-07T23:43:51.618Z] #40 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-07T23:43:51.618Z] #40 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #7 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-07T23:43:51.619Z] #7 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #10 [dev 1/25] RUN groupadd -r docker [2019-10-07T23:43:51.619Z] #10 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #63 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-07T23:43:51.619Z] #63 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:43:51.619Z] #60 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #43 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:43:51.619Z] #43 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #22 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-07T23:43:51.619Z] #22 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #29 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-07T23:43:51.619Z] #29 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #24 [dev 10/25] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-07T23:43:51.619Z] #24 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #58 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-07T23:43:51.619Z] #58 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #19 [dev 9/25] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-07T23:43:51.619Z] #19 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #26 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-07T23:43:51.619Z] #26 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #53 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:43:51.619Z] #53 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:43:51.619Z] #36 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #42 [dev 15/25] COPY --from=tini /build/ /usr/local/bin/ [2019-10-07T23:43:51.619Z] #42 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #62 [dev 21/25] COPY --from=criu /build/ /usr/local/ [2019-10-07T23:43:51.619Z] #62 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-07T23:43:51.619Z] #47 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:43:51.619Z] #20 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:43:51.619Z] #50 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-07T23:43:51.619Z] #65 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #52 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-07T23:43:51.619Z] #52 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #37 [dev 14/25] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-07T23:43:51.619Z] #37 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #14 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-07T23:43:51.619Z] #14 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #48 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:43:51.619Z] #48 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:43:51.619Z] #61 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-07T23:43:51.619Z] #18 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:43:51.619Z] #33 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #8 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-07T23:43:51.619Z] #8 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:43:51.619Z] #23 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #64 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-07T23:43:51.619Z] #64 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #68 [dev 23/25] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-07T23:43:51.619Z] #68 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #27 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-07T23:43:51.619Z] #27 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #13 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-07T23:43:51.619Z] #13 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:43:51.619Z] #45 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:43:51.619Z] #38 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #59 [dev 20/25] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-07T23:43:51.619Z] #59 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #66 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-07T23:43:51.619Z] #66 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #44 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-07T23:43:51.619Z] #44 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-07T23:43:51.619Z] #34 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-07T23:43:51.619Z] #9 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #16 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:43:51.619Z] #16 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #28 [dev 11/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-07T23:43:51.619Z] #28 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #31 [dev 12/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-07T23:43:51.619Z] #31 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #46 [dev 16/25] COPY --from=runc /build/ /usr/local/bin/ [2019-10-07T23:43:51.619Z] #46 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:43:51.619Z] #56 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #35 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-07T23:43:51.619Z] #35 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #51 [dev 17/25] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-07T23:43:51.619Z] #51 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #49 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-07T23:43:51.619Z] #49 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #57 [dev 19/25] COPY --from=dockercli /build/ /usr/local/cli [2019-10-07T23:43:51.619Z] #57 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #30 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:43:51.619Z] #30 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #41 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:43:51.619Z] #41 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #69 [dev 24/25] WORKDIR /go/src/github.com/docker/docker [2019-10-07T23:43:51.619Z] #69 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #12 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-07T23:43:51.619Z] #12 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-07T23:43:51.619Z] #32 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #54 [dev 18/25] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-07T23:43:51.619Z] #54 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #39 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:43:51.619Z] #39 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #11 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-07T23:43:51.619Z] #11 CACHED [2019-10-07T23:43:51.619Z] [2019-10-07T23:43:51.619Z] #70 [dev 25/25] COPY . /go/src/github.com/docker/docker [2019-10-07T23:43:51.619Z] #70 CACHED [2019-10-07T23:43:51.851Z] 471e0aba6530: Verifying Checksum [2019-10-07T23:43:51.851Z] 471e0aba6530: Download complete [2019-10-07T23:43:51.873Z] [2019-10-07T23:43:51.873Z] #71 exporting to image [2019-10-07T23:43:51.873Z] #71 exporting layers done [2019-10-07T23:43:51.873Z] #71 writing image sha256:57dd3fb8d279fea7d888229142740cc59adc1f77554d06fabfe0fed9e3d70c90 done [2019-10-07T23:43:51.873Z] #71 naming to docker.io/library/docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 done [2019-10-07T23:43:51.873Z] #71 DONE 0.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-10-07T23:43:52.828Z] 371f92b4bb50: Verifying Checksum [2019-10-07T23:43:52.828Z] 371f92b4bb50: Download complete [2019-10-07T23:43:52.980Z] [2019-10-07T23:43:52.980Z] Removing bundles/ [2019-10-07T23:43:52.980Z] [2019-10-07T23:43:52.980Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-07T23:43:52.980Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-07T23:43:52.980Z] GOOS="" GOARCH="" GOARM="" [2019-10-07T23:43:53.568Z] Merge succeeded, producing 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:53.569Z] Checking out Revision 318e279fd8f7bb98eba4890d25e24b4ca86185b5 (PR-40057) [2019-10-07T23:43:53.631Z] 5d4da55d9cf0: Pull complete [2019-10-07T23:43:54.001Z] dad3041fe122: Pull complete [2019-10-07T23:43:54.001Z] f6542c8f56fb: Pull complete [2019-10-07T23:43:54.179Z] Commit message: "integration-cli: TestDockerNetworkConnectLinkLocalIP return on failure" [2019-10-07T23:43:53.318Z] > git merge 94254871178787246d899392256709d0560701ad # timeout=10 [2019-10-07T23:43:53.454Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-10-07T23:43:53.590Z] > git config core.sparsecheckout # timeout=10 [2019-10-07T23:43:53.648Z] > git checkout -f 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-07T23:43:55.533Z] + docker version [2019-10-07T23:43:55.533Z] Client: Docker Engine - Enterprise [2019-10-07T23:43:55.533Z] Version: 19.03.2 [2019-10-07T23:43:55.533Z] API version: 1.40 [2019-10-07T23:43:55.533Z] Go version: go1.12.8 [2019-10-07T23:43:55.533Z] Git commit: c92ab06ed9 [2019-10-07T23:43:55.533Z] Built: 09/03/2019 16:38:11 [2019-10-07T23:43:55.533Z] OS/Arch: windows/amd64 [2019-10-07T23:43:55.533Z] Experimental: false [2019-10-07T23:43:55.533Z] [2019-10-07T23:43:55.533Z] Server: Docker Engine - Enterprise [2019-10-07T23:43:55.533Z] Engine: [2019-10-07T23:43:55.533Z] Version: 19.03.2 [2019-10-07T23:43:55.533Z] API version: 1.40 (minimum version 1.24) [2019-10-07T23:43:55.533Z] Go version: go1.12.8 [2019-10-07T23:43:55.533Z] Git commit: c92ab06ed9 [2019-10-07T23:43:55.533Z] Built: 09/03/2019 16:35:47 [2019-10-07T23:43:55.533Z] OS/Arch: windows/amd64 [2019-10-07T23:43:55.533Z] Experimental: true [Pipeline] sh [2019-10-07T23:43:55.822Z] 25fa3a7ad4fa: Pull complete [2019-10-07T23:43:56.553Z] + docker info [2019-10-07T23:43:57.027Z] Fetching without tags [2019-10-07T23:43:57.501Z] Merging remotes/origin/master commit 94254871178787246d899392256709d0560701ad into PR head commit 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:57.715Z] 471e0aba6530: Pull complete [2019-10-07T23:43:56.981Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-07T23:43:56.986Z] > git config --add remote.origin.fetch +refs/pull/40057/head:refs/remotes/origin/PR-40057 # timeout=10 [2019-10-07T23:43:56.989Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-07T23:43:57.006Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-07T23:43:57.022Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-07T23:43:57.022Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-07T23:43:57.023Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40057/head:refs/remotes/origin/PR-40057 +refs/heads/master:refs/remotes/origin/master [2019-10-07T23:43:57.495Z] > git config core.sparsecheckout # timeout=10 [2019-10-07T23:43:57.498Z] > git checkout -f 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:58.516Z] Merge succeeded, producing 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:43:58.517Z] Checking out Revision 318e279fd8f7bb98eba4890d25e24b4ca86185b5 (PR-40057) [2019-10-07T23:43:58.724Z] Client: [2019-10-07T23:43:58.724Z] Debug Mode: false [2019-10-07T23:43:58.724Z] Plugins: [2019-10-07T23:43:58.724Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-07T23:43:58.724Z] [2019-10-07T23:43:58.724Z] Server: [2019-10-07T23:43:58.724Z] Containers: 0 [2019-10-07T23:43:58.724Z] Running: 0 [2019-10-07T23:43:58.724Z] Paused: 0 [2019-10-07T23:43:58.724Z] Stopped: 0 [2019-10-07T23:43:58.724Z] Images: 8 [2019-10-07T23:43:58.724Z] Server Version: 19.03.2 [2019-10-07T23:43:58.724Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-07T23:43:58.724Z] Windows: [2019-10-07T23:43:58.724Z] LCOW: [2019-10-07T23:43:58.724Z] Logging Driver: json-file [2019-10-07T23:43:58.724Z] Plugins: [2019-10-07T23:43:58.724Z] Volume: local [2019-10-07T23:43:58.724Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-07T23:43:58.724Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-07T23:43:58.724Z] Swarm: inactive [2019-10-07T23:43:58.724Z] Default Isolation: process [2019-10-07T23:43:58.724Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-07T23:43:58.724Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-07T23:43:58.724Z] OSType: windows [2019-10-07T23:43:58.724Z] Architecture: x86_64 [2019-10-07T23:43:58.724Z] CPUs: 4 [2019-10-07T23:43:58.724Z] Total Memory: 32GiB [2019-10-07T23:43:58.724Z] Name: azwin-2-909190 [2019-10-07T23:43:58.724Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-07T23:43:58.724Z] Docker Root Dir: D:\docker [2019-10-07T23:43:58.724Z] Debug Mode: false [2019-10-07T23:43:58.724Z] Registry: https://index.docker.io/v1/ [2019-10-07T23:43:58.724Z] Labels: [2019-10-07T23:43:58.724Z] Experimental: true [2019-10-07T23:43:58.724Z] Insecure Registries: [2019-10-07T23:43:58.724Z] 10.0.0.4:5000 [2019-10-07T23:43:58.724Z] 127.0.0.0/8 [2019-10-07T23:43:58.724Z] Registry Mirrors: [2019-10-07T23:43:58.724Z] http://10.0.0.4:5000/ [2019-10-07T23:43:58.724Z] Live Restore Enabled: false [2019-10-07T23:43:58.724Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-10-07T23:43:59.208Z] Commit message: "integration-cli: TestDockerNetworkConnectLinkLocalIP return on failure" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-07T23:44:00.093Z] + docker version [2019-10-07T23:44:00.093Z] Client: [2019-10-07T23:44:00.093Z] Version: 18.06.1-ce [2019-10-07T23:44:00.093Z] API version: 1.38 [2019-10-07T23:44:00.093Z] Go version: go1.10.3 [2019-10-07T23:44:00.093Z] Git commit: e68fc7a [2019-10-07T23:44:00.093Z] Built: Tue Aug 21 17:26:10 2018 [2019-10-07T23:44:00.093Z] OS/Arch: linux/ppc64le [2019-10-07T23:44:00.093Z] Experimental: false [2019-10-07T23:44:00.093Z] [2019-10-07T23:44:00.093Z] Server: [2019-10-07T23:44:00.093Z] Engine: [2019-10-07T23:44:00.093Z] Version: 18.06.1-ce [2019-10-07T23:44:00.093Z] API version: 1.38 (minimum version 1.12) [2019-10-07T23:44:00.093Z] Go version: go1.10.3 [2019-10-07T23:44:00.093Z] Git commit: e68fc7a [2019-10-07T23:44:00.093Z] Built: Tue Aug 21 17:24:20 2018 [2019-10-07T23:44:00.093Z] OS/Arch: linux/ppc64le [2019-10-07T23:44:00.093Z] Experimental: true [Pipeline] sh [2019-10-07T23:43:58.469Z] > git merge 94254871178787246d899392256709d0560701ad # timeout=10 [2019-10-07T23:43:58.494Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-07T23:43:58.512Z] > git config core.sparsecheckout # timeout=10 [2019-10-07T23:43:58.517Z] > git checkout -f 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:44:00.494Z] + docker info [2019-10-07T23:44:00.494Z] Containers: 0 [2019-10-07T23:44:00.494Z] Running: 0 [2019-10-07T23:44:00.494Z] Paused: 0 [2019-10-07T23:44:00.494Z] Stopped: 0 [2019-10-07T23:44:00.494Z] Images: 0 [2019-10-07T23:44:00.494Z] Server Version: 18.06.1-ce [2019-10-07T23:44:00.494Z] Storage Driver: overlay2 [2019-10-07T23:44:00.494Z] Backing Filesystem: extfs [2019-10-07T23:44:00.494Z] Supports d_type: true [2019-10-07T23:44:00.494Z] Native Overlay Diff: true [2019-10-07T23:44:00.494Z] Logging Driver: json-file [2019-10-07T23:44:00.494Z] Cgroup Driver: cgroupfs [2019-10-07T23:44:00.494Z] Plugins: [2019-10-07T23:44:00.494Z] Volume: local [2019-10-07T23:44:00.494Z] Network: bridge host ipvlan macvlan null overlay [2019-10-07T23:44:00.494Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-07T23:44:00.494Z] Swarm: inactive [2019-10-07T23:44:00.494Z] Runtimes: runc [2019-10-07T23:44:00.494Z] Default Runtime: runc [2019-10-07T23:44:00.494Z] Init Binary: docker-init [2019-10-07T23:44:00.494Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-07T23:44:00.494Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-10-07T23:44:00.494Z] init version: fec3683 [2019-10-07T23:44:00.494Z] Security Options: [2019-10-07T23:44:00.494Z] apparmor [2019-10-07T23:44:00.494Z] seccomp [2019-10-07T23:44:00.494Z] Profile: default [2019-10-07T23:44:00.494Z] Kernel Version: 4.4.0-139-generic [2019-10-07T23:44:00.494Z] Operating System: Ubuntu 16.04.3 LTS [2019-10-07T23:44:00.494Z] OSType: linux [2019-10-07T23:44:00.494Z] Architecture: ppc64le [2019-10-07T23:44:00.494Z] CPUs: 4 [2019-10-07T23:44:00.494Z] Total Memory: 3.976GiB [2019-10-07T23:44:00.494Z] Name: ppc64le-ubuntu-17 [2019-10-07T23:44:00.494Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-10-07T23:44:00.494Z] Docker Root Dir: /var/lib/docker [2019-10-07T23:44:00.494Z] Debug Mode (client): false [2019-10-07T23:44:00.494Z] Debug Mode (server): false [2019-10-07T23:44:00.494Z] Username: dockerbuildbot [2019-10-07T23:44:00.494Z] Registry: https://index.docker.io/v1/ [2019-10-07T23:44:00.494Z] Labels: [2019-10-07T23:44:00.494Z] Experimental: true [2019-10-07T23:44:00.494Z] Insecure Registries: [2019-10-07T23:44:00.494Z] 127.0.0.0/8 [2019-10-07T23:44:00.494Z] Live Restore Enabled: false [2019-10-07T23:44:00.494Z] [Pipeline] sh [2019-10-07T23:44:00.877Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-07T23:44:00.877Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-07T23:44:00.877Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40057/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-07T23:44:00.877Z] + bash /home/docker/workspace/moby_PR-40057/check-config.sh [2019-10-07T23:44:00.877Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-07T23:44:00.877Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-10-07T23:44:00.877Z] [2019-10-07T23:44:00.877Z] Generally Necessary: [2019-10-07T23:44:00.877Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-07T23:44:00.877Z] - apparmor: enabled and tools installed [2019-10-07T23:44:00.877Z] - CONFIG_NAMESPACES: enabled [2019-10-07T23:44:00.877Z] - CONFIG_NET_NS: enabled [2019-10-07T23:44:00.877Z] - CONFIG_PID_NS: enabled [2019-10-07T23:44:00.877Z] - CONFIG_IPC_NS: enabled [2019-10-07T23:44:00.877Z] - CONFIG_UTS_NS: enabled [2019-10-07T23:44:00.915Z] 371f92b4bb50: Pull complete [2019-10-07T23:44:01.164Z] - CONFIG_CGROUPS: enabled [2019-10-07T23:44:01.164Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-07T23:44:01.164Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-07T23:44:01.164Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-07T23:44:01.164Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-07T23:44:01.164Z] - CONFIG_CPUSETS: enabled [2019-10-07T23:44:01.164Z] - CONFIG_MEMCG: enabled [2019-10-07T23:44:01.164Z] - CONFIG_KEYS: enabled [2019-10-07T23:44:01.164Z] - CONFIG_VETH: enabled (as module) [2019-10-07T23:44:01.164Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-07T23:44:01.164Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-07T23:44:01.164Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-07T23:44:01.164Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-07T23:44:01.164Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-07T23:44:01.164Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-07T23:44:01.164Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-07T23:44:01.164Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-07T23:44:01.164Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-07T23:44:01.164Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-07T23:44:01.164Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-07T23:44:01.164Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-07T23:44:01.164Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-07T23:44:01.164Z] [2019-10-07T23:44:01.164Z] Optional Features: [2019-10-07T23:44:01.164Z] - CONFIG_USER_NS: enabled [2019-10-07T23:44:01.164Z] - CONFIG_SECCOMP: enabled [2019-10-07T23:44:01.164Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-07T23:44:01.164Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-07T23:44:01.164Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-07T23:44:01.164Z] (cgroup swap accounting is currently enabled) [2019-10-07T23:44:01.164Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-07T23:44:01.164Z] - CONFIG_BLK_CGROUP: enabled [2019-10-07T23:44:01.164Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-07T23:44:01.287Z] e31612bb7d3c: Pull complete [2019-10-07T23:44:01.287Z] Digest: sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63 [2019-10-07T23:44:01.287Z] Status: Downloaded newer image for golang:1.12.10-stretch [2019-10-07T23:44:01.287Z] ---> e6b9730b64f0 [2019-10-07T23:44:01.287Z] Step 3/12 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2019-10-07T23:44:01.287Z] ---> Running in d022af96732e [2019-10-07T23:44:01.287Z] Removing intermediate container d022af96732e [2019-10-07T23:44:01.287Z] ---> ed015b49fbda [2019-10-07T23:44:01.287Z] Step 4/12 : RUN git clone "${BUILDX_REPO}" /buildx [2019-10-07T23:44:01.449Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-07T23:44:01.449Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-07T23:44:01.449Z] - CONFIG_CGROUP_PERF: enabled [2019-10-07T23:44:01.449Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-07T23:44:01.449Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-07T23:44:01.449Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-07T23:44:01.449Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-07T23:44:01.449Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-07T23:44:01.449Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-07T23:44:01.449Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-07T23:44:01.449Z] - CONFIG_IP_VS: enabled (as module) [2019-10-07T23:44:01.449Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-07T23:44:01.449Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-07T23:44:01.449Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-07T23:44:01.449Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-07T23:44:01.449Z] - CONFIG_EXT4_FS: enabled [2019-10-07T23:44:01.449Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-07T23:44:01.449Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-07T23:44:01.449Z] - Network Drivers: [2019-10-07T23:44:01.449Z] - "overlay": [2019-10-07T23:44:01.449Z] - CONFIG_VXLAN: enabled (as module) [2019-10-07T23:44:01.449Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-07T23:44:01.449Z] Optional (for encrypted networks): [2019-10-07T23:44:01.449Z] - CONFIG_CRYPTO: enabled [2019-10-07T23:44:01.449Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-07T23:44:01.449Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-07T23:44:01.449Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-07T23:44:01.449Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-07T23:44:01.449Z] - CONFIG_XFRM: enabled [2019-10-07T23:44:01.449Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-07T23:44:01.449Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-07T23:44:01.449Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-07T23:44:01.449Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-07T23:44:01.449Z] - "ipvlan": [2019-10-07T23:44:01.665Z] ---> Running in 328cea04b799 [2019-10-07T23:44:01.733Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-07T23:44:01.733Z] - "macvlan": [2019-10-07T23:44:01.733Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-07T23:44:01.733Z] - CONFIG_DUMMY: enabled (as module) [2019-10-07T23:44:01.733Z] - "ftp,tftp client in container": [2019-10-07T23:44:01.733Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-07T23:44:01.733Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-07T23:44:01.733Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-07T23:44:01.733Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-07T23:44:01.733Z] - Storage Drivers: [2019-10-07T23:44:01.733Z] - "aufs": [2019-10-07T23:44:01.733Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-07T23:44:01.733Z] - "btrfs": [2019-10-07T23:44:01.733Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-07T23:44:01.733Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-07T23:44:01.733Z] - "devicemapper": [2019-10-07T23:44:01.733Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-07T23:44:01.733Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-07T23:44:01.733Z] - "overlay": [2019-10-07T23:44:01.733Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-07T23:44:01.733Z] - "zfs": [2019-10-07T23:44:01.733Z] - /dev/zfs: missing [2019-10-07T23:44:01.733Z] - zfs command: missing [2019-10-07T23:44:01.733Z] - zpool command: missing [2019-10-07T23:44:01.733Z] [2019-10-07T23:44:01.733Z] Limits: [2019-10-07T23:44:01.733Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-07T23:44:01.733Z] [2019-10-07T23:44:01.733Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-07T23:44:02.030Z] Cloning into '/buildx'... [2019-10-07T23:44:02.154Z] + make bundles/buildx [2019-10-07T23:44:02.775Z] mkdir bundles [2019-10-07T23:44:02.775Z] # This intetionally is not using the `--output` flag from the docker CLI which is a buildkit option [2019-10-07T23:44:02.775Z] # The idea here being that if buildx is being used, it's because buildkit is not supported natively [2019-10-07T23:44:02.775Z] docker build -f Dockerfile.buildx -t "moby-buildx:v0.3.0" \ [2019-10-07T23:44:02.775Z] --build-arg BUILDX_COMMIT \ [2019-10-07T23:44:02.775Z] --build-arg BUILDX_REPO \ [2019-10-07T23:44:02.775Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-07T23:44:02.775Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-07T23:44:02.775Z] . && \ [2019-10-07T23:44:02.775Z] id=$(docker create moby-buildx:v0.3.0); \ [2019-10-07T23:44:02.775Z] if [ -n "${id}" ]; then docker cp ${id}:/usr/bin/buildx bundles/buildx && touch bundles/buildx; docker rm -f ${id}; fi [2019-10-07T23:44:02.775Z] /bin/sh: 4: go: not found [2019-10-07T23:44:02.775Z] /bin/sh: 5: go: not found [2019-10-07T23:44:03.856Z] Removing intermediate container 328cea04b799 [2019-10-07T23:44:03.856Z] ---> 818d1a47607b [2019-10-07T23:44:03.856Z] Step 5/12 : WORKDIR /buildx [2019-10-07T23:44:03.856Z] ---> Running in 3920a10d2372 [2019-10-07T23:44:04.232Z] Removing intermediate container 3920a10d2372 [2019-10-07T23:44:04.232Z] ---> 44a9b83c6cf9 [2019-10-07T23:44:04.232Z] Step 6/12 : ARG BUILDX_COMMIT=master [2019-10-07T23:44:04.232Z] ---> Running in 2de4f6c3a85f [2019-10-07T23:44:04.232Z] Removing intermediate container 2de4f6c3a85f [2019-10-07T23:44:04.232Z] ---> 84fbc6a38db5 [2019-10-07T23:44:04.232Z] Step 7/12 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2019-10-07T23:44:04.599Z] ---> Running in e403ffef36da [2019-10-07T23:44:05.069Z] From https://github.com/docker/buildx [2019-10-07T23:44:05.069Z] * [new branch] master -> build [2019-10-07T23:44:05.469Z] Sending build context to Docker daemon 49.98MB [2019-10-07T23:44:05.469Z] Step 1/12 : ARG GO_VERSION=1.12.10 [2019-10-07T23:44:05.469Z] Step 2/12 : FROM golang:${GO_VERSION}-stretch [2019-10-07T23:44:05.469Z] 1.12.10-stretch: Pulling from library/golang [2019-10-07T23:44:05.469Z] 10831a4d6f42: Pulling fs layer [2019-10-07T23:44:05.469Z] f794a2e4526b: Pulling fs layer [2019-10-07T23:44:05.469Z] e3fa2203e375: Pulling fs layer [2019-10-07T23:44:05.469Z] 004465f1c815: Pulling fs layer [2019-10-07T23:44:05.469Z] c19c19fc3c99: Pulling fs layer [2019-10-07T23:44:05.469Z] b7e7e03b39f2: Pulling fs layer [2019-10-07T23:44:05.469Z] c8d0433a4b0c: Pulling fs layer [2019-10-07T23:44:05.469Z] b7e7e03b39f2: Waiting [2019-10-07T23:44:05.469Z] 004465f1c815: Waiting [2019-10-07T23:44:05.469Z] c19c19fc3c99: Waiting [2019-10-07T23:44:05.469Z] c8d0433a4b0c: Waiting [2019-10-07T23:44:05.536Z] Switched to branch 'build' [2019-10-07T23:44:05.946Z] Removing intermediate container e403ffef36da [2019-10-07T23:44:05.946Z] ---> 7565faa90373 [2019-10-07T23:44:05.946Z] Step 8/12 : RUN go mod download [2019-10-07T23:44:05.946Z] ---> Running in 705b6f034d8b [2019-10-07T23:44:06.089Z] e3fa2203e375: Verifying Checksum [2019-10-07T23:44:06.089Z] e3fa2203e375: Download complete [2019-10-07T23:44:06.375Z] f794a2e4526b: Verifying Checksum [2019-10-07T23:44:06.375Z] f794a2e4526b: Download complete [2019-10-07T23:44:06.830Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2019-10-07T23:44:06.830Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-10-07T23:44:06.830Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-10-07T23:44:06.830Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-10-07T23:44:06.830Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-10-07T23:44:06.830Z] go: finding github.com/gofrs/flock v0.7.0 [2019-10-07T23:44:06.830Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2019-10-07T23:44:07.209Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-10-07T23:44:07.209Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-10-07T23:44:07.209Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-10-07T23:44:07.610Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-10-07T23:44:07.610Z] go: finding github.com/ghodss/yaml v1.0.0 [2019-10-07T23:44:08.009Z] go: finding github.com/json-iterator/go v1.1.6 [2019-10-07T23:44:08.009Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-10-07T23:44:08.009Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-10-07T23:44:08.009Z] go: finding github.com/theupdateframework/notary v0.6.1 [2019-10-07T23:44:08.043Z] INFO [loader] Go packages loading at mode load types and syntax took 26.50027366s [2019-10-07T23:44:08.422Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-10-07T23:44:08.422Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-10-07T23:44:08.814Z] go: finding github.com/spf13/cobra v0.0.3 [2019-10-07T23:44:08.814Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-10-07T23:44:08.814Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-10-07T23:44:08.814Z] go: finding github.com/gorilla/mux v1.7.0 [2019-10-07T23:44:08.814Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-10-07T23:44:09.074Z] 10831a4d6f42: Verifying Checksum [2019-10-07T23:44:09.074Z] 10831a4d6f42: Download complete [2019-10-07T23:44:09.220Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-10-07T23:44:09.220Z] go: finding github.com/hashicorp/hcl v1.0.0 [2019-10-07T23:44:09.360Z] 004465f1c815: Verifying Checksum [2019-10-07T23:44:09.360Z] 004465f1c815: Download complete [2019-10-07T23:44:09.634Z] go: finding github.com/jinzhu/gorm v1.9.2 [2019-10-07T23:44:09.647Z] c8d0433a4b0c: Verifying Checksum [2019-10-07T23:44:09.647Z] c8d0433a4b0c: Download complete [2019-10-07T23:44:09.931Z] c19c19fc3c99: Download complete [2019-10-07T23:44:10.092Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-10-07T23:44:10.580Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-10-07T23:44:10.580Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-10-07T23:44:10.580Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-10-07T23:44:11.061Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-10-07T23:44:11.468Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-10-07T23:44:11.468Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-10-07T23:44:11.468Z] go: finding github.com/gogo/protobuf v1.2.1 [2019-10-07T23:44:11.860Z] go: finding github.com/sirupsen/logrus v1.4.0 [2019-10-07T23:44:12.695Z] go: finding github.com/spf13/pflag v1.0.3 [2019-10-07T23:44:12.695Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-10-07T23:44:12.695Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-10-07T23:44:13.087Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-10-07T23:44:13.087Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-10-07T23:44:13.087Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-10-07T23:44:13.279Z] INFO [loader] SSA repr building timing: packages building 323.278328ms, total 5.231314436s [2019-10-07T23:44:13.406Z] 10831a4d6f42: Pull complete [2019-10-07T23:44:13.508Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-10-07T23:44:13.694Z] f794a2e4526b: Pull complete [2019-10-07T23:44:13.923Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-10-07T23:44:13.981Z] e3fa2203e375: Pull complete [2019-10-07T23:44:14.317Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-10-07T23:44:14.703Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-10-07T23:44:14.703Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-10-07T23:44:14.703Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2019-10-07T23:44:14.703Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-10-07T23:44:15.100Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-10-07T23:44:15.958Z] go: finding github.com/davecgh/go-spew v1.1.1 [2019-10-07T23:44:15.958Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-10-07T23:44:15.958Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-10-07T23:44:15.958Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-10-07T23:44:16.033Z] b7e7e03b39f2: Verifying Checksum [2019-10-07T23:44:16.033Z] b7e7e03b39f2: Download complete [2019-10-07T23:44:16.343Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2019-10-07T23:44:16.343Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2019-10-07T23:44:16.760Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-10-07T23:44:16.760Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-10-07T23:44:17.042Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-10-07T23:44:17.042Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-ced05fdf\powershellScript.ps1'; exit $LASTEXITCODE; [2019-10-07T23:44:17.042Z] ---------------------------------------------------------------------------- [2019-10-07T23:44:17.042Z] [2019-10-07T23:44:17.042Z] INFO: executeCI.ps1 starting at Mon Oct 7 23:44:14 CUT 2019 [2019-10-07T23:44:17.042Z] [2019-10-07T23:44:17.042Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-10-07T23:44:17.042Z] INFO: Running git version 2.23.0.windows.1 [2019-10-07T23:44:17.042Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-10-07T23:44:17.042Z] INFO: Environment variables: [2019-10-07T23:44:17.042Z] [2019-10-07T23:44:17.042Z] Name Value [2019-10-07T23:44:17.042Z] ---- ----- [2019-10-07T23:44:17.042Z] ALLUSERSPROFILE C:\ProgramData [2019-10-07T23:44:17.042Z] amd64 true [2019-10-07T23:44:17.042Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-10-07T23:44:17.042Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-10-07T23:44:17.042Z] BRANCH_NAME PR-40057 [2019-10-07T23:44:17.042Z] BUILD_DISPLAY_NAME #3 [2019-10-07T23:44:17.042Z] BUILD_ID 3 [2019-10-07T23:44:17.042Z] BUILD_NUMBER 3 [2019-10-07T23:44:17.042Z] BUILD_TAG jenkins-moby-PR-40057-3 [2019-10-07T23:44:17.042Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-40057/3/ [2019-10-07T23:44:17.042Z] CHANGE_AUTHOR andrewhsu [2019-10-07T23:44:17.042Z] CHANGE_AUTHOR_DISPLAY_NAME Andrew Hsu [2019-10-07T23:44:17.042Z] CHANGE_AUTHOR_EMAIL andrewhsu@docker.com [2019-10-07T23:44:17.042Z] CHANGE_BRANCH truetop [2019-10-07T23:44:17.042Z] CHANGE_FORK andrewhsu [2019-10-07T23:44:17.042Z] CHANGE_ID 40057 [2019-10-07T23:44:17.042Z] CHANGE_TARGET master [2019-10-07T23:44:17.042Z] CHANGE_TITLE integration-cli: TestDockerNetworkConnectLinkLocalIP return on failure [2019-10-07T23:44:17.042Z] CHANGE_URL https://github.com/moby/moby/pull/40057 [2019-10-07T23:44:17.042Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-07T23:44:17.042Z] CommonProgramFiles C:\Program Files\Common Files [2019-10-07T23:44:17.042Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-10-07T23:44:17.042Z] CommonProgramW6432 C:\Program Files\Common Files [2019-10-07T23:44:17.042Z] COMPUTERNAME azwin-2-909190 [2019-10-07T23:44:17.042Z] ComSpec C:\windows\system32\cmd.exe [2019-10-07T23:44:17.042Z] ConfigSequenceNumber 0 [2019-10-07T23:44:17.042Z] DOCKER_BUILDKIT 0 [2019-10-07T23:44:17.042Z] DOCKER_DUT_DEBUG 1 [2019-10-07T23:44:17.042Z] DOCKER_EXPERIMENTAL 1 [2019-10-07T23:44:17.042Z] DOCKER_GRAPHDRIVER overlay2 [2019-10-07T23:44:17.042Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-10-07T23:44:17.042Z] EXECUTOR_NUMBER 0 [2019-10-07T23:44:17.042Z] FQDN azwin-2-909190.westus.cloudapp.azure.com [2019-10-07T23:44:17.042Z] GIT_BRANCH PR-40057 [2019-10-07T23:44:17.042Z] GIT_COMMIT 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:44:17.042Z] GIT_PREVIOUS_COMMIT 318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:44:17.042Z] GIT_URL https://github.com/moby/moby.git [2019-10-07T23:44:17.043Z] HUDSON_COOKIE ed374b9c-acf9-43db-8ecd-8b3022195d3f [2019-10-07T23:44:17.043Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-10-07T23:44:17.043Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-10-07T23:44:17.043Z] HUDSON_URL https://ci.docker.com/public/ [2019-10-07T23:44:17.043Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-10-07T23:44:17.043Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-10-07T23:44:17.043Z] JENKINS_NODE_COOKIE a84889ef-1d0e-4105-9f4a-72c0fc83cafe [2019-10-07T23:44:17.043Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-10-07T23:44:17.043Z] JENKINS_URL https://ci.docker.com/public/ [2019-10-07T23:44:17.043Z] JOB_BASE_NAME PR-40057 [2019-10-07T23:44:17.043Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40057/display/redirect [2019-10-07T23:44:17.043Z] JOB_NAME moby/PR-40057 [2019-10-07T23:44:17.043Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-40057/ [2019-10-07T23:44:17.043Z] library.jps.version master [2019-10-07T23:44:17.043Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-10-07T23:44:17.043Z] NODE_LABELS amd64 azure azwin-2-909190 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-10-07T23:44:17.043Z] NODE_NAME azwin-2-909190 [2019-10-07T23:44:17.043Z] NUMBER_OF_PROCESSORS 4 [2019-10-07T23:44:17.043Z] OS Windows_NT [2019-10-07T23:44:17.043Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-10-07T23:44:17.043Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-10-07T23:44:17.043Z] ppc64le true [2019-10-07T23:44:17.043Z] PROCESSOR_ARCHITECTURE AMD64 [2019-10-07T23:44:17.044Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-10-07T23:44:17.044Z] PROCESSOR_LEVEL 6 [2019-10-07T23:44:17.044Z] PROCESSOR_REVISION 4f01 [2019-10-07T23:44:17.044Z] ProgramData C:\ProgramData [2019-10-07T23:44:17.044Z] ProgramFiles C:\Program Files [2019-10-07T23:44:17.044Z] ProgramFiles(x86) C:\Program Files (x86) [2019-10-07T23:44:17.044Z] ProgramW6432 C:\Program Files [2019-10-07T23:44:17.044Z] PROMPT $P$G [2019-10-07T23:44:17.044Z] PSExecutionPolicyPreference Bypass [2019-10-07T23:44:17.044Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-10-07T23:44:17.044Z] PUBLIC C:\Users\Public [2019-10-07T23:44:17.044Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40057/3/display/redirect?page=changes [2019-10-07T23:44:17.044Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40057/3/display/redirect [2019-10-07T23:44:17.044Z] s390x true [2019-10-07T23:44:17.044Z] skip_dco false [2019-10-07T23:44:17.044Z] SKIP_VALIDATION_TESTS 1 [2019-10-07T23:44:17.044Z] SOURCES_DRIVE d [2019-10-07T23:44:17.044Z] SOURCES_SUBDIR gopath [2019-10-07T23:44:17.044Z] STAGE_NAME Run tests [2019-10-07T23:44:17.044Z] SystemDrive C: [2019-10-07T23:44:17.044Z] SystemRoot C:\windows [2019-10-07T23:44:17.044Z] TEMP C:\windows\TEMP [2019-10-07T23:44:17.044Z] TESTDEBUG 0 [2019-10-07T23:44:17.044Z] TESTRUN_DRIVE d [2019-10-07T23:44:17.044Z] TESTRUN_SUBDIR CI [2019-10-07T23:44:17.044Z] TIMEOUT 120m [2019-10-07T23:44:17.044Z] TMP C:\windows\TEMP [2019-10-07T23:44:17.044Z] unit_validate true [2019-10-07T23:44:17.044Z] USERDOMAIN WORKGROUP [2019-10-07T23:44:17.044Z] USERNAME azwin-2-909190$ [2019-10-07T23:44:17.044Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-10-07T23:44:17.044Z] windir C:\windows [2019-10-07T23:44:17.044Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-10-07T23:44:17.044Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-10-07T23:44:17.044Z] windowsRS1 false [2019-10-07T23:44:17.044Z] windowsRS5 true [2019-10-07T23:44:17.044Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-10-07T23:44:17.044Z] [2019-10-07T23:44:17.044Z] [2019-10-07T23:44:17.044Z] [2019-10-07T23:44:17.044Z] INFO: Sources under d:\gopath\... [2019-10-07T23:44:17.044Z] INFO: Test run under d:\CI\... [2019-10-07T23:44:17.044Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-10-07T23:44:17.044Z] INFO: docker/docker repository was found [2019-10-07T23:44:17.044Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-10-07T23:44:17.044Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.737' [2019-10-07T23:44:17.044Z] INFO: Docker version of control daemon [2019-10-07T23:44:17.044Z] [2019-10-07T23:44:17.044Z] Client: Docker Engine - Enterprise [2019-10-07T23:44:17.044Z] Version: 19.03.2 [2019-10-07T23:44:17.044Z] API version: 1.40 [2019-10-07T23:44:17.044Z] Go version: go1.12.8 [2019-10-07T23:44:17.044Z] Git commit: c92ab06ed9 [2019-10-07T23:44:17.044Z] Built: 09/03/2019 16:38:11 [2019-10-07T23:44:17.044Z] OS/Arch: windows/amd64 [2019-10-07T23:44:17.044Z] Experimental: false [2019-10-07T23:44:17.044Z] [2019-10-07T23:44:17.044Z] Server: Docker Engine - Enterprise [2019-10-07T23:44:17.044Z] Engine: [2019-10-07T23:44:17.044Z] Version: 19.03.2 [2019-10-07T23:44:17.044Z] API version: 1.40 (minimum version 1.24) [2019-10-07T23:44:17.044Z] Go version: go1.12.8 [2019-10-07T23:44:17.044Z] Git commit: c92ab06ed9 [2019-10-07T23:44:17.044Z] Built: 09/03/2019 16:35:47 [2019-10-07T23:44:17.044Z] OS/Arch: windows/amd64 [2019-10-07T23:44:17.044Z] Experimental: true [2019-10-07T23:44:17.044Z] [2019-10-07T23:44:17.044Z] INFO: Docker info of control daemon [2019-10-07T23:44:17.044Z] [2019-10-07T23:44:17.354Z] go: finding github.com/pkg/errors v0.8.1 [2019-10-07T23:44:18.003Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-10-07T23:44:18.003Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-10-07T23:44:18.009Z] Client: [2019-10-07T23:44:18.009Z] Debug Mode: false [2019-10-07T23:44:18.009Z] Plugins: [2019-10-07T23:44:18.009Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-07T23:44:18.009Z] [2019-10-07T23:44:18.009Z] Server: [2019-10-07T23:44:18.009Z] Containers: 0 [2019-10-07T23:44:18.009Z] Running: 0 [2019-10-07T23:44:18.009Z] Paused: 0 [2019-10-07T23:44:18.009Z] Stopped: 0 [2019-10-07T23:44:18.009Z] Images: 8 [2019-10-07T23:44:18.009Z] Server Version: 19.03.2 [2019-10-07T23:44:18.009Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-07T23:44:18.009Z] Windows: [2019-10-07T23:44:18.009Z] LCOW: [2019-10-07T23:44:18.009Z] Logging Driver: json-file [2019-10-07T23:44:18.009Z] Plugins: [2019-10-07T23:44:18.009Z] Volume: local [2019-10-07T23:44:18.009Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-07T23:44:18.009Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-07T23:44:18.009Z] Swarm: inactive [2019-10-07T23:44:18.009Z] Default Isolation: process [2019-10-07T23:44:18.009Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-07T23:44:18.009Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-07T23:44:18.009Z] OSType: windows [2019-10-07T23:44:18.009Z] Architecture: x86_64 [2019-10-07T23:44:18.009Z] CPUs: 4 [2019-10-07T23:44:18.009Z] Total Memory: 32GiB [2019-10-07T23:44:18.009Z] Name: azwin-2-909190 [2019-10-07T23:44:18.009Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-07T23:44:18.009Z] Docker Root Dir: D:\docker [2019-10-07T23:44:18.009Z] Debug Mode: false [2019-10-07T23:44:18.009Z] Registry: https://index.docker.io/v1/ [2019-10-07T23:44:18.009Z] Labels: [2019-10-07T23:44:18.009Z] Experimental: true [2019-10-07T23:44:18.009Z] Insecure Registries: [2019-10-07T23:44:18.009Z] 10.0.0.4:5000 [2019-10-07T23:44:18.009Z] 127.0.0.0/8 [2019-10-07T23:44:18.009Z] Registry Mirrors: [2019-10-07T23:44:18.009Z] http://10.0.0.4:5000/ [2019-10-07T23:44:18.009Z] Live Restore Enabled: false [2019-10-07T23:44:18.009Z] [2019-10-07T23:44:18.009Z] [2019-10-07T23:44:18.009Z] INFO: Commit hash is 318e279fd [2019-10-07T23:44:18.009Z] INFO: Nuke-Everything... [2019-10-07T23:44:18.074Z] 004465f1c815: Pull complete [2019-10-07T23:44:18.466Z] INFO: Container count on control daemon to delete is 0 [2019-10-07T23:44:18.534Z] go: finding github.com/stretchr/testify v1.2.2 [2019-10-07T23:44:18.534Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-10-07T23:44:18.534Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-10-07T23:44:18.534Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-10-07T23:44:18.923Z] INFO: Nuking d:\CI [2019-10-07T23:44:18.923Z] INFO: Zapped successfully [2019-10-07T23:44:18.923Z] INFO: Location for testing is d:\CI\PR-40057\3 [2019-10-07T23:44:18.923Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-10-07T23:44:18.923Z] [2019-10-07T23:44:18.923Z] [2019-10-07T23:44:18.923Z] INFO: Building the image from Dockerfile.windows at 10/07/2019 23:44:18... [2019-10-07T23:44:18.923Z] [2019-10-07T23:44:18.956Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-10-07T23:44:18.956Z] go: finding github.com/stretchr/testify v1.3.0 [2019-10-07T23:44:19.837Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-10-07T23:44:19.837Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-10-07T23:44:20.259Z] go: finding github.com/kisielk/errcheck v1.1.0 [2019-10-07T23:44:20.259Z] go: finding github.com/prometheus/client_golang v0.8.0 [2019-10-07T23:44:20.774Z] c19c19fc3c99: Pull complete [2019-10-07T23:44:21.302Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-10-07T23:44:21.302Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-10-07T23:44:21.302Z] go: finding github.com/stretchr/objx v0.1.1 [2019-10-07T23:44:21.302Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-10-07T23:44:21.302Z] go: finding github.com/davecgh/go-spew v1.1.0 [2019-10-07T23:44:21.302Z] go: finding github.com/gogo/googleapis v1.1.0 [2019-10-07T23:44:21.715Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-10-07T23:44:21.715Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-10-07T23:44:22.131Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-10-07T23:44:22.131Z] go: finding github.com/jinzhu/now v1.0.0 [2019-10-07T23:44:22.606Z] go: finding github.com/stretchr/objx v0.1.0 [2019-10-07T23:44:22.606Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-10-07T23:44:22.606Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-10-07T23:44:23.081Z] go: finding github.com/gogo/protobuf v1.2.0 [2019-10-07T23:44:23.081Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-10-07T23:44:23.590Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-10-07T23:44:23.590Z] go: finding github.com/golang/protobuf v1.2.0 [2019-10-07T23:44:23.590Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-10-07T23:44:23.590Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-10-07T23:44:23.979Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-10-07T23:44:23.979Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-10-07T23:44:24.384Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-10-07T23:44:24.384Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-10-07T23:44:24.384Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-10-07T23:44:24.384Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-10-07T23:44:24.773Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-10-07T23:44:24.773Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-10-07T23:44:25.168Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-10-07T23:44:25.168Z] go: finding github.com/hashicorp/go-version v1.1.0 [2019-10-07T23:44:25.168Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-10-07T23:44:25.575Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-10-07T23:44:25.575Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-10-07T23:44:25.964Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2019-10-07T23:44:26.036Z] Sending build context to Docker daemon 49.97MB [2019-10-07T23:44:26.036Z] [2019-10-07T23:44:26.036Z] Step 1/8 : FROM microsoft/windowsservercore [2019-10-07T23:44:26.036Z] ---> 1ddfa8bee56a [2019-10-07T23:44:26.036Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-10-07T23:44:26.036Z] ---> Using cache [2019-10-07T23:44:26.036Z] ---> 55e460e9a813 [2019-10-07T23:44:26.036Z] Step 3/8 : ARG GO_VERSION=1.13.1 [2019-10-07T23:44:26.036Z] ---> Running in 5b991c950858 [2019-10-07T23:44:26.296Z] b7e7e03b39f2: Pull complete [2019-10-07T23:44:26.296Z] c8d0433a4b0c: Pull complete [2019-10-07T23:44:26.296Z] Digest: sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63 [2019-10-07T23:44:26.296Z] Status: Downloaded newer image for golang:1.12.10-stretch [2019-10-07T23:44:26.296Z] ---> 9b20014a18e9 [2019-10-07T23:44:26.296Z] Step 3/12 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2019-10-07T23:44:26.296Z] ---> Running in a3fc0337ee61 [2019-10-07T23:44:26.296Z] Removing intermediate container a3fc0337ee61 [2019-10-07T23:44:26.296Z] ---> 5debca30acab [2019-10-07T23:44:26.296Z] Step 4/12 : RUN git clone "${BUILDX_REPO}" /buildx [2019-10-07T23:44:26.296Z] ---> Running in d48fe55149cf [2019-10-07T23:44:26.359Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-10-07T23:44:26.493Z] Removing intermediate container 5b991c950858 [2019-10-07T23:44:26.493Z] ---> 9e4ac060b73a [2019-10-07T23:44:26.493Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-10-07T23:44:26.493Z] ---> Running in ba9770c63686 [2019-10-07T23:44:26.771Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-10-07T23:44:26.771Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-10-07T23:44:26.916Z] Cloning into '/buildx'... [2019-10-07T23:44:26.949Z] Removing intermediate container ba9770c63686 [2019-10-07T23:44:26.949Z] ---> 5a0490169e35 [2019-10-07T23:44:26.949Z] Step 5/8 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path ${GOPATH}\src\github.com\docker\docker | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; Write-Host INFO: Completed [2019-10-07T23:44:26.949Z] ---> Running in bb39ad335118 [2019-10-07T23:44:27.169Z] go: finding github.com/sirupsen/logrus v1.3.0 [2019-10-07T23:44:27.169Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-10-07T23:44:27.996Z] go: finding gotest.tools v2.2.0+incompatible [2019-10-07T23:44:27.996Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-10-07T23:44:28.873Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-10-07T23:44:29.275Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-10-07T23:44:29.714Z] go: finding gopkg.in/inf.v0 v0.9.1 [2019-10-07T23:44:30.378Z] Removing intermediate container d48fe55149cf [2019-10-07T23:44:30.378Z] ---> 69fb70a15ba1 [2019-10-07T23:44:30.378Z] Step 5/12 : WORKDIR /buildx [2019-10-07T23:44:30.378Z] ---> Running in d2d69be87ce1 [2019-10-07T23:44:30.378Z] Removing intermediate container d2d69be87ce1 [2019-10-07T23:44:30.378Z] ---> ed7b36a27139 [2019-10-07T23:44:30.378Z] Step 6/12 : ARG BUILDX_COMMIT=master [2019-10-07T23:44:30.378Z] ---> Running in 5d0587c4b1f4 [2019-10-07T23:44:30.378Z] Removing intermediate container 5d0587c4b1f4 [2019-10-07T23:44:30.378Z] ---> 3674bdb80f05 [2019-10-07T23:44:30.378Z] Step 7/12 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2019-10-07T23:44:30.378Z] ---> Running in 13caae1fb9f9 [2019-10-07T23:44:30.661Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-10-07T23:44:30.994Z] From https://github.com/docker/buildx [2019-10-07T23:44:30.994Z] * [new branch] master -> build [2019-10-07T23:44:31.058Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-10-07T23:44:31.280Z] Switched to branch 'build' [2019-10-07T23:44:31.565Z] Removing intermediate container 13caae1fb9f9 [2019-10-07T23:44:31.565Z] ---> 18c02a2e064f [2019-10-07T23:44:31.565Z] Step 8/12 : RUN go mod download [2019-10-07T23:44:31.565Z] ---> Running in 542f7a5ecd45 [2019-10-07T23:44:31.852Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-10-07T23:44:31.852Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-10-07T23:44:31.852Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-10-07T23:44:31.852Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-10-07T23:44:31.852Z] go: finding github.com/spf13/pflag v1.0.3 [2019-10-07T23:44:31.852Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-10-07T23:44:31.852Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-10-07T23:44:31.852Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-10-07T23:44:31.852Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2019-10-07T23:44:31.918Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-10-07T23:44:31.918Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-10-07T23:44:32.745Z] [2019-10-07T23:44:32.745Z] SUCCESS: Specified value was saved. [2019-10-07T23:44:32.760Z] go: finding golang.org/x/text v0.3.0 [2019-10-07T23:44:32.880Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-10-07T23:44:33.508Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-10-07T23:44:33.622Z] go: finding github.com/docker/go-connections v0.3.0 [2019-10-07T23:44:33.622Z] go: finding github.com/spf13/viper v1.3.2 [2019-10-07T23:44:33.708Z] INFO: Downloading git... [2019-10-07T23:44:33.797Z] go: finding github.com/jinzhu/now v1.0.0 [2019-10-07T23:44:34.030Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-10-07T23:44:34.086Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-10-07T23:44:34.086Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-10-07T23:44:34.378Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-10-07T23:44:34.441Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-10-07T23:44:34.441Z] go: finding github.com/BurntSushi/toml v0.3.1 [2019-10-07T23:44:35.008Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-10-07T23:44:35.241Z] INFO: Downloading go... [2019-10-07T23:44:35.299Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-10-07T23:44:35.299Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-10-07T23:44:35.347Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-10-07T23:44:35.347Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-10-07T23:44:35.347Z] go: finding github.com/google/go-cmp v0.2.0 [2019-10-07T23:44:35.589Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-10-07T23:44:35.809Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-10-07T23:44:35.878Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-10-07T23:44:36.168Z] go: finding github.com/prometheus/client_golang v0.8.0 [2019-10-07T23:44:36.223Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-10-07T23:44:36.223Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-10-07T23:44:36.223Z] go: finding github.com/kr/pretty v0.1.0 [2019-10-07T23:44:36.456Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-10-07T23:44:36.620Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-10-07T23:44:36.620Z] go: finding github.com/kisielk/gotool v1.0.0 [2019-10-07T23:44:36.620Z] go: finding github.com/imdario/mergo v0.3.7 [2019-10-07T23:44:37.021Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-10-07T23:44:37.021Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-10-07T23:44:37.021Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-10-07T23:44:37.412Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-10-07T23:44:37.412Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-10-07T23:44:37.412Z] go: finding github.com/pkg/profile v1.2.1 [2019-10-07T23:44:37.483Z] go: finding github.com/stretchr/testify v1.3.0 [2019-10-07T23:44:37.483Z] go: finding github.com/jinzhu/gorm v1.9.2 [2019-10-07T23:44:37.782Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-10-07T23:44:37.782Z] go: finding github.com/json-iterator/go v1.1.6 [2019-10-07T23:44:37.831Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2019-10-07T23:44:37.831Z] go: finding github.com/vishvananda/netlink v1.0.0 [2019-10-07T23:44:38.072Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-10-07T23:44:38.220Z] go: finding google.golang.org/grpc v1.20.1 [2019-10-07T23:44:38.220Z] go: finding github.com/kr/text v0.1.0 [2019-10-07T23:44:38.220Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-10-07T23:44:38.386Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-10-07T23:44:38.627Z] go: finding go.etcd.io/bbolt v1.3.2 [2019-10-07T23:44:38.683Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-10-07T23:44:38.683Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2019-10-07T23:44:38.683Z] go: finding github.com/hashicorp/go-version v1.1.0 [2019-10-07T23:44:39.030Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-10-07T23:44:39.030Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-10-07T23:44:39.030Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-10-07T23:44:39.030Z] go: finding github.com/spf13/cast v1.3.0 [2019-10-07T23:44:39.436Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-10-07T23:44:39.436Z] go: finding github.com/coreos/go-semver v0.2.0 [2019-10-07T23:44:39.849Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-10-07T23:44:39.849Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-10-07T23:44:39.849Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-10-07T23:44:39.849Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-10-07T23:44:40.172Z] go: finding github.com/gogo/protobuf v1.2.1 [2019-10-07T23:44:40.172Z] go: finding github.com/sirupsen/logrus v1.4.0 [2019-10-07T23:44:40.172Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-10-07T23:44:40.249Z] go: finding github.com/pelletier/go-toml v1.2.0 [2019-10-07T23:44:40.464Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-10-07T23:44:40.656Z] go: finding github.com/spf13/afero v1.1.2 [2019-10-07T23:44:40.656Z] go: finding github.com/lib/pq v1.0.0 [2019-10-07T23:44:40.656Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-10-07T23:44:40.756Z] go: finding github.com/lib/pq v1.0.0 [2019-10-07T23:44:40.756Z] go: finding github.com/davecgh/go-spew v1.1.0 [2019-10-07T23:44:40.756Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2019-10-07T23:44:41.014Z] INFO: Downloading compiler 1 of 3... [2019-10-07T23:44:41.043Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-10-07T23:44:41.088Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-10-07T23:44:41.088Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-10-07T23:44:41.088Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-10-07T23:44:41.088Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-10-07T23:44:41.473Z] INFO: Downloading compiler 2 of 3... [2019-10-07T23:44:41.473Z] INFO: Downloading compiler 3 of 3... [2019-10-07T23:44:41.496Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-10-07T23:44:41.496Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-10-07T23:44:41.496Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-10-07T23:44:41.496Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-10-07T23:44:41.496Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-10-07T23:44:41.930Z] INFO: Extracting git... [2019-10-07T23:44:41.989Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-10-07T23:44:42.503Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-10-07T23:44:42.545Z] go: finding github.com/spf13/viper v1.3.2 [2019-10-07T23:44:42.545Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-10-07T23:44:42.836Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-10-07T23:44:43.131Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-10-07T23:44:43.131Z] go: finding github.com/spf13/cobra v0.0.3 [2019-10-07T23:44:43.131Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-10-07T23:44:43.418Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-10-07T23:44:43.418Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-10-07T23:44:43.428Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-10-07T23:44:43.428Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-10-07T23:44:43.846Z] go: finding github.com/kr/pty v1.1.1 [2019-10-07T23:44:43.846Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-10-07T23:44:43.846Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-10-07T23:44:44.262Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-10-07T23:44:44.262Z] go: finding github.com/sirupsen/logrus v1.0.3 [2019-10-07T23:44:44.677Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-10-07T23:44:44.677Z] go: finding github.com/client9/misspell v0.3.4 [2019-10-07T23:44:44.677Z] go: finding github.com/onsi/ginkgo v1.7.0 [2019-10-07T23:44:45.090Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-10-07T23:44:45.090Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2019-10-07T23:44:45.090Z] go: finding github.com/gogo/protobuf v1.0.0 [2019-10-07T23:44:45.090Z] go: finding github.com/docker/go-units v0.3.1 [2019-10-07T23:44:45.090Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-10-07T23:44:45.090Z] go: finding github.com/magiconair/properties v1.8.0 [2019-10-07T23:44:45.090Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-10-07T23:44:45.477Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-10-07T23:44:45.477Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-10-07T23:44:45.477Z] go: finding github.com/hashicorp/hcl v1.0.0 [2019-10-07T23:44:45.477Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-10-07T23:44:45.514Z] go: finding gotest.tools v2.1.0+incompatible [2019-10-07T23:44:45.912Z] go: finding github.com/docker/go-connections v0.4.0 [2019-10-07T23:44:45.912Z] go: finding github.com/containerd/containerd v1.2.4 [2019-10-07T23:44:46.105Z] go: finding github.com/pkg/errors v0.8.1 [2019-10-07T23:44:46.105Z] go: finding github.com/stretchr/objx v0.1.1 [2019-10-07T23:44:46.316Z] go: finding google.golang.org/appengine v1.1.0 [2019-10-07T23:44:46.316Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-10-07T23:44:46.316Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-10-07T23:44:46.316Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-10-07T23:44:46.393Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-10-07T23:44:46.719Z] go: finding github.com/golang/mock v1.1.1 [2019-10-07T23:44:46.719Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-10-07T23:44:46.719Z] go: finding github.com/onsi/gomega v1.4.3 [2019-10-07T23:44:46.719Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-10-07T23:44:46.719Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-10-07T23:44:47.024Z] go: finding github.com/spf13/afero v1.1.2 [2019-10-07T23:44:47.128Z] go: finding cloud.google.com/go v0.26.0 [2019-10-07T23:44:47.558Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-10-07T23:44:47.558Z] go: finding github.com/onsi/ginkgo v1.6.0 [2019-10-07T23:44:47.558Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2019-10-07T23:44:47.558Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-10-07T23:44:48.050Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-10-07T23:44:48.050Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-10-07T23:44:48.194Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-10-07T23:44:48.194Z] go: finding github.com/hpcloud/tail v1.0.0 [2019-10-07T23:44:48.194Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-10-07T23:44:48.339Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-10-07T23:44:48.627Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-10-07T23:44:49.661Z] go: finding github.com/spf13/cast v1.3.0 [2019-10-07T23:44:51.160Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-10-07T23:44:51.784Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-10-07T23:44:52.072Z] go: finding github.com/ghodss/yaml v1.0.0 [2019-10-07T23:44:52.072Z] go: finding github.com/theupdateframework/notary v0.6.1 [2019-10-07T23:44:52.700Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-10-07T23:44:53.733Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-10-07T23:44:55.238Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-10-07T23:44:55.238Z] go: finding github.com/gofrs/flock v0.7.0 [2019-10-07T23:44:56.269Z] go: finding github.com/magiconair/properties v1.8.0 [2019-10-07T23:44:56.558Z] go: finding github.com/kisielk/errcheck v1.1.0 [2019-10-07T23:44:57.627Z] go: finding github.com/docker/go-connections v0.4.0 [2019-10-07T23:44:58.650Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2019-10-07T23:44:59.275Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-10-07T23:44:59.567Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-10-07T23:44:59.567Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-10-07T23:44:59.567Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-10-07T23:44:59.586Z] INFO: Expanding go... [2019-10-07T23:45:00.605Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-10-07T23:45:00.894Z] go: finding github.com/stretchr/testify v1.2.2 [2019-10-07T23:45:01.964Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-10-07T23:45:02.252Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-10-07T23:45:02.543Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-10-07T23:45:02.833Z] go: finding github.com/pelletier/go-toml v1.2.0 [2019-10-07T23:45:03.461Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2019-10-07T23:45:03.461Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-10-07T23:45:03.461Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-10-07T23:45:04.089Z] go: finding github.com/coreos/go-semver v0.2.0 [2019-10-07T23:45:04.379Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-10-07T23:45:05.004Z] go: finding github.com/imdario/mergo v0.3.7 [2019-10-07T23:45:05.296Z] go: finding github.com/gorilla/mux v1.7.0 [2019-10-07T23:45:05.924Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-10-07T23:45:05.924Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-10-07T23:45:06.216Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-10-07T23:45:06.504Z] go: finding github.com/kisielk/gotool v1.0.0 [2019-10-07T23:45:06.504Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-10-07T23:45:06.795Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-10-07T23:45:07.823Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-10-07T23:45:08.111Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-10-07T23:45:09.135Z] go: finding github.com/stretchr/objx v0.1.0 [2019-10-07T23:45:09.425Z] go: finding github.com/davecgh/go-spew v1.1.1 [2019-10-07T23:45:09.717Z] go: finding gopkg.in/inf.v0 v0.9.1 [2019-10-07T23:45:10.347Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2019-10-07T23:45:10.637Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-10-07T23:45:10.926Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-10-07T23:45:10.926Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-10-07T23:45:11.954Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-10-07T23:45:12.243Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-10-07T23:45:12.556Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-10-07T23:45:12.844Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-10-07T23:45:13.482Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-10-07T23:45:13.785Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-10-07T23:45:14.331Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-07T23:45:14.331Z] [2019-10-07T23:45:14.331Z] [2019-10-07T23:45:14.331Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-10-07T23:45:14.331Z] [2019-10-07T23:45:14.331Z] [2019-10-07T23:45:14.331Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-07T23:45:14.331Z] No new tests added to integration. [2019-10-07T23:45:14.331Z] [2019-10-07T23:45:14.331Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-07T23:45:14.331Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-07T23:45:14.331Z] PKG_CONFIG=pkg-config [2019-10-07T23:45:14.331Z] GOLANG_VERSION=1.13.1 [2019-10-07T23:45:14.331Z] HOSTNAME=bc1f50f13eab [2019-10-07T23:45:14.331Z] KEEPBUNDLE=1 [2019-10-07T23:45:14.332Z] container=docker [2019-10-07T23:45:14.332Z] TEST_SKIP_INTEGRATION=1 [2019-10-07T23:45:14.332Z] GO111MODULE=off [2019-10-07T23:45:14.332Z] GOPATH=/go [2019-10-07T23:45:14.332Z] PWD=/go/src/github.com/docker/docker [2019-10-07T23:45:14.332Z] HOME=/root [2019-10-07T23:45:14.332Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-07T23:45:14.332Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-07T23:45:14.332Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-07T23:45:14.332Z] DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:45:14.332Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-07T23:45:14.332Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-07T23:45:14.332Z] TERM=xterm [2019-10-07T23:45:14.332Z] VALIDATE_BRANCH=master [2019-10-07T23:45:14.332Z] DEST=bundles/test-integration [2019-10-07T23:45:14.332Z] SHLVL=1 [2019-10-07T23:45:14.332Z] TIMEOUT=120m [2019-10-07T23:45:14.332Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-10-07T23:45:14.332Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-07T23:45:14.332Z] DOCKER_PKG=github.com/docker/docker [2019-10-07T23:45:14.332Z] TESTDEBUG=0 [2019-10-07T23:45:14.332Z] _=/usr/bin/env [2019-10-07T23:45:14.332Z] Building test suite binary ./integration-cli/test.main [2019-10-07T23:45:14.332Z] PKG_CONFIG=pkg-config [2019-10-07T23:45:14.332Z] GOLANG_VERSION=1.13.1 [2019-10-07T23:45:14.332Z] HOSTNAME=7b17036874f6 [2019-10-07T23:45:14.332Z] KEEPBUNDLE=1 [2019-10-07T23:45:14.332Z] container=docker [2019-10-07T23:45:14.332Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-07T23:45:14.332Z] GO111MODULE=off [2019-10-07T23:45:14.332Z] GOPATH=/go [2019-10-07T23:45:14.332Z] PWD=/go/src/github.com/docker/docker [2019-10-07T23:45:14.332Z] HOME=/root [2019-10-07T23:45:14.332Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-07T23:45:14.332Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-07T23:45:14.332Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-07T23:45:14.332Z] DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:45:14.332Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-07T23:45:14.332Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-07T23:45:14.332Z] TERM=xterm [2019-10-07T23:45:14.332Z] VALIDATE_BRANCH=master [2019-10-07T23:45:14.332Z] DEST=bundles/test-integration [2019-10-07T23:45:14.332Z] SHLVL=1 [2019-10-07T23:45:14.332Z] TIMEOUT=120m [2019-10-07T23:45:14.332Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-07T23:45:14.332Z] DOCKER_PKG=github.com/docker/docker [2019-10-07T23:45:14.332Z] TESTDEBUG=0 [2019-10-07T23:45:14.332Z] _=/usr/bin/env [2019-10-07T23:45:14.332Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-07T23:45:14.332Z] PKG_CONFIG=pkg-config [2019-10-07T23:45:14.332Z] GOLANG_VERSION=1.13.1 [2019-10-07T23:45:14.332Z] HOSTNAME=5ca46e0cfb9e [2019-10-07T23:45:14.332Z] KEEPBUNDLE=1 [2019-10-07T23:45:14.332Z] container=docker [2019-10-07T23:45:14.332Z] TEST_SKIP_INTEGRATION=1 [2019-10-07T23:45:14.332Z] GO111MODULE=off [2019-10-07T23:45:14.332Z] GOPATH=/go [2019-10-07T23:45:14.332Z] PWD=/go/src/github.com/docker/docker [2019-10-07T23:45:14.332Z] HOME=/root [2019-10-07T23:45:14.332Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-07T23:45:14.332Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-07T23:45:14.332Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-07T23:45:14.332Z] DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:45:14.332Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-07T23:45:14.332Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-07T23:45:14.332Z] TERM=xterm [2019-10-07T23:45:14.332Z] VALIDATE_BRANCH=master [2019-10-07T23:45:14.332Z] DEST=bundles/test-integration [2019-10-07T23:45:14.332Z] SHLVL=1 [2019-10-07T23:45:14.332Z] TIMEOUT=120m [2019-10-07T23:45:14.332Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-07T23:45:14.332Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-07T23:45:14.332Z] DOCKER_PKG=github.com/docker/docker [2019-10-07T23:45:14.332Z] TESTDEBUG=0 [2019-10-07T23:45:14.332Z] _=/usr/bin/env [2019-10-07T23:45:14.332Z] Building test suite binary ./integration-cli/test.main [2019-10-07T23:45:14.416Z] go: finding golang.org/x/text v0.3.0 [2019-10-07T23:45:14.704Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-10-07T23:45:16.198Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-10-07T23:45:18.908Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-10-07T23:45:18.908Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-10-07T23:45:18.908Z] go: finding github.com/docker/go-connections v0.3.0 [2019-10-07T23:45:18.908Z] go: finding github.com/kr/pretty v0.1.0 [2019-10-07T23:45:18.908Z] go: finding github.com/google/go-cmp v0.2.0 [2019-10-07T23:45:18.908Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-10-07T23:45:19.541Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-10-07T23:45:20.174Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-10-07T23:45:21.672Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-10-07T23:45:21.672Z] go: finding github.com/vishvananda/netlink v1.0.0 [2019-10-07T23:45:21.960Z] go: finding github.com/pkg/profile v1.2.1 [2019-10-07T23:45:22.998Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-10-07T23:45:22.998Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-10-07T23:45:22.998Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-10-07T23:45:22.998Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-10-07T23:45:24.543Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-10-07T23:45:24.543Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-10-07T23:45:24.688Z] INFO: Expanding compiler 1 of 3... [2019-10-07T23:45:24.688Z] INFO: Expanding compiler 2 of 3... [2019-10-07T23:45:24.833Z] go: finding github.com/BurntSushi/toml v0.3.1 [2019-10-07T23:45:25.867Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-10-07T23:45:25.867Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-10-07T23:45:25.867Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-10-07T23:45:26.895Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-10-07T23:45:27.186Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-10-07T23:45:27.186Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-10-07T23:45:27.478Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-10-07T23:45:28.976Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-10-07T23:45:29.264Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-10-07T23:45:29.556Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-10-07T23:45:29.556Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-10-07T23:45:29.681Z] Removing intermediate container 705b6f034d8b [2019-10-07T23:45:29.681Z] ---> aff1c2f924a2 [2019-10-07T23:45:29.681Z] Step 9/12 : ARG GOOS [2019-10-07T23:45:29.681Z] ---> Running in 9d8cc32bef00 [2019-10-07T23:45:29.681Z] Removing intermediate container 9d8cc32bef00 [2019-10-07T23:45:29.681Z] ---> 0e2790cb86ea [2019-10-07T23:45:29.681Z] Step 10/12 : ARG GOARCH [2019-10-07T23:45:29.681Z] ---> Running in 04499457bc4a [2019-10-07T23:45:29.681Z] Removing intermediate container 04499457bc4a [2019-10-07T23:45:29.681Z] ---> 85fd3f174d0f [2019-10-07T23:45:29.681Z] Step 11/12 : RUN GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.com/docker/buildx/version.Version=${BUILDX_COMMIT} -X github.com/docker/buildx/version.Revision=${BUILDX_COMMIT} -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o /usr/bin/buildx ./cmd/buildx [2019-10-07T23:45:29.681Z] ---> Running in 1b359490c7a6 [2019-10-07T23:45:29.847Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-10-07T23:45:30.136Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-10-07T23:45:30.425Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-10-07T23:45:30.478Z] INFO: Expanding compiler 3 of 3... [2019-10-07T23:45:30.713Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-10-07T23:45:30.713Z] go: finding github.com/docker/go-units v0.3.1 [2019-10-07T23:45:31.348Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-10-07T23:45:31.441Z] INFO: Removing downloaded files... [2019-10-07T23:45:31.441Z] INFO: Creating source directory... [2019-10-07T23:45:31.441Z] INFO: Configuring git core.autocrlf... [2019-10-07T23:45:31.441Z] INFO: Completed [2019-10-07T23:45:31.973Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-10-07T23:45:32.600Z] go: finding github.com/containerd/containerd v1.2.4 [2019-10-07T23:45:32.600Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-10-07T23:45:32.600Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-10-07T23:45:32.889Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-10-07T23:45:32.889Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-10-07T23:45:33.176Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-10-07T23:45:33.468Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-10-07T23:45:33.757Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-10-07T23:45:34.044Z] go: finding github.com/sirupsen/logrus v1.3.0 [2019-10-07T23:45:34.631Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc: Package:20630224 Name:quota Decls:[0xc02b188800 0xc02b188880 0xc02b188900 0xc02b188980 0xc02b15d380 0xc02b15d4d0] Scope:scope 0xc02b178700 { [2019-10-07T23:45:34.631Z] var ErrQuotaNotSupported [2019-10-07T23:45:34.631Z] type errQuotaNotSupported [2019-10-07T23:45:34.631Z] } [2019-10-07T23:45:34.631Z] Imports:[0xc02b15d200] Unresolved:[errdefs nil string] Comments:[0xc02b185ae0 0xc02b185c60]} [2019-10-07T23:45:34.669Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-10-07T23:45:34.960Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-10-07T23:45:34.960Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-10-07T23:45:34.960Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-10-07T23:45:35.600Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-10-07T23:45:35.600Z] go: finding github.com/sirupsen/logrus v1.0.3 [2019-10-07T23:45:35.907Z] go: finding github.com/gogo/protobuf v1.0.0 [2019-10-07T23:45:35.907Z] go: finding gotest.tools v2.1.0+incompatible [2019-10-07T23:45:36.195Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-10-07T23:45:36.820Z] go: finding github.com/gogo/protobuf v1.2.0 [2019-10-07T23:45:37.117Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2019-10-07T23:45:37.406Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-10-07T23:45:37.696Z] go: finding go.etcd.io/bbolt v1.3.2 [2019-10-07T23:45:37.985Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-10-07T23:45:39.487Z] go: finding github.com/gogo/googleapis v1.1.0 [2019-10-07T23:45:39.487Z] go: finding github.com/golang/protobuf v1.2.0 [2019-10-07T23:45:39.777Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-10-07T23:45:41.831Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2019-10-07T23:45:41.831Z] go: finding github.com/onsi/gomega v1.4.3 [2019-10-07T23:45:41.831Z] go: finding github.com/kr/text v0.1.0 [2019-10-07T23:45:41.831Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-10-07T23:45:42.457Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-10-07T23:45:42.457Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-10-07T23:45:42.745Z] go: finding github.com/onsi/ginkgo v1.7.0 [2019-10-07T23:45:43.035Z] go: finding google.golang.org/grpc v1.20.1 [2019-10-07T23:45:44.068Z] go: finding gotest.tools v2.2.0+incompatible [2019-10-07T23:45:44.358Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-10-07T23:45:44.358Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-10-07T23:45:44.989Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-10-07T23:45:45.279Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-10-07T23:45:45.279Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-10-07T23:45:45.568Z] go: finding github.com/kr/pty v1.1.1 [2019-10-07T23:45:46.604Z] go: finding github.com/onsi/ginkgo v1.6.0 [2019-10-07T23:45:47.228Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-10-07T23:45:47.517Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2019-10-07T23:45:47.807Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-10-07T23:45:47.807Z] go: finding github.com/golang/mock v1.1.1 [2019-10-07T23:45:47.807Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-10-07T23:45:48.095Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-10-07T23:45:48.726Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-10-07T23:45:49.023Z] go: finding github.com/hpcloud/tail v1.0.0 [2019-10-07T23:45:49.314Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-10-07T23:45:49.603Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-10-07T23:45:49.603Z] go: finding cloud.google.com/go v0.26.0 [2019-10-07T23:45:50.633Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-10-07T23:45:50.923Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-10-07T23:45:50.923Z] go: finding github.com/client9/misspell v0.3.4 [2019-10-07T23:45:50.923Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-10-07T23:45:51.247Z] go: finding google.golang.org/appengine v1.1.0 [2019-10-07T23:45:52.699Z] INFO [runner] worker.2 took 1m38.691261803s with stages: golint: 1m16.160503433s, gosec: 12.28535488s, gofmt: 4.39027603s, ineffassign: 2.797072997s, misspell: 1.836443207s, varcheck: 475.756856ms, deadcode: 366.588029ms, structcheck: 223.43693ms, unconvert: 155.748546ms, typecheck: 5.674µs [2019-10-07T23:45:54.583Z] INFO [runner] worker.1 took 1m41.299134945s with stages: megacheck: 48.414141558s, govet: 26.470361567s, goimports: 26.414607982s [2019-10-07T23:45:54.583Z] INFO [runner] Workers idle times: #2: 2.59782012s [2019-10-07T23:45:54.583Z] INFO [runner] Issues before processing: 1961, after processing: 0 [2019-10-07T23:45:54.584Z] INFO [runner] processing took 647.396214ms with stages: exclude: 237.946997ms, identifier_marker: 115.408766ms, autogenerated_exclude: 100.531848ms, skip_dirs: 84.681313ms, nolint: 81.345858ms, cgo: 11.242945ms, filename_unadjuster: 8.192435ms, path_prettifier: 6.957674ms, exclude-rules: 1.03723ms, max_from_linter: 14.953µs, uniq_by_line: 12.513µs, source_code: 5.228µs, diff: 5.075µs, max_same_issues: 4.97µs, path_shortener: 3.322µs, skip_files: 2.603µs, max_per_file_from_linter: 2.484µs [2019-10-07T23:45:54.584Z] INFO File cache stats: 1433 entries of total size 6.7MiB [2019-10-07T23:45:56.466Z] INFO Memory: 189 samples, avg is 1348.8MB, max is 5653.5MB [2019-10-07T23:45:56.466Z] INFO Execution took 2m14.750317438s [2019-10-07T23:45:56.466Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-10-07T23:45:56.466Z] No api/types/ or api/swagger.yaml changes in diff. [2019-10-07T23:45:56.466Z] Congratulations! All toml source files changed here have valid syntax. [2019-10-07T23:45:56.720Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-10-07T23:45:56.720Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-10-07T23:45:58.082Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40057/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 hack/make.sh dynbinary-daemon test-docker-py [2019-10-07T23:45:59.048Z] [2019-10-07T23:45:59.302Z] Removing bundles/ [2019-10-07T23:45:59.302Z] [2019-10-07T23:45:59.302Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-07T23:45:59.302Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-07T23:45:59.302Z] GOOS="" GOARCH="" GOARM="" [2019-10-07T23:46:04.108Z] Removing intermediate container 1b359490c7a6 [2019-10-07T23:46:04.108Z] ---> dfe4dd824359 [2019-10-07T23:46:04.108Z] Step 12/12 : ENTRYPOINT ["/usr/bin/buildx"] [2019-10-07T23:46:04.108Z] ---> Running in 653f6de944a8 [2019-10-07T23:46:04.108Z] Removing intermediate container 653f6de944a8 [2019-10-07T23:46:04.108Z] ---> 4df35bafd49e [2019-10-07T23:46:04.108Z] Successfully built 4df35bafd49e [2019-10-07T23:46:04.108Z] Successfully tagged moby-buildx:v0.3.0 [2019-10-07T23:46:04.498Z] 23f47c22840be8b5c5229af2ca7d8c8c3cab50130ad792689aae6be4945e9fe3 [2019-10-07T23:46:04.498Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 . [2019-10-07T23:46:04.498Z] #1 [internal] booting buildkit [2019-10-07T23:46:04.498Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-10-07T23:46:06.976Z] #1 pulling image moby/buildkit:buildx-stable-1 2.5s done [2019-10-07T23:46:06.976Z] #1 creating container buildx_buildkit_default [2019-10-07T23:46:07.358Z] #1 creating container buildx_buildkit_default 0.5s done [2019-10-07T23:46:07.358Z] #1 DONE 2.9s [2019-10-07T23:46:07.770Z] [2019-10-07T23:46:07.770Z] #2 [internal] load build definition from Dockerfile [2019-10-07T23:46:07.770Z] #2 transferring dockerfile: 13.26kB done [2019-10-07T23:46:07.770Z] #2 DONE 0.0s [2019-10-07T23:46:07.770Z] [2019-10-07T23:46:07.770Z] #3 [internal] load .dockerignore [2019-10-07T23:46:07.770Z] #3 transferring context: 87B done [2019-10-07T23:46:07.770Z] #3 DONE 0.0s [2019-10-07T23:46:07.770Z] [2019-10-07T23:46:07.770Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-07T23:46:08.696Z] #4 DONE 0.9s [2019-10-07T23:46:08.696Z] [2019-10-07T23:46:08.696Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-07T23:46:08.696Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-07T23:46:08.696Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2019-10-07T23:46:08.696Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-07T23:46:08.696Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2019-10-07T23:46:08.696Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 0B / 8.87MB 0.1s [2019-10-07T23:46:09.078Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.3s done [2019-10-07T23:46:09.078Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-10-07T23:46:09.078Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.3s done [2019-10-07T23:46:09.445Z] #5 DONE 0.7s [2019-10-07T23:46:09.905Z] [2019-10-07T23:46:09.905Z] #6 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-07T23:46:09.905Z] #6 DONE 0.4s [2019-10-07T23:46:09.905Z] [2019-10-07T23:46:09.905Z] #22 [internal] load build context [2019-10-07T23:46:10.955Z] #22 ... [2019-10-07T23:46:10.955Z] [2019-10-07T23:46:10.955Z] #68 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-07T23:46:10.955Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.2s done [2019-10-07T23:46:10.955Z] #68 DONE 0.5s [2019-10-07T23:46:10.955Z] [2019-10-07T23:46:10.955Z] #22 [internal] load build context [2019-10-07T23:46:11.963Z] #22 ... [2019-10-07T23:46:11.963Z] [2019-10-07T23:46:11.963Z] #68 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-07T23:46:11.963Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-07T23:46:11.963Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.5s done [2019-10-07T23:46:11.963Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-07T23:46:11.963Z] #68 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.8s done [2019-10-07T23:46:11.963Z] #68 DONE 1.4s [2019-10-07T23:46:11.963Z] [2019-10-07T23:46:11.963Z] #22 [internal] load build context [2019-10-07T23:46:12.418Z] #22 transferring context: 45.51MB 2.3s done [2019-10-07T23:46:12.418Z] #22 DONE 2.4s [2019-10-07T23:46:12.418Z] [2019-10-07T23:46:12.418Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-07T23:46:12.418Z] #7 resolve docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 done [2019-10-07T23:46:12.418Z] #7 sha256:b17554aa6f80ed720b6cf160a5bb736f58aeae5ed4dcc582bcf19652ff1cf994 126B / 126B 0.1s done [2019-10-07T23:46:12.418Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 36.77MB / 45.24MB 2.2s [2019-10-07T23:46:12.418Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 10.32MB / 10.32MB 0.6s done [2019-10-07T23:46:12.418Z] #7 sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 1.42kB / 1.42kB done [2019-10-07T23:46:12.418Z] #7 sha256:2cf06835a19045f2dd839c924aca69467c031eefc49565d9ce8ace3e8c99bff7 1.80kB / 1.80kB done [2019-10-07T23:46:12.418Z] #7 sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 4.37MB / 4.37MB 0.4s done [2019-10-07T23:46:12.418Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 33.28MB / 50.49MB 2.2s [2019-10-07T23:46:12.418Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 38.18MB / 45.98MB 2.2s [2019-10-07T23:46:12.418Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 39.75MB / 102.14MB 2.2s [2019-10-07T23:46:12.418Z] #7 sha256:1d69509bbe69c1dbe1b03a006d15bddcafce3219a4953fefcec009555e7a22f2 5.47kB / 5.47kB done [2019-10-07T23:46:12.418Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 40.76MB / 45.24MB 2.4s [2019-10-07T23:46:12.418Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 36.81MB / 50.49MB 2.4s [2019-10-07T23:46:12.418Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 41.85MB / 45.98MB 2.4s [2019-10-07T23:46:12.798Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 45.24MB / 45.24MB 2.7s [2019-10-07T23:46:12.798Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 49.17MB / 50.49MB 2.7s [2019-10-07T23:46:12.798Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 45.98MB / 45.98MB 2.6s done [2019-10-07T23:46:12.798Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 53.91MB / 102.14MB 2.7s [2019-10-07T23:46:12.798Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 45.24MB / 45.24MB 2.7s done [2019-10-07T23:46:12.798Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 68.53MB / 102.14MB 2.8s [2019-10-07T23:46:13.183Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 50.49MB / 50.49MB 2.8s done [2019-10-07T23:46:13.183Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 97.11MB / 102.14MB 3.1s [2019-10-07T23:46:13.576Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 102.14MB / 102.14MB 3.4s done [2019-10-07T23:46:13.576Z] #7 unpacking docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 [2019-10-07T23:46:25.170Z] #7 unpacking docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 11.1s done [2019-10-07T23:46:25.170Z] #7 DONE 14.6s [2019-10-07T23:46:25.170Z] [2019-10-07T23:46:25.170Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-07T23:46:25.170Z] #8 DONE 0.3s [2019-10-07T23:46:25.170Z] [2019-10-07T23:46:25.170Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-07T23:46:25.170Z] #9 DONE 0.3s [2019-10-07T23:46:25.170Z] [2019-10-07T23:46:25.170Z] #26 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:46:25.170Z] #26 DONE 0.1s [2019-10-07T23:46:25.170Z] [2019-10-07T23:46:25.170Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:46:25.170Z] #61 ... [2019-10-07T23:46:25.170Z] [2019-10-07T23:46:25.170Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-07T23:46:25.170Z] #64 DONE 0.1s [2019-10-07T23:46:25.582Z] [2019-10-07T23:46:25.582Z] #30 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-07T23:46:25.582Z] #30 DONE 0.1s [2019-10-07T23:46:25.582Z] [2019-10-07T23:46:25.582Z] #27 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-07T23:46:25.582Z] #27 DONE 0.1s [2019-10-07T23:46:25.582Z] [2019-10-07T23:46:25.582Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-07T23:46:25.582Z] #33 DONE 0.1s [2019-10-07T23:46:25.582Z] [2019-10-07T23:46:25.582Z] #36 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-07T23:46:25.582Z] #36 DONE 0.1s [2019-10-07T23:46:25.582Z] [2019-10-07T23:46:25.582Z] #56 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-07T23:46:25.582Z] #56 DONE 0.2s [2019-10-07T23:46:25.582Z] [2019-10-07T23:46:25.582Z] #53 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-07T23:46:25.582Z] #53 DONE 0.2s [2019-10-07T23:46:25.582Z] [2019-10-07T23:46:25.582Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:46:25.980Z] #54 0.574 + RM_GOPATH=0 [2019-10-07T23:46:25.980Z] #54 0.576 + TMP_GOPATH= [2019-10-07T23:46:25.980Z] #54 0.576 + : /build [2019-10-07T23:46:25.980Z] #54 0.577 + '[' -z '' ']' [2019-10-07T23:46:25.980Z] #54 0.577 ++ mktemp -d [2019-10-07T23:46:25.980Z] #54 0.579 + export GOPATH=/tmp/tmp.AaeSRdBosy [2019-10-07T23:46:25.980Z] #54 0.579 + GOPATH=/tmp/tmp.AaeSRdBosy [2019-10-07T23:46:25.980Z] #54 0.579 + RM_GOPATH=1 [2019-10-07T23:46:25.980Z] #54 0.580 ++ dirname ./install.sh [2019-10-07T23:46:25.980Z] #54 0.582 + dir=. [2019-10-07T23:46:25.980Z] #54 0.582 + bin=proxy [2019-10-07T23:46:25.980Z] #54 0.582 + shift [2019-10-07T23:46:25.980Z] #54 0.582 + '[' '!' -f ./proxy.installer ']' [2019-10-07T23:46:25.980Z] #54 0.583 + . ./proxy.installer [2019-10-07T23:46:25.980Z] #54 0.584 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-10-07T23:46:25.980Z] #54 0.585 + install_proxy [2019-10-07T23:46:25.980Z] #54 0.585 + case "$1" in [2019-10-07T23:46:25.980Z] #54 0.586 + export CGO_ENABLED=0 [2019-10-07T23:46:25.980Z] #54 0.586 + CGO_ENABLED=0 [2019-10-07T23:46:25.980Z] #54 0.586 + _install_proxy [2019-10-07T23:46:25.980Z] #54 0.586 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-10-07T23:46:25.980Z] #54 0.586 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-07T23:46:25.980Z] #54 0.587 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.AaeSRdBosy/src/github.com/docker/libnetwork [2019-10-07T23:46:25.980Z] #54 0.588 Cloning into '/tmp/tmp.AaeSRdBosy/src/github.com/docker/libnetwork'... [2019-10-07T23:46:31.574Z] #54 ... [2019-10-07T23:46:31.574Z] [2019-10-07T23:46:31.574Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:46:31.574Z] #37 0.660 + RM_GOPATH=0 [2019-10-07T23:46:31.574Z] #37 0.661 + TMP_GOPATH= [2019-10-07T23:46:31.574Z] #37 0.662 + : /build [2019-10-07T23:46:31.574Z] #37 0.662 + '[' -z '' ']' [2019-10-07T23:46:31.574Z] #37 0.663 ++ mktemp -d [2019-10-07T23:46:31.574Z] #37 0.667 + export GOPATH=/tmp/tmp.fVIv3ZjudK [2019-10-07T23:46:31.574Z] #37 0.667 + GOPATH=/tmp/tmp.fVIv3ZjudK [2019-10-07T23:46:31.574Z] #37 0.667 + RM_GOPATH=1 [2019-10-07T23:46:31.574Z] #37 0.669 ++ dirname ./install.sh [2019-10-07T23:46:31.574Z] #37 0.671 + dir=. [2019-10-07T23:46:31.574Z] #37 0.672 + bin=vndr [2019-10-07T23:46:31.574Z] #37 0.672 + shift [2019-10-07T23:46:31.574Z] #37 0.673 + '[' '!' -f ./vndr.installer ']' [2019-10-07T23:46:31.574Z] #37 0.673 + . ./vndr.installer [2019-10-07T23:46:31.574Z] #37 0.673 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-07T23:46:31.574Z] #37 0.674 + install_vndr [2019-10-07T23:46:31.574Z] #37 0.674 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-07T23:46:31.574Z] #37 0.675 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-07T23:46:31.574Z] #37 0.675 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.fVIv3ZjudK/src/github.com/LK4D4/vndr [2019-10-07T23:46:31.574Z] #37 0.677 Cloning into '/tmp/tmp.fVIv3ZjudK/src/github.com/LK4D4/vndr'... [2019-10-07T23:46:31.574Z] #37 1.650 + cd /tmp/tmp.fVIv3ZjudK/src/github.com/LK4D4/vndr [2019-10-07T23:46:31.574Z] #37 1.650 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-07T23:46:31.574Z] #37 1.663 + go build -buildmode=pie -v -o /build/vndr . [2019-10-07T23:46:31.574Z] #37 3.263 internal/cpu [2019-10-07T23:46:31.574Z] #37 3.263 internal/race [2019-10-07T23:46:31.574Z] #37 3.372 sync/atomic [2019-10-07T23:46:31.574Z] #37 3.685 unicode [2019-10-07T23:46:31.574Z] #37 4.270 runtime [2019-10-07T23:46:33.582Z] #37 8.284 unicode/utf8 [2019-10-07T23:46:34.463Z] #37 9.022 math [2019-10-07T23:46:35.336Z] #37 ... [2019-10-07T23:46:35.336Z] [2019-10-07T23:46:35.336Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:46:35.336Z] #57 0.586 + RM_GOPATH=0 [2019-10-07T23:46:35.336Z] #57 0.606 + TMP_GOPATH= [2019-10-07T23:46:35.336Z] #57 0.606 + : /build [2019-10-07T23:46:35.336Z] #57 0.614 + '[' -z '' ']' [2019-10-07T23:46:35.336Z] #57 0.615 ++ mktemp -d [2019-10-07T23:46:35.336Z] #57 0.616 + export GOPATH=/tmp/tmp.VlhQwhRpW6 [2019-10-07T23:46:35.336Z] #57 0.616 + GOPATH=/tmp/tmp.VlhQwhRpW6 [2019-10-07T23:46:35.336Z] #57 0.616 + RM_GOPATH=1 [2019-10-07T23:46:35.336Z] #57 0.623 ++ dirname ./install.sh [2019-10-07T23:46:35.336Z] #57 0.623 + dir=. [2019-10-07T23:46:35.336Z] #57 0.624 + bin=dockercli [2019-10-07T23:46:35.336Z] #57 0.624 + shift [2019-10-07T23:46:35.336Z] #57 0.624 + '[' '!' -f ./dockercli.installer ']' [2019-10-07T23:46:35.336Z] #57 0.624 + . ./dockercli.installer [2019-10-07T23:46:35.336Z] #57 0.624 ++ DOCKERCLI_CHANNEL=stable [2019-10-07T23:46:35.336Z] #57 0.624 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-10-07T23:46:35.336Z] #57 0.630 + install_dockercli [2019-10-07T23:46:35.336Z] #57 0.630 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-07T23:46:35.336Z] #57 0.630 Install docker/cli version 17.06.2-ce from stable [2019-10-07T23:46:35.336Z] #57 0.632 ++ uname -m [2019-10-07T23:46:35.336Z] #57 0.633 + arch=s390x [2019-10-07T23:46:35.336Z] #57 0.634 + '[' s390x '!=' x86_64 ']' [2019-10-07T23:46:35.336Z] #57 0.634 + '[' s390x '!=' s390x ']' [2019-10-07T23:46:35.336Z] #57 0.634 + url=https://download.docker.com/linux/static [2019-10-07T23:46:35.336Z] #57 0.637 + tar -xz docker/docker [2019-10-07T23:46:35.336Z] #57 0.639 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-10-07T23:46:35.336Z] #57 9.498 + mkdir -p /build [2019-10-07T23:46:35.336Z] #57 9.499 + mv docker/docker /build/ [2019-10-07T23:46:35.336Z] #57 9.501 + rmdir docker [2019-10-07T23:46:35.336Z] #57 DONE 9.6s [2019-10-07T23:46:35.336Z] [2019-10-07T23:46:35.336Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-07T23:46:35.336Z] #10 0.565 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-07T23:46:35.336Z] #10 0.583 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-07T23:46:35.336Z] #10 0.607 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-07T23:46:35.336Z] #10 0.691 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-07T23:46:35.336Z] #10 0.701 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-07T23:46:35.336Z] #10 1.384 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-07T23:46:35.336Z] #10 2.749 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-07T23:46:35.336Z] #10 3.868 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-07T23:46:35.336Z] #10 ... [2019-10-07T23:46:35.336Z] [2019-10-07T23:46:35.336Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:46:35.336Z] #39 0.542 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-07T23:46:35.336Z] #39 0.552 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-07T23:46:35.336Z] #39 0.605 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-07T23:46:35.336Z] #39 0.620 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-07T23:46:35.336Z] #39 0.643 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-07T23:46:35.336Z] #39 0.789 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-07T23:46:35.336Z] #39 2.060 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-07T23:46:35.336Z] #39 3.264 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-07T23:46:35.336Z] #39 ... [2019-10-07T23:46:35.336Z] [2019-10-07T23:46:35.336Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-07T23:46:35.336Z] #19 0.327 + mktemp -d [2019-10-07T23:46:35.336Z] #19 0.327 + export GOPATH=/tmp/tmp.ZRibk3FrdT [2019-10-07T23:46:35.336Z] #19 0.327 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.ZRibk3FrdT/src/github.com/go-swagger/go-swagger [2019-10-07T23:46:35.336Z] #19 0.329 Cloning into '/tmp/tmp.ZRibk3FrdT/src/github.com/go-swagger/go-swagger'... [2019-10-07T23:46:35.842Z] #19 ... [2019-10-07T23:46:35.842Z] [2019-10-07T23:46:35.842Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:46:35.842Z] #21 0.507 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-07T23:46:35.842Z] #21 0.517 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-07T23:46:35.842Z] #21 0.548 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-07T23:46:35.842Z] #21 0.561 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-07T23:46:35.842Z] #21 0.576 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-07T23:46:35.842Z] #21 1.321 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-07T23:46:35.842Z] #21 3.283 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-07T23:46:35.842Z] #21 4.252 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-07T23:46:35.842Z] #21 ... [2019-10-07T23:46:35.842Z] [2019-10-07T23:46:35.842Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-07T23:46:35.842Z] #48 0.503 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-07T23:46:35.842Z] #48 0.513 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-07T23:46:35.842Z] #48 0.545 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-07T23:46:35.842Z] #48 0.566 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-07T23:46:35.842Z] #48 0.581 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-07T23:46:35.842Z] #48 1.173 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-07T23:46:35.842Z] #48 2.526 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-07T23:46:35.842Z] #48 3.717 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-07T23:46:35.842Z] #48 ... [2019-10-07T23:46:35.842Z] [2019-10-07T23:46:35.842Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:46:35.842Z] #31 0.665 + RM_GOPATH=0 [2019-10-07T23:46:35.842Z] #31 0.665 + TMP_GOPATH= [2019-10-07T23:46:35.842Z] #31 0.665 + : /build [2019-10-07T23:46:35.842Z] #31 0.665 + '[' -z '' ']' [2019-10-07T23:46:35.842Z] #31 0.666 ++ mktemp -d [2019-10-07T23:46:35.842Z] #31 0.667 + export GOPATH=/tmp/tmp.gEuBaeqEGt [2019-10-07T23:46:35.842Z] #31 0.667 + GOPATH=/tmp/tmp.gEuBaeqEGt [2019-10-07T23:46:35.842Z] #31 0.668 + RM_GOPATH=1 [2019-10-07T23:46:35.842Z] #31 0.669 ++ dirname ./install.sh [2019-10-07T23:46:35.842Z] #31 0.670 + dir=. [2019-10-07T23:46:35.842Z] #31 0.670 + bin=gotestsum [2019-10-07T23:46:35.842Z] #31 0.670 + shift [2019-10-07T23:46:35.842Z] #31 0.671 + '[' '!' -f ./gotestsum.installer ']' [2019-10-07T23:46:35.842Z] #31 0.671 + . ./gotestsum.installer [2019-10-07T23:46:35.842Z] #31 0.672 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-10-07T23:46:35.842Z] #31 0.673 + install_gotestsum [2019-10-07T23:46:35.842Z] #31 0.673 + echo 'Installing gotestsum version v0.3.5' [2019-10-07T23:46:35.842Z] #31 0.673 Installing gotestsum version v0.3.5 [2019-10-07T23:46:35.842Z] #31 0.673 + go get -d gotest.tools/gotestsum [2019-10-07T23:46:36.311Z] #31 ... [2019-10-07T23:46:36.311Z] [2019-10-07T23:46:36.311Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-07T23:46:36.311Z] #28 0.511 + RM_GOPATH=0 [2019-10-07T23:46:36.311Z] #28 0.511 + TMP_GOPATH= [2019-10-07T23:46:36.311Z] #28 0.511 + : /build [2019-10-07T23:46:36.311Z] #28 0.511 + '[' -z '' ']' [2019-10-07T23:46:36.311Z] #28 0.511 ++ mktemp -d [2019-10-07T23:46:36.311Z] #28 0.518 + export GOPATH=/tmp/tmp.yTeQGe7FgO [2019-10-07T23:46:36.311Z] #28 0.519 + GOPATH=/tmp/tmp.yTeQGe7FgO [2019-10-07T23:46:36.311Z] #28 0.519 + RM_GOPATH=1 [2019-10-07T23:46:36.311Z] #28 0.519 ++ dirname ./install.sh [2019-10-07T23:46:36.311Z] #28 0.526 + dir=. [2019-10-07T23:46:36.311Z] #28 0.527 + bin=golangci_lint [2019-10-07T23:46:36.311Z] #28 0.527 + shift [2019-10-07T23:46:36.311Z] #28 0.527 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-07T23:46:36.311Z] #28 0.527 + . ./golangci_lint.installer [2019-10-07T23:46:36.311Z] #28 0.527 ++ : v1.17.1 [2019-10-07T23:46:36.311Z] #28 0.528 + install_golangci_lint [2019-10-07T23:46:36.311Z] #28 0.528 + echo 'Installing golangci-lint version v1.17.1' [2019-10-07T23:46:36.311Z] #28 0.528 Installing golangci-lint version v1.17.1 [2019-10-07T23:46:36.311Z] #28 0.529 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-07T23:46:36.311Z] #28 ... [2019-10-07T23:46:36.311Z] [2019-10-07T23:46:36.311Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:46:36.311Z] #34 0.439 + RM_GOPATH=0 [2019-10-07T23:46:36.311Z] #34 0.439 + TMP_GOPATH= [2019-10-07T23:46:36.311Z] #34 0.439 + : /build [2019-10-07T23:46:36.311Z] #34 0.439 + '[' -z '' ']' [2019-10-07T23:46:36.311Z] #34 0.443 ++ mktemp -d [2019-10-07T23:46:36.311Z] #34 0.448 + export GOPATH=/tmp/tmp.fwLhvGpZkC [2019-10-07T23:46:36.311Z] #34 0.448 + GOPATH=/tmp/tmp.fwLhvGpZkC [2019-10-07T23:46:36.311Z] #34 0.448 + RM_GOPATH=1 [2019-10-07T23:46:36.311Z] #34 0.448 ++ dirname ./install.sh [2019-10-07T23:46:36.311Z] #34 0.449 + dir=. [2019-10-07T23:46:36.311Z] #34 0.449 + bin=tomlv [2019-10-07T23:46:36.311Z] #34 0.449 + shift [2019-10-07T23:46:36.311Z] #34 0.449 + '[' '!' -f ./tomlv.installer ']' [2019-10-07T23:46:36.311Z] #34 0.449 + . ./tomlv.installer [2019-10-07T23:46:36.311Z] #34 0.449 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-07T23:46:36.311Z] #34 0.449 + install_tomlv [2019-10-07T23:46:36.311Z] #34 0.449 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-07T23:46:36.311Z] #34 0.449 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.fwLhvGpZkC/src/github.com/BurntSushi/toml [2019-10-07T23:46:36.311Z] #34 0.450 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-07T23:46:36.311Z] #34 0.451 Cloning into '/tmp/tmp.fwLhvGpZkC/src/github.com/BurntSushi/toml'... [2019-10-07T23:46:36.311Z] #34 1.471 + cd /tmp/tmp.fwLhvGpZkC/src/github.com/BurntSushi/toml [2019-10-07T23:46:36.311Z] #34 1.471 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-07T23:46:36.311Z] #34 1.475 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-07T23:46:36.311Z] #34 2.162 runtime/internal/atomic [2019-10-07T23:46:36.311Z] #34 2.195 internal/cpu [2019-10-07T23:46:36.311Z] #34 2.468 runtime/internal/sys [2019-10-07T23:46:36.311Z] #34 2.918 runtime/internal/math [2019-10-07T23:46:36.311Z] #34 3.021 math/bits [2019-10-07T23:46:36.311Z] #34 3.370 internal/bytealg [2019-10-07T23:46:36.311Z] #34 3.850 runtime [2019-10-07T23:46:36.311Z] #34 3.859 math [2019-10-07T23:46:36.311Z] #34 9.535 internal/testlog [2019-10-07T23:46:36.311Z] #34 10.22 encoding [2019-10-07T23:46:36.311Z] #34 10.52 runtime/cgo [2019-10-07T23:46:36.311Z] #34 ... [2019-10-07T23:46:36.311Z] [2019-10-07T23:46:36.311Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:46:36.311Z] #61 0.946 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-07T23:46:36.311Z] #61 0.956 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-07T23:46:36.311Z] #61 0.992 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-07T23:46:36.311Z] #61 1.021 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-07T23:46:36.311Z] #61 1.060 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-07T23:46:36.311Z] #61 1.784 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-07T23:46:36.311Z] #61 3.403 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-07T23:46:36.311Z] #61 4.502 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-07T23:46:36.744Z] #61 ... [2019-10-07T23:46:36.744Z] [2019-10-07T23:46:36.744Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-07T23:46:36.744Z] #59 0.733 + mktemp -d [2019-10-07T23:46:36.744Z] #59 0.734 + export GOPATH=/tmp/tmp.IrPb7DDHSa [2019-10-07T23:46:36.744Z] #59 0.735 + git clone https://github.com/docker/distribution.git /tmp/tmp.IrPb7DDHSa/src/github.com/docker/distribution [2019-10-07T23:46:36.744Z] #59 0.736 Cloning into '/tmp/tmp.IrPb7DDHSa/src/github.com/docker/distribution'... [2019-10-07T23:46:36.744Z] #59 ... [2019-10-07T23:46:36.744Z] [2019-10-07T23:46:36.744Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-07T23:46:36.744Z] #65 0.520 + RM_GOPATH=0 [2019-10-07T23:46:36.744Z] #65 0.520 + TMP_GOPATH= [2019-10-07T23:46:36.744Z] #65 0.520 + : /build/ [2019-10-07T23:46:36.744Z] #65 0.520 + '[' -z '' ']' [2019-10-07T23:46:36.744Z] #65 0.547 ++ mktemp -d [2019-10-07T23:46:36.744Z] #65 0.553 + export GOPATH=/tmp/tmp.yYHFu3J2ot [2019-10-07T23:46:36.744Z] #65 0.553 + GOPATH=/tmp/tmp.yYHFu3J2ot [2019-10-07T23:46:36.744Z] #65 0.553 + RM_GOPATH=1 [2019-10-07T23:46:36.744Z] #65 0.554 ++ dirname ./install.sh [2019-10-07T23:46:36.744Z] #65 0.561 + dir=. [2019-10-07T23:46:36.744Z] #65 0.561 + bin=rootlesskit [2019-10-07T23:46:36.744Z] #65 0.561 + shift [2019-10-07T23:46:36.744Z] #65 0.561 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-07T23:46:36.744Z] #65 0.561 + . ./rootlesskit.installer [2019-10-07T23:46:36.744Z] #65 0.562 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-07T23:46:36.744Z] #65 0.562 + install_rootlesskit [2019-10-07T23:46:36.744Z] #65 0.563 + case "$1" in [2019-10-07T23:46:36.744Z] #65 0.563 + export CGO_ENABLED=0 [2019-10-07T23:46:36.744Z] #65 0.563 + CGO_ENABLED=0 [2019-10-07T23:46:36.744Z] #65 0.563 + _install_rootlesskit [2019-10-07T23:46:36.744Z] #65 0.563 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-07T23:46:36.744Z] #65 0.563 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-07T23:46:36.744Z] #65 0.563 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.yYHFu3J2ot/src/github.com/rootless-containers/rootlesskit [2019-10-07T23:46:36.744Z] #65 0.570 Cloning into '/tmp/tmp.yYHFu3J2ot/src/github.com/rootless-containers/rootlesskit'... [2019-10-07T23:46:36.744Z] #65 4.197 + cd /tmp/tmp.yYHFu3J2ot/src/github.com/rootless-containers/rootlesskit [2019-10-07T23:46:36.744Z] #65 4.197 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-07T23:46:36.744Z] #65 4.384 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-07T23:46:36.744Z] #65 4.384 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-07T23:46:37.630Z] #65 ... [2019-10-07T23:46:37.630Z] [2019-10-07T23:46:37.630Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:46:37.630Z] #39 12.36 Fetched 7670 kB in 11s (647 kB/s) [2019-10-07T23:46:41.996Z] #39 12.36 Reading package lists... [2019-10-07T23:46:42.886Z] #39 16.93 Reading package lists... [2019-10-07T23:46:42.886Z] #39 ... [2019-10-07T23:46:42.886Z] [2019-10-07T23:46:42.886Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-07T23:46:42.886Z] #59 13.80 + cd /tmp/tmp.IrPb7DDHSa/src/github.com/docker/distribution [2019-10-07T23:46:42.886Z] #59 13.80 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-07T23:46:42.886Z] #59 15.81 + GOPATH=/tmp/tmp.IrPb7DDHSa/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.IrPb7DDHSa go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-07T23:46:47.454Z] #59 ... [2019-10-07T23:46:47.454Z] [2019-10-07T23:46:47.454Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:46:47.454Z] #39 16.93 Reading package lists... [2019-10-07T23:46:47.841Z] #39 21.92 Building dependency tree... [2019-10-07T23:46:47.841Z] #39 ... [2019-10-07T23:46:47.841Z] [2019-10-07T23:46:47.841Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-07T23:46:47.841Z] #10 12.85 Fetched 7670 kB in 12s (624 kB/s) [2019-10-07T23:46:47.841Z] #10 12.85 Reading package lists... [2019-10-07T23:46:47.841Z] #10 17.55 Reading package lists... [2019-10-07T23:46:48.238Z] #10 22.57 Building dependency tree... [2019-10-07T23:46:48.238Z] #10 ... [2019-10-07T23:46:48.238Z] [2019-10-07T23:46:48.238Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:46:48.238Z] #37 15.14 unicode/utf16 [2019-10-07T23:46:48.238Z] #37 15.34 container/list [2019-10-07T23:46:48.238Z] #37 15.79 crypto/internal/subtle [2019-10-07T23:46:48.238Z] #37 15.89 crypto/subtle [2019-10-07T23:46:48.238Z] #37 16.01 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-07T23:46:48.238Z] #37 16.04 internal/nettrace [2019-10-07T23:46:48.238Z] #37 16.15 runtime/cgo [2019-10-07T23:46:48.651Z] #37 ... [2019-10-07T23:46:48.651Z] [2019-10-07T23:46:48.651Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:46:48.651Z] #39 23.21 The following additional packages will be installed: [2019-10-07T23:46:48.651Z] #39 23.22 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-07T23:46:48.651Z] #39 23.22 Suggested packages: [2019-10-07T23:46:48.651Z] #39 23.22 codeblocks eclipse ninja-build lrzip [2019-10-07T23:46:48.651Z] #39 23.22 Recommended packages: [2019-10-07T23:46:48.651Z] #39 23.22 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-07T23:46:48.651Z] #39 ... [2019-10-07T23:46:48.651Z] [2019-10-07T23:46:48.651Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-07T23:46:48.651Z] #48 13.38 Fetched 7670 kB in 12s (596 kB/s) [2019-10-07T23:46:48.651Z] #48 13.38 Reading package lists... [2019-10-07T23:46:48.651Z] #48 18.03 Reading package lists... [2019-10-07T23:46:48.651Z] #48 22.89 Building dependency tree... [2019-10-07T23:46:48.651Z] #48 ... [2019-10-07T23:46:48.651Z] [2019-10-07T23:46:48.651Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:46:48.651Z] #21 13.68 Fetched 7670 kB in 13s (582 kB/s) [2019-10-07T23:46:48.651Z] #21 13.68 Reading package lists... [2019-10-07T23:46:48.651Z] #21 18.51 Reading package lists... [2019-10-07T23:46:49.047Z] #21 23.51 Building dependency tree... [2019-10-07T23:46:49.047Z] #21 ... [2019-10-07T23:46:49.047Z] [2019-10-07T23:46:49.047Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:46:49.047Z] #61 14.77 Fetched 7670 kB in 13s (554 kB/s) [2019-10-07T23:46:49.047Z] #61 14.77 Reading package lists... [2019-10-07T23:46:49.047Z] #61 19.62 Reading package lists... [2019-10-07T23:46:49.469Z] #61 23.85 Building dependency tree... [2019-10-07T23:46:49.469Z] #61 ... [2019-10-07T23:46:49.469Z] [2019-10-07T23:46:49.469Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-07T23:46:49.469Z] #10 22.57 Building dependency tree... [2019-10-07T23:46:49.874Z] #10 24.67 The following additional packages will be installed: [2019-10-07T23:46:49.874Z] #10 24.69 libapparmor1 libseccomp2 [2019-10-07T23:46:49.874Z] #10 24.69 Suggested packages: [2019-10-07T23:46:49.874Z] #10 24.69 seccomp [2019-10-07T23:46:50.289Z] #10 ... [2019-10-07T23:46:50.289Z] [2019-10-07T23:46:50.289Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:46:50.289Z] #54 14.54 + cd /tmp/tmp.AaeSRdBosy/src/github.com/docker/libnetwork [2019-10-07T23:46:50.289Z] #54 14.56 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-07T23:46:50.289Z] #54 14.99 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-07T23:46:50.289Z] #54 ... [2019-10-07T23:46:50.289Z] [2019-10-07T23:46:50.289Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-07T23:46:50.289Z] #10 25.01 The following NEW packages will be installed: [2019-10-07T23:46:50.289Z] #10 25.01 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-07T23:46:50.289Z] #10 25.07 0 upgraded, 4 newly installed, 0 to remove and 12 not upgraded. [2019-10-07T23:46:50.289Z] #10 25.07 Need to get 301 kB of archives. [2019-10-07T23:46:50.289Z] #10 25.07 After this operation, 1402 kB of additional disk space will be used. [2019-10-07T23:46:50.289Z] #10 25.07 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] [2019-10-07T23:46:50.289Z] #10 25.11 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-10-07T23:46:50.289Z] #10 25.12 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-10-07T23:46:50.289Z] #10 25.12 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-10-07T23:46:51.161Z] #10 ... [2019-10-07T23:46:51.161Z] [2019-10-07T23:46:51.161Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-07T23:46:51.161Z] #28 15.77 + cd /tmp/tmp.yTeQGe7FgO/src/github.com/golangci/golangci-lint/ [2019-10-07T23:46:51.161Z] #28 15.77 + git checkout -q v1.17.1 [2019-10-07T23:46:51.161Z] #28 17.01 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-07T23:46:51.161Z] #28 ... [2019-10-07T23:46:51.161Z] [2019-10-07T23:46:51.161Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-07T23:46:51.161Z] #10 26.01 debconf: delaying package configuration, since apt-utils is not installed [2019-10-07T23:46:51.161Z] #10 26.11 Fetched 301 kB in 0s (3564 kB/s) [2019-10-07T23:46:51.779Z] #10 26.16 Selecting previously unselected package libseccomp2:s390x. [2019-10-07T23:46:51.779Z] #10 26.16 (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-10-07T23:46:51.779Z] #10 26.23 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-10-07T23:46:51.779Z] #10 26.24 Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-10-07T23:46:51.779Z] #10 26.43 Selecting previously unselected package libseccomp-dev:s390x. [2019-10-07T23:46:51.779Z] #10 26.43 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-10-07T23:46:51.779Z] #10 26.44 Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-10-07T23:46:51.779Z] #10 26.52 Selecting previously unselected package libapparmor1:s390x. [2019-10-07T23:46:51.779Z] #10 26.52 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-10-07T23:46:51.779Z] #10 26.53 Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-10-07T23:46:52.250Z] #10 26.75 Selecting previously unselected package libapparmor-dev:s390x. [2019-10-07T23:46:52.250Z] #10 26.75 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-10-07T23:46:52.250Z] #10 26.76 Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-10-07T23:46:52.250Z] #10 26.92 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:46:52.250Z] #10 26.95 Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-10-07T23:46:52.250Z] #10 27.01 Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-10-07T23:46:52.250Z] #10 27.06 Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-10-07T23:46:52.250Z] #10 27.09 Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-10-07T23:46:52.250Z] #10 27.09 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:46:52.673Z] #10 DONE 27.3s [2019-10-07T23:46:52.673Z] [2019-10-07T23:46:52.673Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:46:52.673Z] #21 23.51 Building dependency tree... [2019-10-07T23:46:52.673Z] #21 25.18 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-07T23:46:52.673Z] #21 25.18 The following additional packages will be installed: [2019-10-07T23:46:52.673Z] #21 25.19 libjq1 libonig4 [2019-10-07T23:46:52.673Z] #21 25.47 The following NEW packages will be installed: [2019-10-07T23:46:52.673Z] #21 25.51 jq libjq1 libonig4 [2019-10-07T23:46:52.673Z] #21 25.60 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-07T23:46:52.673Z] #21 25.60 Need to get 328 kB of archives. [2019-10-07T23:46:52.673Z] #21 25.60 After this operation, 1263 kB of additional disk space will be used. [2019-10-07T23:46:52.673Z] #21 25.60 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-10-07T23:46:52.673Z] #21 25.65 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-10-07T23:46:52.673Z] #21 25.65 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-10-07T23:46:52.673Z] #21 26.30 debconf: delaying package configuration, since apt-utils is not installed [2019-10-07T23:46:52.673Z] #21 26.45 Fetched 328 kB in 0s (3658 kB/s) [2019-10-07T23:46:52.673Z] #21 26.50 Selecting previously unselected package libonig4:s390x. [2019-10-07T23:46:52.673Z] #21 26.51 (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-10-07T23:46:52.673Z] #21 26.65 Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-10-07T23:46:52.673Z] #21 26.66 Unpacking libonig4:s390x (6.1.3-2) ... [2019-10-07T23:46:52.673Z] #21 27.25 Selecting previously unselected package libjq1:s390x. [2019-10-07T23:46:52.673Z] #21 27.25 Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-10-07T23:46:52.673Z] #21 27.26 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-07T23:46:52.673Z] #21 27.41 Selecting previously unselected package jq. [2019-10-07T23:46:52.673Z] #21 27.41 Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-10-07T23:46:52.673Z] #21 ... [2019-10-07T23:46:52.673Z] [2019-10-07T23:46:52.673Z] #44 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:46:52.673Z] #44 DONE 0.2s [2019-10-07T23:46:52.673Z] [2019-10-07T23:46:52.673Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:46:52.673Z] #21 27.42 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-07T23:46:52.673Z] #21 27.51 Setting up libonig4:s390x (6.1.3-2) ... [2019-10-07T23:46:52.673Z] #21 27.61 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-07T23:46:52.673Z] #21 27.62 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:46:53.108Z] #21 ... [2019-10-07T23:46:53.108Z] [2019-10-07T23:46:53.108Z] #45 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-07T23:46:53.108Z] #45 DONE 0.2s [2019-10-07T23:46:53.108Z] [2019-10-07T23:46:53.108Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:46:53.108Z] #21 27.72 Setting up jq (1.5+dfsg-1.3) ... [2019-10-07T23:46:53.108Z] #21 ... [2019-10-07T23:46:53.108Z] [2019-10-07T23:46:53.108Z] #11 [dev 1/25] RUN groupadd -r docker [2019-10-07T23:46:53.108Z] #11 DONE 0.6s [2019-10-07T23:46:53.108Z] [2019-10-07T23:46:53.108Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:46:53.108Z] #46 0.237 + RM_GOPATH=0 [2019-10-07T23:46:53.108Z] #46 0.237 + TMP_GOPATH= [2019-10-07T23:46:53.108Z] #46 0.237 + : /build [2019-10-07T23:46:53.108Z] #46 0.237 + '[' -z '' ']' [2019-10-07T23:46:53.108Z] #46 0.238 ++ mktemp -d [2019-10-07T23:46:53.108Z] #46 0.239 + export GOPATH=/tmp/tmp.7Is8Rypzqo [2019-10-07T23:46:53.108Z] #46 0.239 + GOPATH=/tmp/tmp.7Is8Rypzqo [2019-10-07T23:46:53.108Z] #46 0.239 + RM_GOPATH=1 [2019-10-07T23:46:53.108Z] #46 0.239 ++ dirname ./install.sh [2019-10-07T23:46:53.108Z] #46 0.240 + dir=. [2019-10-07T23:46:53.108Z] #46 0.240 + bin=runc [2019-10-07T23:46:53.108Z] #46 0.240 + shift [2019-10-07T23:46:53.108Z] #46 0.240 + '[' '!' -f ./runc.installer ']' [2019-10-07T23:46:53.108Z] #46 0.240 + . ./runc.installer [2019-10-07T23:46:53.108Z] #46 0.240 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-07T23:46:53.108Z] #46 0.241 + install_runc [2019-10-07T23:46:53.108Z] #46 0.242 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-07T23:46:53.108Z] #46 0.243 + uname -r [2019-10-07T23:46:53.108Z] #46 0.250 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-07T23:46:53.108Z] #46 0.250 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-07T23:46:53.108Z] #46 0.250 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-07T23:46:53.108Z] #46 0.251 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.7Is8Rypzqo/src/github.com/opencontainers/runc [2019-10-07T23:46:53.108Z] #46 ... [2019-10-07T23:46:53.108Z] [2019-10-07T23:46:53.108Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:46:53.108Z] #21 DONE 28.1s [2019-10-07T23:46:53.108Z] [2019-10-07T23:46:53.108Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:46:53.108Z] #46 0.262 Cloning into '/tmp/tmp.7Is8Rypzqo/src/github.com/opencontainers/runc'... [2019-10-07T23:46:53.522Z] #46 ... [2019-10-07T23:46:53.522Z] [2019-10-07T23:46:53.522Z] #23 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-07T23:46:53.522Z] #23 DONE 0.1s [2019-10-07T23:46:53.522Z] [2019-10-07T23:46:53.522Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-07T23:46:53.522Z] #12 DONE 0.4s [2019-10-07T23:46:53.522Z] [2019-10-07T23:46:53.522Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-07T23:46:53.522Z] #48 22.89 Building dependency tree... [2019-10-07T23:46:53.522Z] #48 24.65 The following additional packages will be installed: [2019-10-07T23:46:53.522Z] #48 24.67 btrfs-progs liblzo2-2 [2019-10-07T23:46:53.522Z] #48 24.85 The following NEW packages will be installed: [2019-10-07T23:46:53.522Z] #48 24.86 btrfs-progs btrfs-tools liblzo2-2 [2019-10-07T23:46:53.522Z] #48 25.01 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-07T23:46:53.522Z] #48 25.01 Need to get 668 kB of archives. [2019-10-07T23:46:53.522Z] #48 25.01 After this operation, 5446 kB of additional disk space will be used. [2019-10-07T23:46:53.522Z] #48 25.01 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-10-07T23:46:53.522Z] #48 25.06 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-10-07T23:46:53.522Z] #48 25.09 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-10-07T23:46:53.522Z] #48 25.94 debconf: delaying package configuration, since apt-utils is not installed [2019-10-07T23:46:53.522Z] #48 26.07 Fetched 668 kB in 0s (4682 kB/s) [2019-10-07T23:46:53.522Z] #48 26.13 Selecting previously unselected package liblzo2-2:s390x. [2019-10-07T23:46:53.522Z] #48 26.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-10-07T23:46:53.522Z] #48 26.36 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-07T23:46:53.522Z] #48 26.37 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-07T23:46:53.522Z] #48 26.65 Selecting previously unselected package btrfs-progs. [2019-10-07T23:46:53.522Z] #48 26.65 Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-10-07T23:46:53.522Z] #48 26.66 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-07T23:46:53.522Z] #48 27.93 Selecting previously unselected package btrfs-tools. [2019-10-07T23:46:53.522Z] #48 27.93 Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-10-07T23:46:53.522Z] #48 27.93 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-07T23:46:53.522Z] #48 28.04 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:46:53.522Z] #48 28.15 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-07T23:46:53.522Z] #48 28.19 Setting up btrfs-progs (4.7.3-1) ... [2019-10-07T23:46:53.522Z] #48 28.20 Setting up btrfs-tools (4.7.3-1) ... [2019-10-07T23:46:53.522Z] #48 28.21 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:46:53.522Z] #48 DONE 28.4s [2019-10-07T23:46:53.522Z] [2019-10-07T23:46:53.522Z] #49 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:46:53.522Z] #49 DONE 0.1s [2019-10-07T23:46:53.522Z] [2019-10-07T23:46:53.522Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-07T23:46:53.522Z] #13 0.221 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-07T23:46:53.918Z] #13 DONE 0.3s [2019-10-07T23:46:53.918Z] [2019-10-07T23:46:53.918Z] #50 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-07T23:46:53.918Z] #50 DONE 0.1s [2019-10-07T23:46:53.918Z] [2019-10-07T23:46:53.918Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-07T23:46:54.312Z] #14 DONE 0.4s [2019-10-07T23:46:54.312Z] [2019-10-07T23:46:54.312Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:46:54.312Z] #51 0.311 + RM_GOPATH=0 [2019-10-07T23:46:54.312Z] #51 0.312 + TMP_GOPATH= [2019-10-07T23:46:54.312Z] #51 0.312 + : /build [2019-10-07T23:46:54.312Z] #51 0.312 + '[' -z '' ']' [2019-10-07T23:46:54.312Z] #51 0.313 ++ mktemp -d [2019-10-07T23:46:54.312Z] #51 0.319 + export GOPATH=/tmp/tmp.RDkKFfHbTt [2019-10-07T23:46:54.312Z] #51 0.319 + GOPATH=/tmp/tmp.RDkKFfHbTt [2019-10-07T23:46:54.312Z] #51 0.319 + RM_GOPATH=1 [2019-10-07T23:46:54.312Z] #51 0.320 ++ dirname ./install.sh [2019-10-07T23:46:54.312Z] #51 0.329 + dir=. [2019-10-07T23:46:54.312Z] #51 0.329 + bin=containerd [2019-10-07T23:46:54.312Z] #51 0.329 + shift [2019-10-07T23:46:54.312Z] #51 0.329 + '[' '!' -f ./containerd.installer ']' [2019-10-07T23:46:54.312Z] #51 0.329 + . ./containerd.installer [2019-10-07T23:46:54.312Z] #51 0.329 ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-10-07T23:46:54.312Z] #51 0.329 + install_containerd [2019-10-07T23:46:54.312Z] #51 0.329 + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-10-07T23:46:54.312Z] #51 0.329 Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-10-07T23:46:54.312Z] #51 0.330 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RDkKFfHbTt/src/github.com/containerd/containerd [2019-10-07T23:46:54.312Z] #51 0.338 Cloning into '/tmp/tmp.RDkKFfHbTt/src/github.com/containerd/containerd'... [2019-10-07T23:46:54.723Z] #51 ... [2019-10-07T23:46:54.723Z] [2019-10-07T23:46:54.723Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-07T23:46:54.723Z] #15 DONE 0.4s [2019-10-07T23:46:54.723Z] [2019-10-07T23:46:54.723Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:46:54.723Z] #61 23.85 Building dependency tree... [2019-10-07T23:46:54.723Z] #61 25.44 The following additional packages will be installed: [2019-10-07T23:46:54.723Z] #61 25.48 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-07T23:46:54.723Z] #61 25.48 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-07T23:46:54.723Z] #61 25.48 Suggested packages: [2019-10-07T23:46:54.723Z] #61 25.48 manpages-dev python-setuptools [2019-10-07T23:46:54.723Z] #61 27.62 The following NEW packages will be installed: [2019-10-07T23:46:54.723Z] #61 27.63 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-07T23:46:54.723Z] #61 27.64 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-07T23:46:54.723Z] #61 27.64 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-07T23:46:54.723Z] #61 27.64 zlib1g-dev [2019-10-07T23:46:54.723Z] #61 27.76 0 upgraded, 16 newly installed, 0 to remove and 12 not upgraded. [2019-10-07T23:46:54.723Z] #61 27.76 Need to get 3476 kB of archives. [2019-10-07T23:46:54.723Z] #61 27.76 After this operation, 20.2 MB of additional disk space will be used. [2019-10-07T23:46:54.723Z] #61 27.76 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-10-07T23:46:54.723Z] #61 27.79 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-10-07T23:46:54.723Z] #61 27.79 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-10-07T23:46:54.724Z] #61 27.83 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-10-07T23:46:54.724Z] #61 27.84 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] [2019-10-07T23:46:54.724Z] #61 27.84 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-10-07T23:46:54.724Z] #61 27.84 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] [2019-10-07T23:46:54.724Z] #61 27.84 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] [2019-10-07T23:46:54.724Z] #61 27.86 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-10-07T23:46:54.724Z] #61 27.93 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-10-07T23:46:54.724Z] #61 27.94 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-10-07T23:46:54.724Z] #61 28.03 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-10-07T23:46:54.724Z] #61 28.09 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] [2019-10-07T23:46:54.724Z] #61 28.09 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-10-07T23:46:54.724Z] #61 28.10 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-07T23:46:54.724Z] #61 28.12 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-10-07T23:46:54.724Z] #61 28.96 debconf: delaying package configuration, since apt-utils is not installed [2019-10-07T23:46:54.724Z] #61 29.10 Fetched 3476 kB in 0s (8062 kB/s) [2019-10-07T23:46:54.724Z] #61 29.25 Selecting previously unselected package libnet1:s390x. [2019-10-07T23:46:54.724Z] #61 29.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 ... 14828 files and directories currently installed.) [2019-10-07T23:46:54.724Z] #61 29.33 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-10-07T23:46:54.724Z] #61 29.34 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-07T23:46:54.724Z] #61 29.48 Selecting previously unselected package libcap-dev:s390x. [2019-10-07T23:46:54.724Z] #61 29.49 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-10-07T23:46:54.724Z] #61 29.49 Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-10-07T23:46:54.724Z] #61 29.59 Selecting previously unselected package libnet1-dev. [2019-10-07T23:46:54.724Z] #61 ... [2019-10-07T23:46:54.724Z] [2019-10-07T23:46:54.724Z] #16 [dev 6/25] RUN ldconfig [2019-10-07T23:46:54.724Z] #16 DONE 0.3s [2019-10-07T23:46:54.724Z] [2019-10-07T23:46:54.724Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:46:54.724Z] #61 29.59 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-10-07T23:46:54.724Z] #61 29.60 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-07T23:46:55.116Z] #61 29.85 Selecting previously unselected package libnl-3-200:s390x. [2019-10-07T23:46:55.116Z] #61 29.86 Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-10-07T23:46:55.117Z] #61 29.87 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-10-07T23:46:55.117Z] #61 30.01 Selecting previously unselected package libnl-3-dev:s390x. [2019-10-07T23:46:55.117Z] #61 30.04 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-10-07T23:46:55.117Z] #61 30.05 Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-10-07T23:46:56.510Z] #61 31.09 Selecting previously unselected package libprotobuf-c1:s390x. [2019-10-07T23:46:56.510Z] #61 31.12 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-10-07T23:46:56.510Z] #61 31.13 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-07T23:46:56.510Z] #61 31.23 Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-10-07T23:46:56.510Z] #61 31.23 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-10-07T23:46:56.510Z] #61 31.25 Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-10-07T23:46:56.510Z] #61 31.34 Selecting previously unselected package zlib1g-dev:s390x. [2019-10-07T23:46:56.510Z] #61 31.34 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-10-07T23:46:56.510Z] #61 31.35 Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-10-07T23:46:56.917Z] #61 31.66 Selecting previously unselected package libprotobuf10:s390x. [2019-10-07T23:46:56.917Z] #61 31.68 Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-10-07T23:46:56.917Z] #61 31.69 Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-10-07T23:46:57.782Z] #61 32.37 Selecting previously unselected package libprotobuf-lite10:s390x. [2019-10-07T23:46:57.782Z] #61 32.44 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-10-07T23:46:57.782Z] #61 32.47 Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-10-07T23:46:57.782Z] #61 32.67 Selecting previously unselected package libprotobuf-dev:s390x. [2019-10-07T23:46:57.782Z] #61 32.67 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-10-07T23:46:57.782Z] #61 32.68 Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-10-07T23:46:58.285Z] #61 ... [2019-10-07T23:46:58.285Z] [2019-10-07T23:46:58.285Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:46:58.285Z] #54 DONE 32.9s [2019-10-07T23:46:58.820Z] [2019-10-07T23:46:58.820Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:46:58.820Z] #24 2.195 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-07T23:46:58.820Z] #24 2.909 [2019-10-07T23:46:59.834Z] #24 3.289 ### 4.2% #### 6.3% ###### 8.4% ####### 10.5% ######### 12.6% ########## 14.7% ############# 18.9% ############### 21.0% ################ 23.0% ################## 25.1% ################### 27.2% ##################### 29.3% ###################### 31.4% ######################## 33.5% ######################### 35.6% ########################### 37.7% ############################ 39.8% [2019-10-07T23:46:59.834Z] #24 ... [2019-10-07T23:46:59.834Z] [2019-10-07T23:46:59.834Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:46:59.834Z] #39 24.49 The following NEW packages will be installed: [2019-10-07T23:46:59.834Z] #39 24.55 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-07T23:46:59.834Z] #39 24.55 vim-common xxd [2019-10-07T23:46:59.834Z] #39 24.68 0 upgraded, 10 newly installed, 0 to remove and 12 not upgraded. [2019-10-07T23:46:59.834Z] #39 24.68 Need to get 13.2 MB of archives. [2019-10-07T23:46:59.834Z] #39 24.68 After this operation, 59.4 MB of additional disk space will be used. [2019-10-07T23:46:59.834Z] #39 24.68 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-10-07T23:46:59.834Z] #39 24.79 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-10-07T23:46:59.834Z] #39 24.80 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-10-07T23:46:59.834Z] #39 25.38 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] [2019-10-07T23:46:59.835Z] #39 25.41 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-10-07T23:46:59.835Z] #39 25.48 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-10-07T23:46:59.835Z] #39 25.48 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-10-07T23:46:59.835Z] #39 25.49 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-10-07T23:46:59.835Z] #39 25.69 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-07T23:46:59.835Z] #39 25.76 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-07T23:46:59.835Z] #39 27.50 debconf: delaying package configuration, since apt-utils is not installed [2019-10-07T23:46:59.835Z] #39 27.74 Fetched 13.2 MB in 1s (11.6 MB/s) [2019-10-07T23:46:59.835Z] #39 27.83 Selecting previously unselected package cmake-data. [2019-10-07T23:46:59.835Z] #39 27.83 (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-10-07T23:46:59.835Z] #39 27.90 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-07T23:46:59.835Z] #39 27.90 Unpacking cmake-data (3.7.2-1) ... [2019-10-07T23:46:59.835Z] #39 31.51 Selecting previously unselected package liblzo2-2:s390x. [2019-10-07T23:46:59.835Z] #39 31.54 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-07T23:46:59.835Z] #39 31.55 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-07T23:46:59.835Z] #39 31.68 Selecting previously unselected package libicu57:s390x. [2019-10-07T23:46:59.835Z] #39 31.71 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-10-07T23:46:59.835Z] #39 31.72 Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-10-07T23:46:59.835Z] #39 ... [2019-10-07T23:46:59.835Z] [2019-10-07T23:46:59.835Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:01.920Z] #24 3.289 ### 4.2% #### 6.3% ###### 8.4% ####### 10.5% ######### 12.6% ########## 14.7% ############# 18.9% ############### 21.0% ################ 23.0% ################## 25.1% ################### 27.2% ##################### 29.3% ###################### 31.4% ######################## 33.5% ######################### 35.6% ########################### 37.7% ############################ 39.8% ############################## 41.9% ############################### 43.9% ################################# 46.0% #################################### 50.2% ###################################### 53.4% ######################################### 57.9% ############################################ 62.1% ############################################## 64.2% ############################################### 66.2% ################################################## 70.4% ##################################################### 74.6% ####################################################### 76.7% [2019-10-07T23:47:01.920Z] #24 ... [2019-10-07T23:47:01.920Z] [2019-10-07T23:47:01.920Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:47:01.920Z] #31 26.39 + cd /tmp/tmp.gEuBaeqEGt/src/gotest.tools/gotestsum [2019-10-07T23:47:01.920Z] #31 26.39 + git checkout -q v0.3.5 [2019-10-07T23:47:01.920Z] #31 26.44 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-07T23:47:01.920Z] #31 ... [2019-10-07T23:47:01.920Z] [2019-10-07T23:47:01.920Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:03.265Z] #24 3.289 ### 4.2% #### 6.3% ###### 8.4% ####### 10.5% ######### 12.6% ########## 14.7% ############# 18.9% ############### 21.0% ################ 23.0% ################## 25.1% ################### 27.2% ##################### 29.3% ###################### 31.4% ######################## 33.5% ######################### 35.6% ########################### 37.7% ############################ 39.8% ############################## 41.9% ############################### 43.9% ################################# 46.0% #################################### 50.2% ###################################### 53.4% ######################################### 57.9% ############################################ 62.1% ############################################## 64.2% ############################################### 66.2% ################################################## 70.4% ##################################################### 74.6% ####################################################### 76.7% ########################################################## 80.9% ############################################################# 85.1% ############################################################## 87.1% ################################################################# 91.6% #################################################################### 95.8% ###################################################################### 97.9% ####################################################################### 100.0% ######################################################################## 100.0% [2019-10-07T23:47:03.265Z] #24 10.04 [2019-10-07T23:47:05.207Z] #24 10.41 ###### 8.4% ########## 14.1% ############## 19.7% ###################### 31.1% ########################## 36.8% ############################## 42.4% ################################## 48.1% ###################################### 53.8% [2019-10-07T23:47:05.207Z] #24 ... [2019-10-07T23:47:05.207Z] [2019-10-07T23:47:05.207Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:47:05.207Z] #17 0.345 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-07T23:47:05.207Z] #17 0.356 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-07T23:47:05.207Z] #17 0.434 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-07T23:47:05.207Z] #17 0.434 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-07T23:47:05.207Z] #17 0.470 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-07T23:47:05.207Z] #17 1.223 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-07T23:47:05.207Z] #17 2.698 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-07T23:47:05.207Z] #17 4.521 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-07T23:47:05.207Z] #17 ... [2019-10-07T23:47:05.207Z] [2019-10-07T23:47:05.207Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:05.694Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-07T23:47:05.694Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-07T23:47:06.126Z] #24 10.41 ###### 8.4% ########## 14.1% ############## 19.7% ###################### 31.1% ########################## 36.8% ############################## 42.4% ################################## 48.1% ###################################### 53.8% ########################################## 59.4% ############################################## 65.1% ################################################## 70.8% ####################################################### 76.4% ############################################################### 87.8% ################################################################## 91.8% ##################################################################### 95.9% ######################################################################## 100.0% [2019-10-07T23:47:06.521Z] #24 13.11 [2019-10-07T23:47:06.521Z] #24 ... [2019-10-07T23:47:06.521Z] [2019-10-07T23:47:06.521Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:47:06.521Z] #34 31.12 sync [2019-10-07T23:47:06.521Z] #34 31.13 internal/reflectlite [2019-10-07T23:47:06.521Z] #34 35.64 sort [2019-10-07T23:47:06.521Z] #34 35.64 errors [2019-10-07T23:47:06.521Z] #34 36.13 strconv [2019-10-07T23:47:06.521Z] #34 37.40 io [2019-10-07T23:47:06.521Z] #34 38.82 internal/oserror [2019-10-07T23:47:06.521Z] #34 38.97 syscall [2019-10-07T23:47:06.521Z] #34 41.31 reflect [2019-10-07T23:47:06.521Z] #34 ... [2019-10-07T23:47:06.521Z] [2019-10-07T23:47:06.521Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:47:06.521Z] #39 39.09 Selecting previously unselected package libxml2:s390x. [2019-10-07T23:47:06.521Z] #39 39.09 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-10-07T23:47:06.521Z] #39 39.09 Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-07T23:47:06.521Z] #39 40.08 Selecting previously unselected package libarchive13:s390x. [2019-10-07T23:47:06.521Z] #39 40.08 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-10-07T23:47:06.521Z] #39 40.09 Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-10-07T23:47:06.521Z] #39 40.57 Selecting previously unselected package libjsoncpp1:s390x. [2019-10-07T23:47:06.521Z] #39 40.57 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-10-07T23:47:06.521Z] #39 40.58 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-10-07T23:47:06.521Z] #39 40.75 Selecting previously unselected package libuv1:s390x. [2019-10-07T23:47:06.521Z] #39 40.76 Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-10-07T23:47:06.521Z] #39 40.76 Unpacking libuv1:s390x (1.9.1-3) ... [2019-10-07T23:47:06.521Z] #39 40.90 Selecting previously unselected package cmake. [2019-10-07T23:47:06.521Z] #39 40.91 Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-10-07T23:47:06.521Z] #39 41.00 Unpacking cmake (3.7.2-1) ... [2019-10-07T23:47:06.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-07T23:47:07.369Z] #39 ... [2019-10-07T23:47:07.369Z] [2019-10-07T23:47:07.369Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-07T23:47:07.369Z] #19 32.08 + cd /tmp/tmp.ZRibk3FrdT/src/github.com/go-swagger/go-swagger [2019-10-07T23:47:07.369Z] #19 32.08 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-10-07T23:47:07.369Z] #19 35.09 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-07T23:47:07.369Z] #19 ... [2019-10-07T23:47:07.369Z] [2019-10-07T23:47:07.369Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:09.854Z] #24 13.38 ## 3.3% #### 5.9% ####### 10.9% ######### 13.5% ########### 16.0% ############### 21.1% ################## 26.2% ###################### 31.3% ########################## 36.4% ############################# 41.5% ################################# 46.6% ##################################### 51.6% ####################################### 54.2% ########################################## 59.3% ############################################## 64.4% ################################################# 69.4% ################################################### 72.0% [2019-10-07T23:47:09.854Z] #24 ... [2019-10-07T23:47:09.854Z] [2019-10-07T23:47:09.854Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:47:09.854Z] #61 35.05 Selecting previously unselected package libprotoc10:s390x. [2019-10-07T23:47:09.854Z] #61 35.05 Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-10-07T23:47:09.854Z] #61 35.06 Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-10-07T23:47:09.854Z] #61 35.79 Selecting previously unselected package protobuf-c-compiler. [2019-10-07T23:47:09.854Z] #61 35.80 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-10-07T23:47:09.854Z] #61 35.80 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-07T23:47:09.854Z] #61 35.89 Selecting previously unselected package protobuf-compiler. [2019-10-07T23:47:09.854Z] #61 35.89 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-10-07T23:47:09.854Z] #61 35.90 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-07T23:47:09.854Z] #61 36.13 Selecting previously unselected package python-pkg-resources. [2019-10-07T23:47:09.854Z] #61 36.13 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-07T23:47:09.854Z] #61 36.14 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-07T23:47:09.854Z] #61 36.33 Selecting previously unselected package python-protobuf. [2019-10-07T23:47:09.854Z] #61 36.33 Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-10-07T23:47:09.854Z] #61 36.33 Unpacking python-protobuf (3.0.0-9) ... [2019-10-07T23:47:09.854Z] #61 36.83 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-07T23:47:09.854Z] #61 36.92 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-07T23:47:09.854Z] #61 36.93 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-07T23:47:09.854Z] #61 39.80 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-07T23:47:09.854Z] #61 39.83 Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-10-07T23:47:09.854Z] #61 39.84 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:47:09.854Z] #61 39.88 Setting up python-protobuf (3.0.0-9) ... [2019-10-07T23:47:09.854Z] #61 43.97 Setting up libcap-dev:s390x (1:2.25-1) ... [2019-10-07T23:47:09.854Z] #61 43.98 Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-10-07T23:47:09.854Z] #61 44.00 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-10-07T23:47:09.854Z] #61 44.02 Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-10-07T23:47:09.854Z] #61 44.03 Setting up libprotoc10:s390x (3.0.0-9) ... [2019-10-07T23:47:09.854Z] #61 44.06 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-07T23:47:09.854Z] #61 44.07 Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-10-07T23:47:09.854Z] #61 44.08 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-07T23:47:09.854Z] #61 44.09 Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-10-07T23:47:09.854Z] #61 44.10 Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-10-07T23:47:09.854Z] #61 44.11 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:47:09.854Z] #61 DONE 44.4s [2019-10-07T23:47:09.854Z] [2019-10-07T23:47:09.854Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:10.260Z] #24 13.38 ## 3.3% #### 5.9% ####### 10.9% ######### 13.5% ########### 16.0% ############### 21.1% ################## 26.2% ###################### 31.3% ########################## 36.4% ############################# 41.5% ################################# 46.6% ##################################### 51.6% ####################################### 54.2% ########################################## 59.3% ############################################## 64.4% ################################################# 69.4% ################################################### 72.0% ##################################################### 74.5% ####################################################### 77.1% ######################################################### 79.6% ########################################################### 82.2% ################# [2019-10-07T23:47:10.260Z] #24 ... [2019-10-07T23:47:10.260Z] [2019-10-07T23:47:10.260Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:47:10.260Z] #39 43.75 Selecting previously unselected package xxd. [2019-10-07T23:47:10.260Z] #39 43.77 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-07T23:47:10.260Z] #39 43.78 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:47:10.260Z] #39 43.96 Selecting previously unselected package vim-common. [2019-10-07T23:47:10.260Z] #39 43.96 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-07T23:47:10.260Z] #39 43.97 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:47:10.260Z] #39 44.57 Processing triggers for mime-support (3.60) ... [2019-10-07T23:47:10.260Z] #39 44.58 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:47:10.260Z] #39 44.59 Setting up libuv1:s390x (1.9.1-3) ... [2019-10-07T23:47:10.260Z] #39 44.60 Setting up cmake-data (3.7.2-1) ... [2019-10-07T23:47:10.260Z] #39 44.63 Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-10-07T23:47:10.260Z] #39 44.65 Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-07T23:47:10.260Z] #39 44.65 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:47:10.260Z] #39 44.68 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:47:10.260Z] #39 44.70 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-07T23:47:10.260Z] #39 44.71 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-10-07T23:47:10.260Z] #39 44.72 Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-10-07T23:47:10.260Z] #39 44.72 Setting up cmake (3.7.2-1) ... [2019-10-07T23:47:10.260Z] #39 44.77 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:47:10.260Z] #39 DONE 45.1s [2019-10-07T23:47:10.260Z] [2019-10-07T23:47:10.260Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:10.260Z] #24 13.38 ## 3.3% #### 5.9% ####### 10.9% ######### 13.5% ########### 16.0% ############### 21.1% ################## 26.2% ###################### 31.3% ########################## 36.4% ############################# 41.5% ################################# 46.6% ##################################### 51.6% ####################################### 54.2% ########################################## 59.3% ############################################## 64.4% ################################################# 69.4% ################################################### 72.0% ##################################################### 74.5% ####################################################### 77.1% ######################################################### 79.6% ########################################################### 82.2% ############################################################## 87.3% ###################### [2019-10-07T23:47:10.261Z] #24 ... [2019-10-07T23:47:10.261Z] [2019-10-07T23:47:10.261Z] #40 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:47:10.261Z] #40 DONE 0.1s [2019-10-07T23:47:10.261Z] [2019-10-07T23:47:10.261Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:10.685Z] #24 13.38 ## 3.3% #### 5.9% ####### 10.9% ######### 13.5% ########### 16.0% ############### 21.1% ################## 26.2% ###################### 31.3% ########################## 36.4% ############################# 41.5% ################################# 46.6% ##################################### 51.6% ####################################### 54.2% ########################################## 59.3% ############################################## 64.4% ################################################# 69.4% ################################################### 72.0% ##################################################### 74.5% ####################################################### 77.1% ######################################################### 79.6% ########################################################### 82.2% ############################################################## 87.3% ################################################################## 92.3% [2019-10-07T23:47:10.685Z] #24 ... [2019-10-07T23:47:10.685Z] [2019-10-07T23:47:10.685Z] #41 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-07T23:47:10.685Z] #41 DONE 0.1s [2019-10-07T23:47:10.685Z] [2019-10-07T23:47:10.685Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:10.685Z] #24 13.38 ## 3.3% #### 5.9% ####### 10.9% ######### 13.5% ########### 16.0% ############### 21.1% ################## 26.2% ###################### 31.3% ########################## 36.4% ############################# 41.5% ################################# 46.6% ##################################### 51.6% ####################################### 54.2% ########################################## 59.3% ############################################## 64.4% ################################################# 69.4% ################################################### 72.0% ##################################################### 74.5% ####################################################### 77.1% ######################################################### 79.6% ########################################################### 82.2% ############################################################## 87.3% ################################################################## 92.3% ###################################################################### 97.4% ####################################################################### 100.0% ######################################################################## 100.0% [2019-10-07T23:47:11.234Z] #24 17.72 [2019-10-07T23:47:12.382Z] #24 18.10 1.2% # 2.1% ## 3.1% ## 4.0% [2019-10-07T23:47:12.382Z] #24 ... [2019-10-07T23:47:12.382Z] [2019-10-07T23:47:12.382Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:47:12.382Z] #37 36.78 github.com/LK4D4/vndr/godl/singleflight [2019-10-07T23:47:12.382Z] #37 36.78 io [2019-10-07T23:47:12.382Z] #37 37.08 strconv [2019-10-07T23:47:12.382Z] #37 38.59 bytes [2019-10-07T23:47:12.382Z] #37 41.49 bufio [2019-10-07T23:47:12.382Z] #37 41.93 reflect [2019-10-07T23:47:12.382Z] #37 43.46 syscall [2019-10-07T23:47:12.382Z] #37 ... [2019-10-07T23:47:12.382Z] [2019-10-07T23:47:12.382Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:12.791Z] #24 18.10 1.2% # 2.1% ## 3.1% ## 4.0% ### 4.9% #### 6.8% ###### 8.7% [2019-10-07T23:47:12.791Z] #24 ... [2019-10-07T23:47:12.791Z] [2019-10-07T23:47:12.791Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:47:12.791Z] #46 9.709 + cd /tmp/tmp.7Is8Rypzqo/src/github.com/opencontainers/runc [2019-10-07T23:47:12.791Z] #46 9.709 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-07T23:47:12.791Z] #46 9.944 + '[' -z '' ']' [2019-10-07T23:47:12.791Z] #46 9.945 + target=static [2019-10-07T23:47:12.791Z] #46 9.945 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-07T23:47:12.791Z] #46 12.40 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-10-07T23:47:12.791Z] #46 ... [2019-10-07T23:47:12.791Z] [2019-10-07T23:47:12.791Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:13.427Z] Removing intermediate container 542f7a5ecd45 [2019-10-07T23:47:13.427Z] ---> b49b26f2ce10 [2019-10-07T23:47:13.427Z] Step 9/12 : ARG GOOS [2019-10-07T23:47:13.427Z] ---> Running in 9484b9276651 [2019-10-07T23:47:13.427Z] Removing intermediate container 9484b9276651 [2019-10-07T23:47:13.427Z] ---> 6a35874b9385 [2019-10-07T23:47:13.427Z] Step 10/12 : ARG GOARCH [2019-10-07T23:47:13.427Z] ---> Running in 18088fbdf6d8 [2019-10-07T23:47:13.427Z] Removing intermediate container 18088fbdf6d8 [2019-10-07T23:47:13.427Z] ---> 69c03c16979e [2019-10-07T23:47:13.427Z] Step 11/12 : RUN GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.com/docker/buildx/version.Version=${BUILDX_COMMIT} -X github.com/docker/buildx/version.Revision=${BUILDX_COMMIT} -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o /usr/bin/buildx ./cmd/buildx [2019-10-07T23:47:13.427Z] ---> Running in facbf35eed38 [2019-10-07T23:47:19.606Z] #24 18.10 1.2% # 2.1% ## 3.1% ## 4.0% ### 4.9% #### 6.8% ###### 8.7% ####### 10.6% ######## 12.5% ########## 14.4% ########### 15.3% ########### 16.3% ############ 17.2% ############# 18.2% ############# 19.1% ############### 21.0% ################ 22.9% ################# 24.8% ################## 25.7% ################### 27.6% #################### 28.6% ##################### 30.4% ###################### 31.4% ####################### 33.3% ######################## 34.2% ########################## 36.1% ########################### 38.0% ############################ 39.0% ############################# 40.8% ############################## 42.7% ############################### 43.7% ################################ 45.6% ################################## 47.5% ################################## 48.4% #################################### 50.3% #################################### 51.2% ###################################### 53.1% ####################################### 55.0% ######################################## 56.0% ######################################### 57.9% ########################################## 58.8% ########################################### 59.8% ########################################### 60.7% ############################################ 61.6% ############################################# 62.6% ############################################# 63.5% ############################################## 64.5% ############################################### 66.4% ################################################# 68.3% ################################################# 69.2% ################################################### 71.1% ################################################### 72.0% [2019-10-07T23:47:19.606Z] #24 ... [2019-10-07T23:47:19.606Z] [2019-10-07T23:47:19.606Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:47:19.606Z] #62 1.598 Note: Building without setproctitle() and strlcpy() support. [2019-10-07T23:47:19.606Z] #62 1.598 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-07T23:47:19.606Z] #62 3.084 fatal: Not a git repository (or any of the parent directories): .git [2019-10-07T23:47:19.606Z] #62 3.124 GEN .gitid [2019-10-07T23:47:19.606Z] #62 3.129 GEN criu/include/version.h [2019-10-07T23:47:19.606Z] #62 3.149 GEN include/common/asm [2019-10-07T23:47:19.606Z] #62 4.395 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-07T23:47:19.606Z] #62 4.483 PBCC images/opts.pb-c.c [2019-10-07T23:47:19.606Z] #62 4.536 PBCC images/sit.pb-c.c [2019-10-07T23:47:19.606Z] #62 4.556 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-07T23:47:19.606Z] #62 4.615 DEP images/opts.pb-c.d [2019-10-07T23:47:19.606Z] #62 4.692 DEP images/sit.pb-c.d [2019-10-07T23:47:19.606Z] #62 4.718 PBCC images/macvlan.pb-c.c [2019-10-07T23:47:19.606Z] #62 4.756 DEP images/macvlan.pb-c.d [2019-10-07T23:47:19.606Z] #62 4.838 PBCC images/autofs.pb-c.c [2019-10-07T23:47:19.606Z] #62 4.858 DEP images/autofs.pb-c.d [2019-10-07T23:47:19.606Z] #62 4.926 PBCC images/sysctl.pb-c.c [2019-10-07T23:47:19.606Z] #62 4.947 DEP images/sysctl.pb-c.d [2019-10-07T23:47:19.606Z] #62 5.022 PBCC images/time.pb-c.c [2019-10-07T23:47:19.606Z] #62 5.058 DEP images/time.pb-c.d [2019-10-07T23:47:19.606Z] #62 5.078 PBCC images/binfmt-misc.pb-c.c [2019-10-07T23:47:19.606Z] #62 5.185 DEP images/binfmt-misc.pb-c.d [2019-10-07T23:47:19.606Z] #62 5.235 PBCC images/seccomp.pb-c.c [2019-10-07T23:47:19.606Z] #62 5.252 DEP images/seccomp.pb-c.d [2019-10-07T23:47:19.606Z] #62 5.302 PBCC images/userns.pb-c.c [2019-10-07T23:47:19.606Z] #62 5.313 DEP images/userns.pb-c.d [2019-10-07T23:47:19.606Z] #62 5.412 PBCC images/cgroup.pb-c.c [2019-10-07T23:47:19.606Z] #62 5.418 DEP images/cgroup.pb-c.d [2019-10-07T23:47:19.606Z] #62 5.461 PBCC images/fown.pb-c.c [2019-10-07T23:47:19.606Z] #62 5.471 PBCC images/ext-file.pb-c.c [2019-10-07T23:47:19.606Z] #62 5.488 DEP images/fown.pb-c.d [2019-10-07T23:47:19.606Z] #62 5.586 DEP images/ext-file.pb-c.d [2019-10-07T23:47:19.606Z] #62 5.626 PBCC images/rpc.pb-c.c [2019-10-07T23:47:19.606Z] #62 5.691 DEP images/rpc.pb-c.d [2019-10-07T23:47:19.606Z] #62 5.767 PBCC images/siginfo.pb-c.c [2019-10-07T23:47:19.606Z] #62 5.786 DEP images/siginfo.pb-c.d [2019-10-07T23:47:19.606Z] #62 5.843 PBCC images/pagemap.pb-c.c [2019-10-07T23:47:19.606Z] #62 5.954 DEP images/pagemap.pb-c.d [2019-10-07T23:47:19.606Z] #62 5.992 PBCC images/rlimit.pb-c.c [2019-10-07T23:47:19.606Z] #62 6.013 DEP images/rlimit.pb-c.d [2019-10-07T23:47:19.606Z] #62 6.062 PBCC images/file-lock.pb-c.c [2019-10-07T23:47:19.606Z] #62 6.091 DEP images/file-lock.pb-c.d [2019-10-07T23:47:19.606Z] #62 6.143 PBCC images/tty.pb-c.c [2019-10-07T23:47:19.606Z] #62 6.194 DEP images/tty.pb-c.d [2019-10-07T23:47:19.606Z] #62 6.267 PBCC images/tun.pb-c.c [2019-10-07T23:47:19.606Z] #62 6.296 PBCC images/netdev.pb-c.c [2019-10-07T23:47:19.606Z] #62 6.427 DEP images/tun.pb-c.d [2019-10-07T23:47:19.606Z] #62 6.503 DEP images/netdev.pb-c.d [2019-10-07T23:47:19.606Z] #62 6.550 PBCC images/vma.pb-c.c [2019-10-07T23:47:19.606Z] #62 6.571 DEP images/vma.pb-c.d [2019-10-07T23:47:19.606Z] #62 6.673 PBCC images/creds.pb-c.c [2019-10-07T23:47:19.606Z] #62 6.686 DEP images/creds.pb-c.d [2019-10-07T23:47:19.606Z] #62 6.856 PBCC images/utsns.pb-c.c [2019-10-07T23:47:19.606Z] #62 6.862 DEP images/utsns.pb-c.d [2019-10-07T23:47:19.606Z] #62 6.891 PBCC images/ipc-desc.pb-c.c [2019-10-07T23:47:19.606Z] #62 6.918 PBCC images/ipc-sem.pb-c.c [2019-10-07T23:47:19.606Z] #62 6.938 DEP images/ipc-desc.pb-c.d [2019-10-07T23:47:19.606Z] #62 6.978 DEP images/ipc-sem.pb-c.d [2019-10-07T23:47:19.606Z] #62 7.065 PBCC images/ipc-msg.pb-c.c [2019-10-07T23:47:19.606Z] #62 7.131 DEP images/ipc-msg.pb-c.d [2019-10-07T23:47:19.606Z] #62 7.192 PBCC images/ipc-shm.pb-c.c [2019-10-07T23:47:19.606Z] #62 7.271 DEP images/ipc-shm.pb-c.d [2019-10-07T23:47:19.606Z] #62 7.348 PBCC images/ipc-var.pb-c.c [2019-10-07T23:47:19.606Z] #62 7.400 DEP images/ipc-var.pb-c.d [2019-10-07T23:47:19.606Z] #62 7.461 PBCC images/sk-opts.pb-c.c [2019-10-07T23:47:19.606Z] #62 7.483 PBCC images/packet-sock.pb-c.c [2019-10-07T23:47:19.606Z] #62 7.538 DEP images/sk-opts.pb-c.d [2019-10-07T23:47:19.606Z] #62 7.607 DEP images/packet-sock.pb-c.d [2019-10-07T23:47:19.606Z] #62 7.686 PBCC images/sk-netlink.pb-c.c [2019-10-07T23:47:19.606Z] #62 7.763 DEP images/sk-netlink.pb-c.d [2019-10-07T23:47:19.606Z] #62 7.798 PBCC images/sk-inet.pb-c.c [2019-10-07T23:47:19.606Z] #62 7.855 DEP images/sk-inet.pb-c.d [2019-10-07T23:47:19.606Z] #62 7.955 PBCC images/sk-unix.pb-c.c [2019-10-07T23:47:19.606Z] #62 8.019 DEP images/sk-unix.pb-c.d [2019-10-07T23:47:19.606Z] #62 8.130 PBCC images/mm.pb-c.c [2019-10-07T23:47:19.606Z] #62 8.212 DEP images/mm.pb-c.d [2019-10-07T23:47:19.606Z] #62 8.299 PBCC images/timerfd.pb-c.c [2019-10-07T23:47:19.606Z] #62 8.365 DEP images/timerfd.pb-c.d [2019-10-07T23:47:19.606Z] #62 8.456 PBCC images/timer.pb-c.c [2019-10-07T23:47:19.606Z] #62 8.525 DEP images/timer.pb-c.d [2019-10-07T23:47:19.606Z] #62 8.636 PBCC images/sa.pb-c.c [2019-10-07T23:47:19.606Z] #62 8.754 DEP images/sa.pb-c.d [2019-10-07T23:47:19.606Z] #62 8.861 PBCC images/pipe-data.pb-c.c [2019-10-07T23:47:19.606Z] #62 8.898 DEP images/pipe-data.pb-c.d [2019-10-07T23:47:19.606Z] #62 9.016 PBCC images/mnt.pb-c.c [2019-10-07T23:47:19.606Z] #62 9.032 DEP images/mnt.pb-c.d [2019-10-07T23:47:19.606Z] #62 9.061 PBCC images/sk-packet.pb-c.c [2019-10-07T23:47:19.606Z] #62 9.087 DEP images/sk-packet.pb-c.d [2019-10-07T23:47:19.606Z] #62 9.114 PBCC images/tcp-stream.pb-c.c [2019-10-07T23:47:19.606Z] #62 9.136 DEP images/tcp-stream.pb-c.d [2019-10-07T23:47:19.606Z] #62 9.191 PBCC images/pipe.pb-c.c [2019-10-07T23:47:19.606Z] #62 9.231 DEP images/pipe.pb-c.d [2019-10-07T23:47:19.606Z] #62 9.313 PBCC images/pstree.pb-c.c [2019-10-07T23:47:19.606Z] #62 9.331 DEP images/pstree.pb-c.d [2019-10-07T23:47:19.606Z] #62 9.393 PBCC images/fs.pb-c.c [2019-10-07T23:47:19.606Z] #62 9.419 DEP images/fs.pb-c.d [2019-10-07T23:47:19.606Z] #62 9.534 PBCC images/signalfd.pb-c.c [2019-10-07T23:47:19.606Z] #62 9.601 DEP images/signalfd.pb-c.d [2019-10-07T23:47:19.606Z] #62 9.665 PBCC images/fh.pb-c.c [2019-10-07T23:47:19.606Z] #62 9.740 PBCC images/fsnotify.pb-c.c [2019-10-07T23:47:19.606Z] #62 9.798 DEP images/fh.pb-c.d [2019-10-07T23:47:19.606Z] #62 9.889 DEP images/fsnotify.pb-c.d [2019-10-07T23:47:19.606Z] #62 10.04 PBCC images/eventpoll.pb-c.c [2019-10-07T23:47:19.606Z] #62 10.07 DEP images/eventpoll.pb-c.d [2019-10-07T23:47:19.606Z] #62 10.13 PBCC images/eventfd.pb-c.c [2019-10-07T23:47:19.606Z] #62 10.14 DEP images/eventfd.pb-c.d [2019-10-07T23:47:19.606Z] #62 ... [2019-10-07T23:47:19.606Z] [2019-10-07T23:47:19.606Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:20.052Z] #24 18.10 1.2% # 2.1% ## 3.1% ## 4.0% ### 4.9% #### 6.8% ###### 8.7% ####### 10.6% ######## 12.5% ########## 14.4% ########### 15.3% ########### 16.3% ############ 17.2% ############# 18.2% ############# 19.1% ############### 21.0% ################ 22.9% ################# 24.8% ################## 25.7% ################### 27.6% #################### 28.6% ##################### 30.4% ###################### 31.4% ####################### 33.3% ######################## 34.2% ########################## 36.1% ########################### 38.0% ############################ 39.0% ############################# 40.8% ############################## 42.7% ############################### 43.7% ################################ 45.6% ################################## 47.5% ################################## 48.4% #################################### 50.3% #################################### 51.2% ###################################### 53.1% ####################################### 55.0% ######################################## 56.0% ######################################### 57.9% ########################################## 58.8% ########################################### 59.8% ########################################### 60.7% ############################################ 61.6% ############################################# 62.6% ############################################# 63.5% ############################################## 64.5% ############################################### 66.4% ################################################# 68.3% ################################################# 69.2% ################################################### 71.1% ################################################### 72.0% #################################################### 73.0% ##################################################### 74.9% [2019-10-07T23:47:20.052Z] #24 ... [2019-10-07T23:47:20.052Z] [2019-10-07T23:47:20.052Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:47:20.052Z] #42 0.225 + RM_GOPATH=0 [2019-10-07T23:47:20.052Z] #42 0.225 + TMP_GOPATH= [2019-10-07T23:47:20.052Z] #42 0.225 + : /build [2019-10-07T23:47:20.052Z] #42 0.227 + '[' -z '' ']' [2019-10-07T23:47:20.052Z] #42 0.229 ++ mktemp -d [2019-10-07T23:47:20.052Z] #42 0.232 + export GOPATH=/tmp/tmp.gpmdZQu3Xj [2019-10-07T23:47:20.052Z] #42 0.232 + GOPATH=/tmp/tmp.gpmdZQu3Xj [2019-10-07T23:47:20.052Z] #42 0.232 + RM_GOPATH=1 [2019-10-07T23:47:20.052Z] #42 0.234 ++ dirname ./install.sh [2019-10-07T23:47:20.052Z] #42 0.237 + dir=. [2019-10-07T23:47:20.052Z] #42 0.238 + bin=tini [2019-10-07T23:47:20.052Z] #42 0.238 + shift [2019-10-07T23:47:20.052Z] #42 0.238 + '[' '!' -f ./tini.installer ']' [2019-10-07T23:47:20.052Z] #42 0.238 + . ./tini.installer [2019-10-07T23:47:20.052Z] #42 0.238 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-07T23:47:20.052Z] #42 0.239 + install_tini [2019-10-07T23:47:20.052Z] #42 0.239 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-07T23:47:20.052Z] #42 0.240 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-07T23:47:20.052Z] #42 0.240 + git clone https://github.com/krallin/tini.git /tmp/tmp.gpmdZQu3Xj/tini [2019-10-07T23:47:20.052Z] #42 0.246 Cloning into '/tmp/tmp.gpmdZQu3Xj/tini'... [2019-10-07T23:47:20.052Z] #42 1.614 + cd /tmp/tmp.gpmdZQu3Xj/tini [2019-10-07T23:47:20.052Z] #42 1.614 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-07T23:47:20.052Z] #42 1.685 + cmake . [2019-10-07T23:47:20.052Z] #42 2.309 -- The C compiler identification is GNU 6.3.0 [2019-10-07T23:47:20.052Z] #42 2.335 -- Check for working C compiler: /usr/bin/cc [2019-10-07T23:47:20.052Z] #42 2.875 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-07T23:47:20.052Z] #42 2.875 -- Detecting C compiler ABI info [2019-10-07T23:47:20.052Z] #42 3.317 -- Detecting C compiler ABI info - done [2019-10-07T23:47:20.052Z] #42 3.325 -- Detecting C compile features [2019-10-07T23:47:20.052Z] #42 5.273 -- Detecting C compile features - done [2019-10-07T23:47:20.052Z] #42 5.334 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-07T23:47:20.052Z] #42 5.607 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-07T23:47:20.052Z] #42 5.699 -- Configuring done [2019-10-07T23:47:20.052Z] #42 5.732 -- Generating done [2019-10-07T23:47:20.052Z] #42 5.740 -- Build files have been written to: /tmp/tmp.gpmdZQu3Xj/tini [2019-10-07T23:47:20.052Z] #42 5.800 + make tini-static [2019-10-07T23:47:20.052Z] #42 6.247 Scanning dependencies of target tini-static [2019-10-07T23:47:20.052Z] #42 6.273 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-07T23:47:20.052Z] #42 8.629 [100%] Linking C executable tini-static [2019-10-07T23:47:20.052Z] #42 9.246 [100%] Built target tini-static [2019-10-07T23:47:20.052Z] #42 9.329 + mkdir -p /build [2019-10-07T23:47:20.052Z] #42 9.340 + cp tini-static /build/docker-init [2019-10-07T23:47:20.052Z] #42 DONE 9.5s [2019-10-07T23:47:20.052Z] [2019-10-07T23:47:20.052Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:20.053Z] #24 18.10 1.2% # 2.1% ## 3.1% ## 4.0% ### 4.9% #### 6.8% ###### 8.7% ####### 10.6% ######## 12.5% ########## 14.4% ########### 15.3% ########### 16.3% ############ 17.2% ############# 18.2% ############# 19.1% ############### 21.0% ################ 22.9% ################# 24.8% ################## 25.7% ################### 27.6% #################### 28.6% ##################### 30.4% ###################### 31.4% ####################### 33.3% ######################## 34.2% ########################## 36.1% ########################### 38.0% ############################ 39.0% ############################# 40.8% ############################## 42.7% ############################### 43.7% ################################ 45.6% ################################## 47.5% ################################## 48.4% #################################### 50.3% #################################### 51.2% ###################################### 53.1% ####################################### 55.0% ######################################## 56.0% ######################################### 57.9% ########################################## 58.8% ########################################### 59.8% ########################################### 60.7% ############################################ 61.6% ############################################# 62.6% ############################################# 63.5% ############################################## 64.5% ############################################### 66.4% ################################################# 68.3% ################################################# 69.2% ################################################### 71.1% ################################################### 72.0% #################################################### 73.0% ##################################################### 74.9% ###################################################### 75.8% [2019-10-07T23:47:20.053Z] #24 ... [2019-10-07T23:47:20.053Z] [2019-10-07T23:47:20.053Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:47:20.053Z] #17 15.23 Fetched 7670 kB in 14s (515 kB/s) [2019-10-07T23:47:20.053Z] #17 15.23 Reading package lists... [2019-10-07T23:47:20.505Z] #17 20.62 Reading package lists... [2019-10-07T23:47:20.505Z] #17 ... [2019-10-07T23:47:20.505Z] [2019-10-07T23:47:20.505Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:20.654Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-07T23:47:20.654Z] [2019-10-07T23:47:20.654Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-10-07T23:47:20.654Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-10-07T23:47:20.654Z] Using test binary docker [2019-10-07T23:47:20.654Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-07T23:47:20.654Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-07T23:47:20.654Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-07T23:47:20.654Z] Warning failed to create cache: (null) [2019-10-07T23:47:20.654Z] . [2019-10-07T23:47:20.654Z] INFO: Waiting for daemon to start... [2019-10-07T23:47:20.654Z] Starting dockerd [2019-10-07T23:47:20.654Z] . [2019-10-07T23:47:20.654Z] INFO: Building docker-sdk-python3:4.1.0... [2019-10-07T23:47:23.103Z] #24 18.10 1.2% # 2.1% ## 3.1% ## 4.0% ### 4.9% #### 6.8% ###### 8.7% ####### 10.6% ######## 12.5% ########## 14.4% ########### 15.3% ########### 16.3% ############ 17.2% ############# 18.2% ############# 19.1% ############### 21.0% ################ 22.9% ################# 24.8% ################## 25.7% ################### 27.6% #################### 28.6% ##################### 30.4% ###################### 31.4% ####################### 33.3% ######################## 34.2% ########################## 36.1% ########################### 38.0% ############################ 39.0% ############################# 40.8% ############################## 42.7% ############################### 43.7% ################################ 45.6% ################################## 47.5% ################################## 48.4% #################################### 50.3% #################################### 51.2% ###################################### 53.1% ####################################### 55.0% ######################################## 56.0% ######################################### 57.9% ########################################## 58.8% ########################################### 59.8% ########################################### 60.7% ############################################ 61.6% ############################################# 62.6% ############################################# 63.5% ############################################## 64.5% ############################################### 66.4% ################################################# 68.3% ################################################# 69.2% ################################################### 71.1% ################################################### 72.0% #################################################### 73.0% ##################################################### 74.9% ###################################################### 75.8% ####################################################### 76.8% ####################################################### 77.7% ######################################################## 78.7% ######################################################### 79.6% ######################################################### 80.5% ########################################################## 81.5% ############################################################ 84.3% ############################################################# 85.3% ############################################################## 86.2% ############################################################### 88.1% ################################################################ 89.1% ################################################################ 90.0% ################################################################## 91.9% ################################################################## 92.8% ################################################################### 93.8% #################################################################### 94.7% #################################################################### 95.7% ###################################################################### 97.6% ######################################################################## 100.0% [2019-10-07T23:47:23.103Z] #24 29.76 [2019-10-07T23:47:25.277Z] #24 31.73 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-07T23:47:25.277Z] #24 ... [2019-10-07T23:47:25.277Z] [2019-10-07T23:47:25.277Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:47:25.277Z] #34 50.00 time [2019-10-07T23:47:25.277Z] #34 59.15 internal/poll [2019-10-07T23:47:25.689Z] #34 ... [2019-10-07T23:47:25.689Z] [2019-10-07T23:47:25.689Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:47:25.689Z] #62 10.23 PBCC images/remap-file-path.pb-c.c [2019-10-07T23:47:25.689Z] #62 10.27 DEP images/remap-file-path.pb-c.d [2019-10-07T23:47:25.689Z] #62 10.32 PBCC images/fifo.pb-c.c [2019-10-07T23:47:25.689Z] #62 10.34 DEP images/fifo.pb-c.d [2019-10-07T23:47:25.689Z] #62 10.43 PBCC images/ghost-file.pb-c.c [2019-10-07T23:47:25.689Z] #62 10.43 DEP images/ghost-file.pb-c.d [2019-10-07T23:47:25.689Z] #62 10.47 PBCC images/regfile.pb-c.c [2019-10-07T23:47:25.689Z] #62 10.53 DEP images/regfile.pb-c.d [2019-10-07T23:47:25.689Z] #62 10.60 PBCC images/ns.pb-c.c [2019-10-07T23:47:25.689Z] #62 10.71 DEP images/ns.pb-c.d [2019-10-07T23:47:25.689Z] #62 10.80 PBCC images/fdinfo.pb-c.c [2019-10-07T23:47:25.689Z] #62 10.93 DEP images/fdinfo.pb-c.d [2019-10-07T23:47:25.689Z] #62 11.13 PBCC images/core-aarch64.pb-c.c [2019-10-07T23:47:25.689Z] #62 11.26 PBCC images/core-arm.pb-c.c [2019-10-07T23:47:25.689Z] #62 11.30 PBCC images/core-ppc64.pb-c.c [2019-10-07T23:47:25.689Z] #62 11.37 PBCC images/core-s390.pb-c.c [2019-10-07T23:47:25.689Z] #62 11.45 PBCC images/core-x86.pb-c.c [2019-10-07T23:47:25.689Z] #62 11.53 PBCC images/core.pb-c.c [2019-10-07T23:47:25.689Z] #62 11.60 PBCC images/inventory.pb-c.c [2019-10-07T23:47:25.689Z] #62 11.70 DEP images/core-aarch64.pb-c.d [2019-10-07T23:47:25.689Z] #62 11.77 DEP images/core-arm.pb-c.d [2019-10-07T23:47:25.689Z] #62 11.81 DEP images/core-ppc64.pb-c.d [2019-10-07T23:47:25.689Z] #62 11.85 DEP images/core-s390.pb-c.d [2019-10-07T23:47:25.689Z] #62 11.90 DEP images/core-x86.pb-c.d [2019-10-07T23:47:25.689Z] #62 11.95 DEP images/core.pb-c.d [2019-10-07T23:47:25.689Z] #62 12.07 DEP images/inventory.pb-c.d [2019-10-07T23:47:25.689Z] #62 12.15 PBCC images/cpuinfo.pb-c.c [2019-10-07T23:47:25.689Z] #62 12.19 DEP images/cpuinfo.pb-c.d [2019-10-07T23:47:25.689Z] #62 12.23 PBCC images/stats.pb-c.c [2019-10-07T23:47:25.689Z] #62 12.24 DEP images/stats.pb-c.d [2019-10-07T23:47:25.689Z] #62 13.67 make[1]: Nothing to be done for 'all'. [2019-10-07T23:47:25.689Z] #62 15.40 CC images/stats.o [2019-10-07T23:47:25.689Z] #62 16.05 CC images/core.o [2019-10-07T23:47:25.689Z] #62 ... [2019-10-07T23:47:25.689Z] [2019-10-07T23:47:25.689Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:47:27.302Z] #51 32.12 Checking out files: 31% (917/2930) Checking out files: 32% (938/2930) Checking out files: 33% (967/2930) Checking out files: 34% (997/2930) Checking out files: 35% (1026/2930) Checking out files: 36% (1055/2930) Checking out files: 37% (1085/2930) Checking out files: 38% (1114/2930) Checking out files: 39% (1143/2930) Checking out files: 40% (1172/2930) Checking out files: 41% (1202/2930) Checking out files: 42% (1231/2930) Checking out files: 43% (1260/2930) Checking out files: 44% (1290/2930) Checking out files: 45% (1319/2930) Checking out files: 46% (1348/2930) Checking out files: 47% (1378/2930) Checking out files: 48% (1407/2930) Checking out files: 49% (1436/2930) Checking out files: 50% (1465/2930) Checking out files: 51% (1495/2930) Checking out files: 52% (1524/2930) Checking out files: 53% (1553/2930) Checking out files: 54% (1583/2930) Checking out files: 55% (1612/2930) Checking out files: 56% (1641/2930) Checking out files: 57% (1671/2930) Checking out files: 58% (1700/2930) Checking out files: 59% (1729/2930) Checking out files: 60% (1758/2930) Checking out files: 61% (1788/2930) Checking out files: 62% (1817/2930) Checking out files: 63% (1846/2930) Checking out files: 64% (1876/2930) Checking out files: 65% (1905/2930) Checking out files: 66% (1934/2930) Checking out files: 67% (1964/2930) Checking out files: 68% (1993/2930) Checking out files: 69% (2022/2930) Checking out files: 70% (2051/2930) Checking out files: 71% (2081/2930) Checking out files: 72% (2110/2930) Checking out files: 73% (2139/2930) Checking out files: 74% (2169/2930) Checking out files: 75% (2198/2930) Checking out files: 76% (2227/2930) Checking out files: 77% (2257/2930) Checking out files: 78% (2286/2930) Checking out files: 79% (2315/2930) Checking out files: 80% (2344/2930) Checking out files: 81% (2374/2930) Checking out files: 82% (2403/2930) Checking out files: 83% (2432/2930) Checking out files: 84% (2462/2930) Checking out files: 85% (2491/2930) Checking out files: 86% (2520/2930) Checking out files: 87% (2550/2930) Checking out files: 88% (2579/2930) Checking out files: 89% (2608/2930) Checking out files: 90% (2637/2930) Checking out files: 91% (2667/2930) Checking out files: 92% (2696/2930) Checking out files: 93% (2725/2930) Checking out files: 94% (2755/2930) Checking out files: 95% (2784/2930) Checking out files: 96% (2813/2930) Checking out files: 97% (2843/2930) Checking out files: 98% (2872/2930) Checking out files: 99% (2901/2930) Checking out files: 100% (2930/2930) Checking out files: 100% (2930/2930), done. [2019-10-07T23:47:27.302Z] #51 33.61 + cd /tmp/tmp.RDkKFfHbTt/src/github.com/containerd/containerd [2019-10-07T23:47:27.302Z] #51 33.61 + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-10-07T23:47:28.706Z] #51 34.82 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-07T23:47:28.706Z] #51 34.82 + BUILDTAGS='netgo osusergo static_build' [2019-10-07T23:47:28.706Z] #51 34.82 + export EXTRA_FLAGS=-buildmode=pie [2019-10-07T23:47:28.706Z] #51 34.82 + EXTRA_FLAGS=-buildmode=pie [2019-10-07T23:47:28.706Z] #51 34.82 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-07T23:47:28.706Z] #51 34.82 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-07T23:47:28.706Z] #51 34.82 + '[' '' = dynamic ']' [2019-10-07T23:47:28.706Z] #51 34.82 + make [2019-10-07T23:47:29.128Z] #51 35.47 🇩 bin/ctr [2019-10-07T23:47:31.536Z] #51 ... [2019-10-07T23:47:31.536Z] [2019-10-07T23:47:31.536Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:47:31.536Z] #17 20.62 Reading package lists... [2019-10-07T23:47:31.536Z] #17 26.31 Building dependency tree... [2019-10-07T23:47:31.536Z] #17 28.00 The following additional packages will be installed: [2019-10-07T23:47:31.536Z] #17 28.00 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-07T23:47:31.536Z] #17 28.00 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-07T23:47:31.536Z] #17 28.00 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-07T23:47:31.536Z] #17 28.00 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-07T23:47:31.536Z] #17 28.00 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-07T23:47:31.536Z] #17 28.00 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-07T23:47:31.536Z] #17 28.01 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-07T23:47:31.536Z] #17 28.01 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-07T23:47:31.536Z] #17 28.01 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-07T23:47:31.536Z] #17 28.01 Suggested packages: [2019-10-07T23:47:31.536Z] #17 28.01 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-07T23:47:31.536Z] #17 28.01 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-07T23:47:31.536Z] #17 28.01 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-07T23:47:31.536Z] #17 28.01 vim-doc vim-scripts xfsdump acl attr quota [2019-10-07T23:47:31.536Z] #17 28.01 Recommended packages: [2019-10-07T23:47:31.536Z] #17 28.01 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-07T23:47:31.536Z] #17 28.01 python3-keyrings.alt python3-xdg unzip [2019-10-07T23:47:31.536Z] #17 33.53 The following NEW packages will be installed: [2019-10-07T23:47:31.536Z] #17 33.53 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-07T23:47:31.536Z] #17 33.53 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-07T23:47:31.536Z] #17 33.53 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-07T23:47:31.536Z] #17 33.53 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-07T23:47:31.536Z] #17 33.54 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-07T23:47:31.536Z] #17 33.54 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-07T23:47:31.536Z] #17 33.54 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-07T23:47:31.536Z] #17 33.54 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-07T23:47:31.536Z] #17 33.54 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-07T23:47:31.536Z] #17 33.54 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-07T23:47:31.536Z] #17 33.55 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-07T23:47:31.536Z] #17 33.55 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-07T23:47:31.536Z] #17 33.55 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-07T23:47:31.536Z] #17 33.55 xfsprogs xxd xz-utils zip [2019-10-07T23:47:31.536Z] #17 33.66 0 upgraded, 69 newly installed, 0 to remove and 12 not upgraded. [2019-10-07T23:47:31.536Z] #17 33.66 Need to get 88.2 MB of archives. [2019-10-07T23:47:31.536Z] #17 33.66 After this operation, 565 MB of additional disk space will be used. [2019-10-07T23:47:31.536Z] #17 33.66 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-10-07T23:47:31.536Z] #17 33.70 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-10-07T23:47:31.536Z] #17 33.70 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-10-07T23:47:31.536Z] #17 33.70 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-10-07T23:47:31.536Z] #17 33.71 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-10-07T23:47:31.536Z] #17 33.71 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-10-07T23:47:31.536Z] #17 33.73 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-10-07T23:47:31.536Z] #17 33.88 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-10-07T23:47:31.536Z] #17 33.90 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-10-07T23:47:31.536Z] #17 33.90 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-10-07T23:47:31.536Z] #17 34.01 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-10-07T23:47:31.536Z] #17 34.07 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-10-07T23:47:31.536Z] #17 34.07 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-10-07T23:47:31.536Z] #17 34.07 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-10-07T23:47:31.536Z] #17 34.07 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-10-07T23:47:31.536Z] #17 34.07 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-07T23:47:31.536Z] #17 34.07 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-10-07T23:47:31.536Z] #17 34.07 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-10-07T23:47:31.536Z] #17 34.07 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-10-07T23:47:31.536Z] #17 34.13 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-10-07T23:47:31.536Z] #17 34.14 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-10-07T23:47:31.536Z] #17 34.14 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-07T23:47:31.536Z] #17 34.15 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-07T23:47:31.536Z] #17 34.16 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-10-07T23:47:31.536Z] #17 34.17 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-10-07T23:47:31.536Z] #17 34.17 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-10-07T23:47:31.536Z] #17 34.18 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-10-07T23:47:31.536Z] #17 34.20 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-10-07T23:47:31.536Z] #17 34.21 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-10-07T23:47:31.536Z] #17 34.23 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-10-07T23:47:31.536Z] #17 34.23 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-10-07T23:47:31.536Z] #17 34.26 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-10-07T23:47:31.536Z] #17 34.27 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-10-07T23:47:31.536Z] #17 34.27 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-10-07T23:47:31.536Z] #17 34.28 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-10-07T23:47:31.536Z] #17 34.28 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-10-07T23:47:31.536Z] #17 34.29 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-10-07T23:47:31.536Z] #17 34.29 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-10-07T23:47:31.536Z] #17 34.29 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-10-07T23:47:31.536Z] #17 34.30 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-10-07T23:47:31.536Z] #17 34.32 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-10-07T23:47:31.536Z] #17 34.32 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-10-07T23:47:31.536Z] #17 34.34 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-10-07T23:47:31.536Z] #17 34.35 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-10-07T23:47:31.536Z] #17 34.35 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-10-07T23:47:31.536Z] #17 34.36 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-10-07T23:47:31.536Z] #17 34.36 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-10-07T23:47:31.536Z] #17 34.36 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-10-07T23:47:31.536Z] #17 34.44 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-10-07T23:47:31.536Z] #17 34.46 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-10-07T23:47:31.536Z] #17 34.49 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-07T23:47:31.536Z] #17 34.53 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-07T23:47:31.536Z] #17 34.54 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-10-07T23:47:31.536Z] #17 34.55 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-07T23:47:31.536Z] #17 34.56 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-10-07T23:47:31.536Z] #17 34.57 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-10-07T23:47:31.536Z] #17 34.96 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-10-07T23:47:31.536Z] #17 35.03 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-10-07T23:47:31.536Z] #17 35.05 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-10-07T23:47:31.536Z] #17 35.06 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-10-07T23:47:31.536Z] #17 35.07 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-10-07T23:47:31.536Z] #17 35.09 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-10-07T23:47:31.536Z] #17 35.22 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-10-07T23:47:31.536Z] #17 35.45 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-10-07T23:47:31.536Z] #17 35.46 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-07T23:47:31.536Z] #17 35.82 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-10-07T23:47:31.536Z] #17 ... [2019-10-07T23:47:31.536Z] [2019-10-07T23:47:31.536Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:31.536Z] #24 32.32 [2019-10-07T23:47:31.536Z] #24 32.61 ####################################### 54.4% ######################################################################## 100.0% [2019-10-07T23:47:31.536Z] #24 32.75 [2019-10-07T23:47:31.536Z] #24 34.37 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-07T23:47:31.536Z] #24 34.77 [2019-10-07T23:47:31.536Z] #24 35.08 ################################################# 68.1% ######################################################################## 100.0% [2019-10-07T23:47:31.536Z] #24 35.21 [2019-10-07T23:47:31.536Z] #24 36.96 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-07T23:47:31.536Z] #24 37.01 skipping existing b63cc5f62c21 [2019-10-07T23:47:31.536Z] #24 37.13 [2019-10-07T23:47:31.536Z] #24 ... [2019-10-07T23:47:31.536Z] [2019-10-07T23:47:31.536Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:47:31.536Z] #37 55.56 time [2019-10-07T23:47:31.536Z] #37 61.90 internal/syscall/unix [2019-10-07T23:47:31.536Z] #37 62.33 strings [2019-10-07T23:47:31.536Z] #37 63.56 os [2019-10-07T23:47:31.536Z] #37 ... [2019-10-07T23:47:31.536Z] [2019-10-07T23:47:31.536Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:47:31.536Z] #17 36.29 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-10-07T23:47:31.536Z] #17 36.30 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-10-07T23:47:33.586Z] #17 ... [2019-10-07T23:47:33.586Z] [2019-10-07T23:47:33.586Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:47:33.586Z] #24 38.90 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-07T23:47:33.586Z] #24 39.54 [2019-10-07T23:47:33.586Z] #24 39.71 ######################################################################## 100.0% [2019-10-07T23:47:33.586Z] #24 39.89 [2019-10-07T23:47:33.586Z] #24 39.97 Download of images into '/build' complete. [2019-10-07T23:47:33.586Z] #24 39.97 Use something like the following to load the result into a Docker daemon: [2019-10-07T23:47:33.586Z] #24 39.98 tar -cC '/build' . | docker load [2019-10-07T23:47:33.586Z] #24 DONE 40.1s [2019-10-07T23:47:33.586Z] [2019-10-07T23:47:33.586Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:47:33.586Z] #17 38.52 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-10-07T23:47:36.244Z] #17 40.95 debconf: delaying package configuration, since apt-utils is not installed [2019-10-07T23:47:36.244Z] #17 40.98 Fetched 88.2 MB in 6s (13.4 MB/s) [2019-10-07T23:47:36.244Z] #17 41.03 Selecting previously unselected package bash-completion. [2019-10-07T23:47:36.244Z] #17 41.03 (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-10-07T23:47:36.244Z] #17 41.03 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-07T23:47:36.244Z] #17 ... [2019-10-07T23:47:36.244Z] [2019-10-07T23:47:36.244Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:47:36.244Z] #62 16.60 CC images/core-x86.o [2019-10-07T23:47:36.244Z] #62 16.88 CC images/core-arm.o [2019-10-07T23:47:36.244Z] #62 17.11 CC images/core-aarch64.o [2019-10-07T23:47:36.244Z] #62 17.44 CC images/core-ppc64.o [2019-10-07T23:47:36.244Z] #62 18.00 CC images/core-s390.o [2019-10-07T23:47:36.244Z] #62 18.66 CC images/cpuinfo.o [2019-10-07T23:47:36.244Z] #62 19.19 CC images/inventory.o [2019-10-07T23:47:36.244Z] #62 19.40 CC images/fdinfo.o [2019-10-07T23:47:36.244Z] #62 19.71 CC images/fown.o [2019-10-07T23:47:36.244Z] #62 19.93 CC images/ns.o [2019-10-07T23:47:36.244Z] #62 20.11 CC images/regfile.o [2019-10-07T23:47:36.244Z] #62 20.24 CC images/ghost-file.o [2019-10-07T23:47:36.244Z] #62 20.48 CC images/fifo.o [2019-10-07T23:47:36.244Z] #62 20.74 CC images/remap-file-path.o [2019-10-07T23:47:36.244Z] #62 20.90 CC images/eventfd.o [2019-10-07T23:47:36.244Z] #62 21.03 CC images/eventpoll.o [2019-10-07T23:47:36.244Z] #62 21.49 CC images/fh.o [2019-10-07T23:47:36.244Z] #62 22.07 CC images/fsnotify.o [2019-10-07T23:47:36.244Z] #62 22.93 CC images/signalfd.o [2019-10-07T23:47:36.244Z] #62 23.19 CC images/fs.o [2019-10-07T23:47:36.244Z] #62 23.42 CC images/pstree.o [2019-10-07T23:47:36.244Z] #62 23.60 CC images/pipe.o [2019-10-07T23:47:36.244Z] #62 23.78 CC images/tcp-stream.o [2019-10-07T23:47:36.244Z] #62 23.97 CC images/sk-packet.o [2019-10-07T23:47:36.244Z] #62 24.44 CC images/mnt.o [2019-10-07T23:47:36.244Z] #62 25.01 CC images/pipe-data.o [2019-10-07T23:47:36.244Z] #62 25.30 CC images/sa.o [2019-10-07T23:47:36.244Z] #62 25.47 CC images/timer.o [2019-10-07T23:47:36.244Z] #62 25.81 CC images/timerfd.o [2019-10-07T23:47:36.244Z] #62 25.98 CC images/mm.o [2019-10-07T23:47:36.244Z] #62 26.24 CC images/sk-opts.o [2019-10-07T23:47:36.244Z] #62 26.49 CC images/sk-unix.o [2019-10-07T23:47:36.244Z] #62 26.73 CC images/sk-inet.o [2019-10-07T23:47:36.244Z] #62 ... [2019-10-07T23:47:36.244Z] [2019-10-07T23:47:36.244Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:47:36.244Z] #34 60.80 internal/fmtsort [2019-10-07T23:47:36.244Z] #34 61.85 internal/syscall/unix [2019-10-07T23:47:36.244Z] #34 61.94 strings [2019-10-07T23:47:36.244Z] #34 62.13 os [2019-10-07T23:47:36.244Z] #34 65.64 path [2019-10-07T23:47:36.244Z] #34 66.41 text/tabwriter [2019-10-07T23:47:36.244Z] #34 66.87 fmt [2019-10-07T23:47:36.244Z] #34 67.41 path/filepath [2019-10-07T23:47:36.244Z] #34 69.63 io/ioutil [2019-10-07T23:47:36.658Z] #34 ... [2019-10-07T23:47:36.658Z] [2019-10-07T23:47:36.658Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:47:36.658Z] #62 27.07 CC images/tun.o [2019-10-07T23:47:37.068Z] #62 27.34 CC images/sk-netlink.o [2019-10-07T23:47:37.068Z] #62 27.54 CC images/packet-sock.o [2019-10-07T23:47:37.472Z] #62 27.82 CC images/ipc-var.o [2019-10-07T23:47:37.472Z] #62 27.95 CC images/ipc-desc.o [2019-10-07T23:47:37.879Z] #62 28.09 CC images/ipc-shm.o [2019-10-07T23:47:37.879Z] #62 28.23 CC images/ipc-msg.o [2019-10-07T23:47:37.879Z] #62 28.42 CC images/ipc-sem.o [2019-10-07T23:47:38.399Z] #62 28.63 CC images/utsns.o [2019-10-07T23:47:38.399Z] #62 28.75 CC images/creds.o [2019-10-07T23:47:39.054Z] #62 28.91 CC images/vma.o [2019-10-07T23:47:39.054Z] #62 29.15 CC images/netdev.o [2019-10-07T23:47:39.054Z] #62 29.50 CC images/tty.o [2019-10-07T23:47:40.351Z] #62 30.47 CC images/file-lock.o [2019-10-07T23:47:40.351Z] #62 30.79 CC images/rlimit.o [2019-10-07T23:47:40.351Z] #62 30.87 CC images/pagemap.o [2019-10-07T23:47:40.813Z] #62 31.16 CC images/siginfo.o [2019-10-07T23:47:41.248Z] #62 31.47 CC images/rpc.o [2019-10-07T23:47:42.126Z] #62 32.60 CC images/ext-file.o [2019-10-07T23:47:42.126Z] #62 ... [2019-10-07T23:47:42.126Z] [2019-10-07T23:47:42.126Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:47:42.126Z] #37 66.69 regexp/syntax [2019-10-07T23:47:42.126Z] #37 68.57 fmt [2019-10-07T23:47:42.126Z] #37 72.02 regexp [2019-10-07T23:47:42.126Z] #37 74.49 go/token [2019-10-07T23:47:42.126Z] #37 75.19 go/scanner [2019-10-07T23:47:42.126Z] #37 76.82 go/ast [2019-10-07T23:47:42.126Z] #37 ... [2019-10-07T23:47:42.126Z] [2019-10-07T23:47:42.126Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:47:42.126Z] #17 44.29 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-07T23:47:42.126Z] #17 45.51 Selecting previously unselected package libnet1:s390x. [2019-10-07T23:47:42.126Z] #17 45.51 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-10-07T23:47:42.126Z] #17 45.54 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-07T23:47:42.126Z] #17 45.61 Selecting previously unselected package libnfnetlink0:s390x. [2019-10-07T23:47:42.126Z] #17 45.61 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-10-07T23:47:42.126Z] #17 45.63 Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-10-07T23:47:42.126Z] #17 45.72 Selecting previously unselected package libpcrecpp0v5:s390x. [2019-10-07T23:47:42.126Z] #17 45.72 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-10-07T23:47:42.126Z] #17 45.73 Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-10-07T23:47:42.126Z] #17 45.84 Selecting previously unselected package libudev-dev:s390x. [2019-10-07T23:47:42.126Z] #17 45.84 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-10-07T23:47:42.126Z] #17 45.85 Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-10-07T23:47:42.126Z] #17 46.01 Selecting previously unselected package libpython3.5-minimal:s390x. [2019-10-07T23:47:42.126Z] #17 46.02 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-10-07T23:47:42.126Z] #17 46.02 Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-10-07T23:47:42.126Z] #17 46.91 Selecting previously unselected package python3.5-minimal. [2019-10-07T23:47:42.126Z] #17 46.91 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-10-07T23:47:42.126Z] #17 46.91 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-07T23:47:42.976Z] #17 48.00 Selecting previously unselected package python3-minimal. [2019-10-07T23:47:42.976Z] #17 48.01 Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-10-07T23:47:42.976Z] #17 48.01 Unpacking python3-minimal (3.5.3-1) ... [2019-10-07T23:47:42.976Z] #17 48.10 Selecting previously unselected package libmpdec2:s390x. [2019-10-07T23:47:42.976Z] #17 48.10 Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-10-07T23:47:42.976Z] #17 48.11 Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-10-07T23:47:42.976Z] #17 48.20 Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-10-07T23:47:42.976Z] #17 48.20 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-10-07T23:47:42.976Z] #17 48.20 Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-10-07T23:47:43.126Z] Removing intermediate container bb39ad335118 [2019-10-07T23:47:43.126Z] ---> 534cb9cef511 [2019-10-07T23:47:43.126Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-10-07T23:47:43.126Z] ---> Running in 8382fb4be28a [2019-10-07T23:47:43.126Z] Removing intermediate container 8382fb4be28a [2019-10-07T23:47:43.126Z] ---> 26b13b673cf8 [2019-10-07T23:47:43.126Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-10-07T23:47:43.126Z] ---> Running in 8413b6b96746 [2019-10-07T23:47:43.126Z] Removing intermediate container 8413b6b96746 [2019-10-07T23:47:43.126Z] ---> fc518701ce0c [2019-10-07T23:47:43.126Z] Step 8/8 : COPY . . [2019-10-07T23:47:44.347Z] #17 49.67 Selecting previously unselected package python3.5. [2019-10-07T23:47:44.770Z] #17 49.70 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-10-07T23:47:44.770Z] #17 49.70 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-07T23:47:44.770Z] #17 49.91 Selecting previously unselected package libpython3-stdlib:s390x. [2019-10-07T23:47:44.770Z] #17 49.91 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-10-07T23:47:44.770Z] #17 49.92 Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-10-07T23:47:44.770Z] #17 50.00 Selecting previously unselected package dh-python. [2019-10-07T23:47:44.770Z] #17 50.00 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-07T23:47:44.770Z] #17 50.00 Unpacking dh-python (2.20170125) ... [2019-10-07T23:47:45.179Z] #17 50.15 Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-10-07T23:47:45.179Z] #17 50.19 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-07T23:47:46.845Z] #17 ... [2019-10-07T23:47:46.845Z] [2019-10-07T23:47:46.845Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:47:46.845Z] #34 71.33 flag [2019-10-07T23:47:46.845Z] #34 71.33 github.com/BurntSushi/toml [2019-10-07T23:47:46.845Z] #34 73.41 log [2019-10-07T23:47:46.845Z] #34 76.55 github.com/BurntSushi/toml/cmd/tomlv [2019-10-07T23:47:46.845Z] #34 ... [2019-10-07T23:47:46.845Z] [2019-10-07T23:47:46.845Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:47:46.845Z] #62 32.82 CC images/cgroup.o [2019-10-07T23:47:46.845Z] #62 33.41 CC images/userns.o [2019-10-07T23:47:46.845Z] #62 33.64 CC images/google/protobuf/descriptor.o [2019-10-07T23:47:46.845Z] #62 34.88 CC images/opts.o [2019-10-07T23:47:46.845Z] #62 35.12 CC images/seccomp.o [2019-10-07T23:47:46.845Z] #62 35.38 CC images/binfmt-misc.o [2019-10-07T23:47:46.845Z] #62 35.58 CC images/time.o [2019-10-07T23:47:46.845Z] #62 35.72 CC images/sysctl.o [2019-10-07T23:47:46.845Z] #62 35.93 CC images/autofs.o [2019-10-07T23:47:46.845Z] #62 36.13 CC images/macvlan.o [2019-10-07T23:47:46.845Z] #62 36.51 CC images/sit.o [2019-10-07T23:47:46.845Z] #62 36.96 LINK images/built-in.o [2019-10-07T23:47:46.845Z] #62 37.19 GEN compel/include/asm [2019-10-07T23:47:46.845Z] #62 37.20 GEN compel/include/version.h [2019-10-07T23:47:46.845Z] #62 37.25 touch .config [2019-10-07T23:47:46.845Z] #62 37.26 GEN include/common/config.h [2019-10-07T23:47:46.845Z] #62 37.35 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-10-07T23:47:47.261Z] #62 37.42 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-07T23:47:47.262Z] #62 37.46 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-07T23:47:47.262Z] #62 37.53 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-10-07T23:47:47.262Z] #62 37.56 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-10-07T23:47:47.262Z] #62 37.57 DEP compel/arch/s390/plugins/std/parasite-head.d [2019-10-07T23:47:47.262Z] #62 37.59 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-07T23:47:47.262Z] #62 37.59 DEP compel/plugins/std/infect.d [2019-10-07T23:47:47.262Z] #62 37.63 DEP compel/plugins/std/string.d [2019-10-07T23:47:47.262Z] #62 37.67 DEP compel/plugins/std/log.d [2019-10-07T23:47:47.262Z] #62 ... [2019-10-07T23:47:47.262Z] [2019-10-07T23:47:47.262Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:47:47.262Z] #34 DONE 81.9s [2019-10-07T23:47:47.262Z] [2019-10-07T23:47:47.262Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:47:47.262Z] #62 37.72 DEP compel/plugins/std/fds.d [2019-10-07T23:47:47.702Z] #62 ... [2019-10-07T23:47:47.702Z] [2019-10-07T23:47:47.702Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:47:47.702Z] #37 77.41 internal/lazyregexp [2019-10-07T23:47:47.702Z] #37 77.85 net/url [2019-10-07T23:47:47.702Z] #37 79.88 text/template/parse [2019-10-07T23:47:48.580Z] #37 ... [2019-10-07T23:47:48.580Z] [2019-10-07T23:47:48.580Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:47:48.580Z] #62 38.04 DEP compel/plugins/std/std.d [2019-10-07T23:47:48.580Z] #62 38.49 DEP compel/plugins/shmem/shmem.d [2019-10-07T23:47:48.580Z] #62 38.65 DEP compel/plugins/fds/fds.d [2019-10-07T23:47:48.580Z] #62 38.76 CC compel/plugins/std/std.o [2019-10-07T23:47:48.981Z] #62 39.23 CC compel/plugins/std/fds.o [2019-10-07T23:47:49.389Z] #62 39.57 CC compel/plugins/std/log.o [2019-10-07T23:47:50.267Z] #62 40.55 CC compel/plugins/std/string.o [2019-10-07T23:47:51.138Z] #62 41.30 CC compel/plugins/std/infect.o [2019-10-07T23:47:51.138Z] #62 41.67 CC compel/arch/s390/plugins/std/parasite-head.o [2019-10-07T23:47:51.567Z] #62 41.69 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-10-07T23:47:51.567Z] #62 41.73 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-10-07T23:47:51.567Z] #62 41.84 AR compel/plugins/std.lib.a [2019-10-07T23:47:51.567Z] #62 41.89 CC compel/plugins/fds/fds.o [2019-10-07T23:47:51.567Z] #62 42.04 AR compel/plugins/fds.lib.a [2019-10-07T23:47:51.567Z] #62 42.10 HOSTDEP compel/src/lib/log-host.d [2019-10-07T23:47:51.985Z] #62 42.25 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-07T23:47:51.985Z] #62 42.45 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-10-07T23:47:51.985Z] #62 42.61 HOSTDEP compel/src/main-host.d [2019-10-07T23:47:52.569Z] #62 42.88 DEP compel/src/lib/ptrace.d [2019-10-07T23:47:52.569Z] #62 43.07 DEP compel/src/lib/infect.d [2019-10-07T23:47:53.105Z] #62 43.39 DEP compel/src/lib/infect-util.d [2019-10-07T23:47:53.863Z] #62 43.72 DEP compel/src/lib/infect-rpc.d [2019-10-07T23:47:53.863Z] #62 44.05 DEP compel/arch/s390/src/lib/infect.d [2019-10-07T23:47:53.863Z] #62 44.32 DEP compel/arch/s390/src/lib/cpu.d [2019-10-07T23:47:53.863Z] #62 44.42 DEP compel/src/lib/log.d [2019-10-07T23:47:54.281Z] #62 ... [2019-10-07T23:47:54.281Z] [2019-10-07T23:47:54.281Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:47:54.281Z] #17 54.19 Setting up python3-minimal (3.5.3-1) ... [2019-10-07T23:47:54.281Z] #17 55.19 Selecting previously unselected package python3. [2019-10-07T23:47:54.281Z] #17 55.19 (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-10-07T23:47:54.281Z] #17 55.21 Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 55.22 Unpacking python3 (3.5.3-1) ... [2019-10-07T23:47:54.281Z] #17 55.27 Selecting previously unselected package pigz. [2019-10-07T23:47:54.281Z] #17 55.27 Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 55.28 Unpacking pigz (2.3.4-1) ... [2019-10-07T23:47:54.281Z] #17 55.33 Selecting previously unselected package libip4tc0:s390x. [2019-10-07T23:47:54.281Z] #17 55.33 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 55.33 Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-07T23:47:54.281Z] #17 55.39 Selecting previously unselected package libip6tc0:s390x. [2019-10-07T23:47:54.281Z] #17 55.40 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 55.40 Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-07T23:47:54.281Z] #17 55.47 Selecting previously unselected package libiptc0:s390x. [2019-10-07T23:47:54.281Z] #17 55.48 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 55.48 Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-07T23:47:54.281Z] #17 55.54 Selecting previously unselected package libxtables12:s390x. [2019-10-07T23:47:54.281Z] #17 55.54 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 55.55 Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-10-07T23:47:54.281Z] #17 55.62 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-10-07T23:47:54.281Z] #17 55.62 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 55.63 Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-10-07T23:47:54.281Z] #17 55.69 Selecting previously unselected package iptables. [2019-10-07T23:47:54.281Z] #17 55.69 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 55.69 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-07T23:47:54.281Z] #17 55.93 Selecting previously unselected package xxd. [2019-10-07T23:47:54.281Z] #17 55.94 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 55.96 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:47:54.281Z] #17 56.10 Selecting previously unselected package vim-common. [2019-10-07T23:47:54.281Z] #17 56.10 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-07T23:47:54.281Z] #17 56.11 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:47:54.281Z] #17 56.28 Selecting previously unselected package bzip2. [2019-10-07T23:47:54.281Z] #17 56.28 Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 56.29 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-07T23:47:54.281Z] #17 56.39 Selecting previously unselected package libgpm2:s390x. [2019-10-07T23:47:54.281Z] #17 56.39 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 56.39 Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-10-07T23:47:54.281Z] #17 56.51 Selecting previously unselected package xz-utils. [2019-10-07T23:47:54.281Z] #17 56.51 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 56.52 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-07T23:47:54.281Z] #17 56.70 Selecting previously unselected package aufs-tools. [2019-10-07T23:47:54.281Z] #17 56.70 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 56.70 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-07T23:47:54.281Z] #17 56.90 Selecting previously unselected package liblzo2-2:s390x. [2019-10-07T23:47:54.281Z] #17 56.90 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 56.90 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-07T23:47:54.281Z] #17 57.01 Selecting previously unselected package btrfs-progs. [2019-10-07T23:47:54.281Z] #17 57.01 Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 57.01 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-07T23:47:54.281Z] #17 58.07 Selecting previously unselected package btrfs-tools. [2019-10-07T23:47:54.281Z] #17 58.07 Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 58.07 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-07T23:47:54.281Z] #17 58.23 Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-10-07T23:47:54.281Z] #17 58.23 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 58.23 Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-10-07T23:47:54.281Z] #17 58.58 Selecting previously unselected package dmsetup. [2019-10-07T23:47:54.281Z] #17 58.58 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 58.59 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-07T23:47:54.281Z] #17 58.84 Selecting previously unselected package libonig4:s390x. [2019-10-07T23:47:54.281Z] #17 58.84 Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 58.87 Unpacking libonig4:s390x (6.1.3-2) ... [2019-10-07T23:47:54.281Z] #17 59.16 Selecting previously unselected package libjq1:s390x. [2019-10-07T23:47:54.281Z] #17 59.16 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-10-07T23:47:54.281Z] #17 59.20 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-07T23:47:54.711Z] #17 59.51 Selecting previously unselected package jq. [2019-10-07T23:47:54.711Z] #17 59.51 Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-10-07T23:47:54.711Z] #17 59.51 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-07T23:47:54.711Z] #17 59.65 Selecting previously unselected package libaio1:s390x. [2019-10-07T23:47:54.711Z] #17 59.65 Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-10-07T23:47:54.711Z] #17 59.66 Unpacking libaio1:s390x (0.3.110-3) ... [2019-10-07T23:47:54.711Z] #17 59.76 Selecting previously unselected package libcap2-bin. [2019-10-07T23:47:54.711Z] #17 59.76 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-10-07T23:47:54.711Z] #17 59.76 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-07T23:47:55.148Z] #17 59.93 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-10-07T23:47:55.148Z] #17 59.94 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-10-07T23:47:55.148Z] #17 59.94 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-10-07T23:47:55.148Z] #17 60.09 Selecting previously unselected package libsepol1-dev:s390x. [2019-10-07T23:47:55.148Z] #17 60.11 Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-10-07T23:47:55.148Z] #17 60.12 Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-10-07T23:47:55.574Z] #17 60.62 Selecting previously unselected package libpcre16-3:s390x. [2019-10-07T23:47:55.574Z] #17 60.62 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-10-07T23:47:55.574Z] #17 60.63 Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-10-07T23:47:56.034Z] #17 60.84 Selecting previously unselected package libpcre32-3:s390x. [2019-10-07T23:47:56.034Z] #17 60.84 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-10-07T23:47:56.034Z] #17 60.84 Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-10-07T23:47:56.034Z] #17 61.08 Selecting previously unselected package libpcre3-dev:s390x. [2019-10-07T23:47:56.034Z] #17 61.10 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-10-07T23:47:56.034Z] #17 61.10 Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-10-07T23:47:56.439Z] #17 61.51 Selecting previously unselected package libselinux1-dev:s390x. [2019-10-07T23:47:56.439Z] #17 61.51 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-10-07T23:47:56.439Z] #17 61.52 Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-10-07T23:47:56.876Z] #17 61.87 Selecting previously unselected package libdevmapper-dev:s390x. [2019-10-07T23:47:56.876Z] #17 61.88 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-10-07T23:47:56.876Z] #17 61.88 Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-10-07T23:47:56.876Z] #17 61.95 Selecting previously unselected package libnl-3-200:s390x. [2019-10-07T23:47:56.876Z] #17 61.96 Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-10-07T23:47:56.876Z] #17 61.96 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-10-07T23:47:56.876Z] #17 62.02 Selecting previously unselected package libprotobuf-c1:s390x. [2019-10-07T23:47:56.876Z] #17 62.02 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-10-07T23:47:56.876Z] #17 62.02 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-07T23:47:56.876Z] #17 62.07 Selecting previously unselected package libreadline5:s390x. [2019-10-07T23:47:56.876Z] #17 62.08 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-10-07T23:47:56.876Z] #17 62.08 Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-10-07T23:47:57.287Z] #17 62.23 Selecting previously unselected package libsystemd-dev:s390x. [2019-10-07T23:47:57.287Z] #17 62.24 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-10-07T23:47:57.287Z] #17 62.25 Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-10-07T23:47:59.102Z] #17 63.95 Selecting previously unselected package net-tools. [2019-10-07T23:47:59.102Z] #17 63.96 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-10-07T23:47:59.102Z] #17 63.97 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-07T23:47:59.547Z] #17 64.44 Selecting previously unselected package python-pip-whl. [2019-10-07T23:47:59.547Z] #17 64.45 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-07T23:47:59.547Z] #17 64.49 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-07T23:47:59.967Z] #17 ... [2019-10-07T23:47:59.967Z] [2019-10-07T23:47:59.967Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:47:59.967Z] #37 84.51 go/parser [2019-10-07T23:47:59.967Z] #37 85.95 text/template [2019-10-07T23:47:59.967Z] #37 90.16 encoding/xml [2019-10-07T23:47:59.967Z] #37 93.29 go/doc [2019-10-07T23:48:00.379Z] #37 ... [2019-10-07T23:48:00.379Z] [2019-10-07T23:48:00.379Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:48:00.379Z] #17 65.16 Selecting previously unselected package python3-pip. [2019-10-07T23:48:00.379Z] #17 65.16 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-07T23:48:00.379Z] #17 65.17 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-07T23:48:00.379Z] #17 65.47 Selecting previously unselected package python3-pkg-resources. [2019-10-07T23:48:00.379Z] #17 65.48 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-07T23:48:00.379Z] #17 65.48 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-07T23:48:00.783Z] #17 65.62 Selecting previously unselected package python3-setuptools. [2019-10-07T23:48:00.783Z] #17 65.62 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-07T23:48:00.783Z] #17 65.62 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-07T23:48:00.783Z] #17 65.85 Selecting previously unselected package python3-wheel. [2019-10-07T23:48:00.783Z] #17 65.85 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-07T23:48:00.783Z] #17 65.85 Unpacking python3-wheel (0.29.0-2) ... [2019-10-07T23:48:00.783Z] #17 65.92 Selecting previously unselected package thin-provisioning-tools. [2019-10-07T23:48:00.783Z] #17 65.92 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-10-07T23:48:00.783Z] #17 65.92 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-07T23:48:01.190Z] #17 66.32 Selecting previously unselected package vim-runtime. [2019-10-07T23:48:01.190Z] #17 66.33 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-07T23:48:01.190Z] #17 66.38 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-10-07T23:48:01.190Z] #17 66.43 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-07T23:48:01.603Z] #17 66.44 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:48:04.224Z] #17 ... [2019-10-07T23:48:04.224Z] [2019-10-07T23:48:04.224Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:48:04.224Z] #62 44.64 DEP compel/src/main.d [2019-10-07T23:48:04.224Z] #62 44.70 DEP compel/src/lib/handle-elf.d [2019-10-07T23:48:04.224Z] #62 44.73 DEP compel/arch/s390/src/lib/handle-elf.d [2019-10-07T23:48:04.224Z] #62 44.83 CC compel/src/lib/log.o [2019-10-07T23:48:04.224Z] #62 45.27 CC compel/arch/s390/src/lib/cpu.o [2019-10-07T23:48:04.224Z] #62 45.59 CC compel/arch/s390/src/lib/infect.o [2019-10-07T23:48:04.224Z] #62 46.43 CC compel/src/lib/infect-rpc.o [2019-10-07T23:48:04.224Z] #62 46.82 CC compel/src/lib/infect-util.o [2019-10-07T23:48:04.224Z] #62 46.98 CC compel/src/lib/infect.o [2019-10-07T23:48:04.224Z] #62 49.24 CC compel/src/lib/ptrace.o [2019-10-07T23:48:04.224Z] #62 49.75 AR compel/libcompel.a [2019-10-07T23:48:04.224Z] #62 49.77 HOSTCC compel/src/main-host.o [2019-10-07T23:48:04.224Z] #62 49.98 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-10-07T23:48:04.224Z] #62 50.23 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-07T23:48:04.224Z] #62 50.57 HOSTCC compel/src/lib/log-host.o [2019-10-07T23:48:04.224Z] #62 50.71 HOSTLINK compel/compel-host-bin [2019-10-07T23:48:04.224Z] #62 50.78 DEP soccr/soccr.d [2019-10-07T23:48:04.224Z] #62 51.02 CC soccr/soccr.o [2019-10-07T23:48:04.224Z] #62 52.33 AR soccr/libsoccr.a [2019-10-07T23:48:04.224Z] #62 52.35 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-07T23:48:04.224Z] #62 52.55 DEP criu/arch/s390/sigframe.d [2019-10-07T23:48:04.224Z] #62 52.65 DEP criu/arch/s390/crtools.d [2019-10-07T23:48:04.224Z] #62 52.83 DEP criu/arch/s390/cpu.d [2019-10-07T23:48:04.224Z] #62 52.97 CC criu/arch/s390/cpu.o [2019-10-07T23:48:04.224Z] #62 53.52 CC criu/arch/s390/crtools.o [2019-10-07T23:48:04.224Z] #62 54.64 CC criu/arch/s390/sigframe.o [2019-10-07T23:48:04.224Z] #62 54.84 LINK criu/arch/s390/crtools.built-in.o [2019-10-07T23:48:04.637Z] #62 54.91 DEP criu/arch/s390/vdso-pie.d [2019-10-07T23:48:04.637Z] #62 55.04 DEP criu/pie/parasite-vdso.d [2019-10-07T23:48:04.637Z] #62 55.22 DEP criu/pie/util-vdso.d [2019-10-07T23:48:05.044Z] #62 55.34 DEP criu/pie/util.d [2019-10-07T23:48:05.465Z] #62 55.60 CC criu/pie/util.o [2019-10-07T23:48:05.465Z] #62 ... [2019-10-07T23:48:05.465Z] [2019-10-07T23:48:05.465Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:48:05.465Z] #17 70.29 Selecting previously unselected package vim. [2019-10-07T23:48:05.465Z] #17 70.29 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-07T23:48:05.465Z] #17 70.30 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:48:06.331Z] #17 70.90 Selecting previously unselected package xfsprogs. [2019-10-07T23:48:06.331Z] #17 70.91 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-10-07T23:48:06.331Z] #17 70.91 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-07T23:48:07.106Z] #17 71.86 Selecting previously unselected package zip. [2019-10-07T23:48:07.106Z] #17 71.86 Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-10-07T23:48:07.106Z] #17 71.87 Unpacking zip (3.0-11+b1) ... [2019-10-07T23:48:07.106Z] #17 72.29 Selecting previously unselected package libapparmor-perl. [2019-10-07T23:48:07.106Z] #17 72.31 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-10-07T23:48:07.106Z] #17 72.33 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-07T23:48:07.278Z] sha256:bc4d4b637d66295672518a31cffb7aeb80d7575a9c33ff0008cfb59cf99f70ae [2019-10-07T23:48:07.278Z] INFO: Starting docker-py tests... [2019-10-07T23:48:07.278Z] ============================= test session starts ============================== [2019-10-07T23:48:07.278Z] platform linux -- Python 3.7.4, pytest-4.3.1, py-1.8.0, pluggy-0.13.0 [2019-10-07T23:48:07.278Z] rootdir: /src, inifile: pytest.ini [2019-10-07T23:48:07.278Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-10-07T23:48:07.491Z] #17 72.53 Selecting previously unselected package apparmor. [2019-10-07T23:48:07.491Z] #17 72.53 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-10-07T23:48:07.491Z] #17 72.58 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-07T23:48:07.533Z] collected 385 items / 5 deselected / 380 selected [2019-10-07T23:48:07.533Z] [2019-10-07T23:48:07.898Z] #17 73.14 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-07T23:48:07.898Z] #17 73.14 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-10-07T23:48:07.898Z] #17 73.14 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-07T23:48:08.308Z] ---> ab619dd00c9e [2019-10-07T23:48:09.302Z] Successfully built ab619dd00c9e [2019-10-07T23:48:09.302Z] Successfully tagged docker:latest [2019-10-07T23:48:09.302Z] INFO: Image build ended at 10/07/2019 23:48:08. Duration:00:03:50.2340329 [2019-10-07T23:48:09.302Z] [2019-10-07T23:48:09.302Z] [2019-10-07T23:48:09.302Z] INFO: Building the test binaries at 10/07/2019 23:48:09... [2019-10-07T23:48:09.867Z] #17 75.00 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-07T23:48:09.867Z] #17 75.00 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-10-07T23:48:09.867Z] #17 75.01 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-07T23:48:12.533Z] #17 77.38 Selecting previously unselected package binutils-mingw-w64. [2019-10-07T23:48:12.533Z] #17 77.40 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-07T23:48:12.533Z] #17 77.40 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-07T23:48:12.533Z] #17 77.49 Selecting previously unselected package mingw-w64-common. [2019-10-07T23:48:12.533Z] #17 77.49 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-07T23:48:12.533Z] #17 77.49 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-07T23:48:12.945Z] #17 ... [2019-10-07T23:48:12.945Z] [2019-10-07T23:48:12.945Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:48:12.945Z] #37 97.30 github.com/LK4D4/vndr/build [2019-10-07T23:48:12.945Z] #37 97.99 crypto/rsa [2019-10-07T23:48:12.945Z] #37 99.70 vendor/golang.org/x/crypto/cryptobyte [2019-10-07T23:48:12.945Z] #37 101.6 net [2019-10-07T23:48:12.945Z] #37 102.5 vendor/golang.org/x/sys/cpu [2019-10-07T23:48:12.945Z] #37 103.0 vendor/golang.org/x/crypto/internal/chacha20 [2019-10-07T23:48:12.945Z] #37 103.9 vendor/golang.org/x/crypto/poly1305 [2019-10-07T23:48:12.945Z] #37 104.5 vendor/golang.org/x/crypto/chacha20poly1305 [2019-10-07T23:48:12.945Z] #37 105.2 vendor/golang.org/x/crypto/curve25519 [2019-10-07T23:48:12.945Z] #37 105.9 vendor/golang.org/x/crypto/hkdf [2019-10-07T23:48:12.945Z] #37 106.2 vendor/golang.org/x/text/transform [2019-10-07T23:48:12.945Z] #37 106.9 vendor/golang.org/x/text/unicode/bidi [2019-10-07T23:48:12.945Z] #37 ... [2019-10-07T23:48:12.945Z] [2019-10-07T23:48:12.945Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:48:12.945Z] #62 55.92 CC criu/pie/util-vdso.o [2019-10-07T23:48:12.945Z] #62 56.49 CC criu/pie/parasite-vdso.o [2019-10-07T23:48:12.945Z] #62 57.40 CC criu/arch/s390/vdso-pie.o [2019-10-07T23:48:12.945Z] #62 57.63 AR criu/pie/pie.lib.a [2019-10-07T23:48:12.945Z] #62 57.77 DEP criu/pie/restorer.d [2019-10-07T23:48:12.945Z] #62 57.98 DEP criu/arch/s390/restorer.d [2019-10-07T23:48:12.945Z] #62 58.28 DEP criu/pie/parasite.d [2019-10-07T23:48:12.945Z] #62 58.60 CC criu/pie/parasite.o [2019-10-07T23:48:12.945Z] #62 59.80 LINK criu/pie/parasite.built-in.o [2019-10-07T23:48:12.945Z] #62 59.82 GEN criu/pie/parasite-blob.h [2019-10-07T23:48:12.945Z] #62 59.83 CC criu/arch/s390/restorer.o [2019-10-07T23:48:12.945Z] #62 60.24 CC criu/pie/restorer.o [2019-10-07T23:48:12.945Z] #62 62.70 LINK criu/pie/restorer.built-in.o [2019-10-07T23:48:12.945Z] #62 62.71 GEN criu/pie/restorer-blob.h [2019-10-07T23:48:12.945Z] #62 62.81 DEP criu/vdso.d [2019-10-07T23:48:12.945Z] #62 62.93 DEP criu/uts_ns.d [2019-10-07T23:48:12.945Z] #62 63.03 DEP criu/util.d [2019-10-07T23:48:12.945Z] #62 63.27 DEP criu/uffd.d [2019-10-07T23:48:12.945Z] #62 63.40 DEP criu/tun.d [2019-10-07T23:48:13.437Z] #62 63.57 DEP criu/tty.d [2019-10-07T23:48:13.437Z] #62 63.84 DEP criu/timerfd.d [2019-10-07T23:48:13.906Z] #62 64.12 DEP criu/sysfs_parse.d [2019-10-07T23:48:13.906Z] #62 64.31 DEP criu/sysctl.d [2019-10-07T23:48:13.906Z] #62 64.49 DEP criu/string.d [2019-10-07T23:48:13.906Z] #62 64.56 DEP criu/stats.d [2019-10-07T23:48:14.017Z] INFO: make.ps1 starting at 10/07/2019 23:48:13 [2019-10-07T23:48:14.017Z] INFO: Git commit (318e279fd) assumed from DOCKER_GITCOMMIT environment variable [2019-10-07T23:48:14.017Z] INFO: Invoking autogen... [2019-10-07T23:48:14.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-07T23:48:14.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-07T23:48:14.356Z] #62 ... [2019-10-07T23:48:14.356Z] [2019-10-07T23:48:14.356Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-07T23:48:14.356Z] #65 108.8 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-07T23:48:14.356Z] #65 108.8 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-07T23:48:14.989Z] INFO: Building daemon... [2019-10-07T23:48:17.484Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-07T23:48:19.834Z] #65 ... [2019-10-07T23:48:19.834Z] [2019-10-07T23:48:19.834Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:48:19.834Z] #62 64.80 DEP criu/sockets.d [2019-10-07T23:48:19.834Z] #62 65.11 DEP criu/sk-unix.d [2019-10-07T23:48:19.834Z] #62 65.30 DEP criu/sk-tcp.d [2019-10-07T23:48:19.834Z] #62 65.63 DEP criu/sk-queue.d [2019-10-07T23:48:19.834Z] #62 65.81 DEP criu/sk-packet.d [2019-10-07T23:48:19.834Z] #62 66.12 DEP criu/sk-netlink.d [2019-10-07T23:48:19.834Z] #62 66.34 DEP criu/sk-inet.d [2019-10-07T23:48:19.834Z] #62 66.61 DEP criu/signalfd.d [2019-10-07T23:48:19.834Z] #62 66.76 DEP criu/sigframe.d [2019-10-07T23:48:19.834Z] #62 66.85 DEP criu/shmem.d [2019-10-07T23:48:19.834Z] #62 67.08 DEP criu/servicefd.d [2019-10-07T23:48:19.834Z] #62 67.27 DEP criu/seize.d [2019-10-07T23:48:19.834Z] #62 67.43 DEP criu/seccomp.d [2019-10-07T23:48:19.834Z] #62 67.57 DEP criu/rst-malloc.d [2019-10-07T23:48:19.834Z] #62 67.64 DEP criu/rbtree.d [2019-10-07T23:48:19.834Z] #62 67.72 DEP criu/pstree.d [2019-10-07T23:48:19.834Z] #62 67.88 DEP criu/protobuf.d [2019-10-07T23:48:19.834Z] #62 68.01 GEN criu/protobuf-desc-gen.h [2019-10-07T23:48:19.834Z] #62 69.28 DEP criu/protobuf-desc.d [2019-10-07T23:48:19.834Z] #62 69.42 DEP criu/proc_parse.d [2019-10-07T23:48:19.834Z] #62 69.64 DEP criu/plugin.d [2019-10-07T23:48:19.834Z] #62 69.71 DEP criu/pipes.d [2019-10-07T23:48:19.834Z] #62 69.84 DEP criu/pie-util.d [2019-10-07T23:48:19.834Z] #62 69.95 DEP criu/pie-util-vdso.d [2019-10-07T23:48:19.834Z] #62 70.05 DEP criu/pie-util-vdso-elf32.d [2019-10-07T23:48:19.834Z] #62 70.19 DEP criu/path.d [2019-10-07T23:48:19.834Z] #62 70.31 DEP criu/parasite-syscall.d [2019-10-07T23:48:19.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-07T23:48:20.242Z] #62 70.57 DEP criu/pagemap.d [2019-10-07T23:48:20.242Z] #62 70.72 DEP criu/pagemap-cache.d [2019-10-07T23:48:20.665Z] #62 70.88 DEP criu/page-xfer.d [2019-10-07T23:48:20.665Z] #62 71.08 DEP criu/page-pipe.d [2019-10-07T23:48:20.665Z] #62 71.18 DEP criu/netfilter.d [2019-10-07T23:48:20.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-07T23:48:21.082Z] #62 71.43 DEP criu/net.d [2019-10-07T23:48:21.082Z] #62 71.63 DEP criu/namespaces.d [2019-10-07T23:48:21.504Z] #62 71.84 DEP criu/mount.d [2019-10-07T23:48:21.504Z] #62 72.11 DEP criu/mem.d [2019-10-07T23:48:21.819Z] Removing intermediate container facbf35eed38 [2019-10-07T23:48:21.819Z] ---> caefda74f519 [2019-10-07T23:48:21.819Z] Step 12/12 : ENTRYPOINT ["/usr/bin/buildx"] [2019-10-07T23:48:21.819Z] ---> Running in ccc6a48047b4 [2019-10-07T23:48:21.819Z] Removing intermediate container ccc6a48047b4 [2019-10-07T23:48:21.819Z] ---> 6fc0ad1bfba6 [2019-10-07T23:48:21.819Z] Successfully built 6fc0ad1bfba6 [2019-10-07T23:48:21.819Z] Successfully tagged moby-buildx:v0.3.0 [2019-10-07T23:48:21.819Z] 914e13e9e5450fcc9afdca7670e8aebf257db68885a84b0e8986b49637018c60 [2019-10-07T23:48:21.819Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 . [2019-10-07T23:48:21.819Z] #1 [internal] booting buildkit [2019-10-07T23:48:21.819Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-10-07T23:48:21.819Z] #1 pulling image moby/buildkit:buildx-stable-1 2.8s done [2019-10-07T23:48:21.819Z] #1 creating container buildx_buildkit_default [2019-10-07T23:48:21.819Z] #1 creating container buildx_buildkit_default 0.5s done [2019-10-07T23:48:21.819Z] #1 DONE 3.3s [2019-10-07T23:48:21.819Z] [2019-10-07T23:48:21.819Z] #3 [internal] load build definition from Dockerfile [2019-10-07T23:48:21.819Z] #3 transferring dockerfile: 13.26kB 0.0s done [2019-10-07T23:48:21.819Z] #3 DONE 0.1s [2019-10-07T23:48:21.819Z] [2019-10-07T23:48:21.819Z] #2 [internal] load .dockerignore [2019-10-07T23:48:21.819Z] #2 transferring context: 87B 0.0s done [2019-10-07T23:48:21.819Z] #2 DONE 0.1s [2019-10-07T23:48:21.819Z] [2019-10-07T23:48:21.819Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-07T23:48:22.025Z] #62 72.27 DEP criu/lsm.d [2019-10-07T23:48:22.025Z] #62 72.43 DEP criu/log.d [2019-10-07T23:48:22.106Z] #4 DONE 2.0s [2019-10-07T23:48:22.106Z] [2019-10-07T23:48:22.106Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-07T23:48:22.106Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-07T23:48:22.396Z] #5 sha256:00154e4363769e05ecacae130e0e82fe6e2ac944b0a46bf676ce0f46e8fce80b 527B / 527B done [2019-10-07T23:48:22.396Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 3.61MB / 8.18MB 0.1s [2019-10-07T23:48:22.396Z] #5 sha256:b4f2fdf8e9d2e73f42c77516fe628def2ea4c1fdf5c247db8c3b72b71710929e 899B / 899B done [2019-10-07T23:48:22.396Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-07T23:48:22.396Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 8.18MB / 8.18MB 0.2s done [2019-10-07T23:48:22.396Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-10-07T23:48:22.474Z] #62 72.63 DEP criu/libnetlink.d [2019-10-07T23:48:22.474Z] #62 72.92 DEP criu/kerndat.d [2019-10-07T23:48:22.894Z] #62 73.41 DEP criu/kcmp-ids.d [2019-10-07T23:48:22.894Z] #62 73.56 DEP criu/irmap.d [2019-10-07T23:48:23.020Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.6s done [2019-10-07T23:48:23.020Z] #5 DONE 0.9s [2019-10-07T23:48:23.020Z] [2019-10-07T23:48:23.020Z] #6 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-07T23:48:23.335Z] #62 ... [2019-10-07T23:48:23.335Z] [2019-10-07T23:48:23.335Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-07T23:48:23.335Z] #65 DONE 117.9s [2019-10-07T23:48:23.335Z] [2019-10-07T23:48:23.335Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:48:23.335Z] #17 82.64 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-07T23:48:23.335Z] #17 82.64 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-07T23:48:23.335Z] #17 82.65 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-07T23:48:23.335Z] #17 87.48 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-07T23:48:23.335Z] #17 87.49 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-07T23:48:23.335Z] #17 87.55 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-07T23:48:23.335Z] #17 87.72 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-07T23:48:23.335Z] #17 87.73 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-07T23:48:23.335Z] #17 87.73 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-07T23:48:23.335Z] #17 ... [2019-10-07T23:48:23.335Z] [2019-10-07T23:48:23.335Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-07T23:48:23.335Z] #66 DONE 0.1s [2019-10-07T23:48:23.335Z] [2019-10-07T23:48:23.335Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:48:23.335Z] #37 109.7 vendor/golang.org/x/text/secure/bidirule [2019-10-07T23:48:23.335Z] #37 110.1 vendor/golang.org/x/text/unicode/norm [2019-10-07T23:48:23.335Z] #37 114.7 vendor/golang.org/x/net/idna [2019-10-07T23:48:23.335Z] #37 117.7 vendor/golang.org/x/net/http2/hpack [2019-10-07T23:48:23.733Z] #37 ... [2019-10-07T23:48:23.733Z] [2019-10-07T23:48:23.733Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:48:23.733Z] #62 74.01 DEP criu/ipc_ns.d [2019-10-07T23:48:24.129Z] #62 74.51 DEP criu/image.d [2019-10-07T23:48:24.501Z] #6 DONE 1.3s [2019-10-07T23:48:24.501Z] [2019-10-07T23:48:24.501Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-07T23:48:24.501Z] #7 resolve docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 done [2019-10-07T23:48:24.535Z] #62 74.80 DEP criu/image-desc.d [2019-10-07T23:48:24.535Z] #62 74.91 DEP criu/fsnotify.d [2019-10-07T23:48:24.535Z] #62 74.96 DEP criu/filesystems.d [2019-10-07T23:48:24.535Z] #62 75.04 DEP criu/files.d [2019-10-07T23:48:24.803Z] #7 sha256:e8b6c9f6fa954d3f0a9e57d316374e76867e0d0895ad21fe70f588789b9b0353 1.79kB / 1.79kB done [2019-10-07T23:48:24.803Z] #7 sha256:6c11edc0dc355904cee5f3f169703e59adcbc79c74fc02e3bd77ce262ebfac89 0B / 155B 0.1s [2019-10-07T23:48:24.803Z] #7 sha256:b0b87562f76bea48dcc6a170490e46cec5a02db627966893a32f7d56a3fa0ada 5.47kB / 5.47kB done [2019-10-07T23:48:24.803Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 0B / 45.65MB 0.1s [2019-10-07T23:48:24.803Z] #7 sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 1.42kB / 1.42kB done [2019-10-07T23:48:24.803Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 0B / 4.30MB 0.1s [2019-10-07T23:48:24.803Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 0B / 9.99MB 0.1s [2019-10-07T23:48:24.803Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 0B / 52.87MB 0.1s [2019-10-07T23:48:24.803Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 0B / 50.07MB 0.1s [2019-10-07T23:48:24.803Z] #7 sha256:6c11edc0dc355904cee5f3f169703e59adcbc79c74fc02e3bd77ce262ebfac89 155B / 155B 0.2s done [2019-10-07T23:48:24.803Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 645.87kB / 4.30MB 0.3s [2019-10-07T23:48:24.803Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 982.15kB / 9.99MB 0.3s [2019-10-07T23:48:24.803Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 162.91kB / 96.42MB 0.3s [2019-10-07T23:48:24.931Z] #62 75.33 DEP criu/files-reg.d [2019-10-07T23:48:25.096Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 1.28MB / 4.30MB 0.4s [2019-10-07T23:48:25.096Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 1.60MB / 9.99MB 0.4s [2019-10-07T23:48:25.096Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 1.87MB / 4.30MB 0.6s [2019-10-07T23:48:25.096Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 2.23MB / 9.99MB 0.6s [2019-10-07T23:48:25.328Z] #62 75.50 DEP criu/files-ext.d [2019-10-07T23:48:25.328Z] #62 75.75 DEP criu/file-lock.d [2019-10-07T23:48:25.397Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 2.33MB / 4.30MB 0.7s [2019-10-07T23:48:25.397Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 2.42MB / 45.65MB 0.9s [2019-10-07T23:48:25.397Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 2.75MB / 4.30MB 0.9s [2019-10-07T23:48:25.397Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 3.11MB / 9.99MB 0.9s [2019-10-07T23:48:25.690Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 3.64MB / 4.30MB 1.2s [2019-10-07T23:48:25.690Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 4.00MB / 9.99MB 1.2s [2019-10-07T23:48:25.690Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 3.34MB / 52.87MB 1.2s [2019-10-07T23:48:25.690Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 3.18MB / 50.07MB 1.2s [2019-10-07T23:48:25.741Z] #62 75.92 DEP criu/file-ids.d [2019-10-07T23:48:25.741Z] #62 76.02 DEP criu/fifo.d [2019-10-07T23:48:25.741Z] #62 76.15 DEP criu/fdstore.d [2019-10-07T23:48:25.982Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 4.16MB / 4.30MB 1.3s [2019-10-07T23:48:25.982Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 4.30MB / 4.30MB 1.4s done [2019-10-07T23:48:25.982Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 5.05MB / 9.99MB 1.5s [2019-10-07T23:48:26.144Z] #62 76.33 DEP criu/fault-injection.d [2019-10-07T23:48:26.144Z] #62 76.35 DEP criu/external.d [2019-10-07T23:48:26.144Z] #62 76.44 DEP criu/eventpoll.d [2019-10-07T23:48:26.144Z] #62 76.59 DEP criu/eventfd.d [2019-10-07T23:48:26.144Z] #62 76.71 DEP criu/crtools.d [2019-10-07T23:48:26.163Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-07T23:48:26.275Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 4.84MB / 45.65MB 1.6s [2019-10-07T23:48:26.275Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 5.87MB / 9.99MB 1.8s [2019-10-07T23:48:26.275Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 5.08MB / 96.42MB 1.8s [2019-10-07T23:48:26.557Z] #62 76.93 DEP criu/cr-service.d [2019-10-07T23:48:26.557Z] #62 77.09 DEP criu/cr-restore.d [2019-10-07T23:48:26.568Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 6.39MB / 9.99MB 1.9s [2019-10-07T23:48:26.887Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 7.01MB / 9.99MB 2.1s [2019-10-07T23:48:26.887Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 6.32MB / 52.87MB 2.1s [2019-10-07T23:48:26.887Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 6.19MB / 50.07MB 2.1s [2019-10-07T23:48:26.887Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 7.40MB / 45.65MB 2.4s [2019-10-07T23:48:26.887Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 7.99MB / 9.99MB 2.4s [2019-10-07T23:48:26.974Z] #62 77.33 DEP criu/cr-errno.d [2019-10-07T23:48:26.974Z] #62 77.34 DEP criu/cr-dump.d [2019-10-07T23:48:26.974Z] #62 77.57 DEP criu/cr-dedup.d [2019-10-07T23:48:27.176Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 8.55MB / 9.99MB 2.5s [2019-10-07T23:48:27.176Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.08MB / 9.99MB 2.7s [2019-10-07T23:48:27.400Z] #62 77.76 DEP criu/cr-check.d [2019-10-07T23:48:27.400Z] #62 77.93 DEP criu/config.d [2019-10-07T23:48:27.479Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.79MB / 9.99MB 2.8s [2019-10-07T23:48:27.479Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 9.11MB / 52.87MB 2.8s [2019-10-07T23:48:27.479Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 9.04MB / 50.07MB 2.8s [2019-10-07T23:48:27.479Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 9.86MB / 45.65MB 3.0s [2019-10-07T23:48:27.479Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.99MB / 9.99MB 2.9s done [2019-10-07T23:48:27.766Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 10.51MB / 96.42MB 3.1s [2019-10-07T23:48:28.116Z] #62 78.12 DEP criu/clone-noasan.d [2019-10-07T23:48:28.116Z] #62 78.20 DEP criu/cgroup.d [2019-10-07T23:48:28.116Z] #62 78.39 DEP criu/cgroup-props.d [2019-10-07T23:48:28.403Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 12.73MB / 45.65MB 3.6s [2019-10-07T23:48:28.403Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 12.59MB / 52.87MB 3.6s [2019-10-07T23:48:28.403Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 12.52MB / 50.07MB 3.6s [2019-10-07T23:48:28.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-07T23:48:28.697Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 15.72MB / 45.65MB 4.2s [2019-10-07T23:48:28.697Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 15.44MB / 52.87MB 4.2s [2019-10-07T23:48:28.697Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 15.47MB / 50.07MB 4.2s [2019-10-07T23:48:28.718Z] #62 78.55 DEP criu/bitmap.d [2019-10-07T23:48:28.718Z] #62 78.62 DEP criu/bfd.d [2019-10-07T23:48:28.718Z] #62 78.73 DEP criu/autofs.d [2019-10-07T23:48:28.718Z] #62 78.93 DEP criu/aio.d [2019-10-07T23:48:28.994Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 16.18MB / 96.42MB 4.3s [2019-10-07T23:48:29.138Z] #62 79.33 DEP criu/action-scripts.d [2019-10-07T23:48:29.138Z] #62 79.45 CC criu/action-scripts.o [2019-10-07T23:48:29.282Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 18.30MB / 45.65MB 4.8s [2019-10-07T23:48:29.282Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 18.77MB / 52.87MB 4.8s [2019-10-07T23:48:29.282Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 18.25MB / 50.07MB 4.8s [2019-10-07T23:48:29.557Z] #62 79.85 CC criu/aio.o [2019-10-07T23:48:29.557Z] #62 ... [2019-10-07T23:48:29.557Z] [2019-10-07T23:48:29.557Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:48:29.557Z] #31 DONE 124.2s [2019-10-07T23:48:29.557Z] [2019-10-07T23:48:29.557Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:48:29.557Z] #37 119.8 mime [2019-10-07T23:48:29.557Z] #37 122.0 mime/quotedprintable [2019-10-07T23:48:29.557Z] #37 122.4 net/http/internal [2019-10-07T23:48:29.923Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 20.84MB / 50.07MB 5.2s [2019-10-07T23:48:29.923Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 21.32MB / 45.65MB 5.4s [2019-10-07T23:48:29.923Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 21.75MB / 52.87MB 5.4s [2019-10-07T23:48:30.218Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 21.97MB / 96.42MB 5.5s [2019-10-07T23:48:30.218Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 23.72MB / 50.07MB 5.7s [2019-10-07T23:48:30.421Z] #37 ... [2019-10-07T23:48:30.421Z] [2019-10-07T23:48:30.421Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:48:30.421Z] #62 80.73 CC criu/autofs.o [2019-10-07T23:48:30.520Z] #7 ... [2019-10-07T23:48:30.520Z] [2019-10-07T23:48:30.520Z] #22 [internal] load build context [2019-10-07T23:48:30.520Z] #22 transferring context: 45.51MB 5.9s done [2019-10-07T23:48:30.520Z] #22 DONE 6.0s [2019-10-07T23:48:30.520Z] [2019-10-07T23:48:30.520Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-07T23:48:30.520Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 24.63MB / 45.65MB 5.8s [2019-10-07T23:48:30.520Z] #7 ... [2019-10-07T23:48:30.520Z] [2019-10-07T23:48:30.520Z] #68 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-07T23:48:30.520Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.2s done [2019-10-07T23:48:30.520Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-07T23:48:30.520Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.8s done [2019-10-07T23:48:30.520Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-07T23:48:30.520Z] #68 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-10-07T23:48:30.520Z] #68 ... [2019-10-07T23:48:30.520Z] [2019-10-07T23:48:30.520Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-07T23:48:30.807Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 28.23MB / 45.65MB 6.1s [2019-10-07T23:48:30.807Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 27.45MB / 50.07MB 6.1s [2019-10-07T23:48:30.807Z] #7 ... [2019-10-07T23:48:30.807Z] [2019-10-07T23:48:30.807Z] #68 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-07T23:48:30.807Z] #68 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 2.9s done [2019-10-07T23:48:30.807Z] #68 DONE 5.8s [2019-10-07T23:48:30.807Z] [2019-10-07T23:48:30.807Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-07T23:48:30.807Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 25.46MB / 52.87MB 6.3s [2019-10-07T23:48:30.807Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 27.94MB / 96.42MB 6.3s [2019-10-07T23:48:31.094Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 30.67MB / 45.65MB 6.4s [2019-10-07T23:48:31.094Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 30.47MB / 50.07MB 6.4s [2019-10-07T23:48:31.094Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 33.89MB / 45.65MB 6.7s [2019-10-07T23:48:31.094Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 29.87MB / 52.87MB 6.7s [2019-10-07T23:48:31.094Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 33.32MB / 50.07MB 6.7s [2019-10-07T23:48:31.380Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 34.07MB / 96.42MB 6.9s [2019-10-07T23:48:31.665Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 37.16MB / 45.65MB 7.0s [2019-10-07T23:48:31.665Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 33.56MB / 52.87MB 7.0s [2019-10-07T23:48:31.665Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 36.53MB / 50.07MB 7.0s [2019-10-07T23:48:31.806Z] #62 82.33 CC criu/bfd.o [2019-10-07T23:48:31.954Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 40.94MB / 45.65MB 7.3s [2019-10-07T23:48:31.954Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 37.19MB / 52.87MB 7.3s [2019-10-07T23:48:31.954Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 40.20MB / 50.07MB 7.3s [2019-10-07T23:48:31.954Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 39.96MB / 96.42MB 7.3s [2019-10-07T23:48:32.241Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 44.60MB / 45.65MB 7.6s [2019-10-07T23:48:32.241Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 41.52MB / 52.87MB 7.6s [2019-10-07T23:48:32.241Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 44.16MB / 50.07MB 7.6s [2019-10-07T23:48:32.241Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 45.65MB / 45.65MB 7.7s done [2019-10-07T23:48:32.241Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 45.86MB / 96.42MB 7.8s [2019-10-07T23:48:32.531Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 46.14MB / 52.87MB 7.9s [2019-10-07T23:48:32.531Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 48.86MB / 50.07MB 7.9s [2019-10-07T23:48:32.658Z] #62 82.98 CC criu/bitmap.o [2019-10-07T23:48:32.658Z] #62 83.10 CC criu/cgroup-props.o [2019-10-07T23:48:32.816Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 52.87MB / 52.87MB 8.2s done [2019-10-07T23:48:32.816Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 50.07MB / 50.07MB 8.0s done [2019-10-07T23:48:32.816Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 53.71MB / 96.42MB 8.2s [2019-10-07T23:48:32.816Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 61.37MB / 96.42MB 8.4s [2019-10-07T23:48:32.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-07T23:48:33.103Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 75.80MB / 96.42MB 8.7s [2019-10-07T23:48:33.397Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 84.30MB / 96.42MB 8.8s [2019-10-07T23:48:33.397Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 90.75MB / 96.42MB 9.0s [2019-10-07T23:48:33.687Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 96.42MB / 96.42MB 9.1s [2019-10-07T23:48:33.687Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 96.42MB / 96.42MB 9.1s done [2019-10-07T23:48:33.687Z] #7 unpacking docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 [2019-10-07T23:48:33.869Z] #62 83.75 CC criu/cgroup.o [2019-10-07T23:48:35.074Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-10-07T23:48:35.074Z] tests/integration/api_client_test.py ..... [ 7%] [2019-10-07T23:48:36.908Z] #62 87.44 CC criu/clone-noasan.o [2019-10-07T23:48:37.208Z] tests/integration/api_config_test.py ..... [ 8%] [2019-10-07T23:48:37.322Z] #62 87.61 CC criu/config.o [2019-10-07T23:48:38.728Z] #62 89.01 CC criu/cr-check.o [2019-10-07T23:48:39.368Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-07T23:48:40.158Z] #62 90.67 CC criu/cr-dedup.o [2019-10-07T23:48:41.094Z] #62 ... [2019-10-07T23:48:41.094Z] [2019-10-07T23:48:41.094Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:48:41.094Z] #17 106.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-07T23:48:41.094Z] #17 106.0 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-07T23:48:41.094Z] #17 106.0 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-07T23:48:41.512Z] #17 ... [2019-10-07T23:48:41.512Z] [2019-10-07T23:48:41.512Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:48:41.512Z] #37 125.9 crypto/tls [2019-10-07T23:48:41.512Z] #37 132.8 net/http/httptrace [2019-10-07T23:48:41.512Z] #37 133.0 net/http [2019-10-07T23:48:41.512Z] #37 ... [2019-10-07T23:48:41.512Z] [2019-10-07T23:48:41.512Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:48:41.512Z] #62 91.40 CC criu/cr-dump.o [2019-10-07T23:48:43.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-07T23:48:43.670Z] #62 93.99 CC criu/cr-errno.o [2019-10-07T23:48:43.670Z] #62 94.04 CC criu/cr-restore.o [2019-10-07T23:48:46.793Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-07T23:48:49.092Z] #62 98.93 CC criu/cr-service.o [2019-10-07T23:48:50.007Z] #62 100.5 CC criu/crtools.o [2019-10-07T23:48:50.869Z] #62 101.2 CC criu/eventfd.o [2019-10-07T23:48:50.869Z] #62 101.5 CC criu/eventpoll.o [2019-10-07T23:48:51.344Z] #62 ... [2019-10-07T23:48:51.344Z] [2019-10-07T23:48:51.344Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:48:51.344Z] #37 145.7 github.com/LK4D4/vndr/godl [2019-10-07T23:48:52.033Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-07T23:48:52.840Z] #37 147.1 github.com/LK4D4/vndr [2019-10-07T23:48:53.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-07T23:48:56.290Z] #37 ... [2019-10-07T23:48:56.290Z] [2019-10-07T23:48:56.290Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:48:56.290Z] #17 119.9 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-07T23:48:56.290Z] #17 119.9 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-07T23:48:56.290Z] #17 119.9 Setting up libsepol1-dev:s390x (2.6-2) ... [2019-10-07T23:48:56.290Z] #17 119.9 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-07T23:48:56.290Z] #17 119.9 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-07T23:48:56.290Z] #17 120.0 Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-07T23:48:56.290Z] #17 120.0 Processing triggers for mime-support (3.60) ... [2019-10-07T23:48:56.290Z] #17 120.0 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:48:56.290Z] #17 120.0 Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-10-07T23:48:56.290Z] #17 120.1 Setting up libcap2-bin (1:2.25-1) ... [2019-10-07T23:48:56.290Z] #17 120.1 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-07T23:48:56.290Z] #17 120.1 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-07T23:48:56.290Z] #17 120.1 Setting up bash-completion (1:2.1-4.3) ... [2019-10-07T23:48:57.182Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-07T23:48:57.964Z] #17 122.9 Setting up libonig4:s390x (6.1.3-2) ... [2019-10-07T23:48:57.964Z] #17 122.9 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-07T23:48:57.964Z] #17 122.9 Setting up zip (3.0-11+b1) ... [2019-10-07T23:48:57.964Z] #17 122.9 Setting up bzip2 (1.0.6-8.1) ... [2019-10-07T23:48:57.964Z] #17 123.0 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-07T23:48:57.964Z] #17 123.0 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-07T23:48:57.964Z] #17 123.0 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:48:57.964Z] #17 123.0 Setting up libaio1:s390x (0.3.110-3) ... [2019-10-07T23:48:57.964Z] #17 123.0 Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-10-07T23:48:57.964Z] #17 123.0 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-07T23:48:57.964Z] #17 123.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-07T23:48:57.964Z] #17 123.1 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-07T23:48:57.964Z] #17 123.1 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:48:57.964Z] #17 123.2 Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-10-07T23:48:57.964Z] #17 123.2 Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-10-07T23:48:57.964Z] #17 123.2 Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-10-07T23:48:58.360Z] #17 123.3 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:48:58.360Z] #17 123.5 Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-10-07T23:48:58.360Z] #17 123.5 Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-10-07T23:48:58.360Z] #17 123.5 Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-10-07T23:48:58.360Z] #17 123.5 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-10-07T23:48:58.360Z] #17 123.6 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-07T23:48:58.360Z] #17 123.6 Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-10-07T23:48:58.360Z] #17 123.6 Setting up pigz (2.3.4-1) ... [2019-10-07T23:48:58.360Z] #17 123.6 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-07T23:48:58.360Z] #17 123.6 Setting up libmpdec2:s390x (2.4.2-1) ... [2019-10-07T23:48:58.360Z] #17 123.6 Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-07T23:48:58.360Z] #17 123.6 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-07T23:48:58.360Z] #17 123.6 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-07T23:48:58.782Z] #17 123.6 Setting up jq (1.5+dfsg-1.3) ... [2019-10-07T23:48:58.782Z] #17 123.6 Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-10-07T23:48:58.782Z] #17 123.7 Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-10-07T23:48:58.782Z] #17 123.7 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-07T23:48:58.782Z] #17 123.7 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:48:58.782Z] #17 123.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-07T23:48:58.782Z] #17 123.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-07T23:48:58.782Z] #17 123.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-07T23:48:58.782Z] #17 123.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-07T23:48:58.782Z] #17 123.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-07T23:48:58.782Z] #17 123.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-07T23:48:58.782Z] #17 123.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-07T23:48:58.782Z] #17 123.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-07T23:48:58.782Z] #17 123.8 Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-10-07T23:48:58.782Z] #17 123.8 Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-07T23:48:58.782Z] #17 123.8 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-07T23:48:58.782Z] #17 123.8 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-07T23:48:58.782Z] #17 123.8 Setting up btrfs-progs (4.7.3-1) ... [2019-10-07T23:48:58.782Z] #17 123.8 Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-10-07T23:48:58.782Z] #17 123.8 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-07T23:49:00.456Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-07T23:49:00.456Z] Using test binary docker [2019-10-07T23:49:00.456Z] +++ /etc/init.d/apparmor start [2019-10-07T23:49:00.456Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-07T23:49:00.456Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-07T23:49:00.456Z] Warning failed to create cache: (null) [2019-10-07T23:49:00.456Z] . [2019-10-07T23:49:00.456Z] INFO: Waiting for daemon to start... [2019-10-07T23:49:00.456Z] Starting dockerd [2019-10-07T23:49:00.456Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-10-07T23:49:00.945Z] #7 unpacking docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 27.0s done [2019-10-07T23:49:00.945Z] #7 DONE 36.3s [2019-10-07T23:49:00.945Z] [2019-10-07T23:49:00.945Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-07T23:49:00.945Z] #8 DONE 0.2s [2019-10-07T23:49:00.945Z] [2019-10-07T23:49:00.945Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-07T23:49:01.232Z] #9 DONE 0.2s [2019-10-07T23:49:01.232Z] [2019-10-07T23:49:01.232Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:49:01.232Z] #39 ... [2019-10-07T23:49:01.232Z] [2019-10-07T23:49:01.232Z] #26 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:49:01.232Z] #26 DONE 0.1s [2019-10-07T23:49:01.232Z] [2019-10-07T23:49:01.232Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-07T23:49:01.232Z] #64 DONE 0.1s [2019-10-07T23:49:01.232Z] [2019-10-07T23:49:01.232Z] #27 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-07T23:49:01.232Z] #27 DONE 0.1s [2019-10-07T23:49:01.232Z] [2019-10-07T23:49:01.232Z] #36 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-07T23:49:01.232Z] #36 DONE 0.2s [2019-10-07T23:49:01.232Z] [2019-10-07T23:49:01.232Z] #30 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-07T23:49:01.232Z] #30 DONE 0.2s [2019-10-07T23:49:01.232Z] [2019-10-07T23:49:01.232Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-07T23:49:01.232Z] #33 DONE 0.2s [2019-10-07T23:49:01.232Z] [2019-10-07T23:49:01.232Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:49:01.518Z] #34 ... [2019-10-07T23:49:01.518Z] [2019-10-07T23:49:01.518Z] #53 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-07T23:49:01.518Z] #53 DONE 0.2s [2019-10-07T23:49:01.518Z] [2019-10-07T23:49:01.518Z] #56 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-07T23:49:01.518Z] #56 DONE 0.2s [2019-10-07T23:49:01.518Z] [2019-10-07T23:49:01.518Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:49:02.154Z] #57 0.664 + RM_GOPATH=0 [2019-10-07T23:49:02.154Z] #57 0.681 + TMP_GOPATH= [2019-10-07T23:49:02.154Z] #57 0.682 + : /build [2019-10-07T23:49:02.154Z] #57 0.682 + '[' -z '' ']' [2019-10-07T23:49:02.154Z] #57 0.684 ++ mktemp -d [2019-10-07T23:49:02.154Z] #57 0.697 + export GOPATH=/tmp/tmp.sFblLadLHT [2019-10-07T23:49:02.154Z] #57 0.698 + GOPATH=/tmp/tmp.sFblLadLHT [2019-10-07T23:49:02.154Z] #57 0.698 + RM_GOPATH=1 [2019-10-07T23:49:02.154Z] #57 0.703 ++ dirname ./install.sh [2019-10-07T23:49:02.154Z] #57 0.708 + dir=. [2019-10-07T23:49:02.154Z] #57 0.708 + bin=dockercli [2019-10-07T23:49:02.154Z] #57 0.709 + shift [2019-10-07T23:49:02.154Z] #57 0.709 + '[' '!' -f ./dockercli.installer ']' [2019-10-07T23:49:02.154Z] #57 0.710 + . ./dockercli.installer [2019-10-07T23:49:02.154Z] #57 0.710 ++ DOCKERCLI_CHANNEL=stable [2019-10-07T23:49:02.154Z] #57 0.711 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-10-07T23:49:02.154Z] #57 0.713 + install_dockercli [2019-10-07T23:49:02.154Z] #57 0.715 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-07T23:49:02.154Z] #57 0.716 Install docker/cli version 17.06.2-ce from stable [2019-10-07T23:49:02.154Z] #57 0.738 ++ uname -m [2019-10-07T23:49:02.154Z] #57 0.766 + arch=ppc64le [2019-10-07T23:49:02.154Z] #57 0.767 + '[' ppc64le '!=' x86_64 ']' [2019-10-07T23:49:02.154Z] #57 0.767 + '[' ppc64le '!=' s390x ']' [2019-10-07T23:49:02.154Z] #57 0.767 + '[' ppc64le '!=' armhf ']' [2019-10-07T23:49:02.154Z] #57 0.767 + build_dockercli [2019-10-07T23:49:02.154Z] #57 0.767 + git clone https://github.com/docker/docker-ce /tmp/tmp.sFblLadLHT/tmp/docker-ce [2019-10-07T23:49:02.154Z] #57 0.774 Cloning into '/tmp/tmp.sFblLadLHT/tmp/docker-ce'... [2019-10-07T23:49:02.159Z] #17 ... [2019-10-07T23:49:02.159Z] [2019-10-07T23:49:02.159Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:49:02.159Z] #37 DONE 156.5s [2019-10-07T23:49:02.159Z] [2019-10-07T23:49:02.159Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:49:02.159Z] #62 103.2 CC criu/external.o [2019-10-07T23:49:02.159Z] #62 103.7 CC criu/fault-injection.o [2019-10-07T23:49:02.159Z] #62 103.7 CC criu/fdstore.o [2019-10-07T23:49:02.159Z] #62 104.1 CC criu/fifo.o [2019-10-07T23:49:02.159Z] #62 104.5 CC criu/file-ids.o [2019-10-07T23:49:02.159Z] #62 105.0 CC criu/file-lock.o [2019-10-07T23:49:02.159Z] #62 105.9 CC criu/files-ext.o [2019-10-07T23:49:02.159Z] #62 106.4 CC criu/files-reg.o [2019-10-07T23:49:02.159Z] #62 108.9 CC criu/files.o [2019-10-07T23:49:02.159Z] #62 111.4 CC criu/filesystems.o [2019-10-07T23:49:02.159Z] #62 112.0 CC criu/fsnotify.o [2019-10-07T23:49:02.364Z] . [2019-10-07T23:49:02.364Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-07T23:49:02.364Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-07T23:49:02.364Z] Error: No such image: emptyfs [2019-10-07T23:49:02.364Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-07T23:49:02.364Z] ++++ docker load [2019-10-07T23:49:02.925Z] Running integration-test (iteration 1) [2019-10-07T23:49:02.925Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-10-07T23:49:02.925Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:49:02.925Z] ++ set -e [2019-10-07T23:49:02.925Z] ++ '[' -n 0 ']' [2019-10-07T23:49:02.925Z] ++ set -x [2019-10-07T23:49:02.925Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:49:03.045Z] #62 113.4 CC criu/image-desc.o [2019-10-07T23:49:03.045Z] #62 113.6 CC criu/image.o [2019-10-07T23:49:03.452Z] #62 ... [2019-10-07T23:49:03.452Z] [2019-10-07T23:49:03.452Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:49:03.452Z] #17 128.6 Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-10-07T23:49:03.452Z] #17 128.6 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-07T23:49:03.452Z] #17 128.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-07T23:49:03.452Z] #17 128.6 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-07T23:49:03.452Z] #17 128.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-07T23:49:03.452Z] #17 128.6 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-07T23:49:03.452Z] #17 128.6 Setting up btrfs-tools (4.7.3-1) ... [2019-10-07T23:49:03.452Z] #17 128.6 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-07T23:49:03.452Z] #17 128.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-07T23:49:03.452Z] #17 128.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-07T23:49:03.452Z] #17 128.7 Setting up python3 (3.5.3-1) ... [2019-10-07T23:49:05.622Z] #17 130.4 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-07T23:49:06.718Z] #17 132.0 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-07T23:49:07.140Z] #17 132.1 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-07T23:49:07.140Z] #17 132.2 Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-10-07T23:49:07.140Z] #17 132.2 Setting up python3-wheel (0.29.0-2) ... [2019-10-07T23:49:07.548Z] #17 132.8 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-07T23:49:07.797Z] #57 ... [2019-10-07T23:49:07.797Z] [2019-10-07T23:49:07.797Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:49:07.797Z] #34 0.681 + RM_GOPATH=0 [2019-10-07T23:49:07.797Z] #34 0.693 + TMP_GOPATH= [2019-10-07T23:49:07.797Z] #34 0.696 + : /build [2019-10-07T23:49:07.797Z] #34 0.696 + '[' -z '' ']' [2019-10-07T23:49:07.797Z] #34 0.708 ++ mktemp -d [2019-10-07T23:49:07.797Z] #34 0.718 + export GOPATH=/tmp/tmp.HLOq2qKdyH [2019-10-07T23:49:07.797Z] #34 0.719 + GOPATH=/tmp/tmp.HLOq2qKdyH [2019-10-07T23:49:07.797Z] #34 0.720 + RM_GOPATH=1 [2019-10-07T23:49:07.797Z] #34 0.733 ++ dirname ./install.sh [2019-10-07T23:49:07.797Z] #34 0.746 + dir=. [2019-10-07T23:49:07.797Z] #34 0.746 + bin=tomlv [2019-10-07T23:49:07.797Z] #34 0.747 + shift [2019-10-07T23:49:07.797Z] #34 0.748 + '[' '!' -f ./tomlv.installer ']' [2019-10-07T23:49:07.797Z] #34 0.748 + . ./tomlv.installer [2019-10-07T23:49:07.797Z] #34 0.750 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-07T23:49:07.797Z] #34 0.759 + install_tomlv [2019-10-07T23:49:07.797Z] #34 0.765 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-07T23:49:07.797Z] #34 0.765 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-07T23:49:07.797Z] #34 0.765 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.HLOq2qKdyH/src/github.com/BurntSushi/toml [2019-10-07T23:49:07.797Z] #34 0.770 Cloning into '/tmp/tmp.HLOq2qKdyH/src/github.com/BurntSushi/toml'... [2019-10-07T23:49:07.797Z] #34 3.460 + cd /tmp/tmp.HLOq2qKdyH/src/github.com/BurntSushi/toml [2019-10-07T23:49:07.797Z] #34 3.470 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-07T23:49:07.797Z] #34 3.517 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-07T23:49:07.797Z] #34 4.695 runtime/internal/sys [2019-10-07T23:49:07.797Z] #34 4.742 math/bits [2019-10-07T23:49:07.797Z] #34 4.772 internal/cpu [2019-10-07T23:49:07.797Z] #34 5.049 runtime/internal/atomic [2019-10-07T23:49:07.797Z] #34 5.220 runtime/internal/math [2019-10-07T23:49:07.797Z] #34 6.003 unicode/utf8 [2019-10-07T23:49:07.797Z] #34 6.512 sync/atomic [2019-10-07T23:49:08.427Z] #34 7.067 internal/bytealg [2019-10-07T23:49:08.932Z] #17 133.8 Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-10-07T23:49:08.932Z] #17 133.8 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-07T23:49:09.060Z] #34 7.544 unicode [2019-10-07T23:49:09.805Z] #17 134.7 Setting up dmsetup (2:1.02.137-2) ... [2019-10-07T23:49:09.805Z] #17 134.7 Setting up python3-setuptools (33.1.1-1) ... [2019-10-07T23:49:09.875Z] #34 8.173 math [2019-10-07T23:49:10.676Z] #17 135.6 Setting up dh-python (2.20170125) ... [2019-10-07T23:49:10.920Z] #34 9.512 internal/testlog [2019-10-07T23:49:11.096Z] #17 136.1 Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-10-07T23:49:11.096Z] #17 136.1 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:49:11.211Z] #34 ... [2019-10-07T23:49:11.211Z] [2019-10-07T23:49:11.211Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:49:11.211Z] #61 0.624 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-07T23:49:11.211Z] #61 0.634 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-07T23:49:11.211Z] #61 0.697 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-07T23:49:11.211Z] #61 0.714 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-07T23:49:11.211Z] #61 0.748 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-07T23:49:11.211Z] #61 2.164 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-07T23:49:11.211Z] #61 5.147 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-07T23:49:11.211Z] #61 7.650 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-07T23:49:11.211Z] #61 ... [2019-10-07T23:49:11.211Z] [2019-10-07T23:49:11.211Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-07T23:49:11.211Z] #59 0.654 + mktemp -d [2019-10-07T23:49:11.211Z] #59 0.657 + export GOPATH=/tmp/tmp.uOEgdTKIMr [2019-10-07T23:49:11.211Z] #59 0.657 + git clone https://github.com/docker/distribution.git /tmp/tmp.uOEgdTKIMr/src/github.com/docker/distribution [2019-10-07T23:49:11.211Z] #59 0.662 Cloning into '/tmp/tmp.uOEgdTKIMr/src/github.com/docker/distribution'... [2019-10-07T23:49:11.498Z] #59 ... [2019-10-07T23:49:11.498Z] [2019-10-07T23:49:11.498Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:49:11.498Z] #54 0.696 + RM_GOPATH=0 [2019-10-07T23:49:11.498Z] #54 0.697 + TMP_GOPATH= [2019-10-07T23:49:11.498Z] #54 0.697 + : /build [2019-10-07T23:49:11.498Z] #54 0.699 + '[' -z '' ']' [2019-10-07T23:49:11.498Z] #54 0.704 ++ mktemp -d [2019-10-07T23:49:11.498Z] #54 0.730 + export GOPATH=/tmp/tmp.N2MaybbhxX [2019-10-07T23:49:11.498Z] #54 0.741 + GOPATH=/tmp/tmp.N2MaybbhxX [2019-10-07T23:49:11.498Z] #54 0.741 + RM_GOPATH=1 [2019-10-07T23:49:11.498Z] #54 0.744 ++ dirname ./install.sh [2019-10-07T23:49:11.498Z] #54 0.772 + dir=. [2019-10-07T23:49:11.498Z] #54 0.773 + bin=proxy [2019-10-07T23:49:11.498Z] #54 0.773 + shift [2019-10-07T23:49:11.498Z] #54 0.773 + '[' '!' -f ./proxy.installer ']' [2019-10-07T23:49:11.498Z] #54 0.773 + . ./proxy.installer [2019-10-07T23:49:11.498Z] #54 0.773 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-10-07T23:49:11.498Z] #54 0.774 + install_proxy [2019-10-07T23:49:11.498Z] #54 0.774 + case "$1" in [2019-10-07T23:49:11.498Z] #54 0.775 + export CGO_ENABLED=0 [2019-10-07T23:49:11.498Z] #54 0.775 + CGO_ENABLED=0 [2019-10-07T23:49:11.498Z] #54 0.775 + _install_proxy [2019-10-07T23:49:11.498Z] #54 0.775 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-10-07T23:49:11.498Z] #54 0.775 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-07T23:49:11.498Z] #54 0.775 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.N2MaybbhxX/src/github.com/docker/libnetwork [2019-10-07T23:49:11.498Z] #54 0.829 Cloning into '/tmp/tmp.N2MaybbhxX/src/github.com/docker/libnetwork'... [2019-10-07T23:49:11.498Z] #54 ... [2019-10-07T23:49:11.498Z] [2019-10-07T23:49:11.498Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-07T23:49:11.498Z] #28 0.769 + RM_GOPATH=0 [2019-10-07T23:49:11.498Z] #28 0.769 + TMP_GOPATH= [2019-10-07T23:49:11.498Z] #28 0.769 + : /build [2019-10-07T23:49:11.498Z] #28 0.771 + '[' -z '' ']' [2019-10-07T23:49:11.498Z] #28 0.786 ++ mktemp -d [2019-10-07T23:49:11.498Z] #28 0.794 + export GOPATH=/tmp/tmp.e440D7NuFJ [2019-10-07T23:49:11.498Z] #28 0.794 + GOPATH=/tmp/tmp.e440D7NuFJ [2019-10-07T23:49:11.498Z] #28 0.794 + RM_GOPATH=1 [2019-10-07T23:49:11.498Z] #28 0.809 ++ dirname ./install.sh [2019-10-07T23:49:11.498Z] #28 0.826 + dir=. [2019-10-07T23:49:11.498Z] #28 0.828 + bin=golangci_lint [2019-10-07T23:49:11.498Z] #28 0.829 + shift [2019-10-07T23:49:11.498Z] #28 0.831 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-07T23:49:11.498Z] #28 0.832 + . ./golangci_lint.installer [2019-10-07T23:49:11.498Z] #28 0.833 ++ : v1.17.1 [2019-10-07T23:49:11.498Z] #28 0.835 + install_golangci_lint [2019-10-07T23:49:11.498Z] #28 0.836 + echo 'Installing golangci-lint version v1.17.1' [2019-10-07T23:49:11.498Z] #28 0.836 Installing golangci-lint version v1.17.1 [2019-10-07T23:49:11.498Z] #28 0.836 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-07T23:49:11.655Z] #17 DONE 136.4s [2019-10-07T23:49:11.655Z] [2019-10-07T23:49:11.655Z] #18 [dev 8/25] RUN pip3 install yamllint==1.16.0 [2019-10-07T23:49:11.788Z] #28 ... [2019-10-07T23:49:11.788Z] [2019-10-07T23:49:11.788Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-07T23:49:11.788Z] #19 1.036 + mktemp -d [2019-10-07T23:49:11.788Z] #19 1.047 + export GOPATH=/tmp/tmp.BUjRBcXnQ6 [2019-10-07T23:49:11.788Z] #19 1.055 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.BUjRBcXnQ6/src/github.com/go-swagger/go-swagger [2019-10-07T23:49:11.788Z] #19 1.106 Cloning into '/tmp/tmp.BUjRBcXnQ6/src/github.com/go-swagger/go-swagger'... [2019-10-07T23:49:11.788Z] #19 ... [2019-10-07T23:49:11.788Z] [2019-10-07T23:49:11.788Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:49:11.788Z] #21 0.768 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-07T23:49:11.788Z] #21 0.781 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-07T23:49:11.788Z] #21 0.845 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-07T23:49:11.788Z] #21 0.859 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-07T23:49:11.788Z] #21 0.908 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-07T23:49:11.788Z] #21 2.689 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-07T23:49:11.788Z] #21 5.980 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-07T23:49:11.788Z] #21 7.930 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-07T23:49:12.076Z] #21 ... [2019-10-07T23:49:12.077Z] [2019-10-07T23:49:12.077Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-07T23:49:12.077Z] #48 1.323 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-07T23:49:12.077Z] #48 1.338 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-07T23:49:12.077Z] #48 1.466 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-07T23:49:12.077Z] #48 1.495 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-07T23:49:12.077Z] #48 1.586 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-07T23:49:12.077Z] #48 3.408 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-07T23:49:12.077Z] #48 6.435 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-07T23:49:12.077Z] #48 8.943 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-07T23:49:12.077Z] #48 ... [2019-10-07T23:49:12.077Z] [2019-10-07T23:49:12.077Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-07T23:49:12.077Z] #10 0.809 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-07T23:49:12.077Z] #10 0.822 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-07T23:49:12.077Z] #10 0.898 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-07T23:49:12.077Z] #10 0.918 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-07T23:49:12.077Z] #10 1.018 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-07T23:49:12.077Z] #10 2.907 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-07T23:49:12.077Z] #10 5.944 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-07T23:49:12.077Z] #10 7.911 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-07T23:49:12.371Z] #10 ... [2019-10-07T23:49:12.371Z] [2019-10-07T23:49:12.371Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:49:12.371Z] #37 0.749 + RM_GOPATH=0 [2019-10-07T23:49:12.371Z] #37 0.749 + TMP_GOPATH= [2019-10-07T23:49:12.371Z] #37 0.749 + : /build [2019-10-07T23:49:12.371Z] #37 0.749 + '[' -z '' ']' [2019-10-07T23:49:12.371Z] #37 0.776 ++ mktemp -d [2019-10-07T23:49:12.371Z] #37 0.779 + export GOPATH=/tmp/tmp.sF5PdSEYMJ [2019-10-07T23:49:12.371Z] #37 0.779 + GOPATH=/tmp/tmp.sF5PdSEYMJ [2019-10-07T23:49:12.371Z] #37 0.779 + RM_GOPATH=1 [2019-10-07T23:49:12.371Z] #37 0.795 ++ dirname ./install.sh [2019-10-07T23:49:12.371Z] #37 0.835 + dir=. [2019-10-07T23:49:12.371Z] #37 0.837 + bin=vndr [2019-10-07T23:49:12.371Z] #37 0.840 + shift [2019-10-07T23:49:12.371Z] #37 0.852 + '[' '!' -f ./vndr.installer ']' [2019-10-07T23:49:12.371Z] #37 0.852 + . ./vndr.installer [2019-10-07T23:49:12.371Z] #37 0.852 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-07T23:49:12.371Z] #37 0.866 + install_vndr [2019-10-07T23:49:12.371Z] #37 0.866 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-07T23:49:12.371Z] #37 0.866 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-07T23:49:12.371Z] #37 0.866 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.sF5PdSEYMJ/src/github.com/LK4D4/vndr [2019-10-07T23:49:12.371Z] #37 0.875 Cloning into '/tmp/tmp.sF5PdSEYMJ/src/github.com/LK4D4/vndr'... [2019-10-07T23:49:12.371Z] #37 2.236 + cd /tmp/tmp.sF5PdSEYMJ/src/github.com/LK4D4/vndr [2019-10-07T23:49:12.371Z] #37 2.255 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-07T23:49:12.371Z] #37 2.349 + go build -buildmode=pie -v -o /build/vndr . [2019-10-07T23:49:12.371Z] #37 4.601 internal/cpu [2019-10-07T23:49:12.371Z] #37 4.623 runtime/internal/sys [2019-10-07T23:49:12.371Z] #37 4.626 internal/race [2019-10-07T23:49:12.371Z] #37 5.031 runtime/internal/atomic [2019-10-07T23:49:12.371Z] #37 5.120 sync/atomic [2019-10-07T23:49:12.371Z] #37 5.590 runtime/internal/math [2019-10-07T23:49:12.371Z] #37 6.073 unicode [2019-10-07T23:49:12.371Z] #37 6.120 unicode/utf8 [2019-10-07T23:49:12.371Z] #37 6.628 math/bits [2019-10-07T23:49:12.372Z] #37 7.315 internal/bytealg [2019-10-07T23:49:12.372Z] #37 8.598 internal/testlog [2019-10-07T23:49:12.372Z] #37 10.11 encoding [2019-10-07T23:49:12.372Z] #37 10.44 math [2019-10-07T23:49:12.372Z] #37 10.45 runtime [2019-10-07T23:49:12.372Z] #37 10.69 unicode/utf16 [2019-10-07T23:49:12.372Z] #37 ... [2019-10-07T23:49:12.372Z] [2019-10-07T23:49:12.372Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-07T23:49:12.372Z] #65 0.488 + RM_GOPATH=0 [2019-10-07T23:49:12.372Z] #65 0.488 + TMP_GOPATH= [2019-10-07T23:49:12.372Z] #65 0.488 + : /build/ [2019-10-07T23:49:12.372Z] #65 0.489 + '[' -z '' ']' [2019-10-07T23:49:12.372Z] #65 0.490 ++ mktemp -d [2019-10-07T23:49:12.372Z] #65 0.497 + export GOPATH=/tmp/tmp.dpf7naIYUf [2019-10-07T23:49:12.372Z] #65 0.498 + GOPATH=/tmp/tmp.dpf7naIYUf [2019-10-07T23:49:12.372Z] #65 0.498 + RM_GOPATH=1 [2019-10-07T23:49:12.372Z] #65 0.499 ++ dirname ./install.sh [2019-10-07T23:49:12.372Z] #65 0.503 + dir=. [2019-10-07T23:49:12.372Z] #65 0.511 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-07T23:49:12.372Z] #65 0.513 + bin=rootlesskit [2019-10-07T23:49:12.372Z] #65 0.513 + shift [2019-10-07T23:49:12.372Z] #65 0.513 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-07T23:49:12.372Z] #65 0.513 + . ./rootlesskit.installer [2019-10-07T23:49:12.372Z] #65 0.513 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-07T23:49:12.372Z] #65 0.513 + install_rootlesskit [2019-10-07T23:49:12.372Z] #65 0.513 + case "$1" in [2019-10-07T23:49:12.372Z] #65 0.513 + export CGO_ENABLED=0 [2019-10-07T23:49:12.372Z] #65 0.513 + CGO_ENABLED=0 [2019-10-07T23:49:12.372Z] #65 0.513 + _install_rootlesskit [2019-10-07T23:49:12.372Z] #65 0.513 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-07T23:49:12.372Z] #65 0.513 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.dpf7naIYUf/src/github.com/rootless-containers/rootlesskit [2019-10-07T23:49:12.372Z] #65 0.513 Cloning into '/tmp/tmp.dpf7naIYUf/src/github.com/rootless-containers/rootlesskit'... [2019-10-07T23:49:12.372Z] #65 6.336 + cd /tmp/tmp.dpf7naIYUf/src/github.com/rootless-containers/rootlesskit [2019-10-07T23:49:12.372Z] #65 6.336 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-07T23:49:12.372Z] #65 6.955 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-07T23:49:12.372Z] #65 6.957 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-07T23:49:12.727Z] #65 ... [2019-10-07T23:49:12.727Z] [2019-10-07T23:49:12.727Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:49:12.727Z] #39 1.178 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-07T23:49:12.727Z] #39 1.191 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-07T23:49:12.727Z] #39 1.297 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-07T23:49:12.727Z] #39 1.339 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-07T23:49:12.727Z] #39 1.432 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-07T23:49:12.727Z] #39 3.491 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-07T23:49:12.727Z] #39 6.221 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-07T23:49:12.727Z] #39 8.408 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-07T23:49:12.727Z] #39 ... [2019-10-07T23:49:12.727Z] [2019-10-07T23:49:12.727Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:49:12.727Z] #31 0.740 + RM_GOPATH=0 [2019-10-07T23:49:12.727Z] #31 0.740 + TMP_GOPATH= [2019-10-07T23:49:12.727Z] #31 0.740 + : /build [2019-10-07T23:49:12.727Z] #31 0.743 + '[' -z '' ']' [2019-10-07T23:49:12.727Z] #31 0.747 ++ mktemp -d [2019-10-07T23:49:12.727Z] #31 0.751 + export GOPATH=/tmp/tmp.E2ngTfyOCh [2019-10-07T23:49:12.727Z] #31 0.751 + GOPATH=/tmp/tmp.E2ngTfyOCh [2019-10-07T23:49:12.727Z] #31 0.751 + RM_GOPATH=1 [2019-10-07T23:49:12.727Z] #31 0.814 ++ dirname ./install.sh [2019-10-07T23:49:12.727Z] #31 0.821 + dir=. [2019-10-07T23:49:12.727Z] #31 0.821 + bin=gotestsum [2019-10-07T23:49:12.727Z] #31 0.821 + shift [2019-10-07T23:49:12.727Z] #31 0.822 + '[' '!' -f ./gotestsum.installer ']' [2019-10-07T23:49:12.727Z] #31 0.822 + . ./gotestsum.installer [2019-10-07T23:49:12.727Z] #31 0.822 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-10-07T23:49:12.727Z] #31 0.822 Installing gotestsum version v0.3.5 [2019-10-07T23:49:12.727Z] #31 0.822 + install_gotestsum [2019-10-07T23:49:12.727Z] #31 0.822 + echo 'Installing gotestsum version v0.3.5' [2019-10-07T23:49:12.727Z] #31 0.823 + go get -d gotest.tools/gotestsum [2019-10-07T23:49:12.727Z] #31 ... [2019-10-07T23:49:12.727Z] [2019-10-07T23:49:12.727Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:49:12.727Z] #34 10.34 runtime [2019-10-07T23:49:12.727Z] #34 11.17 runtime/cgo [2019-10-07T23:49:13.460Z] #18 ... [2019-10-07T23:49:13.460Z] [2019-10-07T23:49:13.460Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-07T23:49:13.460Z] #19 168.1 + rm -rf /tmp/tmp.ZRibk3FrdT [2019-10-07T23:49:13.460Z] #19 DONE 168.5s [2019-10-07T23:49:13.866Z] [2019-10-07T23:49:13.866Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:49:13.866Z] #62 114.4 CC criu/ipc_ns.o [2019-10-07T23:49:13.866Z] #62 115.4 CC criu/irmap.o [2019-10-07T23:49:13.866Z] #62 116.1 CC criu/kcmp-ids.o [2019-10-07T23:49:13.866Z] #62 116.6 CC criu/kerndat.o [2019-10-07T23:49:13.866Z] #62 118.1 CC criu/libnetlink.o [2019-10-07T23:49:13.866Z] #62 118.6 CC criu/log.o [2019-10-07T23:49:13.866Z] #62 119.1 CC criu/lsm.o [2019-10-07T23:49:13.866Z] #62 119.4 CC criu/mem.o [2019-10-07T23:49:13.866Z] #62 121.0 CC criu/mount.o [2019-10-07T23:49:15.257Z] #62 125.8 CC criu/namespaces.o [2019-10-07T23:49:16.134Z] #62 ... [2019-10-07T23:49:16.134Z] [2019-10-07T23:49:16.134Z] #18 [dev 8/25] RUN pip3 install yamllint==1.16.0 [2019-10-07T23:49:16.134Z] #18 4.725 Collecting yamllint==1.16.0 [2019-10-07T23:49:16.553Z] #18 5.273 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-07T23:49:16.972Z] #18 5.514 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-07T23:49:16.972Z] #18 5.601 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-07T23:49:17.372Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-10-07T23:49:18.372Z] #18 6.934 Collecting pyyaml (from yamllint==1.16.0) [2019-10-07T23:49:18.372Z] #18 7.041 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-07T23:49:19.896Z] #18 8.435 Building wheels for collected packages: pathspec, pyyaml [2019-10-07T23:49:19.896Z] #18 8.455 Running setup.py bdist_wheel for pathspec: started [2019-10-07T23:49:20.156Z] #34 ... [2019-10-07T23:49:20.156Z] [2019-10-07T23:49:20.156Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:49:20.156Z] #37 11.78 container/list [2019-10-07T23:49:20.156Z] #37 15.39 crypto/internal/subtle [2019-10-07T23:49:20.156Z] #37 16.83 crypto/subtle [2019-10-07T23:49:20.156Z] #37 17.85 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-07T23:49:20.156Z] #37 18.48 internal/nettrace [2019-10-07T23:49:20.450Z] #37 18.92 runtime/cgo [2019-10-07T23:49:21.418Z] #18 10.07 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-07T23:49:21.418Z] #18 10.07 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-07T23:49:21.418Z] #18 10.09 Running setup.py bdist_wheel for pyyaml: started [2019-10-07T23:49:22.279Z] #18 11.00 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-07T23:49:22.279Z] #18 11.00 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-07T23:49:22.688Z] #18 11.09 Successfully built pathspec pyyaml [2019-10-07T23:49:22.688Z] #18 11.13 Installing collected packages: pathspec, pyyaml, yamllint [2019-10-07T23:49:23.089Z] #18 11.57 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-07T23:49:23.089Z] #18 DONE 11.9s [2019-10-07T23:49:23.089Z] [2019-10-07T23:49:23.089Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:49:23.089Z] #62 127.3 CC criu/net.o [2019-10-07T23:49:23.089Z] #62 129.8 CC criu/netfilter.o [2019-10-07T23:49:23.089Z] #62 130.2 CC criu/page-pipe.o [2019-10-07T23:49:23.089Z] #62 131.1 CC criu/page-xfer.o [2019-10-07T23:49:23.089Z] #62 132.3 CC criu/pagemap-cache.o [2019-10-07T23:49:23.089Z] #62 132.6 CC criu/pagemap.o [2019-10-07T23:49:23.089Z] #62 133.4 CC criu/parasite-syscall.o [2019-10-07T23:49:23.468Z] #62 ... [2019-10-07T23:49:23.468Z] [2019-10-07T23:49:23.468Z] #20 [dev 9/25] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-07T23:49:23.469Z] #20 DONE 0.1s [2019-10-07T23:49:23.469Z] [2019-10-07T23:49:23.469Z] #25 [dev 10/25] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-07T23:49:23.869Z] #25 DONE 0.5s [2019-10-07T23:49:23.869Z] [2019-10-07T23:49:23.869Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:49:23.869Z] #62 134.4 CC criu/path.o [2019-10-07T23:49:24.279Z] #62 134.7 CC criu/pie-util-vdso-elf32.o [2019-10-07T23:49:24.685Z] #62 135.1 CC criu/pie-util-vdso.o [2019-10-07T23:49:24.885Z] #37 ... [2019-10-07T23:49:24.885Z] [2019-10-07T23:49:24.885Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:49:24.885Z] #21 23.13 Fetched 7720 kB in 22s (345 kB/s) [2019-10-07T23:49:25.084Z] #62 135.4 CC criu/pie-util.o [2019-10-07T23:49:25.084Z] #62 135.6 CC criu/pipes.o [2019-10-07T23:49:25.634Z] #62 136.3 CC criu/plugin.o [2019-10-07T23:49:26.090Z] #62 136.7 CC criu/proc_parse.o [2019-10-07T23:49:27.240Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-10-07T23:49:28.049Z] #62 138.6 CC criu/protobuf-desc.o [2019-10-07T23:49:28.213Z] [2019-10-07T23:49:28.213Z] ________ ____ __. [2019-10-07T23:49:28.213Z] \_____ \ | |/ _| [2019-10-07T23:49:28.213Z] / | \| < [2019-10-07T23:49:28.213Z] / | \ | \ [2019-10-07T23:49:28.213Z] \_______ /____|__ \ [2019-10-07T23:49:28.213Z] \/ \/ [2019-10-07T23:49:28.214Z] [2019-10-07T23:49:28.214Z] INFO: make.ps1 ended at 10/07/2019 23:49:28 [2019-10-07T23:49:29.447Z] #62 139.7 CC criu/protobuf.o [2019-10-07T23:49:29.626Z] #21 23.13 Reading package lists... [2019-10-07T23:49:29.626Z] #21 ... [2019-10-07T23:49:29.626Z] [2019-10-07T23:49:29.626Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:49:29.626Z] #54 27.58 + cd /tmp/tmp.N2MaybbhxX/src/github.com/docker/libnetwork [2019-10-07T23:49:29.626Z] #54 27.58 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-07T23:49:29.884Z] #62 140.0 CC criu/pstree.o [2019-10-07T23:49:29.884Z] #62 ... [2019-10-07T23:49:29.884Z] [2019-10-07T23:49:29.884Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:49:29.884Z] #46 156.7 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-07T23:49:30.266Z] #54 28.82 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-07T23:49:30.400Z] INFO: Binaries build ended at 10/07/2019 23:49:30. Duration:00:01:20.8458501 [2019-10-07T23:49:31.282Z] #46 158.3 + mkdir -p /build [2019-10-07T23:49:31.282Z] #46 158.3 + cp runc /build/runc [2019-10-07T23:49:31.695Z] #46 DONE 158.5s [2019-10-07T23:49:31.695Z] [2019-10-07T23:49:31.695Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:49:31.695Z] #62 140.9 CC criu/rbtree.o [2019-10-07T23:49:31.695Z] #62 141.1 CC criu/rst-malloc.o [2019-10-07T23:49:31.695Z] #62 141.3 CC criu/seccomp.o [2019-10-07T23:49:31.695Z] #62 141.8 CC criu/seize.o [2019-10-07T23:49:32.564Z] #62 142.8 CC criu/servicefd.o [2019-10-07T23:49:32.587Z] INFO: Copying the built daemon binary to d:\CI\PR-40057\3\binary\dockerd-318e279fd.exe... [2019-10-07T23:49:33.046Z] #62 143.2 CC criu/shmem.o [2019-10-07T23:49:33.049Z] INFO: Copying the built client binary to d:\CI\PR-40057\3\binary\docker-318e279fd.exe... [2019-10-07T23:49:33.049Z] INFO: Copying dockerversion from the container... [2019-10-07T23:49:33.510Z] INFO: Copying the golang package from the container to d:\CI\PR-40057\3\installer\go.zip... [2019-10-07T23:49:33.583Z] #62 143.9 CC criu/sigframe.o [2019-10-07T23:49:33.583Z] #62 144.1 CC criu/signalfd.o [2019-10-07T23:49:34.041Z] #62 144.4 CC criu/sk-inet.o [2019-10-07T23:49:34.700Z] #54 ... [2019-10-07T23:49:34.700Z] [2019-10-07T23:49:34.700Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-07T23:49:34.700Z] #59 25.99 + cd /tmp/tmp.uOEgdTKIMr/src/github.com/docker/distribution [2019-10-07T23:49:34.700Z] #59 25.99 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-07T23:49:34.700Z] #59 29.85 + GOPATH=/tmp/tmp.uOEgdTKIMr/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.uOEgdTKIMr go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-07T23:49:34.700Z] #59 ... [2019-10-07T23:49:34.700Z] [2019-10-07T23:49:34.700Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:49:34.700Z] #61 23.61 Fetched 7720 kB in 23s (335 kB/s) [2019-10-07T23:49:34.700Z] #61 23.61 Reading package lists... [2019-10-07T23:49:34.909Z] #62 145.4 CC criu/sk-netlink.o [2019-10-07T23:49:34.985Z] Loaded image: buildpack-deps:jessie [2019-10-07T23:49:34.985Z] Loaded image: busybox:latest [2019-10-07T23:49:34.985Z] Loaded image: busybox:glibc [2019-10-07T23:49:34.985Z] Loaded image: debian:jessie [2019-10-07T23:49:34.985Z] Loaded image: hello-world:latest [2019-10-07T23:49:34.985Z] INFO: Testing against a local daemon [2019-10-07T23:49:34.985Z] === RUN TestCgroupNamespacesBuild [2019-10-07T23:49:34.989Z] #61 ... [2019-10-07T23:49:34.989Z] [2019-10-07T23:49:34.989Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:49:34.989Z] #39 23.82 Fetched 7720 kB in 22s (341 kB/s) [2019-10-07T23:49:34.989Z] #39 23.82 Reading package lists... [2019-10-07T23:49:34.989Z] #39 ... [2019-10-07T23:49:34.989Z] [2019-10-07T23:49:34.989Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-07T23:49:34.989Z] #10 23.69 Fetched 7720 kB in 22s (337 kB/s) [2019-10-07T23:49:34.989Z] #10 23.69 Reading package lists... [2019-10-07T23:49:35.279Z] #10 33.27 Reading package lists... [2019-10-07T23:49:35.279Z] #10 ... [2019-10-07T23:49:35.279Z] [2019-10-07T23:49:35.279Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:49:35.353Z] #62 145.7 CC criu/sk-packet.o [2019-10-07T23:49:35.584Z] #61 33.98 Reading package lists... [2019-10-07T23:49:35.584Z] #61 ... [2019-10-07T23:49:35.584Z] [2019-10-07T23:49:35.584Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:49:35.584Z] #37 24.24 vendor/golang.org/x/crypto/internal/subtle [2019-10-07T23:49:35.890Z] #37 ... [2019-10-07T23:49:35.890Z] [2019-10-07T23:49:35.890Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:49:36.184Z] #39 34.59 Reading package lists... [2019-10-07T23:49:36.184Z] #39 ... [2019-10-07T23:49:36.184Z] [2019-10-07T23:49:36.184Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-07T23:49:36.184Z] #48 24.96 Fetched 7720 kB in 23s (326 kB/s) [2019-10-07T23:49:36.184Z] #48 24.96 Reading package lists... [2019-10-07T23:49:36.184Z] #48 ... [2019-10-07T23:49:36.184Z] [2019-10-07T23:49:36.184Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:49:36.184Z] #21 23.13 Reading package lists... [2019-10-07T23:49:36.197Z] #62 146.4 CC criu/sk-queue.o [2019-10-07T23:49:36.197Z] #62 146.7 CC criu/sk-tcp.o [2019-10-07T23:49:36.427Z] INFO: Extracting go.zip to d:\CI\PR-40057\3\go [2019-10-07T23:49:36.630Z] #62 147.0 CC criu/sk-unix.o [2019-10-07T23:49:36.872Z] --- PASS: TestCgroupNamespacesBuild (2.86s) [2019-10-07T23:49:36.872Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-07T23:49:36.872Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-07T23:49:38.021Z] #62 148.2 CC criu/sockets.o [2019-10-07T23:49:38.483Z] #62 148.8 CC criu/stats.o [2019-10-07T23:49:38.483Z] #62 149.0 CC criu/string.o [2019-10-07T23:49:38.957Z] #62 149.2 CC criu/sysctl.o [2019-10-07T23:49:39.385Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.36s) [2019-10-07T23:49:39.385Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-07T23:49:39.385Z] === RUN TestBuildWithSession [2019-10-07T23:49:39.385Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-07T23:49:39.385Z] build_session_test.go:25: TODO: BuildKit [2019-10-07T23:49:39.385Z] === RUN TestBuildSquashParent [2019-10-07T23:49:39.470Z] #62 150.0 CC criu/sysfs_parse.o [2019-10-07T23:49:39.948Z] #62 150.3 CC criu/timerfd.o [2019-10-07T23:49:40.463Z] #62 150.7 CC criu/tty.o [2019-10-07T23:49:40.631Z] #21 32.63 Reading package lists... [2019-10-07T23:49:40.631Z] #21 ... [2019-10-07T23:49:40.631Z] [2019-10-07T23:49:40.631Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-07T23:49:40.631Z] #28 29.77 + cd /tmp/tmp.e440D7NuFJ/src/github.com/golangci/golangci-lint/ [2019-10-07T23:49:40.631Z] #28 29.77 + git checkout -q v1.17.1 [2019-10-07T23:49:40.631Z] #28 31.04 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-07T23:49:41.367Z] #62 151.9 CC criu/tun.o [2019-10-07T23:49:41.775Z] #62 152.4 CC criu/uffd.o [2019-10-07T23:49:42.669Z] #62 153.1 CC criu/util.o [2019-10-07T23:49:42.717Z] #28 ... [2019-10-07T23:49:42.717Z] [2019-10-07T23:49:42.717Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:49:42.717Z] #21 32.63 Reading package lists... [2019-10-07T23:49:43.557Z] #62 ... [2019-10-07T23:49:43.557Z] [2019-10-07T23:49:43.557Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-07T23:49:43.557Z] #59 198.3 + dpkg --print-architecture [2019-10-07T23:49:43.557Z] #59 198.3 + cd /tmp/tmp.IrPb7DDHSa/src/github.com/docker/distribution [2019-10-07T23:49:43.557Z] #59 198.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-07T23:49:43.969Z] #59 198.6 + GOPATH=/tmp/tmp.IrPb7DDHSa/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.IrPb7DDHSa [2019-10-07T23:49:43.969Z] #59 198.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-07T23:49:45.062Z] #21 42.06 Building dependency tree... [2019-10-07T23:49:45.691Z] #21 44.70 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-07T23:49:45.691Z] #21 44.70 The following additional packages will be installed: [2019-10-07T23:49:45.988Z] #21 44.71 libjq1 libonig4 [2019-10-07T23:49:46.614Z] #21 45.32 The following NEW packages will be installed: [2019-10-07T23:49:46.614Z] #21 45.33 jq libjq1 libonig4 [2019-10-07T23:49:46.614Z] #21 45.47 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-07T23:49:46.614Z] #21 45.47 Need to get 310 kB of archives. [2019-10-07T23:49:46.614Z] #21 45.47 After this operation, 1267 kB of additional disk space will be used. [2019-10-07T23:49:46.614Z] #21 45.47 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-07T23:49:46.614Z] #21 45.56 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-07T23:49:46.614Z] #21 ... [2019-10-07T23:49:46.614Z] [2019-10-07T23:49:46.614Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-07T23:49:46.614Z] #48 35.47 Reading package lists... [2019-10-07T23:49:46.614Z] #48 ... [2019-10-07T23:49:46.614Z] [2019-10-07T23:49:46.614Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-07T23:49:46.614Z] #21 45.62 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-07T23:49:48.349Z] #59 ... [2019-10-07T23:49:48.349Z] [2019-10-07T23:49:48.349Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:49:48.349Z] #62 154.0 CC criu/uts_ns.o [2019-10-07T23:49:48.349Z] #62 154.2 CC criu/vdso.o [2019-10-07T23:49:48.349Z] #62 154.5 LINK criu/built-in.o [2019-10-07T23:49:48.349Z] #62 154.6 LINK criu/criu [2019-10-07T23:49:48.349Z] #62 154.8 DEP lib/c/criu.d [2019-10-07T23:49:48.349Z] #62 154.9 CC images/rpc.pb-c.o [2019-10-07T23:49:48.349Z] #62 155.3 CC lib/c/criu.o [2019-10-07T23:49:48.349Z] #62 156.2 LINK lib/c/built-in.o [2019-10-07T23:49:48.349Z] #62 156.2 LINK lib/c/libcriu.so [2019-10-07T23:49:48.349Z] #62 156.4 GEN magic.py [2019-10-07T23:49:48.349Z] #62 156.4 Note: Building without setproctitle() and strlcpy() support. [2019-10-07T23:49:48.349Z] #62 156.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-07T23:49:48.349Z] #62 156.8 fatal: Not a git repository (or any of the parent directories): .git [2019-10-07T23:49:48.349Z] #62 157.3 make[1]: Nothing to be done for 'all'. [2019-10-07T23:49:48.349Z] #62 158.0 make[1]: 'images/built-in.o' is up to date. [2019-10-07T23:49:48.349Z] #62 158.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-07T23:49:48.349Z] #62 158.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-07T23:49:48.349Z] #62 158.1 make[1]: 'compel/libcompel.a' is up to date. [2019-10-07T23:49:48.349Z] #62 158.1 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-07T23:49:48.349Z] #62 158.1 make[1]: Nothing to be done for 'all'. [2019-10-07T23:49:48.349Z] #62 158.2 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-07T23:49:48.349Z] #62 158.3 make[2]: Nothing to be done for 'all'. [2019-10-07T23:49:48.349Z] #62 158.3 make[2]: Nothing to be done for 'all'. [2019-10-07T23:49:48.349Z] #62 158.4 make[2]: Nothing to be done for 'all'. [2019-10-07T23:49:48.349Z] #62 158.5 make[2]: Nothing to be done for 'all'. [2019-10-07T23:49:48.349Z] #62 158.5 make[2]: Nothing to be done for 'all'. [2019-10-07T23:49:48.349Z] #62 158.5 make[2]: Nothing to be done for 'all'. [2019-10-07T23:49:48.349Z] #62 158.6 make[2]: Nothing to be done for 'all'. [2019-10-07T23:49:48.349Z] #62 158.6 make[2]: Nothing to be done for 'all'. [2019-10-07T23:49:48.349Z] #62 158.7 INSTALL criu/criu [2019-10-07T23:49:48.349Z] #62 DONE 158.8s [2019-10-07T23:49:48.758Z] [2019-10-07T23:49:48.758Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-07T23:49:49.320Z] --- PASS: TestBuildSquashParent (9.83s) [2019-10-07T23:49:49.320Z] build_squash_test.go:29: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent" [2019-10-07T23:49:49.320Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-07T23:49:49.320Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-07T23:49:49.320Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-07T23:49:49.320Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-07T23:49:49.320Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-07T23:49:49.320Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-07T23:49:49.320Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-07T23:49:49.320Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-07T23:49:49.320Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-07T23:49:49.320Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-07T23:49:49.320Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-07T23:49:49.320Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-07T23:49:49.320Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-07T23:49:49.320Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-07T23:49:49.320Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-07T23:49:49.342Z] #21 47.88 debconf: delaying package configuration, since apt-utils is not installed [2019-10-07T23:49:49.342Z] #21 48.30 Fetched 310 kB in 0s (1506 kB/s) [2019-10-07T23:49:49.633Z] #21 48.47 Selecting previously unselected package libonig4:ppc64el. [2019-10-07T23:49:49.633Z] #21 48.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-07T23:49:49.633Z] #21 48.63 Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-10-07T23:49:49.633Z] #21 48.65 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-07T23:49:49.926Z] #21 49.02 Selecting previously unselected package libjq1:ppc64el. [2019-10-07T23:49:50.222Z] #21 49.03 Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-07T23:49:50.222Z] #21 49.04 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-07T23:49:50.512Z] #21 49.35 Selecting previously unselected package jq. [2019-10-07T23:49:50.512Z] #21 49.36 Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-07T23:49:50.512Z] #21 49.37 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-07T23:49:50.802Z] #21 49.72 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-07T23:49:50.802Z] #21 49.72 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-07T23:49:50.802Z] #21 49.73 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:49:51.442Z] #21 50.17 Setting up jq (1.5+dfsg-1.3) ... [2019-10-07T23:49:51.442Z] #21 DONE 50.3s [2019-10-07T23:49:51.442Z] [2019-10-07T23:49:51.442Z] #23 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-07T23:49:51.442Z] #23 DONE 0.1s [2019-10-07T23:49:51.442Z] [2019-10-07T23:49:51.442Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:49:51.442Z] #61 33.98 Reading package lists... [2019-10-07T23:49:51.442Z] #61 43.19 Building dependency tree... [2019-10-07T23:49:51.442Z] #61 46.24 The following additional packages will be installed: [2019-10-07T23:49:51.442Z] #61 46.24 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-07T23:49:51.442Z] #61 46.24 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-07T23:49:51.442Z] #61 46.25 Suggested packages: [2019-10-07T23:49:51.442Z] #61 46.26 manpages-dev python-setuptools [2019-10-07T23:49:51.442Z] #61 49.59 The following NEW packages will be installed: [2019-10-07T23:49:51.442Z] #61 49.62 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-07T23:49:51.442Z] #61 49.62 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-07T23:49:51.442Z] #61 49.62 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-07T23:49:51.442Z] #61 49.62 zlib1g-dev [2019-10-07T23:49:51.442Z] #61 49.88 0 upgraded, 16 newly installed, 0 to remove and 12 not upgraded. [2019-10-07T23:49:51.442Z] #61 49.88 Need to get 3548 kB of archives. [2019-10-07T23:49:51.442Z] #61 49.88 After this operation, 21.2 MB of additional disk space will be used. [2019-10-07T23:49:51.442Z] #61 49.88 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-07T23:49:51.442Z] #61 49.93 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-10-07T23:49:51.443Z] #61 49.96 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-10-07T23:49:51.443Z] #61 50.02 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-10-07T23:49:51.443Z] #61 50.05 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] [2019-10-07T23:49:51.443Z] #61 50.09 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-07T23:49:51.443Z] #61 50.09 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] [2019-10-07T23:49:51.443Z] #61 50.11 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] [2019-10-07T23:49:51.443Z] #61 50.25 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-10-07T23:49:51.443Z] #61 ... [2019-10-07T23:49:51.443Z] [2019-10-07T23:49:51.443Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:49:52.577Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-07T23:49:52.832Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-07T23:49:53.518Z] #24 ... [2019-10-07T23:49:53.518Z] [2019-10-07T23:49:53.518Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-07T23:49:53.518Z] #10 33.27 Reading package lists... [2019-10-07T23:49:53.518Z] #10 43.67 Building dependency tree... [2019-10-07T23:49:53.518Z] #10 47.30 The following additional packages will be installed: [2019-10-07T23:49:53.518Z] #10 47.32 libapparmor1 libseccomp2 [2019-10-07T23:49:53.518Z] #10 47.33 Suggested packages: [2019-10-07T23:49:53.518Z] #10 47.33 seccomp [2019-10-07T23:49:53.518Z] #10 47.86 The following NEW packages will be installed: [2019-10-07T23:49:53.518Z] #10 47.87 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-07T23:49:53.518Z] #10 48.11 0 upgraded, 4 newly installed, 0 to remove and 12 not upgraded. [2019-10-07T23:49:53.518Z] #10 48.11 Need to get 296 kB of archives. [2019-10-07T23:49:53.518Z] #10 48.11 After this operation, 1346 kB of additional disk space will be used. [2019-10-07T23:49:53.518Z] #10 48.11 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB] [2019-10-07T23:49:53.518Z] #10 48.13 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp-dev ppc64el 2.3.1-2.1+deb9u1 [61.1 kB] [2019-10-07T23:49:53.518Z] #10 48.15 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-10-07T23:49:53.518Z] #10 48.17 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-10-07T23:49:53.518Z] #10 49.89 debconf: delaying package configuration, since apt-utils is not installed [2019-10-07T23:49:53.518Z] #10 50.22 Fetched 296 kB in 0s (2049 kB/s) [2019-10-07T23:49:53.518Z] #10 50.56 Selecting previously unselected package libseccomp2:ppc64el. [2019-10-07T23:49:53.518Z] #10 50.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-07T23:49:53.518Z] #10 50.66 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-07T23:49:53.518Z] #10 50.68 Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-07T23:49:53.518Z] #10 50.93 Selecting previously unselected package libseccomp-dev:ppc64el. [2019-10-07T23:49:53.518Z] #10 50.94 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-07T23:49:53.518Z] #10 50.95 Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-07T23:49:53.518Z] #10 51.27 Selecting previously unselected package libapparmor1:ppc64el. [2019-10-07T23:49:53.518Z] #10 51.28 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-07T23:49:53.518Z] #10 51.29 Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-07T23:49:53.518Z] #10 51.47 Selecting previously unselected package libapparmor-dev:ppc64el. [2019-10-07T23:49:53.518Z] #10 51.48 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-07T23:49:53.518Z] #10 51.50 Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-07T23:49:53.518Z] #10 51.90 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:49:53.518Z] #10 52.01 Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-07T23:49:53.518Z] #10 52.01 Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-07T23:49:53.518Z] #10 52.04 Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-07T23:49:53.518Z] #10 52.05 Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-07T23:49:53.518Z] #10 52.08 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:49:53.518Z] #10 DONE 52.5s [2019-10-07T23:49:53.518Z] [2019-10-07T23:49:53.518Z] #44 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:49:53.518Z] #44 DONE 0.1s [2019-10-07T23:49:53.807Z] [2019-10-07T23:49:53.807Z] #45 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-07T23:49:53.807Z] #45 DONE 0.1s [2019-10-07T23:49:53.807Z] [2019-10-07T23:49:53.807Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:49:54.101Z] #46 0.435 + RM_GOPATH=0 [2019-10-07T23:49:54.101Z] #46 0.436 + TMP_GOPATH= [2019-10-07T23:49:54.101Z] #46 0.436 + : /build [2019-10-07T23:49:54.101Z] #46 0.436 + '[' -z '' ']' [2019-10-07T23:49:54.101Z] #46 0.443 ++ mktemp -d [2019-10-07T23:49:54.101Z] #46 0.487 + export GOPATH=/tmp/tmp.4Ck5zv4ewq [2019-10-07T23:49:54.399Z] #46 0.488 + GOPATH=/tmp/tmp.4Ck5zv4ewq [2019-10-07T23:49:54.399Z] #46 0.488 + RM_GOPATH=1 [2019-10-07T23:49:54.399Z] #46 0.510 ++ dirname ./install.sh [2019-10-07T23:49:54.399Z] #46 0.522 + dir=. [2019-10-07T23:49:54.399Z] #46 0.526 + bin=runc [2019-10-07T23:49:54.399Z] #46 0.527 + shift [2019-10-07T23:49:54.399Z] #46 0.527 + '[' '!' -f ./runc.installer ']' [2019-10-07T23:49:54.399Z] #46 0.527 + . ./runc.installer [2019-10-07T23:49:54.399Z] #46 0.527 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-07T23:49:54.399Z] #46 0.539 + install_runc [2019-10-07T23:49:54.399Z] #46 0.559 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-07T23:49:54.399Z] #46 0.566 + uname -r [2019-10-07T23:49:54.399Z] #46 0.591 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-07T23:49:54.399Z] #46 0.596 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-07T23:49:54.399Z] #46 0.596 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-07T23:49:54.399Z] #46 0.596 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.4Ck5zv4ewq/src/github.com/opencontainers/runc [2019-10-07T23:49:54.399Z] #46 0.611 Cloning into '/tmp/tmp.4Ck5zv4ewq/src/github.com/opencontainers/runc'... [2019-10-07T23:49:54.399Z] #46 ... [2019-10-07T23:49:54.399Z] [2019-10-07T23:49:54.399Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:49:54.399Z] #39 34.59 Reading package lists... [2019-10-07T23:49:54.399Z] #39 43.73 Building dependency tree... [2019-10-07T23:49:54.399Z] #39 46.88 The following additional packages will be installed: [2019-10-07T23:49:54.399Z] #39 46.88 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-07T23:49:54.399Z] #39 46.89 Suggested packages: [2019-10-07T23:49:54.399Z] #39 46.89 codeblocks eclipse ninja-build lrzip [2019-10-07T23:49:54.399Z] #39 46.89 Recommended packages: [2019-10-07T23:49:54.399Z] #39 46.89 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-07T23:49:54.399Z] #39 48.37 The following NEW packages will be installed: [2019-10-07T23:49:54.399Z] #39 48.38 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-07T23:49:54.399Z] #39 48.38 vim-common xxd [2019-10-07T23:49:54.399Z] #39 48.60 0 upgraded, 10 newly installed, 0 to remove and 12 not upgraded. [2019-10-07T23:49:54.399Z] #39 48.60 Need to get 13.4 MB of archives. [2019-10-07T23:49:54.399Z] #39 48.60 After this operation, 60.4 MB of additional disk space will be used. [2019-10-07T23:49:54.399Z] #39 48.60 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-10-07T23:49:54.399Z] #39 48.89 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-07T23:49:54.399Z] #39 48.90 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-10-07T23:49:54.399Z] #39 50.55 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] [2019-10-07T23:49:54.399Z] #39 50.75 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-10-07T23:49:54.399Z] #39 50.79 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-10-07T23:49:54.399Z] #39 50.81 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-10-07T23:49:54.399Z] #39 50.84 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-10-07T23:49:54.399Z] #39 51.24 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-07T23:49:54.399Z] #39 51.27 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-07T23:49:54.399Z] #39 ... [2019-10-07T23:49:54.399Z] [2019-10-07T23:49:54.399Z] #11 [dev 1/25] RUN groupadd -r docker [2019-10-07T23:49:54.399Z] #11 DONE 0.9s [2019-10-07T23:49:54.399Z] [2019-10-07T23:49:54.399Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:49:54.399Z] #39 53.41 debconf: delaying package configuration, since apt-utils is not installed [2019-10-07T23:49:54.399Z] #39 ... [2019-10-07T23:49:54.399Z] [2019-10-07T23:49:54.399Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-07T23:49:55.031Z] #12 DONE 0.6s [2019-10-07T23:49:55.031Z] [2019-10-07T23:49:55.031Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-07T23:49:55.321Z] #13 0.374 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-07T23:49:55.611Z] #13 DONE 0.5s [2019-10-07T23:49:55.611Z] [2019-10-07T23:49:55.611Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:49:55.611Z] #39 53.76 Fetched 13.4 MB in 2s (4867 kB/s) [2019-10-07T23:49:55.611Z] #39 54.00 Selecting previously unselected package cmake-data. [2019-10-07T23:49:55.611Z] #39 54.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-07T23:49:55.611Z] #39 54.16 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-07T23:49:55.611Z] #39 54.18 Unpacking cmake-data (3.7.2-1) ... [2019-10-07T23:49:56.094Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-07T23:49:56.094Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-07T23:49:56.240Z] #39 ... [2019-10-07T23:49:56.240Z] [2019-10-07T23:49:56.240Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-07T23:49:56.240Z] #14 DONE 0.5s [2019-10-07T23:49:56.240Z] [2019-10-07T23:49:56.240Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:49:56.240Z] #61 50.52 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-10-07T23:49:56.240Z] #61 50.56 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-10-07T23:49:56.240Z] #61 50.73 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-10-07T23:49:56.240Z] #61 50.89 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] [2019-10-07T23:49:56.240Z] #61 50.91 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-10-07T23:49:56.240Z] #61 50.96 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-07T23:49:56.240Z] #61 50.99 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-10-07T23:49:56.240Z] #61 52.78 debconf: delaying package configuration, since apt-utils is not installed [2019-10-07T23:49:56.240Z] #61 53.05 Fetched 3548 kB in 1s (2706 kB/s) [2019-10-07T23:49:56.240Z] #61 53.33 Selecting previously unselected package libnet1:ppc64el. [2019-10-07T23:49:56.240Z] #61 53.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-07T23:49:56.240Z] #61 53.48 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-07T23:49:56.240Z] #61 53.51 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-07T23:49:56.240Z] #61 53.76 Selecting previously unselected package libcap-dev:ppc64el. [2019-10-07T23:49:56.240Z] #61 53.78 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-10-07T23:49:56.240Z] #61 53.80 Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-10-07T23:49:56.240Z] #61 54.05 Selecting previously unselected package libnet1-dev. [2019-10-07T23:49:56.240Z] #61 54.07 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-07T23:49:56.240Z] #61 54.11 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-07T23:49:56.240Z] #61 54.53 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-07T23:49:56.240Z] #61 54.53 Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-07T23:49:56.240Z] #61 54.54 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-07T23:49:56.240Z] #61 54.79 Selecting previously unselected package libnl-3-dev:ppc64el. [2019-10-07T23:49:56.240Z] #61 54.79 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-10-07T23:49:56.240Z] #61 54.81 Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-07T23:49:56.532Z] #61 55.39 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-07T23:49:56.532Z] #61 ... [2019-10-07T23:49:56.532Z] [2019-10-07T23:49:56.532Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-07T23:49:56.532Z] #48 35.47 Reading package lists... [2019-10-07T23:49:56.532Z] #48 46.39 Building dependency tree... [2019-10-07T23:49:56.532Z] #48 49.56 The following additional packages will be installed: [2019-10-07T23:49:56.532Z] #48 49.58 btrfs-progs liblzo2-2 [2019-10-07T23:49:56.532Z] #48 50.15 The following NEW packages will be installed: [2019-10-07T23:49:56.532Z] #48 50.16 btrfs-progs btrfs-tools liblzo2-2 [2019-10-07T23:49:56.532Z] #48 50.36 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-07T23:49:56.532Z] #48 50.36 Need to get 588 kB of archives. [2019-10-07T23:49:56.532Z] #48 50.36 After this operation, 5005 kB of additional disk space will be used. [2019-10-07T23:49:56.532Z] #48 50.36 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-07T23:49:56.532Z] #48 50.40 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-07T23:49:56.532Z] #48 50.51 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-07T23:49:56.532Z] #48 52.15 debconf: delaying package configuration, since apt-utils is not installed [2019-10-07T23:49:56.532Z] #48 52.54 Fetched 588 kB in 0s (2929 kB/s) [2019-10-07T23:49:56.532Z] #48 52.87 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-07T23:49:56.532Z] #48 52.88 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-07T23:49:56.532Z] #48 53.02 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-07T23:49:56.532Z] #48 53.05 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-07T23:49:56.532Z] #48 53.23 Selecting previously unselected package btrfs-progs. [2019-10-07T23:49:56.532Z] #48 53.27 Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-07T23:49:56.532Z] #48 53.28 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-07T23:49:56.532Z] #48 54.65 Selecting previously unselected package btrfs-tools. [2019-10-07T23:49:56.532Z] #48 54.70 Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-07T23:49:56.532Z] #48 54.71 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-07T23:49:56.532Z] #48 54.94 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:49:56.532Z] #48 55.10 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-07T23:49:56.532Z] #48 55.13 Setting up btrfs-progs (4.7.3-1) ... [2019-10-07T23:49:56.532Z] #48 55.15 Setting up btrfs-tools (4.7.3-1) ... [2019-10-07T23:49:56.532Z] #48 55.17 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:49:56.532Z] #48 DONE 55.4s [2019-10-07T23:49:56.532Z] [2019-10-07T23:49:56.532Z] #49 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:49:56.532Z] #49 DONE 0.1s [2019-10-07T23:49:56.532Z] [2019-10-07T23:49:56.532Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:49:56.532Z] #61 55.41 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-07T23:49:56.532Z] #61 55.41 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-07T23:49:56.532Z] #61 55.53 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-10-07T23:49:56.532Z] #61 ... [2019-10-07T23:49:56.532Z] [2019-10-07T23:49:56.532Z] #50 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-07T23:49:56.825Z] #50 DONE 0.1s [2019-10-07T23:49:56.825Z] [2019-10-07T23:49:56.825Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-07T23:49:56.825Z] #15 DONE 0.5s [2019-10-07T23:49:56.825Z] [2019-10-07T23:49:56.825Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:49:56.825Z] #61 55.59 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-10-07T23:49:56.825Z] #61 55.60 Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-07T23:49:56.825Z] #61 55.79 Selecting previously unselected package zlib1g-dev:ppc64el. [2019-10-07T23:49:57.121Z] #61 55.85 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-10-07T23:49:57.121Z] #61 55.87 Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-07T23:49:57.121Z] #61 ... [2019-10-07T23:49:57.121Z] [2019-10-07T23:49:57.121Z] #16 [dev 6/25] RUN ldconfig [2019-10-07T23:49:57.121Z] #16 DONE 0.6s [2019-10-07T23:49:57.410Z] [2019-10-07T23:49:57.410Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:49:57.410Z] #51 0.451 + RM_GOPATH=0 [2019-10-07T23:49:57.410Z] #51 0.477 + TMP_GOPATH= [2019-10-07T23:49:57.410Z] #51 0.477 + : /build [2019-10-07T23:49:57.410Z] #51 0.477 + '[' -z '' ']' [2019-10-07T23:49:57.410Z] #51 0.501 ++ mktemp -d [2019-10-07T23:49:57.410Z] #51 0.525 + export GOPATH=/tmp/tmp.3IfWWtzzEu [2019-10-07T23:49:57.410Z] #51 0.525 + GOPATH=/tmp/tmp.3IfWWtzzEu [2019-10-07T23:49:57.410Z] #51 0.526 + RM_GOPATH=1 [2019-10-07T23:49:57.410Z] #51 0.534 ++ dirname ./install.sh [2019-10-07T23:49:57.410Z] #51 0.583 + dir=. [2019-10-07T23:49:57.410Z] #51 0.585 + bin=containerd [2019-10-07T23:49:57.410Z] #51 0.586 + shift [2019-10-07T23:49:57.410Z] #51 0.587 + '[' '!' -f ./containerd.installer ']' [2019-10-07T23:49:57.410Z] #51 0.588 + . ./containerd.installer [2019-10-07T23:49:57.410Z] #51 0.592 ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-10-07T23:49:57.410Z] #51 0.605 + install_containerd [2019-10-07T23:49:57.410Z] #51 0.607 + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-10-07T23:49:57.410Z] #51 0.607 Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-10-07T23:49:57.410Z] #51 0.609 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3IfWWtzzEu/src/github.com/containerd/containerd [2019-10-07T23:49:57.410Z] #51 0.635 Cloning into '/tmp/tmp.3IfWWtzzEu/src/github.com/containerd/containerd'... [2019-10-07T23:49:58.727Z] #59 213.2 + rm -rf /tmp/tmp.IrPb7DDHSa/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.IrPb7DDHSa [2019-10-07T23:49:58.727Z] #59 DONE 213.5s [2019-10-07T23:49:58.727Z] [2019-10-07T23:49:58.727Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:49:59.353Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-10-07T23:49:59.353Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.28s) [2019-10-07T23:49:59.353Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.60s) [2019-10-07T23:49:59.353Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.42s) [2019-10-07T23:49:59.353Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.31s) [2019-10-07T23:49:59.353Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.31s) [2019-10-07T23:49:59.353Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.18s) [2019-10-07T23:49:59.353Z] === RUN TestBuildMultiStageCopy [2019-10-07T23:49:59.353Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-07T23:50:02.611Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-07T23:50:02.866Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-07T23:50:02.978Z] #51 ... [2019-10-07T23:50:02.978Z] [2019-10-07T23:50:02.978Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:50:02.978Z] #24 5.566 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-07T23:50:02.978Z] #24 6.855 [2019-10-07T23:50:02.978Z] #24 7.525 ### 4.4% ### 5.2% ###### 9.6% ########### 16.0% ################ 22.4% ###################### 30.9% ######################### 35.1% ############################# 41.5% ################################## 47.8% ##################################### 52.1% ###################################### 53.9% ######################################### 57.2% ############################################ 61.4% ################################################ 67.8% ####################################################### 76.9% ########################################################### 83.3% ############################################################### 87.5% ##################################################################### 96.0% ######################################################################## 100.0% [2019-10-07T23:50:02.978Z] #24 11.29 [2019-10-07T23:50:03.427Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-07T23:50:04.111Z] #24 11.92 ### 4.5% ########## 14.5% ################### 27.8% ######################## 33.5% ############################ 39.2% #################################### 50.7% ## [2019-10-07T23:50:04.112Z] #24 ... [2019-10-07T23:50:04.112Z] [2019-10-07T23:50:04.112Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:50:04.112Z] #54 DONE 62.8s [2019-10-07T23:50:04.112Z] [2019-10-07T23:50:04.112Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:50:04.112Z] #24 11.92 ### 4.5% ########## 14.5% ################### 27.8% ######################## 33.5% ############################ 39.2% #################################### 50.7% ################################################ 68.0% [2019-10-07T23:50:04.112Z] #24 ... [2019-10-07T23:50:04.112Z] [2019-10-07T23:50:04.112Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:50:04.112Z] #61 56.64 Selecting previously unselected package libprotobuf10:ppc64el. [2019-10-07T23:50:04.112Z] #61 56.64 Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-10-07T23:50:04.112Z] #61 56.65 Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-07T23:50:04.112Z] #61 58.22 Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-10-07T23:50:04.112Z] #61 58.23 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-10-07T23:50:04.112Z] #61 58.23 Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-07T23:50:04.112Z] #61 58.56 Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-10-07T23:50:04.112Z] #61 58.57 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-10-07T23:50:04.112Z] #61 58.59 Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-07T23:50:04.112Z] #61 61.10 Selecting previously unselected package libprotoc10:ppc64el. [2019-10-07T23:50:04.112Z] #61 61.14 Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-10-07T23:50:04.112Z] #61 61.16 Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-10-07T23:50:04.112Z] #61 62.09 Selecting previously unselected package protobuf-c-compiler. [2019-10-07T23:50:04.112Z] #61 62.11 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-10-07T23:50:04.112Z] #61 62.13 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-07T23:50:04.112Z] #61 62.29 Selecting previously unselected package protobuf-compiler. [2019-10-07T23:50:04.112Z] #61 62.33 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-10-07T23:50:04.112Z] #61 62.33 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-07T23:50:04.112Z] #61 62.81 Selecting previously unselected package python-pkg-resources. [2019-10-07T23:50:04.112Z] #61 62.85 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-07T23:50:04.112Z] #61 62.88 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-07T23:50:04.353Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-07T23:50:04.405Z] #61 ... [2019-10-07T23:50:04.405Z] [2019-10-07T23:50:04.405Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:50:04.405Z] #24 11.92 ### 4.5% ########## 14.5% ################### 27.8% ######################## 33.5% ############################ 39.2% #################################### 50.7% ################################################ 68.0% ######################################################### 79.4% ################################################################# 90.9% ######################################################################## 100.0% [2019-10-07T23:50:04.954Z] --- PASS: TestBuildMultiStageCopy (5.58s) [2019-10-07T23:50:04.954Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.18s) [2019-10-07T23:50:04.954Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s) [2019-10-07T23:50:04.954Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s) [2019-10-07T23:50:04.954Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.60s) [2019-10-07T23:50:04.954Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s) [2019-10-07T23:50:04.954Z] === RUN TestBuildMultiStageParentConfig [2019-10-07T23:50:06.317Z] --- PASS: TestBuildMultiStageParentConfig (1.49s) [2019-10-07T23:50:06.317Z] === RUN TestBuildLabelWithTargets [2019-10-07T23:50:06.415Z] INFO: Extraction ended at 10/07/2019 23:50:03. Duration:00:00:28.2019358 [2019-10-07T23:50:06.415Z] INFO: Updating the golang and path environment variables [2019-10-07T23:50:06.415Z] INFO: GOPATH=d:\gopath [2019-10-07T23:50:06.415Z] INFO: go version go1.13.1 windows/amd64 [2019-10-07T23:50:06.415Z] INFO: Running the daemon under test in debug mode [2019-10-07T23:50:06.415Z] INFO: Starting a daemon under test... [2019-10-07T23:50:06.415Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40057\3\daemon --pidfile d:\CI\PR-40057\3\docker.pid -D [2019-10-07T23:50:06.415Z] INFO: Process started successfully. [2019-10-07T23:50:06.415Z] INFO: Start tailing logs of the daemon under tests [2019-10-07T23:50:06.415Z] INFO: Waiting for the daemon under test to start... [2019-10-07T23:50:06.466Z] #24 14.67 [2019-10-07T23:50:06.732Z] #51 192.9 🇩 bin/containerd [2019-10-07T23:50:07.099Z] #24 15.68 ### [2019-10-07T23:50:07.099Z] #24 ... [2019-10-07T23:50:07.099Z] [2019-10-07T23:50:07.099Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:50:07.099Z] #17 0.775 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-07T23:50:07.099Z] #17 0.787 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-07T23:50:07.099Z] #17 0.883 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-07T23:50:07.099Z] #17 0.930 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-07T23:50:07.099Z] #17 1.051 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-07T23:50:07.099Z] #17 2.905 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-07T23:50:07.099Z] #17 6.403 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-07T23:50:07.099Z] #17 9.159 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-07T23:50:07.401Z] #17 ... [2019-10-07T23:50:07.401Z] [2019-10-07T23:50:07.401Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:50:07.959Z] INFO: Daemon under test started and replied! [2019-10-07T23:50:07.959Z] INFO: Docker version of the daemon under test [2019-10-07T23:50:07.959Z] [2019-10-07T23:50:07.959Z] Client: [2019-10-07T23:50:07.959Z] Version: 17.06.2-ce [2019-10-07T23:50:07.959Z] API version: 1.30 [2019-10-07T23:50:07.959Z] Go version: go1.8.3 [2019-10-07T23:50:07.959Z] Git commit: cec0b72 [2019-10-07T23:50:07.959Z] Built: Tue Sep 5 19:57:19 2017 [2019-10-07T23:50:07.959Z] OS/Arch: windows/amd64 [2019-10-07T23:50:07.959Z] [2019-10-07T23:50:07.959Z] Server: [2019-10-07T23:50:07.959Z] Version: 0.0.0-dev [2019-10-07T23:50:07.959Z] API version: 1.41 (minimum version 1.24) [2019-10-07T23:50:07.959Z] Go version: go1.13.1 [2019-10-07T23:50:07.959Z] Git commit: 318e279fd [2019-10-07T23:50:07.959Z] Built: 10/07/2019 23:48:13 [2019-10-07T23:50:07.959Z] OS/Arch: windows/amd64 [2019-10-07T23:50:07.959Z] Experimental: false [2019-10-07T23:50:07.959Z] [2019-10-07T23:50:07.959Z] INFO: Docker info of the daemon under test [2019-10-07T23:50:07.959Z] [2019-10-07T23:50:07.959Z] Containers: 0 [2019-10-07T23:50:07.959Z] Running: 0 [2019-10-07T23:50:07.959Z] Paused: 0 [2019-10-07T23:50:07.959Z] Stopped: 0 [2019-10-07T23:50:07.959Z] Images: 0 [2019-10-07T23:50:07.959Z] Server Version: 0.0.0-dev [2019-10-07T23:50:07.959Z] Storage Driver: windowsfilter [2019-10-07T23:50:07.959Z] Windows: [2019-10-07T23:50:07.959Z] Logging Driver: json-file [2019-10-07T23:50:07.959Z] Plugins: [2019-10-07T23:50:07.959Z] Volume: local [2019-10-07T23:50:07.959Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-07T23:50:07.959Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-07T23:50:07.959Z] Swarm: inactive [2019-10-07T23:50:07.959Z] Default Isolation: process [2019-10-07T23:50:07.959Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-07T23:50:07.959Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-07T23:50:07.959Z] OSType: windows [2019-10-07T23:50:07.959Z] Architecture: x86_64 [2019-10-07T23:50:07.959Z] CPUs: 4 [2019-10-07T23:50:07.959Z] Total Memory: 32GiB [2019-10-07T23:50:07.959Z] Name: azwin-2-909190 [2019-10-07T23:50:07.959Z] ID: NFI5:BMSZ:PBGY:LW4C:QSMW:5NUS:TYCI:IL2X:BMDI:A4CH:32ML:373V [2019-10-07T23:50:07.959Z] Docker Root Dir: D:\CI\PR-40057\3\daemon [2019-10-07T23:50:07.959Z] Debug Mode (client): false [2019-10-07T23:50:07.959Z] Debug Mode (server): true [2019-10-07T23:50:08.422Z] File Descriptors: -1 [2019-10-07T23:50:08.422Z] Goroutines: 17 [2019-10-07T23:50:08.422Z] System Time: 2019-10-07T23:50:07.8939806Z [2019-10-07T23:50:08.422Z] EventsListeners: 0 [2019-10-07T23:50:08.422Z] Registry: https://index.docker.io/v1/ [2019-10-07T23:50:08.422Z] Labels: [2019-10-07T23:50:08.422Z] Experimental: false [2019-10-07T23:50:08.422Z] Insecure Registries: [2019-10-07T23:50:08.422Z] 127.0.0.0/8 [2019-10-07T23:50:08.422Z] Live Restore Enabled: false [2019-10-07T23:50:08.422Z] [2019-10-07T23:50:08.422Z] [2019-10-07T23:50:08.422Z] INFO: Docker images of the daemon under test [2019-10-07T23:50:08.422Z] [2019-10-07T23:50:08.422Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-07T23:50:08.422Z] [2019-10-07T23:50:08.422Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-10-07T23:50:08.422Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-10-07T23:50:08.422Z] ltsc2019: Pulling from windows/servercore [2019-10-07T23:50:08.617Z] #51 ... [2019-10-07T23:50:08.617Z] [2019-10-07T23:50:08.617Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-07T23:50:08.617Z] #28 DONE 223.3s [2019-10-07T23:50:08.830Z] --- PASS: TestBuildLabelWithTargets (2.49s) [2019-10-07T23:50:08.830Z] === RUN TestBuildWithEmptyLayers [2019-10-07T23:50:08.870Z] #24 15.68 ### 4.3% #### 6.9% ########## 14.6% ############## 19.8% ################### 27.6% ######################### 35.3% ################################## 48.3% ######################################## 56.0% ############################################ 61.1% ############################################### 66.3% ################################################### 71.5% ######################################################### 79.2% ############################################################## 87.0% ################################################################## 92.2% ####################################################################### 99.9% ######################################################################## 100.0% [2019-10-07T23:50:09.020Z] [2019-10-07T23:50:09.020Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:50:10.194Z] --- PASS: TestBuildWithEmptyLayers (1.30s) [2019-10-07T23:50:10.194Z] === RUN TestBuildMultiStageOnBuild [2019-10-07T23:50:10.376Z] #24 18.75 [2019-10-07T23:50:10.392Z] #51 ... [2019-10-07T23:50:10.393Z] [2019-10-07T23:50:10.393Z] #29 [dev 11/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-07T23:50:10.393Z] #29 DONE 0.6s [2019-10-07T23:50:10.393Z] [2019-10-07T23:50:10.393Z] #32 [dev 12/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-07T23:50:10.393Z] #32 DONE 0.1s [2019-10-07T23:50:10.393Z] [2019-10-07T23:50:10.393Z] #35 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-07T23:50:10.393Z] #35 DONE 0.1s [2019-10-07T23:50:10.393Z] [2019-10-07T23:50:10.393Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:50:10.393Z] #51 ... [2019-10-07T23:50:10.393Z] [2019-10-07T23:50:10.393Z] #38 [dev 14/25] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-07T23:50:10.393Z] #38 DONE 0.1s [2019-10-07T23:50:10.786Z] [2019-10-07T23:50:10.786Z] #43 [dev 15/25] COPY --from=tini /build/ /usr/local/bin/ [2019-10-07T23:50:10.786Z] #43 DONE 0.1s [2019-10-07T23:50:10.786Z] [2019-10-07T23:50:10.786Z] #47 [dev 16/25] COPY --from=runc /build/ /usr/local/bin/ [2019-10-07T23:50:10.786Z] #47 DONE 0.1s [2019-10-07T23:50:10.786Z] [2019-10-07T23:50:10.786Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:50:11.009Z] #24 ... [2019-10-07T23:50:11.009Z] [2019-10-07T23:50:11.009Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:50:11.009Z] #39 59.74 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-07T23:50:11.009Z] #39 59.77 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-07T23:50:11.009Z] #39 59.78 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-07T23:50:11.009Z] #39 59.96 Selecting previously unselected package libicu57:ppc64el. [2019-10-07T23:50:11.009Z] #39 59.99 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-10-07T23:50:11.009Z] #39 59.99 Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-07T23:50:11.009Z] #39 ... [2019-10-07T23:50:11.009Z] [2019-10-07T23:50:11.009Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:50:12.188Z] #24 19.48 # 1.4% ## 4.1% #### 6.5% ###### 8.4% ####### 10.2% ######### 12.9% ########### 15.6% ############# 18.5% ############## 20.7% ################ 23.3% ################## 25.1% #################### 27.8% [2019-10-07T23:50:12.188Z] #24 ... [2019-10-07T23:50:12.188Z] [2019-10-07T23:50:12.188Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:50:12.188Z] #31 60.94 + cd /tmp/tmp.E2ngTfyOCh/src/gotest.tools/gotestsum [2019-10-07T23:50:12.188Z] #31 60.94 + git checkout -q v0.3.5 [2019-10-07T23:50:12.188Z] #31 61.07 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-07T23:50:12.489Z] #31 ... [2019-10-07T23:50:12.489Z] [2019-10-07T23:50:12.489Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:50:13.458Z] --- PASS: TestBuildMultiStageOnBuild (3.50s) [2019-10-07T23:50:13.458Z] === RUN TestBuildUncleanTarFilenames [2019-10-07T23:50:14.234Z] 65014b3c3121: Pulling fs layer [2019-10-07T23:50:14.234Z] 2945147eda09: Pulling fs layer [2019-10-07T23:50:14.589Z] #24 19.48 # 1.4% ## 4.1% #### 6.5% ###### 8.4% ####### 10.2% ######### 12.9% ########### 15.6% ############# 18.5% ############## 20.7% ################ 23.3% ################## 25.1% #################### 27.8% ####################### 32.5% ######################## 33.4% ######################### 36.1% ############################ 39.7% ############################# 41.5% ############################### 43.2% ############################### 44.1% ################################# 46.8% ################################### 49.5% ##################################### 52.2% ####################################### 54.9% ######################################### 57.6% ########################################### 60.2% ############################################# 62.9% ############################################## 64.7% ################################################# 68.3% ################################################### 71.0% ###################################################### 75.1% ######################################################## 77.8% ######################################################### 80.5% [2019-10-07T23:50:14.589Z] #24 ... [2019-10-07T23:50:14.589Z] [2019-10-07T23:50:14.589Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:50:14.589Z] #61 63.54 Selecting previously unselected package python-protobuf. [2019-10-07T23:50:14.589Z] #61 63.55 Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-10-07T23:50:14.589Z] #61 63.55 Unpacking python-protobuf (3.0.0-9) ... [2019-10-07T23:50:14.589Z] #61 64.87 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-07T23:50:14.589Z] #61 65.04 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-07T23:50:14.589Z] #61 65.06 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-07T23:50:14.886Z] #61 73.64 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-07T23:50:14.886Z] #61 73.65 Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-07T23:50:14.886Z] #61 73.66 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:50:14.886Z] #61 73.75 Setting up python-protobuf (3.0.0-9) ... [2019-10-07T23:50:14.886Z] #61 ... [2019-10-07T23:50:14.886Z] [2019-10-07T23:50:14.886Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:50:15.345Z] --- PASS: TestBuildUncleanTarFilenames (1.74s) [2019-10-07T23:50:15.345Z] === RUN TestBuildMultiStageLayerLeak [2019-10-07T23:50:15.803Z] #24 19.48 # 1.4% ## 4.1% #### 6.5% ###### 8.4% ####### 10.2% ######### 12.9% ########### 15.6% ############# 18.5% ############## 20.7% ################ 23.3% ################## 25.1% #################### 27.8% ####################### 32.5% ######################## 33.4% ######################### 36.1% ############################ 39.7% ############################# 41.5% ############################### 43.2% ############################### 44.1% ################################# 46.8% ################################### 49.5% ##################################### 52.2% ####################################### 54.9% ######################################### 57.6% ########################################### 60.2% ############################################# 62.9% ############################################## 64.7% ################################################# 68.3% ################################################### 71.0% ###################################################### 75.1% ######################################################## 77.8% ######################################################### 80.5% ########################################################### 82.3% ########################################################### 83.2% ############################################################# 85.8% ############################################################### 88.5% ################################################################# 90.3% ################################################################## 93.0% ##################################################################### 96.9% ##################################################################### 96.9% ####################################################################### 99.6% ######################################################################## 100.0% [2019-10-07T23:50:16.430Z] #24 24.78 [2019-10-07T23:50:19.193Z] #24 ... [2019-10-07T23:50:19.193Z] [2019-10-07T23:50:19.193Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:50:19.193Z] #34 67.56 sync [2019-10-07T23:50:19.193Z] #34 67.59 internal/reflectlite [2019-10-07T23:50:19.193Z] #34 75.21 sort [2019-10-07T23:50:19.193Z] #34 75.21 errors [2019-10-07T23:50:19.193Z] #34 76.42 io [2019-10-07T23:50:19.193Z] #34 76.44 internal/oserror [2019-10-07T23:50:19.193Z] #34 76.45 strconv [2019-10-07T23:50:19.193Z] #34 77.03 syscall [2019-10-07T23:50:19.193Z] #34 ... [2019-10-07T23:50:19.193Z] [2019-10-07T23:50:19.193Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-07T23:50:19.193Z] #19 78.05 + cd /tmp/tmp.BUjRBcXnQ6/src/github.com/go-swagger/go-swagger [2019-10-07T23:50:19.193Z] #19 78.05 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-10-07T23:50:19.552Z] --- PASS: TestBuildMultiStageLayerLeak (3.83s) [2019-10-07T23:50:19.552Z] === RUN TestBuildWithHugeFile [2019-10-07T23:50:20.685Z] #19 ... [2019-10-07T23:50:20.685Z] [2019-10-07T23:50:20.685Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:50:20.685Z] #37 69.20 internal/reflectlite [2019-10-07T23:50:20.685Z] #37 69.23 sync [2019-10-07T23:50:20.685Z] #37 74.42 github.com/LK4D4/vndr/godl/singleflight [2019-10-07T23:50:20.685Z] #37 74.44 internal/singleflight [2019-10-07T23:50:20.685Z] #37 74.48 math/rand [2019-10-07T23:50:20.685Z] #37 ... [2019-10-07T23:50:20.685Z] [2019-10-07T23:50:20.685Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:50:20.685Z] #39 71.64 Selecting previously unselected package libxml2:ppc64el. [2019-10-07T23:50:20.685Z] #39 71.65 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-10-07T23:50:20.685Z] #39 71.66 Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-07T23:50:20.685Z] #39 72.69 Selecting previously unselected package libarchive13:ppc64el. [2019-10-07T23:50:20.685Z] #39 72.73 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-10-07T23:50:20.685Z] #39 72.76 Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-07T23:50:20.685Z] #39 73.64 Selecting previously unselected package libjsoncpp1:ppc64el. [2019-10-07T23:50:20.685Z] #39 73.65 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-10-07T23:50:20.685Z] #39 73.66 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-07T23:50:20.685Z] #39 74.13 Selecting previously unselected package libuv1:ppc64el. [2019-10-07T23:50:20.685Z] #39 74.13 Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-10-07T23:50:20.685Z] #39 74.14 Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-10-07T23:50:20.685Z] #39 74.56 Selecting previously unselected package cmake. [2019-10-07T23:50:20.685Z] #39 74.59 Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-10-07T23:50:20.685Z] #39 74.85 Unpacking cmake (3.7.2-1) ... [2019-10-07T23:50:20.973Z] #39 79.73 Selecting previously unselected package xxd. [2019-10-07T23:50:20.973Z] #39 79.74 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-07T23:50:20.973Z] #39 79.74 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:50:20.973Z] #39 ... [2019-10-07T23:50:20.973Z] [2019-10-07T23:50:20.973Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:50:20.973Z] #37 79.49 sort [2019-10-07T23:50:20.973Z] #37 79.49 io [2019-10-07T23:50:20.973Z] #37 79.67 strconv [2019-10-07T23:50:20.973Z] #37 79.70 syscall [2019-10-07T23:50:22.508Z] #37 ... [2019-10-07T23:50:22.508Z] [2019-10-07T23:50:22.508Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-07T23:50:22.508Z] #39 80.04 Selecting previously unselected package vim-common. [2019-10-07T23:50:22.508Z] #39 80.05 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-07T23:50:22.508Z] #39 80.11 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:50:22.508Z] #39 80.60 Processing triggers for mime-support (3.60) ... [2019-10-07T23:50:22.508Z] #39 80.75 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:50:22.508Z] #39 80.76 Setting up libuv1:ppc64el (1.9.1-3) ... [2019-10-07T23:50:22.508Z] #39 80.78 Setting up cmake-data (3.7.2-1) ... [2019-10-07T23:50:22.508Z] #39 80.80 Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-07T23:50:22.508Z] #39 80.82 Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-07T23:50:22.508Z] #39 80.83 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:50:22.508Z] #39 80.95 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:50:22.508Z] #39 80.95 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-07T23:50:22.508Z] #39 80.97 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-07T23:50:22.508Z] #39 80.98 Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-07T23:50:22.508Z] #39 80.99 Setting up cmake (3.7.2-1) ... [2019-10-07T23:50:22.508Z] #39 81.35 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:50:22.508Z] #39 DONE 81.6s [2019-10-07T23:50:22.802Z] [2019-10-07T23:50:22.802Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:50:22.802Z] #17 25.52 Fetched 7720 kB in 24s (312 kB/s) [2019-10-07T23:50:22.802Z] #17 25.52 Reading package lists... [2019-10-07T23:50:22.802Z] #17 ... [2019-10-07T23:50:22.802Z] [2019-10-07T23:50:22.802Z] #40 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-07T23:50:22.802Z] #40 DONE 0.2s [2019-10-07T23:50:23.092Z] [2019-10-07T23:50:23.092Z] #41 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-07T23:50:23.092Z] #41 DONE 0.1s [2019-10-07T23:50:23.092Z] [2019-10-07T23:50:23.092Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:50:23.382Z] #42 0.475 + RM_GOPATH=0 [2019-10-07T23:50:23.382Z] #42 0.476 + TMP_GOPATH= [2019-10-07T23:50:23.382Z] #42 0.476 + : /build [2019-10-07T23:50:23.382Z] #42 0.477 + '[' -z '' ']' [2019-10-07T23:50:23.382Z] #42 0.484 ++ mktemp -d [2019-10-07T23:50:23.382Z] #42 0.495 + export GOPATH=/tmp/tmp.BqxLC5D3vG [2019-10-07T23:50:23.382Z] #42 0.497 + GOPATH=/tmp/tmp.BqxLC5D3vG [2019-10-07T23:50:23.382Z] #42 0.498 + RM_GOPATH=1 [2019-10-07T23:50:23.382Z] #42 0.521 ++ dirname ./install.sh [2019-10-07T23:50:23.382Z] #42 0.527 + dir=. [2019-10-07T23:50:23.382Z] #42 0.527 + bin=tini [2019-10-07T23:50:23.382Z] #42 0.528 + shift [2019-10-07T23:50:23.382Z] #42 0.529 + '[' '!' -f ./tini.installer ']' [2019-10-07T23:50:23.382Z] #42 0.529 + . ./tini.installer [2019-10-07T23:50:23.382Z] #42 0.530 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-07T23:50:23.382Z] #42 0.531 + install_tini [2019-10-07T23:50:23.382Z] #42 0.532 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-07T23:50:23.382Z] #42 0.533 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-07T23:50:23.382Z] #42 0.533 + git clone https://github.com/krallin/tini.git /tmp/tmp.BqxLC5D3vG/tini [2019-10-07T23:50:23.382Z] #42 0.537 Cloning into '/tmp/tmp.BqxLC5D3vG/tini'... [2019-10-07T23:50:26.103Z] #42 2.766 + cd /tmp/tmp.BqxLC5D3vG/tini [2019-10-07T23:50:26.103Z] #42 2.769 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-07T23:50:26.103Z] #42 2.847 + cmake . [2019-10-07T23:50:26.103Z] #42 ... [2019-10-07T23:50:26.103Z] [2019-10-07T23:50:26.103Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-07T23:50:26.103Z] #61 84.48 Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-10-07T23:50:26.103Z] #61 84.51 Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-07T23:50:26.103Z] #61 84.52 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-07T23:50:26.103Z] #61 84.54 Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-07T23:50:26.103Z] #61 84.55 Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-10-07T23:50:26.103Z] #61 84.56 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-07T23:50:26.103Z] #61 84.59 Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-07T23:50:26.103Z] #61 84.60 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-07T23:50:26.103Z] #61 84.61 Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-07T23:50:26.103Z] #61 84.62 Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-07T23:50:26.103Z] #61 84.63 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:50:26.103Z] #61 DONE 84.9s [2019-10-07T23:50:26.103Z] [2019-10-07T23:50:26.103Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:50:26.649Z] 2945147eda09: Verifying Checksum [2019-10-07T23:50:26.649Z] 2945147eda09: Download complete [2019-10-07T23:50:26.729Z] #62 ... [2019-10-07T23:50:26.729Z] [2019-10-07T23:50:26.729Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:50:26.729Z] #46 23.00 + cd /tmp/tmp.4Ck5zv4ewq/src/github.com/opencontainers/runc [2019-10-07T23:50:26.729Z] #46 23.01 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-07T23:50:26.729Z] #46 23.69 + '[' -z '' ']' [2019-10-07T23:50:26.729Z] #46 23.69 + target=static [2019-10-07T23:50:26.729Z] #46 23.69 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-07T23:50:26.729Z] #46 28.63 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-10-07T23:50:26.729Z] #46 ... [2019-10-07T23:50:26.729Z] [2019-10-07T23:50:26.729Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:50:26.729Z] #24 29.41 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-07T23:50:26.729Z] #24 30.63 [2019-10-07T23:50:26.730Z] #24 31.21 ######################################################################## 100.0% [2019-10-07T23:50:26.730Z] #24 31.45 [2019-10-07T23:50:26.730Z] #24 35.14 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-07T23:50:27.363Z] #24 ... [2019-10-07T23:50:27.363Z] [2019-10-07T23:50:27.363Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:50:27.363Z] #42 4.259 -- The C compiler identification is GNU 6.3.0 [2019-10-07T23:50:27.363Z] #42 4.387 -- Check for working C compiler: /usr/bin/cc [2019-10-07T23:50:27.625Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-07T23:50:27.625Z] Using test binary docker [2019-10-07T23:50:27.625Z] +++ /etc/init.d/apparmor start [2019-10-07T23:50:27.625Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-07T23:50:27.625Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-07T23:50:27.625Z] Warning failed to create cache: (null) [2019-10-07T23:50:27.625Z] . [2019-10-07T23:50:27.625Z] INFO: Waiting for daemon to start... [2019-10-07T23:50:27.625Z] Starting dockerd [2019-10-07T23:50:27.625Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-10-07T23:50:27.881Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-07T23:50:27.881Z] Using test binary docker [2019-10-07T23:50:27.881Z] +++ /etc/init.d/apparmor start [2019-10-07T23:50:27.881Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-07T23:50:27.881Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-07T23:50:27.881Z] Warning failed to create cache: (null) [2019-10-07T23:50:27.881Z] . [2019-10-07T23:50:27.881Z] Starting dockerd [2019-10-07T23:50:27.881Z] INFO: Waiting for daemon to start... [2019-10-07T23:50:27.881Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-10-07T23:50:28.414Z] #42 5.511 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-07T23:50:28.414Z] #42 5.515 -- Detecting C compiler ABI info [2019-10-07T23:50:29.241Z] . [2019-10-07T23:50:29.241Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-07T23:50:29.446Z] #42 6.568 -- Detecting C compiler ABI info - done [2019-10-07T23:50:29.496Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-07T23:50:29.496Z] Error: No such image: emptyfs [2019-10-07T23:50:29.496Z] ++++ docker load [2019-10-07T23:50:29.496Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-07T23:50:29.743Z] #42 6.729 -- Detecting C compile features [2019-10-07T23:50:29.750Z] Running integration-test (iteration 1) [2019-10-07T23:50:29.750Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-10-07T23:50:29.750Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-10-07T23:50:29.750Z] ++ set -e [2019-10-07T23:50:29.750Z] ++ '[' -n 0 ']' [2019-10-07T23:50:29.750Z] ++ set -x [2019-10-07T23:50:29.750Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-10-07T23:50:30.005Z] [2019-10-07T23:50:30.005Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-07T23:50:30.005Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-07T23:50:30.260Z] Error: No such image: emptyfs [2019-10-07T23:50:30.260Z] ++++ docker load [2019-10-07T23:50:30.260Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-07T23:50:30.515Z] Running integration-test (iteration 1) [2019-10-07T23:50:30.515Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-07T23:50:30.515Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-10-07T23:50:30.515Z] ++ set -e [2019-10-07T23:50:30.515Z] ++ '[' -n 0 ']' [2019-10-07T23:50:30.515Z] ++ set -x [2019-10-07T23:50:30.515Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-10-07T23:50:31.130Z] #51 216.5 🇩 bin/containerd-stress [2019-10-07T23:50:32.139Z] ................................................ [ 29%] [2019-10-07T23:50:32.430Z] #51 218.4 🇩 bin/containerd-shim [2019-10-07T23:50:32.472Z] #42 ... [2019-10-07T23:50:32.472Z] [2019-10-07T23:50:32.472Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:50:32.472Z] #24 36.55 [2019-10-07T23:50:32.472Z] #24 37.35 ######################################################################## 100.0% [2019-10-07T23:50:32.472Z] #24 37.75 [2019-10-07T23:50:33.509Z] #24 ... [2019-10-07T23:50:33.509Z] [2019-10-07T23:50:33.509Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-07T23:50:33.509Z] #19 82.48 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-07T23:50:33.804Z] 65014b3c3121: Verifying Checksum [2019-10-07T23:50:33.804Z] 65014b3c3121: Download complete [2019-10-07T23:50:33.816Z] #19 ... [2019-10-07T23:50:33.816Z] [2019-10-07T23:50:33.816Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:50:33.816Z] #24 42.17 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-07T23:50:33.816Z] #24 42.34 skipping existing c8c2d4a6b2e3 [2019-10-07T23:50:34.105Z] #24 42.73 [2019-10-07T23:50:34.737Z] #24 ... [2019-10-07T23:50:34.737Z] [2019-10-07T23:50:34.737Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:50:34.737Z] #34 83.34 bytes [2019-10-07T23:50:34.737Z] #34 83.38 strings [2019-10-07T23:50:34.737Z] #34 ... [2019-10-07T23:50:34.737Z] [2019-10-07T23:50:34.737Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:50:34.737Z] #42 10.00 -- Detecting C compile features - done [2019-10-07T23:50:34.737Z] #42 10.13 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-07T23:50:34.737Z] #42 10.69 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-07T23:50:34.737Z] #42 11.24 -- Configuring done [2019-10-07T23:50:34.737Z] #42 11.32 -- Generating done [2019-10-07T23:50:34.737Z] #42 11.35 -- Build files have been written to: /tmp/tmp.BqxLC5D3vG/tini [2019-10-07T23:50:34.737Z] #42 11.38 + make tini-static [2019-10-07T23:50:34.737Z] #42 11.92 Scanning dependencies of target tini-static [2019-10-07T23:50:35.026Z] #42 12.08 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-07T23:50:37.747Z] #51 224.0 🇩 bin/containerd-shim-runc-v1 [2019-10-07T23:50:37.748Z] #42 ... [2019-10-07T23:50:37.748Z] [2019-10-07T23:50:37.748Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:50:37.748Z] #37 86.35 vendor/golang.org/x/net/dns/dnsmessage [2019-10-07T23:50:37.748Z] #37 86.85 bytes [2019-10-07T23:50:37.748Z] #37 ... [2019-10-07T23:50:37.748Z] [2019-10-07T23:50:37.748Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:50:37.748Z] #24 46.31 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-07T23:50:39.245Z] #24 47.50 [2019-10-07T23:50:39.245Z] #24 ... [2019-10-07T23:50:39.245Z] [2019-10-07T23:50:39.245Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:50:39.245Z] #62 3.156 Note: Building without setproctitle() and strlcpy() support. [2019-10-07T23:50:39.246Z] #62 3.158 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-07T23:50:39.246Z] #62 5.678 fatal: Not a git repository (or any of the parent directories): .git [2019-10-07T23:50:39.246Z] #62 5.736 GEN .gitid [2019-10-07T23:50:39.246Z] #62 5.747 GEN criu/include/version.h [2019-10-07T23:50:39.246Z] #62 5.794 GEN include/common/asm [2019-10-07T23:50:39.246Z] #62 9.404 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-07T23:50:39.246Z] #62 9.691 PBCC images/opts.pb-c.c [2019-10-07T23:50:39.246Z] #62 9.785 PBCC images/sit.pb-c.c [2019-10-07T23:50:39.246Z] #62 9.952 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-07T23:50:39.246Z] #62 10.17 DEP images/opts.pb-c.d [2019-10-07T23:50:39.246Z] #62 10.37 DEP images/sit.pb-c.d [2019-10-07T23:50:39.246Z] #62 10.55 PBCC images/macvlan.pb-c.c [2019-10-07T23:50:39.246Z] #62 10.57 DEP images/macvlan.pb-c.d [2019-10-07T23:50:39.246Z] #62 10.66 PBCC images/autofs.pb-c.c [2019-10-07T23:50:39.246Z] #62 10.71 DEP images/autofs.pb-c.d [2019-10-07T23:50:39.246Z] #62 10.86 PBCC images/sysctl.pb-c.c [2019-10-07T23:50:39.246Z] #62 10.94 DEP images/sysctl.pb-c.d [2019-10-07T23:50:39.246Z] #62 11.04 PBCC images/time.pb-c.c [2019-10-07T23:50:39.246Z] #62 11.08 DEP images/time.pb-c.d [2019-10-07T23:50:39.246Z] #62 11.27 PBCC images/binfmt-misc.pb-c.c [2019-10-07T23:50:39.246Z] #62 11.36 DEP images/binfmt-misc.pb-c.d [2019-10-07T23:50:39.246Z] #62 11.50 PBCC images/seccomp.pb-c.c [2019-10-07T23:50:39.246Z] #62 11.54 DEP images/seccomp.pb-c.d [2019-10-07T23:50:39.246Z] #62 11.67 PBCC images/userns.pb-c.c [2019-10-07T23:50:39.246Z] #62 11.70 DEP images/userns.pb-c.d [2019-10-07T23:50:39.246Z] #62 11.77 PBCC images/cgroup.pb-c.c [2019-10-07T23:50:39.246Z] #62 11.87 DEP images/cgroup.pb-c.d [2019-10-07T23:50:39.246Z] #62 12.03 PBCC images/fown.pb-c.c [2019-10-07T23:50:39.246Z] #62 12.09 PBCC images/ext-file.pb-c.c [2019-10-07T23:50:39.246Z] #62 12.15 DEP images/fown.pb-c.d [2019-10-07T23:50:39.246Z] #62 12.25 DEP images/ext-file.pb-c.d [2019-10-07T23:50:39.246Z] #62 12.34 PBCC images/rpc.pb-c.c [2019-10-07T23:50:39.246Z] #62 12.45 DEP images/rpc.pb-c.d [2019-10-07T23:50:39.246Z] #62 12.59 PBCC images/siginfo.pb-c.c [2019-10-07T23:50:39.246Z] #62 12.63 DEP images/siginfo.pb-c.d [2019-10-07T23:50:39.246Z] #62 12.73 PBCC images/pagemap.pb-c.c [2019-10-07T23:50:39.246Z] #62 12.86 DEP images/pagemap.pb-c.d [2019-10-07T23:50:39.246Z] #62 13.02 PBCC images/rlimit.pb-c.c [2019-10-07T23:50:39.246Z] #62 13.10 DEP images/rlimit.pb-c.d [2019-10-07T23:50:39.246Z] #62 13.20 PBCC images/file-lock.pb-c.c [2019-10-07T23:50:39.246Z] #62 13.23 DEP images/file-lock.pb-c.d [2019-10-07T23:50:39.246Z] #62 13.34 PBCC images/tty.pb-c.c [2019-10-07T23:50:39.246Z] #62 13.44 DEP images/tty.pb-c.d [2019-10-07T23:50:39.533Z] #62 ... [2019-10-07T23:50:39.533Z] [2019-10-07T23:50:39.533Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-07T23:50:39.533Z] #24 48.01 ######################################################################## 100.0% [2019-10-07T23:50:39.821Z] #24 48.33 [2019-10-07T23:50:39.821Z] #24 48.45 Download of images into '/build' complete. [2019-10-07T23:50:40.110Z] #24 48.46 Use something like the following to load the result into a Docker daemon: [2019-10-07T23:50:40.110Z] #24 48.46 tar -cC '/build' . | docker load [2019-10-07T23:50:40.110Z] #24 DONE 48.5s [2019-10-07T23:50:40.110Z] [2019-10-07T23:50:40.110Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:50:40.110Z] #62 13.61 PBCC images/tun.pb-c.c [2019-10-07T23:50:40.110Z] #62 13.72 PBCC images/netdev.pb-c.c [2019-10-07T23:50:40.110Z] #62 13.83 DEP images/tun.pb-c.d [2019-10-07T23:50:40.110Z] #62 13.99 DEP images/netdev.pb-c.d [2019-10-07T23:50:40.110Z] #62 ... [2019-10-07T23:50:40.110Z] [2019-10-07T23:50:40.110Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:50:40.110Z] #42 15.94 [100%] Linking C executable tini-static [2019-10-07T23:50:40.110Z] #42 17.03 [100%] Built target tini-static [2019-10-07T23:50:40.110Z] #42 17.15 + mkdir -p /build [2019-10-07T23:50:40.110Z] #42 17.16 + cp tini-static /build/docker-init [2019-10-07T23:50:40.110Z] #42 DONE 17.3s [2019-10-07T23:50:40.417Z] [2019-10-07T23:50:40.417Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:50:40.417Z] #62 14.29 PBCC images/vma.pb-c.c [2019-10-07T23:50:40.417Z] #62 14.38 DEP images/vma.pb-c.d [2019-10-07T23:50:40.704Z] #62 14.67 PBCC images/creds.pb-c.c [2019-10-07T23:50:40.704Z] #62 14.78 DEP images/creds.pb-c.d [2019-10-07T23:50:40.991Z] #62 14.99 PBCC images/utsns.pb-c.c [2019-10-07T23:50:41.280Z] #62 15.08 DEP images/utsns.pb-c.d [2019-10-07T23:50:41.280Z] #62 15.25 PBCC images/ipc-desc.pb-c.c [2019-10-07T23:50:41.280Z] #62 15.33 PBCC images/ipc-sem.pb-c.c [2019-10-07T23:50:41.396Z] #51 227.6 🇩 binaries [2019-10-07T23:50:41.396Z] #51 227.6 + mkdir -p /build [2019-10-07T23:50:41.396Z] #51 227.6 + cp bin/containerd /build/containerd [2019-10-07T23:50:41.396Z] #51 227.6 + cp bin/containerd-shim /build/containerd-shim [2019-10-07T23:50:41.396Z] #51 227.6 + cp bin/ctr /build/ctr [2019-10-07T23:50:41.567Z] #62 15.51 DEP images/ipc-desc.pb-c.d [2019-10-07T23:50:41.567Z] #62 15.64 DEP images/ipc-sem.pb-c.d [2019-10-07T23:50:41.567Z] #62 15.74 PBCC images/ipc-msg.pb-c.c [2019-10-07T23:50:41.802Z] #51 DONE 227.8s [2019-10-07T23:50:41.855Z] #62 15.79 DEP images/ipc-msg.pb-c.d [2019-10-07T23:50:41.855Z] #62 15.91 PBCC images/ipc-shm.pb-c.c [2019-10-07T23:50:41.855Z] #62 15.99 DEP images/ipc-shm.pb-c.d [2019-10-07T23:50:42.147Z] #62 16.08 PBCC images/ipc-var.pb-c.c [2019-10-07T23:50:42.147Z] #62 16.14 DEP images/ipc-var.pb-c.d [2019-10-07T23:50:42.147Z] #62 16.24 PBCC images/sk-opts.pb-c.c [2019-10-07T23:50:42.243Z] [2019-10-07T23:50:42.243Z] #52 [dev 17/25] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-07T23:50:42.243Z] #52 DONE 0.1s [2019-10-07T23:50:42.243Z] [2019-10-07T23:50:42.243Z] #55 [dev 18/25] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-07T23:50:42.243Z] #55 DONE 0.1s [2019-10-07T23:50:42.243Z] [2019-10-07T23:50:42.243Z] #58 [dev 19/25] COPY --from=dockercli /build/ /usr/local/cli [2019-10-07T23:50:42.435Z] #62 16.38 PBCC images/packet-sock.pb-c.c [2019-10-07T23:50:42.435Z] #62 16.52 DEP images/sk-opts.pb-c.d [2019-10-07T23:50:42.642Z] #58 DONE 0.1s [2019-10-07T23:50:42.642Z] [2019-10-07T23:50:42.642Z] #60 [dev 20/25] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-07T23:50:42.642Z] #60 DONE 0.1s [2019-10-07T23:50:42.642Z] [2019-10-07T23:50:42.642Z] #63 [dev 21/25] COPY --from=criu /build/ /usr/local/ [2019-10-07T23:50:42.642Z] #63 DONE 0.1s [2019-10-07T23:50:42.642Z] [2019-10-07T23:50:42.642Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-07T23:50:42.721Z] #62 16.56 DEP images/packet-sock.pb-c.d [2019-10-07T23:50:42.721Z] #62 16.67 PBCC images/sk-netlink.pb-c.c [2019-10-07T23:50:42.721Z] #62 16.75 DEP images/sk-netlink.pb-c.d [2019-10-07T23:50:43.008Z] #62 16.90 PBCC images/sk-inet.pb-c.c [2019-10-07T23:50:43.008Z] #62 17.02 DEP images/sk-inet.pb-c.d [2019-10-07T23:50:43.022Z] #67 DONE 0.2s [2019-10-07T23:50:43.022Z] [2019-10-07T23:50:43.022Z] #69 [dev 23/25] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-07T23:50:43.022Z] #69 DONE 0.1s [2019-10-07T23:50:43.022Z] [2019-10-07T23:50:43.022Z] #70 [dev 24/25] WORKDIR /go/src/github.com/docker/docker [2019-10-07T23:50:43.022Z] #70 DONE 0.0s [2019-10-07T23:50:43.022Z] [2019-10-07T23:50:43.022Z] #71 [dev 25/25] COPY . /go/src/github.com/docker/docker [2019-10-07T23:50:43.297Z] #62 17.15 PBCC images/sk-unix.pb-c.c [2019-10-07T23:50:43.297Z] #62 17.29 DEP images/sk-unix.pb-c.d [2019-10-07T23:50:43.297Z] #62 17.39 PBCC images/mm.pb-c.c [2019-10-07T23:50:43.297Z] #62 ... [2019-10-07T23:50:43.297Z] [2019-10-07T23:50:43.297Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:50:43.297Z] #17 25.52 Reading package lists... [2019-10-07T23:50:43.584Z] #17 36.81 Reading package lists... [2019-10-07T23:50:43.584Z] #17 ... [2019-10-07T23:50:43.584Z] [2019-10-07T23:50:43.584Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:50:43.584Z] #62 17.51 DEP images/mm.pb-c.d [2019-10-07T23:50:43.584Z] #62 17.65 PBCC images/timerfd.pb-c.c [2019-10-07T23:50:43.584Z] #62 17.70 DEP images/timerfd.pb-c.d [2019-10-07T23:50:43.584Z] #62 17.76 PBCC images/timer.pb-c.c [2019-10-07T23:50:43.842Z] #71 DONE 0.6s [2019-10-07T23:50:43.842Z] [2019-10-07T23:50:43.842Z] #72 exporting to oci image format [2019-10-07T23:50:43.842Z] #72 exporting layers [2019-10-07T23:50:43.871Z] #62 17.79 DEP images/timer.pb-c.d [2019-10-07T23:50:43.872Z] #62 17.88 PBCC images/sa.pb-c.c [2019-10-07T23:50:43.872Z] #62 17.96 DEP images/sa.pb-c.d [2019-10-07T23:50:44.160Z] #62 18.07 PBCC images/pipe-data.pb-c.c [2019-10-07T23:50:44.160Z] #62 18.12 DEP images/pipe-data.pb-c.d [2019-10-07T23:50:44.160Z] #62 18.20 PBCC images/mnt.pb-c.c [2019-10-07T23:50:44.160Z] #62 18.29 DEP images/mnt.pb-c.d [2019-10-07T23:50:44.447Z] #62 18.38 PBCC images/sk-packet.pb-c.c [2019-10-07T23:50:44.447Z] #62 18.42 DEP images/sk-packet.pb-c.d [2019-10-07T23:50:44.447Z] #62 18.51 PBCC images/tcp-stream.pb-c.c [2019-10-07T23:50:44.736Z] #62 18.59 DEP images/tcp-stream.pb-c.d [2019-10-07T23:50:44.736Z] #62 18.68 PBCC images/pipe.pb-c.c [2019-10-07T23:50:44.736Z] #62 18.77 DEP images/pipe.pb-c.d [2019-10-07T23:50:44.736Z] #62 18.87 PBCC images/pstree.pb-c.c [2019-10-07T23:50:45.024Z] #62 18.94 DEP images/pstree.pb-c.d [2019-10-07T23:50:45.024Z] #62 19.04 PBCC images/fs.pb-c.c [2019-10-07T23:50:45.024Z] #62 19.10 DEP images/fs.pb-c.d [2019-10-07T23:50:45.024Z] #62 19.19 PBCC images/signalfd.pb-c.c [2019-10-07T23:50:45.313Z] #62 19.29 DEP images/signalfd.pb-c.d [2019-10-07T23:50:45.313Z] #62 19.40 PBCC images/fh.pb-c.c [2019-10-07T23:50:45.608Z] #62 19.49 PBCC images/fsnotify.pb-c.c [2019-10-07T23:50:45.608Z] #62 19.65 DEP images/fh.pb-c.d [2019-10-07T23:50:45.608Z] #62 19.78 DEP images/fsnotify.pb-c.d [2019-10-07T23:50:45.897Z] #62 19.90 PBCC images/eventpoll.pb-c.c [2019-10-07T23:50:45.897Z] #62 19.93 DEP images/eventpoll.pb-c.d [2019-10-07T23:50:45.897Z] #62 19.99 PBCC images/eventfd.pb-c.c [2019-10-07T23:50:45.897Z] #62 20.03 DEP images/eventfd.pb-c.d [2019-10-07T23:50:46.188Z] #62 20.11 PBCC images/remap-file-path.pb-c.c [2019-10-07T23:50:46.188Z] #62 20.14 DEP images/remap-file-path.pb-c.d [2019-10-07T23:50:46.188Z] #62 20.22 PBCC images/fifo.pb-c.c [2019-10-07T23:50:46.188Z] #62 20.29 DEP images/fifo.pb-c.d [2019-10-07T23:50:46.478Z] #62 20.41 PBCC images/ghost-file.pb-c.c [2019-10-07T23:50:46.478Z] #62 20.55 DEP images/ghost-file.pb-c.d [2019-10-07T23:50:46.804Z] #62 20.64 PBCC images/regfile.pb-c.c [2019-10-07T23:50:46.804Z] #62 ... [2019-10-07T23:50:46.804Z] [2019-10-07T23:50:46.804Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:50:46.804Z] #34 95.26 bufio [2019-10-07T23:50:46.804Z] #34 97.15 reflect [2019-10-07T23:50:46.804Z] #34 98.40 path [2019-10-07T23:50:46.804Z] #34 103.4 text/tabwriter [2019-10-07T23:50:46.804Z] #34 ... [2019-10-07T23:50:46.804Z] [2019-10-07T23:50:46.804Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:50:46.804Z] #62 20.73 DEP images/regfile.pb-c.d [2019-10-07T23:50:46.804Z] #62 20.86 PBCC images/ns.pb-c.c [2019-10-07T23:50:46.804Z] #62 20.90 DEP images/ns.pb-c.d [2019-10-07T23:50:47.113Z] #62 21.03 PBCC images/fdinfo.pb-c.c [2019-10-07T23:50:47.113Z] #62 21.18 DEP images/fdinfo.pb-c.d [2019-10-07T23:50:47.113Z] #62 21.27 PBCC images/core-aarch64.pb-c.c [2019-10-07T23:50:47.404Z] #62 21.45 PBCC images/core-arm.pb-c.c [2019-10-07T23:50:47.699Z] #62 21.58 PBCC images/core-ppc64.pb-c.c [2019-10-07T23:50:47.699Z] #62 21.73 PBCC images/core-s390.pb-c.c [2019-10-07T23:50:47.988Z] #62 21.88 PBCC images/core-x86.pb-c.c [2019-10-07T23:50:47.988Z] #62 22.06 PBCC images/core.pb-c.c [2019-10-07T23:50:48.295Z] #62 22.31 PBCC images/inventory.pb-c.c [2019-10-07T23:50:48.589Z] #62 22.50 DEP images/core-aarch64.pb-c.d [2019-10-07T23:50:48.589Z] #62 22.58 DEP images/core-arm.pb-c.d [2019-10-07T23:50:48.885Z] #62 22.71 DEP images/core-ppc64.pb-c.d [2019-10-07T23:50:48.885Z] #62 22.82 DEP images/core-s390.pb-c.d [2019-10-07T23:50:49.174Z] #62 22.97 DEP images/core-x86.pb-c.d [2019-10-07T23:50:49.174Z] #62 23.10 DEP images/core.pb-c.d [2019-10-07T23:50:49.174Z] #62 23.23 DEP images/inventory.pb-c.d [2019-10-07T23:50:49.464Z] #62 23.39 PBCC images/cpuinfo.pb-c.c [2019-10-07T23:50:49.464Z] #62 23.45 DEP images/cpuinfo.pb-c.d [2019-10-07T23:50:49.754Z] #62 23.56 PBCC images/stats.pb-c.c [2019-10-07T23:50:49.754Z] #62 23.59 DEP images/stats.pb-c.d [2019-10-07T23:50:51.257Z] #62 ... [2019-10-07T23:50:51.257Z] [2019-10-07T23:50:51.257Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:50:51.257Z] #37 99.84 bufio [2019-10-07T23:50:51.257Z] #37 102.8 reflect [2019-10-07T23:50:51.257Z] #37 108.5 regexp/syntax [2019-10-07T23:50:51.546Z] #37 ... [2019-10-07T23:50:51.546Z] [2019-10-07T23:50:51.546Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:50:51.546Z] #17 36.81 Reading package lists... [2019-10-07T23:50:51.546Z] #17 48.36 Building dependency tree... [2019-10-07T23:50:51.546Z] #17 51.46 The following additional packages will be installed: [2019-10-07T23:50:51.546Z] #17 51.46 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-07T23:50:51.546Z] #17 51.46 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-07T23:50:51.546Z] #17 51.47 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-07T23:50:51.546Z] #17 51.47 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-07T23:50:51.546Z] #17 51.47 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-07T23:50:51.546Z] #17 51.47 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-07T23:50:51.546Z] #17 51.47 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-07T23:50:51.546Z] #17 51.47 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-07T23:50:51.546Z] #17 51.47 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-07T23:50:51.546Z] #17 51.48 Suggested packages: [2019-10-07T23:50:51.546Z] #17 51.48 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-07T23:50:51.546Z] #17 51.48 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-07T23:50:51.546Z] #17 51.48 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-07T23:50:51.546Z] #17 51.48 vim-doc vim-scripts xfsdump acl attr quota [2019-10-07T23:50:51.546Z] #17 51.48 Recommended packages: [2019-10-07T23:50:51.546Z] #17 51.48 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-07T23:50:51.546Z] #17 51.48 python3-keyrings.alt python3-xdg unzip [2019-10-07T23:50:52.574Z] #17 ... [2019-10-07T23:50:52.574Z] [2019-10-07T23:50:52.574Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:50:52.574Z] #62 26.44 make[1]: Nothing to be done for 'all'. [2019-10-07T23:50:54.696Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-10-07T23:50:55.325Z] #62 28.90 CC images/stats.o [2019-10-07T23:50:55.617Z] #62 29.63 CC images/core.o [2019-10-07T23:50:57.120Z] #62 30.93 CC images/core-x86.o [2019-10-07T23:50:57.410Z] #62 ... [2019-10-07T23:50:57.410Z] [2019-10-07T23:50:57.410Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:50:57.410Z] #17 59.10 The following NEW packages will be installed: [2019-10-07T23:50:57.410Z] #17 59.11 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-07T23:50:57.410Z] #17 59.11 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-07T23:50:57.410Z] #17 59.11 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-07T23:50:57.410Z] #17 59.11 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-07T23:50:57.410Z] #17 59.11 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-07T23:50:57.410Z] #17 59.11 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-07T23:50:57.410Z] #17 59.11 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-07T23:50:57.410Z] #17 59.11 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-07T23:50:57.410Z] #17 59.11 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-07T23:50:57.410Z] #17 59.11 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-07T23:50:57.410Z] #17 59.12 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-07T23:50:57.410Z] #17 59.12 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-07T23:50:57.410Z] #17 59.12 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-07T23:50:57.410Z] #17 59.12 xfsprogs xxd xz-utils zip [2019-10-07T23:50:57.410Z] #17 59.24 0 upgraded, 69 newly installed, 0 to remove and 12 not upgraded. [2019-10-07T23:50:57.410Z] #17 59.24 Need to get 87.3 MB of archives. [2019-10-07T23:50:57.410Z] #17 59.24 After this operation, 585 MB of additional disk space will be used. [2019-10-07T23:50:57.410Z] #17 59.24 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-10-07T23:50:57.410Z] #17 59.30 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-07T23:50:57.410Z] #17 59.30 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-10-07T23:50:57.410Z] #17 59.31 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-10-07T23:50:57.410Z] #17 59.35 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-10-07T23:50:57.410Z] #17 59.37 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-10-07T23:50:57.410Z] #17 59.46 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-10-07T23:50:57.410Z] #17 59.70 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-10-07T23:50:57.410Z] #17 59.71 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-10-07T23:50:57.410Z] #17 59.73 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-10-07T23:50:57.410Z] #17 60.05 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-10-07T23:50:57.410Z] #17 60.08 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-10-07T23:50:57.410Z] #17 60.09 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-10-07T23:50:57.410Z] #17 60.09 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-10-07T23:50:57.410Z] #17 60.11 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-10-07T23:50:57.410Z] #17 60.12 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-10-07T23:50:57.410Z] #17 60.14 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-07T23:50:57.410Z] #17 60.16 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-10-07T23:50:57.410Z] #17 60.17 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-10-07T23:50:57.410Z] #17 60.18 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-10-07T23:50:57.410Z] #17 60.19 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-10-07T23:50:57.410Z] #17 60.24 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-07T23:50:57.410Z] #17 60.27 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-07T23:50:57.410Z] #17 60.29 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-10-07T23:50:57.410Z] #17 60.30 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-10-07T23:50:57.410Z] #17 60.31 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-10-07T23:50:57.410Z] #17 60.35 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-10-07T23:50:57.410Z] #17 60.36 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-07T23:50:57.410Z] #17 60.37 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-07T23:50:57.699Z] #17 60.44 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-07T23:50:57.700Z] #17 60.45 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-10-07T23:50:57.700Z] #17 60.48 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-10-07T23:50:57.700Z] #17 60.49 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-07T23:50:57.700Z] #17 60.51 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-07T23:50:57.700Z] #17 60.53 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-07T23:50:57.700Z] #17 60.54 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-10-07T23:50:57.700Z] #17 60.54 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-10-07T23:50:57.700Z] #17 60.55 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.137-2 [41.0 kB] [2019-10-07T23:50:57.700Z] #17 60.56 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-10-07T23:50:57.700Z] #17 60.60 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-10-07T23:50:57.991Z] #17 60.64 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-10-07T23:50:57.991Z] #17 60.66 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-10-07T23:50:57.991Z] #17 60.75 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-10-07T23:50:57.991Z] #17 60.78 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-10-07T23:50:57.991Z] #17 60.79 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-10-07T23:50:57.991Z] #17 60.79 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-07T23:50:57.991Z] #17 60.81 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-10-07T23:50:57.991Z] #17 60.83 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-10-07T23:50:58.283Z] #17 61.12 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-10-07T23:50:58.283Z] #17 61.15 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-10-07T23:50:58.572Z] #17 61.30 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-07T23:50:58.572Z] #17 61.31 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-07T23:50:58.572Z] #17 61.33 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-10-07T23:50:58.572Z] #17 61.37 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-07T23:50:58.572Z] #17 61.37 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-10-07T23:50:58.572Z] #17 61.43 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-10-07T23:50:59.213Z] #17 61.97 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-10-07T23:50:59.213Z] #17 62.08 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-10-07T23:50:59.213Z] #17 62.17 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-10-07T23:50:59.500Z] #17 62.19 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-10-07T23:50:59.500Z] #17 62.21 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-10-07T23:50:59.500Z] #17 62.32 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-i686 ppc64el 2.28-5+7.4+b4 [1957 kB] [2019-10-07T23:50:59.791Z] #17 62.55 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.28-5+7.4+b4 [2454 kB] [2019-10-07T23:51:00.081Z] #17 62.83 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-10-07T23:51:00.081Z] #17 62.85 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-07T23:51:00.709Z] #17 63.53 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-10-07T23:51:01.381Z] #17 64.18 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-base ppc64el 6.3.0-18+19.3+b3 [170 kB] [2019-10-07T23:51:01.381Z] #17 64.24 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [31.0 MB] [2019-10-07T23:51:02.525Z] Loaded image: buildpack-deps:jessie [2019-10-07T23:51:02.781Z] Loaded image: busybox:latest [2019-10-07T23:51:02.781Z] Loaded image: buildpack-deps:jessie [2019-10-07T23:51:03.036Z] Loaded image: busybox:latest [2019-10-07T23:51:03.036Z] Loaded image: busybox:glibc [2019-10-07T23:51:03.036Z] Loaded image: debian:jessie [2019-10-07T23:51:03.238Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-10-07T23:51:03.292Z] Loaded image: hello-world:latest [2019-10-07T23:51:03.292Z] INFO: Testing against a local daemon [2019-10-07T23:51:03.292Z] === RUN TestDockerSuite [2019-10-07T23:51:03.292Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-07T23:51:03.292Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-07T23:51:03.437Z] #17 ... [2019-10-07T23:51:03.437Z] [2019-10-07T23:51:03.437Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:51:03.438Z] #51 64.43 Checking out files: 46% (1357/2930) Checking out files: 47% (1378/2930) Checking out files: 48% (1407/2930) Checking out files: 49% (1436/2930) Checking out files: 50% (1465/2930) Checking out files: 51% (1495/2930) Checking out files: 52% (1524/2930) Checking out files: 53% (1553/2930) Checking out files: 54% (1583/2930) Checking out files: 55% (1612/2930) Checking out files: 56% (1641/2930) Checking out files: 57% (1671/2930) Checking out files: 58% (1700/2930) Checking out files: 59% (1729/2930) Checking out files: 60% (1758/2930) Checking out files: 61% (1788/2930) Checking out files: 62% (1817/2930) Checking out files: 63% (1846/2930) Checking out files: 64% (1876/2930) Checking out files: 65% (1905/2930) Checking out files: 66% (1934/2930) Checking out files: 67% (1964/2930) Checking out files: 68% (1993/2930) Checking out files: 69% (2022/2930) Checking out files: 70% (2051/2930) Checking out files: 71% (2081/2930) Checking out files: 72% (2110/2930) Checking out files: 73% (2139/2930) Checking out files: 74% (2169/2930) Checking out files: 75% (2198/2930) Checking out files: 76% (2227/2930) Checking out files: 77% (2257/2930) Checking out files: 78% (2286/2930) Checking out files: 79% (2315/2930) Checking out files: 80% (2344/2930) Checking out files: 81% (2374/2930) Checking out files: 82% (2403/2930) Checking out files: 83% (2432/2930) Checking out files: 84% (2462/2930) Checking out files: 85% (2491/2930) Checking out files: 86% (2520/2930) Checking out files: 87% (2550/2930) Checking out files: 88% (2579/2930) Checking out files: 89% (2608/2930) Checking out files: 90% (2637/2930) Checking out files: 91% (2667/2930) Checking out files: 92% (2696/2930) Checking out files: 93% (2725/2930) Checking out files: 94% (2755/2930) Checking out files: 95% (2784/2930) Checking out files: 96% (2813/2930) Checking out files: 97% (2843/2930) Checking out files: 98% (2872/2930) Checking out files: 99% (2901/2930) Checking out files: 100% (2930/2930) Checking out files: 100% (2930/2930), done. [2019-10-07T23:51:03.438Z] #51 65.74 + cd /tmp/tmp.3IfWWtzzEu/src/github.com/containerd/containerd [2019-10-07T23:51:03.438Z] #51 65.74 + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-10-07T23:51:03.546Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-07T23:51:03.546Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-07T23:51:03.546Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-07T23:51:03.546Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-07T23:51:03.546Z] Loaded image: busybox:glibc [2019-10-07T23:51:03.546Z] Loaded image: debian:jessie [2019-10-07T23:51:03.546Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-07T23:51:03.546Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-07T23:51:03.801Z] Loaded image: hello-world:latest [2019-10-07T23:51:03.801Z] INFO: Testing against a local daemon [2019-10-07T23:51:03.801Z] === RUN TestDockerDaemonSuite [2019-10-07T23:51:03.801Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-10-07T23:51:04.474Z] #51 ... [2019-10-07T23:51:04.474Z] [2019-10-07T23:51:04.474Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:51:04.474Z] #34 112.8 internal/syscall/unix [2019-10-07T23:51:04.474Z] #34 112.9 time [2019-10-07T23:51:04.474Z] #34 ... [2019-10-07T23:51:04.474Z] [2019-10-07T23:51:04.474Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:51:04.474Z] #51 67.84 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-07T23:51:04.474Z] #51 67.84 + BUILDTAGS='netgo osusergo static_build' [2019-10-07T23:51:04.474Z] #51 67.84 + export EXTRA_FLAGS=-buildmode=pie [2019-10-07T23:51:04.474Z] #51 67.84 + EXTRA_FLAGS=-buildmode=pie [2019-10-07T23:51:04.474Z] #51 67.85 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-07T23:51:04.474Z] #51 67.85 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-07T23:51:04.474Z] #51 67.85 + '[' '' = dynamic ']' [2019-10-07T23:51:04.474Z] #51 67.85 + make [2019-10-07T23:51:05.512Z] #51 68.68 🇩 bin/ctr [2019-10-07T23:51:06.171Z] #51 ... [2019-10-07T23:51:06.171Z] [2019-10-07T23:51:06.171Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:51:06.171Z] #37 114.6 hash/crc32 [2019-10-07T23:51:06.171Z] #37 119.0 vendor/golang.org/x/text/transform [2019-10-07T23:51:06.171Z] #37 122.2 time [2019-10-07T23:51:06.171Z] #37 ... [2019-10-07T23:51:06.171Z] [2019-10-07T23:51:06.171Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:51:06.171Z] #34 124.8 internal/poll [2019-10-07T23:51:08.921Z] #34 ... [2019-10-07T23:51:08.921Z] [2019-10-07T23:51:08.921Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:51:08.921Z] #62 32.46 CC images/core-arm.o [2019-10-07T23:51:08.921Z] #62 33.31 CC images/core-aarch64.o [2019-10-07T23:51:08.921Z] #62 34.14 CC images/core-ppc64.o [2019-10-07T23:51:08.921Z] #62 35.68 CC images/core-s390.o [2019-10-07T23:51:08.921Z] #62 37.47 CC images/cpuinfo.o [2019-10-07T23:51:08.921Z] #62 38.57 CC images/inventory.o [2019-10-07T23:51:08.921Z] #62 39.26 CC images/fdinfo.o [2019-10-07T23:51:08.921Z] #62 40.05 CC images/fown.o [2019-10-07T23:51:08.921Z] #62 40.61 CC images/ns.o [2019-10-07T23:51:08.921Z] #62 41.02 CC images/regfile.o [2019-10-07T23:51:08.921Z] #62 41.55 CC images/ghost-file.o [2019-10-07T23:51:08.921Z] #62 42.21 CC images/fifo.o [2019-10-07T23:51:08.921Z] #62 42.67 CC images/remap-file-path.o [2019-10-07T23:51:08.921Z] #62 42.92 CC images/eventfd.o [2019-10-07T23:51:09.548Z] #62 43.39 CC images/eventpoll.o [2019-10-07T23:51:10.175Z] #62 43.97 CC images/fh.o [2019-10-07T23:51:10.175Z] #62 ... [2019-10-07T23:51:10.175Z] [2019-10-07T23:51:10.175Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:51:10.175Z] #17 68.49 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el g++-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [21.6 MB] [2019-10-07T23:51:10.175Z] #17 72.40 debconf: delaying package configuration, since apt-utils is not installed [2019-10-07T23:51:10.175Z] #17 72.73 Fetched 87.3 MB in 11s (7481 kB/s) [2019-10-07T23:51:10.175Z] #17 72.92 Selecting previously unselected package bash-completion. [2019-10-07T23:51:10.418Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-10-07T23:51:10.466Z] #17 72.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15020 files and directories currently installed.) [2019-10-07T23:51:10.466Z] #17 73.10 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-07T23:51:11.870Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-07T23:51:11.870Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-07T23:51:11.870Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-07T23:51:11.870Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-07T23:51:12.520Z] #17 ... [2019-10-07T23:51:12.520Z] [2019-10-07T23:51:12.520Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:51:12.520Z] #37 130.9 regexp [2019-10-07T23:51:14.386Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-07T23:51:14.386Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-07T23:51:14.386Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-07T23:51:14.946Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-10-07T23:51:16.841Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-07T23:51:17.400Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-07T23:51:17.400Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-07T23:51:17.400Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-07T23:51:17.654Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-07T23:51:18.057Z] #37 ... [2019-10-07T23:51:18.057Z] [2019-10-07T23:51:18.057Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:51:18.057Z] #62 44.57 CC images/fsnotify.o [2019-10-07T23:51:18.057Z] #62 46.07 CC images/signalfd.o [2019-10-07T23:51:18.057Z] #62 46.55 CC images/fs.o [2019-10-07T23:51:18.057Z] #62 46.94 CC images/pstree.o [2019-10-07T23:51:18.057Z] #62 47.41 CC images/pipe.o [2019-10-07T23:51:18.057Z] #62 47.91 CC images/tcp-stream.o [2019-10-07T23:51:18.057Z] #62 48.42 CC images/sk-packet.o [2019-10-07T23:51:18.057Z] #62 49.08 CC images/mnt.o [2019-10-07T23:51:18.057Z] #62 49.61 CC images/pipe-data.o [2019-10-07T23:51:18.057Z] #62 49.96 CC images/sa.o [2019-10-07T23:51:18.057Z] #62 50.47 CC images/timer.o [2019-10-07T23:51:18.057Z] #62 51.29 CC images/timerfd.o [2019-10-07T23:51:18.057Z] #62 51.65 CC images/mm.o [2019-10-07T23:51:18.057Z] #62 ... [2019-10-07T23:51:18.057Z] [2019-10-07T23:51:18.057Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:51:18.057Z] #17 80.48 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-07T23:51:18.215Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-10-07T23:51:18.215Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-07T23:51:18.344Z] #17 81.28 Selecting previously unselected package libnet1:ppc64el. [2019-10-07T23:51:18.641Z] #17 81.28 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-07T23:51:18.641Z] #17 81.29 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-07T23:51:18.641Z] #17 81.50 Selecting previously unselected package libnfnetlink0:ppc64el. [2019-10-07T23:51:18.641Z] #17 81.51 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-10-07T23:51:18.641Z] #17 81.51 Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-07T23:51:18.969Z] #17 81.62 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-10-07T23:51:18.969Z] #17 81.63 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-10-07T23:51:18.969Z] #17 81.65 Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-07T23:51:19.257Z] #17 81.89 Selecting previously unselected package libudev-dev:ppc64el. [2019-10-07T23:51:19.257Z] #17 81.90 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-07T23:51:19.257Z] #17 81.96 Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-07T23:51:19.544Z] #17 82.30 Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-10-07T23:51:19.544Z] #17 82.32 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-07T23:51:19.544Z] #17 82.33 Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-07T23:51:20.099Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-07T23:51:20.099Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-07T23:51:20.099Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-07T23:51:20.099Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-07T23:51:20.563Z] #17 83.27 Selecting previously unselected package python3.5-minimal. [2019-10-07T23:51:20.563Z] #17 83.28 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-07T23:51:20.563Z] #17 83.31 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-07T23:51:20.852Z] #17 ... [2019-10-07T23:51:20.852Z] [2019-10-07T23:51:20.852Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:51:20.852Z] #34 129.4 os [2019-10-07T23:51:20.852Z] #34 131.2 internal/fmtsort [2019-10-07T23:51:20.852Z] #34 134.1 path/filepath [2019-10-07T23:51:20.852Z] #34 134.3 fmt [2019-10-07T23:51:20.852Z] #34 137.3 io/ioutil [2019-10-07T23:51:20.852Z] #34 ... [2019-10-07T23:51:20.852Z] [2019-10-07T23:51:20.852Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:51:20.852Z] #37 139.7 os/exec [2019-10-07T23:51:21.140Z] #37 139.8 net [2019-10-07T23:51:22.655Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-10-07T23:51:26.684Z] #37 144.4 internal/lazyregexp [2019-10-07T23:51:26.684Z] #37 ... [2019-10-07T23:51:26.684Z] [2019-10-07T23:51:26.684Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:51:26.684Z] #17 84.86 Selecting previously unselected package python3-minimal. [2019-10-07T23:51:26.684Z] #17 84.87 Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-10-07T23:51:26.684Z] #17 84.88 Unpacking python3-minimal (3.5.3-1) ... [2019-10-07T23:51:26.684Z] #17 85.04 Selecting previously unselected package libmpdec2:ppc64el. [2019-10-07T23:51:26.684Z] #17 85.06 Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-10-07T23:51:26.684Z] #17 85.08 Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-10-07T23:51:26.684Z] #17 85.28 Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-10-07T23:51:26.684Z] #17 85.29 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-07T23:51:26.684Z] #17 85.29 Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-07T23:51:26.684Z] #17 88.23 Selecting previously unselected package python3.5. [2019-10-07T23:51:26.684Z] #17 88.24 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-07T23:51:26.684Z] #17 88.24 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-07T23:51:26.684Z] #17 88.59 Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-10-07T23:51:26.684Z] #17 88.65 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-10-07T23:51:26.684Z] #17 88.65 Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-07T23:51:26.684Z] #17 88.78 Selecting previously unselected package dh-python. [2019-10-07T23:51:26.684Z] #17 88.81 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-07T23:51:26.684Z] #17 88.83 Unpacking dh-python (2.20170125) ... [2019-10-07T23:51:26.684Z] #17 89.13 Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-07T23:51:26.684Z] #17 89.15 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-07T23:51:27.888Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-07T23:51:27.888Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-10-07T23:51:28.762Z] #17 ... [2019-10-07T23:51:28.762Z] [2019-10-07T23:51:28.762Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:51:28.762Z] #62 52.43 CC images/sk-opts.o [2019-10-07T23:51:28.762Z] #62 53.16 CC images/sk-unix.o [2019-10-07T23:51:28.762Z] #62 53.83 CC images/sk-inet.o [2019-10-07T23:51:28.762Z] #62 54.79 CC images/tun.o [2019-10-07T23:51:28.762Z] #62 55.45 CC images/sk-netlink.o [2019-10-07T23:51:28.762Z] #62 56.06 CC images/packet-sock.o [2019-10-07T23:51:28.762Z] #62 56.91 CC images/ipc-var.o [2019-10-07T23:51:28.762Z] #62 57.43 CC images/ipc-desc.o [2019-10-07T23:51:28.762Z] #62 58.02 CC images/ipc-shm.o [2019-10-07T23:51:28.762Z] #62 58.44 CC images/ipc-msg.o [2019-10-07T23:51:28.762Z] #62 59.06 CC images/ipc-sem.o [2019-10-07T23:51:28.762Z] #62 59.48 CC images/utsns.o [2019-10-07T23:51:28.762Z] #62 60.01 CC images/creds.o [2019-10-07T23:51:28.762Z] #62 60.45 CC images/vma.o [2019-10-07T23:51:28.762Z] #62 60.93 CC images/netdev.o [2019-10-07T23:51:28.762Z] #62 61.74 CC images/tty.o [2019-10-07T23:51:29.411Z] #62 63.17 CC images/file-lock.o [2019-10-07T23:51:29.702Z] #62 63.63 CC images/rlimit.o [2019-10-07T23:51:30.326Z] #62 64.12 CC images/pagemap.o [2019-10-07T23:51:30.403Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-10-07T23:51:30.403Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-07T23:51:30.613Z] #62 64.62 CC images/siginfo.o [2019-10-07T23:51:30.901Z] #62 ... [2019-10-07T23:51:30.901Z] [2019-10-07T23:51:30.901Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:51:30.901Z] #37 149.6 go/token [2019-10-07T23:51:30.901Z] #37 149.6 net/url [2019-10-07T23:51:30.901Z] #37 149.6 text/template/parse [2019-10-07T23:51:32.392Z] #37 ... [2019-10-07T23:51:32.392Z] [2019-10-07T23:51:32.392Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:51:32.392Z] #34 140.8 flag [2019-10-07T23:51:32.392Z] #34 140.8 github.com/BurntSushi/toml [2019-10-07T23:51:32.392Z] #34 140.8 log [2019-10-07T23:51:32.392Z] #34 148.9 github.com/BurntSushi/toml/cmd/tomlv [2019-10-07T23:51:32.392Z] #34 ... [2019-10-07T23:51:32.392Z] [2019-10-07T23:51:32.392Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:51:32.392Z] #62 65.32 CC images/rpc.o [2019-10-07T23:51:33.665Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-10-07T23:51:34.446Z] #62 68.63 CC images/ext-file.o [2019-10-07T23:51:35.024Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-07T23:51:35.074Z] #62 69.00 CC images/cgroup.o [2019-10-07T23:51:35.899Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-10-07T23:51:36.595Z] #62 ... [2019-10-07T23:51:36.595Z] [2019-10-07T23:51:36.595Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:51:36.595Z] #17 96.46 Setting up python3-minimal (3.5.3-1) ... [2019-10-07T23:51:36.595Z] #17 98.58 Selecting previously unselected package python3. [2019-10-07T23:51:36.595Z] #17 98.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16606 files and directories currently installed.) [2019-10-07T23:51:36.595Z] #17 98.69 Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-10-07T23:51:36.595Z] #17 98.72 Unpacking python3 (3.5.3-1) ... [2019-10-07T23:51:36.595Z] #17 98.91 Selecting previously unselected package pigz. [2019-10-07T23:51:36.595Z] #17 98.92 Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-10-07T23:51:36.595Z] #17 98.94 Unpacking pigz (2.3.4-1) ... [2019-10-07T23:51:36.595Z] #17 99.09 Selecting previously unselected package libip4tc0:ppc64el. [2019-10-07T23:51:36.595Z] #17 99.11 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-07T23:51:36.595Z] #17 99.12 Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-07T23:51:36.595Z] #17 99.27 Selecting previously unselected package libip6tc0:ppc64el. [2019-10-07T23:51:36.595Z] #17 99.29 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-07T23:51:36.595Z] #17 99.30 Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-07T23:51:36.595Z] #17 99.45 Selecting previously unselected package libiptc0:ppc64el. [2019-10-07T23:51:36.595Z] #17 99.47 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-07T23:51:36.595Z] #17 99.47 Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-07T23:51:36.884Z] #17 99.61 Selecting previously unselected package libxtables12:ppc64el. [2019-10-07T23:51:36.884Z] #17 99.62 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-07T23:51:36.884Z] #17 99.65 Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-07T23:51:36.884Z] #17 ... [2019-10-07T23:51:36.884Z] [2019-10-07T23:51:36.884Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-07T23:51:36.884Z] #34 DONE 155.6s [2019-10-07T23:51:37.173Z] [2019-10-07T23:51:37.173Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:51:37.173Z] #17 99.83 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-10-07T23:51:37.173Z] #17 99.86 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-10-07T23:51:37.173Z] #17 99.86 Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-07T23:51:37.173Z] #17 99.99 Selecting previously unselected package iptables. [2019-10-07T23:51:37.173Z] #17 100.0 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-07T23:51:37.462Z] #17 100.0 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-07T23:51:37.535Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-10-07T23:51:38.896Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-07T23:51:38.969Z] #17 101.4 Selecting previously unselected package xxd. [2019-10-07T23:51:38.969Z] #17 101.4 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-07T23:51:38.969Z] #17 101.4 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:51:38.969Z] #17 101.7 Selecting previously unselected package vim-common. [2019-10-07T23:51:38.969Z] #17 101.7 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-07T23:51:38.969Z] #17 101.7 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:51:39.268Z] #17 101.9 Selecting previously unselected package bzip2. [2019-10-07T23:51:39.268Z] #17 101.9 Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-10-07T23:51:39.268Z] #17 102.0 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-07T23:51:39.268Z] #17 102.1 Selecting previously unselected package libgpm2:ppc64el. [2019-10-07T23:51:39.268Z] #17 102.1 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-10-07T23:51:39.268Z] #17 102.1 Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-07T23:51:39.557Z] #17 102.3 Selecting previously unselected package xz-utils. [2019-10-07T23:51:39.557Z] #17 102.3 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-10-07T23:51:39.557Z] #17 102.3 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-07T23:51:39.847Z] #17 102.6 Selecting previously unselected package aufs-tools. [2019-10-07T23:51:39.847Z] #17 102.6 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-10-07T23:51:39.847Z] #17 102.6 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-07T23:51:40.137Z] #17 102.9 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-07T23:51:40.137Z] #17 102.9 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-07T23:51:40.137Z] #17 102.9 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-07T23:51:40.428Z] #17 103.1 Selecting previously unselected package btrfs-progs. [2019-10-07T23:51:40.428Z] #17 103.1 Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-07T23:51:40.428Z] #17 103.1 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-07T23:51:41.058Z] #17 103.9 Selecting previously unselected package btrfs-tools. [2019-10-07T23:51:41.058Z] #17 103.9 Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-07T23:51:41.058Z] #17 103.9 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-07T23:51:41.354Z] #17 104.1 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-10-07T23:51:41.354Z] #17 104.1 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-07T23:51:41.354Z] #17 104.1 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-07T23:51:41.645Z] #17 104.4 Selecting previously unselected package dmsetup. [2019-10-07T23:51:41.645Z] #17 104.4 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-10-07T23:51:41.645Z] #17 104.4 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-07T23:51:41.945Z] #17 104.6 Selecting previously unselected package libonig4:ppc64el. [2019-10-07T23:51:41.945Z] #17 104.6 Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-10-07T23:51:41.945Z] #17 104.7 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-07T23:51:42.193Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-07T23:51:42.257Z] #17 105.0 Selecting previously unselected package libjq1:ppc64el. [2019-10-07T23:51:42.257Z] #17 105.1 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-07T23:51:42.257Z] #17 105.1 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-07T23:51:42.898Z] #17 105.6 Selecting previously unselected package jq. [2019-10-07T23:51:42.898Z] #17 105.6 Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-07T23:51:42.898Z] #17 105.6 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-07T23:51:42.898Z] #17 105.8 Selecting previously unselected package libaio1:ppc64el. [2019-10-07T23:51:42.898Z] #17 105.8 Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-10-07T23:51:42.898Z] #17 105.9 Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-10-07T23:51:43.117Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-10-07T23:51:43.189Z] #17 106.0 Selecting previously unselected package libcap2-bin. [2019-10-07T23:51:43.189Z] #17 106.1 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-10-07T23:51:43.189Z] #17 106.1 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-07T23:51:43.482Z] #17 106.3 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-10-07T23:51:43.482Z] #17 106.3 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-07T23:51:43.482Z] #17 106.3 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-07T23:51:43.599Z] #72 exporting layers 59.3s done [2019-10-07T23:51:43.599Z] #72 exporting manifest sha256:dcf8d9ab1c45835243ba776725f123fc226c52bdafb6dae84e7a990aaabe052f done [2019-10-07T23:51:43.599Z] #72 exporting config sha256:401897ab53f0c4ea158bd855f600850df90055b0f0c9e486686c6c22a3a69c4a done [2019-10-07T23:51:43.599Z] #72 sending tarball [2019-10-07T23:51:43.771Z] #17 106.5 Selecting previously unselected package libsepol1-dev:ppc64el. [2019-10-07T23:51:43.771Z] #17 106.5 Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-10-07T23:51:43.771Z] #17 106.5 Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-10-07T23:51:44.040Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-07T23:51:44.400Z] #17 107.1 Selecting previously unselected package libpcre16-3:ppc64el. [2019-10-07T23:51:44.400Z] #17 107.1 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-10-07T23:51:44.400Z] #17 107.1 Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-07T23:51:44.689Z] #17 107.4 Selecting previously unselected package libpcre32-3:ppc64el. [2019-10-07T23:51:44.689Z] #17 107.4 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-10-07T23:51:44.689Z] #17 107.4 Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-07T23:51:44.689Z] #17 107.7 Selecting previously unselected package libpcre3-dev:ppc64el. [2019-10-07T23:51:44.689Z] #17 ... [2019-10-07T23:51:44.689Z] [2019-10-07T23:51:44.689Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:51:44.689Z] #37 153.5 go/scanner [2019-10-07T23:51:44.689Z] #37 158.9 encoding/binary [2019-10-07T23:51:44.689Z] #37 159.8 go/ast [2019-10-07T23:51:44.979Z] #37 ... [2019-10-07T23:51:44.979Z] [2019-10-07T23:51:44.979Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:51:44.979Z] #17 107.7 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-10-07T23:51:44.979Z] #17 107.7 Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-07T23:51:45.400Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-07T23:51:45.610Z] #17 108.3 Selecting previously unselected package libselinux1-dev:ppc64el. [2019-10-07T23:51:45.610Z] #17 108.3 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-10-07T23:51:45.610Z] #17 108.4 Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-07T23:51:45.899Z] #17 108.7 Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-10-07T23:51:45.899Z] #17 108.8 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-10-07T23:51:45.899Z] #17 108.8 Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-07T23:51:46.072Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-10-07T23:51:46.195Z] #17 109.0 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-07T23:51:46.195Z] #17 109.0 Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-07T23:51:46.195Z] #17 109.0 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-07T23:51:46.484Z] #17 109.2 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-07T23:51:46.484Z] #17 109.3 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-07T23:51:46.484Z] #17 109.3 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-07T23:51:46.484Z] #17 109.4 Selecting previously unselected package libreadline5:ppc64el. [2019-10-07T23:51:46.484Z] #17 109.4 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-10-07T23:51:46.484Z] #17 109.4 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-07T23:51:46.774Z] #17 ... [2019-10-07T23:51:46.774Z] [2019-10-07T23:51:46.774Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:51:46.774Z] #62 70.76 CC images/userns.o [2019-10-07T23:51:46.774Z] #62 71.29 CC images/google/protobuf/descriptor.o [2019-10-07T23:51:46.774Z] #62 76.20 CC images/opts.o [2019-10-07T23:51:46.774Z] #62 76.77 CC images/seccomp.o [2019-10-07T23:51:46.774Z] #62 77.43 CC images/binfmt-misc.o [2019-10-07T23:51:46.774Z] #62 77.98 CC images/time.o [2019-10-07T23:51:46.774Z] #62 78.36 CC images/sysctl.o [2019-10-07T23:51:46.774Z] #62 78.77 CC images/autofs.o [2019-10-07T23:51:46.774Z] #62 79.13 CC images/macvlan.o [2019-10-07T23:51:46.774Z] #62 79.53 CC images/sit.o [2019-10-07T23:51:46.774Z] #62 79.85 LINK images/built-in.o [2019-10-07T23:51:46.774Z] #62 80.04 GEN compel/include/asm [2019-10-07T23:51:46.774Z] #62 80.05 GEN compel/include/version.h [2019-10-07T23:51:46.774Z] #62 80.12 touch .config [2019-10-07T23:51:46.774Z] #62 80.14 GEN include/common/config.h [2019-10-07T23:51:46.774Z] #62 80.30 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-07T23:51:46.774Z] #62 80.42 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-07T23:51:46.774Z] #62 80.46 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-10-07T23:51:46.774Z] #62 80.50 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-10-07T23:51:46.774Z] #62 80.57 DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-10-07T23:51:46.774Z] #62 80.62 DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-10-07T23:51:46.774Z] #62 80.69 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-10-07T23:51:46.774Z] #62 80.74 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-07T23:51:46.774Z] #62 80.76 DEP compel/plugins/std/infect.d [2019-10-07T23:51:46.774Z] #62 ... [2019-10-07T23:51:46.774Z] [2019-10-07T23:51:46.774Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:51:46.774Z] #17 109.7 Selecting previously unselected package libsystemd-dev:ppc64el. [2019-10-07T23:51:47.063Z] #17 109.7 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-07T23:51:47.063Z] #17 109.7 Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-07T23:51:47.285Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-10-07T23:51:48.513Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-10-07T23:51:48.646Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-10-07T23:51:49.570Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-10-07T23:51:49.792Z] #17 112.6 Selecting previously unselected package net-tools. [2019-10-07T23:51:49.792Z] #17 112.6 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-10-07T23:51:49.792Z] #17 112.6 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-07T23:51:50.375Z] #17 113.1 Selecting previously unselected package python-pip-whl. [2019-10-07T23:51:50.375Z] #17 113.1 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-07T23:51:50.375Z] #17 113.1 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-07T23:51:51.002Z] #17 113.9 Selecting previously unselected package python3-pip. [2019-10-07T23:51:51.002Z] #17 113.9 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-07T23:51:51.002Z] #17 113.9 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-07T23:51:51.452Z] === RUN TestDockerSuite/TestAttachDetach [2019-10-07T23:51:51.634Z] #17 114.3 Selecting previously unselected package python3-pkg-resources. [2019-10-07T23:51:51.634Z] #17 114.3 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-07T23:51:51.634Z] #17 114.3 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-07T23:51:51.634Z] #17 114.6 Selecting previously unselected package python3-setuptools. [2019-10-07T23:51:51.922Z] #17 114.6 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-07T23:51:51.922Z] #17 114.6 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-07T23:51:52.213Z] #17 115.0 Selecting previously unselected package python3-wheel. [2019-10-07T23:51:52.213Z] #17 115.0 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-07T23:51:52.213Z] #17 115.0 Unpacking python3-wheel (0.29.0-2) ... [2019-10-07T23:51:52.376Z] --- PASS: TestBuildWithHugeFile (93.35s) [2019-10-07T23:51:52.376Z] === RUN TestBuildWithEmptyDockerfile [2019-10-07T23:51:52.376Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-07T23:51:52.376Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-07T23:51:52.376Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-07T23:51:52.376Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-07T23:51:52.376Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-07T23:51:52.376Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-07T23:51:52.503Z] #17 115.2 Selecting previously unselected package thin-provisioning-tools. [2019-10-07T23:51:52.503Z] #17 115.2 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-10-07T23:51:52.503Z] #17 115.3 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-07T23:51:52.631Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-07T23:51:52.631Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-07T23:51:52.631Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-07T23:51:52.631Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-07T23:51:52.792Z] #17 115.7 Selecting previously unselected package vim-runtime. [2019-10-07T23:51:52.886Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2019-10-07T23:51:52.886Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2019-10-07T23:51:52.886Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s) [2019-10-07T23:51:52.886Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2019-10-07T23:51:52.886Z] === RUN TestBuildPreserveOwnership [2019-10-07T23:51:52.886Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-07T23:51:53.080Z] #17 115.7 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-07T23:51:53.080Z] #17 115.7 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-10-07T23:51:53.080Z] #17 115.8 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-07T23:51:53.080Z] #17 115.8 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:51:53.142Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-10-07T23:51:53.702Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-07T23:51:53.990Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-10-07T23:51:54.427Z] #72 ... [2019-10-07T23:51:54.427Z] [2019-10-07T23:51:54.427Z] #73 importing to docker [2019-10-07T23:51:54.427Z] #73 ... [2019-10-07T23:51:54.427Z] [2019-10-07T23:51:54.427Z] #72 exporting to oci image format [2019-10-07T23:51:54.427Z] #72 sending tarball 10.0s done [2019-10-07T23:51:54.427Z] #72 DONE 69.3s [2019-10-07T23:51:54.427Z] [2019-10-07T23:51:54.427Z] #73 importing to docker [2019-10-07T23:51:55.587Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-10-07T23:51:55.587Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-07T23:51:56.510Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-07T23:51:56.765Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-07T23:51:57.020Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-10-07T23:51:57.529Z] #17 ... [2019-10-07T23:51:57.529Z] [2019-10-07T23:51:57.529Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:51:57.529Z] #62 81.14 DEP compel/plugins/std/string.d [2019-10-07T23:51:57.529Z] #62 81.36 DEP compel/plugins/std/log.d [2019-10-07T23:51:57.529Z] #62 81.56 DEP compel/plugins/std/fds.d [2019-10-07T23:51:57.529Z] #62 81.84 DEP compel/plugins/std/std.d [2019-10-07T23:51:57.529Z] #62 82.21 DEP compel/plugins/shmem/shmem.d [2019-10-07T23:51:57.529Z] #62 82.44 DEP compel/plugins/fds/fds.d [2019-10-07T23:51:57.529Z] #62 82.86 CC compel/plugins/std/std.o [2019-10-07T23:51:57.529Z] #62 83.47 CC compel/plugins/std/fds.o [2019-10-07T23:51:57.529Z] #62 84.33 CC compel/plugins/std/log.o [2019-10-07T23:51:57.529Z] #62 85.92 CC compel/plugins/std/string.o [2019-10-07T23:51:57.529Z] #62 87.13 CC compel/plugins/std/infect.o [2019-10-07T23:51:57.529Z] #62 87.97 CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-10-07T23:51:57.529Z] #62 88.04 CC compel/arch/ppc64/plugins/std/memcpy.o [2019-10-07T23:51:57.529Z] #62 88.15 CC compel/arch/ppc64/plugins/std/memcmp.o [2019-10-07T23:51:57.529Z] #62 88.25 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-10-07T23:51:57.529Z] #62 88.37 AR compel/plugins/std.lib.a [2019-10-07T23:51:57.529Z] #62 88.55 CC compel/plugins/fds/fds.o [2019-10-07T23:51:57.529Z] #62 89.15 AR compel/plugins/fds.lib.a [2019-10-07T23:51:57.529Z] #62 89.29 HOSTDEP compel/src/lib/log-host.d [2019-10-07T23:51:57.529Z] #62 89.52 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-07T23:51:57.529Z] #62 89.84 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-10-07T23:51:57.529Z] #62 90.12 HOSTDEP compel/src/main-host.d [2019-10-07T23:51:57.529Z] #62 90.46 DEP compel/src/lib/ptrace.d [2019-10-07T23:51:57.529Z] #62 90.84 DEP compel/src/lib/infect.d [2019-10-07T23:51:57.529Z] #62 91.31 DEP compel/src/lib/infect-util.d [2019-10-07T23:51:57.529Z] #62 91.55 DEP compel/src/lib/infect-rpc.d [2019-10-07T23:51:57.828Z] #62 91.88 DEP compel/arch/ppc64/src/lib/infect.d [2019-10-07T23:51:57.943Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-07T23:51:58.115Z] #62 ... [2019-10-07T23:51:58.115Z] [2019-10-07T23:51:58.116Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:51:58.116Z] #37 166.9 encoding/base64 [2019-10-07T23:51:58.116Z] #37 169.3 text/template [2019-10-07T23:51:58.116Z] #37 170.1 encoding/json [2019-10-07T23:51:58.404Z] #37 ... [2019-10-07T23:51:58.404Z] [2019-10-07T23:51:58.404Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:51:58.404Z] #62 92.32 DEP compel/arch/ppc64/src/lib/cpu.d [2019-10-07T23:51:58.502Z] --- PASS: TestBuildPreserveOwnership (5.78s) [2019-10-07T23:51:58.502Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.72s) [2019-10-07T23:51:58.502Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.05s) [2019-10-07T23:51:58.502Z] === RUN TestBuildPlatformInvalid [2019-10-07T23:51:58.693Z] #62 92.64 DEP compel/src/lib/log.d [2019-10-07T23:51:58.693Z] #62 92.82 DEP compel/src/main.d [2019-10-07T23:51:58.757Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2019-10-07T23:51:58.757Z] PASS [2019-10-07T23:51:58.757Z] [2019-10-07T23:51:58.757Z] === Skipped [2019-10-07T23:51:58.757Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2019-10-07T23:51:58.757Z] build_session_test.go:25: TODO: BuildKit [2019-10-07T23:51:58.757Z] [2019-10-07T23:51:58.757Z] [2019-10-07T23:51:58.757Z] DONE 32 tests, 1 skipped in 175.969s [2019-10-07T23:51:58.757Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-10-07T23:51:58.757Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:51:58.757Z] ++ set -e [2019-10-07T23:51:58.757Z] ++ '[' -n 0 ']' [2019-10-07T23:51:58.757Z] ++ set -x [2019-10-07T23:51:58.757Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:51:59.012Z] INFO: Testing against a local daemon [2019-10-07T23:51:59.012Z] === RUN TestConfigList [2019-10-07T23:51:59.012Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-07T23:51:59.266Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-10-07T23:51:59.319Z] #62 93.14 DEP compel/src/lib/handle-elf.d [2019-10-07T23:51:59.319Z] #62 93.48 DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-10-07T23:51:59.607Z] #62 93.77 CC compel/src/lib/log.o [2019-10-07T23:51:59.824Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-10-07T23:52:00.232Z] #62 94.33 CC compel/arch/ppc64/src/lib/cpu.o [2019-10-07T23:52:00.384Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-10-07T23:52:00.943Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-07T23:52:01.258Z] #62 95.08 CC compel/arch/ppc64/src/lib/infect.o [2019-10-07T23:52:01.866Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-10-07T23:52:02.121Z] --- PASS: TestConfigList (3.15s) [2019-10-07T23:52:02.121Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-07T23:52:02.121Z] === RUN TestConfigsCreateAndDelete [2019-10-07T23:52:02.121Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-10-07T23:52:02.418Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-07T23:52:02.757Z] #62 96.46 CC compel/src/lib/infect-rpc.o [2019-10-07T23:52:03.384Z] #62 97.37 CC compel/src/lib/infect-util.o [2019-10-07T23:52:03.778Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-07T23:52:03.778Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-07T23:52:04.019Z] #62 98.01 CC compel/src/lib/infect.o [2019-10-07T23:52:04.337Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-10-07T23:52:04.594Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-07T23:52:05.517Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-07T23:52:05.517Z] --- PASS: TestConfigsCreateAndDelete (3.43s) [2019-10-07T23:52:05.517Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-07T23:52:05.517Z] === RUN TestConfigsUpdate [2019-10-07T23:52:05.527Z] #62 ... [2019-10-07T23:52:05.527Z] [2019-10-07T23:52:05.527Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:52:05.527Z] #17 121.2 Selecting previously unselected package vim. [2019-10-07T23:52:05.527Z] #17 121.3 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-07T23:52:05.527Z] #17 121.3 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:52:05.527Z] #17 122.1 Selecting previously unselected package xfsprogs. [2019-10-07T23:52:05.527Z] #17 122.1 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-10-07T23:52:05.527Z] #17 122.1 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-07T23:52:05.527Z] #17 123.1 Selecting previously unselected package zip. [2019-10-07T23:52:05.527Z] #17 123.1 Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-10-07T23:52:05.527Z] #17 123.2 Unpacking zip (3.0-11+b1) ... [2019-10-07T23:52:05.527Z] #17 123.6 Selecting previously unselected package libapparmor-perl. [2019-10-07T23:52:05.527Z] #17 123.6 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-07T23:52:05.527Z] #17 123.6 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-07T23:52:05.527Z] #17 123.8 Selecting previously unselected package apparmor. [2019-10-07T23:52:05.527Z] #17 123.8 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-07T23:52:05.527Z] #17 124.0 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-07T23:52:05.527Z] #17 124.7 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-07T23:52:05.527Z] #17 124.7 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-07T23:52:05.527Z] #17 124.7 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-07T23:52:05.527Z] #17 127.8 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-07T23:52:05.527Z] #17 127.9 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-07T23:52:05.527Z] #17 127.9 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-07T23:52:05.772Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-10-07T23:52:06.889Z] ......................... [ 67%] [2019-10-07T23:52:09.030Z] --- PASS: TestConfigsUpdate (2.92s) [2019-10-07T23:52:09.031Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-07T23:52:09.031Z] === RUN TestTemplatedConfig [2019-10-07T23:52:09.031Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-10-07T23:52:09.047Z] #17 131.7 Selecting previously unselected package binutils-mingw-w64. [2019-10-07T23:52:09.047Z] #17 131.7 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-07T23:52:09.047Z] #17 131.8 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-07T23:52:09.047Z] #17 131.9 Selecting previously unselected package mingw-w64-common. [2019-10-07T23:52:09.047Z] #17 131.9 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-07T23:52:09.047Z] #17 131.9 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-07T23:52:09.674Z] #17 ... [2019-10-07T23:52:09.674Z] [2019-10-07T23:52:09.674Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:52:09.674Z] #62 103.7 CC compel/src/lib/ptrace.o [2019-10-07T23:52:09.954Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-10-07T23:52:10.208Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-10-07T23:52:10.703Z] #62 104.6 AR compel/libcompel.a [2019-10-07T23:52:10.703Z] #62 104.9 HOSTCC compel/src/main-host.o [2019-10-07T23:52:11.276Z] #73 DONE 17.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-07T23:52:11.733Z] #62 105.7 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-10-07T23:52:12.021Z] #62 106.1 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-07T23:52:12.092Z] --- PASS: TestTemplatedConfig (3.75s) [2019-10-07T23:52:12.092Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-07T23:52:12.092Z] === RUN TestConfigInspect [2019-10-07T23:52:12.401Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40057/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 hack/test/unit [2019-10-07T23:52:12.668Z] #62 ... [2019-10-07T23:52:12.668Z] [2019-10-07T23:52:12.668Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:52:12.668Z] #37 181.3 go/parser [2019-10-07T23:52:12.959Z] #37 ... [2019-10-07T23:52:12.959Z] [2019-10-07T23:52:12.959Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:52:12.959Z] #62 107.0 HOSTCC compel/src/lib/log-host.o [2019-10-07T23:52:13.592Z] #62 107.6 HOSTLINK compel/compel-host-bin [2019-10-07T23:52:13.887Z] #62 107.9 DEP soccr/soccr.d [2019-10-07T23:52:13.974Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-10-07T23:52:14.182Z] #62 108.3 CC soccr/soccr.o [2019-10-07T23:52:15.333Z] --- PASS: TestConfigInspect (2.85s) [2019-10-07T23:52:15.333Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-07T23:52:15.333Z] === RUN TestConfigCreateWithLabels [2019-10-07T23:52:15.879Z] ? github.com/docker/docker/api [no test files] [2019-10-07T23:52:17.725Z] #62 111.7 AR soccr/libsoccr.a [2019-10-07T23:52:17.839Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-10-07T23:52:18.022Z] #62 111.8 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-07T23:52:18.095Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-10-07T23:52:18.095Z] --- PASS: TestConfigCreateWithLabels (3.02s) [2019-10-07T23:52:18.095Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-07T23:52:18.095Z] === RUN TestConfigCreateResolve [2019-10-07T23:52:18.651Z] #62 112.6 DEP criu/arch/ppc64/sigframe.d [2019-10-07T23:52:18.654Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-10-07T23:52:18.909Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-10-07T23:52:18.941Z] #62 112.9 DEP criu/arch/ppc64/crtools.d [2019-10-07T23:52:19.230Z] #62 113.3 DEP criu/arch/ppc64/cpu.d [2019-10-07T23:52:19.468Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-10-07T23:52:19.520Z] #62 113.6 CC criu/arch/ppc64/cpu.o [2019-10-07T23:52:20.588Z] #62 114.7 CC criu/arch/ppc64/crtools.o [2019-10-07T23:52:21.380Z] --- PASS: TestConfigCreateResolve (3.22s) [2019-10-07T23:52:21.380Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-07T23:52:21.380Z] === RUN TestConfigDaemonLibtrustID [2019-10-07T23:52:21.941Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-10-07T23:52:21.941Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-07T23:52:21.941Z] PASS [2019-10-07T23:52:21.941Z] [2019-10-07T23:52:21.941Z] DONE 8 tests in 23.049s [2019-10-07T23:52:21.941Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-10-07T23:52:21.941Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:52:21.941Z] ++ set -e [2019-10-07T23:52:21.941Z] ++ '[' -n 0 ']' [2019-10-07T23:52:21.941Z] ++ set -x [2019-10-07T23:52:21.941Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:52:21.941Z] INFO: Testing against a local daemon [2019-10-07T23:52:21.941Z] === RUN TestCheckpoint [2019-10-07T23:52:21.941Z] --- SKIP: TestCheckpoint (0.01s) [2019-10-07T23:52:21.941Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-07T23:52:21.941Z] === RUN TestContainerInvalidJSON [2019-10-07T23:52:21.941Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-07T23:52:21.941Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-07T23:52:21.941Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-07T23:52:21.941Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-07T23:52:21.941Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-07T23:52:21.941Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-07T23:52:21.941Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-07T23:52:21.941Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-07T23:52:21.941Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-07T23:52:21.941Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-07T23:52:21.941Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-07T23:52:21.941Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-07T23:52:21.941Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-07T23:52:21.941Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-07T23:52:22.195Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-10-07T23:52:22.195Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-07T23:52:22.195Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-10-07T23:52:22.195Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-07T23:52:22.450Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-10-07T23:52:22.450Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-07T23:52:22.450Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2019-10-07T23:52:22.450Z] === RUN TestCopyFromContainer [2019-10-07T23:52:23.008Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-10-07T23:52:23.008Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-10-07T23:52:23.385Z] #62 117.2 CC criu/arch/ppc64/sigframe.o [2019-10-07T23:52:24.018Z] #62 117.9 LINK criu/arch/ppc64/crtools.built-in.o [2019-10-07T23:52:24.018Z] #62 118.0 DEP criu/arch/ppc64/misc.d [2019-10-07T23:52:24.018Z] #62 118.1 DEP criu/arch/ppc64/vdso-trampoline.d [2019-10-07T23:52:24.018Z] #62 118.1 DEP criu/arch/ppc64/vdso-pie.d [2019-10-07T23:52:24.018Z] #62 ... [2019-10-07T23:52:24.018Z] [2019-10-07T23:52:24.018Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:52:24.018Z] #17 138.6 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-07T23:52:24.018Z] #17 138.6 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-07T23:52:24.018Z] #17 138.6 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-07T23:52:24.018Z] #17 146.6 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-07T23:52:24.018Z] #17 146.7 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-07T23:52:24.018Z] #17 146.7 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-07T23:52:24.018Z] #17 146.8 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-07T23:52:24.018Z] #17 146.8 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-07T23:52:24.018Z] #17 146.8 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-07T23:52:24.306Z] #17 ... [2019-10-07T23:52:24.306Z] [2019-10-07T23:52:24.306Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-07T23:52:24.306Z] #65 193.1 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-07T23:52:24.306Z] #65 193.1 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-07T23:52:24.367Z] === RUN TestCopyFromContainer// [2019-10-07T23:52:24.367Z] === RUN TestCopyFromContainer//bar/root [2019-10-07T23:52:24.596Z] #65 ... [2019-10-07T23:52:24.596Z] [2019-10-07T23:52:24.596Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:52:24.596Z] #37 193.2 go/doc [2019-10-07T23:52:24.596Z] #37 200.8 math/big [2019-10-07T23:52:24.596Z] #37 201.4 vendor/golang.org/x/text/secure/bidirule [2019-10-07T23:52:24.596Z] #37 202.8 vendor/golang.org/x/text/unicode/norm [2019-10-07T23:52:24.596Z] #37 ... [2019-10-07T23:52:24.596Z] [2019-10-07T23:52:24.596Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:52:24.596Z] #62 118.3 DEP criu/pie/parasite-vdso.d [2019-10-07T23:52:24.596Z] #62 118.6 DEP criu/pie/util-vdso.d [2019-10-07T23:52:24.622Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-07T23:52:24.622Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-07T23:52:24.622Z] === RUN TestCopyFromContainer/bar/quux [2019-10-07T23:52:24.877Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-07T23:52:24.877Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-07T23:52:24.886Z] #62 119.0 DEP criu/pie/util.d [2019-10-07T23:52:25.132Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-07T23:52:25.132Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-07T23:52:25.132Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-07T23:52:25.386Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-07T23:52:25.386Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-07T23:52:25.518Z] #62 119.3 CC criu/pie/util.o [2019-10-07T23:52:25.747Z] --- PASS: TestCopyFromContainer (3.21s) [2019-10-07T23:52:25.747Z] --- PASS: TestCopyFromContainer// (0.10s) [2019-10-07T23:52:25.747Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2019-10-07T23:52:25.747Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2019-10-07T23:52:25.747Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-10-07T23:52:25.747Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2019-10-07T23:52:25.747Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.16s) [2019-10-07T23:52:25.747Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-10-07T23:52:25.747Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-10-07T23:52:25.747Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2019-10-07T23:52:25.747Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-10-07T23:52:25.747Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-07T23:52:25.747Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-07T23:52:25.747Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-07T23:52:25.747Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-07T23:52:25.747Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-07T23:52:25.747Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-07T23:52:25.747Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-07T23:52:25.747Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-07T23:52:25.747Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-07T23:52:25.747Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-07T23:52:25.747Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-10-07T23:52:25.747Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-07T23:52:25.747Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-07T23:52:25.747Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.02s) [2019-10-07T23:52:25.747Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-07T23:52:25.747Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-10-07T23:52:25.747Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-10-07T23:52:25.747Z] === RUN TestCreateWithInvalidEnv [2019-10-07T23:52:25.747Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-07T23:52:25.747Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-07T23:52:25.747Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-10-07T23:52:25.747Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-07T23:52:25.747Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-07T23:52:25.747Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-07T23:52:25.747Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-07T23:52:25.747Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-07T23:52:25.747Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-07T23:52:25.747Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-07T23:52:25.747Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-07T23:52:25.747Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-07T23:52:25.747Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-07T23:52:25.747Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-07T23:52:25.747Z] === RUN TestCreateTmpfsMountsTarget [2019-10-07T23:52:25.747Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-07T23:52:25.747Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-07T23:52:26.145Z] #62 120.2 CC criu/pie/util-vdso.o [2019-10-07T23:52:27.107Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-07T23:52:27.642Z] #62 121.7 CC criu/pie/parasite-vdso.o [2019-10-07T23:52:27.668Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-07T23:52:28.351Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-10-07T23:52:28.351Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-10-07T23:52:28.351Z] --- PASS: TestCreateWithCustomMaskedPaths (2.65s) [2019-10-07T23:52:28.351Z] === RUN TestCreateWithCapabilities [2019-10-07T23:52:28.606Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-07T23:52:28.606Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-07T23:52:28.606Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-07T23:52:28.606Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-07T23:52:28.606Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-07T23:52:28.606Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-07T23:52:28.606Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-07T23:52:28.606Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-07T23:52:28.606Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-07T23:52:28.606Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-07T23:52:28.606Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-07T23:52:28.606Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-07T23:52:28.606Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-07T23:52:28.606Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-07T23:52:28.606Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-07T23:52:28.606Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-07T23:52:28.606Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-07T23:52:28.606Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-07T23:52:28.606Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-07T23:52:28.606Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-07T23:52:28.606Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-07T23:52:28.606Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-07T23:52:28.606Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-07T23:52:28.606Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-07T23:52:28.606Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-07T23:52:28.606Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-07T23:52:28.606Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-07T23:52:28.606Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-07T23:52:28.606Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-07T23:52:28.606Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-07T23:52:28.606Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-07T23:52:28.606Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-07T23:52:28.606Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-07T23:52:28.860Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-07T23:52:28.860Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2019-10-07T23:52:28.860Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-10-07T23:52:28.860Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-07T23:52:28.860Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-07T23:52:28.860Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-10-07T23:52:28.860Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-07T23:52:28.860Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-10-07T23:52:28.860Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-10-07T23:52:28.860Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2019-10-07T23:52:28.860Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2019-10-07T23:52:28.860Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-10-07T23:52:28.860Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-07T23:52:29.287Z] #62 ... [2019-10-07T23:52:29.287Z] [2019-10-07T23:52:29.287Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-07T23:52:29.287Z] #65 DONE 208.0s [2019-10-07T23:52:29.287Z] [2019-10-07T23:52:29.287Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-07T23:52:29.579Z] #66 DONE 0.1s [2019-10-07T23:52:29.579Z] [2019-10-07T23:52:29.579Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:52:29.579Z] #62 123.4 CC criu/arch/ppc64/vdso-pie.o [2019-10-07T23:52:30.039Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2019-10-07T23:52:30.223Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-10-07T23:52:31.082Z] #62 124.8 CC criu/arch/ppc64/vdso-trampoline.o [2019-10-07T23:52:31.082Z] #62 124.9 CC criu/arch/ppc64/misc.o [2019-10-07T23:52:31.082Z] #62 125.0 AR criu/pie/pie.lib.a [2019-10-07T23:52:31.082Z] #62 125.1 DEP criu/pie/restorer.d [2019-10-07T23:52:31.147Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-07T23:52:31.404Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.74s) [2019-10-07T23:52:31.404Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-07T23:52:31.404Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-07T23:52:31.404Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-07T23:52:31.404Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-07T23:52:31.404Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-07T23:52:31.404Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-07T23:52:31.404Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-07T23:52:31.404Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-07T23:52:31.404Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-07T23:52:31.404Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-07T23:52:31.404Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-07T23:52:31.660Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-07T23:52:31.660Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-07T23:52:31.660Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-07T23:52:31.660Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-07T23:52:31.660Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-07T23:52:31.660Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-07T23:52:31.660Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-10-07T23:52:31.660Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-10-07T23:52:31.660Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-07T23:52:31.660Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-07T23:52:31.660Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-07T23:52:31.660Z] === RUN TestContainerStartOnDaemonRestart [2019-10-07T23:52:31.660Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-07T23:52:31.660Z] === RUN TestDaemonRestartIpcMode [2019-10-07T23:52:31.660Z] === PAUSE TestDaemonRestartIpcMode [2019-10-07T23:52:31.660Z] === RUN TestDiff [2019-10-07T23:52:31.712Z] #62 125.8 DEP criu/arch/ppc64/restorer.d [2019-10-07T23:52:31.915Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-10-07T23:52:32.344Z] #62 126.1 DEP criu/pie/parasite.d [2019-10-07T23:52:32.475Z] --- PASS: TestDiff (0.97s) [2019-10-07T23:52:32.475Z] === RUN TestExecWithCloseStdin [2019-10-07T23:52:32.634Z] #62 126.6 CC criu/pie/parasite.o [2019-10-07T23:52:33.403Z] --- PASS: TestExecWithCloseStdin (0.92s) [2019-10-07T23:52:33.403Z] === RUN TestExec [2019-10-07T23:52:33.658Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-10-07T23:52:33.658Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-07T23:52:34.582Z] --- PASS: TestExec (1.13s) [2019-10-07T23:52:34.582Z] === RUN TestExecUser [2019-10-07T23:52:34.582Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-07T23:52:34.703Z] #62 ... [2019-10-07T23:52:34.703Z] [2019-10-07T23:52:34.703Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:52:34.703Z] #37 213.2 github.com/LK4D4/vndr/build [2019-10-07T23:52:35.943Z] --- PASS: TestExecUser (1.23s) [2019-10-07T23:52:35.943Z] === RUN TestExportContainerAndImportImage [2019-10-07T23:52:36.867Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-10-07T23:52:37.123Z] --- PASS: TestExportContainerAndImportImage (1.38s) [2019-10-07T23:52:37.123Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-07T23:52:37.378Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-10-07T23:52:38.737Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2019-10-07T23:52:38.737Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-07T23:52:38.737Z] === RUN TestHealthCheckWorkdir [2019-10-07T23:52:40.099Z] --- PASS: TestHealthCheckWorkdir (1.32s) [2019-10-07T23:52:40.099Z] === RUN TestHealthKillContainer [2019-10-07T23:52:41.458Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-10-07T23:52:41.593Z] #37 ... [2019-10-07T23:52:41.593Z] [2019-10-07T23:52:41.593Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:52:41.593Z] #62 129.3 LINK criu/pie/parasite.built-in.o [2019-10-07T23:52:41.593Z] #62 129.3 GEN criu/pie/parasite-blob.h [2019-10-07T23:52:41.593Z] #62 129.4 CC criu/arch/ppc64/restorer.o [2019-10-07T23:52:41.593Z] #62 130.2 CC criu/pie/restorer.o [2019-10-07T23:52:41.882Z] #62 135.9 LINK criu/pie/restorer.built-in.o [2019-10-07T23:52:41.882Z] #62 135.9 GEN criu/pie/restorer-blob.h [2019-10-07T23:52:42.172Z] #62 136.2 DEP criu/vdso.d [2019-10-07T23:52:42.801Z] #62 136.6 DEP criu/uts_ns.d [2019-10-07T23:52:42.801Z] #62 137.0 DEP criu/util.d [2019-10-07T23:52:43.339Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-07T23:52:43.339Z] --- PASS: TestHealthKillContainer (3.06s) [2019-10-07T23:52:43.339Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-07T23:52:43.834Z] #62 137.7 DEP criu/uffd.d [2019-10-07T23:52:43.897Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s) [2019-10-07T23:52:43.897Z] === RUN TestIpcModeNone [2019-10-07T23:52:44.124Z] #62 138.2 DEP criu/tun.d [2019-10-07T23:52:44.413Z] #62 138.5 DEP criu/tty.d [2019-10-07T23:52:44.701Z] #62 138.9 DEP criu/timerfd.d [2019-10-07T23:52:44.821Z] --- PASS: TestIpcModeNone (0.90s) [2019-10-07T23:52:44.821Z] === RUN TestIpcModePrivate [2019-10-07T23:52:45.332Z] #62 139.5 DEP criu/sysfs_parse.d [2019-10-07T23:52:45.746Z] --- PASS: TestIpcModePrivate (0.95s) [2019-10-07T23:52:45.746Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:208, shared: false, mustBeShared: false [2019-10-07T23:52:45.746Z] === RUN TestIpcModeShareable [2019-10-07T23:52:45.960Z] #62 139.8 DEP criu/sysctl.d [2019-10-07T23:52:46.001Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-10-07T23:52:46.270Z] #62 140.2 DEP criu/string.d [2019-10-07T23:52:46.563Z] #62 140.4 DEP criu/stats.d [2019-10-07T23:52:46.852Z] #62 140.8 DEP criu/sockets.d [2019-10-07T23:52:46.924Z] --- PASS: TestIpcModeShareable (1.15s) [2019-10-07T23:52:46.924Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:193, shared: true, mustBeShared: true [2019-10-07T23:52:46.924Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-07T23:52:47.479Z] #62 141.4 DEP criu/sk-unix.d [2019-10-07T23:52:47.483Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-07T23:52:47.737Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-07T23:52:47.769Z] #62 141.8 DEP criu/sk-tcp.d [2019-10-07T23:52:48.408Z] #62 142.3 DEP criu/sk-queue.d [2019-10-07T23:52:48.699Z] #62 142.6 DEP criu/sk-packet.d [2019-10-07T23:52:48.699Z] #62 ... [2019-10-07T23:52:48.699Z] [2019-10-07T23:52:48.699Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:52:48.699Z] #37 227.5 vendor/golang.org/x/net/idna [2019-10-07T23:52:48.742Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-10-07T23:52:49.623Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-07T23:52:49.878Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-10-07T23:52:50.200Z] #37 228.8 mime/quotedprintable [2019-10-07T23:52:50.436Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.27s) [2019-10-07T23:52:50.437Z] === RUN TestAPIIpcModeHost [2019-10-07T23:52:50.437Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-10-07T23:52:50.995Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-10-07T23:52:51.250Z] --- PASS: TestAPIIpcModeHost (0.88s) [2019-10-07T23:52:51.250Z] === RUN TestDaemonIpcModeShareable [2019-10-07T23:52:51.504Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-10-07T23:52:52.258Z] #37 230.8 net/http/internal [2019-10-07T23:52:53.385Z] --- PASS: TestDaemonIpcModeShareable (1.93s) [2019-10-07T23:52:53.385Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-07T23:52:53.385Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:199, shared: true, mustBeShared: true [2019-10-07T23:52:53.385Z] === RUN TestDaemonIpcModePrivate [2019-10-07T23:52:53.385Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-07T23:52:53.385Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-10-07T23:52:54.337Z] #37 ... [2019-10-07T23:52:54.337Z] [2019-10-07T23:52:54.337Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:52:54.748Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-07T23:52:55.002Z] --- PASS: TestDaemonIpcModePrivate (1.79s) [2019-10-07T23:52:55.002Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-07T23:52:55.002Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:217, shared: false, mustBeShared: false [2019-10-07T23:52:55.002Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-07T23:52:55.002Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-10-07T23:52:55.561Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-07T23:52:56.921Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.06s) [2019-10-07T23:52:56.921Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-07T23:52:56.921Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:216, shared: false, mustBeShared: false [2019-10-07T23:52:56.921Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-07T23:52:57.176Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-10-07T23:52:59.023Z] #57 231.7 Checking out files: 17% (1810/10637) Checking out files: 18% (1915/10637) Checking out files: 19% (2022/10637) Checking out files: 20% (2128/10637) Checking out files: 21% (2234/10637) Checking out files: 22% (2341/10637) Checking out files: 23% (2447/10637) Checking out files: 24% (2553/10637) Checking out files: 25% (2660/10637) Checking out files: 26% (2766/10637) Checking out files: 27% (2872/10637) Checking out files: 28% (2979/10637) Checking out files: 29% (3085/10637) Checking out files: 29% (3111/10637) Checking out files: 30% (3192/10637) Checking out files: 31% (3298/10637) Checking out files: 32% (3404/10637) Checking out files: 33% (3511/10637) Checking out files: 34% (3617/10637) Checking out files: 35% (3723/10637) Checking out files: 36% (3830/10637) Checking out files: 36% (3914/10637) Checking out files: 37% (3936/10637) Checking out files: 38% (4043/10637) Checking out files: 39% (4149/10637) Checking out files: 40% (4255/10637) Checking out files: 41% (4362/10637) Checking out files: 42% (4468/10637) Checking out files: 43% (4574/10637) Checking out files: 44% (4681/10637) Checking out files: 45% (4787/10637) Checking out files: 46% (4894/10637) Checking out files: 47% (5000/10637) Checking out files: 48% (5106/10637) Checking out files: 49% (5213/10637) Checking out files: 50% (5319/10637) Checking out files: 50% (5349/10637) Checking out files: 51% (5425/10637) Checking out files: 52% (5532/10637) Checking out files: 53% (5638/10637) Checking out files: 54% (5744/10637) Checking out files: 55% (5851/10637) Checking out files: 56% (5957/10637) Checking out files: 57% (6064/10637) Checking out files: 58% (6170/10637) Checking out files: 59% (6276/10637) Checking out files: 60% (6383/10637) Checking out files: 61% (6489/10637) Checking out files: 62% (6595/10637) Checking out files: 63% (6702/10637) Checking out files: 63% (6781/10637) Checking out files: 64% (6808/10637) Checking out files: 65% (6915/10637) Checking out files: 66% (7021/10637) Checking out files: 67% (7127/10637) Checking out files: 68% (7234/10637) Checking out files: 69% (7340/10637) Checking out files: 70% (7446/10637) Checking out files: 71% (7553/10637) Checking out files: 72% (7659/10637) Checking out files: 73% (7766/10637) Checking out files: 74% (7872/10637) Checking out files: 75% (7978/10637) Checking out files: 76% (8085/10637) Checking out files: 77% (8191/10637) Checking out files: 78% (8297/10637) Checking out files: 78% (8328/10637) Checking out files: 79% (8404/10637) Checking out files: 80% (8510/10637) Checking out files: 81% (8616/10637) Checking out files: 82% (8723/10637) Checking out files: 83% (8829/10637) Checking out files: 84% (8936/10637) Checking out files: 85% (9042/10637) Checking out files: 86% (9148/10637) Checking out files: 87% (9255/10637) Checking out files: 88% (9361/10637) Checking out files: 89% (9467/10637) Checking out files: 90% (9574/10637) Checking out files: 91% (9680/10637) Checking out files: 92% (9787/10637) Checking out files: 93% (9893/10637) Checking out files: 94% (9999/10637) Checking out files: 95% (10106/10637) Checking out files: 96% (10212/10637) [2019-10-07T23:52:59.023Z] #57 ... [2019-10-07T23:52:59.023Z] [2019-10-07T23:52:59.023Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:52:59.023Z] #62 143.1 DEP criu/sk-netlink.d [2019-10-07T23:52:59.023Z] #62 143.5 DEP criu/sk-inet.d [2019-10-07T23:52:59.023Z] #62 143.8 DEP criu/signalfd.d [2019-10-07T23:52:59.023Z] #62 144.4 DEP criu/sigframe.d [2019-10-07T23:52:59.023Z] #62 144.7 DEP criu/shmem.d [2019-10-07T23:52:59.023Z] #62 145.1 DEP criu/servicefd.d [2019-10-07T23:52:59.023Z] #62 145.4 DEP criu/seize.d [2019-10-07T23:52:59.023Z] #62 145.8 DEP criu/seccomp.d [2019-10-07T23:52:59.023Z] #62 146.2 DEP criu/rst-malloc.d [2019-10-07T23:52:59.023Z] #62 146.5 DEP criu/rbtree.d [2019-10-07T23:52:59.023Z] #62 146.5 DEP criu/pstree.d [2019-10-07T23:52:59.023Z] #62 146.9 DEP criu/protobuf.d [2019-10-07T23:52:59.023Z] #62 147.3 GEN criu/protobuf-desc-gen.h [2019-10-07T23:52:59.023Z] #62 150.4 DEP criu/protobuf-desc.d [2019-10-07T23:52:59.023Z] #62 150.9 DEP criu/proc_parse.d [2019-10-07T23:52:59.023Z] #62 151.4 DEP criu/plugin.d [2019-10-07T23:52:59.023Z] #62 151.6 DEP criu/pipes.d [2019-10-07T23:52:59.023Z] #62 152.2 DEP criu/pie-util.d [2019-10-07T23:52:59.023Z] #62 152.6 DEP criu/pie-util-vdso.d [2019-10-07T23:52:59.023Z] #62 153.1 DEP criu/pie-util-vdso-elf32.d [2019-10-07T23:52:59.023Z] #62 ... [2019-10-07T23:52:59.023Z] [2019-10-07T23:52:59.023Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:52:59.062Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.92s) [2019-10-07T23:52:59.062Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-07T23:52:59.062Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:202, shared: true, mustBeShared: true [2019-10-07T23:52:59.062Z] === RUN TestIpcModeOlderClient [2019-10-07T23:52:59.062Z] === PAUSE TestIpcModeOlderClient [2019-10-07T23:52:59.062Z] === RUN TestKillContainerInvalidSignal [2019-10-07T23:52:59.062Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-10-07T23:52:59.317Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-07T23:52:59.319Z] #57 231.7 Checking out files: 17% (1810/10637) Checking out files: 18% (1915/10637) Checking out files: 19% (2022/10637) Checking out files: 20% (2128/10637) Checking out files: 21% (2234/10637) Checking out files: 22% (2341/10637) Checking out files: 23% (2447/10637) Checking out files: 24% (2553/10637) Checking out files: 25% (2660/10637) Checking out files: 26% (2766/10637) Checking out files: 27% (2872/10637) Checking out files: 28% (2979/10637) Checking out files: 29% (3085/10637) Checking out files: 29% (3111/10637) Checking out files: 30% (3192/10637) Checking out files: 31% (3298/10637) Checking out files: 32% (3404/10637) Checking out files: 33% (3511/10637) Checking out files: 34% (3617/10637) Checking out files: 35% (3723/10637) Checking out files: 36% (3830/10637) Checking out files: 36% (3914/10637) Checking out files: 37% (3936/10637) Checking out files: 38% (4043/10637) Checking out files: 39% (4149/10637) Checking out files: 40% (4255/10637) Checking out files: 41% (4362/10637) Checking out files: 42% (4468/10637) Checking out files: 43% (4574/10637) Checking out files: 44% (4681/10637) Checking out files: 45% (4787/10637) Checking out files: 46% (4894/10637) Checking out files: 47% (5000/10637) Checking out files: 48% (5106/10637) Checking out files: 49% (5213/10637) Checking out files: 50% (5319/10637) Checking out files: 50% (5349/10637) Checking out files: 51% (5425/10637) Checking out files: 52% (5532/10637) Checking out files: 53% (5638/10637) Checking out files: 54% (5744/10637) Checking out files: 55% (5851/10637) Checking out files: 56% (5957/10637) Checking out files: 57% (6064/10637) Checking out files: 58% (6170/10637) Checking out files: 59% (6276/10637) Checking out files: 60% (6383/10637) Checking out files: 61% (6489/10637) Checking out files: 62% (6595/10637) Checking out files: 63% (6702/10637) Checking out files: 63% (6781/10637) Checking out files: 64% (6808/10637) Checking out files: 65% (6915/10637) Checking out files: 66% (7021/10637) Checking out files: 67% (7127/10637) Checking out files: 68% (7234/10637) Checking out files: 69% (7340/10637) Checking out files: 70% (7446/10637) Checking out files: 71% (7553/10637) Checking out files: 72% (7659/10637) Checking out files: 73% (7766/10637) Checking out files: 74% (7872/10637) Checking out files: 75% (7978/10637) Checking out files: 76% (8085/10637) Checking out files: 77% (8191/10637) Checking out files: 78% (8297/10637) Checking out files: 78% (8328/10637) Checking out files: 79% (8404/10637) Checking out files: 80% (8510/10637) Checking out files: 81% (8616/10637) Checking out files: 82% (8723/10637) Checking out files: 83% (8829/10637) Checking out files: 84% (8936/10637) Checking out files: 85% (9042/10637) Checking out files: 86% (9148/10637) Checking out files: 87% (9255/10637) Checking out files: 88% (9361/10637) Checking out files: 89% (9467/10637) Checking out files: 90% (9574/10637) Checking out files: 91% (9680/10637) Checking out files: 92% (9787/10637) Checking out files: 93% (9893/10637) Checking out files: 94% (9999/10637) Checking out files: 95% (10106/10637) Checking out files: 96% (10212/10637) Checking out files: 97% (10318/10637) Checking out files: 97% (10385/10637) Checking out files: 98% (10425/10637) Checking out files: 99% (10531/10637) Checking out files: 100% (10637/10637) Checking out files: 100% (10637/10637), done. [2019-10-07T23:52:59.319Z] #57 238.0 + cd /tmp/tmp.sFblLadLHT/tmp/docker-ce [2019-10-07T23:52:59.319Z] #57 ... [2019-10-07T23:52:59.319Z] [2019-10-07T23:52:59.319Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:52:59.319Z] #17 172.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-07T23:52:59.319Z] #17 172.2 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-07T23:52:59.319Z] #17 172.2 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-07T23:52:59.575Z] --- PASS: TestKillContainerInvalidSignal (0.77s) [2019-10-07T23:52:59.575Z] === RUN TestKillContainer [2019-10-07T23:52:59.575Z] === RUN TestKillContainer/no_signal [2019-10-07T23:52:59.619Z] #17 ... [2019-10-07T23:52:59.619Z] [2019-10-07T23:52:59.619Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:52:59.619Z] #57 238.0 + git checkout -q v17.06.2-ce [2019-10-07T23:53:00.516Z] === RUN TestKillContainer/non_killing_signal [2019-10-07T23:53:00.771Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-10-07T23:53:01.330Z] === RUN TestKillContainer/killing_signal [2019-10-07T23:53:02.254Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-10-07T23:53:02.254Z] --- PASS: TestKillContainer (2.72s) [2019-10-07T23:53:02.254Z] --- PASS: TestKillContainer/no_signal (0.94s) [2019-10-07T23:53:02.254Z] --- PASS: TestKillContainer/non_killing_signal (0.64s) [2019-10-07T23:53:02.254Z] --- PASS: TestKillContainer/killing_signal (0.85s) [2019-10-07T23:53:02.254Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-07T23:53:02.254Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-07T23:53:02.510Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-07T23:53:03.435Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-07T23:53:03.558Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-10-07T23:53:03.690Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-07T23:53:04.615Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-10-07T23:53:04.615Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.13s) [2019-10-07T23:53:04.615Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.97s) [2019-10-07T23:53:04.615Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.84s) [2019-10-07T23:53:04.615Z] === RUN TestKillStoppedContainer [2019-10-07T23:53:04.615Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-10-07T23:53:04.615Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-07T23:53:04.615Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-10-07T23:53:04.615Z] === RUN TestKillDifferentUserContainer [2019-10-07T23:53:04.870Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-07T23:53:04.870Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-10-07T23:53:05.207Z] #57 243.0 + mkdir -p /tmp/tmp.sFblLadLHT/src/github.com/docker [2019-10-07T23:53:05.207Z] #57 243.0 + mv components/cli /tmp/tmp.sFblLadLHT/src/github.com/docker/cli [2019-10-07T23:53:05.207Z] #57 243.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-10-07T23:53:05.498Z] #57 ... [2019-10-07T23:53:05.498Z] [2019-10-07T23:53:05.498Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:53:05.498Z] #62 153.4 DEP criu/path.d [2019-10-07T23:53:05.498Z] #62 153.8 DEP criu/parasite-syscall.d [2019-10-07T23:53:05.498Z] #62 154.4 DEP criu/pagemap.d [2019-10-07T23:53:05.498Z] #62 154.8 DEP criu/pagemap-cache.d [2019-10-07T23:53:05.498Z] #62 155.3 DEP criu/page-xfer.d [2019-10-07T23:53:05.498Z] #62 155.7 DEP criu/page-pipe.d [2019-10-07T23:53:05.498Z] #62 156.0 DEP criu/netfilter.d [2019-10-07T23:53:05.498Z] #62 156.4 DEP criu/net.d [2019-10-07T23:53:05.498Z] #62 156.9 DEP criu/namespaces.d [2019-10-07T23:53:05.498Z] #62 157.2 DEP criu/mount.d [2019-10-07T23:53:05.498Z] #62 157.7 DEP criu/mem.d [2019-10-07T23:53:05.498Z] #62 158.4 DEP criu/lsm.d [2019-10-07T23:53:05.498Z] #62 158.7 DEP criu/log.d [2019-10-07T23:53:05.498Z] #62 159.0 DEP criu/libnetlink.d [2019-10-07T23:53:05.498Z] #62 159.2 DEP criu/kerndat.d [2019-10-07T23:53:05.790Z] #62 159.8 DEP criu/kcmp-ids.d [2019-10-07T23:53:05.794Z] --- PASS: TestKillDifferentUserContainer (0.96s) [2019-10-07T23:53:05.794Z] === RUN TestInspectOomKilledTrue [2019-10-07T23:53:05.794Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-07T23:53:05.794Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-07T23:53:05.794Z] === RUN TestInspectOomKilledFalse [2019-10-07T23:53:05.794Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-07T23:53:05.794Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-07T23:53:05.794Z] === RUN TestLinksEtcHostsContentMatch [2019-10-07T23:53:06.063Z] tests/integration/client_test.py ..... [ 75%] [2019-10-07T23:53:06.081Z] #62 160.0 DEP criu/irmap.d [2019-10-07T23:53:06.318Z] tests/integration/errors_test.py . [ 76%] [2019-10-07T23:53:06.353Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s) [2019-10-07T23:53:06.353Z] === RUN TestLinksContainerNames [2019-10-07T23:53:06.371Z] #62 160.5 DEP criu/ipc_ns.d [2019-10-07T23:53:07.003Z] #62 161.0 DEP criu/image.d [2019-10-07T23:53:07.299Z] #62 161.4 DEP criu/image-desc.d [2019-10-07T23:53:07.928Z] #62 161.7 DEP criu/fsnotify.d [2019-10-07T23:53:08.219Z] #62 162.3 DEP criu/filesystems.d [2019-10-07T23:53:08.219Z] #62 ... [2019-10-07T23:53:08.219Z] [2019-10-07T23:53:08.219Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:53:08.219Z] #17 191.1 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-07T23:53:08.219Z] #17 191.1 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-07T23:53:08.219Z] #17 191.2 Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-10-07T23:53:08.235Z] --- PASS: TestLinksContainerNames (1.71s) [2019-10-07T23:53:08.235Z] === RUN TestLogsFollowTailEmpty [2019-10-07T23:53:08.235Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-07T23:53:08.490Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-10-07T23:53:08.515Z] #17 191.2 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-07T23:53:08.515Z] #17 191.2 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-07T23:53:08.515Z] #17 191.3 Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-07T23:53:08.515Z] #17 191.3 Processing triggers for mime-support (3.60) ... [2019-10-07T23:53:08.746Z] --- PASS: TestLogsFollowTailEmpty (0.87s) [2019-10-07T23:53:08.746Z] === RUN TestContainerNetworkMountsNoChown [2019-10-07T23:53:08.807Z] #17 191.5 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:53:08.807Z] #17 191.5 Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-07T23:53:08.807Z] #17 191.5 Setting up libcap2-bin (1:2.25-1) ... [2019-10-07T23:53:08.807Z] #17 191.5 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-07T23:53:08.807Z] #17 191.5 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-07T23:53:08.807Z] #17 191.5 Setting up bash-completion (1:2.1-4.3) ... [2019-10-07T23:53:09.670Z] --- PASS: TestContainerNetworkMountsNoChown (0.87s) [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/default [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/default [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/private [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/private [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/rprivate [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/slave [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/slave [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/rslave [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/shared [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/shared [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/rshared [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-07T23:53:09.670Z] === CONT TestMountDaemonRoot/default [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-07T23:53:09.670Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-07T23:53:09.670Z] === CONT TestMountDaemonRoot/rshared [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-07T23:53:09.670Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-07T23:53:09.670Z] === CONT TestMountDaemonRoot/shared [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-07T23:53:09.670Z] === CONT TestMountDaemonRoot/rslave [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-07T23:53:09.670Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-07T23:53:09.670Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-07T23:53:09.671Z] === CONT TestMountDaemonRoot/slave [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-07T23:53:09.671Z] === CONT TestMountDaemonRoot/rprivate [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-07T23:53:09.671Z] === CONT TestMountDaemonRoot/private [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-07T23:53:09.671Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-07T23:53:09.671Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-07T23:53:09.671Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-07T23:53:09.671Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-07T23:53:09.926Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-07T23:53:09.926Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-07T23:53:09.926Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-07T23:53:09.926Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-07T23:53:09.926Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-07T23:53:09.926Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-07T23:53:09.926Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-07T23:53:10.181Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-07T23:53:10.181Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-07T23:53:10.181Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-07T23:53:10.181Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-07T23:53:10.181Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-07T23:53:10.181Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-07T23:53:10.181Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-07T23:53:10.181Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-07T23:53:10.181Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-07T23:53:10.181Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-07T23:53:10.181Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-07T23:53:10.181Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-07T23:53:10.436Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-07T23:53:10.436Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-07T23:53:10.436Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-07T23:53:10.436Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-07T23:53:10.437Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot (0.03s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-10-07T23:53:10.437Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-10-07T23:53:10.437Z] === RUN TestContainerBindMountNonRecursive [2019-10-07T23:53:12.343Z] #17 ... [2019-10-07T23:53:12.343Z] [2019-10-07T23:53:12.343Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:53:12.343Z] #37 240.4 vendor/golang.org/x/crypto/cryptobyte [2019-10-07T23:53:12.343Z] #37 242.7 net/textproto [2019-10-07T23:53:12.343Z] #37 242.7 vendor/golang.org/x/net/http/httpproxy [2019-10-07T23:53:12.343Z] #37 245.9 crypto/x509 [2019-10-07T23:53:12.343Z] #37 246.0 vendor/golang.org/x/net/http/httpguts [2019-10-07T23:53:12.343Z] #37 246.0 mime/multipart [2019-10-07T23:53:12.343Z] #37 ... [2019-10-07T23:53:12.343Z] [2019-10-07T23:53:12.343Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:53:12.343Z] #62 162.8 DEP criu/files.d [2019-10-07T23:53:12.343Z] #62 163.3 DEP criu/files-reg.d [2019-10-07T23:53:12.343Z] #62 163.8 DEP criu/files-ext.d [2019-10-07T23:53:12.343Z] #62 164.1 DEP criu/file-lock.d [2019-10-07T23:53:12.343Z] #62 164.7 DEP criu/file-ids.d [2019-10-07T23:53:12.343Z] #62 165.0 DEP criu/fifo.d [2019-10-07T23:53:12.343Z] #62 165.4 DEP criu/fdstore.d [2019-10-07T23:53:12.343Z] #62 165.7 DEP criu/fault-injection.d [2019-10-07T23:53:12.343Z] #62 165.9 DEP criu/external.d [2019-10-07T23:53:12.343Z] #62 166.3 DEP criu/eventpoll.d [2019-10-07T23:53:12.634Z] #62 ... [2019-10-07T23:53:12.634Z] [2019-10-07T23:53:12.634Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:53:12.634Z] #31 DONE 251.2s [2019-10-07T23:53:12.634Z] [2019-10-07T23:53:12.634Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:53:12.634Z] #62 166.7 DEP criu/eventfd.d [2019-10-07T23:53:12.924Z] #62 167.1 DEP criu/crtools.d [2019-10-07T23:53:12.949Z] --- PASS: TestContainerBindMountNonRecursive (2.14s) [2019-10-07T23:53:12.949Z] === RUN TestNetworkNat [2019-10-07T23:53:13.508Z] --- PASS: TestNetworkNat (0.82s) [2019-10-07T23:53:13.508Z] === RUN TestNetworkLocalhostTCPNat [2019-10-07T23:53:13.957Z] #62 167.8 DEP criu/cr-service.d [2019-10-07T23:53:14.432Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2019-10-07T23:53:14.432Z] === RUN TestNetworkLoopbackNat [2019-10-07T23:53:14.596Z] #62 168.7 DEP criu/cr-restore.d [2019-10-07T23:53:14.991Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-10-07T23:53:15.246Z] --- PASS: TestNetworkLoopbackNat (1.13s) [2019-10-07T23:53:15.246Z] === RUN TestPause [2019-10-07T23:53:15.639Z] #62 169.4 DEP criu/cr-errno.d [2019-10-07T23:53:15.639Z] #62 169.5 DEP criu/cr-dump.d [2019-10-07T23:53:15.806Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-07T23:53:15.934Z] #62 169.9 DEP criu/cr-dedup.d [2019-10-07T23:53:15.951Z] 65014b3c3121: Pull complete [2019-10-07T23:53:16.224Z] #62 170.2 DEP criu/cr-check.d [2019-10-07T23:53:16.366Z] --- PASS: TestPause (0.93s) [2019-10-07T23:53:16.366Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-07T23:53:16.366Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-07T23:53:16.366Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-07T23:53:16.366Z] === RUN TestPauseStopPausedContainer [2019-10-07T23:53:16.515Z] #62 170.6 DEP criu/config.d [2019-10-07T23:53:17.178Z] #62 171.0 DEP criu/clone-noasan.d [2019-10-07T23:53:17.289Z] --- PASS: TestPauseStopPausedContainer (0.95s) [2019-10-07T23:53:17.289Z] === RUN TestPsFilter [2019-10-07T23:53:17.469Z] #62 171.3 DEP criu/cgroup.d [2019-10-07T23:53:17.544Z] --- PASS: TestPsFilter (0.22s) [2019-10-07T23:53:17.544Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-07T23:53:17.756Z] #62 171.7 DEP criu/cgroup-props.d [2019-10-07T23:53:18.045Z] #62 171.9 DEP criu/bitmap.d [2019-10-07T23:53:18.045Z] #62 172.0 DEP criu/bfd.d [2019-10-07T23:53:18.333Z] #62 172.2 DEP criu/autofs.d [2019-10-07T23:53:18.468Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.94s) [2019-10-07T23:53:18.468Z] === RUN TestRemoveContainerWithVolume [2019-10-07T23:53:18.624Z] #62 172.6 DEP criu/aio.d [2019-10-07T23:53:18.624Z] #62 ... [2019-10-07T23:53:18.624Z] [2019-10-07T23:53:18.624Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:53:18.624Z] #17 198.3 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-07T23:53:18.624Z] #17 198.3 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-07T23:53:18.624Z] #17 198.3 Setting up zip (3.0-11+b1) ... [2019-10-07T23:53:18.624Z] #17 198.3 Setting up bzip2 (1.0.6-8.1) ... [2019-10-07T23:53:18.624Z] #17 198.3 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-07T23:53:18.624Z] #17 198.3 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-07T23:53:18.624Z] #17 198.3 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:53:18.624Z] #17 198.4 Setting up libaio1:ppc64el (0.3.110-3) ... [2019-10-07T23:53:18.624Z] #17 198.4 Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-07T23:53:18.624Z] #17 198.4 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-07T23:53:18.624Z] #17 198.5 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-07T23:53:18.624Z] #17 198.5 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-07T23:53:18.624Z] #17 198.5 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:53:18.624Z] #17 198.5 Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-07T23:53:18.624Z] #17 198.5 Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-07T23:53:18.624Z] #17 198.5 Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-07T23:53:18.624Z] #17 198.6 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:53:18.624Z] #17 199.5 Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-07T23:53:18.624Z] #17 199.5 Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-07T23:53:18.624Z] #17 199.5 Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-07T23:53:18.625Z] #17 199.5 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-07T23:53:18.625Z] #17 199.5 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-07T23:53:18.625Z] #17 199.5 Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-07T23:53:18.625Z] #17 199.6 Setting up pigz (2.3.4-1) ... [2019-10-07T23:53:18.625Z] #17 199.7 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-07T23:53:18.625Z] #17 199.7 Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-10-07T23:53:18.625Z] #17 199.7 Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-07T23:53:18.625Z] #17 199.8 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-07T23:53:18.625Z] #17 199.8 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-07T23:53:18.625Z] #17 199.8 Setting up jq (1.5+dfsg-1.3) ... [2019-10-07T23:53:18.625Z] #17 199.8 Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-07T23:53:18.625Z] #17 199.9 Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-07T23:53:18.625Z] #17 199.9 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-07T23:53:18.625Z] #17 199.9 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-07T23:53:18.625Z] #17 199.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-07T23:53:18.625Z] #17 199.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-07T23:53:18.625Z] #17 200.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-07T23:53:18.625Z] #17 200.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-07T23:53:18.625Z] #17 200.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-07T23:53:18.625Z] #17 200.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-07T23:53:18.625Z] #17 200.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-07T23:53:18.625Z] #17 200.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-07T23:53:18.625Z] #17 200.0 Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-07T23:53:18.625Z] #17 200.1 Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-07T23:53:18.625Z] #17 200.1 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-07T23:53:18.625Z] #17 200.1 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-07T23:53:18.625Z] #17 200.1 Setting up btrfs-progs (4.7.3-1) ... [2019-10-07T23:53:18.625Z] #17 200.1 Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-07T23:53:18.625Z] #17 200.1 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-07T23:53:19.393Z] --- PASS: TestRemoveContainerWithVolume (1.09s) [2019-10-07T23:53:19.393Z] === RUN TestRemoveContainerRunning [2019-10-07T23:53:20.754Z] --- PASS: TestRemoveContainerRunning (1.10s) [2019-10-07T23:53:20.754Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-07T23:53:21.313Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-07T23:53:21.567Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-10-07T23:53:21.822Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.11s) [2019-10-07T23:53:21.822Z] === RUN TestRemoveInvalidContainer [2019-10-07T23:53:21.822Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-10-07T23:53:21.822Z] === RUN TestRenameLinkedContainer [2019-10-07T23:53:24.329Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-10-07T23:53:24.888Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-07T23:53:25.447Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-07T23:53:25.494Z] #17 ... [2019-10-07T23:53:25.494Z] [2019-10-07T23:53:25.494Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:53:25.494Z] #37 254.0 crypto/tls [2019-10-07T23:53:25.494Z] #37 ... [2019-10-07T23:53:25.494Z] [2019-10-07T23:53:25.494Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:53:25.494Z] #62 173.0 DEP criu/action-scripts.d [2019-10-07T23:53:25.494Z] #62 173.7 CC criu/action-scripts.o [2019-10-07T23:53:25.494Z] #62 174.8 CC criu/aio.o [2019-10-07T23:53:25.494Z] #62 176.2 CC criu/autofs.o [2019-10-07T23:53:25.494Z] #62 179.4 CC criu/bfd.o [2019-10-07T23:53:26.007Z] --- PASS: TestRenameLinkedContainer (4.29s) [2019-10-07T23:53:26.007Z] === RUN TestRenameStoppedContainer [2019-10-07T23:53:26.995Z] #62 ... [2019-10-07T23:53:26.995Z] [2019-10-07T23:53:26.995Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:53:26.995Z] #37 265.3 net/http/httptrace [2019-10-07T23:53:26.995Z] #37 265.8 net/http [2019-10-07T23:53:27.894Z] --- PASS: TestRenameStoppedContainer (1.61s) [2019-10-07T23:53:27.894Z] === RUN TestRenameRunningContainerAndReuse [2019-10-07T23:53:29.779Z] --- PASS: TestRenameRunningContainerAndReuse (1.85s) [2019-10-07T23:53:29.779Z] === RUN TestRenameInvalidName [2019-10-07T23:53:31.141Z] --- PASS: TestRenameInvalidName (1.45s) [2019-10-07T23:53:31.141Z] === RUN TestRenameAnonymousContainer [2019-10-07T23:53:32.574Z] #37 ... [2019-10-07T23:53:32.574Z] [2019-10-07T23:53:32.574Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:53:32.574Z] #17 211.2 Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-07T23:53:32.574Z] #17 211.2 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-07T23:53:32.574Z] #17 211.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-07T23:53:32.574Z] #17 211.2 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-07T23:53:32.574Z] #17 211.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-07T23:53:32.574Z] #17 211.2 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-07T23:53:32.574Z] #17 211.2 Setting up btrfs-tools (4.7.3-1) ... [2019-10-07T23:53:32.574Z] #17 211.2 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-07T23:53:32.574Z] #17 211.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-07T23:53:32.574Z] #17 211.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-07T23:53:32.574Z] #17 211.3 Setting up python3 (3.5.3-1) ... [2019-10-07T23:53:32.574Z] #17 214.5 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-07T23:53:34.641Z] #17 217.0 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-07T23:53:34.641Z] #17 217.4 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-07T23:53:34.641Z] #17 217.5 Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-07T23:53:34.930Z] #17 217.5 Setting up python3-wheel (0.29.0-2) ... [2019-10-07T23:53:36.380Z] --- PASS: TestRenameAnonymousContainer (4.53s) [2019-10-07T23:53:36.380Z] === RUN TestRenameContainerWithSameName [2019-10-07T23:53:36.939Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-10-07T23:53:36.939Z] --- PASS: TestRenameContainerWithSameName (1.46s) [2019-10-07T23:53:36.939Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-07T23:53:36.939Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-07T23:53:37.007Z] #17 219.3 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-07T23:53:37.007Z] #17 ... [2019-10-07T23:53:37.007Z] [2019-10-07T23:53:37.007Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:53:37.007Z] #62 180.8 CC criu/bitmap.o [2019-10-07T23:53:37.007Z] #62 181.2 CC criu/cgroup-props.o [2019-10-07T23:53:37.007Z] #62 183.1 CC criu/cgroup.o [2019-10-07T23:53:37.007Z] #62 189.2 CC criu/clone-noasan.o [2019-10-07T23:53:37.007Z] #62 189.5 CC criu/config.o [2019-10-07T23:53:38.301Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-07T23:53:38.861Z] --- PASS: TestRenameContainerWithLinkedContainer (1.81s) [2019-10-07T23:53:38.861Z] === RUN TestResize [2019-10-07T23:53:39.079Z] #62 ... [2019-10-07T23:53:39.079Z] [2019-10-07T23:53:39.079Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-07T23:53:39.079Z] #17 221.8 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-07T23:53:39.079Z] #17 221.8 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-07T23:53:39.420Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-10-07T23:53:39.675Z] --- PASS: TestResize (0.93s) [2019-10-07T23:53:39.675Z] === RUN TestResizeWithInvalidSize [2019-10-07T23:53:39.930Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-07T23:53:40.512Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-10-07T23:53:40.512Z] --- PASS: TestResizeWithInvalidSize (0.96s) [2019-10-07T23:53:40.512Z] === RUN TestResizeWhenContainerNotStarted [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-07T23:53:40.984Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 14.7% of statements [2019-10-07T23:53:40.984Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-07T23:53:40.984Z] ok github.com/docker/docker/api/server/router/swarm 0.015s coverage: 4.0% of statements [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-07T23:53:40.984Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2019-10-07T23:53:40.984Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 95.2% of statements [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-07T23:53:40.984Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-10-07T23:53:40.984Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/builder [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-07T23:53:40.984Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-07T23:53:40.984Z] ok github.com/docker/docker/builder/dockerignore 0.012s coverage: 96.8% of statements [2019-10-07T23:53:41.448Z] --- PASS: TestResizeWhenContainerNotStarted (0.94s) [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-07T23:53:41.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-07T23:53:41.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-07T23:53:41.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-07T23:53:41.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-07T23:53:41.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-07T23:53:41.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-07T23:53:41.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-07T23:53:41.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-07T23:53:41.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-07T23:53:41.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-07T23:53:41.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-07T23:53:41.448Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-07T23:53:41.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-07T23:53:41.448Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-07T23:53:41.448Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-07T23:53:42.671Z] #17 224.9 Setting up dmsetup (2:1.02.137-2) ... [2019-10-07T23:53:42.671Z] #17 224.9 Setting up python3-setuptools (33.1.1-1) ... [2019-10-07T23:53:43.813Z] ok github.com/docker/docker/builder/remotecontext 0.335s coverage: 13.6% of statements [2019-10-07T23:53:43.813Z] ok github.com/docker/docker/builder/dockerfile 1.040s coverage: 48.2% of statements [2019-10-07T23:53:44.682Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-10-07T23:53:44.712Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-07T23:53:44.713Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-07T23:53:44.733Z] #17 227.3 Setting up dh-python (2.20170125) ... [2019-10-07T23:53:44.967Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-07T23:53:45.892Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-07T23:53:46.067Z] ok github.com/docker/docker/builder/remotecontext/git 1.313s coverage: 85.1% of statements [2019-10-07T23:53:46.067Z] ? github.com/docker/docker/cli [no test files] [2019-10-07T23:53:46.067Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-07T23:53:46.236Z] #17 228.9 Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-07T23:53:46.236Z] #17 228.9 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-07T23:53:46.451Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-07T23:53:46.451Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-10-07T23:53:46.526Z] #17 DONE 229.2s [2019-10-07T23:53:46.527Z] [2019-10-07T23:53:46.527Z] #18 [dev 8/25] RUN pip3 install yamllint==1.16.0 [2019-10-07T23:53:47.375Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-07T23:53:47.935Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-07T23:53:49.258Z] #18 ... [2019-10-07T23:53:49.258Z] [2019-10-07T23:53:49.258Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:53:49.258Z] #62 193.2 CC criu/cr-check.o [2019-10-07T23:53:49.258Z] #62 197.0 CC criu/cr-dedup.o [2019-10-07T23:53:49.258Z] #62 197.8 CC criu/cr-dump.o [2019-10-07T23:53:49.258Z] #62 ... [2019-10-07T23:53:49.258Z] [2019-10-07T23:53:49.258Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:53:49.258Z] #37 286.6 github.com/LK4D4/vndr/godl [2019-10-07T23:53:49.258Z] #37 287.8 github.com/LK4D4/vndr [2019-10-07T23:53:49.528Z] ok github.com/docker/docker/client 0.327s coverage: 75.8% of statements [2019-10-07T23:53:50.232Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-10-07T23:53:50.445Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-07T23:53:50.445Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-10-07T23:53:50.445Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-07T23:53:52.953Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-07T23:53:53.513Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-07T23:53:53.768Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-07T23:53:54.023Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-07T23:53:56.531Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-07T23:53:56.531Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-07T23:53:56.531Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.78s) [2019-10-07T23:53:56.531Z] 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-10-07T23:53:56.531Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.12s) [2019-10-07T23:53:56.531Z] 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-10-07T23:53:56.531Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.54s) [2019-10-07T23:53:56.531Z] 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-10-07T23:53:56.531Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.65s) [2019-10-07T23:53:56.531Z] 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-10-07T23:53:56.531Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.61s) [2019-10-07T23:53:56.531Z] 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-10-07T23:53:56.531Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.55s) [2019-10-07T23:53:56.531Z] 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-10-07T23:53:56.531Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.52s) [2019-10-07T23:53:56.532Z] 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-10-07T23:53:56.532Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.62s) [2019-10-07T23:53:56.532Z] 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-10-07T23:53:56.532Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.74s) [2019-10-07T23:53:56.532Z] 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-10-07T23:53:56.532Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.63s) [2019-10-07T23:53:56.532Z] 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-10-07T23:53:56.532Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.66s) [2019-10-07T23:53:56.532Z] 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-10-07T23:53:56.532Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.38s) [2019-10-07T23:53:56.532Z] 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-10-07T23:53:56.532Z] === RUN TestCgroupNamespacesRun [2019-10-07T23:53:56.532Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-10-07T23:53:57.740Z] #37 ... [2019-10-07T23:53:57.740Z] [2019-10-07T23:53:57.740Z] #18 [dev 8/25] RUN pip3 install yamllint==1.16.0 [2019-10-07T23:53:57.740Z] #18 10.52 Collecting yamllint==1.16.0 [2019-10-07T23:53:58.415Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-10-07T23:53:58.415Z] --- PASS: TestCgroupNamespacesRun (1.94s) [2019-10-07T23:53:58.415Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-07T23:53:58.415Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-07T23:53:58.670Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-07T23:53:59.268Z] #18 12.43 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-07T23:53:59.571Z] #18 ... [2019-10-07T23:53:59.571Z] [2019-10-07T23:53:59.571Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:53:59.571Z] #62 203.7 CC criu/cr-errno.o [2019-10-07T23:53:59.571Z] #62 203.8 CC criu/cr-restore.o [2019-10-07T23:53:59.886Z] #62 ... [2019-10-07T23:53:59.886Z] [2019-10-07T23:53:59.886Z] #18 [dev 8/25] RUN pip3 install yamllint==1.16.0 [2019-10-07T23:53:59.886Z] #18 13.41 Collecting pyyaml (from yamllint==1.16.0) [2019-10-07T23:54:00.523Z] #18 14.06 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-07T23:54:00.553Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-07T23:54:00.553Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.89s) [2019-10-07T23:54:00.553Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-07T23:54:00.553Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-07T23:54:00.553Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-10-07T23:54:02.437Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.72s) [2019-10-07T23:54:02.437Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-07T23:54:02.437Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-07T23:54:02.692Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-07T23:54:04.096Z] --- PASS: TestCgroupNamespacesRunHostMode (2.12s) [2019-10-07T23:54:04.096Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-07T23:54:04.096Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-07T23:54:04.969Z] #18 ... [2019-10-07T23:54:04.969Z] [2019-10-07T23:54:04.969Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:54:04.969Z] #37 DONE 302.9s [2019-10-07T23:54:04.969Z] [2019-10-07T23:54:04.969Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:54:04.969Z] #62 214.0 CC criu/cr-service.o [2019-10-07T23:54:04.969Z] #62 218.1 CC criu/crtools.o [2019-10-07T23:54:05.458Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-07T23:54:06.018Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.89s) [2019-10-07T23:54:06.018Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-07T23:54:06.018Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-07T23:54:06.468Z] #62 220.4 CC criu/eventfd.o [2019-10-07T23:54:06.757Z] #62 ... [2019-10-07T23:54:06.757Z] [2019-10-07T23:54:06.757Z] #18 [dev 8/25] RUN pip3 install yamllint==1.16.0 [2019-10-07T23:54:06.757Z] #18 20.38 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-07T23:54:06.945Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.79s) [2019-10-07T23:54:06.945Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-07T23:54:06.945Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-07T23:54:07.047Z] #18 20.68 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-07T23:54:07.868Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.79s) [2019-10-07T23:54:07.868Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-07T23:54:07.868Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-07T23:54:08.123Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-07T23:54:10.009Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-07T23:54:10.264Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.57s) [2019-10-07T23:54:10.264Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-07T23:54:10.264Z] === RUN TestKernelTCPMemory [2019-10-07T23:54:10.571Z] #18 23.98 Building wheels for collected packages: pyyaml, pathspec [2019-10-07T23:54:10.571Z] #18 23.98 Running setup.py bdist_wheel for pyyaml: started [2019-10-07T23:54:10.754Z] ......... [ 85%] [2019-10-07T23:54:11.626Z] --- PASS: TestKernelTCPMemory (1.21s) [2019-10-07T23:54:11.626Z] === RUN TestNISDomainname [2019-10-07T23:54:11.626Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-10-07T23:54:12.986Z] --- PASS: TestNISDomainname (1.42s) [2019-10-07T23:54:12.986Z] === RUN TestHostnameDnsResolution [2019-10-07T23:54:13.306Z] #18 26.72 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-07T23:54:13.306Z] #18 26.72 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-07T23:54:13.306Z] #18 26.91 Running setup.py bdist_wheel for pathspec: started [2019-10-07T23:54:13.909Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-07T23:54:14.468Z] --- PASS: TestHostnameDnsResolution (1.55s) [2019-10-07T23:54:14.468Z] === RUN TestStats [2019-10-07T23:54:15.028Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-10-07T23:54:16.026Z] #18 ... [2019-10-07T23:54:16.026Z] [2019-10-07T23:54:16.026Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:54:16.026Z] #62 221.3 CC criu/eventpoll.o [2019-10-07T23:54:16.026Z] #62 223.2 CC criu/external.o [2019-10-07T23:54:16.026Z] #62 224.0 CC criu/fault-injection.o [2019-10-07T23:54:16.026Z] #62 224.3 CC criu/fdstore.o [2019-10-07T23:54:16.026Z] #62 225.2 CC criu/fifo.o [2019-10-07T23:54:16.026Z] #62 226.1 CC criu/file-ids.o [2019-10-07T23:54:16.026Z] #62 226.8 CC criu/file-lock.o [2019-10-07T23:54:16.026Z] #62 228.8 CC criu/files-ext.o [2019-10-07T23:54:16.026Z] #62 229.8 CC criu/files-reg.o [2019-10-07T23:54:16.314Z] #62 ... [2019-10-07T23:54:16.314Z] [2019-10-07T23:54:16.314Z] #18 [dev 8/25] RUN pip3 install yamllint==1.16.0 [2019-10-07T23:54:16.314Z] #18 29.75 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-07T23:54:16.314Z] #18 29.75 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-07T23:54:16.314Z] #18 29.80 Successfully built pyyaml pathspec [2019-10-07T23:54:16.314Z] #18 29.80 Installing collected packages: pyyaml, pathspec, yamllint [2019-10-07T23:54:16.389Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-10-07T23:54:16.947Z] --- PASS: TestStats (2.48s) [2019-10-07T23:54:16.947Z] === RUN TestStopContainerWithTimeout [2019-10-07T23:54:16.947Z] === RUN TestStopContainerWithTimeout/0 [2019-10-07T23:54:16.947Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-07T23:54:16.947Z] === RUN TestStopContainerWithTimeout/1 [2019-10-07T23:54:16.947Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-07T23:54:16.947Z] === RUN TestStopContainerWithTimeout/3 [2019-10-07T23:54:16.947Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-07T23:54:16.947Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-07T23:54:16.947Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-07T23:54:16.947Z] === CONT TestStopContainerWithTimeout/0 [2019-10-07T23:54:16.947Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-07T23:54:17.341Z] #18 30.70 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-07T23:54:17.341Z] #18 DONE 31.0s [2019-10-07T23:54:17.341Z] [2019-10-07T23:54:17.341Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-07T23:54:18.081Z] tests/integration/models_images_test.py ............... [ 89%] [2019-10-07T23:54:18.308Z] === CONT TestStopContainerWithTimeout/3 [2019-10-07T23:54:18.868Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-10-07T23:54:19.694Z] tests/integration/models_networks_test.py .... [ 90%] [2019-10-07T23:54:20.065Z] #19 ... [2019-10-07T23:54:20.065Z] [2019-10-07T23:54:20.065Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:54:20.065Z] #62 234.1 CC criu/files.o [2019-10-07T23:54:20.228Z] === CONT TestStopContainerWithTimeout/1 [2019-10-07T23:54:21.093Z] #62 ... [2019-10-07T23:54:21.093Z] [2019-10-07T23:54:21.093Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-07T23:54:21.093Z] #19 319.6 + rm -rf /tmp/tmp.BUjRBcXnQ6 [2019-10-07T23:54:21.093Z] #19 DONE 320.1s [2019-10-07T23:54:21.380Z] [2019-10-07T23:54:21.380Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-07T23:54:21.589Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-10-07T23:54:21.589Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-10-07T23:54:21.589Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-10-07T23:54:21.844Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-10-07T23:54:21.844Z] --- PASS: TestStopContainerWithTimeout/0 (1.24s) [2019-10-07T23:54:21.844Z] --- PASS: TestStopContainerWithTimeout/-1 (3.04s) [2019-10-07T23:54:21.844Z] --- PASS: TestStopContainerWithTimeout/3 (2.95s) [2019-10-07T23:54:21.844Z] --- PASS: TestStopContainerWithTimeout/1 (1.93s) [2019-10-07T23:54:21.844Z] === RUN TestDeleteDevicemapper [2019-10-07T23:54:21.844Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-07T23:54:21.844Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-07T23:54:21.844Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-07T23:54:22.869Z] #28 ... [2019-10-07T23:54:22.869Z] [2019-10-07T23:54:22.869Z] #20 [dev 9/25] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-07T23:54:23.159Z] #20 DONE 0.1s [2019-10-07T23:54:23.159Z] [2019-10-07T23:54:23.159Z] #25 [dev 10/25] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-07T23:54:23.785Z] #25 DONE 0.8s [2019-10-07T23:54:23.785Z] [2019-10-07T23:54:23.785Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:54:24.451Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.30s) [2019-10-07T23:54:24.451Z] === RUN TestUpdateMemory [2019-10-07T23:54:24.451Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-07T23:54:24.451Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-07T23:54:24.451Z] === RUN TestUpdateCPUQuota [2019-10-07T23:54:24.888Z] #51 ... [2019-10-07T23:54:24.888Z] [2019-10-07T23:54:24.888Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:54:24.888Z] #62 238.9 CC criu/filesystems.o [2019-10-07T23:54:25.812Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-10-07T23:54:26.067Z] --- PASS: TestUpdateCPUQuota (1.98s) [2019-10-07T23:54:26.067Z] === RUN TestUpdatePidsLimit [2019-10-07T23:54:26.067Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-07T23:54:26.227Z] tests/integration/models_nodes_test.py . [ 91%] [2019-10-07T23:54:26.405Z] #62 240.2 CC criu/fsnotify.o [2019-10-07T23:54:26.626Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-07T23:54:26.626Z] === RUN TestUpdatePidsLimit/no_change [2019-10-07T23:54:26.785Z] tests/integration/models_resources_test.py . [ 91%] [2019-10-07T23:54:27.185Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-07T23:54:27.744Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-07T23:54:27.999Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-07T23:54:28.470Z] #62 242.2 CC criu/image-desc.o [2019-10-07T23:54:28.470Z] #62 242.6 CC criu/image.o [2019-10-07T23:54:28.923Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-07T23:54:29.178Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-07T23:54:30.102Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-07T23:54:30.535Z] #62 244.2 CC criu/ipc_ns.o [2019-10-07T23:54:31.027Z] --- PASS: TestUpdatePidsLimit (4.81s) [2019-10-07T23:54:31.027Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.50s) [2019-10-07T23:54:31.027Z] --- PASS: TestUpdatePidsLimit/no_change (0.54s) [2019-10-07T23:54:31.027Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2019-10-07T23:54:31.027Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.44s) [2019-10-07T23:54:31.027Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.64s) [2019-10-07T23:54:31.027Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) [2019-10-07T23:54:31.027Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.49s) [2019-10-07T23:54:31.027Z] === RUN TestUpdateRestartPolicy [2019-10-07T23:54:31.257Z] ok github.com/docker/docker/cmd/dockerd 0.046s coverage: 30.3% of statements [2019-10-07T23:54:31.257Z] ok github.com/docker/docker/container 0.116s coverage: 35.3% of statements [2019-10-07T23:54:31.257Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-07T23:54:31.257Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-07T23:54:31.257Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-07T23:54:31.257Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-07T23:54:31.587Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-10-07T23:54:32.589Z] #62 246.2 CC criu/irmap.o [2019-10-07T23:54:32.827Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-10-07T23:54:32.949Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-07T23:54:33.213Z] #62 247.3 CC criu/kcmp-ids.o [2019-10-07T23:54:33.509Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-07T23:54:33.837Z] #62 247.9 CC criu/kerndat.o [2019-10-07T23:54:34.872Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-10-07T23:54:35.798Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-07T23:54:35.903Z] #62 250.1 CC criu/libnetlink.o [2019-10-07T23:54:36.566Z] ok github.com/docker/docker/daemon/cluster 0.071s coverage: 0.5% of statements [2019-10-07T23:54:36.925Z] #62 250.8 CC criu/log.o [2019-10-07T23:54:37.214Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-10-07T23:54:37.214Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-10-07T23:54:37.552Z] #62 251.6 CC criu/lsm.o [2019-10-07T23:54:38.177Z] #62 252.2 CC criu/mem.o [2019-10-07T23:54:38.308Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-10-07T23:54:38.308Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-07T23:54:38.477Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2019-10-07T23:54:40.637Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.8% of statements [2019-10-07T23:54:40.815Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-10-07T23:54:41.676Z] #62 255.3 CC criu/mount.o [2019-10-07T23:54:42.511Z] tests/integration/regression_test.py ...... [ 98%] [2019-10-07T23:54:42.765Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-10-07T23:54:42.765Z] tests/integration/credentials/utils_test.py . [100%] [2019-10-07T23:54:42.765Z] [2019-10-07T23:54:42.765Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-10-07T23:54:42.765Z] =========================== short test summary info ============================ [2019-10-07T23:54:42.765Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-10-07T23:54:42.765Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-10-07T23:54:42.765Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-10-07T23:54:42.765Z] Not supported on most drivers [2019-10-07T23:54:42.765Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-10-07T23:54:42.765Z] This doesn't seem to be taken into account by the engine [2019-10-07T23:54:42.765Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2019-10-07T23:54:42.765Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2019-10-07T23:54:42.765Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-10-07T23:54:42.765Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-10-07T23:54:42.765Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-10-07T23:54:42.765Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-10-07T23:54:42.765Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-10-07T23:54:42.765Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 396.14 seconds == [2019-10-07T23:54:43.020Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-10-07T23:54:44.073Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-07T23:54:44.329Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-10-07T23:54:44.426Z] #62 ... [2019-10-07T23:54:44.426Z] [2019-10-07T23:54:44.426Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-07T23:54:44.426Z] #46 290.2 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-07T23:54:45.349Z] --- PASS: TestUpdateRestartPolicy (14.27s) [2019-10-07T23:54:45.349Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-07T23:54:45.604Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-07T23:54:46.165Z] --- PASS: TestUpdateRestartWithAutoRemove (0.88s) [2019-10-07T23:54:46.165Z] === RUN TestWaitNonBlocked [2019-10-07T23:54:46.165Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-07T23:54:46.165Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-07T23:54:46.165Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-07T23:54:46.165Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-07T23:54:46.165Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-07T23:54:46.165Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-07T23:54:47.527Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-07T23:54:47.782Z] --- PASS: TestWaitNonBlocked (0.04s) [2019-10-07T23:54:47.782Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.26s) [2019-10-07T23:54:47.782Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.58s) [2019-10-07T23:54:47.782Z] === RUN TestWaitBlocked [2019-10-07T23:54:47.782Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-07T23:54:47.782Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-07T23:54:47.782Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-07T23:54:47.782Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-07T23:54:47.782Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-07T23:54:47.782Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-07T23:54:47.964Z] #46 293.9 + mkdir -p /build [2019-10-07T23:54:47.964Z] #46 293.9 + cp runc /build/runc [2019-10-07T23:54:47.964Z] #46 DONE 294.1s [2019-10-07T23:54:47.964Z] [2019-10-07T23:54:47.964Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:54:48.036Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-07T23:54:48.961Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-07T23:54:48.961Z] --- PASS: TestWaitBlocked (0.02s) [2019-10-07T23:54:48.961Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.09s) [2019-10-07T23:54:48.961Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.24s) [2019-10-07T23:54:48.961Z] === CONT TestContainerStartOnDaemonRestart [2019-10-07T23:54:48.961Z] === CONT TestIpcModeOlderClient [2019-10-07T23:54:48.995Z] #57 ... [2019-10-07T23:54:48.995Z] [2019-10-07T23:54:48.995Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:54:48.995Z] #62 262.8 CC criu/namespaces.o [2019-10-07T23:54:49.215Z] --- PASS: TestIpcModeOlderClient (0.14s) [2019-10-07T23:54:49.215Z] === CONT TestDaemonRestartIpcMode [2019-10-07T23:54:49.469Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-10-07T23:54:50.336Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.438s coverage: 13.7% of statements [2019-10-07T23:54:50.336Z] ok github.com/docker/docker/daemon 12.297s coverage: 17.6% of statements [2019-10-07T23:54:50.336Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-07T23:54:50.336Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-07T23:54:52.100Z] ok github.com/docker/docker/daemon/discovery 0.023s coverage: 30.0% of statements [2019-10-07T23:54:52.100Z] ok github.com/docker/docker/daemon/config 0.084s coverage: 84.6% of statements [2019-10-07T23:54:52.511Z] #62 266.3 CC criu/net.o [2019-10-07T23:54:52.854Z] --- PASS: TestContainerStartOnDaemonRestart (3.71s) [2019-10-07T23:54:52.854Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-07T23:54:53.413Z] --- PASS: TestDaemonRestartIpcMode (4.33s) [2019-10-07T23:54:53.413Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-07T23:54:53.413Z] PASS [2019-10-07T23:54:53.413Z] [2019-10-07T23:54:53.413Z] === Skipped [2019-10-07T23:54:53.413Z] === SKIP: amd64.integration.container TestCheckpoint (0.01s) [2019-10-07T23:54:53.413Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-07T23:54:53.413Z] [2019-10-07T23:54:53.413Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-07T23:54:53.413Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-07T23:54:53.413Z] [2019-10-07T23:54:53.413Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-07T23:54:53.413Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-07T23:54:53.413Z] [2019-10-07T23:54:53.413Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-07T23:54:53.413Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-07T23:54:53.413Z] [2019-10-07T23:54:53.413Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-07T23:54:53.413Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-07T23:54:53.413Z] [2019-10-07T23:54:53.413Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-10-07T23:54:53.413Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-07T23:54:53.413Z] [2019-10-07T23:54:53.413Z] [2019-10-07T23:54:53.413Z] DONE 197 tests, 6 skipped in 151.582s [2019-10-07T23:54:53.413Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-10-07T23:54:53.413Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:54:53.413Z] ++ set -e [2019-10-07T23:54:53.413Z] ++ '[' -n 0 ']' [2019-10-07T23:54:53.413Z] ++ set -x [2019-10-07T23:54:53.413Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:54:53.534Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2019-10-07T23:54:53.534Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-07T23:54:53.534Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-07T23:54:53.668Z] INFO: Testing against a local daemon [2019-10-07T23:54:53.668Z] === RUN TestCommitInheritsEnv [2019-10-07T23:54:54.228Z] --- PASS: TestCommitInheritsEnv (0.56s) [2019-10-07T23:54:54.228Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-07T23:54:54.228Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-07T23:54:54.228Z] === RUN TestImagesFilterMultiReference [2019-10-07T23:54:54.228Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-10-07T23:54:54.228Z] === RUN TestImagePullPlatformInvalid [2019-10-07T23:54:54.228Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-10-07T23:54:54.228Z] === RUN TestRemoveImageOrphaning [2019-10-07T23:54:54.423Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2019-10-07T23:54:54.483Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-10-07T23:54:54.742Z] --- PASS: TestRemoveImageOrphaning (0.46s) [2019-10-07T23:54:54.742Z] === RUN TestRemoveImageGarbageCollector [2019-10-07T23:54:55.165Z] umount: bundles/test-docker-py/root: mountpoint not found [2019-10-07T23:54:55.165Z] Clearing AppArmor profiles cache:. [2019-10-07T23:54:55.165Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-07T23:54:55.165Z] Unloading profiles will leave already running processes permanently [2019-10-07T23:54:55.165Z] unconfined, which can lead to unexpected situations. [2019-10-07T23:54:55.165Z] [2019-10-07T23:54:55.165Z] To set a process to complain mode, use the command line tool [2019-10-07T23:54:55.165Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-07T23:54:55.165Z] with the 'teardown' option." [2019-10-07T23:54:55.165Z] [2019-10-07T23:54:55.668Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength Post stage [Pipeline] junit [2019-10-07T23:54:55.734Z] Recording test results [Pipeline] sh [2019-10-07T23:54:56.131Z] + echo Ensuring container killed. [2019-10-07T23:54:56.131Z] Ensuring container killed. [2019-10-07T23:54:56.131Z] + docker rm -vf docker-pr3 [2019-10-07T23:54:56.131Z] Error: No such container: docker-pr3 [2019-10-07T23:54:56.131Z] + true [Pipeline] sh [2019-10-07T23:54:56.423Z] + echo Chowning /workspace to jenkins user [2019-10-07T23:54:56.423Z] Chowning /workspace to jenkins user [2019-10-07T23:54:56.423Z] + id -u [2019-10-07T23:54:56.423Z] + id -g [2019-10-07T23:54:56.423Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40057:/workspace busybox chown -R 1000:1000 /workspace [2019-10-07T23:54:56.982Z] #62 271.1 CC criu/netfilter.o [2019-10-07T23:54:57.030Z] --- PASS: TestRemoveImageGarbageCollector (2.22s) [2019-10-07T23:54:57.030Z] remove_unix_test.go:40: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector" [2019-10-07T23:54:57.030Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-07T23:54:57.030Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2019-10-07T23:54:57.030Z] === RUN TestTagInvalidReference [2019-10-07T23:54:57.030Z] --- PASS: TestTagInvalidReference (0.02s) [2019-10-07T23:54:57.030Z] === RUN TestTagValidPrefixedRepo [2019-10-07T23:54:57.284Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-07T23:54:57.285Z] === RUN TestTagExistedNameWithoutForce [2019-10-07T23:54:57.285Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-10-07T23:54:57.285Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-10-07T23:54:57.285Z] === RUN TestTagOfficialNames [2019-10-07T23:54:57.285Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-07T23:54:57.285Z] --- PASS: TestTagOfficialNames (0.06s) [2019-10-07T23:54:57.285Z] === RUN TestTagMatchesDigest [2019-10-07T23:54:57.285Z] --- PASS: TestTagMatchesDigest (0.04s) [2019-10-07T23:54:57.285Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-07T23:54:57.628Z] #62 271.6 CC criu/page-pipe.o [2019-10-07T23:54:57.859Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2019-10-07T23:54:58.209Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-07T23:54:58.674Z] #62 272.7 CC criu/page-xfer.o [2019-10-07T23:54:58.721Z] + bundleName=docker-py [2019-10-07T23:54:58.721Z] + echo Creating docker-py-bundles.tar.gz [2019-10-07T23:54:58.721Z] Creating docker-py-bundles.tar.gz [2019-10-07T23:54:58.721Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2019-10-07T23:54:58.730Z] Archiving artifacts [2019-10-07T23:54:58.841Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.349s coverage: 57.9% of statements [2019-10-07T23:54:58.988Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40057/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-10-07T23:54:59.450Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40057/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 -e DOCKER_GRAPHDRIVER docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 hack/make.sh binary-daemon [2019-10-07T23:54:59.573Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-07T23:55:00.009Z] [2019-10-07T23:55:00.264Z] Removing bundles/ [2019-10-07T23:55:00.264Z] [2019-10-07T23:55:00.264Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-10-07T23:55:00.264Z] Building: bundles/binary-daemon/dockerd-dev [2019-10-07T23:55:00.264Z] GOOS="" GOARCH="" GOARM="" [2019-10-07T23:55:00.758Z] #62 274.7 CC criu/pagemap-cache.o [2019-10-07T23:55:00.935Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-10-07T23:55:01.399Z] #62 275.3 CC criu/pagemap.o [2019-10-07T23:55:03.506Z] #62 277.0 CC criu/parasite-syscall.o [2019-10-07T23:55:04.543Z] #62 278.7 CC criu/path.o [2019-10-07T23:55:05.175Z] #62 279.2 CC criu/pie-util-vdso-elf32.o [2019-10-07T23:55:05.530Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.396s coverage: 46.2% of statements [2019-10-07T23:55:05.810Z] #62 279.8 CC criu/pie-util-vdso.o [2019-10-07T23:55:06.169Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-10-07T23:55:06.450Z] #62 280.5 CC criu/pie-util.o [2019-10-07T23:55:06.728Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-07T23:55:06.751Z] #62 280.8 CC criu/pipes.o [2019-10-07T23:55:08.097Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.399s coverage: 72.5% of statements [2019-10-07T23:55:08.097Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-07T23:55:08.102Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-10-07T23:55:08.250Z] #62 282.1 CC criu/plugin.o [2019-10-07T23:55:08.880Z] #62 282.8 CC criu/proc_parse.o [2019-10-07T23:55:09.047Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.021s coverage: 51.0% of statements [2019-10-07T23:55:09.463Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-07T23:55:10.386Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-07T23:55:10.946Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-07T23:55:11.505Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-07T23:55:11.505Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-10-07T23:55:11.697Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.583s coverage: 76.1% of statements [2019-10-07T23:55:11.760Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-07T23:55:12.320Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-07T23:55:12.320Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-07T23:55:12.470Z] 2945147eda09: Pull complete [2019-10-07T23:55:12.470Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-10-07T23:55:12.470Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-07T23:55:12.470Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-10-07T23:55:12.470Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-10-07T23:55:12.470Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.737' [2019-10-07T23:55:12.470Z] WARN: Skipping validation tests [2019-10-07T23:55:12.470Z] INFO: Running unit tests at 10/07/2019 23:55:07... [2019-10-07T23:55:12.470Z] INFO: make.ps1 starting at 10/07/2019 23:55:11 [2019-10-07T23:55:12.470Z] INFO: Git commit (318e279fd) assumed from DOCKER_GITCOMMIT environment variable [2019-10-07T23:55:12.470Z] INFO: Invoking autogen... [2019-10-07T23:55:12.470Z] INFO: Running unit tests... [2019-10-07T23:55:13.014Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.015s coverage: 58.0% of statements [2019-10-07T23:55:13.813Z] #62 287.9 CC criu/protobuf-desc.o [2019-10-07T23:55:14.204Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-07T23:55:14.961Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 3.0% of statements [2019-10-07T23:55:15.887Z] #62 289.5 CC criu/protobuf.o [2019-10-07T23:55:16.528Z] #62 290.3 CC criu/pstree.o [2019-10-07T23:55:16.580Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.687s coverage: 57.0% of statements [2019-10-07T23:55:16.580Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-07T23:55:16.580Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-07T23:55:17.488Z] ok github.com/docker/docker/daemon/images 0.029s coverage: 4.9% of statements [2019-10-07T23:55:17.488Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-07T23:55:17.866Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-10-07T23:55:17.866Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-07T23:55:18.043Z] #62 292.1 CC criu/rbtree.o [2019-10-07T23:55:18.360Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-10-07T23:55:18.669Z] #62 292.7 CC criu/rst-malloc.o [2019-10-07T23:55:19.296Z] #62 293.1 CC criu/seccomp.o [2019-10-07T23:55:19.722Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-10-07T23:55:19.801Z] ok github.com/docker/docker/daemon/logger 0.215s coverage: 42.7% of statements [2019-10-07T23:55:19.929Z] #62 ... [2019-10-07T23:55:19.930Z] [2019-10-07T23:55:19.930Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-07T23:55:19.930Z] #59 378.7 + dpkg --print-architecture [2019-10-07T23:55:19.930Z] #59 378.8 + cd /tmp/tmp.uOEgdTKIMr/src/github.com/docker/distribution [2019-10-07T23:55:19.930Z] #59 378.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-07T23:55:19.977Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-10-07T23:55:20.197Z] ok github.com/docker/docker/daemon/logger/awslogs 0.172s coverage: 77.4% of statements [2019-10-07T23:55:20.197Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-07T23:55:20.197Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-07T23:55:20.219Z] #59 379.3 + GOPATH=/tmp/tmp.uOEgdTKIMr/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.uOEgdTKIMr [2019-10-07T23:55:20.220Z] #59 379.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-07T23:55:20.536Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-10-07T23:55:21.096Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-07T23:55:21.529Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 68.2% of statements [2019-10-07T23:55:21.529Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 26.2% of statements [2019-10-07T23:55:21.939Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.026s coverage: 88.3% of statements [2019-10-07T23:55:22.458Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-07T23:55:22.986Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 62.1% of statements [2019-10-07T23:55:24.077Z] ok github.com/docker/docker/daemon/logger/local 0.036s coverage: 74.7% of statements [2019-10-07T23:55:24.077Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-07T23:55:24.912Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.008s coverage: 19.9% of statements [2019-10-07T23:55:25.761Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-10-07T23:55:26.319Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-07T23:55:26.827Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2019-10-07T23:55:26.878Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-10-07T23:55:27.207Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-10-07T23:55:27.207Z] ok github.com/docker/docker/daemon/logger/splunk 1.676s coverage: 84.5% of statements [2019-10-07T23:55:27.207Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-07T23:55:27.437Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-10-07T23:55:27.692Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-07T23:55:27.946Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-10-07T23:55:27.946Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-07T23:55:28.040Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2019-10-07T23:55:28.041Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-07T23:55:28.506Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-07T23:55:29.430Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-07T23:55:29.684Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-07T23:55:30.610Z] #59 ... [2019-10-07T23:55:30.610Z] [2019-10-07T23:55:30.610Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:55:30.610Z] #62 294.3 CC criu/seize.o [2019-10-07T23:55:30.610Z] #62 296.0 CC criu/servicefd.o [2019-10-07T23:55:30.610Z] #62 296.9 CC criu/shmem.o [2019-10-07T23:55:30.610Z] #62 298.5 CC criu/sigframe.o [2019-10-07T23:55:30.610Z] #62 298.9 CC criu/signalfd.o [2019-10-07T23:55:30.610Z] #62 299.4 CC criu/sk-inet.o [2019-10-07T23:55:30.610Z] #62 301.2 CC criu/sk-netlink.o [2019-10-07T23:55:30.610Z] #62 302.1 CC criu/sk-packet.o [2019-10-07T23:55:30.610Z] #62 303.3 CC criu/sk-queue.o [2019-10-07T23:55:30.610Z] #62 304.3 CC criu/sk-tcp.o [2019-10-07T23:55:30.845Z] ok github.com/docker/docker/distribution/metadata 0.030s coverage: 48.2% of statements [2019-10-07T23:55:30.845Z] ok github.com/docker/docker/distribution 0.436s coverage: 22.4% of statements [2019-10-07T23:55:30.845Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-07T23:55:31.237Z] #62 305.3 CC criu/sk-unix.o [2019-10-07T23:55:31.567Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-10-07T23:55:32.126Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-10-07T23:55:32.204Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2019-10-07T23:55:33.596Z] ? github.com/docker/docker/api [no test files] [2019-10-07T23:55:34.156Z] ok github.com/docker/docker/image 0.020s coverage: 86.4% of statements [2019-10-07T23:55:34.548Z] ok github.com/docker/docker/distribution/xfer 1.974s coverage: 85.1% of statements [2019-10-07T23:55:34.548Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-07T23:55:34.796Z] #62 308.8 CC criu/sockets.o [2019-10-07T23:55:34.953Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-10-07T23:55:34.953Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-07T23:55:35.843Z] ok github.com/docker/docker/image/v1 0.026s coverage: 25.0% of statements [2019-10-07T23:55:35.843Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-07T23:55:36.283Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-10-07T23:55:36.296Z] #62 310.5 CC criu/stats.o [2019-10-07T23:55:37.296Z] ok github.com/docker/docker/libcontainerd/queue 0.027s coverage: 100.0% of statements [2019-10-07T23:55:37.332Z] #62 311.3 CC criu/string.o [2019-10-07T23:55:37.332Z] #62 311.5 CC criu/sysctl.o [2019-10-07T23:55:37.645Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-10-07T23:55:38.831Z] #62 312.7 CC criu/sysfs_parse.o [2019-10-07T23:55:39.015Z] ok github.com/docker/docker/opts 0.023s coverage: 66.9% of statements [2019-10-07T23:55:39.015Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 50.0% of statements [2019-10-07T23:55:39.459Z] #62 313.5 CC criu/timerfd.o [2019-10-07T23:55:40.088Z] #62 314.2 CC criu/tty.o [2019-10-07T23:55:41.608Z] ok github.com/docker/docker/pkg/archive 0.598s coverage: 77.0% of statements [2019-10-07T23:55:42.881Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-10-07T23:55:42.881Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-10-07T23:55:43.002Z] ok github.com/docker/docker/pkg/authorization 0.543s coverage: 68.3% of statements [2019-10-07T23:55:43.389Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-10-07T23:55:43.389Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-07T23:55:43.616Z] #62 317.8 CC criu/tun.o [2019-10-07T23:55:45.113Z] #62 319.1 CC criu/uffd.o [2019-10-07T23:55:45.388Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-07T23:55:45.431Z] ok github.com/docker/docker/layer 7.304s coverage: 68.8% of statements [2019-10-07T23:55:45.431Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-07T23:55:45.431Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-07T23:55:45.431Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-07T23:55:45.431Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-07T23:55:45.431Z] ? github.com/docker/docker/oci [no test files] [2019-10-07T23:55:45.431Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-07T23:55:45.843Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-10-07T23:55:46.217Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2019-10-07T23:55:46.626Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2019-10-07T23:55:46.749Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-07T23:55:47.309Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-07T23:55:47.823Z] #62 321.4 CC criu/util.o [2019-10-07T23:55:48.458Z] ok github.com/docker/docker/api/server 0.204s coverage: 9.0% of statements [2019-10-07T23:55:48.492Z] ok github.com/docker/docker/pkg/chrootarchive 3.600s coverage: 43.2% of statements [2019-10-07T23:55:48.492Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-07T23:55:48.492Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-07T23:55:49.193Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-07T23:55:49.318Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2019-10-07T23:55:50.156Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2019-10-07T23:55:50.533Z] #62 324.3 CC criu/uts_ns.o [2019-10-07T23:55:50.533Z] #62 324.6 CC criu/vdso.o [2019-10-07T23:55:50.546Z] ok github.com/docker/docker/pkg/dmesg 0.015s coverage: 83.3% of statements [2019-10-07T23:55:50.929Z] ok github.com/docker/docker/pkg/discovery/kv 3.104s coverage: 84.1% of statements [2019-10-07T23:55:51.366Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2019-10-07T23:55:51.366Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-10-07T23:55:51.704Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-07T23:55:52.050Z] #62 325.7 LINK criu/built-in.o [2019-10-07T23:55:52.050Z] #62 326.1 LINK criu/criu [2019-10-07T23:55:52.241Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-10-07T23:55:52.627Z] ok github.com/docker/docker/pkg/fsutils 0.490s coverage: 85.1% of statements [2019-10-07T23:55:53.077Z] #62 327.0 DEP lib/c/criu.d [2019-10-07T23:55:53.370Z] #62 327.3 CC images/rpc.pb-c.o [2019-10-07T23:55:53.448Z] ok github.com/docker/docker/pkg/idtools 0.425s coverage: 70.1% of statements [2019-10-07T23:55:53.591Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-10-07T23:55:54.269Z] ok github.com/docker/docker/pkg/ioutils 0.564s coverage: 69.3% of statements [2019-10-07T23:55:54.269Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2019-10-07T23:55:54.672Z] ok github.com/docker/docker/pkg/locker 0.017s coverage: 88.9% of statements [2019-10-07T23:55:54.672Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2019-10-07T23:55:54.672Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-07T23:55:54.878Z] #62 328.7 CC lib/c/criu.o [2019-10-07T23:55:55.499Z] ok github.com/docker/docker/pkg/namesgenerator 0.012s coverage: 85.7% of statements [2019-10-07T23:55:55.920Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-10-07T23:55:56.304Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-10-07T23:55:56.685Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2019-10-07T23:55:56.685Z] ok github.com/docker/docker/pkg/mount 1.313s coverage: 69.6% of statements [2019-10-07T23:55:56.685Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-07T23:55:56.854Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-10-07T23:55:56.932Z] #62 331.1 LINK lib/c/built-in.o [2019-10-07T23:55:56.932Z] #62 331.1 LINK lib/c/libcriu.so [2019-10-07T23:55:57.109Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-07T23:55:57.137Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-10-07T23:55:57.137Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-07T23:55:57.137Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-07T23:55:57.558Z] #62 331.5 GEN magic.py [2019-10-07T23:55:57.558Z] #62 331.7 Note: Building without setproctitle() and strlcpy() support. [2019-10-07T23:55:57.884Z] #62 331.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-07T23:55:58.559Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.019s coverage: 56.8% of statements [2019-10-07T23:55:58.917Z] #62 332.7 fatal: Not a git repository (or any of the parent directories): .git [2019-10-07T23:55:58.917Z] #62 ... [2019-10-07T23:55:58.917Z] [2019-10-07T23:55:58.917Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-07T23:55:58.917Z] #59 417.6 + rm -rf /tmp/tmp.uOEgdTKIMr/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.uOEgdTKIMr [2019-10-07T23:55:58.917Z] #59 DONE 417.7s [2019-10-07T23:55:58.917Z] [2019-10-07T23:55:58.917Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-07T23:55:59.408Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-07T23:55:59.621Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-07T23:55:59.621Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-07T23:55:59.621Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-07T23:55:59.621Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-07T23:55:59.621Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-07T23:55:59.621Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-10-07T23:55:59.797Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2019-10-07T23:55:59.798Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-10-07T23:56:00.181Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-10-07T23:56:00.439Z] #62 334.5 make[1]: Nothing to be done for 'all'. [2019-10-07T23:56:00.740Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-10-07T23:56:01.300Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-10-07T23:56:01.691Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 73.9% of statements [2019-10-07T23:56:01.691Z] ok github.com/docker/docker/pkg/reexec 0.004s coverage: 82.4% of statements [2019-10-07T23:56:01.954Z] #62 335.8 make[1]: 'images/built-in.o' is up to date. [2019-10-07T23:56:01.954Z] #62 335.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-07T23:56:01.954Z] #62 335.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-07T23:56:01.954Z] #62 336.0 make[1]: 'compel/libcompel.a' is up to date. [2019-10-07T23:56:01.954Z] #62 336.1 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-07T23:56:01.954Z] #62 336.1 make[1]: Nothing to be done for 'all'. [2019-10-07T23:56:02.251Z] #62 336.2 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-07T23:56:02.540Z] #62 336.5 make[2]: Nothing to be done for 'all'. [2019-10-07T23:56:02.540Z] #62 336.5 make[2]: Nothing to be done for 'all'. [2019-10-07T23:56:02.540Z] #62 336.6 make[2]: Nothing to be done for 'all'. [2019-10-07T23:56:02.830Z] #62 336.9 make[2]: Nothing to be done for 'all'. [2019-10-07T23:56:02.830Z] #62 337.0 make[2]: Nothing to be done for 'all'. [2019-10-07T23:56:02.830Z] #62 337.0 make[2]: Nothing to be done for 'all'. [2019-10-07T23:56:03.124Z] #62 337.1 make[2]: Nothing to be done for 'all'. [2019-10-07T23:56:03.414Z] #62 337.4 make[2]: Nothing to be done for 'all'. [2019-10-07T23:56:03.414Z] #62 337.4 INSTALL criu/criu [2019-10-07T23:56:03.414Z] #62 DONE 337.5s [2019-10-07T23:56:03.414Z] [2019-10-07T23:56:03.414Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:56:03.808Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-10-07T23:56:03.808Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-10-07T23:56:04.732Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-07T23:56:04.998Z] ok github.com/docker/docker/pkg/signal 2.506s coverage: 61.0% of statements [2019-10-07T23:56:05.398Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2019-10-07T23:56:06.228Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-07T23:56:06.616Z] ok github.com/docker/docker/pkg/stringid 0.023s coverage: 70.6% of statements [2019-10-07T23:56:06.616Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-10-07T23:56:07.026Z] ok github.com/docker/docker/pkg/symlink 0.009s coverage: 87.7% of statements [2019-10-07T23:56:07.428Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-10-07T23:56:08.263Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 36.9% of statements [2019-10-07T23:56:08.501Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-10-07T23:56:08.654Z] ok github.com/docker/docker/pkg/tailfile 0.064s coverage: 88.6% of statements [2019-10-07T23:56:09.468Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2019-10-07T23:56:09.856Z] ok github.com/docker/docker/pkg/term 0.007s coverage: 85.9% of statements [2019-10-07T23:56:10.279Z] testing: warning: no tests to run [2019-10-07T23:56:10.279Z] coverage: [no statements] [2019-10-07T23:56:10.279Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2019-10-07T23:56:10.810Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-07T23:56:11.252Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-10-07T23:56:11.677Z] ok github.com/docker/docker/pkg/useragent 0.004s coverage: 88.9% of statements [2019-10-07T23:56:11.758Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-07T23:56:13.119Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-10-07T23:56:14.243Z] ok github.com/docker/docker/plugin 0.533s coverage: 27.1% of statements [2019-10-07T23:56:15.001Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-10-07T23:56:15.088Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2019-10-07T23:56:15.922Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 76.2% of statements [2019-10-07T23:56:15.925Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-07T23:56:16.232Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-07T23:56:16.753Z] ok github.com/docker/docker/reference 0.015s coverage: 84.4% of statements [2019-10-07T23:56:16.791Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-07T23:56:17.349Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-10-07T23:56:18.841Z] ok github.com/docker/docker/registry 0.169s coverage: 56.3% of statements [2019-10-07T23:56:19.704Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2019-10-07T23:56:19.704Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2019-10-07T23:56:20.533Z] ok github.com/docker/docker/runconfig 0.023s coverage: 68.2% of statements [2019-10-07T23:56:20.946Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2019-10-07T23:56:21.509Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-10-07T23:56:21.615Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-10-07T23:56:21.615Z] Copying nested executables into bundles/binary-daemon [2019-10-07T23:56:21.615Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-10-07T23:56:22.071Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40057/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 -e DOCKER_GRAPHDRIVER docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 hack/make.sh cross [2019-10-07T23:56:22.631Z] [2019-10-07T23:56:22.886Z] Removing bundles/ [2019-10-07T23:56:22.886Z] [2019-10-07T23:56:22.886Z] ---> Making bundle: cross (in bundles/cross) [2019-10-07T23:56:22.886Z] Cross building: bundles/cross/linux/amd64 [2019-10-07T23:56:22.886Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-10-07T23:56:22.886Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-10-07T23:56:24.019Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-07T23:56:24.233Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2019-10-07T23:56:24.945Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-10-07T23:56:25.608Z] ok github.com/docker/docker/volume/local 0.050s coverage: 73.0% of statements [2019-10-07T23:56:26.453Z] ok github.com/docker/docker/volume/mounts 0.031s coverage: 67.0% of statements [2019-10-07T23:56:27.746Z] ok github.com/docker/docker/volume/service 0.016s coverage: 73.0% of statements [2019-10-07T23:56:30.177Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-10-07T23:56:32.061Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-07T23:56:32.061Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-10-07T23:56:32.622Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-07T23:56:32.860Z] ok github.com/docker/docker/pkg/plugins 33.620s coverage: 76.6% of statements [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/rootless [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-07T23:56:32.860Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-07T23:56:32.861Z] ? github.com/docker/docker/volume [no test files] [2019-10-07T23:56:32.861Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-07T23:56:32.861Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === Skipped [2019-10-07T23:56:32.861Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-07T23:56:32.861Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-07T23:56:32.861Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-07T23:56:32.861Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-07T23:56:32.861Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-07T23:56:32.861Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-07T23:56:32.861Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-07T23:56:32.861Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:73: No driver to put! [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-07T23:56:32.861Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-07T23:56:32.861Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-07T23:56:32.861Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-07T23:56:32.861Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-07T23:56:32.861Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-07T23:56:32.861Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-07T23:56:32.861Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-07T23:56:32.861Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-07T23:56:32.861Z] graphtest_unix.go:73: No driver to put! [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-07T23:56:32.861Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-07T23:56:32.861Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] [2019-10-07T23:56:32.861Z] DONE 2114 tests, 20 skipped in 258.391s [2019-10-07T23:56:33.182Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames Post stage [Pipeline] junit [2019-10-07T23:56:33.425Z] Recording test results [2019-10-07T23:56:34.543Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-07T23:56:34.543Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-07T23:56:36.085Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40057/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 hack/make.sh dynbinary test-integration [2019-10-07T23:56:36.259Z] #51 394.4 🇩 bin/containerd [2019-10-07T23:56:36.259Z] #51 ... [2019-10-07T23:56:36.259Z] [2019-10-07T23:56:36.259Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-07T23:56:36.259Z] #28 DONE 453.7s [2019-10-07T23:56:36.259Z] [2019-10-07T23:56:36.259Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:56:36.482Z] [2019-10-07T23:56:36.482Z] Removing bundles/ [2019-10-07T23:56:36.482Z] [2019-10-07T23:56:36.482Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-07T23:56:36.482Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-07T23:56:36.482Z] GOOS="" GOARCH="" GOARM="" [2019-10-07T23:56:37.284Z] #51 ... [2019-10-07T23:56:37.284Z] [2019-10-07T23:56:37.284Z] #29 [dev 11/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-07T23:56:37.284Z] #29 DONE 0.1s [2019-10-07T23:56:37.284Z] [2019-10-07T23:56:37.284Z] #32 [dev 12/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-07T23:56:37.284Z] #32 DONE 0.1s [2019-10-07T23:56:37.284Z] [2019-10-07T23:56:37.284Z] #35 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-07T23:56:37.572Z] #35 DONE 0.1s [2019-10-07T23:56:37.572Z] [2019-10-07T23:56:37.572Z] #38 [dev 14/25] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-07T23:56:37.572Z] #38 DONE 0.1s [2019-10-07T23:56:37.572Z] [2019-10-07T23:56:37.572Z] #43 [dev 15/25] COPY --from=tini /build/ /usr/local/bin/ [2019-10-07T23:56:37.572Z] #43 DONE 0.1s [2019-10-07T23:56:37.572Z] [2019-10-07T23:56:37.572Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:56:37.572Z] #51 ... [2019-10-07T23:56:37.572Z] [2019-10-07T23:56:37.572Z] #47 [dev 16/25] COPY --from=runc /build/ /usr/local/bin/ [2019-10-07T23:56:37.572Z] #47 DONE 0.1s [2019-10-07T23:56:37.862Z] [2019-10-07T23:56:37.862Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:56:38.699Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-10-07T23:56:39.257Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-07T23:56:40.182Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-07T23:56:40.182Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-07T23:56:42.066Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-07T23:56:42.992Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-07T23:56:44.885Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-07T23:56:48.142Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-07T23:56:48.957Z] ok github.com/docker/docker/api/server/httputils 0.140s coverage: 14.7% of statements [2019-10-07T23:56:48.957Z] ok github.com/docker/docker/api/server/middleware 0.158s coverage: 37.7% of statements [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-07T23:56:48.957Z] ok github.com/docker/docker/api/server/router/swarm 0.188s coverage: 4.0% of statements [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-07T23:56:48.957Z] ok github.com/docker/docker/api/types/filters 0.096s coverage: 95.2% of statements [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-07T23:56:48.957Z] ok github.com/docker/docker/api/types/strslice 0.039s coverage: 90.0% of statements [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-07T23:56:48.957Z] ok github.com/docker/docker/api/types/time 0.348s coverage: 100.0% of statements [2019-10-07T23:56:48.957Z] ok github.com/docker/docker/api/types/versions 0.059s coverage: 75.0% of statements [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/builder [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-07T23:56:48.957Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-07T23:56:49.419Z] ok github.com/docker/docker/builder/dockerfile 0.405s coverage: 46.1% of statements [2019-10-07T23:56:49.419Z] ok github.com/docker/docker/builder/dockerignore 0.052s coverage: 96.8% of statements [2019-10-07T23:56:49.419Z] ok github.com/docker/docker/builder/remotecontext 0.677s coverage: 9.2% of statements [2019-10-07T23:56:50.497Z] #51 ... [2019-10-07T23:56:50.497Z] [2019-10-07T23:56:50.497Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-07T23:56:50.497Z] #57 468.5 + return [2019-10-07T23:56:50.497Z] #57 DONE 468.6s [2019-10-07T23:56:50.497Z] [2019-10-07T23:56:50.497Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-07T23:56:58.072Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-07T23:56:58.072Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-07T23:56:59.437Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-07T23:56:59.997Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-10-07T23:57:02.508Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-10-07T23:57:03.871Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-07T23:57:05.756Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-10-07T23:57:05.756Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite (368.12s) [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (11.07s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool" [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.76s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon" [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.57s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock" [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.16s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-07T23:57:12.282Z] docker_cli_daemon_test.go:1449: Daemon de35894d0f679 is not started [2019-10-07T23:57:12.282Z] check_test.go:309: Daemon d2aba12f057b0 is not started [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (5.45s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash" [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.51s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-07T23:57:12.282Z] check_test.go:309: Daemon daafc039a0198 is not started [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (3.32s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort" [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.84s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal" [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (5.80s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork" [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.27s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr" [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.56s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2" [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.43s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP" [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.40s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone" [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.31s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent" [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-07T23:57:12.282Z] check_test.go:309: Daemon d1ce9f51c5d10 is not started [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-07T23:57:12.282Z] check_test.go:309: Daemon d09148ca4fd62 is not started [2019-10-07T23:57:12.282Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.40s) [2019-10-07T23:57:12.282Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog" [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon de70cdda44651 is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.22s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.49s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.77s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.15s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.54s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.60s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure" [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon dea97ae3443d7 is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.41s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose" [2019-10-07T23:57:12.283Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-07T23:57:12.283Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon d289df8ee43f1 is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.79s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP" [2019-10-07T23:57:12.283Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-07T23:57:12.283Z] requirement.go:26: unmatched requirement IPv6 [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon d3135ffa8b90a is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.44s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.98s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.75s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.68s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean" [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon dfe563b32ffb5 is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.26s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration" [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon dd5239f5801f8 is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.92s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins" [2019-10-07T23:57:12.283Z] docker_cli_daemon_plugins_test.go:79: Daemon d2f2ae627a124 is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.59s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins" [2019-10-07T23:57:12.283Z] docker_cli_daemon_plugins_test.go:169: Daemon d4210055d91e8 is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.00s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong" [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon dc1fd09b60616 is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.83s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.72s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.09s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.90s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.77s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.48s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.13s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.58s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError" [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon ddf5ce254ac33 is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.45s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (12.90s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.45s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (6.00s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.66s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.39s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork" [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon dc47ee6bd5fcd is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.57s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.45s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.10s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.23s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.55s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.44s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.70s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways" [2019-10-07T23:57:12.283Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-07T23:57:12.283Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon dabe9b6be883e is not started [2019-10-07T23:57:12.283Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-07T23:57:12.283Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon daf0b691399c3 is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.15s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer" [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon d398d978ddff0 is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.71s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.33s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.11s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.67s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.82s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.04s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.20s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.59s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer" [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon ddbd9c82ac788 is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.63s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (5.12s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.05s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout" [2019-10-07T23:57:12.283Z] check_test.go:309: Daemon d05c72aee8caf is not started [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.82s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.09s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost" [2019-10-07T23:57:12.283Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-07T23:57:12.283Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-07T23:57:12.283Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-07T23:57:12.283Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-07T23:57:12.283Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-07T23:57:12.283Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-07T23:57:12.283Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-07T23:57:12.283Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-10-07T23:57:12.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-07T23:57:12.283Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-07T23:57:12.284Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-07T23:57:12.284Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-10-07T23:57:12.284Z] check_test.go:309: Daemon da3f938537283 is not started [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors" [2019-10-07T23:57:12.284Z] check_test.go:309: Daemon d5d1be82fe15f is not started [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.55s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.53s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp" [2019-10-07T23:57:12.284Z] check_test.go:309: Daemon d0c9872bb5e32 is not started [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.49s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.21s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.25s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.02s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey" [2019-10-07T23:57:12.284Z] check_test.go:309: Daemon d4804d4f24269 is not started [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.98s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.33s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.45s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.75s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-07T23:57:12.284Z] check_test.go:309: Daemon d0b12f88cc63c is not started [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.60s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.39s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand" [2019-10-07T23:57:12.284Z] check_test.go:309: Daemon dedbfccb33033 is not started [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.59s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.08s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.74s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.53s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.03s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.59s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.84s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.74s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.21s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.94s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.16s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.20s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.61s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.53s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine" [2019-10-07T23:57:12.284Z] docker_cli_daemon_test.go:2542: Daemon d1e60c5327923 is not started [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.53s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.07s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.11s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.42s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload" [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.09s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify" [2019-10-07T23:57:12.284Z] check_test.go:309: Daemon dcd6ee73eb768 is not started [2019-10-07T23:57:12.284Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.12s) [2019-10-07T23:57:12.284Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin" [2019-10-07T23:57:12.284Z] === RUN TestDockerSwarmSuite [2019-10-07T23:57:12.284Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-10-07T23:57:16.443Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-10-07T23:57:17.566Z] #51 439.7 🇩 bin/containerd-stress [2019-10-07T23:57:18.326Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-07T23:57:19.690Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-07T23:57:19.690Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-07T23:57:19.690Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-10-07T23:57:20.257Z] #51 443.1 🇩 bin/containerd-shim [2019-10-07T23:57:25.151Z] ok github.com/docker/docker/builder/remotecontext/git 33.286s coverage: 85.1% of statements [2019-10-07T23:57:25.151Z] ? github.com/docker/docker/cli [no test files] [2019-10-07T23:57:25.151Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-07T23:57:25.151Z] ok github.com/docker/docker/cli/debug 0.066s coverage: 100.0% of statements [2019-10-07T23:57:25.151Z] ok github.com/docker/docker/client 0.446s coverage: 75.3% of statements [2019-10-07T23:57:26.215Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-07T23:57:26.215Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-10-07T23:57:27.340Z] ok github.com/docker/docker/cmd/dockerd 0.742s coverage: 19.0% of statements [2019-10-07T23:57:28.103Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-07T23:57:28.681Z] #51 451.4 🇩 bin/containerd-shim-runc-v1 [2019-10-07T23:57:29.531Z] ok github.com/docker/docker/container 0.560s coverage: 42.5% of statements [2019-10-07T23:57:29.531Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-07T23:57:29.531Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-07T23:57:29.531Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-07T23:57:29.531Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-07T23:57:31.362Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-07T23:57:33.096Z] #51 455.7 🇩 binaries [2019-10-07T23:57:33.096Z] #51 455.7 + mkdir -p /build [2019-10-07T23:57:33.096Z] #51 455.8 + cp bin/containerd /build/containerd [2019-10-07T23:57:33.096Z] #51 455.8 + cp bin/containerd-shim /build/containerd-shim [2019-10-07T23:57:33.096Z] #51 455.8 + cp bin/ctr /build/ctr [2019-10-07T23:57:33.096Z] #51 DONE 455.9s [2019-10-07T23:57:33.711Z] [2019-10-07T23:57:33.711Z] #52 [dev 17/25] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-07T23:57:33.994Z] #52 DONE 0.1s [2019-10-07T23:57:33.994Z] [2019-10-07T23:57:33.994Z] #55 [dev 18/25] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-07T23:57:33.994Z] #55 DONE 0.1s [2019-10-07T23:57:33.994Z] [2019-10-07T23:57:33.994Z] #58 [dev 19/25] COPY --from=dockercli /build/ /usr/local/cli [2019-10-07T23:57:33.994Z] #58 DONE 0.1s [2019-10-07T23:57:33.994Z] [2019-10-07T23:57:33.994Z] #60 [dev 20/25] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-07T23:57:33.994Z] #60 DONE 0.1s [2019-10-07T23:57:33.994Z] [2019-10-07T23:57:33.994Z] #63 [dev 21/25] COPY --from=criu /build/ /usr/local/ [2019-10-07T23:57:33.994Z] #63 DONE 0.0s [2019-10-07T23:57:34.277Z] [2019-10-07T23:57:34.277Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-07T23:57:34.277Z] #67 DONE 0.1s [2019-10-07T23:57:34.277Z] [2019-10-07T23:57:34.277Z] #69 [dev 23/25] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-07T23:57:34.561Z] #69 DONE 0.3s [2019-10-07T23:57:34.561Z] [2019-10-07T23:57:34.561Z] #70 [dev 24/25] WORKDIR /go/src/github.com/docker/docker [2019-10-07T23:57:34.561Z] #70 DONE 0.0s [2019-10-07T23:57:34.561Z] [2019-10-07T23:57:34.561Z] #71 [dev 25/25] COPY . /go/src/github.com/docker/docker [2019-10-07T23:57:37.295Z] #71 DONE 2.9s [2019-10-07T23:57:37.295Z] [2019-10-07T23:57:37.295Z] #72 exporting to oci image format [2019-10-07T23:57:37.582Z] #72 exporting layers [2019-10-07T23:57:37.919Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-07T23:57:39.280Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-10-07T23:57:40.205Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-10-07T23:57:40.764Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-07T23:57:44.024Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-07T23:57:44.252Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-10-07T23:57:44.252Z] Copying nested executables into bundles/cross/linux/amd64 [2019-10-07T23:57:44.252Z] Cross building: bundles/cross/windows/amd64 [2019-10-07T23:57:44.252Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-07T23:57:44.252Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-10-07T23:57:47.043Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-07T23:57:47.043Z] [2019-10-07T23:57:47.043Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-07T23:57:47.043Z] PKG_CONFIG=pkg-config [2019-10-07T23:57:47.043Z] GOLANG_VERSION=1.13.1 [2019-10-07T23:57:47.043Z] HOSTNAME=dfa93d503773 [2019-10-07T23:57:47.043Z] DOCKER_EXPERIMENTAL=1 [2019-10-07T23:57:47.043Z] container=docker [2019-10-07T23:57:47.043Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-07T23:57:47.043Z] GO111MODULE=off [2019-10-07T23:57:47.043Z] GOPATH=/go [2019-10-07T23:57:47.043Z] PWD=/go/src/github.com/docker/docker [2019-10-07T23:57:47.043Z] HOME=/root [2019-10-07T23:57:47.043Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-07T23:57:47.043Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-07T23:57:47.043Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-07T23:57:47.043Z] DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-07T23:57:47.043Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-07T23:57:47.043Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-07T23:57:47.043Z] TERM=xterm [2019-10-07T23:57:47.043Z] VALIDATE_BRANCH=master [2019-10-07T23:57:47.043Z] DEST=bundles/test-integration [2019-10-07T23:57:47.043Z] SHLVL=1 [2019-10-07T23:57:47.043Z] TIMEOUT=120m [2019-10-07T23:57:47.043Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-07T23:57:47.043Z] DOCKER_PKG=github.com/docker/docker [2019-10-07T23:57:47.043Z] TESTDEBUG=0 [2019-10-07T23:57:47.043Z] _=/usr/bin/env [2019-10-07T23:57:47.043Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-07T23:57:50.800Z] ok github.com/docker/docker/daemon 2.995s coverage: 9.2% of statements [2019-10-07T23:57:50.800Z] ok github.com/docker/docker/daemon/cluster 2.091s coverage: 0.5% of statements [2019-10-07T23:57:50.800Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.327s coverage: 65.3% of statements [2019-10-07T23:57:50.800Z] ok github.com/docker/docker/daemon/cluster/convert 0.795s coverage: 35.8% of statements [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-07T23:57:50.800Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.014s coverage: 10.9% of statements [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-07T23:57:50.800Z] ok github.com/docker/docker/daemon/config 0.973s coverage: 82.8% of statements [2019-10-07T23:57:50.800Z] ok github.com/docker/docker/daemon/discovery 0.187s coverage: 30.0% of statements [2019-10-07T23:57:50.800Z] ok github.com/docker/docker/daemon/events 0.364s coverage: 50.0% of statements [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-07T23:57:50.800Z] ok github.com/docker/docker/daemon/graphdriver 0.566s coverage: 2.3% of statements [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-10-07T23:57:50.800Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-10-07T23:57:51.772Z] ok github.com/docker/docker/daemon/images 0.374s coverage: 4.9% of statements [2019-10-07T23:57:51.772Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-07T23:57:51.772Z] ok github.com/docker/docker/daemon/links 0.041s coverage: 93.0% of statements [2019-10-07T23:57:51.772Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-07T23:57:51.772Z] ok github.com/docker/docker/daemon/logger 0.661s coverage: 43.0% of statements [2019-10-07T23:57:51.772Z] ok github.com/docker/docker/daemon/logger/awslogs 0.472s coverage: 77.4% of statements [2019-10-07T23:57:51.772Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-10-07T23:57:51.772Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-07T23:57:51.772Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-07T23:57:51.772Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-10-07T23:57:51.772Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-10-07T23:57:53.960Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.388s coverage: 62.1% of statements [2019-10-07T23:57:53.960Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.271s coverage: 88.3% of statements [2019-10-07T23:57:54.933Z] ok github.com/docker/docker/daemon/logger/local 0.363s coverage: 74.7% of statements [2019-10-07T23:57:54.933Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-07T23:57:54.933Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.230s coverage: 21.4% of statements [2019-10-07T23:57:58.682Z] ok github.com/docker/docker/daemon/logger/splunk 2.370s coverage: 84.5% of statements [2019-10-07T23:57:58.682Z] ok github.com/docker/docker/daemon/logger/syslog 0.389s coverage: 47.8% of statements [2019-10-07T23:57:58.682Z] ok github.com/docker/docker/daemon/logger/templates 0.049s coverage: 8.3% of statements [2019-10-07T23:57:58.682Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-07T23:57:58.682Z] ? github.com/docker/docker/daemon/network [no test files] [2019-10-07T23:57:58.682Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-07T23:57:58.861Z] --- PASS: TestImportExtremelyLargeImageWorks (181.51s) [2019-10-07T23:57:58.861Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-07T23:57:58.861Z] PASS [2019-10-07T23:57:58.861Z] [2019-10-07T23:57:58.861Z] DONE 12 tests in 185.335s [2019-10-07T23:57:58.861Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-10-07T23:57:58.861Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:57:58.861Z] ++ set -e [2019-10-07T23:57:58.861Z] ++ '[' -n 0 ']' [2019-10-07T23:57:58.861Z] ++ set -x [2019-10-07T23:57:58.861Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:57:58.861Z] INFO: Testing against a local daemon [2019-10-07T23:57:58.861Z] === RUN TestNetworkCreateDelete [2019-10-07T23:57:59.115Z] --- PASS: TestNetworkCreateDelete (0.11s) [2019-10-07T23:57:59.115Z] === RUN TestDockerNetworkDeletePreferID [2019-10-07T23:57:59.370Z] --- PASS: TestDockerNetworkDeletePreferID (0.32s) [2019-10-07T23:57:59.370Z] === RUN TestInspectNetwork [2019-10-07T23:58:00.228Z] ok github.com/docker/docker/distribution 1.565s coverage: 20.6% of statements [2019-10-07T23:58:00.689Z] ok github.com/docker/docker/distribution/metadata 1.574s coverage: 48.2% of statements [2019-10-07T23:58:00.689Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-07T23:58:01.663Z] ok github.com/docker/docker/distribution/xfer 2.182s coverage: 76.8% of statements [2019-10-07T23:58:01.663Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-07T23:58:01.663Z] ok github.com/docker/docker/errdefs 0.203s coverage: 49.4% of statements [2019-10-07T23:58:02.629Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-07T23:58:02.883Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-07T23:58:05.415Z] ok github.com/docker/docker/image 1.833s coverage: 86.4% of statements [2019-10-07T23:58:05.415Z] ok github.com/docker/docker/image/cache 0.577s coverage: 19.2% of statements [2019-10-07T23:58:05.415Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-07T23:58:05.415Z] ok github.com/docker/docker/image/v1 0.430s coverage: 25.0% of statements [2019-10-07T23:58:05.415Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-07T23:58:06.141Z] === RUN TestInspectNetwork/full_network_id [2019-10-07T23:58:06.141Z] === RUN TestInspectNetwork/partial_network_id [2019-10-07T23:58:06.141Z] === RUN TestInspectNetwork/network_name [2019-10-07T23:58:06.141Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-07T23:58:06.961Z] ok github.com/docker/docker/layer 0.528s coverage: 30.0% of statements [2019-10-07T23:58:06.961Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-07T23:58:07.501Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-07T23:58:07.756Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-07T23:58:08.011Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-07T23:58:08.569Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-07T23:58:08.569Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-07T23:58:09.128Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-07T23:58:09.128Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-10-07T23:58:09.128Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-10-07T23:58:09.150Z] ok github.com/docker/docker/libcontainerd/local 0.285s coverage: 1.0% of statements [2019-10-07T23:58:09.150Z] ok github.com/docker/docker/libcontainerd/queue 0.186s coverage: 100.0% of statements [2019-10-07T23:58:09.150Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-07T23:58:09.150Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-07T23:58:09.150Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-07T23:58:09.150Z] ? github.com/docker/docker/oci [no test files] [2019-10-07T23:58:09.150Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-07T23:58:09.150Z] ok github.com/docker/docker/opts 0.237s coverage: 67.3% of statements [2019-10-07T23:58:09.150Z] ok github.com/docker/docker/pkg/aaparser 0.141s coverage: 50.0% of statements [2019-10-07T23:58:09.383Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-07T23:58:10.307Z] --- PASS: TestInspectNetwork (10.76s) [2019-10-07T23:58:10.307Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-07T23:58:10.307Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-07T23:58:10.307Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-07T23:58:10.307Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-07T23:58:10.307Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-07T23:58:10.307Z] === RUN TestRunContainerWithBridgeNone [2019-10-07T23:58:12.191Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-07T23:58:13.552Z] --- PASS: TestRunContainerWithBridgeNone (3.32s) [2019-10-07T23:58:13.552Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-07T23:58:13.552Z] === RUN TestNetworkInvalidJSON [2019-10-07T23:58:13.552Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-07T23:58:13.552Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-07T23:58:13.552Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-07T23:58:13.552Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-07T23:58:13.552Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-07T23:58:13.552Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-07T23:58:13.552Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-07T23:58:13.552Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-07T23:58:13.552Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-07T23:58:13.552Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-10-07T23:58:13.552Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-07T23:58:13.552Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-07T23:58:13.552Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-07T23:58:13.552Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-07T23:58:13.552Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-07T23:58:14.475Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-10-07T23:58:14.475Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-07T23:58:14.475Z] === RUN TestDaemonDefaultNetworkPools [2019-10-07T23:58:15.036Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-07T23:58:15.291Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2019-10-07T23:58:15.291Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-07T23:58:15.291Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-07T23:58:16.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-07T23:58:16.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-07T23:58:16.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-07T23:58:16.650Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2019-10-07T23:58:16.650Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-07T23:58:16.650Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-07T23:58:16.650Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-07T23:58:18.009Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.39s) [2019-10-07T23:58:18.009Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-07T23:58:18.009Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-07T23:58:18.009Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-07T23:58:18.263Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-10-07T23:58:18.263Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-07T23:58:18.263Z] === RUN TestServiceWithPredefinedNetwork [2019-10-07T23:58:18.822Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-07T23:58:21.330Z] --- PASS: TestServiceWithPredefinedNetwork (3.11s) [2019-10-07T23:58:21.330Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-07T23:58:21.330Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-07T23:58:21.330Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-07T23:58:21.330Z] service_test.go:230: FLAKY_TEST [2019-10-07T23:58:21.330Z] === RUN TestServiceWithDataPathPortInit [2019-10-07T23:58:26.561Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-07T23:58:30.718Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-10-07T23:58:31.641Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-10-07T23:58:36.234Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-07T23:58:37.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-07T23:58:38.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/archive 9.947s coverage: 62.0% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/authorization 1.150s coverage: 26.8% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/broadcaster 0.338s coverage: 100.0% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/capabilities 0.079s coverage: 87.5% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/chrootarchive 0.210s coverage: 15.4% of statements [2019-10-07T23:58:39.145Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-07T23:58:39.145Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/directory 0.284s coverage: 80.0% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/discovery 0.201s coverage: 58.3% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/discovery/file 0.130s coverage: 92.9% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/discovery/kv 3.749s coverage: 84.1% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/discovery/memory 0.277s coverage: 92.3% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/discovery/nodes 0.125s coverage: 93.8% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/filenotify 0.050s coverage: 36.2% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/fileutils 0.082s coverage: 87.7% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/homedir 0.057s coverage: 42.9% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/idtools 0.130s coverage: 6.3% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/ioutils 0.754s coverage: 69.2% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/jsonmessage 0.258s coverage: 91.7% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/locker 0.067s coverage: 88.9% of statements [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/longpath 0.087s coverage: 100.0% of statements [2019-10-07T23:58:39.145Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/namesgenerator 0.057s coverage: 85.7% of statements [2019-10-07T23:58:39.145Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/parsers 0.041s coverage: 97.0% of statements [2019-10-07T23:58:39.145Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-10-07T23:58:39.145Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-10-07T23:58:39.145Z] ok github.com/docker/docker/pkg/pidfile 0.129s coverage: 82.6% of statements [2019-10-07T23:58:39.145Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-07T23:58:39.145Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-07T23:58:39.723Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-07T23:58:40.132Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-07T23:58:41.565Z] --- PASS: TestServiceWithDataPathPortInit (18.58s) [2019-10-07T23:58:41.565Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-07T23:58:41.565Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-07T23:58:41.565Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-07T23:58:42.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-07T23:58:43.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-07T23:58:44.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-07T23:58:47.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-07T23:58:48.089Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-07T23:58:49.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-07T23:58:49.447Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.49s) [2019-10-07T23:58:49.447Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-07T23:58:49.447Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:sv8v24fvp0ovg7h25keu63vu1 Created:2019-10-07 23:58:41.629438867 +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[17fec33292c02b5ab6db35a45ad608bb399ff6422db9bf8acdd01b2ef7eec04a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kwekcjf3zzx3j0iyhkq5xs7vm EndpointID:64a989051b4d9e72597d45a9fe97c175726ac2344babe2559885f88db2b335ca MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:1904c884e0e0373f652a6b5afebe70a6a55786678d30b2b18843d3bb77b94fa9 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:062605994e39 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kwekcjf3zzx3j0iyhkq5xs7vm EndpointID:64a989051b4d9e72597d45a9fe97c175726ac2344babe2559885f88db2b335ca EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-07T23:58:49.447Z] PASS [2019-10-07T23:58:49.447Z] [2019-10-07T23:58:49.447Z] === Skipped [2019-10-07T23:58:49.447Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-07T23:58:49.447Z] service_test.go:230: FLAKY_TEST [2019-10-07T23:58:49.447Z] [2019-10-07T23:58:49.447Z] [2019-10-07T23:58:49.447Z] DONE 21 tests, 1 skipped in 50.657s [2019-10-07T23:58:49.447Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-07T23:58:49.447Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:58:49.447Z] ++ set -e [2019-10-07T23:58:49.447Z] ++ '[' -n 0 ']' [2019-10-07T23:58:49.447Z] ++ set -x [2019-10-07T23:58:49.447Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:58:49.447Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-07T23:58:49.701Z] INFO: Testing against a local daemon [2019-10-07T23:58:49.701Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-07T23:58:49.701Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-07T23:58:49.701Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-07T23:58:49.701Z] === RUN TestDockerNetworkIpvlan [2019-10-07T23:58:49.701Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-07T23:58:49.701Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-07T23:58:49.701Z] PASS [2019-10-07T23:58:49.701Z] [2019-10-07T23:58:49.701Z] === Skipped [2019-10-07T23:58:49.701Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-07T23:58:49.701Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-07T23:58:49.701Z] [2019-10-07T23:58:49.701Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-07T23:58:49.701Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-07T23:58:49.701Z] [2019-10-07T23:58:49.701Z] [2019-10-07T23:58:49.701Z] DONE 2 tests, 2 skipped in 0.120s [2019-10-07T23:58:49.701Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-07T23:58:49.701Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:58:49.702Z] ++ set -e [2019-10-07T23:58:49.702Z] ++ '[' -n 0 ']' [2019-10-07T23:58:49.702Z] ++ set -x [2019-10-07T23:58:49.702Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:58:49.702Z] INFO: Testing against a local daemon [2019-10-07T23:58:49.702Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-07T23:58:50.659Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-07T23:58:51.069Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2019-10-07T23:58:51.069Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-07T23:58:51.069Z] === RUN TestDockerNetworkMacvlan [2019-10-07T23:58:51.862Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-07T23:58:51.862Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-10-07T23:58:51.862Z] remote: Enumerating objects: 19, done. [2019-10-07T23:58:51.862Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-10-07T23:58:51.862Z] Unpacking objects: 5% (1/19) Unpacking objects: 10% (2/19) Unpacking objects: 15% (3/19) Unpacking objects: 21% (4/19) Unpacking objects: 26% (5/19) Unpacking objects: 31% (6/19) Unpacking objects: 36% (7/19) Unpacking objects: 42% (8/19) Unpacking objects: 47% (9/19) Unpacking objects: 52% (10/19) Unpacking objects: 57% (11/19) Unpacking objects: 63% (12/19) Unpacking objects: 68% (13/19) Unpacking objects: 73% (14/19) Unpacking objects: 78% (15/19) Unpacking objects: 84% (16/19) Unpacking objects: 89% (17/19) Unpacking objects: 94% (18/19) Unpacking objects: 100% (19/19) Unpacking objects: 100% (19/19), done. [2019-10-07T23:58:51.862Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-10-07T23:58:51.862Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-07T23:58:52.010Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-07T23:58:52.297Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40057/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 hack/test/unit [2019-10-07T23:58:52.937Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-07T23:58:53.297Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-07T23:58:53.495Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-07T23:58:54.125Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-07T23:58:55.510Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-07T23:58:55.557Z] ? github.com/docker/docker/api [no test files] [2019-10-07T23:58:56.755Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-07T23:58:57.406Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-07T23:58:57.406Z] Using test binary docker [2019-10-07T23:58:57.406Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-07T23:58:57.406Z] +++ /etc/init.d/apparmor start [2019-10-07T23:58:57.406Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-07T23:58:57.406Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-07T23:58:57.406Z] Warning failed to create cache: (null) [2019-10-07T23:58:57.406Z] . [2019-10-07T23:58:57.406Z] INFO: Waiting for daemon to start... [2019-10-07T23:58:57.406Z] Starting dockerd [2019-10-07T23:58:57.406Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-10-07T23:58:59.340Z] . [2019-10-07T23:58:59.340Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-07T23:58:59.340Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-07T23:58:59.340Z] Error: No such image: emptyfs [2019-10-07T23:58:59.340Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-07T23:58:59.340Z] ++++ docker load [2019-10-07T23:58:59.340Z] Running integration-test (iteration 1) [2019-10-07T23:58:59.340Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-10-07T23:58:59.340Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:58:59.340Z] ++ set -e [2019-10-07T23:58:59.340Z] ++ '[' -n 0 ']' [2019-10-07T23:58:59.340Z] ++ set -x [2019-10-07T23:58:59.340Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:59:00.012Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-07T23:59:00.277Z] ok github.com/docker/docker/pkg/plugins 35.365s coverage: 73.4% of statements [2019-10-07T23:59:00.277Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.160s coverage: 56.8% of statements [2019-10-07T23:59:00.277Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-07T23:59:00.277Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-07T23:59:00.277Z] ok github.com/docker/docker/pkg/plugins/transport 0.230s coverage: 85.7% of statements [2019-10-07T23:59:00.277Z] ok github.com/docker/docker/pkg/pools 0.106s coverage: 88.2% of statements [2019-10-07T23:59:00.277Z] ok github.com/docker/docker/pkg/progress 0.062s coverage: 75.9% of statements [2019-10-07T23:59:00.277Z] ok github.com/docker/docker/pkg/pubsub 1.176s coverage: 73.9% of statements [2019-10-07T23:59:00.277Z] ok github.com/docker/docker/pkg/reexec 0.175s coverage: 82.4% of statements [2019-10-07T23:59:00.277Z] ok github.com/docker/docker/pkg/signal 0.132s coverage: 20.3% of statements [2019-10-07T23:59:00.277Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-07T23:59:00.277Z] ok github.com/docker/docker/pkg/stdcopy 0.067s coverage: 100.0% of statements [2019-10-07T23:59:00.277Z] ok github.com/docker/docker/pkg/streamformatter 0.084s coverage: 66.2% of statements [2019-10-07T23:59:00.277Z] ok github.com/docker/docker/pkg/stringid 0.076s coverage: 70.6% of statements [2019-10-07T23:59:00.277Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-10-07T23:59:00.277Z] ok github.com/docker/docker/pkg/sysinfo 0.049s coverage: 38.2% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/pkg/system 0.077s coverage: 12.7% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/pkg/tailfile 0.059s coverage: 88.6% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/pkg/tarsum 0.328s coverage: 89.3% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/pkg/term 0.222s coverage: 30.8% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/pkg/term/windows 0.067s coverage: 0.0% of statements [no tests to run] [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/pkg/truncindex 0.200s coverage: 91.5% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/pkg/urlutil 0.064s coverage: 100.0% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/pkg/useragent 0.079s coverage: 88.9% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/plugin 0.496s coverage: 11.6% of statements [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/plugin/v2 0.210s coverage: 20.1% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/reference 0.178s coverage: 84.4% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/registry 0.560s coverage: 52.2% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/registry/resumable 0.700s coverage: 100.0% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/restartmanager 0.082s coverage: 50.9% of statements [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/rootless [no test files] [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/runconfig 0.155s coverage: 54.5% of statements [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/testutil 0.213s coverage: 62.5% of statements [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/volume [no test files] [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/volume/drivers 0.319s coverage: 36.1% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/volume/local 0.316s coverage: 37.7% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/volume/mounts 0.248s coverage: 66.2% of statements [2019-10-07T23:59:00.278Z] ok github.com/docker/docker/volume/service 0.443s coverage: 70.3% of statements [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-07T23:59:00.278Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-07T23:59:00.278Z] INFO: make.ps1 ended at 10/07/2019 23:58:59 [2019-10-07T23:59:00.676Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-07T23:59:00.676Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-07T23:59:01.235Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-07T23:59:01.325Z] INFO: Unit tests ended at 10/07/2019 23:59:01. Duration:00:03:53.9653080 [2019-10-07T23:59:01.325Z] INFO: Building busybox [2019-10-07T23:59:01.325Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-07T23:59:01.325Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-07T23:59:01.325Z] [2019-10-07T23:59:01.325Z] Sending build context to Docker daemon 2.56kB [2019-10-07T23:59:01.325Z] [2019-10-07T23:59:01.325Z] Step 1/6 : FROM microsoft/windowsservercore [2019-10-07T23:59:01.325Z] ---> 1ddfa8bee56a [2019-10-07T23:59:01.325Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-10-07T23:59:01.325Z] ---> Running in 080b241acdb1 [2019-10-07T23:59:01.795Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-07T23:59:03.154Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-07T23:59:03.154Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-07T23:59:03.409Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-07T23:59:06.666Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-07T23:59:07.134Z] Removing intermediate container 080b241acdb1 [2019-10-07T23:59:07.134Z] ---> ac5ce6ed8c78 [2019-10-07T23:59:07.134Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-10-07T23:59:07.715Z] ok github.com/docker/docker/api/server 0.014s coverage: 9.0% of statements [2019-10-07T23:59:08.028Z] --- PASS: TestDockerNetworkMacvlan (17.06s) [2019-10-07T23:59:08.028Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-07T23:59:08.028Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-10-07T23:59:08.028Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-07T23:59:08.028Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-10-07T23:59:08.028Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-07T23:59:08.028Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.76s) [2019-10-07T23:59:08.028Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-07T23:59:08.028Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.75s) [2019-10-07T23:59:08.028Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-07T23:59:08.028Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.73s) [2019-10-07T23:59:08.028Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-07T23:59:08.028Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.16s) [2019-10-07T23:59:08.028Z] PASS [2019-10-07T23:59:08.028Z] [2019-10-07T23:59:08.028Z] DONE 8 tests in 18.501s [2019-10-07T23:59:08.106Z] [2019-10-07T23:59:08.283Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-07T23:59:08.283Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:59:08.283Z] ++ set -e [2019-10-07T23:59:08.283Z] ++ '[' -n 0 ']' [2019-10-07T23:59:08.283Z] ++ set -x [2019-10-07T23:59:08.283Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:59:08.283Z] testing: warning: no tests to run [2019-10-07T23:59:08.283Z] PASS [2019-10-07T23:59:08.283Z] [2019-10-07T23:59:08.283Z] DONE 0 tests in 0.023s [2019-10-07T23:59:08.283Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-07T23:59:08.283Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:59:08.283Z] ++ set -e [2019-10-07T23:59:08.283Z] ++ '[' -n 0 ']' [2019-10-07T23:59:08.283Z] ++ set -x [2019-10-07T23:59:08.283Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-07T23:59:08.283Z] INFO: Testing against a local daemon [2019-10-07T23:59:08.283Z] === RUN TestAuthZPluginAllowRequest [2019-10-07T23:59:08.568Z] ---> f2f7f701d2ea [2019-10-07T23:59:08.568Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-10-07T23:59:08.568Z] ---> Running in f0cf9eca338a [2019-10-07T23:59:10.113Z] [2019-10-07T23:59:10.113Z] SUCCESS: Specified value was saved. [2019-10-07T23:59:10.167Z] --- PASS: TestAuthZPluginAllowRequest (1.59s) [2019-10-07T23:59:10.167Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-07T23:59:10.167Z] === RUN TestAuthZPluginTLS [2019-10-07T23:59:10.422Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-10-07T23:59:10.422Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-07T23:59:10.422Z] === RUN TestAuthZPluginDenyRequest [2019-10-07T23:59:10.883Z] Loaded image: buildpack-deps:jessie [2019-10-07T23:59:10.883Z] Loaded image: busybox:latest [2019-10-07T23:59:10.883Z] Loaded image: busybox:glibc [2019-10-07T23:59:10.883Z] Loaded image: debian:jessie [2019-10-07T23:59:10.883Z] Loaded image: hello-world:latest [2019-10-07T23:59:10.883Z] INFO: Testing against a local daemon [2019-10-07T23:59:10.883Z] === RUN TestCgroupNamespacesBuild [2019-10-07T23:59:10.982Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2019-10-07T23:59:10.982Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-07T23:59:10.982Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-07T23:59:11.542Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-10-07T23:59:11.542Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-07T23:59:11.542Z] === RUN TestAuthZPluginDenyResponse [2019-10-07T23:59:12.103Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-10-07T23:59:12.103Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-07T23:59:12.103Z] === RUN TestAuthZPluginAllowEventStream [2019-10-07T23:59:12.269Z] --- PASS: TestCgroupNamespacesBuild (1.96s) [2019-10-07T23:59:12.269Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-07T23:59:12.269Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-07T23:59:13.029Z] Removing intermediate container f0cf9eca338a [2019-10-07T23:59:13.029Z] ---> 4f038ec086a3 [2019-10-07T23:59:13.029Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-10-07T23:59:13.029Z] ---> Running in 0e08f9b3d302 [2019-10-07T23:59:13.987Z] --- PASS: TestAuthZPluginAllowEventStream (1.71s) [2019-10-07T23:59:13.987Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-07T23:59:13.987Z] === RUN TestAuthZPluginErrorResponse [2019-10-07T23:59:14.241Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2019-10-07T23:59:14.241Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-07T23:59:14.241Z] === RUN TestAuthZPluginErrorRequest [2019-10-07T23:59:14.800Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-10-07T23:59:14.800Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-07T23:59:14.800Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-07T23:59:14.831Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (3.04s) [2019-10-07T23:59:14.831Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-07T23:59:14.831Z] === RUN TestBuildWithSession [2019-10-07T23:59:14.831Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-07T23:59:14.831Z] build_session_test.go:25: TODO: BuildKit [2019-10-07T23:59:14.831Z] === RUN TestBuildSquashParent [2019-10-07T23:59:15.054Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-07T23:59:15.309Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-07T23:59:15.563Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2019-10-07T23:59:15.563Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-07T23:59:15.563Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-07T23:59:15.818Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-07T23:59:16.378Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-07T23:59:16.633Z] === RUN TestDockerSuite/TestBuildFails [2019-10-07T23:59:17.558Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-07T23:59:17.558Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-07T23:59:17.558Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.07s) [2019-10-07T23:59:17.558Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-07T23:59:17.558Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-07T23:59:18.845Z] Cannot create a file when that file already exists. [2019-10-07T23:59:19.441Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.88s) [2019-10-07T23:59:19.441Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-07T23:59:19.441Z] === RUN TestAuthZPluginHeader [2019-10-07T23:59:19.696Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-10-07T23:59:19.950Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-07T23:59:20.204Z] --- PASS: TestAuthZPluginHeader (0.87s) [2019-10-07T23:59:20.204Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-07T23:59:20.204Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-07T23:59:22.713Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-07T23:59:24.278Z] --- PASS: TestBuildSquashParent (8.22s) [2019-10-07T23:59:24.278Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-07T23:59:24.278Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-07T23:59:24.278Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-07T23:59:24.278Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-07T23:59:24.278Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-07T23:59:24.278Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-07T23:59:24.278Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-07T23:59:24.278Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-07T23:59:24.278Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-07T23:59:24.278Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-07T23:59:24.278Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-07T23:59:24.278Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-07T23:59:24.278Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-07T23:59:24.278Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-07T23:59:24.278Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-07T23:59:25.222Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-07T23:59:25.222Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.95s) [2019-10-07T23:59:25.222Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest" [2019-10-07T23:59:25.222Z] === RUN TestAuthZPluginV2Disable [2019-10-07T23:59:25.936Z] Removing intermediate container 0e08f9b3d302 [2019-10-07T23:59:25.936Z] ---> 6cea14932f8a [2019-10-07T23:59:25.936Z] Step 6/6 : CMD ["sh"] [2019-10-07T23:59:25.936Z] ---> Running in ef7931c64668 [2019-10-07T23:59:25.936Z] Removing intermediate container ef7931c64668 [2019-10-07T23:59:25.936Z] ---> b724c4e23f70 [2019-10-07T23:59:25.936Z] Successfully built b724c4e23f70 [2019-10-07T23:59:25.936Z] Successfully tagged busybox:latest [2019-10-07T23:59:25.936Z] INFO: Docker images of the daemon under test [2019-10-07T23:59:25.936Z] [2019-10-07T23:59:25.937Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-07T23:59:25.937Z] busybox latest b724c4e23f70 Less than a second ago 4.75GB [2019-10-07T23:59:25.937Z] microsoft/windowsservercore latest 1ddfa8bee56a 3 weeks ago 4.71GB [2019-10-07T23:59:25.937Z] mcr.microsoft.com/windows/servercore ltsc2019 1ddfa8bee56a 3 weeks ago 4.71GB [2019-10-07T23:59:25.937Z] [2019-10-07T23:59:25.937Z] INFO: Running integration tests at 10/07/2019 23:59:25... [2019-10-07T23:59:25.937Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-10-07T23:59:25.937Z] INFO: Integration API tests being run from the host: [2019-10-07T23:59:26.131Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-07T23:59:26.398Z] INFO: make.ps1 starting at 10/07/2019 23:59:25 [2019-10-07T23:59:26.528Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-07T23:59:26.582Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-07T23:59:26.582Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-07T23:59:27.372Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-10-07T23:59:27.941Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-07T23:59:28.864Z] --- PASS: TestAuthZPluginV2Disable (3.72s) [2019-10-07T23:59:28.864Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable" [2019-10-07T23:59:28.864Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-07T23:59:29.028Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-07T23:59:29.028Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-07T23:59:29.769Z] #72 exporting layers 111.1s done [2019-10-07T23:59:29.769Z] #72 exporting manifest sha256:a4836fb33ef1e72b1a7727d80143257ff347ea60db4c9eced5746d3a8ccfd943 0.0s done [2019-10-07T23:59:29.769Z] #72 exporting config sha256:5189a0256fd096c7edd419689fccb1922cee7b9072306a28a08537aa42f7d8c4 done [2019-10-07T23:59:29.769Z] #72 sending tarball [2019-10-07T23:59:30.224Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-07T23:59:31.147Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-07T23:59:31.402Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-07T23:59:31.671Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-10-07T23:59:31.672Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.09s) [2019-10-07T23:59:31.672Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.20s) [2019-10-07T23:59:31.672Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.68s) [2019-10-07T23:59:31.672Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.65s) [2019-10-07T23:59:31.672Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.34s) [2019-10-07T23:59:31.672Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.46s) [2019-10-07T23:59:31.672Z] === RUN TestBuildMultiStageCopy [2019-10-07T23:59:31.672Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-07T23:59:32.761Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.58s) [2019-10-07T23:59:32.761Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests" [2019-10-07T23:59:32.761Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-07T23:59:33.319Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-07T23:59:34.156Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-07T23:59:34.529Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-07T23:59:35.353Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-07T23:59:35.719Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-07T23:59:36.527Z] --- PASS: TestBuildMultiStageCopy (4.90s) [2019-10-07T23:59:36.527Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.66s) [2019-10-07T23:59:36.527Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.46s) [2019-10-07T23:59:36.527Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s) [2019-10-07T23:59:36.527Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2019-10-07T23:59:36.527Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s) [2019-10-07T23:59:36.527Z] === RUN TestBuildMultiStageParentConfig [2019-10-07T23:59:36.622Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-07T23:59:37.836Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2019-10-07T23:59:37.836Z] === RUN TestBuildLabelWithTargets [2019-10-07T23:59:39.880Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-07T23:59:40.454Z] --- PASS: TestBuildLabelWithTargets (2.77s) [2019-10-07T23:59:40.454Z] === RUN TestBuildWithEmptyLayers [2019-10-07T23:59:41.745Z] --- PASS: TestBuildWithEmptyLayers (0.97s) [2019-10-07T23:59:41.745Z] === RUN TestBuildMultiStageOnBuild [2019-10-07T23:59:45.014Z] --- PASS: TestBuildMultiStageOnBuild (2.91s) [2019-10-07T23:59:45.014Z] === RUN TestBuildUncleanTarFilenames [2019-10-07T23:59:45.113Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.95s) [2019-10-07T23:59:45.113Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart" [2019-10-07T23:59:45.113Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-07T23:59:45.113Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-07T23:59:45.113Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-07T23:59:45.367Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-07T23:59:45.925Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-07T23:59:46.008Z] --- PASS: TestBuildUncleanTarFilenames (1.35s) [2019-10-07T23:59:46.008Z] === RUN TestBuildMultiStageLayerLeak [2019-10-07T23:59:46.180Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-07T23:59:46.434Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-07T23:59:47.357Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-07T23:59:47.612Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-07T23:59:48.171Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-07T23:59:48.425Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-07T23:59:48.436Z] #72 ... [2019-10-07T23:59:48.436Z] [2019-10-07T23:59:48.436Z] #73 importing to docker [2019-10-07T23:59:48.436Z] #73 ... [2019-10-07T23:59:48.436Z] [2019-10-07T23:59:48.436Z] #72 exporting to oci image format [2019-10-07T23:59:48.436Z] #72 sending tarball 18.1s done [2019-10-07T23:59:48.436Z] #72 DONE 129.3s [2019-10-07T23:59:48.436Z] [2019-10-07T23:59:48.436Z] #73 importing to docker [2019-10-07T23:59:48.984Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-07T23:59:49.239Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-07T23:59:49.368Z] --- PASS: TestBuildMultiStageLayerLeak (2.99s) [2019-10-07T23:59:49.368Z] === RUN TestBuildWithHugeFile [2019-10-07T23:59:50.162Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-07T23:59:52.562Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-10-07T23:59:52.562Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-10-07T23:59:52.670Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-07T23:59:56.319Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-10-07T23:59:57.898Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-10-07T23:59:58.152Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-07T23:59:58.508Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-10-08T00:00:01.523Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-08T00:00:01.531Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2019-10-08T00:00:01.531Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-08T00:00:01.531Z] PASS [2019-10-08T00:00:01.531Z] [2019-10-08T00:00:01.531Z] DONE 17 tests in 52.853s [2019-10-08T00:00:01.531Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-08T00:00:01.531Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:01.531Z] ++ set -e [2019-10-08T00:00:01.531Z] ++ '[' -n 0 ']' [2019-10-08T00:00:01.531Z] ++ set -x [2019-10-08T00:00:01.531Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:01.531Z] INFO: Testing against a local daemon [2019-10-08T00:00:01.531Z] === RUN TestPluginInvalidJSON [2019-10-08T00:00:01.531Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-08T00:00:01.531Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-08T00:00:01.531Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-08T00:00:01.531Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-10-08T00:00:01.531Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-08T00:00:01.531Z] PASS [2019-10-08T00:00:01.531Z] [2019-10-08T00:00:01.531Z] DONE 2 tests in 0.125s [2019-10-08T00:00:01.531Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-08T00:00:01.531Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:01.531Z] ++ set -e [2019-10-08T00:00:01.531Z] ++ '[' -n 0 ']' [2019-10-08T00:00:01.531Z] ++ set -x [2019-10-08T00:00:01.531Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:01.531Z] INFO: Testing against a local daemon [2019-10-08T00:00:01.531Z] === RUN TestExternalGraphDriver [2019-10-08T00:00:01.531Z] === RUN TestExternalGraphDriver/json [2019-10-08T00:00:01.984Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-08T00:00:02.446Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-08T00:00:02.455Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-08T00:00:02.455Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-08T00:00:02.455Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-08T00:00:02.712Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-08T00:00:02.712Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-08T00:00:03.271Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-08T00:00:03.419Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-08T00:00:03.831Z] === RUN TestExternalGraphDriver/spec [2019-10-08T00:00:04.398Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-08T00:00:04.755Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-08T00:00:05.679Z] === RUN TestExternalGraphDriver/pull [2019-10-08T00:00:06.589Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-08T00:00:06.603Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-08T00:00:07.527Z] --- PASS: TestExternalGraphDriver (6.30s) [2019-10-08T00:00:07.527Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-08T00:00:07.527Z] --- PASS: TestExternalGraphDriver/json (2.22s) [2019-10-08T00:00:07.527Z] --- PASS: TestExternalGraphDriver/spec (2.04s) [2019-10-08T00:00:07.527Z] --- PASS: TestExternalGraphDriver/pull (1.86s) [2019-10-08T00:00:07.527Z] === RUN TestGraphdriverPluginV2 [2019-10-08T00:00:10.786Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-08T00:00:11.303Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-08T00:00:11.345Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-08T00:00:12.270Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-08T00:00:12.525Z] --- PASS: TestGraphdriverPluginV2 (4.99s) [2019-10-08T00:00:12.525Z] external_test.go:413: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2" [2019-10-08T00:00:12.525Z] PASS [2019-10-08T00:00:12.525Z] [2019-10-08T00:00:12.525Z] DONE 5 tests in 11.431s [2019-10-08T00:00:12.780Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-08T00:00:12.781Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:12.781Z] ++ set -e [2019-10-08T00:00:12.781Z] ++ '[' -n 0 ']' [2019-10-08T00:00:12.781Z] ++ set -x [2019-10-08T00:00:12.781Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:12.781Z] INFO: Testing against a local daemon [2019-10-08T00:00:12.781Z] === RUN TestContinueAfterPluginCrash [2019-10-08T00:00:12.781Z] === PAUSE TestContinueAfterPluginCrash [2019-10-08T00:00:12.781Z] === RUN TestDaemonStartWithLogOpt [2019-10-08T00:00:12.781Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-08T00:00:12.781Z] === CONT TestContinueAfterPluginCrash [2019-10-08T00:00:12.781Z] === CONT TestDaemonStartWithLogOpt [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-08T00:00:15.344Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2019-10-08T00:00:15.344Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-08T00:00:15.344Z] ok github.com/docker/docker/api/server/router/swarm 0.014s coverage: 4.0% of statements [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-08T00:00:15.344Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 95.2% of statements [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-08T00:00:15.344Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-08T00:00:15.344Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2019-10-08T00:00:15.344Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/builder [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-08T00:00:15.344Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-08T00:00:15.344Z] ok github.com/docker/docker/builder/dockerignore 0.006s coverage: 96.8% of statements [2019-10-08T00:00:15.449Z] #73 DONE 25.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-08T00:00:15.923Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40057/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 hack/test/unit [2019-10-08T00:00:17.860Z] ok github.com/docker/docker/builder/remotecontext 0.197s coverage: 13.6% of statements [2019-10-08T00:00:18.115Z] ok github.com/docker/docker/builder/dockerfile 0.541s coverage: 48.2% of statements [2019-10-08T00:00:18.401Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-08T00:00:19.038Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-10-08T00:00:19.964Z] ok github.com/docker/docker/builder/remotecontext/git 1.249s coverage: 85.1% of statements [2019-10-08T00:00:19.964Z] ? github.com/docker/docker/cli [no test files] [2019-10-08T00:00:19.964Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-08T00:00:20.349Z] ? github.com/docker/docker/api [no test files] [2019-10-08T00:00:20.858Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-10-08T00:00:21.318Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-10-08T00:00:23.224Z] ok github.com/docker/docker/client 0.220s coverage: 75.8% of statements [2019-10-08T00:00:23.899Z] --- PASS: TestBuildWithHugeFile (31.75s) [2019-10-08T00:00:23.899Z] === RUN TestBuildWithEmptyDockerfile [2019-10-08T00:00:23.899Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-08T00:00:23.899Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-08T00:00:23.899Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-08T00:00:23.899Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-08T00:00:23.899Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-08T00:00:23.899Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-08T00:00:23.899Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-08T00:00:23.899Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-08T00:00:23.899Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-08T00:00:23.899Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2019-10-08T00:00:23.899Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2019-10-08T00:00:23.899Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2019-10-08T00:00:23.899Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2019-10-08T00:00:23.899Z] === RUN TestBuildPreserveOwnership [2019-10-08T00:00:23.899Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-08T00:00:24.236Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-10-08T00:00:25.172Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-08T00:00:27.135Z] --- PASS: TestBuildPreserveOwnership (6.28s) [2019-10-08T00:00:27.135Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.05s) [2019-10-08T00:00:27.135Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.23s) [2019-10-08T00:00:27.135Z] === RUN TestBuildPlatformInvalid [2019-10-08T00:00:27.156Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-10-08T00:00:27.392Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-08T00:00:27.529Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2019-10-08T00:00:27.529Z] PASS [2019-10-08T00:00:27.529Z] [2019-10-08T00:00:27.529Z] === Skipped [2019-10-08T00:00:27.529Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2019-10-08T00:00:27.529Z] build_session_test.go:25: TODO: BuildKit [2019-10-08T00:00:27.529Z] [2019-10-08T00:00:27.529Z] [2019-10-08T00:00:27.529Z] DONE 32 tests, 1 skipped in 87.945s [2019-10-08T00:00:27.529Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-10-08T00:00:27.529Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:27.529Z] ++ set -e [2019-10-08T00:00:27.529Z] ++ '[' -n 0 ']' [2019-10-08T00:00:27.529Z] ++ set -x [2019-10-08T00:00:27.529Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:27.529Z] INFO: Testing against a local daemon [2019-10-08T00:00:27.529Z] === RUN TestConfigList [2019-10-08T00:00:28.752Z] --- PASS: TestDaemonStartWithLogOpt (16.08s) [2019-10-08T00:00:28.753Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-08T00:00:30.091Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-10-08T00:00:30.787Z] --- PASS: TestConfigList (3.06s) [2019-10-08T00:00:30.787Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-08T00:00:30.787Z] === RUN TestConfigsCreateAndDelete [2019-10-08T00:00:31.269Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-08T00:00:32.193Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-08T00:00:32.280Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-10-08T00:00:33.553Z] --- PASS: TestContinueAfterPluginCrash (20.58s) [2019-10-08T00:00:33.553Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-08T00:00:33.553Z] PASS [2019-10-08T00:00:33.553Z] [2019-10-08T00:00:33.553Z] DONE 2 tests in 20.686s [2019-10-08T00:00:33.553Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-08T00:00:33.553Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:33.553Z] ++ set -e [2019-10-08T00:00:33.553Z] ++ '[' -n 0 ']' [2019-10-08T00:00:33.553Z] ++ set -x [2019-10-08T00:00:33.553Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:33.553Z] INFO: Testing against a local daemon [2019-10-08T00:00:33.553Z] === RUN TestPluginWithDevMounts [2019-10-08T00:00:33.553Z] === PAUSE TestPluginWithDevMounts [2019-10-08T00:00:33.553Z] === CONT TestPluginWithDevMounts [2019-10-08T00:00:34.038Z] --- PASS: TestConfigsCreateAndDelete (2.94s) [2019-10-08T00:00:34.038Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-08T00:00:34.038Z] === RUN TestConfigsUpdate [2019-10-08T00:00:34.912Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-08T00:00:34.912Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-08T00:00:35.196Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-10-08T00:00:35.196Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:00:35.196Z] INFO: Testing against a local daemon [2019-10-08T00:00:35.196Z] === RUN TestBuildWithSession [2019-10-08T00:00:35.196Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-08T00:00:35.196Z] build_session_test.go:25: TODO: BuildKit [2019-10-08T00:00:35.196Z] === RUN TestBuildSquashParent [2019-10-08T00:00:35.196Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-10-08T00:00:35.196Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:00:35.196Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-08T00:00:35.196Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-10-08T00:00:35.196Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-08T00:00:35.196Z] === RUN TestBuildMultiStageCopy [2019-10-08T00:00:35.196Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-08T00:00:35.474Z] --- PASS: TestPluginWithDevMounts (1.94s) [2019-10-08T00:00:35.474Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-08T00:00:35.474Z] PASS [2019-10-08T00:00:35.474Z] [2019-10-08T00:00:35.474Z] DONE 1 tests in 2.037s [2019-10-08T00:00:35.474Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-08T00:00:35.474Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:35.474Z] ++ set -e [2019-10-08T00:00:35.474Z] ++ '[' -n 0 ']' [2019-10-08T00:00:35.474Z] ++ set -x [2019-10-08T00:00:35.474Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:35.474Z] INFO: Testing against a local daemon [2019-10-08T00:00:35.474Z] === RUN TestSecretInspect [2019-10-08T00:00:36.673Z] --- PASS: TestConfigsUpdate (2.76s) [2019-10-08T00:00:36.673Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-08T00:00:36.673Z] === RUN TestTemplatedConfig [2019-10-08T00:00:38.733Z] --- PASS: TestSecretInspect (3.08s) [2019-10-08T00:00:38.733Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-08T00:00:38.733Z] === RUN TestSecretList [2019-10-08T00:00:39.922Z] --- PASS: TestTemplatedConfig (3.43s) [2019-10-08T00:00:39.922Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-08T00:00:39.922Z] === RUN TestConfigInspect [2019-10-08T00:00:40.135Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-08T00:00:40.390Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-08T00:00:41.749Z] --- PASS: TestSecretList (3.04s) [2019-10-08T00:00:41.749Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-08T00:00:41.749Z] === RUN TestSecretsCreateAndDelete [2019-10-08T00:00:42.672Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-08T00:00:42.927Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-08T00:00:43.207Z] --- PASS: TestConfigInspect (2.94s) [2019-10-08T00:00:43.207Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-08T00:00:43.207Z] === RUN TestConfigCreateWithLabels [2019-10-08T00:00:44.810Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-10-08T00:00:44.810Z] --- PASS: TestSecretsCreateAndDelete (3.06s) [2019-10-08T00:00:44.810Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-08T00:00:44.810Z] === RUN TestSecretsUpdate [2019-10-08T00:00:45.369Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-08T00:00:45.542Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-08T00:00:45.542Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-08T00:00:45.677Z] --- PASS: TestConfigCreateWithLabels (2.86s) [2019-10-08T00:00:45.677Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-08T00:00:45.677Z] === RUN TestConfigCreateResolve [2019-10-08T00:00:46.292Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-08T00:00:46.516Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-08T00:00:47.425Z] ok github.com/docker/docker/api/server 0.065s coverage: 9.0% of statements [2019-10-08T00:00:47.488Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-08T00:00:48.175Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-08T00:00:48.429Z] --- PASS: TestSecretsUpdate (3.73s) [2019-10-08T00:00:48.429Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-08T00:00:48.429Z] === RUN TestTemplatedSecret [2019-10-08T00:00:48.969Z] --- PASS: TestConfigCreateResolve (2.88s) [2019-10-08T00:00:48.969Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-08T00:00:48.969Z] === RUN TestConfigDaemonLibtrustID [2019-10-08T00:00:48.969Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-10-08T00:00:48.969Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-08T00:00:48.969Z] PASS [2019-10-08T00:00:48.969Z] [2019-10-08T00:00:48.969Z] DONE 8 tests in 21.511s [2019-10-08T00:00:48.969Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-10-08T00:00:48.969Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:48.969Z] ++ set -e [2019-10-08T00:00:48.969Z] ++ '[' -n 0 ']' [2019-10-08T00:00:48.969Z] ++ set -x [2019-10-08T00:00:48.969Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:48.987Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-10-08T00:00:49.033Z] --- PASS: TestBuildMultiStageCopy (14.15s) [2019-10-08T00:00:49.033Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.55s) [2019-10-08T00:00:49.033Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.81s) [2019-10-08T00:00:49.033Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.03s) [2019-10-08T00:00:49.033Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.27s) [2019-10-08T00:00:49.033Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.48s) [2019-10-08T00:00:49.033Z] === RUN TestBuildMultiStageParentConfig [2019-10-08T00:00:49.033Z] --- SKIP: TestBuildMultiStageParentConfig (0.01s) [2019-10-08T00:00:49.033Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-08T00:00:49.033Z] === RUN TestBuildLabelWithTargets [2019-10-08T00:00:49.033Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2019-10-08T00:00:49.033Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-08T00:00:49.033Z] === RUN TestBuildWithEmptyLayers [2019-10-08T00:00:49.242Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-08T00:00:49.357Z] INFO: Testing against a local daemon [2019-10-08T00:00:49.357Z] === RUN TestCheckpoint [2019-10-08T00:00:49.357Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-08T00:00:49.357Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-08T00:00:49.357Z] === RUN TestContainerInvalidJSON [2019-10-08T00:00:49.357Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-08T00:00:49.357Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-08T00:00:49.357Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-08T00:00:49.357Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-08T00:00:49.357Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-08T00:00:49.357Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-08T00:00:49.357Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-08T00:00:49.357Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-08T00:00:49.357Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-08T00:00:49.357Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-10-08T00:00:49.357Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-08T00:00:49.357Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-08T00:00:49.357Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-10-08T00:00:49.357Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-08T00:00:49.357Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2019-10-08T00:00:49.357Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-08T00:00:49.357Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-10-08T00:00:49.357Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-08T00:00:49.743Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2019-10-08T00:00:49.743Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-08T00:00:49.743Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2019-10-08T00:00:49.743Z] === RUN TestCopyFromContainer [2019-10-08T00:00:50.005Z] --- PASS: TestBuildWithEmptyLayers (1.16s) [2019-10-08T00:00:50.005Z] === RUN TestBuildMultiStageOnBuild [2019-10-08T00:00:50.005Z] --- SKIP: TestBuildMultiStageOnBuild (0.01s) [2019-10-08T00:00:50.005Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-08T00:00:50.005Z] === RUN TestBuildUncleanTarFilenames [2019-10-08T00:00:50.005Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2019-10-08T00:00:50.005Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-08T00:00:50.005Z] === RUN TestBuildMultiStageLayerLeak [2019-10-08T00:00:50.005Z] --- SKIP: TestBuildMultiStageLayerLeak (0.01s) [2019-10-08T00:00:50.005Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-08T00:00:50.005Z] === RUN TestBuildWithHugeFile [2019-10-08T00:00:50.005Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-10-08T00:00:50.005Z] build_test.go:491: testEnv.OSType == "windows" [2019-10-08T00:00:50.005Z] === RUN TestBuildWithEmptyDockerfile [2019-10-08T00:00:50.005Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-08T00:00:50.005Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-08T00:00:50.005Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-08T00:00:50.005Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-08T00:00:50.005Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-08T00:00:50.005Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-08T00:00:50.466Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-08T00:00:50.927Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-08T00:00:50.927Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-08T00:00:50.927Z] --- PASS: TestBuildWithEmptyDockerfile (0.52s) [2019-10-08T00:00:50.927Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2019-10-08T00:00:50.927Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2019-10-08T00:00:50.927Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-10-08T00:00:50.927Z] === RUN TestBuildPreserveOwnership [2019-10-08T00:00:50.927Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2019-10-08T00:00:50.927Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-08T00:00:50.927Z] === RUN TestBuildPlatformInvalid [2019-10-08T00:00:50.927Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2019-10-08T00:00:50.927Z] PASS [2019-10-08T00:00:50.927Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-10-08T00:00:50.927Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:00:50.927Z] INFO: Testing against a local daemon [2019-10-08T00:00:50.927Z] === RUN TestConfigList [2019-10-08T00:00:50.927Z] --- SKIP: TestConfigList (0.00s) [2019-10-08T00:00:50.927Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:00:50.927Z] === RUN TestConfigsCreateAndDelete [2019-10-08T00:00:50.927Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-10-08T00:00:50.927Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:00:50.927Z] === RUN TestConfigsUpdate [2019-10-08T00:00:50.927Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-10-08T00:00:50.927Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:00:50.927Z] === RUN TestTemplatedConfig [2019-10-08T00:00:50.927Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-10-08T00:00:50.927Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:00:50.927Z] === RUN TestConfigInspect [2019-10-08T00:00:50.927Z] --- SKIP: TestConfigInspect (0.00s) [2019-10-08T00:00:50.927Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:00:50.927Z] === RUN TestConfigCreateWithLabels [2019-10-08T00:00:50.927Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-10-08T00:00:50.927Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:00:50.927Z] === RUN TestConfigCreateResolve [2019-10-08T00:00:50.927Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-10-08T00:00:50.927Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:00:50.927Z] === RUN TestConfigDaemonLibtrustID [2019-10-08T00:00:50.927Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-10-08T00:00:50.927Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:00:50.927Z] PASS [2019-10-08T00:00:50.927Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-10-08T00:00:50.927Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:00:50.927Z] INFO: Testing against a local daemon [2019-10-08T00:00:50.927Z] === RUN TestCheckpoint [2019-10-08T00:00:50.928Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-08T00:00:50.928Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-08T00:00:50.928Z] === RUN TestContainerInvalidJSON [2019-10-08T00:00:50.928Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-08T00:00:50.928Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-08T00:00:50.928Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-08T00:00:50.928Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-08T00:00:50.928Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-08T00:00:50.928Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-08T00:00:50.928Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-08T00:00:50.928Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-08T00:00:50.928Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-08T00:00:50.928Z] --- PASS: TestContainerInvalidJSON (0.05s) [2019-10-08T00:00:50.928Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-10-08T00:00:50.928Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-10-08T00:00:50.928Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-10-08T00:00:50.928Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-08T00:00:50.928Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.03s) [2019-10-08T00:00:50.928Z] copy_test.go:25: testEnv.OSType == "windows" [2019-10-08T00:00:50.928Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-08T00:00:50.928Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-10-08T00:00:50.928Z] copy_test.go:39: testEnv.OSType == "windows" [2019-10-08T00:00:50.928Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-08T00:00:50.928Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-10-08T00:00:50.928Z] copy_test.go:51: testEnv.OSType == "windows" [2019-10-08T00:00:50.928Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-08T00:00:50.928Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2019-10-08T00:00:50.928Z] copy_test.go:65: testEnv.OSType == "windows" [2019-10-08T00:00:50.928Z] === RUN TestCopyFromContainer [2019-10-08T00:00:50.928Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-10-08T00:00:50.928Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:00:50.928Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-08T00:00:50.928Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-08T00:00:50.928Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-08T00:00:50.928Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-08T00:00:50.928Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-08T00:00:50.928Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-08T00:00:50.928Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-08T00:00:50.928Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-08T00:00:50.928Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-08T00:00:50.928Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-08T00:00:50.928Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-10-08T00:00:50.928Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-08T00:00:50.928Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-08T00:00:50.928Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-08T00:00:50.928Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-08T00:00:50.928Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-10-08T00:00:50.928Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-10-08T00:00:50.928Z] === RUN TestCreateWithInvalidEnv [2019-10-08T00:00:50.928Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-08T00:00:50.928Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-08T00:00:50.928Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-08T00:00:50.928Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-08T00:00:50.928Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-08T00:00:50.928Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-08T00:00:50.928Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-08T00:00:50.928Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-08T00:00:50.928Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-08T00:00:50.928Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-10-08T00:00:50.928Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-08T00:00:50.928Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-10-08T00:00:50.928Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-10-08T00:00:50.928Z] === RUN TestCreateTmpfsMountsTarget [2019-10-08T00:00:50.928Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-10-08T00:00:50.928Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:00:50.928Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-08T00:00:50.928Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-10-08T00:00:50.928Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:00:50.928Z] === RUN TestCreateWithCapabilities [2019-10-08T00:00:50.928Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-10-08T00:00:50.928Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-10-08T00:00:50.928Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-08T00:00:50.928Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-10-08T00:00:50.928Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:00:50.928Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-08T00:00:51.388Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-08T00:00:51.388Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-08T00:00:51.388Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-08T00:00:51.388Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-08T00:00:51.388Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-08T00:00:51.388Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-08T00:00:51.388Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-08T00:00:51.388Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-08T00:00:51.388Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-08T00:00:51.388Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-08T00:00:51.388Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-08T00:00:51.388Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-08T00:00:51.388Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-08T00:00:51.388Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-08T00:00:51.388Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-08T00:00:51.388Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-10-08T00:00:51.388Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-08T00:00:51.388Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-08T00:00:51.388Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-08T00:00:51.388Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-08T00:00:51.388Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-08T00:00:51.388Z] === RUN TestDiff [2019-10-08T00:00:51.388Z] --- SKIP: TestDiff (0.00s) [2019-10-08T00:00:51.388Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-10-08T00:00:51.389Z] === RUN TestExecWithCloseStdin [2019-10-08T00:00:51.751Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-08T00:00:51.801Z] === RUN TestCopyFromContainer// [2019-10-08T00:00:51.801Z] === RUN TestCopyFromContainer//bar/root [2019-10-08T00:00:51.801Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-08T00:00:52.005Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-08T00:00:52.005Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-08T00:00:52.211Z] === RUN TestCopyFromContainer/bar/quux [2019-10-08T00:00:52.211Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-08T00:00:52.211Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-08T00:00:52.211Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-08T00:00:52.260Z] --- PASS: TestTemplatedSecret (3.84s) [2019-10-08T00:00:52.260Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-08T00:00:52.260Z] === RUN TestSecretCreateResolve [2019-10-08T00:00:52.514Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-08T00:00:52.616Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-08T00:00:52.616Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-08T00:00:52.616Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-08T00:00:52.616Z] --- PASS: TestCopyFromContainer (3.06s) [2019-10-08T00:00:52.616Z] --- PASS: TestCopyFromContainer// (0.06s) [2019-10-08T00:00:52.616Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-10-08T00:00:52.616Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-10-08T00:00:52.616Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-10-08T00:00:52.616Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-10-08T00:00:52.616Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-10-08T00:00:52.616Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s) [2019-10-08T00:00:52.616Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-10-08T00:00:52.616Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-10-08T00:00:52.616Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-10-08T00:00:52.616Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-08T00:00:52.616Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-08T00:00:52.616Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-08T00:00:52.616Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-08T00:00:52.616Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-08T00:00:52.616Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-08T00:00:52.616Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-08T00:00:52.616Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-08T00:00:52.616Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-08T00:00:52.616Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-08T00:00:52.616Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-10-08T00:00:52.616Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-08T00:00:52.616Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-08T00:00:52.616Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-08T00:00:52.616Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-08T00:00:53.032Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-10-08T00:00:53.032Z] === RUN TestCreateWithInvalidEnv [2019-10-08T00:00:53.032Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-08T00:00:53.032Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-08T00:00:53.032Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-08T00:00:53.032Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-08T00:00:53.032Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-08T00:00:53.032Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-08T00:00:53.032Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-08T00:00:53.032Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-08T00:00:53.032Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-08T00:00:53.032Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-08T00:00:53.032Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-08T00:00:53.032Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-08T00:00:53.032Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-08T00:00:53.032Z] === RUN TestCreateTmpfsMountsTarget [2019-10-08T00:00:53.032Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-10-08T00:00:53.032Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-08T00:00:53.072Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-08T00:00:53.574Z] --- PASS: TestExecWithCloseStdin (2.15s) [2019-10-08T00:00:53.574Z] === RUN TestExec [2019-10-08T00:00:53.574Z] --- SKIP: TestExec (0.00s) [2019-10-08T00:00:53.574Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-08T00:00:53.574Z] === RUN TestExecUser [2019-10-08T00:00:53.574Z] --- SKIP: TestExecUser (0.00s) [2019-10-08T00:00:53.574Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-08T00:00:53.574Z] === RUN TestExportContainerAndImportImage [2019-10-08T00:00:53.574Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-10-08T00:00:53.574Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:00:53.574Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-08T00:00:53.574Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-10-08T00:00:53.574Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:00:53.574Z] === RUN TestHealthCheckWorkdir [2019-10-08T00:00:53.574Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-10-08T00:00:53.574Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-08T00:00:53.574Z] === RUN TestHealthKillContainer [2019-10-08T00:00:53.574Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-10-08T00:00:53.574Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-10-08T00:00:53.574Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-08T00:00:53.574Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-10-08T00:00:53.574Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-10-08T00:00:53.574Z] === RUN TestKillContainerInvalidSignal [2019-10-08T00:00:53.631Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-08T00:00:55.116Z] --- PASS: TestKillContainerInvalidSignal (1.86s) [2019-10-08T00:00:55.116Z] === RUN TestKillContainer [2019-10-08T00:00:55.116Z] --- SKIP: TestKillContainer (0.00s) [2019-10-08T00:00:55.116Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-10-08T00:00:55.116Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-08T00:00:55.116Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-10-08T00:00:55.116Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-08T00:00:55.116Z] === RUN TestKillStoppedContainer [2019-10-08T00:00:55.116Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-10-08T00:00:55.116Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-08T00:00:55.116Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-08T00:00:55.116Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-10-08T00:00:55.116Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-08T00:00:55.116Z] === RUN TestKillDifferentUserContainer [2019-10-08T00:00:55.116Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-10-08T00:00:55.116Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-10-08T00:00:55.116Z] === RUN TestInspectOomKilledTrue [2019-10-08T00:00:55.116Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-08T00:00:55.116Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-08T00:00:55.116Z] === RUN TestInspectOomKilledFalse [2019-10-08T00:00:55.116Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-08T00:00:55.116Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-08T00:00:55.116Z] === RUN TestLogsFollowTailEmpty [2019-10-08T00:00:55.513Z] --- PASS: TestSecretCreateResolve (2.95s) [2019-10-08T00:00:55.513Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-08T00:00:55.513Z] PASS [2019-10-08T00:00:55.513Z] [2019-10-08T00:00:55.513Z] DONE 6 tests in 19.811s [2019-10-08T00:00:55.513Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-10-08T00:00:55.513Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:55.513Z] ++ set -e [2019-10-08T00:00:55.513Z] ++ '[' -n 0 ']' [2019-10-08T00:00:55.513Z] ++ set -x [2019-10-08T00:00:55.513Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:00:55.513Z] INFO: Testing against a local daemon [2019-10-08T00:00:55.513Z] === RUN TestServiceCreateInit [2019-10-08T00:00:55.513Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-08T00:00:55.561Z] --- PASS: TestCreateWithCustomMaskedPaths (2.72s) [2019-10-08T00:00:55.561Z] === RUN TestCreateWithCapabilities [2019-10-08T00:00:55.561Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-08T00:00:55.561Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-08T00:00:55.561Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-08T00:00:55.561Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-08T00:00:55.561Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-08T00:00:55.561Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-08T00:00:55.561Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-08T00:00:55.561Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-08T00:00:55.561Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-08T00:00:55.561Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-08T00:00:55.561Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-08T00:00:55.561Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-08T00:00:55.561Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-08T00:00:55.561Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-08T00:00:55.561Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-08T00:00:55.561Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-08T00:00:55.561Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-08T00:00:55.561Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-08T00:00:55.561Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-08T00:00:55.561Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-08T00:00:55.561Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-08T00:00:55.561Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-08T00:00:55.561Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-08T00:00:55.561Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-08T00:00:55.561Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-08T00:00:55.561Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-08T00:00:55.561Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-08T00:00:55.561Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-08T00:00:55.561Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-08T00:00:55.767Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-08T00:00:55.950Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-08T00:00:55.950Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-08T00:00:55.950Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-08T00:00:55.950Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-08T00:00:55.950Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-10-08T00:00:55.950Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-08T00:00:55.950Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-08T00:00:55.950Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2019-10-08T00:00:55.950Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-10-08T00:00:55.950Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-10-08T00:00:55.950Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-10-08T00:00:55.950Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-10-08T00:00:55.950Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-08T00:00:55.950Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2019-10-08T00:00:55.950Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-10-08T00:00:55.950Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-10-08T00:00:55.950Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-08T00:00:56.691Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-08T00:00:57.302Z] --- PASS: TestLogsFollowTailEmpty (1.85s) [2019-10-08T00:00:57.302Z] === RUN TestNetworkNat [2019-10-08T00:00:57.302Z] --- SKIP: TestNetworkNat (0.00s) [2019-10-08T00:00:57.302Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-10-08T00:00:57.302Z] === RUN TestNetworkLocalhostTCPNat [2019-10-08T00:00:57.302Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-10-08T00:00:57.302Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-08T00:00:57.302Z] === RUN TestNetworkLoopbackNat [2019-10-08T00:00:57.302Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-10-08T00:00:57.302Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-10-08T00:00:57.302Z] === RUN TestPause [2019-10-08T00:00:57.302Z] --- SKIP: TestPause (0.00s) [2019-10-08T00:00:57.302Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-10-08T00:00:57.302Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-08T00:00:58.754Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.80s) [2019-10-08T00:00:58.754Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-08T00:00:58.754Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-08T00:00:58.754Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-08T00:00:58.754Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-08T00:00:58.754Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-08T00:00:58.754Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-08T00:00:58.754Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-08T00:00:58.754Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-08T00:00:58.754Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-08T00:00:58.754Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-08T00:00:58.754Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-08T00:00:58.754Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-08T00:00:58.754Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-08T00:00:58.754Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-08T00:00:58.754Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-08T00:00:58.754Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-08T00:00:58.754Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-10-08T00:00:58.755Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-10-08T00:00:58.755Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2019-10-08T00:00:58.755Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.06s) [2019-10-08T00:00:58.755Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-08T00:00:58.755Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-08T00:00:58.755Z] === RUN TestContainerStartOnDaemonRestart [2019-10-08T00:00:58.755Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-08T00:00:58.755Z] === RUN TestDaemonRestartIpcMode [2019-10-08T00:00:58.755Z] === PAUSE TestDaemonRestartIpcMode [2019-10-08T00:00:58.755Z] === RUN TestDiff [2019-10-08T00:00:58.846Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.82s) [2019-10-08T00:00:58.846Z] === RUN TestPauseStopPausedContainer [2019-10-08T00:00:58.846Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-10-08T00:00:58.846Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:00:58.846Z] === RUN TestPsFilter [2019-10-08T00:00:59.308Z] --- PASS: TestPsFilter (0.20s) [2019-10-08T00:00:59.308Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-08T00:00:59.585Z] --- PASS: TestDiff (0.86s) [2019-10-08T00:00:59.585Z] === RUN TestExecWithCloseStdin [2019-10-08T00:01:00.084Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-08T00:01:00.338Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-08T00:01:00.858Z] --- PASS: TestExecWithCloseStdin (1.20s) [2019-10-08T00:01:00.859Z] === RUN TestExec [2019-10-08T00:01:01.261Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-08T00:01:01.905Z] ok github.com/docker/docker/cmd/dockerd 0.065s coverage: 30.3% of statements [2019-10-08T00:01:01.905Z] ok github.com/docker/docker/container 0.119s coverage: 35.3% of statements [2019-10-08T00:01:01.905Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-08T00:01:01.905Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-08T00:01:01.905Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-08T00:01:01.905Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-08T00:01:02.129Z] --- PASS: TestExec (1.10s) [2019-10-08T00:01:02.129Z] === RUN TestExecUser [2019-10-08T00:01:02.927Z] --- PASS: TestExecUser (1.12s) [2019-10-08T00:01:02.927Z] === RUN TestExportContainerAndImportImage [2019-10-08T00:01:03.144Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-10-08T00:01:03.748Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-08T00:01:04.300Z] --- PASS: TestExportContainerAndImportImage (1.28s) [2019-10-08T00:01:04.300Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-08T00:01:05.153Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-08T00:01:05.713Z] --- PASS: TestServiceCreateInit (10.24s) [2019-10-08T00:01:05.713Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.02s) [2019-10-08T00:01:05.713Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-08T00:01:05.713Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.20s) [2019-10-08T00:01:05.713Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-08T00:01:05.713Z] === RUN TestCreateServiceMultipleTimes [2019-10-08T00:01:06.248Z] --- PASS: TestExportContainerAfterDaemonRestart (1.58s) [2019-10-08T00:01:06.248Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-08T00:01:06.248Z] === RUN TestHealthCheckWorkdir [2019-10-08T00:01:06.406Z] --- PASS: TestRemoveContainerWithRemovedVolume (6.92s) [2019-10-08T00:01:06.406Z] === RUN TestRemoveContainerWithVolume [2019-10-08T00:01:06.638Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-08T00:01:07.198Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-08T00:01:07.578Z] --- PASS: TestHealthCheckWorkdir (1.35s) [2019-10-08T00:01:07.578Z] === RUN TestHealthKillContainer [2019-10-08T00:01:08.426Z] ok github.com/docker/docker/daemon/cluster 0.054s coverage: 0.5% of statements [2019-10-08T00:01:08.596Z] --- PASS: TestRemoveContainerWithVolume (2.29s) [2019-10-08T00:01:08.596Z] === RUN TestRemoveContainerRunning [2019-10-08T00:01:08.986Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-10-08T00:01:10.140Z] --- PASS: TestRemoveContainerRunning (1.75s) [2019-10-08T00:01:10.140Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-08T00:01:10.346Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.8% of statements [2019-10-08T00:01:10.822Z] --- PASS: TestHealthKillContainer (3.10s) [2019-10-08T00:01:10.822Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-08T00:01:11.220Z] --- PASS: TestInspectCpusetInConfigPre120 (0.91s) [2019-10-08T00:01:11.220Z] === RUN TestIpcModeNone [2019-10-08T00:01:11.685Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.75s) [2019-10-08T00:01:11.685Z] === RUN TestRemoveInvalidContainer [2019-10-08T00:01:11.685Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-08T00:01:11.685Z] === RUN TestRenameLinkedContainer [2019-10-08T00:01:11.685Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-10-08T00:01:11.685Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-10-08T00:01:11.685Z] === RUN TestRenameStoppedContainer [2019-10-08T00:01:12.321Z] --- PASS: TestIpcModeNone (1.18s) [2019-10-08T00:01:12.321Z] === RUN TestIpcModePrivate [2019-10-08T00:01:12.433Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-08T00:01:13.606Z] --- PASS: TestIpcModePrivate (1.10s) [2019-10-08T00:01:13.606Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2019-10-08T00:01:13.606Z] === RUN TestIpcModeShareable [2019-10-08T00:01:13.873Z] --- PASS: TestRenameStoppedContainer (2.01s) [2019-10-08T00:01:13.873Z] === RUN TestRenameRunningContainerAndReuse [2019-10-08T00:01:14.324Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-08T00:01:14.882Z] --- PASS: TestIpcModeShareable (1.15s) [2019-10-08T00:01:14.882Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2019-10-08T00:01:14.882Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-08T00:01:14.886Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-08T00:01:16.246Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-08T00:01:17.622Z] --- PASS: TestRenameRunningContainerAndReuse (3.75s) [2019-10-08T00:01:17.622Z] === RUN TestRenameInvalidName [2019-10-08T00:01:18.071Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.17s) [2019-10-08T00:01:18.071Z] === RUN TestAPIIpcModeHost [2019-10-08T00:01:18.417Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.429s coverage: 13.7% of statements [2019-10-08T00:01:19.037Z] --- PASS: TestAPIIpcModeHost (0.80s) [2019-10-08T00:01:19.037Z] === RUN TestDaemonIpcModeShareable [2019-10-08T00:01:19.170Z] --- PASS: TestRenameInvalidName (1.70s) [2019-10-08T00:01:19.170Z] === RUN TestRenameAnonymousContainer [2019-10-08T00:01:19.170Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-10-08T00:01:19.170Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-10-08T00:01:19.170Z] === RUN TestRenameContainerWithSameName [2019-10-08T00:01:19.778Z] ok github.com/docker/docker/daemon/config 0.041s coverage: 84.6% of statements [2019-10-08T00:01:19.778Z] ok github.com/docker/docker/daemon 12.174s coverage: 17.6% of statements [2019-10-08T00:01:19.778Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-08T00:01:19.778Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-08T00:01:20.962Z] --- PASS: TestDaemonIpcModeShareable (2.28s) [2019-10-08T00:01:20.962Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-08T00:01:20.962Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-08T00:01:20.962Z] === RUN TestDaemonIpcModePrivate [2019-10-08T00:01:21.141Z] ok github.com/docker/docker/daemon/events 0.062s coverage: 50.0% of statements [2019-10-08T00:01:21.141Z] ok github.com/docker/docker/daemon/discovery 0.005s coverage: 30.0% of statements [2019-10-08T00:01:21.141Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-08T00:01:21.141Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-08T00:01:21.359Z] --- PASS: TestRenameContainerWithSameName (1.88s) [2019-10-08T00:01:21.359Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-08T00:01:21.359Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-10-08T00:01:21.359Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-10-08T00:01:21.359Z] === RUN TestResize [2019-10-08T00:01:21.359Z] --- SKIP: TestResize (0.00s) [2019-10-08T00:01:21.359Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-08T00:01:21.359Z] === RUN TestResizeWithInvalidSize [2019-10-08T00:01:21.359Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-10-08T00:01:21.359Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-10-08T00:01:21.359Z] === RUN TestResizeWhenContainerNotStarted [2019-10-08T00:01:22.508Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2019-10-08T00:01:22.835Z] --- PASS: TestDaemonIpcModePrivate (1.76s) [2019-10-08T00:01:22.835Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-08T00:01:22.835Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-08T00:01:22.835Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-08T00:01:23.546Z] --- PASS: TestResizeWhenContainerNotStarted (2.10s) [2019-10-08T00:01:23.546Z] === RUN TestDaemonRestartKillContainers [2019-10-08T00:01:23.547Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-10-08T00:01:23.547Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:23.547Z] === RUN TestStats [2019-10-08T00:01:23.547Z] --- SKIP: TestStats (0.00s) [2019-10-08T00:01:23.547Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-10-08T00:01:23.547Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-08T00:01:24.708Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.88s) [2019-10-08T00:01:24.708Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-08T00:01:24.708Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-08T00:01:24.708Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-08T00:01:25.016Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-10-08T00:01:25.576Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.234s coverage: 57.0% of statements [2019-10-08T00:01:26.171Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-08T00:01:26.723Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.87s) [2019-10-08T00:01:26.723Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-08T00:01:26.723Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-08T00:01:26.723Z] === RUN TestIpcModeOlderClient [2019-10-08T00:01:26.723Z] === PAUSE TestIpcModeOlderClient [2019-10-08T00:01:26.723Z] === RUN TestKillContainerInvalidSignal [2019-10-08T00:01:27.516Z] --- PASS: TestKillContainerInvalidSignal (1.02s) [2019-10-08T00:01:27.516Z] === RUN TestKillContainer [2019-10-08T00:01:27.516Z] === RUN TestKillContainer/no_signal [2019-10-08T00:01:28.257Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.20s) [2019-10-08T00:01:28.257Z] === RUN TestStopContainerWithTimeout [2019-10-08T00:01:28.257Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-10-08T00:01:28.257Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-10-08T00:01:28.257Z] === RUN TestUpdateRestartPolicy [2019-10-08T00:01:28.306Z] === RUN TestKillContainer/non_killing_signal [2019-10-08T00:01:28.837Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.540s coverage: 72.5% of statements [2019-10-08T00:01:29.091Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.791s coverage: 46.2% of statements [2019-10-08T00:01:29.091Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-08T00:01:29.097Z] === RUN TestKillContainer/killing_signal [2019-10-08T00:01:30.328Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-10-08T00:01:30.428Z] --- PASS: TestKillContainer (2.78s) [2019-10-08T00:01:30.428Z] --- PASS: TestKillContainer/no_signal (0.92s) [2019-10-08T00:01:30.428Z] --- PASS: TestKillContainer/non_killing_signal (0.58s) [2019-10-08T00:01:30.428Z] --- PASS: TestKillContainer/killing_signal (0.88s) [2019-10-08T00:01:30.428Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-08T00:01:30.428Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-08T00:01:30.583Z] --- PASS: TestCreateServiceMultipleTimes (25.01s) [2019-10-08T00:01:30.583Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-08T00:01:30.583Z] === RUN TestCreateServiceConflict [2019-10-08T00:01:31.223Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-08T00:01:31.599Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.997s coverage: 51.0% of statements [2019-10-08T00:01:32.067Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.96s) [2019-10-08T00:01:32.067Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.97s) [2019-10-08T00:01:32.067Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.61s) [2019-10-08T00:01:32.067Z] === RUN TestKillStoppedContainer [2019-10-08T00:01:32.468Z] === RUN TestDockerSuite/TestBuildRm [2019-10-08T00:01:32.523Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.308s coverage: 76.1% of statements [2019-10-08T00:01:32.532Z] --- PASS: TestKillStoppedContainer (0.10s) [2019-10-08T00:01:32.532Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-08T00:01:32.532Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.12s) [2019-10-08T00:01:32.532Z] === RUN TestKillDifferentUserContainer [2019-10-08T00:01:33.397Z] --- PASS: TestKillDifferentUserContainer (0.99s) [2019-10-08T00:01:33.397Z] === RUN TestInspectOomKilledTrue [2019-10-08T00:01:33.397Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-10-08T00:01:33.397Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-08T00:01:33.397Z] === RUN TestInspectOomKilledFalse [2019-10-08T00:01:33.397Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-08T00:01:33.397Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-08T00:01:33.397Z] === RUN TestLinksEtcHostsContentMatch [2019-10-08T00:01:33.828Z] --- PASS: TestCreateServiceConflict (3.25s) [2019-10-08T00:01:33.828Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-08T00:01:33.828Z] === RUN TestCreateServiceMaxReplicas [2019-10-08T00:01:33.884Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-10-08T00:01:33.885Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.108s coverage: 57.2% of statements [2019-10-08T00:01:33.885Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-08T00:01:33.885Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-08T00:01:34.243Z] --- PASS: TestLinksEtcHostsContentMatch (0.68s) [2019-10-08T00:01:34.243Z] === RUN TestLinksContainerNames [2019-10-08T00:01:35.246Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 3.0% of statements [2019-10-08T00:01:36.107Z] --- PASS: TestLinksContainerNames (1.74s) [2019-10-08T00:01:36.107Z] === RUN TestLogsFollowTailEmpty [2019-10-08T00:01:36.172Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-10-08T00:01:36.335Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-08T00:01:36.899Z] --- PASS: TestLogsFollowTailEmpty (0.90s) [2019-10-08T00:01:36.899Z] === RUN TestContainerNetworkMountsNoChown [2019-10-08T00:01:37.097Z] ok github.com/docker/docker/daemon/images 0.018s coverage: 4.9% of statements [2019-10-08T00:01:37.097Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-08T00:01:37.097Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-08T00:01:37.695Z] --- PASS: TestCreateServiceMaxReplicas (3.52s) [2019-10-08T00:01:37.695Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-08T00:01:37.695Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-08T00:01:37.695Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-08T00:01:37.709Z] --- PASS: TestContainerNetworkMountsNoChown (0.91s) [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/default [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/default [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/private [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/private [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rprivate [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/slave [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/slave [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rslave [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/shared [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/shared [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rshared [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-08T00:01:37.709Z] === CONT TestMountDaemonRoot/default [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-08T00:01:37.709Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-08T00:01:37.709Z] === CONT TestMountDaemonRoot/rshared [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-08T00:01:37.709Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-08T00:01:37.709Z] === CONT TestMountDaemonRoot/shared [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-08T00:01:37.709Z] === CONT TestMountDaemonRoot/rslave [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-08T00:01:37.709Z] === CONT TestMountDaemonRoot/slave [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-08T00:01:37.709Z] === CONT TestMountDaemonRoot/rprivate [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-08T00:01:37.709Z] === CONT TestMountDaemonRoot/private [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-08T00:01:37.709Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-08T00:01:37.709Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-08T00:01:37.709Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-08T00:01:37.709Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-08T00:01:38.022Z] ok github.com/docker/docker/daemon/logger 0.216s coverage: 42.7% of statements [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-08T00:01:38.091Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-08T00:01:38.503Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-08T00:01:38.503Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-08T00:01:38.503Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-08T00:01:38.503Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-08T00:01:38.503Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-08T00:01:38.503Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-08T00:01:38.503Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-08T00:01:38.503Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-08T00:01:38.503Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-08T00:01:38.503Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-08T00:01:38.503Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot (0.02s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.11s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-10-08T00:01:38.503Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2019-10-08T00:01:38.503Z] === RUN TestContainerBindMountNonRecursive [2019-10-08T00:01:39.054Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-08T00:01:39.384Z] ok github.com/docker/docker/daemon/logger/awslogs 0.184s coverage: 77.8% of statements [2019-10-08T00:01:39.384Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-08T00:01:39.384Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-08T00:01:39.384Z] ok github.com/docker/docker/daemon/logger/gelf 0.015s coverage: 68.2% of statements [2019-10-08T00:01:39.613Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-08T00:01:40.172Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-08T00:01:40.308Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2019-10-08T00:01:40.562Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2019-10-08T00:01:40.628Z] --- PASS: TestContainerBindMountNonRecursive (2.11s) [2019-10-08T00:01:40.628Z] === RUN TestNetworkNat [2019-10-08T00:01:40.817Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.014s coverage: 88.3% of statements [2019-10-08T00:01:41.464Z] --- PASS: TestNetworkNat (0.96s) [2019-10-08T00:01:41.464Z] === RUN TestNetworkLocalhostTCPNat [2019-10-08T00:01:41.532Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-08T00:01:41.743Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 74.7% of statements [2019-10-08T00:01:41.743Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-08T00:01:42.302Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.046s coverage: 19.9% of statements [2019-10-08T00:01:42.518Z] --- PASS: TestNetworkLocalhostTCPNat (1.00s) [2019-10-08T00:01:42.518Z] === RUN TestNetworkLoopbackNat [2019-10-08T00:01:42.891Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-08T00:01:43.803Z] --- PASS: TestNetworkLoopbackNat (1.14s) [2019-10-08T00:01:43.803Z] === RUN TestPause [2019-10-08T00:01:43.815Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-08T00:01:44.070Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-10-08T00:01:44.186Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2019-10-08T00:01:44.186Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-10-08T00:01:44.611Z] --- PASS: TestPause (1.03s) [2019-10-08T00:01:44.611Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-08T00:01:44.611Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-08T00:01:44.611Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-08T00:01:44.611Z] === RUN TestPauseStopPausedContainer [2019-10-08T00:01:44.745Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2019-10-08T00:01:45.303Z] ok github.com/docker/docker/daemon/logger/splunk 1.651s coverage: 84.5% of statements [2019-10-08T00:01:45.303Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-08T00:01:45.303Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-08T00:01:45.966Z] --- PASS: TestPauseStopPausedContainer (1.20s) [2019-10-08T00:01:45.966Z] === RUN TestPsFilter [2019-10-08T00:01:46.422Z] --- PASS: TestPsFilter (0.27s) [2019-10-08T00:01:46.422Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-08T00:01:47.223Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.84s) [2019-10-08T00:01:47.223Z] === RUN TestRemoveContainerWithVolume [2019-10-08T00:01:47.813Z] ok github.com/docker/docker/distribution/metadata 0.037s coverage: 48.2% of statements [2019-10-08T00:01:47.813Z] ok github.com/docker/docker/distribution 0.185s coverage: 22.4% of statements [2019-10-08T00:01:47.813Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-08T00:01:48.014Z] --- PASS: TestRemoveContainerWithVolume (0.98s) [2019-10-08T00:01:48.014Z] === RUN TestRemoveContainerRunning [2019-10-08T00:01:48.739Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2019-10-08T00:01:48.809Z] --- PASS: TestRemoveContainerRunning (0.95s) [2019-10-08T00:01:48.809Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-08T00:01:49.303Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-08T00:01:49.303Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-08T00:01:49.303Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-08T00:01:49.303Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-08T00:01:49.303Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-08T00:01:49.379Z] --- PASS: TestUpdateRestartPolicy (20.29s) [2019-10-08T00:01:49.380Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-08T00:01:50.082Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.01s) [2019-10-08T00:01:50.082Z] === RUN TestRemoveInvalidContainer [2019-10-08T00:01:50.082Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-10-08T00:01:50.082Z] === RUN TestRenameLinkedContainer [2019-10-08T00:01:50.114Z] ok github.com/docker/docker/image 0.015s coverage: 86.4% of statements [2019-10-08T00:01:50.227Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-08T00:01:50.227Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-08T00:01:50.351Z] --- PASS: TestUpdateRestartWithAutoRemove (1.73s) [2019-10-08T00:01:50.351Z] === RUN TestWaitNonBlocked [2019-10-08T00:01:50.351Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-08T00:01:50.351Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-08T00:01:50.351Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-08T00:01:50.351Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-08T00:01:50.351Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-08T00:01:50.351Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-08T00:01:51.038Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-10-08T00:01:51.038Z] ok github.com/docker/docker/distribution/xfer 1.888s coverage: 85.6% of statements [2019-10-08T00:01:51.038Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-08T00:01:51.038Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-08T00:01:51.706Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-08T00:01:52.511Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2019-10-08T00:01:52.511Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-08T00:01:53.066Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.59s) [2019-10-08T00:01:53.066Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-08T00:01:53.066Z] === RUN TestCreateServiceSecretFileMode [2019-10-08T00:01:53.069Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2019-10-08T00:01:53.272Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-08T00:01:53.272Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.55s) [2019-10-08T00:01:53.272Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.73s) [2019-10-08T00:01:53.272Z] === RUN TestWaitBlocked [2019-10-08T00:01:53.272Z] --- SKIP: TestWaitBlocked (0.00s) [2019-10-08T00:01:53.272Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:01:53.272Z] PASS [2019-10-08T00:01:53.272Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-10-08T00:01:53.272Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:01:53.272Z] INFO: Testing against a local daemon [2019-10-08T00:01:53.272Z] === RUN TestCommitInheritsEnv [2019-10-08T00:01:53.272Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-10-08T00:01:53.272Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-08T00:01:53.272Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-08T00:01:53.272Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-08T00:01:53.272Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-10-08T00:01:53.272Z] === RUN TestImagesFilterMultiReference [2019-10-08T00:01:53.272Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-08T00:01:53.272Z] === RUN TestImagePullPlatformInvalid [2019-10-08T00:01:53.272Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-10-08T00:01:53.272Z] === RUN TestRemoveImageOrphaning [2019-10-08T00:01:53.272Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-10-08T00:01:53.272Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-08T00:01:53.272Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-08T00:01:53.272Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-08T00:01:53.272Z] === RUN TestTagInvalidReference [2019-10-08T00:01:53.566Z] --- PASS: TestRenameLinkedContainer (3.59s) [2019-10-08T00:01:53.566Z] === RUN TestRenameStoppedContainer [2019-10-08T00:01:53.734Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-08T00:01:53.734Z] === RUN TestTagValidPrefixedRepo [2019-10-08T00:01:53.734Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-10-08T00:01:53.734Z] === RUN TestTagExistedNameWithoutForce [2019-10-08T00:01:53.734Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-08T00:01:53.734Z] === RUN TestTagOfficialNames [2019-10-08T00:01:53.734Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-10-08T00:01:53.734Z] tag_test.go:98: testEnv.OSType == "windows" [2019-10-08T00:01:53.734Z] === RUN TestTagMatchesDigest [2019-10-08T00:01:53.734Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-08T00:01:53.734Z] PASS [2019-10-08T00:01:53.734Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-10-08T00:01:53.734Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:01:53.734Z] INFO: Testing against a local daemon [2019-10-08T00:01:53.734Z] === RUN TestNetworkCreateDelete [2019-10-08T00:01:53.734Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-10-08T00:01:53.734Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:01:53.734Z] === RUN TestDockerNetworkDeletePreferID [2019-10-08T00:01:53.734Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-10-08T00:01:53.734Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2019-10-08T00:01:53.734Z] === RUN TestInspectNetwork [2019-10-08T00:01:53.734Z] --- SKIP: TestInspectNetwork (0.00s) [2019-10-08T00:01:53.734Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-10-08T00:01:53.734Z] === RUN TestRunContainerWithBridgeNone [2019-10-08T00:01:53.734Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-10-08T00:01:53.734Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:01:53.734Z] === RUN TestNetworkInvalidJSON [2019-10-08T00:01:53.734Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-08T00:01:53.734Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-08T00:01:53.734Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-08T00:01:53.734Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-08T00:01:53.734Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-08T00:01:53.734Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-08T00:01:53.734Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-08T00:01:53.734Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-08T00:01:53.734Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-08T00:01:53.734Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-08T00:01:53.734Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-10-08T00:01:53.734Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-10-08T00:01:53.734Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-10-08T00:01:53.734Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-08T00:01:53.734Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-10-08T00:01:53.734Z] service_test.go:29: testEnv.OSType == "windows" [2019-10-08T00:01:53.734Z] === RUN TestDaemonDefaultNetworkPools [2019-10-08T00:01:53.734Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-10-08T00:01:53.734Z] service_test.go:51: testEnv.OSType == "windows" [2019-10-08T00:01:53.734Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-08T00:01:53.734Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-10-08T00:01:53.734Z] service_test.go:94: testEnv.OSType == "windows" [2019-10-08T00:01:53.734Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-08T00:01:53.734Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-10-08T00:01:53.734Z] service_test.go:127: testEnv.OSType == "windows" [2019-10-08T00:01:53.734Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-08T00:01:53.734Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-10-08T00:01:53.734Z] service_test.go:177: testEnv.OSType == "windows" [2019-10-08T00:01:53.734Z] === RUN TestServiceWithPredefinedNetwork [2019-10-08T00:01:53.734Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-10-08T00:01:53.734Z] service_test.go:201: testEnv.OSType == "windows" [2019-10-08T00:01:53.734Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-08T00:01:53.734Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-08T00:01:53.734Z] service_test.go:230: FLAKY_TEST [2019-10-08T00:01:53.734Z] === RUN TestServiceWithDataPathPortInit [2019-10-08T00:01:53.734Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-10-08T00:01:53.734Z] service_test.go:319: testEnv.OSType == "windows" [2019-10-08T00:01:53.734Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-08T00:01:53.734Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-10-08T00:01:53.734Z] service_test.go:386: testEnv.OSType == "windows" [2019-10-08T00:01:53.734Z] PASS [2019-10-08T00:01:53.734Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-08T00:01:53.734Z] PASS [2019-10-08T00:01:53.734Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-08T00:01:53.734Z] PASS [2019-10-08T00:01:53.734Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-08T00:01:53.734Z] PASS [2019-10-08T00:01:53.734Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-08T00:01:53.734Z] PASS [2019-10-08T00:01:53.734Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-08T00:01:53.734Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:01:53.734Z] INFO: Testing against a local daemon [2019-10-08T00:01:53.734Z] === RUN TestPluginInvalidJSON [2019-10-08T00:01:53.734Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-08T00:01:53.734Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-08T00:01:53.734Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-08T00:01:53.734Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-08T00:01:53.734Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-08T00:01:53.734Z] PASS [2019-10-08T00:01:53.734Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-08T00:01:53.994Z] ok github.com/docker/docker/opts 0.017s coverage: 66.9% of statements [2019-10-08T00:01:54.196Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:01:54.196Z] INFO: Testing against a local daemon [2019-10-08T00:01:54.196Z] === RUN TestExternalGraphDriver [2019-10-08T00:01:54.196Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-10-08T00:01:54.196Z] external_test.go:48: runtime.GOOS == "windows" [2019-10-08T00:01:54.196Z] === RUN TestGraphdriverPluginV2 [2019-10-08T00:01:54.196Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-10-08T00:01:54.196Z] external_test.go:407: runtime.GOOS == "windows" [2019-10-08T00:01:54.196Z] PASS [2019-10-08T00:01:54.196Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-08T00:01:54.196Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:01:54.196Z] INFO: Testing against a local daemon [2019-10-08T00:01:54.196Z] PASS [2019-10-08T00:01:54.196Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-08T00:01:54.196Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:01:54.196Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-10-08T00:01:54.196Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:01:54.196Z] INFO: Testing against a local daemon [2019-10-08T00:01:54.196Z] === RUN TestSecretInspect [2019-10-08T00:01:54.196Z] --- SKIP: TestSecretInspect (0.00s) [2019-10-08T00:01:54.196Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestSecretList [2019-10-08T00:01:54.196Z] --- SKIP: TestSecretList (0.00s) [2019-10-08T00:01:54.196Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestSecretsCreateAndDelete [2019-10-08T00:01:54.196Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-10-08T00:01:54.196Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestSecretsUpdate [2019-10-08T00:01:54.196Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-10-08T00:01:54.196Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestTemplatedSecret [2019-10-08T00:01:54.196Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-10-08T00:01:54.196Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestSecretCreateResolve [2019-10-08T00:01:54.196Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-10-08T00:01:54.196Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:01:54.196Z] PASS [2019-10-08T00:01:54.196Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-10-08T00:01:54.196Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:01:54.196Z] INFO: Testing against a local daemon [2019-10-08T00:01:54.196Z] === RUN TestServiceCreateInit [2019-10-08T00:01:54.196Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-08T00:01:54.196Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-08T00:01:54.196Z] --- PASS: TestServiceCreateInit (0.03s) [2019-10-08T00:01:54.196Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-10-08T00:01:54.196Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-10-08T00:01:54.196Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestCreateServiceMultipleTimes [2019-10-08T00:01:54.196Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-10-08T00:01:54.196Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestCreateServiceConflict [2019-10-08T00:01:54.196Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-10-08T00:01:54.196Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestCreateServiceMaxReplicas [2019-10-08T00:01:54.196Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-10-08T00:01:54.196Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-08T00:01:54.196Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-10-08T00:01:54.196Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestCreateServiceSecretFileMode [2019-10-08T00:01:54.196Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-10-08T00:01:54.196Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestCreateServiceConfigFileMode [2019-10-08T00:01:54.196Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-10-08T00:01:54.196Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestCreateServiceSysctls [2019-10-08T00:01:54.196Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-10-08T00:01:54.196Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.196Z] === RUN TestCreateServiceCapabilities [2019-10-08T00:01:54.249Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-10-08T00:01:54.657Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-10-08T00:01:54.657Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.657Z] === RUN TestInspect [2019-10-08T00:01:54.657Z] --- SKIP: TestInspect (0.00s) [2019-10-08T00:01:54.657Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.657Z] === RUN TestDockerNetworkConnectAlias [2019-10-08T00:01:54.657Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-10-08T00:01:54.657Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.657Z] === RUN TestDockerNetworkReConnect [2019-10-08T00:01:54.657Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-10-08T00:01:54.657Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.657Z] === RUN TestServicePlugin [2019-10-08T00:01:54.657Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-08T00:01:54.657Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.657Z] === RUN TestServiceUpdateLabel [2019-10-08T00:01:54.657Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-10-08T00:01:54.657Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:01:54.657Z] === RUN TestServiceUpdateSecrets [2019-10-08T00:01:54.657Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-10-08T00:01:54.657Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:01:54.657Z] === RUN TestServiceUpdateConfigs [2019-10-08T00:01:54.657Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-10-08T00:01:54.657Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:01:54.657Z] === RUN TestServiceUpdateNetwork [2019-10-08T00:01:54.657Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-10-08T00:01:54.657Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-10-08T00:01:54.657Z] PASS [2019-10-08T00:01:54.657Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-10-08T00:01:54.657Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:01:54.657Z] INFO: Testing against a local daemon [2019-10-08T00:01:54.657Z] === RUN TestSessionCreate [2019-10-08T00:01:54.657Z] --- SKIP: TestSessionCreate (0.00s) [2019-10-08T00:01:54.657Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-10-08T00:01:54.657Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-08T00:01:54.657Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-10-08T00:01:54.657Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-10-08T00:01:54.657Z] PASS [2019-10-08T00:01:54.657Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-10-08T00:01:54.657Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:01:54.657Z] INFO: Testing against a local daemon [2019-10-08T00:01:54.657Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-08T00:01:54.657Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-08T00:01:54.657Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-10-08T00:01:54.657Z] === RUN TestEventsExecDie [2019-10-08T00:01:54.657Z] --- SKIP: TestEventsExecDie (0.00s) [2019-10-08T00:01:54.657Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-10-08T00:01:54.657Z] === RUN TestEventsBackwardsCompatible [2019-10-08T00:01:54.657Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-10-08T00:01:54.657Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-10-08T00:01:54.657Z] === RUN TestInfoAPI [2019-10-08T00:01:54.657Z] --- PASS: TestInfoAPI (0.03s) [2019-10-08T00:01:54.657Z] === RUN TestInfoAPIWarnings [2019-10-08T00:01:54.657Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-10-08T00:01:54.657Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-08T00:01:54.657Z] === RUN TestLoginFailsWithBadCredentials [2019-10-08T00:01:54.844Z] --- PASS: TestRenameStoppedContainer (0.99s) [2019-10-08T00:01:54.844Z] === RUN TestRenameRunningContainerAndReuse [2019-10-08T00:01:55.630Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2019-10-08T00:01:55.630Z] === RUN TestPingCacheHeaders [2019-10-08T00:01:55.630Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-10-08T00:01:55.630Z] === RUN TestPingGet [2019-10-08T00:01:55.630Z] --- PASS: TestPingGet (0.03s) [2019-10-08T00:01:55.630Z] === RUN TestPingHead [2019-10-08T00:01:55.630Z] --- PASS: TestPingHead (0.03s) [2019-10-08T00:01:55.630Z] === RUN TestVersion [2019-10-08T00:01:55.630Z] --- PASS: TestVersion (0.03s) [2019-10-08T00:01:55.630Z] PASS [2019-10-08T00:01:55.630Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-10-08T00:01:55.630Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:01:55.630Z] INFO: Testing against a local daemon [2019-10-08T00:01:55.630Z] === RUN TestVolumesCreateAndList [2019-10-08T00:01:56.091Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-10-08T00:01:56.091Z] === RUN TestVolumesRemove [2019-10-08T00:01:56.091Z] --- SKIP: TestVolumesRemove (0.00s) [2019-10-08T00:01:56.091Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-10-08T00:01:56.091Z] === RUN TestVolumesInspect [2019-10-08T00:01:56.091Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-08T00:01:56.091Z] === RUN TestVolumesInvalidJSON [2019-10-08T00:01:56.091Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-08T00:01:56.091Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-08T00:01:56.091Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-08T00:01:56.091Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-08T00:01:56.091Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-08T00:01:56.091Z] PASS [2019-10-08T00:01:56.091Z] INFO: make.ps1 ended at 10/08/2019 00:01:55 [2019-10-08T00:01:56.091Z] INFO: Integration CLI tests being run from the host: [2019-10-08T00:01:56.091Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-10-08T00:01:56.132Z] ok github.com/docker/docker/pkg/archive 0.416s coverage: 77.3% of statements [2019-10-08T00:01:56.693Z] ok github.com/docker/docker/pkg/authorization 0.156s coverage: 68.3% of statements [2019-10-08T00:01:56.763Z] --- PASS: TestRenameRunningContainerAndReuse (1.84s) [2019-10-08T00:01:56.763Z] === RUN TestRenameInvalidName [2019-10-08T00:01:56.949Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-10-08T00:01:57.205Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-08T00:01:57.225Z] --- PASS: TestCreateServiceSecretFileMode (3.58s) [2019-10-08T00:01:57.225Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-08T00:01:57.225Z] === RUN TestCreateServiceConfigFileMode [2019-10-08T00:01:57.225Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-08T00:01:57.578Z] --- PASS: TestRenameInvalidName (0.93s) [2019-10-08T00:01:57.579Z] === RUN TestRenameAnonymousContainer [2019-10-08T00:01:58.147Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-08T00:01:59.508Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-08T00:02:00.068Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-08T00:02:00.068Z] --- PASS: TestCreateServiceConfigFileMode (3.45s) [2019-10-08T00:02:00.068Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-08T00:02:00.068Z] === RUN TestCreateServiceSysctls [2019-10-08T00:02:00.991Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-08T00:02:00.998Z] --- PASS: TestRenameAnonymousContainer (3.19s) [2019-10-08T00:02:00.998Z] === RUN TestRenameContainerWithSameName [2019-10-08T00:02:01.246Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-10-08T00:02:01.384Z] --- PASS: TestRenameContainerWithSameName (0.84s) [2019-10-08T00:02:01.384Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-08T00:02:01.405Z] ok github.com/docker/docker/pkg/chrootarchive 2.878s coverage: 43.2% of statements [2019-10-08T00:02:01.405Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-10-08T00:02:01.405Z] ok github.com/docker/docker/layer 7.886s coverage: 68.8% of statements [2019-10-08T00:02:01.405Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-08T00:02:01.405Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-08T00:02:01.405Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-08T00:02:01.405Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-08T00:02:01.405Z] ? github.com/docker/docker/oci [no test files] [2019-10-08T00:02:01.405Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-08T00:02:01.405Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-08T00:02:01.405Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-08T00:02:01.661Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2019-10-08T00:02:01.916Z] ok github.com/docker/docker/pkg/discovery/file 0.005s coverage: 92.9% of statements [2019-10-08T00:02:02.477Z] ok github.com/docker/docker/pkg/discovery/memory 0.020s coverage: 92.3% of statements [2019-10-08T00:02:03.037Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2019-10-08T00:02:03.130Z] === RUN TestDockerSuite/TestBuildUser [2019-10-08T00:02:03.220Z] --- PASS: TestRenameContainerWithLinkedContainer (1.75s) [2019-10-08T00:02:03.220Z] === RUN TestResize [2019-10-08T00:02:03.597Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2019-10-08T00:02:04.044Z] --- PASS: TestResize (0.97s) [2019-10-08T00:02:04.044Z] === RUN TestResizeWithInvalidSize [2019-10-08T00:02:04.494Z] --- PASS: TestCreateServiceSysctls (4.49s) [2019-10-08T00:02:04.494Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-08T00:02:04.494Z] === RUN TestCreateServiceCapabilities [2019-10-08T00:02:04.521Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-10-08T00:02:05.302Z] --- PASS: TestResizeWithInvalidSize (0.94s) [2019-10-08T00:02:05.302Z] === RUN TestResizeWhenContainerNotStarted [2019-10-08T00:02:05.418Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-08T00:02:05.445Z] ok github.com/docker/docker/pkg/fileutils 0.015s coverage: 89.5% of statements [2019-10-08T00:02:06.005Z] ok github.com/docker/docker/pkg/fsutils 0.207s coverage: 85.1% of statements [2019-10-08T00:02:06.005Z] ok github.com/docker/docker/pkg/discovery/kv 3.120s coverage: 84.1% of statements [2019-10-08T00:02:06.103Z] --- PASS: TestResizeWhenContainerNotStarted (1.00s) [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-08T00:02:06.103Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-08T00:02:06.103Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-08T00:02:06.103Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-08T00:02:06.103Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-08T00:02:06.103Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-08T00:02:06.103Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-08T00:02:06.103Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-08T00:02:06.103Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-08T00:02:06.103Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-08T00:02:06.103Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-08T00:02:06.103Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-08T00:02:06.103Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-08T00:02:06.103Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-08T00:02:06.103Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-08T00:02:06.103Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-08T00:02:06.261Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-10-08T00:02:06.452Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-08T00:02:06.452Z] INFO: Testing against a local daemon [2019-10-08T00:02:06.452Z] === RUN TestDockerSuite [2019-10-08T00:02:06.452Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-08T00:02:06.453Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-08T00:02:06.453Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-08T00:02:06.453Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-08T00:02:06.453Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-08T00:02:06.453Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-08T00:02:06.453Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-08T00:02:06.453Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-08T00:02:06.453Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-08T00:02:06.453Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-08T00:02:06.914Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-08T00:02:06.914Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-08T00:02:07.622Z] ok github.com/docker/docker/pkg/idtools 0.624s coverage: 70.1% of statements [2019-10-08T00:02:07.622Z] ok github.com/docker/docker/pkg/ioutils 0.430s coverage: 69.3% of statements [2019-10-08T00:02:07.877Z] ok github.com/docker/docker/pkg/locker 0.023s coverage: 88.9% of statements [2019-10-08T00:02:07.935Z] --- PASS: TestCreateServiceCapabilities (3.21s) [2019-10-08T00:02:07.935Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-08T00:02:07.935Z] === RUN TestInspect [2019-10-08T00:02:08.073Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-08T00:02:08.132Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2019-10-08T00:02:08.132Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2019-10-08T00:02:08.132Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-08T00:02:08.691Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2019-10-08T00:02:08.875Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-08T00:02:08.946Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-10-08T00:02:09.201Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-10-08T00:02:09.298Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-08T00:02:09.456Z] ok github.com/docker/docker/pkg/mount 0.603s coverage: 69.6% of statements [2019-10-08T00:02:09.456Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-08T00:02:09.702Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-08T00:02:09.711Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2019-10-08T00:02:09.966Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-10-08T00:02:09.966Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-08T00:02:09.966Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-08T00:02:10.096Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-08T00:02:10.891Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2019-10-08T00:02:11.407Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-08T00:02:11.451Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-08T00:02:11.706Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-08T00:02:11.808Z] --- PASS: TestInspect (3.63s) [2019-10-08T00:02:11.808Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-08T00:02:11.808Z] === RUN TestDockerNetworkConnectAlias [2019-10-08T00:02:11.961Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-10-08T00:02:12.225Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-08T00:02:13.320Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2019-10-08T00:02:13.575Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-10-08T00:02:13.673Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-08T00:02:14.540Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-08T00:02:16.838Z] ok github.com/docker/docker/pkg/signal 2.428s coverage: 61.0% of statements [2019-10-08T00:02:16.838Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2019-10-08T00:02:17.084Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-08T00:02:17.092Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-08T00:02:17.347Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-08T00:02:17.603Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-10-08T00:02:17.857Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-10-08T00:02:18.391Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-08T00:02:18.416Z] ok github.com/docker/docker/pkg/system 0.017s coverage: 36.9% of statements [2019-10-08T00:02:18.977Z] ok github.com/docker/docker/pkg/tailfile 0.055s coverage: 88.6% of statements [2019-10-08T00:02:19.536Z] ok github.com/docker/docker/pkg/tarsum 0.055s coverage: 89.3% of statements [2019-10-08T00:02:19.790Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-10-08T00:02:19.884Z] --- PASS: TestDockerNetworkConnectAlias (7.12s) [2019-10-08T00:02:19.884Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-08T00:02:19.884Z] === RUN TestDockerNetworkReConnect [2019-10-08T00:02:20.045Z] testing: warning: no tests to run [2019-10-08T00:02:20.045Z] coverage: [no statements] [2019-10-08T00:02:20.045Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2019-10-08T00:02:20.300Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-08T00:02:20.555Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2019-10-08T00:02:20.810Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.13s) [2019-10-08T00:02:21.142Z] 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-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.75s) [2019-10-08T00:02:21.142Z] 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-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.47s) [2019-10-08T00:02:21.142Z] 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-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.48s) [2019-10-08T00:02:21.142Z] 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-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.57s) [2019-10-08T00:02:21.142Z] 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-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.80s) [2019-10-08T00:02:21.142Z] 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-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.40s) [2019-10-08T00:02:21.142Z] 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-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.48s) [2019-10-08T00:02:21.142Z] 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-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.04s) [2019-10-08T00:02:21.142Z] 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-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.58s) [2019-10-08T00:02:21.142Z] 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-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.54s) [2019-10-08T00:02:21.142Z] 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-10-08T00:02:21.142Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.60s) [2019-10-08T00:02:21.142Z] 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-10-08T00:02:21.142Z] === RUN TestCgroupNamespacesRun [2019-10-08T00:02:22.433Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2019-10-08T00:02:22.433Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-08T00:02:22.433Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-08T00:02:22.693Z] ok github.com/docker/docker/plugin 0.530s coverage: 27.1% of statements [2019-10-08T00:02:23.618Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-10-08T00:02:24.178Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 73.8% of statements [2019-10-08T00:02:24.274Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.79s) [2019-10-08T00:02:24.274Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-08T00:02:24.274Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-08T00:02:24.738Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2019-10-08T00:02:24.948Z] ok github.com/docker/docker/api/server/httputils 0.011s coverage: 14.7% of statements [2019-10-08T00:02:24.948Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-08T00:02:24.948Z] ok github.com/docker/docker/api/server/middleware 0.009s coverage: 37.7% of statements [2019-10-08T00:02:24.948Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-08T00:02:24.949Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-08T00:02:24.949Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-08T00:02:25.117Z] --- PASS: TestDockerNetworkReConnect (5.72s) [2019-10-08T00:02:25.117Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-08T00:02:25.117Z] === RUN TestServicePlugin [2019-10-08T00:02:25.986Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-08T00:02:25.986Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-08T00:02:25.986Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-08T00:02:25.986Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-08T00:02:25.986Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-08T00:02:25.986Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-08T00:02:26.098Z] ok github.com/docker/docker/registry 0.092s coverage: 56.3% of statements [2019-10-08T00:02:26.153Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.86s) [2019-10-08T00:02:26.153Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-08T00:02:26.153Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-08T00:02:26.657Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-10-08T00:02:26.657Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2019-10-08T00:02:27.581Z] ok github.com/docker/docker/runconfig 0.009s coverage: 68.2% of statements [2019-10-08T00:02:27.581Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-08T00:02:27.628Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-08T00:02:28.048Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-08T00:02:28.048Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-08T00:02:28.171Z] --- PASS: TestCgroupNamespacesRunHostMode (2.03s) [2019-10-08T00:02:28.171Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-08T00:02:28.171Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-08T00:02:28.551Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-08T00:02:29.075Z] ok github.com/docker/docker/api/types/strslice 0.024s coverage: 90.0% of statements [2019-10-08T00:02:29.110Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-08T00:02:29.363Z] ok github.com/docker/docker/api/types/filters 0.026s coverage: 95.2% of statements [2019-10-08T00:02:29.652Z] ok github.com/docker/docker/api/types/time 0.027s coverage: 100.0% of statements [2019-10-08T00:02:29.942Z] ok github.com/docker/docker/api/server/router/swarm 0.011s coverage: 4.0% of statements [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/types [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-08T00:02:29.942Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-08T00:02:30.083Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.81s) [2019-10-08T00:02:30.083Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-08T00:02:30.083Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-08T00:02:30.088Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-10-08T00:02:30.230Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 75.0% of statements [2019-10-08T00:02:30.230Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-08T00:02:30.230Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-08T00:02:30.230Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-08T00:02:30.230Z] ? github.com/docker/docker/builder [no test files] [2019-10-08T00:02:30.230Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-08T00:02:30.230Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-08T00:02:30.230Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-08T00:02:30.230Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-08T00:02:30.230Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-08T00:02:30.230Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-08T00:02:30.230Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-08T00:02:30.470Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-08T00:02:30.648Z] ok github.com/docker/docker/volume/local 0.024s coverage: 73.0% of statements [2019-10-08T00:02:30.885Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.84s) [2019-10-08T00:02:30.885Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-08T00:02:30.885Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-08T00:02:31.207Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2019-10-08T00:02:31.256Z] ok github.com/docker/docker/builder/dockerignore 0.022s coverage: 96.8% of statements [2019-10-08T00:02:31.393Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-08T00:02:31.691Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2019-10-08T00:02:31.691Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-08T00:02:31.691Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-08T00:02:32.568Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2019-10-08T00:02:33.569Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.86s) [2019-10-08T00:02:33.569Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-08T00:02:33.569Z] === RUN TestKernelTCPMemory [2019-10-08T00:02:33.975Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-08T00:02:33.975Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-08T00:02:33.975Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-08T00:02:33.975Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-08T00:02:33.975Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-08T00:02:34.506Z] --- PASS: TestKernelTCPMemory (1.03s) [2019-10-08T00:02:34.506Z] === RUN TestNISDomainname [2019-10-08T00:02:35.812Z] --- PASS: TestNISDomainname (1.28s) [2019-10-08T00:02:35.812Z] === RUN TestHostnameDnsResolution [2019-10-08T00:02:35.865Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-08T00:02:35.866Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-08T00:02:36.789Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-08T00:02:37.043Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-10-08T00:02:37.097Z] --- PASS: TestHostnameDnsResolution (1.22s) [2019-10-08T00:02:37.097Z] === RUN TestStats [2019-10-08T00:02:37.298Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-08T00:02:38.142Z] ok github.com/docker/docker/cli/debug 0.026s coverage: 100.0% of statements [2019-10-08T00:02:38.657Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-08T00:02:38.657Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-08T00:02:38.769Z] ok github.com/docker/docker/builder/remotecontext/git 5.295s coverage: 85.1% of statements [2019-10-08T00:02:40.260Z] ok github.com/docker/docker/builder/remotecontext 0.474s coverage: 13.6% of statements [2019-10-08T00:02:40.284Z] --- PASS: TestStats (2.66s) [2019-10-08T00:02:40.284Z] === RUN TestStopContainerWithTimeout [2019-10-08T00:02:40.284Z] === RUN TestStopContainerWithTimeout/0 [2019-10-08T00:02:40.284Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-08T00:02:40.284Z] === RUN TestStopContainerWithTimeout/1 [2019-10-08T00:02:40.284Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-08T00:02:40.284Z] === RUN TestStopContainerWithTimeout/3 [2019-10-08T00:02:40.284Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-08T00:02:40.284Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-08T00:02:40.284Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-08T00:02:40.284Z] === CONT TestStopContainerWithTimeout/0 [2019-10-08T00:02:40.284Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-08T00:02:41.261Z] === CONT TestStopContainerWithTimeout/3 [2019-10-08T00:02:41.916Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-08T00:02:42.709Z] === CONT TestStopContainerWithTimeout/1 [2019-10-08T00:02:43.769Z] ok github.com/docker/docker/builder/dockerfile 1.535s coverage: 48.2% of statements [2019-10-08T00:02:43.769Z] ? github.com/docker/docker/cli [no test files] [2019-10-08T00:02:43.769Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-08T00:02:43.799Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-10-08T00:02:43.799Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-08T00:02:44.715Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.6% of statements [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/rootless [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/volume [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-08T00:02:44.715Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === Skipped [2019-10-08T00:02:44.715Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-08T00:02:44.715Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-08T00:02:44.715Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:02:44.715Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:02:44.715Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:02:44.715Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:02:44.715Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:02:44.715Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:73: No driver to put! [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-08T00:02:44.715Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-08T00:02:44.715Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-08T00:02:44.715Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:02:44.715Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:02:44.715Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:02:44.715Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:02:44.715Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:02:44.715Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-08T00:02:44.715Z] graphtest_unix.go:73: No driver to put! [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-08T00:02:44.715Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-08T00:02:44.715Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] [2019-10-08T00:02:44.715Z] DONE 2114 tests, 20 skipped in 230.814s [2019-10-08T00:02:44.813Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-08T00:02:45.173Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-10-08T00:02:45.173Z] --- PASS: TestStopContainerWithTimeout/0 (1.31s) [2019-10-08T00:02:45.173Z] --- PASS: TestStopContainerWithTimeout/-1 (3.07s) [2019-10-08T00:02:45.173Z] --- PASS: TestStopContainerWithTimeout/3 (2.83s) [2019-10-08T00:02:45.173Z] --- PASS: TestStopContainerWithTimeout/1 (2.04s) [2019-10-08T00:02:45.173Z] === RUN TestDeleteDevicemapper [2019-10-08T00:02:45.173Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-08T00:02:45.173Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-08T00:02:45.173Z] === RUN TestStopContainerWithRestartPolicyAlways Post stage [Pipeline] junit [2019-10-08T00:02:45.324Z] Recording test results [2019-10-08T00:02:45.381Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-10-08T00:02:45.864Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40057/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 hack/validate/vendor [2019-10-08T00:02:46.743Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-08T00:02:46.743Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-08T00:02:46.791Z] No vendor changes in diff. [2019-10-08T00:02:47.665Z] === RUN TestDockerSuite/TestBuildXZHost [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-10-08T00:02:48.153Z] + echo Building e2e image [2019-10-08T00:02:48.153Z] Building e2e image [2019-10-08T00:02:48.153Z] + docker build --build-arg DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 -t moby-e2e-test -f Dockerfile.e2e . [2019-10-08T00:02:48.153Z] #2 [internal] load .dockerignore [2019-10-08T00:02:48.153Z] #2 transferring context: 34B done [2019-10-08T00:02:48.153Z] #2 DONE 0.0s [2019-10-08T00:02:48.153Z] [2019-10-08T00:02:48.153Z] #1 [internal] load build definition from Dockerfile.e2e [2019-10-08T00:02:48.153Z] #1 transferring dockerfile: 3.21kB done [2019-10-08T00:02:48.153Z] #1 DONE 0.0s [2019-10-08T00:02:48.153Z] [2019-10-08T00:02:48.153Z] #4 [internal] load metadata for docker.io/library/golang:1.13.1-alpine [2019-10-08T00:02:48.407Z] #4 DONE 0.2s [2019-10-08T00:02:48.407Z] [2019-10-08T00:02:48.407Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-10-08T00:02:48.407Z] #3 DONE 0.1s [2019-10-08T00:02:48.407Z] [2019-10-08T00:02:48.407Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.1-alpine@sha256:2293e952c7... [2019-10-08T00:02:48.407Z] #14 DONE 0.0s [2019-10-08T00:02:48.407Z] [2019-10-08T00:02:48.407Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-10-08T00:02:48.407Z] #5 DONE 0.0s [2019-10-08T00:02:48.407Z] [2019-10-08T00:02:48.407Z] #8 [internal] load build context [2019-10-08T00:02:48.662Z] #8 transferring context: 790.09kB 0.2s done [2019-10-08T00:02:48.662Z] #8 DONE 0.2s [2019-10-08T00:02:48.662Z] [2019-10-08T00:02:48.662Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-10-08T00:02:48.662Z] #17 CACHED [2019-10-08T00:02:48.662Z] [2019-10-08T00:02:48.662Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-10-08T00:02:48.662Z] #15 CACHED [2019-10-08T00:02:48.662Z] [2019-10-08T00:02:48.662Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-10-08T00:02:48.662Z] #16 CACHED [2019-10-08T00:02:48.662Z] [2019-10-08T00:02:48.662Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-10-08T00:02:48.662Z] #18 CACHED [2019-10-08T00:02:48.662Z] [2019-10-08T00:02:48.662Z] #31 [builder 1/4] COPY . . [2019-10-08T00:02:49.379Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.41s) [2019-10-08T00:02:49.380Z] === RUN TestUpdateMemory [2019-10-08T00:02:49.380Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-08T00:02:49.380Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-08T00:02:49.380Z] === RUN TestUpdateCPUQuota [2019-10-08T00:02:50.173Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-08T00:02:50.173Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-08T00:02:50.173Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-08T00:02:51.096Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-08T00:02:51.220Z] --- PASS: TestUpdateCPUQuota (1.68s) [2019-10-08T00:02:51.220Z] === RUN TestUpdatePidsLimit [2019-10-08T00:02:51.220Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-08T00:02:51.597Z] === RUN TestUpdatePidsLimit/no_change [2019-10-08T00:02:51.978Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-08T00:02:52.018Z] === RUN TestDockerSuite/TestCommitChange [2019-10-08T00:02:52.216Z] ok github.com/docker/docker/client 0.907s coverage: 75.8% of statements [2019-10-08T00:02:52.355Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-08T00:02:52.741Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-08T00:02:52.817Z] #31 DONE 3.6s [2019-10-08T00:02:52.817Z] [2019-10-08T00:02:52.817Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-10-08T00:02:52.941Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-08T00:02:53.071Z] #32 DONE 1.0s [2019-10-08T00:02:53.325Z] [2019-10-08T00:02:53.325Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-08T00:02:53.573Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-08T00:02:53.864Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-08T00:02:53.884Z] #33 0.698 [2019-10-08T00:02:53.968Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-08T00:02:54.442Z] #33 1.156 Removing bundles/ [2019-10-08T00:02:54.442Z] #33 1.158 [2019-10-08T00:02:54.442Z] #33 1.161 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-10-08T00:02:55.368Z] #33 2.146 Building test suite binary ./integration-cli/test.main [2019-10-08T00:02:55.473Z] --- PASS: TestUpdatePidsLimit (4.47s) [2019-10-08T00:02:55.474Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.50s) [2019-10-08T00:02:55.474Z] --- PASS: TestUpdatePidsLimit/no_change (0.47s) [2019-10-08T00:02:55.474Z] --- PASS: TestUpdatePidsLimit/update_lower (0.43s) [2019-10-08T00:02:55.474Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2019-10-08T00:02:55.474Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.50s) [2019-10-08T00:02:55.474Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.46s) [2019-10-08T00:02:55.474Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.44s) [2019-10-08T00:02:55.474Z] === RUN TestUpdateRestartPolicy [2019-10-08T00:02:55.746Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-08T00:02:57.626Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-08T00:02:58.551Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-08T00:03:00.432Z] --- PASS: TestServicePlugin (35.87s) [2019-10-08T00:03:00.432Z] plugin_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-08T00:03:00.432Z] plugin_test.go:59: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-08T00:03:00.432Z] plugin_test.go:61: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-08T00:03:00.432Z] plugin_test.go:62: [d7d78e26ce43d] joining swarm manager [dfef6fe94d0c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:03:00.432Z] plugin_test.go:64: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-08T00:03:00.432Z] plugin_test.go:65: [dcbb529024a2a] joining swarm manager [dfef6fe94d0c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:03:00.432Z] === RUN TestServiceUpdateLabel [2019-10-08T00:03:00.432Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-08T00:03:01.361Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-08T00:03:03.243Z] --- PASS: TestServiceUpdateLabel (2.97s) [2019-10-08T00:03:03.243Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-08T00:03:03.243Z] === RUN TestServiceUpdateSecrets [2019-10-08T00:03:03.243Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-08T00:03:04.166Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-08T00:03:04.166Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-08T00:03:04.166Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-08T00:03:04.421Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-08T00:03:04.421Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-08T00:03:04.421Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-08T00:03:04.421Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-08T00:03:04.979Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-10-08T00:03:06.340Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-08T00:03:08.226Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-08T00:03:08.226Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-08T00:03:09.212Z] --- PASS: TestUpdateRestartPolicy (12.89s) [2019-10-08T00:03:09.212Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-08T00:03:09.212Z] --- PASS: TestUpdateRestartWithAutoRemove (0.93s) [2019-10-08T00:03:09.212Z] === RUN TestWaitNonBlocked [2019-10-08T00:03:09.212Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-08T00:03:09.212Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-08T00:03:09.212Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-08T00:03:09.212Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-08T00:03:09.212Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-08T00:03:09.212Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-08T00:03:09.259Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-08T00:03:10.182Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-08T00:03:10.678Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-10-08T00:03:10.678Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s) [2019-10-08T00:03:10.678Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.14s) [2019-10-08T00:03:10.678Z] === RUN TestWaitBlocked [2019-10-08T00:03:10.678Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-08T00:03:10.678Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-08T00:03:10.678Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-08T00:03:10.678Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-08T00:03:10.678Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-08T00:03:10.678Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-08T00:03:11.105Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-08T00:03:11.967Z] --- PASS: TestWaitBlocked (0.01s) [2019-10-08T00:03:11.967Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.40s) [2019-10-08T00:03:11.967Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.42s) [2019-10-08T00:03:11.967Z] === CONT TestContainerStartOnDaemonRestart [2019-10-08T00:03:11.967Z] === CONT TestIpcModeOlderClient [2019-10-08T00:03:11.967Z] --- PASS: TestIpcModeOlderClient (0.22s) [2019-10-08T00:03:11.967Z] === CONT TestDaemonRestartIpcMode [2019-10-08T00:03:12.027Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-08T00:03:12.587Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-08T00:03:12.587Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-08T00:03:12.587Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-08T00:03:13.538Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-08T00:03:13.538Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-08T00:03:13.792Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-08T00:03:13.792Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-08T00:03:14.054Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-08T00:03:14.983Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-08T00:03:15.241Z] --- PASS: TestContainerStartOnDaemonRestart (3.41s) [2019-10-08T00:03:15.241Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-08T00:03:15.542Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-08T00:03:16.465Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-08T00:03:16.465Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-08T00:03:16.531Z] --- PASS: TestDaemonRestartIpcMode (4.21s) [2019-10-08T00:03:16.531Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-08T00:03:16.531Z] PASS [2019-10-08T00:03:16.531Z] [2019-10-08T00:03:16.531Z] === Skipped [2019-10-08T00:03:16.531Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-10-08T00:03:16.531Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-08T00:03:16.531Z] [2019-10-08T00:03:16.531Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s) [2019-10-08T00:03:16.531Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-08T00:03:16.531Z] [2019-10-08T00:03:16.531Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-08T00:03:16.531Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-08T00:03:16.531Z] [2019-10-08T00:03:16.531Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-08T00:03:16.531Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-08T00:03:16.531Z] [2019-10-08T00:03:16.531Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-10-08T00:03:16.531Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-08T00:03:16.531Z] [2019-10-08T00:03:16.531Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-10-08T00:03:16.531Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-08T00:03:16.531Z] [2019-10-08T00:03:16.531Z] [2019-10-08T00:03:16.531Z] DONE 197 tests, 6 skipped in 147.283s [2019-10-08T00:03:16.531Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-10-08T00:03:16.531Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:03:16.531Z] ++ set -e [2019-10-08T00:03:16.531Z] ++ '[' -n 0 ']' [2019-10-08T00:03:16.531Z] ++ set -x [2019-10-08T00:03:16.531Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:03:16.531Z] INFO: Testing against a local daemon [2019-10-08T00:03:16.531Z] === RUN TestCommitInheritsEnv [2019-10-08T00:03:17.501Z] --- PASS: TestCommitInheritsEnv (0.53s) [2019-10-08T00:03:17.501Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-08T00:03:17.501Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-08T00:03:17.501Z] === RUN TestImagesFilterMultiReference [2019-10-08T00:03:17.501Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-08T00:03:17.501Z] === RUN TestImagePullPlatformInvalid [2019-10-08T00:03:17.501Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-10-08T00:03:17.501Z] === RUN TestRemoveImageOrphaning [2019-10-08T00:03:17.501Z] --- PASS: TestRemoveImageOrphaning (0.44s) [2019-10-08T00:03:17.501Z] === RUN TestRemoveImageGarbageCollector [2019-10-08T00:03:17.973Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-08T00:03:17.973Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:03:17.973Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-08T00:03:17.973Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2019-10-08T00:03:17.973Z] === RUN TestTagInvalidReference [2019-10-08T00:03:17.973Z] --- PASS: TestTagInvalidReference (0.04s) [2019-10-08T00:03:17.973Z] === RUN TestTagValidPrefixedRepo [2019-10-08T00:03:17.973Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-08T00:03:17.973Z] === RUN TestTagExistedNameWithoutForce [2019-10-08T00:03:17.973Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-10-08T00:03:17.973Z] === RUN TestTagOfficialNames [2019-10-08T00:03:17.973Z] --- PASS: TestTagOfficialNames (0.03s) [2019-10-08T00:03:17.973Z] === RUN TestTagMatchesDigest [2019-10-08T00:03:17.973Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-10-08T00:03:17.973Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-08T00:03:18.348Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-08T00:03:18.603Z] --- PASS: TestServiceUpdateSecrets (15.57s) [2019-10-08T00:03:18.603Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-08T00:03:18.603Z] === RUN TestServiceUpdateConfigs [2019-10-08T00:03:19.162Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-08T00:03:19.162Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-08T00:03:20.084Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-08T00:03:21.009Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-08T00:03:21.933Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-08T00:03:22.491Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-08T00:03:22.491Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-08T00:03:23.413Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-08T00:03:24.336Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-08T00:03:25.259Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-08T00:03:25.259Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-08T00:03:26.182Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-08T00:03:27.543Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-08T00:03:29.428Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-08T00:03:29.428Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-08T00:03:29.428Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-08T00:03:29.428Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-08T00:03:29.428Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-08T00:03:30.351Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-08T00:03:34.505Z] --- PASS: TestServiceUpdateConfigs (15.21s) [2019-10-08T00:03:34.505Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-08T00:03:34.505Z] === RUN TestServiceUpdateNetwork [2019-10-08T00:03:34.759Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-08T00:03:35.682Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-08T00:03:36.606Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-08T00:03:36.606Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-08T00:03:36.606Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-08T00:03:39.861Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-08T00:03:40.420Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-08T00:03:41.781Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-08T00:03:47.034Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-08T00:03:47.034Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-08T00:03:47.958Z] --- PASS: TestServiceUpdateNetwork (14.11s) [2019-10-08T00:03:47.958Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-08T00:03:47.958Z] PASS [2019-10-08T00:03:47.958Z] [2019-10-08T00:03:47.958Z] DONE 19 tests in 172.671s [2019-10-08T00:03:47.958Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-10-08T00:03:47.958Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:03:47.958Z] ++ set -e [2019-10-08T00:03:47.958Z] ++ '[' -n 0 ']' [2019-10-08T00:03:47.958Z] ++ set -x [2019-10-08T00:03:47.958Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:03:47.958Z] INFO: Testing against a local daemon [2019-10-08T00:03:47.958Z] === RUN TestSessionCreate [2019-10-08T00:03:47.958Z] --- PASS: TestSessionCreate (0.02s) [2019-10-08T00:03:47.958Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-08T00:03:48.213Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2019-10-08T00:03:48.213Z] PASS [2019-10-08T00:03:48.213Z] [2019-10-08T00:03:48.213Z] DONE 2 tests in 0.141s [2019-10-08T00:03:48.213Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-10-08T00:03:48.213Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:03:48.213Z] ++ set -e [2019-10-08T00:03:48.213Z] ++ '[' -n 0 ']' [2019-10-08T00:03:48.213Z] ++ set -x [2019-10-08T00:03:48.213Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:03:48.213Z] INFO: Testing against a local daemon [2019-10-08T00:03:48.213Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-08T00:03:48.213Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-08T00:03:48.213Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-08T00:03:48.213Z] === RUN TestEventsExecDie [2019-10-08T00:03:48.773Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-08T00:03:49.028Z] --- PASS: TestEventsExecDie (0.93s) [2019-10-08T00:03:49.028Z] === RUN TestEventsBackwardsCompatible [2019-10-08T00:03:49.165Z] ok github.com/docker/docker/cmd/dockerd 0.299s coverage: 30.3% of statements [2019-10-08T00:03:49.165Z] ok github.com/docker/docker/container 0.160s coverage: 35.3% of statements [2019-10-08T00:03:49.165Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-08T00:03:49.165Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-08T00:03:49.165Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-08T00:03:49.165Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-08T00:03:49.283Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2019-10-08T00:03:49.283Z] === RUN TestInfoBinaryCommits [2019-10-08T00:03:49.283Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-10-08T00:03:49.283Z] === RUN TestInfoAPIVersioned [2019-10-08T00:03:49.283Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-08T00:03:49.283Z] === RUN TestInfoAPI [2019-10-08T00:03:49.283Z] --- PASS: TestInfoAPI (0.03s) [2019-10-08T00:03:49.283Z] === RUN TestInfoAPIWarnings [2019-10-08T00:03:50.206Z] --- PASS: TestInfoAPIWarnings (0.77s) [2019-10-08T00:03:50.206Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-08T00:03:50.206Z] === RUN TestLoginFailsWithBadCredentials [2019-10-08T00:03:50.206Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-08T00:03:50.462Z] --- PASS: TestLoginFailsWithBadCredentials (0.34s) [2019-10-08T00:03:50.462Z] === RUN TestPingCacheHeaders [2019-10-08T00:03:50.462Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-10-08T00:03:50.462Z] === RUN TestPingGet [2019-10-08T00:03:50.462Z] --- PASS: TestPingGet (0.02s) [2019-10-08T00:03:50.462Z] === RUN TestPingHead [2019-10-08T00:03:50.462Z] --- PASS: TestPingHead (0.02s) [2019-10-08T00:03:50.462Z] === RUN TestVersion [2019-10-08T00:03:50.462Z] --- PASS: TestVersion (0.02s) [2019-10-08T00:03:50.462Z] PASS [2019-10-08T00:03:50.462Z] [2019-10-08T00:03:50.462Z] === Skipped [2019-10-08T00:03:50.462Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-08T00:03:50.462Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-08T00:03:50.462Z] [2019-10-08T00:03:50.462Z] [2019-10-08T00:03:50.462Z] DONE 12 tests, 1 skipped in 2.359s [2019-10-08T00:03:50.462Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-08T00:03:50.462Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:03:50.462Z] ++ set -e [2019-10-08T00:03:50.462Z] ++ '[' -n 0 ']' [2019-10-08T00:03:50.462Z] ++ set -x [2019-10-08T00:03:50.462Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:03:50.717Z] INFO: Testing against a local daemon [2019-10-08T00:03:50.717Z] === RUN TestVolumesCreateAndList [2019-10-08T00:03:50.717Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-10-08T00:03:50.717Z] === RUN TestVolumesRemove [2019-10-08T00:03:50.717Z] --- PASS: TestVolumesRemove (0.10s) [2019-10-08T00:03:50.717Z] === RUN TestVolumesInspect [2019-10-08T00:03:50.717Z] --- PASS: TestVolumesInspect (0.02s) [2019-10-08T00:03:50.717Z] === RUN TestVolumesInvalidJSON [2019-10-08T00:03:50.717Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-08T00:03:50.717Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-08T00:03:50.717Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-08T00:03:50.717Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-10-08T00:03:50.717Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-08T00:03:50.717Z] PASS [2019-10-08T00:03:50.717Z] [2019-10-08T00:03:50.717Z] DONE 5 tests in 0.304s [2019-10-08T00:03:50.717Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-08T00:03:51.277Z] ++++ cat bundles/test-integration/docker.pid [2019-10-08T00:03:51.277Z] +++ kill 5265 [2019-10-08T00:03:51.888Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.076s coverage: 65.3% of statements [2019-10-08T00:03:52.636Z] umount: bundles/test-integration/root: mountpoint not found [2019-10-08T00:03:52.636Z] +++ /etc/init.d/apparmor stop [2019-10-08T00:03:52.636Z] Clearing AppArmor profiles cache:. [2019-10-08T00:03:52.636Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-08T00:03:52.636Z] Unloading profiles will leave already running processes permanently [2019-10-08T00:03:52.636Z] unconfined, which can lead to unexpected situations. [2019-10-08T00:03:52.636Z] [2019-10-08T00:03:52.636Z] To set a process to complain mode, use the command line tool [2019-10-08T00:03:52.636Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-08T00:03:52.636Z] with the 'teardown' option." [2019-10-08T00:03:52.636Z] [2019-10-08T00:03:58.770Z] ok github.com/docker/docker/daemon/cluster/convert 0.034s coverage: 35.8% of statements [2019-10-08T00:04:03.209Z] ok github.com/docker/docker/daemon/cluster 0.192s coverage: 0.5% of statements [2019-10-08T00:04:07.723Z] ok github.com/docker/docker/daemon/discovery 0.022s coverage: 30.0% of statements [2019-10-08T00:04:10.506Z] ok github.com/docker/docker/daemon/config 0.125s coverage: 84.6% of statements [2019-10-08T00:04:10.794Z] ok github.com/docker/docker/daemon/events 0.074s coverage: 50.0% of statements [2019-10-08T00:04:14.504Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-10-08T00:04:14.504Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-08T00:04:15.223Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2019-10-08T00:04:15.428Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-08T00:04:15.986Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-08T00:04:17.927Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.507s coverage: 13.7% of statements [2019-10-08T00:04:18.948Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.011s coverage: 2.9% of statements [2019-10-08T00:04:20.139Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-08T00:04:21.654Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.777s coverage: 57.9% of statements [2019-10-08T00:04:21.654Z] ok github.com/docker/docker/daemon 12.434s coverage: 17.6% of statements [2019-10-08T00:04:21.654Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-08T00:04:21.654Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-08T00:04:21.654Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-08T00:04:21.654Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-08T00:04:22.022Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-08T00:04:25.279Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-08T00:04:26.078Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.596s coverage: 68.6% of statements [2019-10-08T00:04:26.640Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-08T00:04:26.640Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-08T00:04:27.563Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-08T00:04:28.164Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.973s coverage: 51.0% of statements [2019-10-08T00:04:28.487Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-10-08T00:04:28.790Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.000s coverage: 45.9% of statements [2019-10-08T00:04:28.790Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-08T00:04:29.411Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-08T00:04:30.770Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-08T00:04:30.837Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.658s coverage: 76.1% of statements [2019-10-08T00:04:31.328Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-08T00:04:31.870Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.423s coverage: 52.6% of statements [2019-10-08T00:04:31.870Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-08T00:04:31.870Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-08T00:04:32.256Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-08T00:04:33.397Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.017s coverage: 58.0% of statements [2019-10-08T00:04:33.397Z] ok github.com/docker/docker/daemon/links 0.043s coverage: 93.0% of statements [2019-10-08T00:04:33.615Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-08T00:04:33.684Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.012s coverage: 3.0% of statements [2019-10-08T00:04:33.855Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-08T00:04:33.855Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-08T00:04:33.855Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-08T00:04:33.855Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-08T00:04:33.855Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-08T00:04:33.855Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-08T00:04:33.855Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-08T00:04:33.855Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-08T00:04:33.855Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-08T00:04:33.855Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-08T00:04:33.855Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-08T00:04:33.855Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-08T00:04:34.538Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-08T00:04:35.899Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-08T00:04:36.823Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-08T00:04:38.184Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-08T00:04:38.742Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-08T00:04:39.265Z] ok github.com/docker/docker/daemon/logger 0.300s coverage: 42.7% of statements [2019-10-08T00:04:39.265Z] ok github.com/docker/docker/daemon/logger/gelf 0.042s coverage: 68.2% of statements [2019-10-08T00:04:39.690Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-08T00:04:39.690Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-08T00:04:39.690Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-08T00:04:40.101Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-08T00:04:41.304Z] ok github.com/docker/docker/daemon/logger/awslogs 0.710s coverage: 77.8% of statements [2019-10-08T00:04:41.461Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-08T00:04:41.927Z] ok github.com/docker/docker/daemon/logger/journald 0.039s coverage: 26.2% of statements [2019-10-08T00:04:42.383Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-08T00:04:42.552Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.021s coverage: 62.1% of statements [2019-10-08T00:04:42.552Z] ok github.com/docker/docker/daemon/images 0.033s coverage: 4.9% of statements [2019-10-08T00:04:42.552Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-08T00:04:42.552Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-08T00:04:42.552Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-08T00:04:42.552Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-08T00:04:43.175Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.046s coverage: 88.3% of statements [2019-10-08T00:04:43.306Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-08T00:04:43.306Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-08T00:04:44.229Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-08T00:04:44.399Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-08T00:04:45.151Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-08T00:04:46.512Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-08T00:04:46.669Z] ok github.com/docker/docker/daemon/logger/local 0.071s coverage: 74.7% of statements [2019-10-08T00:04:46.669Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-08T00:04:46.727Z] #33 108.3 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-08T00:04:46.727Z] #33 110.8 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-08T00:04:46.727Z] #33 112.1 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-08T00:04:47.286Z] #33 114.0 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-08T00:04:47.287Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.042s coverage: 19.9% of statements [2019-10-08T00:04:47.434Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-08T00:04:47.573Z] ok github.com/docker/docker/daemon/logger/syslog 0.063s coverage: 47.8% of statements [2019-10-08T00:04:48.793Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-08T00:04:49.059Z] ok github.com/docker/docker/daemon/logger/templates 0.028s coverage: 8.3% of statements [2019-10-08T00:04:49.796Z] #33 116.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-08T00:04:50.542Z] ok github.com/docker/docker/daemon/network 0.009s coverage: 63.8% of statements [2019-10-08T00:04:50.542Z] ok github.com/docker/docker/daemon/logger/splunk 2.835s coverage: 84.5% of statements [2019-10-08T00:04:50.542Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-08T00:04:50.542Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-08T00:04:50.674Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-08T00:04:50.720Z] #33 117.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-08T00:04:51.233Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-08T00:04:51.496Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-08T00:04:51.496Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-08T00:04:51.496Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-08T00:04:51.496Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-08T00:04:51.496Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-08T00:04:52.079Z] #33 118.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-08T00:04:53.440Z] #33 119.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-08T00:04:53.440Z] #33 120.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-08T00:04:53.683Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-08T00:04:53.683Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-08T00:04:53.683Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-08T00:04:53.740Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-08T00:04:54.982Z] ok github.com/docker/docker/distribution/metadata 0.177s coverage: 48.2% of statements [2019-10-08T00:04:55.271Z] ok github.com/docker/docker/errdefs 0.020s coverage: 49.4% of statements [2019-10-08T00:04:55.322Z] #33 121.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-08T00:04:55.881Z] #33 122.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-08T00:04:56.759Z] ok github.com/docker/docker/distribution 0.793s coverage: 22.4% of statements [2019-10-08T00:04:56.759Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-08T00:04:57.240Z] #33 124.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-08T00:04:58.813Z] ok github.com/docker/docker/distribution/xfer 1.681s coverage: 85.6% of statements [2019-10-08T00:04:58.813Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-08T00:04:58.972Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-08T00:04:59.122Z] #33 125.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-08T00:04:59.436Z] ok github.com/docker/docker/image/cache 0.023s coverage: 19.2% of statements [2019-10-08T00:05:00.098Z] ok github.com/docker/docker/image 0.079s coverage: 86.4% of statements [2019-10-08T00:05:00.098Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-08T00:05:00.484Z] #33 127.2 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-08T00:05:00.781Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-08T00:05:01.172Z] ok github.com/docker/docker/libcontainerd/queue 0.040s coverage: 100.0% of statements [2019-10-08T00:05:01.172Z] ok github.com/docker/docker/image/v1 0.045s coverage: 25.0% of statements [2019-10-08T00:05:01.408Z] #33 128.3 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-08T00:05:01.456Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-08T00:05:02.228Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-08T00:05:02.965Z] ok github.com/docker/docker/pkg/aaparser 0.019s coverage: 50.0% of statements [2019-10-08T00:05:03.151Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-08T00:05:03.291Z] #33 130.0 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-08T00:05:04.215Z] #33 131.0 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-08T00:05:05.141Z] #33 132.1 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-08T00:05:06.468Z] ok github.com/docker/docker/opts 0.114s coverage: 66.9% of statements [2019-10-08T00:05:06.502Z] #33 133.2 [2019-10-08T00:05:07.425Z] #33 DONE 134.2s [2019-10-08T00:05:07.425Z] [2019-10-08T00:05:07.425Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-10-08T00:05:08.400Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-08T00:05:08.513Z] ok github.com/docker/docker/pkg/broadcaster 0.005s coverage: 100.0% of statements [2019-10-08T00:05:09.134Z] ok github.com/docker/docker/pkg/capabilities 0.011s coverage: 87.5% of statements [2019-10-08T00:05:09.760Z] ok github.com/docker/docker/pkg/archive 1.410s coverage: 77.0% of statements [2019-10-08T00:05:09.760Z] ok github.com/docker/docker/pkg/authorization 2.807s coverage: 68.3% of statements [2019-10-08T00:05:09.932Z] #34 DONE 2.4s [2019-10-08T00:05:10.795Z] ok github.com/docker/docker/pkg/directory 0.008s coverage: 80.0% of statements [2019-10-08T00:05:11.851Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-08T00:05:11.851Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-10-08T00:05:11.866Z] ok github.com/docker/docker/pkg/discovery 0.014s coverage: 58.3% of statements [2019-10-08T00:05:12.410Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-10-08T00:05:12.440Z] #11 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-08T00:05:12.440Z] #23 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-10-08T00:05:12.440Z] #19 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-08T00:05:12.440Z] #24 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-10-08T00:05:12.440Z] #26 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-10-08T00:05:12.440Z] #27 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-08T00:05:12.440Z] #29 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-10-08T00:05:12.440Z] #10 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-08T00:05:12.440Z] #21 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-08T00:05:12.440Z] #20 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-10-08T00:05:12.440Z] #7 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-10-08T00:05:12.440Z] #13 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-10-08T00:05:12.440Z] #6 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-10-08T00:05:12.440Z] #12 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-10-08T00:05:12.440Z] #9 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-10-08T00:05:12.440Z] #28 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-08T00:05:12.440Z] #22 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-10-08T00:05:12.440Z] #25 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-10-08T00:05:12.440Z] #30 CACHED [2019-10-08T00:05:12.440Z] [2019-10-08T00:05:12.440Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-10-08T00:05:12.488Z] ok github.com/docker/docker/pkg/discovery/file 0.031s coverage: 92.9% of statements [2019-10-08T00:05:12.654Z] --- PASS: TestImportExtremelyLargeImageWorks (112.74s) [2019-10-08T00:05:12.654Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-08T00:05:12.654Z] PASS [2019-10-08T00:05:12.654Z] [2019-10-08T00:05:12.654Z] === Skipped [2019-10-08T00:05:12.654Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-08T00:05:12.654Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:05:12.654Z] [2019-10-08T00:05:12.654Z] [2019-10-08T00:05:12.654Z] DONE 12 tests, 1 skipped in 114.278s [2019-10-08T00:05:12.654Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-10-08T00:05:12.654Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:05:12.654Z] ++ set -e [2019-10-08T00:05:12.654Z] ++ '[' -n 0 ']' [2019-10-08T00:05:12.654Z] ++ set -x [2019-10-08T00:05:12.654Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:05:12.654Z] INFO: Testing against a local daemon [2019-10-08T00:05:12.654Z] === RUN TestNetworkCreateDelete [2019-10-08T00:05:12.654Z] --- PASS: TestNetworkCreateDelete (0.16s) [2019-10-08T00:05:12.654Z] === RUN TestDockerNetworkDeletePreferID [2019-10-08T00:05:12.654Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2019-10-08T00:05:12.654Z] === RUN TestInspectNetwork [2019-10-08T00:05:13.362Z] #35 DONE 1.2s [2019-10-08T00:05:13.362Z] [2019-10-08T00:05:13.362Z] #36 exporting to image [2019-10-08T00:05:13.362Z] #36 exporting layers [2019-10-08T00:05:13.975Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2019-10-08T00:05:14.260Z] ok github.com/docker/docker/layer 7.474s coverage: 68.8% of statements [2019-10-08T00:05:14.260Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-08T00:05:14.260Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-08T00:05:14.260Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-08T00:05:14.260Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-08T00:05:14.260Z] ? github.com/docker/docker/oci [no test files] [2019-10-08T00:05:14.260Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-08T00:05:14.722Z] #36 exporting layers 1.3s done [2019-10-08T00:05:14.722Z] #36 writing image sha256:f6682cfdffe915c97de4c43895ed3efdbbcb05cf0bbd2aedff6df21f61ff2263 done [2019-10-08T00:05:14.722Z] #36 naming to docker.io/library/moby-e2e-test done [2019-10-08T00:05:14.722Z] #36 DONE 1.4s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-08T00:05:14.883Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2019-10-08T00:05:15.067Z] + echo Ensuring container killed. [2019-10-08T00:05:15.067Z] Ensuring container killed. [2019-10-08T00:05:15.067Z] + docker rm -vf docker-pr3 [2019-10-08T00:05:15.067Z] Error: No such container: docker-pr3 [2019-10-08T00:05:15.067Z] + true [Pipeline] sh [2019-10-08T00:05:15.170Z] ok github.com/docker/docker/pkg/dmesg 0.025s coverage: 83.3% of statements [2019-10-08T00:05:15.470Z] + echo Chowning /workspace to jenkins user [2019-10-08T00:05:15.470Z] Chowning /workspace to jenkins user [2019-10-08T00:05:15.470Z] + id -u [2019-10-08T00:05:15.470Z] + id -g [2019-10-08T00:05:15.470Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40057:/workspace busybox chown -R 1000:1000 /workspace [2019-10-08T00:05:16.655Z] ok github.com/docker/docker/pkg/chrootarchive 4.429s coverage: 43.2% of statements [2019-10-08T00:05:16.655Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-08T00:05:16.655Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-08T00:05:16.655Z] ok github.com/docker/docker/pkg/filenotify 0.635s coverage: 67.0% of statements [2019-10-08T00:05:16.655Z] ok github.com/docker/docker/pkg/fileutils 0.025s coverage: 89.5% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-08T00:05:16.901Z] === RUN TestInspectNetwork/full_network_id [2019-10-08T00:05:16.901Z] === RUN TestInspectNetwork/partial_network_id [2019-10-08T00:05:16.901Z] === RUN TestInspectNetwork/network_name [2019-10-08T00:05:16.901Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-08T00:05:17.241Z] + bundleName=unit [2019-10-08T00:05:17.241Z] + echo Creating unit-bundles.tar.gz [2019-10-08T00:05:17.241Z] Creating unit-bundles.tar.gz [2019-10-08T00:05:17.241Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-10-08T00:05:17.241Z] bundles/junit-report.xml [2019-10-08T00:05:17.241Z] bundles/go-test-report.json [2019-10-08T00:05:17.241Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-10-08T00:05:17.249Z] Archiving artifacts [2019-10-08T00:05:17.612Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40057/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-08T00:05:17.642Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-10-08T00:05:17.673Z] ok github.com/docker/docker/pkg/discovery/kv 3.322s coverage: 84.1% of statements [2019-10-08T00:05:18.037Z] + make clean [2019-10-08T00:05:18.297Z] docker volume rm -f docker-dev-cache [2019-10-08T00:05:18.297Z] docker-dev-cache [Pipeline] deleteDir [2019-10-08T00:05:18.312Z] ok github.com/docker/docker/pkg/fsutils 0.468s coverage: 85.1% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2019-10-08T00:05:18.564Z] === RUN TestDockerSuite/TestCpToDot [Pipeline] // stage [Pipeline] } [2019-10-08T00:05:18.936Z] ok github.com/docker/docker/pkg/homedir 0.024s coverage: 11.4% of statements [2019-10-08T00:05:19.487Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-08T00:05:20.426Z] ok github.com/docker/docker/pkg/jsonmessage 0.021s coverage: 91.7% of statements [2019-10-08T00:05:21.070Z] ok github.com/docker/docker/pkg/locker 0.041s coverage: 88.9% of statements [2019-10-08T00:05:21.358Z] ok github.com/docker/docker/pkg/idtools 1.134s coverage: 70.1% of statements [2019-10-08T00:05:21.367Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-08T00:05:21.648Z] ok github.com/docker/docker/pkg/longpath 0.031s coverage: 100.0% of statements [2019-10-08T00:05:21.994Z] --- PASS: TestInspectNetwork (10.30s) [2019-10-08T00:05:21.994Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-08T00:05:21.994Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2019-10-08T00:05:21.994Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-08T00:05:21.994Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-08T00:05:21.994Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-08T00:05:21.994Z] === RUN TestRunContainerWithBridgeNone [2019-10-08T00:05:22.282Z] ok github.com/docker/docker/pkg/ioutils 1.975s coverage: 70.1% of statements [2019-10-08T00:05:22.282Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-08T00:05:22.567Z] ok github.com/docker/docker/pkg/namesgenerator 0.025s coverage: 85.7% of statements [2019-10-08T00:05:22.725Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-08T00:05:23.586Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2019-10-08T00:05:23.586Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2019-10-08T00:05:23.647Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-08T00:05:24.208Z] ok github.com/docker/docker/pkg/mount 0.941s coverage: 69.6% of statements [2019-10-08T00:05:24.208Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-08T00:05:24.509Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.011s coverage: 91.4% of statements [2019-10-08T00:05:24.509Z] ok github.com/docker/docker/pkg/pidfile 0.011s coverage: 82.4% of statements [2019-10-08T00:05:24.509Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-08T00:05:24.509Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-08T00:05:24.553Z] --- PASS: TestRunContainerWithBridgeNone (2.65s) [2019-10-08T00:05:24.553Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-08T00:05:24.553Z] === RUN TestNetworkInvalidJSON [2019-10-08T00:05:24.553Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-08T00:05:24.553Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-08T00:05:24.553Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-08T00:05:24.553Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-08T00:05:24.553Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-08T00:05:24.553Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-08T00:05:24.553Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-08T00:05:24.553Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-08T00:05:24.553Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-08T00:05:24.553Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-10-08T00:05:24.553Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-08T00:05:24.553Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-10-08T00:05:24.553Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-08T00:05:24.553Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-08T00:05:25.423Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-10-08T00:05:25.423Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-08T00:05:25.423Z] === RUN TestDaemonDefaultNetworkPools [2019-10-08T00:05:26.206Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2019-10-08T00:05:26.206Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-08T00:05:26.206Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-08T00:05:26.561Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.063s coverage: 56.8% of statements [2019-10-08T00:05:26.847Z] ok github.com/docker/docker/pkg/pools 0.008s coverage: 88.2% of statements [2019-10-08T00:05:27.467Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2019-10-08T00:05:27.467Z] ok github.com/docker/docker/pkg/progress 0.017s coverage: 75.9% of statements [2019-10-08T00:05:27.520Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2019-10-08T00:05:27.520Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-08T00:05:27.520Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-08T00:05:27.799Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-08T00:05:27.800Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-08T00:05:28.354Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2019-10-08T00:05:28.354Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-08T00:05:28.354Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-08T00:05:28.359Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-08T00:05:28.489Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2019-10-08T00:05:29.151Z] ok github.com/docker/docker/pkg/pubsub 1.151s coverage: 73.9% of statements [2019-10-08T00:05:29.168Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2019-10-08T00:05:29.168Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-08T00:05:29.168Z] === RUN TestServiceWithPredefinedNetwork [2019-10-08T00:05:29.781Z] ok github.com/docker/docker/pkg/stdcopy 0.048s coverage: 100.0% of statements [2019-10-08T00:05:30.240Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-08T00:05:30.241Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-08T00:05:30.241Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-08T00:05:30.410Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2019-10-08T00:05:31.035Z] ok github.com/docker/docker/pkg/stringid 0.016s coverage: 70.6% of statements [2019-10-08T00:05:31.163Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-08T00:05:31.663Z] ok github.com/docker/docker/pkg/symlink 0.017s coverage: 87.7% of statements [2019-10-08T00:05:31.722Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-08T00:05:31.722Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-08T00:05:31.976Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-08T00:05:32.288Z] ok github.com/docker/docker/pkg/sysinfo 0.012s coverage: 80.0% of statements [2019-10-08T00:05:32.899Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-08T00:05:32.911Z] ok github.com/docker/docker/pkg/signal 4.168s coverage: 61.0% of statements [2019-10-08T00:05:32.911Z] ok github.com/docker/docker/pkg/system 0.031s coverage: 36.9% of statements [2019-10-08T00:05:33.044Z] --- PASS: TestServiceWithPredefinedNetwork (3.94s) [2019-10-08T00:05:33.044Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-08T00:05:33.044Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-08T00:05:33.044Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-08T00:05:33.044Z] service_test.go:230: FLAKY_TEST [2019-10-08T00:05:33.044Z] === RUN TestServiceWithDataPathPortInit [2019-10-08T00:05:33.153Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-08T00:05:33.153Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-08T00:05:33.408Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-10-08T00:05:33.408Z] === RUN TestDockerSuite/TestCreateRM [2019-10-08T00:05:33.662Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-08T00:05:33.662Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-08T00:05:33.662Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-08T00:05:33.916Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-08T00:05:33.934Z] ok github.com/docker/docker/pkg/tailfile 0.161s coverage: 88.6% of statements [2019-10-08T00:05:34.558Z] ok github.com/docker/docker/pkg/term 0.011s coverage: 84.8% of statements [2019-10-08T00:05:35.186Z] testing: warning: no tests to run [2019-10-08T00:05:35.186Z] coverage: [no statements] [2019-10-08T00:05:35.186Z] ok github.com/docker/docker/pkg/term/windows 0.005s coverage: [no statements] [no tests to run] [2019-10-08T00:05:35.806Z] ok github.com/docker/docker/pkg/truncindex 0.106s coverage: 91.5% of statements [2019-10-08T00:05:35.806Z] ok github.com/docker/docker/pkg/tarsum 0.250s coverage: 89.3% of statements [2019-10-08T00:05:36.094Z] ok github.com/docker/docker/pkg/urlutil 0.006s coverage: 100.0% of statements [2019-10-08T00:05:36.381Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2019-10-08T00:05:36.426Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-08T00:05:36.426Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-08T00:05:36.681Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-08T00:05:38.609Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-10-08T00:05:39.087Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2019-10-08T00:05:40.590Z] ok github.com/docker/docker/reference 0.020s coverage: 84.4% of statements [2019-10-08T00:05:41.215Z] ok github.com/docker/docker/profiles/seccomp 0.024s coverage: 68.8% of statements [2019-10-08T00:05:41.867Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-08T00:05:41.867Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-08T00:05:41.867Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-08T00:05:41.867Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-08T00:05:41.867Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-08T00:05:41.867Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-08T00:05:42.236Z] ok github.com/docker/docker/plugin 0.572s coverage: 27.1% of statements [2019-10-08T00:05:42.792Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-08T00:05:43.731Z] ok github.com/docker/docker/registry/resumable 0.024s coverage: 100.0% of statements [2019-10-08T00:05:44.362Z] ok github.com/docker/docker/restartmanager 0.014s coverage: 45.3% of statements [2019-10-08T00:05:44.674Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-08T00:05:45.599Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-08T00:05:45.857Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2019-10-08T00:05:45.857Z] ok github.com/docker/docker/runconfig 0.023s coverage: 68.2% of statements [2019-10-08T00:05:46.876Z] ok github.com/docker/docker/registry 0.747s coverage: 56.3% of statements [2019-10-08T00:05:47.739Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-08T00:05:49.620Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-08T00:05:50.179Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-08T00:05:50.362Z] ok github.com/docker/docker/volume/drivers 0.012s coverage: 36.1% of statements [2019-10-08T00:05:51.104Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-08T00:05:51.104Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-08T00:05:52.027Z] === RUN TestDockerSuite/TestDockerFails [2019-10-08T00:05:52.027Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-10-08T00:05:52.027Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-10-08T00:05:52.027Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-10-08T00:05:53.065Z] ok github.com/docker/docker/volume/mounts 0.068s coverage: 67.0% of statements [2019-10-08T00:05:53.065Z] ok github.com/docker/docker/volume/local 0.068s coverage: 73.0% of statements [2019-10-08T00:05:53.264Z] --- PASS: TestServiceWithDataPathPortInit (17.39s) [2019-10-08T00:05:53.264Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-08T00:05:53.264Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-08T00:05:53.264Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-08T00:05:53.388Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-10-08T00:05:53.946Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-10-08T00:05:54.567Z] ok github.com/docker/docker/volume/service 0.036s coverage: 73.0% of statements [2019-10-08T00:05:55.828Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-10-08T00:05:55.828Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-10-08T00:05:55.828Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-10-08T00:05:55.828Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-10-08T00:05:58.333Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-10-08T00:05:59.660Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.61s) [2019-10-08T00:05:59.660Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-08T00:05:59.660Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:2cns78xj4w9aj558bvyy45djr Created:2019-10-08 00:05:51.87260822 +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[83b3221b3b836751fadbc634032e3cada574d14f4ccd8e8aba3086efab1d44f3:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2bh19y57db64asofdwra7f09w EndpointID:1164c919f0e9bfb1737448c0b28c07363436cb7ad2d94dbd5976354b518d1489 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:951019f963d44a2f985fd4d0edf09718bcb578185072dc573f961eae97003f6c 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:74f486bd50ee IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2bh19y57db64asofdwra7f09w EndpointID:1164c919f0e9bfb1737448c0b28c07363436cb7ad2d94dbd5976354b518d1489 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-08T00:05:59.660Z] PASS [2019-10-08T00:05:59.660Z] [2019-10-08T00:05:59.660Z] === Skipped [2019-10-08T00:05:59.660Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-08T00:05:59.660Z] service_test.go:230: FLAKY_TEST [2019-10-08T00:05:59.660Z] [2019-10-08T00:05:59.660Z] [2019-10-08T00:05:59.660Z] DONE 21 tests, 1 skipped in 48.410s [2019-10-08T00:05:59.660Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-08T00:05:59.660Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:05:59.660Z] ++ set -e [2019-10-08T00:05:59.660Z] ++ '[' -n 0 ']' [2019-10-08T00:05:59.660Z] ++ set -x [2019-10-08T00:05:59.660Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:05:59.660Z] INFO: Testing against a local daemon [2019-10-08T00:05:59.660Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-08T00:05:59.660Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2019-10-08T00:05:59.660Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-08T00:05:59.660Z] === RUN TestDockerNetworkIpvlan [2019-10-08T00:05:59.660Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-08T00:05:59.660Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-08T00:05:59.660Z] PASS [2019-10-08T00:05:59.660Z] [2019-10-08T00:05:59.660Z] === Skipped [2019-10-08T00:05:59.660Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2019-10-08T00:05:59.660Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-08T00:05:59.660Z] [2019-10-08T00:05:59.660Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-08T00:05:59.660Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-08T00:05:59.660Z] [2019-10-08T00:05:59.660Z] [2019-10-08T00:05:59.660Z] DONE 2 tests, 2 skipped in 0.210s [2019-10-08T00:05:59.660Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-08T00:05:59.660Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:05:59.660Z] ++ set -e [2019-10-08T00:05:59.660Z] ++ '[' -n 0 ']' [2019-10-08T00:05:59.660Z] ++ set -x [2019-10-08T00:05:59.660Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:05:59.660Z] INFO: Testing against a local daemon [2019-10-08T00:05:59.660Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-08T00:06:01.067Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.52s) [2019-10-08T00:06:01.067Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-08T00:06:01.067Z] === RUN TestDockerNetworkMacvlan [2019-10-08T00:06:01.418Z] ok github.com/docker/docker/pkg/plugins 33.650s coverage: 76.6% of statements [2019-10-08T00:06:01.418Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-08T00:06:01.418Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-08T00:06:01.418Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-08T00:06:01.418Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-08T00:06:01.418Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-08T00:06:01.418Z] ? github.com/docker/docker/rootless [no test files] [2019-10-08T00:06:01.418Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-08T00:06:01.418Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-08T00:06:01.418Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-08T00:06:01.419Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-08T00:06:01.419Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-08T00:06:01.419Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-08T00:06:01.419Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-08T00:06:01.419Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-08T00:06:01.419Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-08T00:06:01.419Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-08T00:06:01.419Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-08T00:06:01.419Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-08T00:06:01.419Z] ? github.com/docker/docker/volume [no test files] [2019-10-08T00:06:01.419Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-08T00:06:01.419Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === Skipped [2019-10-08T00:06:01.419Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-08T00:06:01.419Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-08T00:06:01.419Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:06:01.419Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:06:01.419Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:06:01.419Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:06:01.419Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:06:01.419Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:73: No driver to put! [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-08T00:06:01.419Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-08T00:06:01.419Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-08T00:06:01.419Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:06:01.419Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:06:01.419Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:06:01.419Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:06:01.419Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-08T00:06:01.419Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-08T00:06:01.419Z] graphtest_unix.go:73: No driver to put! [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-08T00:06:01.419Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-08T00:06:01.419Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] [2019-10-08T00:06:01.419Z] DONE 2114 tests, 20 skipped in 342.391s Post stage [Pipeline] junit [2019-10-08T00:06:01.462Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [2019-10-08T00:06:01.950Z] === RUN TestDockerNetworkMacvlan/Subinterface [Pipeline] sh [2019-10-08T00:06:02.317Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40057/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:318e279fd8f7bb98eba4890d25e24b4ca86185b5 hack/make.sh dynbinary test-integration [2019-10-08T00:06:02.487Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-08T00:06:02.798Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-08T00:06:02.935Z] [2019-10-08T00:06:02.935Z] Removing bundles/ [2019-10-08T00:06:02.935Z] [2019-10-08T00:06:02.935Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-08T00:06:03.223Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-08T00:06:03.223Z] GOOS="" GOARCH="" GOARM="" [2019-10-08T00:06:03.643Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-08T00:06:05.742Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-08T00:06:07.030Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-08T00:06:08.248Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-08T00:06:10.854Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-10-08T00:06:11.169Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-08T00:06:11.777Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-08T00:06:12.336Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-08T00:06:13.695Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-08T00:06:14.255Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-08T00:06:15.179Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-08T00:06:15.179Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-10-08T00:06:16.102Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-10-08T00:06:16.492Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-08T00:06:17.294Z] --- PASS: TestDockerNetworkMacvlan (16.13s) [2019-10-08T00:06:17.294Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-08T00:06:17.294Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2019-10-08T00:06:17.294Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-08T00:06:17.294Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2019-10-08T00:06:17.294Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-08T00:06:17.294Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.47s) [2019-10-08T00:06:17.294Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-08T00:06:17.294Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.41s) [2019-10-08T00:06:17.294Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-08T00:06:17.294Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.40s) [2019-10-08T00:06:17.294Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-08T00:06:17.294Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.90s) [2019-10-08T00:06:17.294Z] PASS [2019-10-08T00:06:17.294Z] [2019-10-08T00:06:17.294Z] DONE 8 tests in 17.808s [2019-10-08T00:06:17.294Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-08T00:06:17.294Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:06:17.294Z] ++ set -e [2019-10-08T00:06:17.294Z] ++ '[' -n 0 ']' [2019-10-08T00:06:17.294Z] ++ set -x [2019-10-08T00:06:17.294Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:06:17.294Z] testing: warning: no tests to run [2019-10-08T00:06:17.294Z] PASS [2019-10-08T00:06:17.294Z] [2019-10-08T00:06:17.294Z] DONE 0 tests in 0.058s [2019-10-08T00:06:17.294Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-08T00:06:17.294Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:06:17.294Z] ++ set -e [2019-10-08T00:06:17.294Z] ++ '[' -n 0 ']' [2019-10-08T00:06:17.294Z] ++ set -x [2019-10-08T00:06:17.294Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:06:17.294Z] INFO: Testing against a local daemon [2019-10-08T00:06:17.294Z] === RUN TestAuthZPluginAllowRequest [2019-10-08T00:06:17.986Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-10-08T00:06:19.149Z] --- PASS: TestAuthZPluginAllowRequest (1.70s) [2019-10-08T00:06:19.149Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-08T00:06:19.149Z] === RUN TestAuthZPluginTLS [2019-10-08T00:06:19.523Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-10-08T00:06:19.523Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-08T00:06:19.523Z] === RUN TestAuthZPluginDenyRequest [2019-10-08T00:06:19.869Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-08T00:06:19.939Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2019-10-08T00:06:19.939Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-08T00:06:19.939Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-08T00:06:20.771Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2019-10-08T00:06:20.771Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-08T00:06:20.771Z] === RUN TestAuthZPluginDenyResponse [2019-10-08T00:06:21.153Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2019-10-08T00:06:21.153Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-08T00:06:21.153Z] === RUN TestAuthZPluginAllowEventStream [2019-10-08T00:06:23.126Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-10-08T00:06:23.169Z] --- PASS: TestAuthZPluginAllowEventStream (1.86s) [2019-10-08T00:06:23.169Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-08T00:06:23.169Z] === RUN TestAuthZPluginErrorResponse [2019-10-08T00:06:23.552Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2019-10-08T00:06:23.552Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-08T00:06:23.552Z] === RUN TestAuthZPluginErrorRequest [2019-10-08T00:06:24.393Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-10-08T00:06:24.393Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-08T00:06:24.393Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-08T00:06:24.771Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2019-10-08T00:06:24.771Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-08T00:06:24.771Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-08T00:06:25.633Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-08T00:06:26.996Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-08T00:06:27.304Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.26s) [2019-10-08T00:06:27.304Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-08T00:06:27.304Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-08T00:06:28.880Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-08T00:06:29.276Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.32s) [2019-10-08T00:06:29.276Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-08T00:06:29.276Z] === RUN TestAuthZPluginHeader [2019-10-08T00:06:29.439Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-08T00:06:29.998Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-08T00:06:30.071Z] --- PASS: TestAuthZPluginHeader (0.85s) [2019-10-08T00:06:30.071Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-08T00:06:30.071Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-08T00:06:30.071Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-10-08T00:06:30.071Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:06:30.071Z] === RUN TestAuthZPluginV2Disable [2019-10-08T00:06:30.071Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-08T00:06:30.071Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:06:30.071Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-08T00:06:30.071Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-08T00:06:30.071Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:06:30.071Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-08T00:06:30.071Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-08T00:06:30.071Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:06:30.071Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-08T00:06:31.359Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-08T00:06:31.359Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-10-08T00:06:32.284Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-10-08T00:06:32.284Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-08T00:06:32.583Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-10-08T00:06:32.838Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-10-08T00:06:32.838Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-08T00:06:34.721Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-08T00:06:36.603Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-08T00:06:36.603Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-08T00:06:36.603Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-08T00:06:37.528Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-08T00:06:37.793Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-08T00:06:38.358Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-10-08T00:06:38.661Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-08T00:06:39.585Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-10-08T00:06:39.839Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-10-08T00:06:39.839Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-10-08T00:06:39.839Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-08T00:06:43.099Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-10-08T00:06:44.024Z] === RUN TestDockerSuite/TestEventsRename [2019-10-08T00:06:44.947Z] === RUN TestDockerSuite/TestEventsResize [2019-10-08T00:06:45.870Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-08T00:06:46.794Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-08T00:06:47.718Z] === RUN TestDockerSuite/TestEventsStreaming [2019-10-08T00:06:48.645Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-08T00:06:49.903Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.82s) [2019-10-08T00:06:49.903Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-08T00:06:49.903Z] PASS [2019-10-08T00:06:49.903Z] [2019-10-08T00:06:49.903Z] === Skipped [2019-10-08T00:06:49.903Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-10-08T00:06:49.903Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:06:49.903Z] [2019-10-08T00:06:49.903Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-08T00:06:49.903Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:06:49.903Z] [2019-10-08T00:06:49.903Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-08T00:06:49.903Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:06:49.903Z] [2019-10-08T00:06:49.903Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-08T00:06:49.903Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:06:49.903Z] [2019-10-08T00:06:49.903Z] [2019-10-08T00:06:49.903Z] DONE 17 tests, 4 skipped in 29.830s [2019-10-08T00:06:49.903Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-08T00:06:49.903Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:06:49.903Z] ++ set -e [2019-10-08T00:06:49.903Z] ++ '[' -n 0 ']' [2019-10-08T00:06:49.903Z] ++ set -x [2019-10-08T00:06:49.903Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:06:49.903Z] INFO: Testing against a local daemon [2019-10-08T00:06:49.903Z] === RUN TestPluginInvalidJSON [2019-10-08T00:06:49.903Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-08T00:06:49.903Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-08T00:06:49.903Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-08T00:06:49.903Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-10-08T00:06:49.903Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-08T00:06:49.903Z] PASS [2019-10-08T00:06:49.903Z] [2019-10-08T00:06:49.903Z] DONE 2 tests in 0.229s [2019-10-08T00:06:49.903Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-08T00:06:49.903Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:06:49.903Z] ++ set -e [2019-10-08T00:06:49.903Z] ++ '[' -n 0 ']' [2019-10-08T00:06:49.903Z] ++ set -x [2019-10-08T00:06:49.903Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:06:49.903Z] INFO: Testing against a local daemon [2019-10-08T00:06:49.903Z] === RUN TestExternalGraphDriver [2019-10-08T00:06:49.903Z] === RUN TestExternalGraphDriver/json [2019-10-08T00:06:49.903Z] === RUN TestExternalGraphDriver/spec [2019-10-08T00:06:51.752Z] === RUN TestExternalGraphDriver/pull [2019-10-08T00:06:51.902Z] === RUN TestDockerSuite/TestEventsTop [2019-10-08T00:06:52.464Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-08T00:06:54.289Z] --- PASS: TestExternalGraphDriver (6.91s) [2019-10-08T00:06:54.289Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-08T00:06:54.289Z] --- PASS: TestExternalGraphDriver/json (2.12s) [2019-10-08T00:06:54.289Z] --- PASS: TestExternalGraphDriver/spec (2.10s) [2019-10-08T00:06:54.289Z] --- PASS: TestExternalGraphDriver/pull (2.51s) [2019-10-08T00:06:54.289Z] === RUN TestGraphdriverPluginV2 [2019-10-08T00:06:54.289Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-10-08T00:06:54.289Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:06:54.289Z] PASS [2019-10-08T00:06:54.289Z] [2019-10-08T00:06:54.289Z] === Skipped [2019-10-08T00:06:54.289Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2019-10-08T00:06:54.289Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:06:54.289Z] [2019-10-08T00:06:54.289Z] [2019-10-08T00:06:54.289Z] DONE 5 tests, 1 skipped in 7.095s [2019-10-08T00:06:54.289Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-08T00:06:54.289Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:06:54.289Z] ++ set -e [2019-10-08T00:06:54.289Z] ++ '[' -n 0 ']' [2019-10-08T00:06:54.289Z] ++ set -x [2019-10-08T00:06:54.289Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:06:54.715Z] INFO: Testing against a local daemon [2019-10-08T00:06:54.715Z] === RUN TestContinueAfterPluginCrash [2019-10-08T00:06:54.715Z] === PAUSE TestContinueAfterPluginCrash [2019-10-08T00:06:54.715Z] === RUN TestDaemonStartWithLogOpt [2019-10-08T00:06:54.715Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-08T00:06:54.715Z] === CONT TestContinueAfterPluginCrash [2019-10-08T00:06:54.715Z] === CONT TestDaemonStartWithLogOpt [2019-10-08T00:06:54.969Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-08T00:06:56.852Z] === RUN TestDockerSuite/TestExec [2019-10-08T00:06:57.405Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-08T00:06:57.405Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-08T00:06:57.776Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-08T00:06:58.698Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-08T00:06:59.257Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-08T00:07:00.181Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-08T00:07:02.063Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-08T00:07:02.991Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-08T00:07:03.914Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-08T00:07:04.459Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-08T00:07:04.459Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-08T00:07:04.837Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-08T00:07:05.760Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-08T00:07:06.218Z] --- PASS: TestDaemonStartWithLogOpt (10.67s) [2019-10-08T00:07:06.218Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-08T00:07:06.685Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-08T00:07:06.940Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-10-08T00:07:07.499Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-08T00:07:09.134Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-08T00:07:09.432Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-08T00:07:09.591Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-08T00:07:09.591Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-08T00:07:09.591Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-08T00:07:09.591Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-08T00:07:09.591Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-08T00:07:10.357Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-10-08T00:07:10.366Z] --- PASS: TestContinueAfterPluginCrash (15.66s) [2019-10-08T00:07:10.366Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-08T00:07:10.366Z] PASS [2019-10-08T00:07:10.366Z] [2019-10-08T00:07:10.366Z] DONE 2 tests in 15.850s [2019-10-08T00:07:10.366Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-08T00:07:10.366Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:07:10.366Z] ++ set -e [2019-10-08T00:07:10.366Z] ++ '[' -n 0 ']' [2019-10-08T00:07:10.366Z] ++ set -x [2019-10-08T00:07:10.366Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:07:10.366Z] INFO: Testing against a local daemon [2019-10-08T00:07:10.366Z] === RUN TestPluginWithDevMounts [2019-10-08T00:07:10.366Z] === PAUSE TestPluginWithDevMounts [2019-10-08T00:07:10.366Z] === CONT TestPluginWithDevMounts [2019-10-08T00:07:10.554Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-08T00:07:11.281Z] === RUN TestDockerSuite/TestExecEnv [2019-10-08T00:07:12.205Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-08T00:07:12.914Z] --- PASS: TestPluginWithDevMounts (2.06s) [2019-10-08T00:07:12.914Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-08T00:07:12.914Z] PASS [2019-10-08T00:07:12.914Z] [2019-10-08T00:07:12.914Z] DONE 1 tests in 2.253s [2019-10-08T00:07:12.914Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-10-08T00:07:12.914Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:07:12.914Z] ++ set -e [2019-10-08T00:07:12.914Z] ++ '[' -n 0 ']' [2019-10-08T00:07:12.914Z] ++ set -x [2019-10-08T00:07:12.914Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:07:12.914Z] INFO: Testing against a local daemon [2019-10-08T00:07:12.914Z] === RUN TestSecretInspect [2019-10-08T00:07:13.448Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-08T00:07:14.089Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-08T00:07:14.980Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-08T00:07:14.980Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-08T00:07:14.980Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-08T00:07:14.980Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-08T00:07:15.409Z] --- PASS: TestSecretInspect (2.90s) [2019-10-08T00:07:15.409Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-08T00:07:15.409Z] === RUN TestSecretList [2019-10-08T00:07:16.014Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-08T00:07:17.873Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-08T00:07:18.522Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-08T00:07:18.914Z] --- PASS: TestSecretList (2.95s) [2019-10-08T00:07:18.915Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-08T00:07:18.915Z] === RUN TestSecretsCreateAndDelete [2019-10-08T00:07:19.446Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-10-08T00:07:20.806Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-08T00:07:21.374Z] --- PASS: TestSecretsCreateAndDelete (2.99s) [2019-10-08T00:07:21.374Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-08T00:07:21.374Z] === RUN TestSecretsUpdate [2019-10-08T00:07:21.730Z] === RUN TestDockerSuite/TestExecParseError [2019-10-08T00:07:22.654Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-08T00:07:23.577Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-08T00:07:23.953Z] --- PASS: TestSecretsUpdate (2.49s) [2019-10-08T00:07:23.953Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-08T00:07:23.953Z] === RUN TestTemplatedSecret [2019-10-08T00:07:24.136Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-08T00:07:26.646Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-08T00:07:27.206Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-08T00:07:28.076Z] --- PASS: TestTemplatedSecret (3.66s) [2019-10-08T00:07:28.076Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-08T00:07:28.076Z] === RUN TestSecretCreateResolve [2019-10-08T00:07:28.130Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-08T00:07:30.638Z] --- PASS: TestSecretCreateResolve (2.90s) [2019-10-08T00:07:30.638Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-08T00:07:30.638Z] PASS [2019-10-08T00:07:30.638Z] [2019-10-08T00:07:30.638Z] DONE 6 tests in 18.010s [2019-10-08T00:07:30.638Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-10-08T00:07:30.638Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:07:30.638Z] ++ set -e [2019-10-08T00:07:30.638Z] ++ '[' -n 0 ']' [2019-10-08T00:07:30.638Z] ++ set -x [2019-10-08T00:07:30.638Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:07:30.638Z] INFO: Testing against a local daemon [2019-10-08T00:07:30.638Z] === RUN TestServiceCreateInit [2019-10-08T00:07:30.638Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-08T00:07:32.666Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-08T00:07:33.403Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-10-08T00:07:35.889Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-08T00:07:36.389Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-08T00:07:37.353Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-08T00:07:37.353Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-08T00:07:39.927Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-08T00:07:40.182Z] === RUN TestDockerSuite/TestExecTTY [2019-10-08T00:07:41.016Z] --- PASS: TestServiceCreateInit (10.45s) [2019-10-08T00:07:41.016Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.16s) [2019-10-08T00:07:41.016Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-08T00:07:41.016Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.24s) [2019-10-08T00:07:41.016Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-08T00:07:41.016Z] === RUN TestCreateServiceMultipleTimes [2019-10-08T00:07:41.077Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-08T00:07:41.108Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-08T00:07:42.041Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-08T00:07:42.050Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-08T00:07:42.986Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-08T00:07:43.909Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-08T00:07:43.909Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-08T00:07:45.835Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-10-08T00:07:46.758Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-08T00:07:48.118Z] === RUN TestDockerSuite/TestExecWithTERM [2019-10-08T00:07:49.041Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-08T00:07:49.966Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-08T00:07:52.349Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-08T00:07:52.349Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-08T00:07:52.349Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-08T00:07:52.349Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-08T00:07:52.349Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-08T00:07:52.806Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-08T00:07:55.198Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-08T00:08:00.433Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-08T00:08:01.004Z] --- PASS: TestCreateServiceMultipleTimes (17.03s) [2019-10-08T00:08:01.004Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-08T00:08:01.004Z] === RUN TestCreateServiceConflict [2019-10-08T00:08:01.004Z] --- PASS: TestCreateServiceConflict (2.80s) [2019-10-08T00:08:01.004Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-08T00:08:01.004Z] === RUN TestCreateServiceMaxReplicas [2019-10-08T00:08:01.356Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-10-08T00:08:02.018Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-08T00:08:05.230Z] --- PASS: TestCreateServiceMaxReplicas (3.64s) [2019-10-08T00:08:05.230Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-08T00:08:05.230Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-08T00:08:07.250Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-08T00:08:09.136Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-08T00:08:09.136Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-08T00:08:09.136Z] === RUN TestDockerSuite/TestHealth [2019-10-08T00:08:10.427Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-08T00:08:10.427Z] [2019-10-08T00:08:10.427Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-08T00:08:10.427Z] PKG_CONFIG=pkg-config [2019-10-08T00:08:10.427Z] GOLANG_VERSION=1.13.1 [2019-10-08T00:08:10.427Z] HOSTNAME=2b8002e0329d [2019-10-08T00:08:10.427Z] DOCKER_EXPERIMENTAL=1 [2019-10-08T00:08:10.427Z] container=docker [2019-10-08T00:08:10.427Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-08T00:08:10.427Z] GO111MODULE=off [2019-10-08T00:08:10.427Z] GOPATH=/go [2019-10-08T00:08:10.427Z] PWD=/go/src/github.com/docker/docker [2019-10-08T00:08:10.427Z] HOME=/root [2019-10-08T00:08:10.427Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-08T00:08:10.427Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-08T00:08:10.427Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-08T00:08:10.427Z] DOCKER_GITCOMMIT=318e279fd8f7bb98eba4890d25e24b4ca86185b5 [2019-10-08T00:08:10.427Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-08T00:08:10.427Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-08T00:08:10.427Z] TERM=xterm [2019-10-08T00:08:10.427Z] VALIDATE_BRANCH=master [2019-10-08T00:08:10.427Z] DEST=bundles/test-integration [2019-10-08T00:08:10.427Z] SHLVL=1 [2019-10-08T00:08:10.427Z] TIMEOUT=120m [2019-10-08T00:08:10.427Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-08T00:08:10.427Z] DOCKER_PKG=github.com/docker/docker [2019-10-08T00:08:10.427Z] TESTDEBUG=0 [2019-10-08T00:08:10.427Z] _=/usr/bin/env [2019-10-08T00:08:10.427Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-08T00:08:18.883Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.19s) [2019-10-08T00:08:18.883Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-08T00:08:18.883Z] === RUN TestCreateServiceSecretFileMode [2019-10-08T00:08:22.123Z] --- PASS: TestCreateServiceSecretFileMode (2.87s) [2019-10-08T00:08:22.123Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-08T00:08:22.123Z] === RUN TestCreateServiceConfigFileMode [2019-10-08T00:08:25.395Z] --- PASS: TestCreateServiceConfigFileMode (3.31s) [2019-10-08T00:08:25.395Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-08T00:08:25.395Z] === RUN TestCreateServiceSysctls [2019-10-08T00:08:27.164Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-10-08T00:08:28.456Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-08T00:08:28.456Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-08T00:08:28.456Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-08T00:08:29.591Z] --- PASS: TestCreateServiceSysctls (4.18s) [2019-10-08T00:08:29.591Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-08T00:08:29.591Z] === RUN TestCreateServiceCapabilities [2019-10-08T00:08:30.425Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-08T00:08:30.425Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-08T00:08:30.425Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-08T00:08:30.425Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-08T00:08:31.029Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-08T00:08:31.029Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-08T00:08:32.403Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-08T00:08:32.403Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-08T00:08:32.403Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-08T00:08:32.403Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-08T00:08:32.658Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-08T00:08:32.775Z] --- PASS: TestCreateServiceCapabilities (3.43s) [2019-10-08T00:08:32.775Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-08T00:08:32.775Z] === RUN TestInspect [2019-10-08T00:08:32.913Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-08T00:08:33.472Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-08T00:08:33.472Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-08T00:08:34.395Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-08T00:08:34.395Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-08T00:08:35.319Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-08T00:08:36.181Z] --- PASS: TestInspect (3.56s) [2019-10-08T00:08:36.181Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-08T00:08:36.181Z] === RUN TestDockerNetworkConnectAlias [2019-10-08T00:08:36.244Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-08T00:08:36.244Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-08T00:08:37.168Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-08T00:08:40.472Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-08T00:08:40.472Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-08T00:08:40.472Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-08T00:08:41.832Z] === RUN TestDockerSuite/TestImportFile [2019-10-08T00:08:42.509Z] --- PASS: TestDockerNetworkConnectAlias (5.62s) [2019-10-08T00:08:42.509Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-08T00:08:42.509Z] === RUN TestDockerNetworkReConnect [2019-10-08T00:08:43.715Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-08T00:08:43.715Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-08T00:08:45.646Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-08T00:08:46.764Z] --- PASS: TestDockerNetworkReConnect (4.94s) [2019-10-08T00:08:46.764Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-08T00:08:46.764Z] === RUN TestServicePlugin [2019-10-08T00:08:46.764Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-08T00:08:46.764Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:08:46.764Z] === RUN TestServiceUpdateLabel [2019-10-08T00:08:47.533Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-08T00:08:49.311Z] --- PASS: TestServiceUpdateLabel (2.52s) [2019-10-08T00:08:49.311Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-08T00:08:49.311Z] === RUN TestServiceUpdateSecrets [2019-10-08T00:08:49.415Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-08T00:08:49.659Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-08T00:08:49.659Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-08T00:08:49.659Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-08T00:08:49.974Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-08T00:08:50.533Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-08T00:08:51.092Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-08T00:08:52.015Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-08T00:08:52.940Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-08T00:08:54.301Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-08T00:08:54.862Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-08T00:08:54.862Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-08T00:08:55.117Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-10-08T00:08:55.117Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-08T00:08:55.439Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-08T00:08:55.675Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-08T00:08:56.598Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-08T00:08:56.971Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-08T00:08:57.158Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-08T00:08:57.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-08T00:08:57.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-08T00:08:58.121Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-08T00:08:59.044Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-08T00:08:59.614Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-08T00:08:59.781Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-08T00:09:00.545Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-08T00:09:00.545Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-10-08T00:09:02.427Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-08T00:09:02.749Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-08T00:09:02.986Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-08T00:09:03.908Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-08T00:09:03.908Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-08T00:09:04.467Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-08T00:09:04.467Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-08T00:09:04.721Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-10-08T00:09:05.948Z] --- PASS: TestServiceUpdateSecrets (15.59s) [2019-10-08T00:09:05.948Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-08T00:09:05.948Z] === RUN TestServiceUpdateConfigs [2019-10-08T00:09:06.084Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-08T00:09:07.011Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-08T00:09:07.570Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-08T00:09:08.930Z] === RUN TestDockerSuite/TestInspectImage [2019-10-08T00:09:08.930Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-08T00:09:08.930Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-08T00:09:08.930Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-08T00:09:09.854Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-08T00:09:10.414Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-08T00:09:10.668Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-08T00:09:11.591Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-08T00:09:12.514Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-08T00:09:13.044Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-08T00:09:15.025Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-08T00:09:15.025Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-08T00:09:15.585Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-08T00:09:16.949Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-08T00:09:18.835Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-08T00:09:19.758Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-08T00:09:20.682Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-08T00:09:21.592Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-08T00:09:21.606Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-08T00:09:22.049Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-08T00:09:22.451Z] --- PASS: TestServiceUpdateConfigs (15.56s) [2019-10-08T00:09:22.451Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-08T00:09:22.451Z] === RUN TestServiceUpdateNetwork [2019-10-08T00:09:22.530Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-08T00:09:23.460Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-08T00:09:24.148Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-08T00:09:24.404Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-10-08T00:09:26.913Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-08T00:09:26.913Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-08T00:09:26.913Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-08T00:09:27.708Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-08T00:09:29.091Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-08T00:09:31.641Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-08T00:09:31.896Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-08T00:09:31.896Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-10-08T00:09:33.778Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-08T00:09:34.589Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-08T00:09:34.590Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-08T00:09:34.590Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-08T00:09:34.590Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-08T00:09:34.590Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-08T00:09:36.661Z] --- PASS: TestServiceUpdateNetwork (14.36s) [2019-10-08T00:09:36.661Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-08T00:09:36.661Z] PASS [2019-10-08T00:09:36.661Z] [2019-10-08T00:09:36.661Z] === Skipped [2019-10-08T00:09:36.661Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2019-10-08T00:09:36.661Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:09:36.661Z] [2019-10-08T00:09:36.661Z] [2019-10-08T00:09:36.661Z] DONE 19 tests, 1 skipped in 124.267s [2019-10-08T00:09:36.661Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-10-08T00:09:36.661Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:09:36.661Z] ++ set -e [2019-10-08T00:09:36.661Z] ++ '[' -n 0 ']' [2019-10-08T00:09:36.661Z] ++ set -x [2019-10-08T00:09:36.661Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:09:36.661Z] INFO: Testing against a local daemon [2019-10-08T00:09:36.661Z] === RUN TestSessionCreate [2019-10-08T00:09:36.661Z] --- PASS: TestSessionCreate (0.03s) [2019-10-08T00:09:36.661Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-08T00:09:36.661Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-10-08T00:09:36.661Z] PASS [2019-10-08T00:09:36.661Z] [2019-10-08T00:09:36.661Z] DONE 2 tests in 0.254s [2019-10-08T00:09:36.661Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-10-08T00:09:36.661Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:09:36.661Z] ++ set -e [2019-10-08T00:09:36.661Z] ++ '[' -n 0 ']' [2019-10-08T00:09:36.661Z] ++ set -x [2019-10-08T00:09:36.661Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:09:36.661Z] INFO: Testing against a local daemon [2019-10-08T00:09:36.661Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-08T00:09:36.661Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-08T00:09:36.661Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-08T00:09:36.661Z] === RUN TestEventsExecDie [2019-10-08T00:09:36.661Z] --- PASS: TestEventsExecDie (1.01s) [2019-10-08T00:09:36.661Z] === RUN TestEventsBackwardsCompatible [2019-10-08T00:09:36.661Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2019-10-08T00:09:36.661Z] === RUN TestInfoBinaryCommits [2019-10-08T00:09:36.661Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-10-08T00:09:36.661Z] === RUN TestInfoAPIVersioned [2019-10-08T00:09:36.661Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-08T00:09:36.661Z] === RUN TestInfoAPI [2019-10-08T00:09:36.661Z] --- PASS: TestInfoAPI (0.03s) [2019-10-08T00:09:36.661Z] === RUN TestInfoAPIWarnings [2019-10-08T00:09:37.039Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-08T00:09:37.063Z] --- PASS: TestInfoAPIWarnings (0.89s) [2019-10-08T00:09:37.063Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-08T00:09:37.063Z] === RUN TestLoginFailsWithBadCredentials [2019-10-08T00:09:37.293Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-10-08T00:09:37.861Z] --- PASS: TestLoginFailsWithBadCredentials (0.44s) [2019-10-08T00:09:37.861Z] === RUN TestPingCacheHeaders [2019-10-08T00:09:37.861Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-10-08T00:09:37.861Z] === RUN TestPingGet [2019-10-08T00:09:37.861Z] --- PASS: TestPingGet (0.02s) [2019-10-08T00:09:37.861Z] === RUN TestPingHead [2019-10-08T00:09:37.861Z] --- PASS: TestPingHead (0.03s) [2019-10-08T00:09:37.861Z] === RUN TestVersion [2019-10-08T00:09:37.861Z] --- PASS: TestVersion (0.02s) [2019-10-08T00:09:37.861Z] PASS [2019-10-08T00:09:37.861Z] [2019-10-08T00:09:37.861Z] === Skipped [2019-10-08T00:09:37.861Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-08T00:09:37.861Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-08T00:09:37.861Z] [2019-10-08T00:09:37.861Z] [2019-10-08T00:09:37.861Z] DONE 12 tests, 1 skipped in 2.685s [2019-10-08T00:09:37.861Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-10-08T00:09:37.861Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:09:37.861Z] ++ set -e [2019-10-08T00:09:37.861Z] ++ '[' -n 0 ']' [2019-10-08T00:09:37.861Z] ++ set -x [2019-10-08T00:09:37.861Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:09:37.861Z] INFO: Testing against a local daemon [2019-10-08T00:09:37.861Z] === RUN TestVolumesCreateAndList [2019-10-08T00:09:37.861Z] --- PASS: TestVolumesCreateAndList (0.02s) [2019-10-08T00:09:37.861Z] === RUN TestVolumesRemove [2019-10-08T00:09:38.253Z] --- PASS: TestVolumesRemove (0.10s) [2019-10-08T00:09:38.253Z] === RUN TestVolumesInspect [2019-10-08T00:09:38.253Z] --- PASS: TestVolumesInspect (0.02s) [2019-10-08T00:09:38.253Z] === RUN TestVolumesInvalidJSON [2019-10-08T00:09:38.253Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-08T00:09:38.253Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-08T00:09:38.253Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-08T00:09:38.253Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2019-10-08T00:09:38.253Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-08T00:09:38.253Z] PASS [2019-10-08T00:09:38.253Z] [2019-10-08T00:09:38.253Z] DONE 5 tests in 0.331s [2019-10-08T00:09:38.253Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-08T00:09:38.253Z] ++++ cat bundles/test-integration/docker.pid [2019-10-08T00:09:38.253Z] +++ kill 11421 [2019-10-08T00:09:39.038Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-08T00:09:39.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-08T00:09:39.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-08T00:09:39.802Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-08T00:09:39.802Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-08T00:09:40.056Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-10-08T00:09:40.162Z] umount: bundles/test-integration/root: mountpoint not found [2019-10-08T00:09:40.162Z] +++ /etc/init.d/apparmor stop [2019-10-08T00:09:40.162Z] Clearing AppArmor profiles cache:. [2019-10-08T00:09:40.162Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-08T00:09:40.162Z] Unloading profiles will leave already running processes permanently [2019-10-08T00:09:40.162Z] unconfined, which can lead to unexpected situations. [2019-10-08T00:09:40.162Z] [2019-10-08T00:09:40.162Z] To set a process to complain mode, use the command line tool [2019-10-08T00:09:40.162Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-08T00:09:40.162Z] with the 'teardown' option." [2019-10-08T00:09:40.162Z] [2019-10-08T00:09:41.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-08T00:09:41.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-08T00:09:41.939Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer Post stage [Pipeline] junit [2019-10-08T00:09:42.165Z] Recording test results [2019-10-08T00:09:42.498Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-08T00:09:43.797Z] + echo Ensuring container killed. [2019-10-08T00:09:43.797Z] Ensuring container killed. [2019-10-08T00:09:43.797Z] + docker rm -vf docker-pr3 [2019-10-08T00:09:43.797Z] Error: No such container: docker-pr3 [2019-10-08T00:09:43.797Z] + true [2019-10-08T00:09:43.861Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-10-08T00:09:43.861Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [Pipeline] sh [2019-10-08T00:09:44.627Z] + echo Chowning /workspace to jenkins user [2019-10-08T00:09:44.627Z] Chowning /workspace to jenkins user [2019-10-08T00:09:44.627Z] + id -u [2019-10-08T00:09:44.627Z] + id -g [2019-10-08T00:09:44.627Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40057:/workspace busybox chown -R 1001:1001 /workspace [2019-10-08T00:09:44.627Z] Unable to find image 'busybox:latest' locally [2019-10-08T00:09:44.627Z] latest: Pulling from library/busybox [2019-10-08T00:09:44.822Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-08T00:09:45.003Z] 6d4c3d9fc915: Pulling fs layer [2019-10-08T00:09:45.003Z] 6d4c3d9fc915: Verifying Checksum [2019-10-08T00:09:45.003Z] 6d4c3d9fc915: Download complete [2019-10-08T00:09:45.381Z] 6d4c3d9fc915: Pull complete [2019-10-08T00:09:45.381Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-08T00:09:45.381Z] Status: Downloaded newer image for busybox:latest [2019-10-08T00:09:46.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-08T00:09:47.117Z] === RUN TestDockerSwarmSuite/TestExtraHosts [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-08T00:09:48.301Z] + bundleName=s390x-integration [2019-10-08T00:09:48.301Z] + echo Creating s390x-integration-bundles.tar.gz [2019-10-08T00:09:48.301Z] Creating s390x-integration-bundles.tar.gz [2019-10-08T00:09:48.301Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-10-08T00:09:48.301Z] + 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-10-08T00:09:48.455Z] Archiving artifacts [2019-10-08T00:09:49.570Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-08T00:09:49.754Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40057/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-08T00:09:50.375Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-10-08T00:09:50.546Z] + make clean [2019-10-08T00:09:50.546Z] docker volume rm -f docker-dev-cache [2019-10-08T00:09:50.645Z] docker-dev-cache [Pipeline] deleteDir [2019-10-08T00:09:53.633Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-10-08T00:09:53.979Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-08T00:09:56.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-08T00:09:57.788Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-08T00:09:58.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-08T00:09:59.670Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-10-08T00:09:59.697Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-08T00:09:59.925Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-08T00:10:02.263Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-08T00:10:02.433Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-08T00:10:02.687Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-08T00:10:03.419Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-08T00:10:04.365Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-08T00:10:04.382Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-08T00:10:04.839Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-08T00:10:05.950Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-10-08T00:10:05.950Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-08T00:10:05.950Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-08T00:10:05.950Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-08T00:10:05.950Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-08T00:10:06.156Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-08T00:10:06.371Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-08T00:10:06.371Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-08T00:10:06.508Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-08T00:10:07.431Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-08T00:10:07.913Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-08T00:10:07.913Z] Using test binary docker [2019-10-08T00:10:08.236Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-08T00:10:08.236Z] +++ /etc/init.d/apparmor start [2019-10-08T00:10:08.236Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-08T00:10:08.236Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-08T00:10:08.236Z] Warning failed to create cache: (null) [2019-10-08T00:10:08.236Z] . [2019-10-08T00:10:08.236Z] INFO: Waiting for daemon to start... [2019-10-08T00:10:08.236Z] Starting dockerd [2019-10-08T00:10:08.236Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-10-08T00:10:09.391Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-08T00:10:10.487Z] . [2019-10-08T00:10:10.487Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-08T00:10:10.487Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-08T00:10:10.487Z] Error: No such image: emptyfs [2019-10-08T00:10:10.487Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-08T00:10:10.487Z] ++++ docker load [2019-10-08T00:10:10.487Z] Running integration-test (iteration 1) [2019-10-08T00:10:10.487Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-10-08T00:10:10.487Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:10:10.487Z] ++ set -e [2019-10-08T00:10:10.487Z] ++ '[' -n 0 ']' [2019-10-08T00:10:10.487Z] ++ set -x [2019-10-08T00:10:10.487Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:10:11.050Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-08T00:10:11.316Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-08T00:10:12.242Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-08T00:10:12.580Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-08T00:10:12.581Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-08T00:10:12.581Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-08T00:10:13.544Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-08T00:10:14.508Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-08T00:10:15.472Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-08T00:10:15.929Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-08T00:10:16.386Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-08T00:10:17.472Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-08T00:10:17.729Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-08T00:10:17.729Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-08T00:10:19.093Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-08T00:10:20.016Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-08T00:10:21.375Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-08T00:10:22.160Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-08T00:10:22.734Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-08T00:10:23.656Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-08T00:10:23.690Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-08T00:10:24.147Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-08T00:10:25.118Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-08T00:10:26.014Z] Loaded image: buildpack-deps:jessie [2019-10-08T00:10:26.014Z] Loaded image: busybox:latest [2019-10-08T00:10:26.014Z] Loaded image: busybox:glibc [2019-10-08T00:10:26.014Z] Loaded image: debian:jessie [2019-10-08T00:10:26.015Z] Loaded image: hello-world:latest [2019-10-08T00:10:26.015Z] INFO: Testing against a local daemon [2019-10-08T00:10:26.015Z] === RUN TestCgroupNamespacesBuild [2019-10-08T00:10:26.162Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-08T00:10:26.721Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-08T00:10:27.496Z] --- PASS: TestCgroupNamespacesBuild (1.68s) [2019-10-08T00:10:27.496Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-08T00:10:27.496Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-08T00:10:27.644Z] === RUN TestDockerSuite/TestLogsSince [2019-10-08T00:10:29.039Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.65s) [2019-10-08T00:10:29.039Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-08T00:10:29.039Z] === RUN TestBuildWithSession [2019-10-08T00:10:29.039Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-08T00:10:29.039Z] build_session_test.go:25: TODO: BuildKit [2019-10-08T00:10:29.039Z] === RUN TestBuildSquashParent [2019-10-08T00:10:34.579Z] --- PASS: TestBuildSquashParent (5.67s) [2019-10-08T00:10:34.579Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-08T00:10:34.579Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-08T00:10:34.579Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-08T00:10:34.579Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-08T00:10:34.579Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-08T00:10:34.579Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-08T00:10:34.579Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-08T00:10:34.579Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-08T00:10:34.579Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-08T00:10:34.579Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-08T00:10:34.579Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-08T00:10:34.579Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-08T00:10:34.579Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-08T00:10:34.579Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-08T00:10:34.579Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-08T00:10:34.579Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-08T00:10:34.579Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-08T00:10:35.709Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-08T00:10:35.709Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-10-08T00:10:37.276Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-08T00:10:37.899Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-08T00:10:39.904Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-08T00:10:39.904Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-08T00:10:39.904Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-08T00:10:39.950Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2019-10-08T00:10:39.950Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.72s) [2019-10-08T00:10:39.950Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.12s) [2019-10-08T00:10:39.950Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.33s) [2019-10-08T00:10:39.950Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.46s) [2019-10-08T00:10:39.950Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.97s) [2019-10-08T00:10:39.950Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.94s) [2019-10-08T00:10:39.950Z] === RUN TestBuildMultiStageCopy [2019-10-08T00:10:39.950Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-08T00:10:40.947Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-08T00:10:41.202Z] === RUN TestDockerSuite/TestLogsTail [2019-10-08T00:10:41.435Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-08T00:10:41.436Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-08T00:10:42.050Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-08T00:10:42.125Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-08T00:10:42.333Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-08T00:10:42.401Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-08T00:10:42.622Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-08T00:10:42.858Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-08T00:10:42.858Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-08T00:10:43.047Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-08T00:10:43.241Z] --- PASS: TestBuildMultiStageCopy (3.49s) [2019-10-08T00:10:43.241Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.89s) [2019-10-08T00:10:43.241Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.37s) [2019-10-08T00:10:43.241Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.37s) [2019-10-08T00:10:43.241Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.45s) [2019-10-08T00:10:43.241Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.42s) [2019-10-08T00:10:43.241Z] === RUN TestBuildMultiStageParentConfig [2019-10-08T00:10:43.607Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-08T00:10:43.822Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-08T00:10:44.164Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-08T00:10:44.247Z] --- PASS: TestBuildMultiStageParentConfig (1.06s) [2019-10-08T00:10:44.247Z] === RUN TestBuildLabelWithTargets [2019-10-08T00:10:44.280Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-08T00:10:44.280Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-08T00:10:44.280Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-08T00:10:45.088Z] === RUN TestDockerSuite/TestNetHostname [2019-10-08T00:10:45.725Z] --- PASS: TestBuildLabelWithTargets (1.54s) [2019-10-08T00:10:45.726Z] === RUN TestBuildWithEmptyLayers [2019-10-08T00:10:46.448Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-10-08T00:10:46.743Z] --- PASS: TestBuildWithEmptyLayers (0.81s) [2019-10-08T00:10:46.743Z] === RUN TestBuildMultiStageOnBuild [2019-10-08T00:10:47.808Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-08T00:10:48.062Z] === RUN TestDockerSuite/TestNetworkEvents [2019-10-08T00:10:48.782Z] --- PASS: TestBuildMultiStageOnBuild (2.31s) [2019-10-08T00:10:48.782Z] === RUN TestBuildUncleanTarFilenames [2019-10-08T00:10:49.945Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-08T00:10:50.056Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-08T00:10:50.265Z] --- PASS: TestBuildUncleanTarFilenames (1.21s) [2019-10-08T00:10:50.265Z] === RUN TestBuildMultiStageLayerLeak [2019-10-08T00:10:50.504Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-10-08T00:10:54.411Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-08T00:10:54.411Z] === RUN TestDockerSuite/TestPluginActive [2019-10-08T00:10:54.423Z] --- PASS: TestBuildMultiStageLayerLeak (2.34s) [2019-10-08T00:10:54.423Z] === RUN TestBuildWithHugeFile [2019-10-08T00:10:54.982Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-08T00:11:04.911Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-08T00:11:04.911Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-08T00:11:04.911Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-10-08T00:11:05.470Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-08T00:11:07.978Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-10-08T00:11:09.338Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-08T00:11:11.222Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-08T00:11:11.222Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-10-08T00:11:13.729Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-08T00:11:14.287Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-10-08T00:11:18.448Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-10-08T00:11:20.955Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-08T00:11:22.837Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-10-08T00:11:23.396Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-08T00:11:25.278Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-08T00:11:26.203Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-10-08T00:11:26.762Z] === RUN TestDockerSuite/TestPortList [2019-10-08T00:11:29.268Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-10-08T00:11:33.424Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-10-08T00:11:36.468Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-08T00:11:36.468Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-08T00:11:36.468Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-08T00:11:37.581Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-08T00:11:39.463Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-08T00:11:39.720Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-10-08T00:11:41.144Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-08T00:11:41.601Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-08T00:11:42.061Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-08T00:11:42.061Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-08T00:11:42.519Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-08T00:11:42.976Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-08T00:11:46.240Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-10-08T00:11:46.799Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-08T00:11:46.799Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-08T00:11:46.799Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-08T00:11:47.723Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-08T00:11:47.723Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-08T00:11:48.283Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-08T00:11:48.283Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-08T00:11:49.206Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-08T00:11:49.206Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-08T00:11:50.564Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-08T00:11:50.564Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-10-08T00:11:53.820Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-10-08T00:11:55.723Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-10-08T00:11:55.723Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-10-08T00:11:55.723Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-08T00:11:59.876Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-10-08T00:11:59.876Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-08T00:12:00.799Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-08T00:12:02.684Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-10-08T00:12:04.568Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-08T00:12:07.077Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-10-08T00:12:10.335Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-10-08T00:12:10.335Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-08T00:12:10.335Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-08T00:12:12.934Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-08T00:12:12.934Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-08T00:12:12.934Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-08T00:12:14.492Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-08T00:12:15.051Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-10-08T00:12:19.206Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-10-08T00:12:22.462Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-08T00:12:24.344Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-08T00:12:26.851Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-08T00:12:28.211Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-08T00:12:29.570Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-08T00:12:31.473Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-08T00:12:31.473Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-10-08T00:12:31.574Z] --- PASS: TestBuildWithHugeFile (86.14s) [2019-10-08T00:12:31.574Z] === RUN TestBuildWithEmptyDockerfile [2019-10-08T00:12:31.574Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-08T00:12:31.574Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-08T00:12:31.574Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-08T00:12:31.574Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-08T00:12:31.574Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-08T00:12:31.574Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-08T00:12:31.574Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-08T00:12:31.574Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-08T00:12:31.574Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-08T00:12:31.574Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2019-10-08T00:12:31.574Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.35s) [2019-10-08T00:12:31.574Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.36s) [2019-10-08T00:12:31.574Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.36s) [2019-10-08T00:12:31.574Z] === RUN TestBuildPreserveOwnership [2019-10-08T00:12:31.574Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-08T00:12:31.574Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-08T00:12:31.574Z] --- PASS: TestBuildPreserveOwnership (4.99s) [2019-10-08T00:12:31.574Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.36s) [2019-10-08T00:12:31.574Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.62s) [2019-10-08T00:12:31.574Z] === RUN TestBuildPlatformInvalid [2019-10-08T00:12:31.574Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2019-10-08T00:12:31.574Z] PASS [2019-10-08T00:12:31.574Z] [2019-10-08T00:12:31.574Z] === Skipped [2019-10-08T00:12:31.574Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2019-10-08T00:12:31.574Z] build_session_test.go:25: TODO: BuildKit [2019-10-08T00:12:31.574Z] [2019-10-08T00:12:31.574Z] [2019-10-08T00:12:31.574Z] DONE 32 tests, 1 skipped in 133.634s [2019-10-08T00:12:31.574Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-10-08T00:12:31.574Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:12:31.574Z] ++ set -e [2019-10-08T00:12:31.574Z] ++ '[' -n 0 ']' [2019-10-08T00:12:31.574Z] ++ set -x [2019-10-08T00:12:31.574Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:12:31.574Z] INFO: Testing against a local daemon [2019-10-08T00:12:31.574Z] === RUN TestConfigList [2019-10-08T00:12:31.574Z] --- PASS: TestConfigList (2.73s) [2019-10-08T00:12:31.574Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-08T00:12:31.574Z] === RUN TestConfigsCreateAndDelete [2019-10-08T00:12:31.574Z] --- PASS: TestConfigsCreateAndDelete (2.23s) [2019-10-08T00:12:31.574Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-08T00:12:31.574Z] === RUN TestConfigsUpdate [2019-10-08T00:12:31.574Z] --- PASS: TestConfigsUpdate (2.20s) [2019-10-08T00:12:31.574Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-08T00:12:31.574Z] === RUN TestTemplatedConfig [2019-10-08T00:12:33.978Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-08T00:12:34.273Z] --- PASS: TestTemplatedConfig (2.85s) [2019-10-08T00:12:34.273Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-08T00:12:34.273Z] === RUN TestConfigInspect [2019-10-08T00:12:35.860Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-08T00:12:35.860Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-08T00:12:36.782Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-08T00:12:36.979Z] --- PASS: TestConfigInspect (2.23s) [2019-10-08T00:12:36.979Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-08T00:12:36.979Z] === RUN TestConfigCreateWithLabels [2019-10-08T00:12:39.021Z] --- PASS: TestConfigCreateWithLabels (2.22s) [2019-10-08T00:12:39.021Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-08T00:12:39.021Z] === RUN TestConfigCreateResolve [2019-10-08T00:12:39.291Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-08T00:12:41.051Z] --- PASS: TestConfigCreateResolve (2.17s) [2019-10-08T00:12:41.051Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-08T00:12:41.051Z] === RUN TestConfigDaemonLibtrustID [2019-10-08T00:12:41.666Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2019-10-08T00:12:41.666Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-08T00:12:41.666Z] PASS [2019-10-08T00:12:41.666Z] [2019-10-08T00:12:41.666Z] DONE 8 tests in 17.306s [2019-10-08T00:12:41.666Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-10-08T00:12:41.666Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:12:41.666Z] ++ set -e [2019-10-08T00:12:41.666Z] ++ '[' -n 0 ']' [2019-10-08T00:12:41.666Z] ++ set -x [2019-10-08T00:12:41.666Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:12:41.666Z] INFO: Testing against a local daemon [2019-10-08T00:12:41.666Z] === RUN TestCheckpoint [2019-10-08T00:12:41.666Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-08T00:12:41.666Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-08T00:12:41.666Z] === RUN TestContainerInvalidJSON [2019-10-08T00:12:41.666Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-08T00:12:41.666Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-08T00:12:41.666Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-08T00:12:41.666Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-08T00:12:41.666Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-08T00:12:41.666Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-08T00:12:41.666Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-08T00:12:41.666Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-08T00:12:41.666Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-08T00:12:41.666Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-08T00:12:41.666Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-08T00:12:41.666Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-08T00:12:41.666Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-08T00:12:41.666Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-08T00:12:41.666Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-10-08T00:12:41.666Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-08T00:12:41.800Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-08T00:12:41.948Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-10-08T00:12:41.948Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-08T00:12:41.948Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2019-10-08T00:12:41.948Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-08T00:12:41.948Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2019-10-08T00:12:41.948Z] === RUN TestCopyFromContainer [2019-10-08T00:12:42.723Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-08T00:12:42.723Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-08T00:12:42.977Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-08T00:12:42.977Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-08T00:12:43.231Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-08T00:12:43.437Z] === RUN TestCopyFromContainer// [2019-10-08T00:12:43.719Z] === RUN TestCopyFromContainer//bar/root [2019-10-08T00:12:43.720Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-08T00:12:43.720Z] === RUN TestCopyFromContainer/bar/quux [2019-10-08T00:12:44.003Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-08T00:12:44.003Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-08T00:12:44.003Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-08T00:12:44.153Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-08T00:12:44.289Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-08T00:12:44.289Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-08T00:12:44.289Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-08T00:12:44.572Z] --- PASS: TestCopyFromContainer (2.49s) [2019-10-08T00:12:44.572Z] --- PASS: TestCopyFromContainer// (0.10s) [2019-10-08T00:12:44.572Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-10-08T00:12:44.572Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-10-08T00:12:44.572Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-10-08T00:12:44.572Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-10-08T00:12:44.572Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-10-08T00:12:44.572Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-10-08T00:12:44.572Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-10-08T00:12:44.572Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2019-10-08T00:12:44.572Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-10-08T00:12:44.572Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-08T00:12:44.572Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-08T00:12:44.572Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-08T00:12:44.572Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-08T00:12:44.572Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-08T00:12:44.572Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-08T00:12:44.572Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-08T00:12:44.572Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-08T00:12:44.572Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-08T00:12:44.572Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-08T00:12:44.572Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-08T00:12:44.572Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-08T00:12:44.572Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-08T00:12:44.572Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-08T00:12:44.572Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-08T00:12:44.572Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-10-08T00:12:44.572Z] === RUN TestCreateWithInvalidEnv [2019-10-08T00:12:44.572Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-08T00:12:44.572Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-08T00:12:44.572Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-08T00:12:44.572Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-08T00:12:44.572Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-08T00:12:44.572Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-08T00:12:44.572Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-08T00:12:44.572Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-08T00:12:44.572Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-08T00:12:44.572Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-10-08T00:12:44.572Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-08T00:12:44.572Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-08T00:12:44.572Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-08T00:12:44.572Z] === RUN TestCreateTmpfsMountsTarget [2019-10-08T00:12:44.572Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-08T00:12:44.572Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-08T00:12:44.712Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-10-08T00:12:46.072Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-08T00:12:46.592Z] --- PASS: TestCreateWithCustomMaskedPaths (1.90s) [2019-10-08T00:12:46.592Z] === RUN TestCreateWithCapabilities [2019-10-08T00:12:46.592Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-08T00:12:46.592Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-08T00:12:46.592Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-08T00:12:46.592Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-08T00:12:46.592Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-08T00:12:46.592Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-08T00:12:46.592Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-08T00:12:46.592Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-08T00:12:46.592Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-08T00:12:46.592Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-08T00:12:46.592Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-08T00:12:46.592Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-08T00:12:46.592Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-08T00:12:46.592Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-08T00:12:46.592Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-08T00:12:46.592Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-08T00:12:46.592Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-08T00:12:46.592Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-08T00:12:46.592Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-08T00:12:46.592Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-08T00:12:46.592Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-08T00:12:46.592Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-08T00:12:46.592Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-08T00:12:46.592Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-08T00:12:46.592Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-08T00:12:46.592Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-08T00:12:46.592Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-08T00:12:46.592Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-08T00:12:46.592Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-08T00:12:46.592Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-08T00:12:46.592Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-08T00:12:46.592Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-08T00:12:46.592Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-08T00:12:46.876Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-08T00:12:46.876Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-08T00:12:46.876Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-08T00:12:46.876Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2019-10-08T00:12:46.876Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-10-08T00:12:46.876Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2019-10-08T00:12:46.876Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-08T00:12:46.876Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-10-08T00:12:46.876Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2019-10-08T00:12:46.876Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2019-10-08T00:12:46.876Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-10-08T00:12:46.876Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2019-10-08T00:12:46.876Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-08T00:12:47.954Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-08T00:12:48.512Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-08T00:12:48.628Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-08T00:12:48.628Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-08T00:12:48.628Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-08T00:12:48.901Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.96s) [2019-10-08T00:12:48.901Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-08T00:12:48.901Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-08T00:12:48.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-08T00:12:48.901Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-08T00:12:48.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-08T00:12:48.901Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-08T00:12:48.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-08T00:12:48.901Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-08T00:12:48.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-08T00:12:48.901Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-08T00:12:48.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-08T00:12:48.901Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-08T00:12:48.901Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-08T00:12:48.901Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-08T00:12:48.901Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-08T00:12:48.901Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-08T00:12:48.901Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-10-08T00:12:48.901Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-10-08T00:12:48.901Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-10-08T00:12:48.901Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2019-10-08T00:12:48.901Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2019-10-08T00:12:48.901Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-10-08T00:12:48.901Z] === RUN TestContainerStartOnDaemonRestart [2019-10-08T00:12:48.901Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-08T00:12:48.901Z] === RUN TestDaemonRestartIpcMode [2019-10-08T00:12:48.901Z] === PAUSE TestDaemonRestartIpcMode [2019-10-08T00:12:48.901Z] === RUN TestDiff [2019-10-08T00:12:49.521Z] --- PASS: TestDiff (0.73s) [2019-10-08T00:12:49.521Z] === RUN TestExecWithCloseStdin [2019-10-08T00:12:50.534Z] --- PASS: TestExecWithCloseStdin (1.00s) [2019-10-08T00:12:50.534Z] === RUN TestExec [2019-10-08T00:12:51.553Z] --- PASS: TestExec (0.90s) [2019-10-08T00:12:51.553Z] === RUN TestExecUser [2019-10-08T00:12:52.577Z] --- PASS: TestExecUser (0.91s) [2019-10-08T00:12:52.577Z] === RUN TestExportContainerAndImportImage [2019-10-08T00:12:53.197Z] --- PASS: TestExportContainerAndImportImage (1.00s) [2019-10-08T00:12:53.197Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-08T00:12:55.234Z] --- PASS: TestExportContainerAfterDaemonRestart (1.59s) [2019-10-08T00:12:55.234Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-08T00:12:55.234Z] === RUN TestHealthCheckWorkdir [2019-10-08T00:12:55.709Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-08T00:12:56.245Z] --- PASS: TestHealthCheckWorkdir (1.09s) [2019-10-08T00:12:56.245Z] === RUN TestHealthKillContainer [2019-10-08T00:12:56.581Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-08T00:12:57.504Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-08T00:12:58.609Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-08T00:12:58.862Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-10-08T00:12:58.954Z] --- PASS: TestHealthKillContainer (2.88s) [2019-10-08T00:12:58.954Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-08T00:12:59.573Z] --- PASS: TestInspectCpusetInConfigPre120 (0.73s) [2019-10-08T00:12:59.573Z] === RUN TestIpcModeNone [2019-10-08T00:12:59.786Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-08T00:12:59.786Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-08T00:12:59.786Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-08T00:13:00.344Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-08T00:13:00.583Z] --- PASS: TestIpcModeNone (0.86s) [2019-10-08T00:13:00.583Z] === RUN TestIpcModePrivate [2019-10-08T00:13:01.202Z] --- PASS: TestIpcModePrivate (0.83s) [2019-10-08T00:13:01.202Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2019-10-08T00:13:01.202Z] === RUN TestIpcModeShareable [2019-10-08T00:13:01.505Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-08T00:13:01.703Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-10-08T00:13:02.212Z] --- PASS: TestIpcModeShareable (0.86s) [2019-10-08T00:13:02.212Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2019-10-08T00:13:02.212Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-08T00:13:03.062Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-08T00:13:04.444Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-08T00:13:04.900Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.49s) [2019-10-08T00:13:04.900Z] === RUN TestAPIIpcModeHost [2019-10-08T00:13:05.516Z] --- PASS: TestAPIIpcModeHost (0.73s) [2019-10-08T00:13:05.516Z] === RUN TestDaemonIpcModeShareable [2019-10-08T00:13:07.625Z] --- PASS: TestDaemonIpcModeShareable (1.84s) [2019-10-08T00:13:07.625Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-08T00:13:07.625Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-10-08T00:13:07.625Z] === RUN TestDaemonIpcModePrivate [2019-10-08T00:13:08.604Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-08T00:13:09.115Z] --- PASS: TestDaemonIpcModePrivate (1.79s) [2019-10-08T00:13:09.115Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-08T00:13:09.115Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-10-08T00:13:09.115Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-08T00:13:10.485Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-08T00:13:10.485Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-08T00:13:10.485Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-08T00:13:11.144Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.75s) [2019-10-08T00:13:11.144Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-08T00:13:11.144Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-10-08T00:13:11.144Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-08T00:13:12.619Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.80s) [2019-10-08T00:13:12.619Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-08T00:13:12.619Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-10-08T00:13:12.619Z] === RUN TestIpcModeOlderClient [2019-10-08T00:13:12.619Z] === PAUSE TestIpcModeOlderClient [2019-10-08T00:13:12.619Z] === RUN TestKillContainerInvalidSignal [2019-10-08T00:13:13.237Z] --- PASS: TestKillContainerInvalidSignal (0.69s) [2019-10-08T00:13:13.237Z] === RUN TestKillContainer [2019-10-08T00:13:13.237Z] === RUN TestKillContainer/no_signal [2019-10-08T00:13:13.860Z] === RUN TestKillContainer/non_killing_signal [2019-10-08T00:13:14.489Z] === RUN TestKillContainer/killing_signal [2019-10-08T00:13:14.644Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-08T00:13:15.498Z] --- PASS: TestKillContainer (2.07s) [2019-10-08T00:13:15.498Z] --- PASS: TestKillContainer/no_signal (0.66s) [2019-10-08T00:13:15.498Z] --- PASS: TestKillContainer/non_killing_signal (0.45s) [2019-10-08T00:13:15.498Z] --- PASS: TestKillContainer/killing_signal (0.66s) [2019-10-08T00:13:15.498Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-08T00:13:15.498Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-08T00:13:15.569Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-08T00:13:15.824Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-08T00:13:16.114Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-08T00:13:16.734Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.43s) [2019-10-08T00:13:16.734Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.67s) [2019-10-08T00:13:16.734Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s) [2019-10-08T00:13:16.734Z] === RUN TestKillStoppedContainer [2019-10-08T00:13:16.734Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-10-08T00:13:16.734Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-08T00:13:17.028Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-10-08T00:13:17.028Z] === RUN TestKillDifferentUserContainer [2019-10-08T00:13:17.645Z] --- PASS: TestKillDifferentUserContainer (0.71s) [2019-10-08T00:13:17.645Z] === RUN TestInspectOomKilledTrue [2019-10-08T00:13:17.707Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-08T00:13:19.067Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-08T00:13:19.132Z] --- PASS: TestInspectOomKilledTrue (1.35s) [2019-10-08T00:13:19.132Z] === RUN TestInspectOomKilledFalse [2019-10-08T00:13:19.750Z] --- PASS: TestInspectOomKilledFalse (0.67s) [2019-10-08T00:13:19.750Z] === RUN TestLinksEtcHostsContentMatch [2019-10-08T00:13:20.365Z] --- PASS: TestLinksEtcHostsContentMatch (0.67s) [2019-10-08T00:13:20.365Z] === RUN TestLinksContainerNames [2019-10-08T00:13:20.948Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-08T00:13:21.868Z] --- PASS: TestLinksContainerNames (1.47s) [2019-10-08T00:13:21.868Z] === RUN TestLogsFollowTailEmpty [2019-10-08T00:13:22.307Z] === RUN TestDockerSuite/TestRmiTag [2019-10-08T00:13:22.307Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-08T00:13:22.485Z] --- PASS: TestLogsFollowTailEmpty (0.69s) [2019-10-08T00:13:22.485Z] === RUN TestContainerNetworkMountsNoChown [2019-10-08T00:13:22.866Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-10-08T00:13:23.104Z] --- PASS: TestContainerNetworkMountsNoChown (0.67s) [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/default [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/default [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/private [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/private [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rprivate [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/slave [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/slave [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rslave [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/shared [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/shared [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rshared [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-08T00:13:23.104Z] === CONT TestMountDaemonRoot/default [2019-10-08T00:13:23.104Z] === CONT TestMountDaemonRoot/rslave [2019-10-08T00:13:23.104Z] === CONT TestMountDaemonRoot/rshared [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-08T00:13:23.104Z] === CONT TestMountDaemonRoot/slave [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-08T00:13:23.104Z] === CONT TestMountDaemonRoot/shared [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-08T00:13:23.104Z] === CONT TestMountDaemonRoot/rprivate [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-08T00:13:23.104Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-08T00:13:23.104Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-08T00:13:23.104Z] === CONT TestMountDaemonRoot/private [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-08T00:13:23.104Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-08T00:13:23.104Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-08T00:13:23.104Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-08T00:13:23.104Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-08T00:13:23.120Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-08T00:13:23.386Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-08T00:13:23.671Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-08T00:13:23.671Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-10-08T00:13:23.671Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-10-08T00:13:23.671Z] === RUN TestContainerBindMountNonRecursive [2019-10-08T00:13:25.149Z] --- PASS: TestContainerBindMountNonRecursive (1.65s) [2019-10-08T00:13:25.149Z] === RUN TestNetworkNat [2019-10-08T00:13:26.158Z] --- PASS: TestNetworkNat (0.77s) [2019-10-08T00:13:26.158Z] === RUN TestNetworkLocalhostTCPNat [2019-10-08T00:13:26.376Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-10-08T00:13:26.776Z] --- PASS: TestNetworkLocalhostTCPNat (0.76s) [2019-10-08T00:13:26.776Z] === RUN TestNetworkLoopbackNat [2019-10-08T00:13:27.735Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-08T00:13:27.790Z] --- PASS: TestNetworkLoopbackNat (1.00s) [2019-10-08T00:13:27.790Z] === RUN TestPause [2019-10-08T00:13:28.455Z] --- PASS: TestPause (0.81s) [2019-10-08T00:13:28.455Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-08T00:13:28.455Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-08T00:13:28.455Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-08T00:13:28.455Z] === RUN TestPauseStopPausedContainer [2019-10-08T00:13:28.657Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-08T00:13:28.658Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-10-08T00:13:29.463Z] --- PASS: TestPauseStopPausedContainer (0.79s) [2019-10-08T00:13:29.463Z] === RUN TestPsFilter [2019-10-08T00:13:29.463Z] --- PASS: TestPsFilter (0.18s) [2019-10-08T00:13:29.463Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-08T00:13:30.016Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-08T00:13:30.078Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s) [2019-10-08T00:13:30.078Z] === RUN TestRemoveContainerWithVolume [2019-10-08T00:13:30.271Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-08T00:13:31.086Z] --- PASS: TestRemoveContainerWithVolume (0.65s) [2019-10-08T00:13:31.086Z] === RUN TestRemoveContainerRunning [2019-10-08T00:13:31.701Z] --- PASS: TestRemoveContainerRunning (0.68s) [2019-10-08T00:13:31.701Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-08T00:13:32.154Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-08T00:13:32.315Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.74s) [2019-10-08T00:13:32.315Z] === RUN TestRemoveInvalidContainer [2019-10-08T00:13:32.315Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2019-10-08T00:13:32.315Z] === RUN TestRenameLinkedContainer [2019-10-08T00:13:32.712Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-08T00:13:33.271Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-08T00:13:34.195Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-08T00:13:34.195Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-08T00:13:34.754Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-08T00:13:34.991Z] --- PASS: TestRenameLinkedContainer (2.72s) [2019-10-08T00:13:34.991Z] === RUN TestRenameStoppedContainer [2019-10-08T00:13:35.609Z] --- PASS: TestRenameStoppedContainer (0.67s) [2019-10-08T00:13:35.609Z] === RUN TestRenameRunningContainerAndReuse [2019-10-08T00:13:36.658Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-08T00:13:37.088Z] --- PASS: TestRenameRunningContainerAndReuse (1.39s) [2019-10-08T00:13:37.088Z] === RUN TestRenameInvalidName [2019-10-08T00:13:37.216Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-08T00:13:37.711Z] --- PASS: TestRenameInvalidName (0.75s) [2019-10-08T00:13:37.711Z] === RUN TestRenameAnonymousContainer [2019-10-08T00:13:38.139Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-08T00:13:39.061Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-10-08T00:13:40.393Z] --- PASS: TestRenameAnonymousContainer (2.54s) [2019-10-08T00:13:40.393Z] === RUN TestRenameContainerWithSameName [2019-10-08T00:13:40.943Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-08T00:13:41.009Z] --- PASS: TestRenameContainerWithSameName (0.72s) [2019-10-08T00:13:41.009Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-08T00:13:42.301Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-10-08T00:13:42.496Z] --- PASS: TestRenameContainerWithLinkedContainer (1.38s) [2019-10-08T00:13:42.496Z] === RUN TestResize [2019-10-08T00:13:43.113Z] --- PASS: TestResize (0.71s) [2019-10-08T00:13:43.113Z] === RUN TestResizeWithInvalidSize [2019-10-08T00:13:43.224Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-10-08T00:13:44.132Z] --- PASS: TestResizeWithInvalidSize (0.75s) [2019-10-08T00:13:44.132Z] === RUN TestResizeWhenContainerNotStarted [2019-10-08T00:13:44.146Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-10-08T00:13:44.751Z] --- PASS: TestResizeWhenContainerNotStarted (0.66s) [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-08T00:13:44.751Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-08T00:13:44.751Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-08T00:13:44.751Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-08T00:13:44.751Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-08T00:13:44.751Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-08T00:13:44.751Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-08T00:13:44.751Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-08T00:13:44.751Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-08T00:13:44.751Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-08T00:13:44.751Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-08T00:13:44.751Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-08T00:13:44.751Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-08T00:13:44.751Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-08T00:13:44.751Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-08T00:13:44.751Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-08T00:13:44.751Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-08T00:13:44.751Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-08T00:13:45.069Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-10-08T00:13:45.991Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-10-08T00:13:46.797Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-08T00:13:46.798Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-08T00:13:46.913Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-08T00:13:47.822Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-08T00:13:47.835Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-10-08T00:13:48.109Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-08T00:13:48.758Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-10-08T00:13:49.012Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-08T00:13:49.935Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-08T00:13:50.156Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-08T00:13:50.156Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-08T00:13:50.858Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-08T00:13:51.416Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-08T00:13:51.416Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-08T00:13:52.878Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-08T00:13:52.878Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-08T00:13:53.923Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.17s) [2019-10-08T00:13:54.359Z] 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-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.19s) [2019-10-08T00:13:54.359Z] 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-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.30s) [2019-10-08T00:13:54.359Z] 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-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.39s) [2019-10-08T00:13:54.359Z] 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-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.39s) [2019-10-08T00:13:54.359Z] 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-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.44s) [2019-10-08T00:13:54.359Z] 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-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.59s) [2019-10-08T00:13:54.359Z] 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-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.61s) [2019-10-08T00:13:54.359Z] 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-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.14s) [2019-10-08T00:13:54.359Z] 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-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.26s) [2019-10-08T00:13:54.359Z] 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-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.69s) [2019-10-08T00:13:54.359Z] 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-10-08T00:13:54.359Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.76s) [2019-10-08T00:13:54.359Z] 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-10-08T00:13:54.359Z] === RUN TestCgroupNamespacesRun [2019-10-08T00:13:54.845Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-08T00:13:55.404Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-08T00:13:56.327Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-08T00:13:56.394Z] --- PASS: TestCgroupNamespacesRun (1.73s) [2019-10-08T00:13:56.394Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-08T00:13:56.394Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-08T00:13:56.885Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-10-08T00:13:57.140Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-08T00:13:57.140Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-08T00:13:57.889Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.90s) [2019-10-08T00:13:57.889Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-08T00:13:57.889Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-08T00:13:58.063Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-08T00:13:58.985Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-08T00:13:59.908Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-08T00:13:59.908Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-10-08T00:13:59.924Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.70s) [2019-10-08T00:13:59.924Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-08T00:13:59.924Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-08T00:14:00.830Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-08T00:14:01.417Z] --- PASS: TestCgroupNamespacesRunHostMode (1.75s) [2019-10-08T00:14:01.417Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-08T00:14:01.417Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-08T00:14:01.822Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-08T00:14:01.822Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-08T00:14:01.957Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-08T00:14:02.753Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-08T00:14:02.753Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-08T00:14:03.581Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.79s) [2019-10-08T00:14:03.581Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-08T00:14:03.581Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-08T00:14:04.113Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-08T00:14:04.197Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.92s) [2019-10-08T00:14:04.197Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-08T00:14:04.197Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-08T00:14:04.671Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-08T00:14:05.207Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s) [2019-10-08T00:14:05.207Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-08T00:14:05.207Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-08T00:14:05.594Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-08T00:14:06.517Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-08T00:14:06.517Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-08T00:14:07.232Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.76s) [2019-10-08T00:14:07.232Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-08T00:14:07.232Z] === RUN TestKernelTCPMemory [2019-10-08T00:14:07.439Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-08T00:14:07.731Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-08T00:14:07.731Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-08T00:14:07.863Z] --- PASS: TestKernelTCPMemory (0.91s) [2019-10-08T00:14:07.864Z] === RUN TestNISDomainname [2019-10-08T00:14:08.798Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-08T00:14:08.877Z] --- PASS: TestNISDomainname (1.05s) [2019-10-08T00:14:08.877Z] === RUN TestHostnameDnsResolution [2019-10-08T00:14:09.887Z] --- PASS: TestHostnameDnsResolution (1.16s) [2019-10-08T00:14:09.887Z] === RUN TestStats [2019-10-08T00:14:10.678Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-08T00:14:11.914Z] --- PASS: TestStats (1.87s) [2019-10-08T00:14:11.914Z] === RUN TestStopContainerWithTimeout [2019-10-08T00:14:11.914Z] === RUN TestStopContainerWithTimeout/0 [2019-10-08T00:14:11.914Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-08T00:14:11.914Z] === RUN TestStopContainerWithTimeout/1 [2019-10-08T00:14:11.914Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-08T00:14:11.914Z] === RUN TestStopContainerWithTimeout/3 [2019-10-08T00:14:11.914Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-08T00:14:11.914Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-08T00:14:11.914Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-08T00:14:11.914Z] === CONT TestStopContainerWithTimeout/0 [2019-10-08T00:14:11.914Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-08T00:14:11.914Z] === CONT TestStopContainerWithTimeout/1 [2019-10-08T00:14:11.914Z] === CONT TestStopContainerWithTimeout/3 [2019-10-08T00:14:12.038Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-08T00:14:12.960Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-08T00:14:13.884Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-08T00:14:14.442Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-08T00:14:15.366Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-08T00:14:15.376Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2019-10-08T00:14:15.376Z] --- PASS: TestStopContainerWithTimeout/0 (1.30s) [2019-10-08T00:14:15.376Z] --- PASS: TestStopContainerWithTimeout/1 (2.10s) [2019-10-08T00:14:15.376Z] --- PASS: TestStopContainerWithTimeout/-1 (3.36s) [2019-10-08T00:14:15.376Z] --- PASS: TestStopContainerWithTimeout/3 (3.39s) [2019-10-08T00:14:15.376Z] === RUN TestDeleteDevicemapper [2019-10-08T00:14:15.376Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-08T00:14:15.376Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-08T00:14:15.376Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-08T00:14:16.289Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-10-08T00:14:16.289Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-08T00:14:17.415Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.10s) [2019-10-08T00:14:17.415Z] === RUN TestUpdateMemory [2019-10-08T00:14:18.177Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-08T00:14:18.426Z] --- PASS: TestUpdateMemory (1.07s) [2019-10-08T00:14:18.426Z] === RUN TestUpdateCPUQuota [2019-10-08T00:14:20.454Z] --- PASS: TestUpdateCPUQuota (1.94s) [2019-10-08T00:14:20.454Z] === RUN TestUpdatePidsLimit [2019-10-08T00:14:20.454Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-08T00:14:20.738Z] === RUN TestUpdatePidsLimit/no_change [2019-10-08T00:14:21.362Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-08T00:14:21.646Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-08T00:14:21.932Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-08T00:14:22.333Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-08T00:14:22.333Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-08T00:14:22.553Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-08T00:14:22.843Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-08T00:14:22.891Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-08T00:14:24.886Z] --- PASS: TestUpdatePidsLimit (4.17s) [2019-10-08T00:14:24.886Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2019-10-08T00:14:24.886Z] --- PASS: TestUpdatePidsLimit/no_change (0.45s) [2019-10-08T00:14:24.886Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2019-10-08T00:14:24.886Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2019-10-08T00:14:24.886Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.44s) [2019-10-08T00:14:24.886Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2019-10-08T00:14:24.886Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2019-10-08T00:14:24.886Z] === RUN TestUpdateRestartPolicy [2019-10-08T00:14:25.400Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-08T00:14:27.282Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-08T00:14:29.788Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-08T00:14:32.296Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-08T00:14:32.296Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-08T00:14:32.296Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-08T00:14:33.224Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-08T00:14:35.110Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-08T00:14:35.364Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-10-08T00:14:36.724Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-08T00:14:37.433Z] --- PASS: TestUpdateRestartPolicy (12.21s) [2019-10-08T00:14:37.433Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-08T00:14:37.433Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2019-10-08T00:14:37.433Z] === RUN TestWaitNonBlocked [2019-10-08T00:14:37.433Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-08T00:14:37.433Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-08T00:14:37.433Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-08T00:14:37.433Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-08T00:14:37.433Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-08T00:14:37.433Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-08T00:14:38.446Z] --- PASS: TestWaitNonBlocked (0.04s) [2019-10-08T00:14:38.446Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.82s) [2019-10-08T00:14:38.446Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.86s) [2019-10-08T00:14:38.446Z] === RUN TestWaitBlocked [2019-10-08T00:14:38.446Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-08T00:14:38.446Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-08T00:14:38.446Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-08T00:14:38.446Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-08T00:14:38.446Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-08T00:14:38.446Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-08T00:14:39.233Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-08T00:14:39.457Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-08T00:14:39.457Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.98s) [2019-10-08T00:14:39.457Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.02s) [2019-10-08T00:14:39.457Z] === CONT TestContainerStartOnDaemonRestart [2019-10-08T00:14:39.457Z] === CONT TestIpcModeOlderClient [2019-10-08T00:14:39.457Z] === CONT TestDaemonRestartIpcMode [2019-10-08T00:14:39.457Z] --- PASS: TestIpcModeOlderClient (0.15s) [2019-10-08T00:14:39.792Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-08T00:14:41.674Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-08T00:14:42.232Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-10-08T00:14:42.232Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-08T00:14:42.942Z] --- PASS: TestContainerStartOnDaemonRestart (3.28s) [2019-10-08T00:14:42.942Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-08T00:14:43.155Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-10-08T00:14:43.558Z] --- PASS: TestDaemonRestartIpcMode (4.00s) [2019-10-08T00:14:43.558Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-08T00:14:43.558Z] PASS [2019-10-08T00:14:43.558Z] [2019-10-08T00:14:43.558Z] === Skipped [2019-10-08T00:14:43.558Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-10-08T00:14:43.558Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-08T00:14:43.558Z] [2019-10-08T00:14:43.558Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-08T00:14:43.558Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-08T00:14:43.558Z] [2019-10-08T00:14:43.558Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-10-08T00:14:43.558Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-08T00:14:43.558Z] [2019-10-08T00:14:43.558Z] [2019-10-08T00:14:43.558Z] DONE 197 tests, 3 skipped in 121.832s [2019-10-08T00:14:43.558Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-10-08T00:14:43.558Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:14:43.558Z] ++ set -e [2019-10-08T00:14:43.558Z] ++ '[' -n 0 ']' [2019-10-08T00:14:43.558Z] ++ set -x [2019-10-08T00:14:43.558Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:14:43.558Z] INFO: Testing against a local daemon [2019-10-08T00:14:43.558Z] === RUN TestCommitInheritsEnv [2019-10-08T00:14:43.712Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-10-08T00:14:44.177Z] --- PASS: TestCommitInheritsEnv (0.42s) [2019-10-08T00:14:44.177Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-08T00:14:44.177Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-08T00:14:44.177Z] === RUN TestImagesFilterMultiReference [2019-10-08T00:14:44.177Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-10-08T00:14:44.177Z] === RUN TestImagePullPlatformInvalid [2019-10-08T00:14:44.177Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2019-10-08T00:14:44.177Z] === RUN TestRemoveImageOrphaning [2019-10-08T00:14:44.471Z] --- PASS: TestRemoveImageOrphaning (0.45s) [2019-10-08T00:14:44.471Z] === RUN TestRemoveImageGarbageCollector [2019-10-08T00:14:44.471Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-08T00:14:44.471Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:14:44.471Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-08T00:14:44.756Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-08T00:14:44.756Z] === RUN TestTagInvalidReference [2019-10-08T00:14:44.757Z] --- PASS: TestTagInvalidReference (0.04s) [2019-10-08T00:14:44.757Z] === RUN TestTagValidPrefixedRepo [2019-10-08T00:14:44.757Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-08T00:14:44.757Z] === RUN TestTagExistedNameWithoutForce [2019-10-08T00:14:44.757Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-08T00:14:44.757Z] === RUN TestTagOfficialNames [2019-10-08T00:14:44.757Z] --- PASS: TestTagOfficialNames (0.06s) [2019-10-08T00:14:44.757Z] === RUN TestTagMatchesDigest [2019-10-08T00:14:44.757Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-08T00:14:44.757Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-08T00:14:45.077Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-08T00:14:45.077Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-08T00:14:45.636Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-08T00:14:46.562Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-08T00:14:47.485Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-10-08T00:14:48.408Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-08T00:14:48.408Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-08T00:14:48.966Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-08T00:14:49.889Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-08T00:14:50.447Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-08T00:14:51.370Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-08T00:14:52.293Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-08T00:14:52.852Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-08T00:14:53.775Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-08T00:14:54.697Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-08T00:14:54.697Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-08T00:14:55.255Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-08T00:14:56.177Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-08T00:14:58.059Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-08T00:14:58.314Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-08T00:14:58.314Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-08T00:15:02.487Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-08T00:15:02.741Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-08T00:15:14.891Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-10-08T00:15:15.449Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-08T00:15:17.331Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-10-08T00:15:17.331Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-10-08T00:15:17.331Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-08T00:15:17.331Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-08T00:15:17.890Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-08T00:15:19.780Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-08T00:15:19.780Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-08T00:15:19.780Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-08T00:15:21.146Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-08T00:15:23.029Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-08T00:15:24.392Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-08T00:15:25.315Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-08T00:15:25.873Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-08T00:15:26.796Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-08T00:15:28.155Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-08T00:15:28.155Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-08T00:15:28.155Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-08T00:15:30.037Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-08T00:15:30.960Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-08T00:15:32.845Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-08T00:15:32.845Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-08T00:15:32.845Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-08T00:15:34.726Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-08T00:15:36.608Z] === RUN TestDockerSuite/TestRunMount [2019-10-08T00:15:40.839Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-08T00:15:43.140Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-08T00:15:43.698Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-08T00:15:44.256Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-08T00:15:46.138Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-08T00:15:48.643Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-08T00:15:51.897Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-08T00:15:53.194Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-08T00:15:53.788Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-08T00:15:57.043Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-08T00:15:57.966Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-08T00:15:59.325Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-08T00:15:59.325Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-08T00:16:00.247Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-08T00:16:01.608Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-08T00:16:02.340Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-08T00:16:02.902Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-08T00:16:03.491Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-08T00:16:05.413Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-08T00:16:07.919Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-08T00:16:10.426Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-10-08T00:16:12.309Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-08T00:16:12.868Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-08T00:16:13.122Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-10-08T00:16:14.060Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-08T00:16:14.060Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-08T00:16:14.983Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-08T00:16:15.542Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-10-08T00:16:15.542Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-08T00:16:15.796Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-08T00:16:16.719Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-08T00:16:17.642Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-10-08T00:16:17.897Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-08T00:16:18.819Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-10-08T00:16:19.378Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-08T00:16:21.260Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-08T00:16:22.183Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-10-08T00:16:23.105Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-08T00:16:24.027Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-08T00:16:24.588Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-08T00:16:25.512Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-08T00:16:26.071Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-08T00:16:26.071Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-08T00:16:26.071Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-10-08T00:16:26.995Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-08T00:16:27.919Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-08T00:16:27.919Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-08T00:16:28.842Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-10-08T00:16:30.724Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-08T00:16:30.724Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-08T00:16:33.980Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-08T00:16:34.904Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-10-08T00:16:35.462Z] === RUN TestDockerSuite/TestRunRm [2019-10-08T00:16:36.386Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-08T00:16:38.267Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-10-08T00:16:40.147Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-08T00:16:41.071Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-08T00:16:42.011Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-10-08T00:16:43.893Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-10-08T00:16:43.893Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-10-08T00:16:44.815Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-10-08T00:16:45.971Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-08T00:16:48.970Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-10-08T00:16:50.851Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-10-08T00:16:54.106Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-10-08T00:16:54.361Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-10-08T00:16:55.284Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-10-08T00:16:55.538Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-10-08T00:16:55.538Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-10-08T00:16:56.096Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-10-08T00:16:57.021Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-10-08T00:16:57.579Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-10-08T00:16:58.502Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-10-08T00:16:59.425Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-08T00:17:00.454Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-08T00:17:00.757Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-08T00:17:01.378Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-08T00:17:02.737Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-10-08T00:17:03.660Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-10-08T00:17:03.914Z] === RUN TestDockerSuite/TestRunState [2019-10-08T00:17:04.473Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-10-08T00:17:05.834Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-08T00:17:06.393Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-08T00:17:07.316Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-10-08T00:17:07.316Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-08T00:17:07.571Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-10-08T00:17:07.571Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-08T00:17:08.495Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-08T00:17:09.419Z] === RUN TestDockerSuite/TestRunSysctls [2019-10-08T00:17:10.788Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-08T00:17:10.788Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-08T00:17:10.788Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-08T00:17:11.710Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-10-08T00:17:14.218Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-10-08T00:17:15.139Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-10-08T00:17:15.561Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-08T00:17:17.020Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-10-08T00:17:21.174Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-08T00:17:24.431Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-08T00:17:24.989Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-08T00:17:25.547Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-08T00:17:26.471Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-08T00:17:28.977Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-08T00:17:30.339Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-08T00:17:30.897Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-08T00:17:30.897Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-08T00:17:31.152Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-08T00:17:32.076Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-08T00:17:32.999Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-08T00:17:33.557Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-10-08T00:17:33.557Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-08T00:17:33.812Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-08T00:17:34.734Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-08T00:17:39.964Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-08T00:17:39.964Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-08T00:17:40.886Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-08T00:17:43.392Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-08T00:17:45.312Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-08T00:17:47.820Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-08T00:17:50.325Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-08T00:17:50.884Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-08T00:17:51.807Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-08T00:17:52.729Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-08T00:17:52.729Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-08T00:17:52.729Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-08T00:17:52.729Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-08T00:17:52.983Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-10-08T00:17:53.541Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-10-08T00:17:54.900Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-10-08T00:17:55.459Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-10-08T00:17:57.341Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-10-08T00:17:57.900Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-10-08T00:17:58.823Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-08T00:17:58.823Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-10-08T00:17:59.745Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-10-08T00:17:59.745Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-10-08T00:17:59.745Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-10-08T00:17:59.745Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-08T00:17:59.745Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-10-08T00:17:59.999Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-10-08T00:17:59.999Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-10-08T00:18:00.253Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-10-08T00:18:00.508Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-10-08T00:18:00.508Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-10-08T00:18:01.431Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-10-08T00:18:01.431Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-10-08T00:18:02.550Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-10-08T00:18:03.472Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-10-08T00:18:03.472Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-10-08T00:18:04.395Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-08T00:18:04.649Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-08T00:18:05.572Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-08T00:18:05.572Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-10-08T00:18:06.494Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-10-08T00:18:07.052Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-10-08T00:18:07.052Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-08T00:18:07.052Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-08T00:18:07.975Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-08T00:18:09.857Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-10-08T00:18:10.416Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-10-08T00:18:10.416Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-08T00:18:11.357Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-08T00:18:11.357Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-08T00:18:13.246Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-08T00:18:13.804Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-08T00:18:16.311Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-08T00:18:17.234Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-08T00:18:17.234Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-08T00:18:17.234Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-08T00:18:18.157Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-10-08T00:18:19.516Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-10-08T00:18:20.876Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-08T00:18:20.876Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-08T00:18:22.756Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-08T00:18:22.756Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-08T00:18:23.314Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-08T00:18:25.194Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-08T00:18:25.449Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-08T00:18:27.330Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-08T00:18:27.330Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-08T00:18:27.330Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-08T00:18:28.690Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-08T00:18:30.570Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-08T00:18:30.825Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-08T00:18:30.825Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-08T00:18:31.079Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-08T00:18:31.079Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-08T00:18:31.638Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-08T00:18:34.143Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-08T00:18:40.660Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-08T00:18:41.565Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-08T00:18:41.566Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-08T00:18:41.566Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-08T00:18:41.566Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-08T00:18:41.566Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-08T00:18:42.023Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-08T00:18:42.530Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-08T00:18:42.530Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-08T00:18:42.992Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-08T00:18:43.382Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-08T00:18:43.449Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-08T00:18:45.266Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-08T00:18:47.813Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-08T00:18:49.225Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-08T00:18:51.069Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-08T00:18:51.395Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-08T00:18:51.627Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-08T00:18:53.508Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-08T00:18:56.014Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-10-08T00:18:56.014Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-08T00:18:57.171Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-08T00:18:57.171Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-08T00:18:57.171Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-08T00:18:57.171Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-08T00:18:57.171Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-08T00:18:57.171Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-08T00:18:58.521Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-08T00:19:00.893Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-08T00:19:00.893Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-08T00:19:00.893Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-08T00:19:00.893Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-08T00:19:01.776Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-08T00:19:01.857Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-08T00:19:07.006Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-08T00:19:07.630Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-08T00:19:09.510Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-08T00:19:09.510Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-10-08T00:19:16.030Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-08T00:19:16.030Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-10-08T00:19:17.911Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-10-08T00:19:19.792Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-08T00:19:20.714Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-08T00:19:21.637Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-08T00:19:22.565Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-08T00:19:22.565Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-08T00:19:23.488Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-08T00:19:28.718Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-08T00:19:31.223Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-10-08T00:19:32.148Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-10-08T00:19:32.732Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-08T00:19:32.732Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-08T00:19:32.732Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-08T00:19:32.732Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-08T00:19:32.732Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-08T00:19:32.732Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-08T00:19:32.732Z] === RUN TestDockerSuite/TestBuildFails [2019-10-08T00:19:33.070Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-10-08T00:19:33.070Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-10-08T00:19:33.993Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-10-08T00:19:35.873Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-10-08T00:19:35.873Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-10-08T00:19:37.755Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-10-08T00:19:38.313Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-10-08T00:19:38.507Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-08T00:19:38.507Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-08T00:19:39.673Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-10-08T00:19:41.032Z] === RUN TestDockerSuite/TestUpdateStats [2019-10-08T00:19:44.289Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-08T00:19:46.260Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-10-08T00:19:47.183Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-10-08T00:19:47.183Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-10-08T00:19:48.105Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-10-08T00:19:49.464Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-08T00:19:52.402Z] --- PASS: TestImportExtremelyLargeImageWorks (297.54s) [2019-10-08T00:19:52.402Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-08T00:19:52.402Z] PASS [2019-10-08T00:19:52.402Z] [2019-10-08T00:19:52.402Z] === Skipped [2019-10-08T00:19:52.402Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-08T00:19:52.402Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:19:52.402Z] [2019-10-08T00:19:52.402Z] [2019-10-08T00:19:52.402Z] DONE 12 tests, 1 skipped in 298.974s [2019-10-08T00:19:52.402Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-10-08T00:19:52.402Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:19:52.402Z] ++ set -e [2019-10-08T00:19:52.402Z] ++ '[' -n 0 ']' [2019-10-08T00:19:52.402Z] ++ set -x [2019-10-08T00:19:52.402Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:19:52.402Z] INFO: Testing against a local daemon [2019-10-08T00:19:52.402Z] === RUN TestNetworkCreateDelete [2019-10-08T00:19:52.402Z] --- PASS: TestNetworkCreateDelete (0.22s) [2019-10-08T00:19:52.402Z] === RUN TestDockerNetworkDeletePreferID [2019-10-08T00:19:52.402Z] --- PASS: TestDockerNetworkDeletePreferID (0.65s) [2019-10-08T00:19:52.402Z] === RUN TestInspectNetwork [2019-10-08T00:19:52.402Z] === RUN TestInspectNetwork/full_network_id [2019-10-08T00:19:52.402Z] === RUN TestInspectNetwork/partial_network_id [2019-10-08T00:19:52.402Z] === RUN TestInspectNetwork/network_name [2019-10-08T00:19:52.402Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-08T00:19:52.402Z] --- PASS: TestInspectNetwork (7.38s) [2019-10-08T00:19:52.402Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-08T00:19:52.402Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-08T00:19:52.402Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-08T00:19:52.402Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-08T00:19:52.402Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-08T00:19:52.402Z] === RUN TestRunContainerWithBridgeNone [2019-10-08T00:19:53.620Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-10-08T00:19:53.890Z] --- PASS: TestRunContainerWithBridgeNone (2.71s) [2019-10-08T00:19:53.890Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-08T00:19:53.890Z] === RUN TestNetworkInvalidJSON [2019-10-08T00:19:53.890Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-08T00:19:53.890Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-08T00:19:53.890Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-08T00:19:53.890Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-08T00:19:53.890Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-08T00:19:53.890Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-08T00:19:53.890Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-08T00:19:53.890Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-08T00:19:53.890Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-08T00:19:53.890Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-10-08T00:19:53.890Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-08T00:19:53.890Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-08T00:19:53.890Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-08T00:19:53.890Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-08T00:19:54.586Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-08T00:19:54.908Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2019-10-08T00:19:54.908Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-08T00:19:54.908Z] === RUN TestDaemonDefaultNetworkPools [2019-10-08T00:19:55.552Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2019-10-08T00:19:55.552Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-08T00:19:55.552Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-08T00:19:57.036Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.38s) [2019-10-08T00:19:57.036Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-08T00:19:57.036Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-08T00:19:57.775Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-10-08T00:19:58.521Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.51s) [2019-10-08T00:19:58.521Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-08T00:19:58.521Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-08T00:19:59.151Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2019-10-08T00:19:59.151Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-08T00:19:59.151Z] === RUN TestServiceWithPredefinedNetwork [2019-10-08T00:20:00.360Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-08T00:20:01.030Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-10-08T00:20:01.845Z] --- PASS: TestServiceWithPredefinedNetwork (2.51s) [2019-10-08T00:20:01.845Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-08T00:20:01.845Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-08T00:20:01.845Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-08T00:20:01.845Z] service_test.go:230: FLAKY_TEST [2019-10-08T00:20:01.845Z] === RUN TestServiceWithDataPathPortInit [2019-10-08T00:20:03.537Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-08T00:20:07.413Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-08T00:20:08.378Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-08T00:20:08.767Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-08T00:20:13.997Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-10-08T00:20:14.152Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-08T00:20:14.152Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-08T00:20:15.116Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-08T00:20:15.573Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-08T00:20:15.573Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-08T00:20:15.878Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-10-08T00:20:17.084Z] --- PASS: TestServiceWithDataPathPortInit (15.57s) [2019-10-08T00:20:17.084Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-08T00:20:17.084Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-08T00:20:17.084Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-08T00:20:18.383Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-10-08T00:20:19.744Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-10-08T00:20:21.625Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-10-08T00:20:24.132Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-10-08T00:20:25.493Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.47s) [2019-10-08T00:20:25.493Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-08T00:20:25.493Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qflbrikkv4rry3qakbekyx2ml Created:2019-10-08 00:20:18.226465181 +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[9e6995ca078905b077ce144ed0f057d983d10c4f3bd871e161b107d914881462:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wrthatilq7gtkmm4l2ykofmey EndpointID:3fcc1d7e2e5ac73af1168a4c0843a9a9f319845767ad9d65d5996ef9be2c63be MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3e05202bc7a772862d9d6d13bdf2e843baffe6f404c537b3367afc017546ecd8 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:1281feefb1ae IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wrthatilq7gtkmm4l2ykofmey EndpointID:3fcc1d7e2e5ac73af1168a4c0843a9a9f319845767ad9d65d5996ef9be2c63be EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-08T00:20:25.493Z] PASS [2019-10-08T00:20:25.493Z] [2019-10-08T00:20:25.493Z] === Skipped [2019-10-08T00:20:25.493Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-08T00:20:25.493Z] service_test.go:230: FLAKY_TEST [2019-10-08T00:20:25.493Z] [2019-10-08T00:20:25.493Z] [2019-10-08T00:20:25.493Z] DONE 21 tests, 1 skipped in 42.082s [2019-10-08T00:20:25.493Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-08T00:20:25.493Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:20:25.493Z] ++ set -e [2019-10-08T00:20:25.493Z] ++ '[' -n 0 ']' [2019-10-08T00:20:25.493Z] ++ set -x [2019-10-08T00:20:25.493Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:20:25.493Z] INFO: Testing against a local daemon [2019-10-08T00:20:25.493Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-08T00:20:25.871Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-08T00:20:25.871Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-08T00:20:26.125Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.45s) [2019-10-08T00:20:26.125Z] ipvlan_test.go:28: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance" [2019-10-08T00:20:26.125Z] === RUN TestDockerNetworkIpvlan [2019-10-08T00:20:26.637Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-10-08T00:20:27.137Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-10-08T00:20:28.161Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-10-08T00:20:29.142Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-10-08T00:20:29.171Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-10-08T00:20:31.656Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-10-08T00:20:31.862Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-10-08T00:20:34.161Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-08T00:20:35.403Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-10-08T00:20:38.106Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-10-08T00:20:38.400Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-08T00:20:38.400Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-08T00:20:39.364Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-08T00:20:39.822Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-08T00:20:40.279Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-08T00:20:40.736Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-08T00:20:41.566Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-10-08T00:20:45.411Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-08T00:20:46.375Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-08T00:20:47.074Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-10-08T00:20:47.340Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-08T00:20:47.797Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-08T00:20:48.761Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-08T00:20:48.980Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-08T00:20:48.980Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-08T00:20:48.980Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-08T00:20:49.729Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-08T00:20:49.902Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-08T00:20:49.902Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-08T00:20:49.902Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-08T00:20:49.902Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-08T00:20:50.825Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-08T00:20:50.825Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-08T00:20:51.261Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-08T00:20:51.481Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-10-08T00:20:51.748Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-08T00:20:51.748Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-08T00:20:52.003Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-08T00:20:52.003Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-08T00:20:52.003Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-08T00:20:54.164Z] --- PASS: TestDockerNetworkIpvlan (27.58s) [2019-10-08T00:20:54.164Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-08T00:20:54.164Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.10s) [2019-10-08T00:20:54.164Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-08T00:20:54.164Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.06s) [2019-10-08T00:20:54.164Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-08T00:20:54.164Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.26s) [2019-10-08T00:20:54.164Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-08T00:20:54.164Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.30s) [2019-10-08T00:20:54.164Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-08T00:20:54.164Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.27s) [2019-10-08T00:20:54.164Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-08T00:20:54.164Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.19s) [2019-10-08T00:20:54.164Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-08T00:20:54.164Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.41s) [2019-10-08T00:20:54.164Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-08T00:20:54.164Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.42s) [2019-10-08T00:20:54.164Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-08T00:20:54.164Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.98s) [2019-10-08T00:20:54.164Z] PASS [2019-10-08T00:20:54.164Z] [2019-10-08T00:20:54.164Z] DONE 11 tests in 29.240s [2019-10-08T00:20:54.164Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-08T00:20:54.164Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:20:54.164Z] ++ set -e [2019-10-08T00:20:54.164Z] ++ '[' -n 0 ']' [2019-10-08T00:20:54.164Z] ++ set -x [2019-10-08T00:20:54.164Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:20:54.164Z] INFO: Testing against a local daemon [2019-10-08T00:20:54.164Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-08T00:20:54.511Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-08T00:20:54.511Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-08T00:20:54.766Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-08T00:20:54.766Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-08T00:20:54.766Z] === RUN TestDockerSuite/TestVolumeEvents [2019-10-08T00:20:55.646Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.51s) [2019-10-08T00:20:55.646Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-08T00:20:55.646Z] === RUN TestDockerNetworkMacvlan [2019-10-08T00:20:55.689Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-08T00:20:56.265Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-08T00:20:57.038Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-08T00:20:57.038Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-08T00:20:57.038Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-08T00:20:57.038Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-08T00:20:57.038Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-08T00:20:57.038Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-08T00:20:57.038Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-08T00:20:57.288Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-08T00:20:57.494Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-08T00:20:58.299Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-08T00:20:58.459Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-08T00:20:58.943Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-08T00:20:58.943Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-08T00:20:58.943Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-08T00:21:00.981Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-08T00:21:02.204Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-08T00:21:04.237Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-08T00:21:05.373Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-08T00:21:06.360Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite (1802.70s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.10s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (6.94s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.12s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.98s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (2.30s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.26s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.49s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.59s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.03s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.71s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (7.52s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.71s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (4.63s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.75s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.51s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.76s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.15s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.69s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.53s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.00s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAttachDetach (1.12s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.07s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.99s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.13s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.00s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.33s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.97s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.27s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.18s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.18s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.68s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.20s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.71s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.92s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.34s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.87s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.49s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.74s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.96s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.59s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.32s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.90s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.67s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.45s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.78s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.87s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.10s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.16s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.31s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.10s) [2019-10-08T00:21:06.360Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.88s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.44s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.62s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.60s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.47s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.41s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.51s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.00s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.10s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.58s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.80s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.36s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.43s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.54s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.45s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.84s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.74s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.91s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.83s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.57s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.94s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.33s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.25s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.59s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.87s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.45s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.77s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.82s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.87s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.68s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.61s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.87s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.25s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (7.30s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.84s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.89s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.58s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCmd (0.36s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.42s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.43s) [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.81s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.09s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.18s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildContChar (3.87s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.45s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.40s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.42s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.85s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.43s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.74s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.05s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.77s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.28s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.67s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.14s) [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.41s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.61s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.32s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.73s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.84s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.67s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.72s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.93s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.82s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.66s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.40s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.80s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignore (12.85s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.75s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.29s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.58s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.09s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.86s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.74s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.68s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (7.21s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.75s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.07s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (18.86s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.11s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.68s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.26s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.30s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.58s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.09s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.28s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.50s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.63s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.59s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEnv (1.43s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.25s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.03s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.31s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.66s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.72s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.20s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.95s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.49s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.49s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.49s) [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.44s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildExpose (0.32s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.52s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.50s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.33s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildFails (0.76s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.46s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.72s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.18s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.49s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.41s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.17s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.20s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.90s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.35s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.99s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (3.44s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (3.02s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildHistory (4.79s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.46s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.25s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.55s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.48s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.99s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLabel (0.42s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.38s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.42s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.30s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLabels (0.46s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.98s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.48s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.30s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.19s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.19s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.16s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.30s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.60s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.72s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.36s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.44s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.93s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (14.95s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.96s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.18s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.64s) [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.98s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.51s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.28s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.29s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.47s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.86s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.61s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.32s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.26s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.54s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.08s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.43s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.37s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.72s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.14s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.71s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.09s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.70s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.49s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.40s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.50s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.54s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.64s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildPATH (2.21s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.91s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.11s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (9.71s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.14s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.27s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildRm (4.25s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.25s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.31s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.47s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.72s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.34s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.32s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.08s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.50s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.11s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.30s) [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.39s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.97s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildStderr (1.02s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.61s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.19s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.35s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.53s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.10s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.63s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildUser (2.56s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.87s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.49s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.02s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.33s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.21s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.28s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (2.02s) [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.92s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.19s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.68s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.07s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.24s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.90s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.22s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.00s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.56s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.25s) [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-08T00:21:06.361Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.06s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.41s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2019-10-08T00:21:06.361Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-08T00:21:06.361Z] docker_cli_sni_test.go:18: Flakey test [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.77s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.93s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestCommitChange (1.07s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.96s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.72s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.72s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.99s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestCommitTTY (1.82s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.03s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.95s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.08s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.08s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.86s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.90s) [2019-10-08T00:21:06.361Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.93s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.79s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.88s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.80s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.83s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.17s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.12s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.86s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.84s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.84s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.84s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.75s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.84s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (1.02s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.81s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.80s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.84s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.89s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.83s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.80s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.57s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.69s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.79s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.61s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.98s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.83s) [2019-10-08T00:21:06.362Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-08T00:21:06.362Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.95s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.85s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.21s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.55s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.58s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.05s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.27s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.66s) [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 0 - config: {volume /foo false } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 1 - config: {volume /foo/ false } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 /foo false } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 /foo true } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 /foo false 0xc00081e8c0 } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 5 - config: {bind /tmp/test-mounts-api-1906954382 /foo false } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 6 - config: {bind /tmp/test-mounts-api-1906954382 /foo true } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 7 - config: {bind /tmp/test-mounts-api-3611797141 /foo false } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 8 - config: {bind /tmp/test-mounts-api-3611797141 /foo true } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 9 - config: {bind /tmp/test-mounts-api-3611797141 /foo true 0xc00081ed20 } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 10 - config: {volume /foo false 0xc00081ed40 } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 11 - config: {volume /foo/ false 0xc00081ed60 } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 12 - config: {volume test4 /foo false 0xc00081ed80 } [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:2100: case 13 - config: {volume test5 /foo true 0xc00081eda0 } [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.69s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.63s) [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 0 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 1 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 2 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 3 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 4 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 5 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 6 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 7 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 8 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 9 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 10 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 11 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 12 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 13 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 14 [2019-10-08T00:21:06.362Z] docker_api_containers_test.go:1927: case 15 [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.30s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.35s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.08s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.66s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.17s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.89s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.93s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.06s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership922147318/file1 96ddd0c0f3c3e6e6d1ba54b5ed87f89567acc05e4db93355c935373deee1c7c7:/tmpvol/file1` [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.95s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp f159ff4e90ce005653bfc21fc2ac68011e05dd4f4b349f1ce2e6f9e94ce57fe5:/root/file1 /tmp/test-cp-from-case-a074688221/itWorks.txt` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a074688221/itWorks.txt" contains "file1\n" [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.93s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 640dd28cfa36553b07aeb40c9451ab4f05ef84fe2c8855fe70d7d6406a864136:/file1 /tmp/test-cp-from-case-b344649368/testDir/` [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.97s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c390448919/file2" contains "file2\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 692edd7a75232d399590a4191ee0029955f0c71b28f1a824fdae9317dba72629:/root/file1 /tmp/test-cp-from-case-c390448919/file2` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c390448919/file2" contains "file1\n" [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.11s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 8186d7b3e973e6867fcf7779a398f46a01f2eba8cb43f3fa95d26fcf42eea9e0:/file1 /tmp/test-cp-from-case-d053073802/dir1` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d053073802/dir1/file1" contains "file1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 8186d7b3e973e6867fcf7779a398f46a01f2eba8cb43f3fa95d26fcf42eea9e0:/file1 /tmp/test-cp-from-case-d053073802/dir1/` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d053073802/dir1/file1" contains "file1\n" [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.10s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 63c804cff36f1794d7f63d9c9357d2f7d55e3cc737b6f01c3836321223a9a5f8:dir1 /tmp/test-cp-from-case-e544901985/testDir` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e544901985/testDir/file1-1" contains "file1-1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 63c804cff36f1794d7f63d9c9357d2f7d55e3cc737b6f01c3836321223a9a5f8:dir1 /tmp/test-cp-from-case-e544901985/testDir/` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e544901985/testDir/file1-1" contains "file1-1\n" [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.07s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp bc1688b2c4f20ccafab9c9fd626a1aa0fe3739179b388426d055bdbdb5e7cfc0:/root/dir1 /tmp/test-cp-from-case-f595386188/file1` [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.16s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 3ad94469126a4cdc1c92a1a2dbb4131742bc6c943b162677f29c688398e3a934:/root/dir1 /tmp/test-cp-from-case-g943737915/dir2` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g943737915/dir2/dir1/file1-1" contains "file1-1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 3ad94469126a4cdc1c92a1a2dbb4131742bc6c943b162677f29c688398e3a934:/root/dir1 /tmp/test-cp-from-case-g943737915/dir2/` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g943737915/dir2/dir1/file1-1" contains "file1-1\n" [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.08s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 54bad3b6f9114fff6630cf03c1a729c3b1e295094b1cd6c6dd7940b08d52677a:dir1/. /tmp/test-cp-from-case-h502792798/testDir` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h502792798/testDir/file1-1" contains "file1-1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 54bad3b6f9114fff6630cf03c1a729c3b1e295094b1cd6c6dd7940b08d52677a:dir1/. /tmp/test-cp-from-case-h502792798/testDir/` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h502792798/testDir/file1-1" contains "file1-1\n" [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.96s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 7b18a0c9ef0ae69f9f81d92b5ffb86e262b8e31af13a864dd10a8d2adc83fb74:/root/dir1/. /tmp/test-cp-from-case-i832665125/file1` [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.09s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 35544534ead72a9aa645b3752ecd9d05bf1ca3bb2ffbc3f81396d5b87546a461:/root/dir1/. /tmp/test-cp-from-case-j063742272/dir2` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j063742272/dir2/file1-1" contains "file1-1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 35544534ead72a9aa645b3752ecd9d05bf1ca3bb2ffbc3f81396d5b87546a461:/root/dir1/. /tmp/test-cp-from-case-j063742272/dir2/` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j063742272/dir2/file1-1" contains "file1-1\n" [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.46s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 0e0a316d4960cdcc9c8fa41ab88b6530cc27720974e91d4732ce315447a596bd:/file2 /tmp/test-cp-from-err-dst-not-dir416125855/symlinkToFile1` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir416125855/symlinkToFile1" points to "file1" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir416125855/file1" contains "file2\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 0e0a316d4960cdcc9c8fa41ab88b6530cc27720974e91d4732ce315447a596bd:/file2 /tmp/test-cp-from-err-dst-not-dir416125855/symlinkToDir1` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir416125855/symlinkToDir1" points to "dir1" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir416125855/file2" contains "file2\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 0e0a316d4960cdcc9c8fa41ab88b6530cc27720974e91d4732ce315447a596bd:/file2 /tmp/test-cp-from-err-dst-not-dir416125855/brokenSymlinkToFileX` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir416125855/brokenSymlinkToFileX" points to "fileX" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir416125855/fileX" contains "file2\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 0e0a316d4960cdcc9c8fa41ab88b6530cc27720974e91d4732ce315447a596bd:/dir2 /tmp/test-cp-from-err-dst-not-dir416125855/symlinkToDir1` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir416125855/symlinkToDir1" points to "dir1" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir416125855/dir1/dir2/file2-1" contains "file2-1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp 0e0a316d4960cdcc9c8fa41ab88b6530cc27720974e91d4732ce315447a596bd:/dir2 /tmp/test-cp-from-err-dst-not-dir416125855/brokenSymlinkToDirX` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir416125855/brokenSymlinkToDirX" points to "dirX" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir416125855/dirX/file2-1" contains "file2-1\n" [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.05s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.93s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.94s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.93s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.19s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.93s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.17s) [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.74s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a193469735/file1 c0b969b3feefb3eada06e34ebe014fa7db4af6c4cbd711de6e7bde691ceeee93:/root/itWorks.txt` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:279: checking that container "c0b969b3feefb3eada06e34ebe014fa7db4af6c4cbd711de6e7bde691ceeee93" start output contains "file1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:209: running `docker start -a c0b969b3feefb3eada06e34ebe014fa7db4af6c4cbd711de6e7bde691ceeee93` [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.85s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b785235546/file1 d5064a4f5d92e5a2f4a6096f1375c154534ff4ef15f048fa395cb873f9353b61:testDir/` [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.54s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:279: checking that container "ebe8da1f8b368e07cae448ec74ff127c2f716918494cc0ebf64abf20600ea27f" start output contains "file2\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:209: running `docker start -a ebe8da1f8b368e07cae448ec74ff127c2f716918494cc0ebf64abf20600ea27f` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c763591153/file1 ebe8da1f8b368e07cae448ec74ff127c2f716918494cc0ebf64abf20600ea27f:/root/file2` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:279: checking that container "ebe8da1f8b368e07cae448ec74ff127c2f716918494cc0ebf64abf20600ea27f" start output contains "file1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:209: running `docker start -a ebe8da1f8b368e07cae448ec74ff127c2f716918494cc0ebf64abf20600ea27f` [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.01s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:279: checking that container "eef2d95ac6311992a9b483e0acf0d9019ee0cef081e83832bf5d04a402586bb6" start output contains "" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:209: running `docker start -a eef2d95ac6311992a9b483e0acf0d9019ee0cef081e83832bf5d04a402586bb6` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d610978972/file1 eef2d95ac6311992a9b483e0acf0d9019ee0cef081e83832bf5d04a402586bb6:dir1` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:279: checking that container "eef2d95ac6311992a9b483e0acf0d9019ee0cef081e83832bf5d04a402586bb6" start output contains "file1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:209: running `docker start -a eef2d95ac6311992a9b483e0acf0d9019ee0cef081e83832bf5d04a402586bb6` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:279: checking that container "ca7c74b54417989f20a5129800237d68c8e7365ad605ee33c130069beead4513" start output contains "" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:209: running `docker start -a ca7c74b54417989f20a5129800237d68c8e7365ad605ee33c130069beead4513` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d610978972/file1 ca7c74b54417989f20a5129800237d68c8e7365ad605ee33c130069beead4513:dir1/` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:279: checking that container "ca7c74b54417989f20a5129800237d68c8e7365ad605ee33c130069beead4513" start output contains "file1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:209: running `docker start -a ca7c74b54417989f20a5129800237d68c8e7365ad605ee33c130069beead4513` [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.54s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e869656395/dir1 fdbdeb9417d654ee4d1ff2ce6e04dae2db5349de51dbb8fc451efde0a6c998e1:testDir` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:279: checking that container "fdbdeb9417d654ee4d1ff2ce6e04dae2db5349de51dbb8fc451efde0a6c998e1" start output contains "file1-1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:209: running `docker start -a fdbdeb9417d654ee4d1ff2ce6e04dae2db5349de51dbb8fc451efde0a6c998e1` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e869656395/dir1 fd4ade8e4dca903f03028e0ab1f6ed524cef2b767a82684e43b45553a324b7c3:testDir/` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:279: checking that container "fd4ade8e4dca903f03028e0ab1f6ed524cef2b767a82684e43b45553a324b7c3" start output contains "file1-1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:209: running `docker start -a fd4ade8e4dca903f03028e0ab1f6ed524cef2b767a82684e43b45553a324b7c3` [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.89s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f140784174/dir1 cb232ba544eb19b2b519759fa3f5c1aa3f3a63b6e3440d562af8ddbb9fcc2e5b:/root/file1` [2019-10-08T00:21:06.362Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.06s) [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:279: checking that container "9b1c110f225e04fc847ac1d87748f68ef6f16f389edc0aa6913fa2f77b64041b" start output contains "" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9b1c110f225e04fc847ac1d87748f68ef6f16f389edc0aa6913fa2f77b64041b` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g828562357/dir1 9b1c110f225e04fc847ac1d87748f68ef6f16f389edc0aa6913fa2f77b64041b:/root/dir2` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:279: checking that container "9b1c110f225e04fc847ac1d87748f68ef6f16f389edc0aa6913fa2f77b64041b" start output contains "file1-1\n" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9b1c110f225e04fc847ac1d87748f68ef6f16f389edc0aa6913fa2f77b64041b` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:279: checking that container "61f68a22c6aa31503e689fbc7d48254e5b5268cf43f2a4cfc009448d7911c5a7" start output contains "" [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:209: running `docker start -a 61f68a22c6aa31503e689fbc7d48254e5b5268cf43f2a4cfc009448d7911c5a7` [2019-10-08T00:21:06.362Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g828562357/dir1 61f68a22c6aa31503e689fbc7d48254e5b5268cf43f2a4cfc009448d7911c5a7:/dir2/` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:279: checking that container "61f68a22c6aa31503e689fbc7d48254e5b5268cf43f2a4cfc009448d7911c5a7" start output contains "file1-1\n" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:209: running `docker start -a 61f68a22c6aa31503e689fbc7d48254e5b5268cf43f2a4cfc009448d7911c5a7` [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.37s) [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h527803792/dir1/. a901af06c27b91c72c0bf71ae4ebb2b24d6fc5694159acf17a96f9d9afc07333:testDir` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:279: checking that container "a901af06c27b91c72c0bf71ae4ebb2b24d6fc5694159acf17a96f9d9afc07333" start output contains "file1-1\n" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:209: running `docker start -a a901af06c27b91c72c0bf71ae4ebb2b24d6fc5694159acf17a96f9d9afc07333` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h527803792/dir1/. da59d600ed5da1bb4d9dea05ee8384aeecb55efbb139a0f30688242098d045b5:testDir/` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:279: checking that container "da59d600ed5da1bb4d9dea05ee8384aeecb55efbb139a0f30688242098d045b5" start output contains "file1-1\n" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:209: running `docker start -a da59d600ed5da1bb4d9dea05ee8384aeecb55efbb139a0f30688242098d045b5` [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.90s) [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i139452847/dir1/. 2d6123e6cf852af5a27e71ce9f6cec039a2f3942ab2341c5e713633e45bea1dd:/root/file1` [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.01s) [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:279: checking that container "78639969578e81951bffded725c8ca16d1849cba2f2a7b23868fcd06cb20fdf1" start output contains "" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:209: running `docker start -a 78639969578e81951bffded725c8ca16d1849cba2f2a7b23868fcd06cb20fdf1` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j465079106/dir1/. 78639969578e81951bffded725c8ca16d1849cba2f2a7b23868fcd06cb20fdf1:/dir2` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:279: checking that container "78639969578e81951bffded725c8ca16d1849cba2f2a7b23868fcd06cb20fdf1" start output contains "file1-1\n" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:209: running `docker start -a 78639969578e81951bffded725c8ca16d1849cba2f2a7b23868fcd06cb20fdf1` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:279: checking that container "b9d8e38eae009ce5ae0115ef4b988e8ed1460bfc46314e3006cfdd98786ad35c" start output contains "" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:209: running `docker start -a b9d8e38eae009ce5ae0115ef4b988e8ed1460bfc46314e3006cfdd98786ad35c` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j465079106/dir1/. b9d8e38eae009ce5ae0115ef4b988e8ed1460bfc46314e3006cfdd98786ad35c:/dir2/` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:279: checking that container "b9d8e38eae009ce5ae0115ef4b988e8ed1460bfc46314e3006cfdd98786ad35c" start output contains "file1-1\n" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:209: running `docker start -a b9d8e38eae009ce5ae0115ef4b988e8ed1460bfc46314e3006cfdd98786ad35c` [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.97s) [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions231020473/permdirtest permtest:/` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCpToDot (0.91s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.70s) [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs040586835/file1 36e846ce8df22dbd341807f02c40a2562020beab1f255e31fe4aee50acaf1eee:/root/shouldNotExist` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:279: checking that container "36e846ce8df22dbd341807f02c40a2562020beab1f255e31fe4aee50acaf1eee" start output contains "" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:209: running `docker start -a 36e846ce8df22dbd341807f02c40a2562020beab1f255e31fe4aee50acaf1eee` [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.78s) [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume274833814/file1 9d62ca85725a87b61d2714cc990182e09779066245c1a90ba2b5c9baaad84765:/vol_ro/shouldNotExist` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:279: checking that container "9d62ca85725a87b61d2714cc990182e09779066245c1a90ba2b5c9baaad84765" start output contains "" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9d62ca85725a87b61d2714cc990182e09779066245c1a90ba2b5c9baaad84765` [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCpToStdout (0.92s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.32s) [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-125088253/file2 d8b4385e820bcc56637d76ade6f323f95855f666f04746feaa531de4b234aeed:/vol2/symlinkToFile1` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-125088253/symlinkToFile1" points to "file1" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-125088253/file1" contains "file2\n" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-125088253/file2 d8b4385e820bcc56637d76ade6f323f95855f666f04746feaa531de4b234aeed:/vol2/symlinkToDir1` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-125088253/symlinkToDir1" points to "dir1" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-125088253/file2" contains "file2\n" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-125088253/file2 d8b4385e820bcc56637d76ade6f323f95855f666f04746feaa531de4b234aeed:/vol2/brokenSymlinkToFileX` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-125088253/brokenSymlinkToFileX" points to "fileX" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-125088253/fileX" contains "file2\n" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-125088253//dir2 d8b4385e820bcc56637d76ade6f323f95855f666f04746feaa531de4b234aeed:/vol2/symlinkToDir1` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-125088253/symlinkToDir1" points to "dir1" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-125088253/dir1/dir2/file2-1" contains "file2-1\n" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-125088253//dir2 d8b4385e820bcc56637d76ade6f323f95855f666f04746feaa531de4b234aeed:/vol2/brokenSymlinkToDirX` [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-125088253/brokenSymlinkToDirX" points to "dirX" [2019-10-08T00:21:06.363Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-125088253/dirX/file2-1" contains "file2-1\n" [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.40s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.93s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.71s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateArgs (0.10s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.70s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.83s) [2019-10-08T00:21:06.363Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-08T00:21:06.363Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.80s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.39s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.16s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateRM (0.20s) [2019-10-08T00:21:06.363Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-08T00:21:06.363Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.15s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.65s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.11s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.72s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.14s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.84s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.97s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (1.13s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.94s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.68s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.85s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.76s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.80s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.28s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.85s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.51s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.13s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.76s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.98s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.83s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.15s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.18s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsAttach (0.89s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsCommit (1.01s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.83s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.82s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.84s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (2.04s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.85s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.21s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.51s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsCopy (1.43s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.68s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.76s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.41s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.45s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.86s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.16s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.35s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.12s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFilters (1.79s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFormat (1.82s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.10s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.32s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.63s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.36s) [2019-10-08T00:21:06.363Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-08T00:21:06.363Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:21:06.363Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-08T00:21:06.363Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsPluginOps (3.20s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (1.04s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsRename (0.93s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsResize (0.91s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.82s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.96s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.78s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.06s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsTop (0.83s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.73s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExec (0.94s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.85s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.83s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.84s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.90s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.92s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.79s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.88s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.89s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.92s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.94s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.88s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecCgroup (1.81s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecEnv (1.00s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.94s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.55s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecInspectID (2.96s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecInteractive (0.97s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.97s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.15s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecParseError (0.92s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.83s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.81s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.16s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.93s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecStartFails (0.87s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.03s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.93s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecTTY (0.86s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.95s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.86s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecUlimits (0.91s) [2019-10-08T00:21:06.363Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2019-10-08T00:21:06.363Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.02s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.99s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.26s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.97s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestExecWithUser (1.05s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.90s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.06s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.02s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.16s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (1.73s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestHealth (21.18s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.96s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.03s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.14s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.30s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.27s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.48s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.87s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.87s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.97s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.85s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.90s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImportDisplay (1.60s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImportFile (1.80s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2019-10-08T00:21:06.363Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (2.03s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestImportGzipped (2.00s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.83s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInfoDebug (0.53s) [2019-10-08T00:21:06.364Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug" [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.60s) [2019-10-08T00:21:06.364Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName" [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.53s) [2019-10-08T00:21:06.364Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend" [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-10-08T00:21:06.364Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise" [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.03s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (1.05s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.86s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInfoFormat (0.04s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.53s) [2019-10-08T00:21:06.364Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries" [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.85s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.87s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.81s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.76s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.80s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.85s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.66s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.78s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.78s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.81s) [2019-10-08T00:21:06.364Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-08T00:21:06.364Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.30s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.92s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectDefault (0.81s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectHistory (1.09s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2019-10-08T00:21:06.364Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-08T00:21:06.364Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.88s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.89s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.79s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.01s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.11s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.05s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectStatus (1.15s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.95s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.88s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.91s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.97s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.91s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.91s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.99s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.05s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.89s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.84s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksEnvs (2.35s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.44s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.85s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (3.08s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.65s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.44s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.52s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.15s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.73s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.68s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.00s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.82s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.59s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.36s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.84s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.81s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.84s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.83s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.80s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.81s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.15s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.17s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.15s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.28s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.09s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.34s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.85s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.83s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsSince (6.89s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.85s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.77s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsTail (0.93s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.90s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.74s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.51s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.82s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestNetHostname (2.65s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.40s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.59s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.53s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (1.12s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPluginActive (1.76s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (9.27s) [2019-10-08T00:21:06.364Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-08T00:21:06.364Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.24s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.55s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (2.01s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.57s) [2019-10-08T00:21:06.364Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector" [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPluginUpgrade (7.16s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.48s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.63s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.63s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPortList (10.80s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.83s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.44s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.84s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.81s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.64s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.10s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.48s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.15s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.62s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.31s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.11s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsByOrder (3.54s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.24s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.78s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.61s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.03s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.26s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.60s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.46s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.60s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.57s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.79s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.66s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.60s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.18s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.87s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.46s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.50s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.84s) [2019-10-08T00:21:06.364Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-08T00:21:06.364Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.34s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.18s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.27s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.93s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.60s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.94s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.83s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.24s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.47s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.38s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.10s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.10s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.30s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.68s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.52s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.91s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (2.05s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.13s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.02s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.06s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.31s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.92s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.99s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.19s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.15s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiTag (0.16s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.70s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.74s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.99s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.03s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.43s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.80s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAddHost (0.81s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.51s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.70s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.78s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.71s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.76s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.87s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.90s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.52s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.56s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.98s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.91s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.92s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.85s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.93s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.06s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.16s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.85s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.85s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.78s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.46s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.80s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.81s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.81s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.84s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.83s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.83s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.94s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.94s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.82s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.99s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.23s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.88s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.88s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.79s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.12s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.79s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.58s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.73s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.56s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.83s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.79s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.75s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.80s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.89s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.93s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.74s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.81s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.37s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.84s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.57s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.73s) [2019-10-08T00:21:06.364Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-08T00:21:06.364Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.364Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-08T00:21:06.364Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.79s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.93s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.62s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.45s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.78s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.72s) [2019-10-08T00:21:06.364Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.77s) [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-08T00:21:06.365Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.84s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.64s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.82s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.80s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.82s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.89s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.78s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.77s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.80s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.78s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunExitCode (0.77s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.81s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.81s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.82s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.78s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.78s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.75s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.36s) [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-08T00:21:06.365Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.57s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.85s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.57s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.13s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.70s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.79s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.26s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.65s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.66s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.83s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.69s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.75s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.16s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.23s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.62s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.29s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.67s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.23s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.65s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.62s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunMount (6.51s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.79s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.80s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.63s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.30s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.30s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.32s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.53s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.64s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.30s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.75s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNetHost (1.15s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.88s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.73s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.24s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.36s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.68s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.78s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.14s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.91s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.13s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.78s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.72s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.24s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.83s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (1.04s) [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-08T00:21:06.365Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.88s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.81s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.83s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.97s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.78s) [2019-10-08T00:21:06.365Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.75s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.81s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.69s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.72s) [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-08T00:21:06.365Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunPublishPort (1.02s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.75s) [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-08T00:21:06.365Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.94s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.69s) [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-08T00:21:06.365Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.49s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.46s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunRm (0.85s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.99s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.72s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.87s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.89s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.97s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.03s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (4.86s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.82s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.87s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.71s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.82s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.85s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.90s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.94s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.91s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.77s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.75s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunState (1.72s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.83s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.95s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.22s) [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-08T00:21:06.365Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.88s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.83s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunSysctls (1.52s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.84s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.59s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.79s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.84s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.01s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.10s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.80s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.80s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.79s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.31s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.27s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunUserByID (0.81s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.16s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.85s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunUserByName (0.77s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.80s) [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-08T00:21:06.365Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.81s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.54s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.81s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.10s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.45s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.60s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.38s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.75s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.79s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.77s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.93s) [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-08T00:21:06.365Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-08T00:21:06.365Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-08T00:21:06.365Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.78s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.99s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.80s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.65s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.80s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.81s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.94s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.17s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.15s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.16s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.19s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.18s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.94s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.90s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.85s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.00s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.29s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.83s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.81s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.84s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.83s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.61s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.84s) [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-08T00:21:06.365Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.70s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.68s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.75s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.68s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.78s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.12s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.15s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.28s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.95s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.54s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.04s) [2019-10-08T00:21:06.365Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents083879783 [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.78s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.54s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.66s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.41s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.46s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.47s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.58s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.56s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.10s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.63s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.92s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.82s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.89s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStartRecordError (1.87s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.53s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.16s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.69s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.30s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.82s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.99s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.92s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.85s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.91s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.92s) [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-08T00:21:06.365Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.81s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.42s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.51s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.79s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.86s) [2019-10-08T00:21:06.365Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-08T00:21:06.365Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.98s) [2019-10-08T00:21:06.365Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.86s) [2019-10-08T00:21:06.366Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-08T00:21:06.366Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.66s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.99s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.95s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.69s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUpdateStats (4.44s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.59s) [2019-10-08T00:21:06.366Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-08T00:21:06.366Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.10s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.00s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.44s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.79s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.32s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.72s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.35s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.50s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.40s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.49s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.65s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.64s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.50s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.52s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.43s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.45s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.38s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.04s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.84s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.88s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.97s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.60s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.17s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.89s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.64s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.27s) [2019-10-08T00:21:06.366Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.30s) [2019-10-08T00:21:06.366Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2019-10-08T00:21:06.366Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-08T00:21:06.366Z] === RUN TestDockerRegistrySuite [2019-10-08T00:21:06.366Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-08T00:21:07.725Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-08T00:21:09.606Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-08T00:21:09.785Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-08T00:21:11.280Z] --- PASS: TestDockerNetworkMacvlan (15.72s) [2019-10-08T00:21:11.280Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-08T00:21:11.280Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-10-08T00:21:11.280Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-08T00:21:11.280Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2019-10-08T00:21:11.280Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-08T00:21:11.280Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.29s) [2019-10-08T00:21:11.280Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-08T00:21:11.280Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.29s) [2019-10-08T00:21:11.280Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-08T00:21:11.280Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.44s) [2019-10-08T00:21:11.280Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-08T00:21:11.280Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.99s) [2019-10-08T00:21:11.280Z] PASS [2019-10-08T00:21:11.280Z] [2019-10-08T00:21:11.280Z] DONE 8 tests in 17.322s [2019-10-08T00:21:11.280Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-08T00:21:11.280Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:21:11.280Z] ++ set -e [2019-10-08T00:21:11.280Z] ++ '[' -n 0 ']' [2019-10-08T00:21:11.280Z] ++ set -x [2019-10-08T00:21:11.280Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:21:11.280Z] testing: warning: no tests to run [2019-10-08T00:21:11.280Z] PASS [2019-10-08T00:21:11.280Z] [2019-10-08T00:21:11.280Z] DONE 0 tests in 0.016s [2019-10-08T00:21:11.280Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-08T00:21:11.280Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:21:11.280Z] ++ set -e [2019-10-08T00:21:11.280Z] ++ '[' -n 0 ']' [2019-10-08T00:21:11.280Z] ++ set -x [2019-10-08T00:21:11.280Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:21:11.280Z] INFO: Testing against a local daemon [2019-10-08T00:21:11.280Z] === RUN TestAuthZPluginAllowRequest [2019-10-08T00:21:11.488Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-08T00:21:11.488Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-08T00:21:13.336Z] --- PASS: TestAuthZPluginAllowRequest (1.70s) [2019-10-08T00:21:13.336Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-08T00:21:13.336Z] === RUN TestAuthZPluginTLS [2019-10-08T00:21:13.618Z] --- PASS: TestAuthZPluginTLS (0.60s) [2019-10-08T00:21:13.618Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-08T00:21:13.618Z] === RUN TestAuthZPluginDenyRequest [2019-10-08T00:21:14.240Z] --- PASS: TestAuthZPluginDenyRequest (0.58s) [2019-10-08T00:21:14.240Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-08T00:21:14.240Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-08T00:21:14.862Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.59s) [2019-10-08T00:21:14.862Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-08T00:21:14.862Z] === RUN TestAuthZPluginDenyResponse [2019-10-08T00:21:15.514Z] --- PASS: TestAuthZPluginDenyResponse (0.60s) [2019-10-08T00:21:15.514Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-08T00:21:15.514Z] === RUN TestAuthZPluginAllowEventStream [2019-10-08T00:21:15.642Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-08T00:21:17.541Z] --- PASS: TestAuthZPluginAllowEventStream (1.74s) [2019-10-08T00:21:17.541Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-08T00:21:17.541Z] === RUN TestAuthZPluginErrorResponse [2019-10-08T00:21:17.825Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-10-08T00:21:17.825Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-08T00:21:17.825Z] === RUN TestAuthZPluginErrorRequest [2019-10-08T00:21:18.454Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-10-08T00:21:18.454Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-08T00:21:18.454Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-08T00:21:19.069Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.59s) [2019-10-08T00:21:19.069Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-08T00:21:19.069Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-08T00:21:19.812Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-08T00:21:21.098Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.27s) [2019-10-08T00:21:21.098Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-08T00:21:21.098Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-08T00:21:21.890Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-08T00:21:21.890Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-08T00:21:21.890Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-08T00:21:23.796Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.21s) [2019-10-08T00:21:23.796Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-08T00:21:23.796Z] === RUN TestAuthZPluginHeader [2019-10-08T00:21:23.968Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-08T00:21:24.412Z] --- PASS: TestAuthZPluginHeader (0.98s) [2019-10-08T00:21:24.412Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-08T00:21:24.412Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-08T00:21:24.412Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-08T00:21:24.412Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:21:24.412Z] === RUN TestAuthZPluginV2Disable [2019-10-08T00:21:24.412Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-08T00:21:24.412Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:21:24.412Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-08T00:21:24.412Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-08T00:21:24.412Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:21:24.412Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-08T00:21:24.412Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-08T00:21:24.412Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:21:24.412Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-08T00:21:25.326Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-08T00:21:26.684Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-08T00:21:28.044Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-08T00:21:29.404Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-08T00:21:31.284Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-08T00:21:32.207Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-08T00:21:33.568Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-08T00:21:36.078Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-08T00:21:37.959Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-10-08T00:21:38.883Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-08T00:21:40.243Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-08T00:21:42.880Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.98s) [2019-10-08T00:21:42.881Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-08T00:21:42.881Z] PASS [2019-10-08T00:21:42.881Z] [2019-10-08T00:21:42.881Z] === Skipped [2019-10-08T00:21:42.881Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-08T00:21:42.881Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:21:42.881Z] [2019-10-08T00:21:42.881Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-08T00:21:42.881Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:21:42.881Z] [2019-10-08T00:21:42.881Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-08T00:21:42.881Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:21:42.881Z] [2019-10-08T00:21:42.881Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-08T00:21:42.881Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:21:42.881Z] [2019-10-08T00:21:42.881Z] [2019-10-08T00:21:42.881Z] DONE 17 tests, 4 skipped in 30.123s [2019-10-08T00:21:42.881Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-08T00:21:42.881Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:21:42.881Z] ++ set -e [2019-10-08T00:21:42.881Z] ++ '[' -n 0 ']' [2019-10-08T00:21:42.881Z] ++ set -x [2019-10-08T00:21:42.881Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:21:42.881Z] INFO: Testing against a local daemon [2019-10-08T00:21:42.881Z] === RUN TestPluginInvalidJSON [2019-10-08T00:21:42.881Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-08T00:21:42.881Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-08T00:21:42.881Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-08T00:21:42.881Z] --- PASS: TestPluginInvalidJSON (0.06s) [2019-10-08T00:21:42.881Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-08T00:21:42.881Z] PASS [2019-10-08T00:21:42.881Z] [2019-10-08T00:21:42.881Z] DONE 2 tests in 0.174s [2019-10-08T00:21:42.881Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-08T00:21:42.881Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:21:42.881Z] ++ set -e [2019-10-08T00:21:42.881Z] ++ '[' -n 0 ']' [2019-10-08T00:21:42.881Z] ++ set -x [2019-10-08T00:21:42.881Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:21:42.881Z] INFO: Testing against a local daemon [2019-10-08T00:21:42.881Z] === RUN TestExternalGraphDriver [2019-10-08T00:21:42.881Z] === RUN TestExternalGraphDriver/json [2019-10-08T00:21:44.367Z] === RUN TestExternalGraphDriver/spec [2019-10-08T00:21:44.396Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-08T00:21:44.956Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-08T00:21:45.210Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-08T00:21:46.400Z] === RUN TestExternalGraphDriver/pull [2019-10-08T00:21:46.574Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-08T00:21:47.932Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-08T00:21:48.897Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-08T00:21:49.095Z] --- PASS: TestExternalGraphDriver (7.11s) [2019-10-08T00:21:49.095Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-08T00:21:49.095Z] --- PASS: TestExternalGraphDriver/json (2.10s) [2019-10-08T00:21:49.095Z] --- PASS: TestExternalGraphDriver/spec (2.07s) [2019-10-08T00:21:49.095Z] --- PASS: TestExternalGraphDriver/pull (2.52s) [2019-10-08T00:21:49.095Z] === RUN TestGraphdriverPluginV2 [2019-10-08T00:21:49.095Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-10-08T00:21:49.095Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:21:49.095Z] PASS [2019-10-08T00:21:49.095Z] [2019-10-08T00:21:49.095Z] === Skipped [2019-10-08T00:21:49.095Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2019-10-08T00:21:49.095Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:21:49.095Z] [2019-10-08T00:21:49.095Z] [2019-10-08T00:21:49.095Z] DONE 5 tests, 1 skipped in 7.283s [2019-10-08T00:21:49.095Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-08T00:21:49.095Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:21:49.095Z] ++ set -e [2019-10-08T00:21:49.095Z] ++ '[' -n 0 ']' [2019-10-08T00:21:49.095Z] ++ set -x [2019-10-08T00:21:49.095Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:21:49.095Z] INFO: Testing against a local daemon [2019-10-08T00:21:49.095Z] === RUN TestContinueAfterPluginCrash [2019-10-08T00:21:49.095Z] === PAUSE TestContinueAfterPluginCrash [2019-10-08T00:21:49.095Z] === RUN TestDaemonStartWithLogOpt [2019-10-08T00:21:49.095Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-08T00:21:49.095Z] === CONT TestContinueAfterPluginCrash [2019-10-08T00:21:49.095Z] === CONT TestDaemonStartWithLogOpt [2019-10-08T00:21:51.404Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-10-08T00:21:52.774Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-08T00:21:53.028Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-08T00:21:54.387Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-08T00:21:54.641Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-10-08T00:21:54.896Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-08T00:21:54.896Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-08T00:21:55.150Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-08T00:21:55.709Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-08T00:21:55.963Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-08T00:21:55.963Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-08T00:21:57.567Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-08T00:21:57.848Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-08T00:21:57.848Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-10-08T00:22:00.355Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-08T00:22:01.279Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-08T00:22:02.640Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-08T00:22:03.563Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-10-08T00:22:03.563Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-08T00:22:04.485Z] --- PASS: TestDockerRegistrySuite (58.35s) [2019-10-08T00:22:04.485Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.66s) [2019-10-08T00:22:04.485Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest" [2019-10-08T00:22:04.485Z] check_test.go:196: Daemon d597c66ebc561 is not started [2019-10-08T00:22:04.485Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.67s) [2019-10-08T00:22:04.485Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull" [2019-10-08T00:22:04.485Z] check_test.go:196: Daemon d65d3f938c335 is not started [2019-10-08T00:22:04.485Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.82s) [2019-10-08T00:22:04.485Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull" [2019-10-08T00:22:04.485Z] check_test.go:196: Daemon d7da85d066f91 is not started [2019-10-08T00:22:04.485Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2019-10-08T00:22:04.485Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentFailingPull" [2019-10-08T00:22:04.485Z] check_test.go:196: Daemon d93993c28dbf2 is not started [2019-10-08T00:22:04.485Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.18s) [2019-10-08T00:22:04.485Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags" [2019-10-08T00:22:04.485Z] check_test.go:196: Daemon d32539600e003 is not started [2019-10-08T00:22:04.485Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.21s) [2019-10-08T00:22:04.485Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullWholeRepo" [2019-10-08T00:22:04.485Z] check_test.go:196: Daemon d5daa2caa5e4e is not started [2019-10-08T00:22:04.485Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.23s) [2019-10-08T00:22:04.485Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush" [2019-10-08T00:22:04.485Z] check_test.go:196: Daemon db87572f4a5f0 is not started [2019-10-08T00:22:04.485Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.39s) [2019-10-08T00:22:04.485Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest" [2019-10-08T00:22:04.485Z] check_test.go:196: Daemon d0ebcaf5c785a is not started [2019-10-08T00:22:04.485Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.26s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d18f49341aaad is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.38s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d306ec5af7d7a is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.43s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d0d468f83056b is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.41s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon db67c80a30d4b is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.28s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d5321006e773e is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.32s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d816a9f0960c9 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.55s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests" [2019-10-08T00:22:04.486Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:28dd219e3f95a1bef71c4198cdc0e735b3808df40dccc98142880cce30fed5ae [2019-10-08T00:22:04.486Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:95c405ec98f0a3d8ecf085c4249bdec88d9744c7baf2145c8708f606171805f4 [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon de135b9c3d6f6 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.70s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests" [2019-10-08T00:22:04.486Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b417702ddecd146745060d66193280cdba9c626a51e46789c8ab790f0ab33c9f [2019-10-08T00:22:04.486Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:20632b65a89e15d406950431971aca19aec2160a94c26b99d97e7129d9216acb [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d493f84b519d7 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.61s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d8608353c336f is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.34s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d6ed3cf85e146 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.32s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d44a2d3b95f03 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d8d52497dc695 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.30s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d782d45b0cc2f is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.21s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon dde8c77d2f693 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.23s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d3c1865f90fd3 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.76s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon da4ef1fded466 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon db9caf0086c8d is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.37s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d69bfd595bd48 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.47s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d37e415cc837f is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon dfedcbfeb60b4 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d6c33900ecd9b is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.32s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d47d1abb7de59 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.31s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon db69d75fb6654 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d299845a4d8cb is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.58s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon df6a8dc3222a3 is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.42s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d9a12c5d3851a is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.15s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d358c63ce157f is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.47s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest" [2019-10-08T00:22:04.486Z] check_test.go:196: Daemon d3057f5a8025c is not started [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.00s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough" [2019-10-08T00:22:04.486Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.85s) [2019-10-08T00:22:04.486Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only" [2019-10-08T00:22:04.486Z] === RUN TestDockerSchema1RegistrySuite [2019-10-08T00:22:04.486Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-08T00:22:04.740Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-08T00:22:06.621Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-10-08T00:22:07.619Z] --- PASS: TestDaemonStartWithLogOpt (16.27s) [2019-10-08T00:22:07.620Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-08T00:22:09.129Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-08T00:22:10.308Z] --- PASS: TestContinueAfterPluginCrash (21.08s) [2019-10-08T00:22:10.308Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-08T00:22:10.308Z] PASS [2019-10-08T00:22:10.308Z] [2019-10-08T00:22:10.308Z] DONE 2 tests in 21.210s [2019-10-08T00:22:10.308Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-08T00:22:10.308Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:22:10.308Z] ++ set -e [2019-10-08T00:22:10.308Z] ++ '[' -n 0 ']' [2019-10-08T00:22:10.308Z] ++ set -x [2019-10-08T00:22:10.308Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:22:10.308Z] INFO: Testing against a local daemon [2019-10-08T00:22:10.308Z] === RUN TestPluginWithDevMounts [2019-10-08T00:22:10.308Z] === PAUSE TestPluginWithDevMounts [2019-10-08T00:22:10.308Z] === CONT TestPluginWithDevMounts [2019-10-08T00:22:13.011Z] --- PASS: TestPluginWithDevMounts (2.34s) [2019-10-08T00:22:13.011Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-08T00:22:13.011Z] PASS [2019-10-08T00:22:13.011Z] [2019-10-08T00:22:13.011Z] DONE 1 tests in 2.481s [2019-10-08T00:22:13.011Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-10-08T00:22:13.011Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:22:13.011Z] ++ set -e [2019-10-08T00:22:13.011Z] ++ '[' -n 0 ']' [2019-10-08T00:22:13.011Z] ++ set -x [2019-10-08T00:22:13.011Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:22:13.011Z] INFO: Testing against a local daemon [2019-10-08T00:22:13.011Z] === RUN TestSecretInspect [2019-10-08T00:22:14.361Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-08T00:22:15.256Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-08T00:22:15.725Z] --- PASS: TestSecretInspect (2.37s) [2019-10-08T00:22:15.725Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-08T00:22:15.725Z] === RUN TestSecretList [2019-10-08T00:22:17.768Z] --- PASS: TestSecretList (2.23s) [2019-10-08T00:22:17.768Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-08T00:22:17.768Z] === RUN TestSecretsCreateAndDelete [2019-10-08T00:22:18.162Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-08T00:22:18.516Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-08T00:22:19.440Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-08T00:22:19.802Z] --- PASS: TestSecretsCreateAndDelete (2.33s) [2019-10-08T00:22:19.802Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-08T00:22:19.802Z] === RUN TestSecretsUpdate [2019-10-08T00:22:20.800Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-08T00:22:21.054Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-08T00:22:22.412Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-08T00:22:22.481Z] --- PASS: TestSecretsUpdate (2.27s) [2019-10-08T00:22:22.481Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-08T00:22:22.481Z] === RUN TestTemplatedSecret [2019-10-08T00:22:23.782Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-08T00:22:23.947Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-08T00:22:25.141Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-08T00:22:25.196Z] --- PASS: TestTemplatedSecret (2.99s) [2019-10-08T00:22:25.196Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-08T00:22:25.196Z] === RUN TestSecretCreateResolve [2019-10-08T00:22:27.232Z] --- PASS: TestSecretCreateResolve (2.25s) [2019-10-08T00:22:27.232Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-08T00:22:27.232Z] PASS [2019-10-08T00:22:27.232Z] [2019-10-08T00:22:27.232Z] DONE 6 tests in 14.590s [2019-10-08T00:22:27.232Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-10-08T00:22:27.232Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:22:27.232Z] ++ set -e [2019-10-08T00:22:27.232Z] ++ '[' -n 0 ']' [2019-10-08T00:22:27.232Z] ++ set -x [2019-10-08T00:22:27.232Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:22:27.521Z] INFO: Testing against a local daemon [2019-10-08T00:22:27.521Z] === RUN TestServiceCreateInit [2019-10-08T00:22:27.521Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-08T00:22:29.338Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-08T00:22:29.338Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-08T00:22:29.731Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-08T00:22:29.896Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-08T00:22:29.896Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-08T00:22:30.455Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-08T00:22:30.455Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-08T00:22:31.014Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite (26.61s) [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentFailingPull" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon d172ac14a373d is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.59s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon da83782506ae1 is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.39s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon dd43f9f21bd12 is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.50s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon d5a0c9f045bb0 is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.32s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon d42b85540563e is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.48s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon d0513f7f7abf4 is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon df648e9d486ee is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.39s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon d7f16864f173e is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.35s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon d5ad0d55e5d01 is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.27s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon d824f00210cf1 is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.83s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon de343ed48affe is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon d4dfd259496ef is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.57s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon ddbe04de8c979 is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon d9d9f9d05aae9 is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon dd32884439a92 is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.30s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon d9a58716b43e4 is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon dbf1c34b45846 is not started [2019-10-08T00:22:31.014Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-10-08T00:22:31.014Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged" [2019-10-08T00:22:31.014Z] check_test.go:223: Daemon d5d5716cfec6a is not started [2019-10-08T00:22:31.014Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-08T00:22:31.014Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-08T00:22:31.937Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-08T00:22:31.938Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-08T00:22:32.497Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-08T00:22:32.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-08T00:22:34.110Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-08T00:22:34.110Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-08T00:22:34.670Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-08T00:22:35.228Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-08T00:22:35.228Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.13s) [2019-10-08T00:22:35.228Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.96s) [2019-10-08T00:22:35.228Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry" [2019-10-08T00:22:35.228Z] check_test.go:252: Daemon d4e3b2eb4e1b5 is not started [2019-10-08T00:22:35.228Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.53s) [2019-10-08T00:22:35.228Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth" [2019-10-08T00:22:35.228Z] check_test.go:252: Daemon de2a1eabb3de0 is not started [2019-10-08T00:22:35.228Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2019-10-08T00:22:35.228Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry" [2019-10-08T00:22:35.228Z] check_test.go:252: Daemon d104073eb85ed is not started [2019-10-08T00:22:35.228Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.24s) [2019-10-08T00:22:35.229Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth" [2019-10-08T00:22:35.229Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.24s) [2019-10-08T00:22:35.229Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored" [2019-10-08T00:22:35.229Z] check_test.go:252: Daemon d3ac5375b162b is not started [2019-10-08T00:22:35.229Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.36s) [2019-10-08T00:22:35.229Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth" [2019-10-08T00:22:35.229Z] check_test.go:252: Daemon d5220589f666f is not started [2019-10-08T00:22:35.229Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.49s) [2019-10-08T00:22:35.229Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme" [2019-10-08T00:22:35.229Z] check_test.go:252: Daemon dd1dc6f763fb7 is not started [2019-10-08T00:22:35.229Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2019-10-08T00:22:35.229Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry" [2019-10-08T00:22:35.229Z] check_test.go:252: Daemon d22447bab585c is not started [2019-10-08T00:22:35.229Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-08T00:22:35.229Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-08T00:22:36.335Z] --- PASS: TestServiceCreateInit (8.75s) [2019-10-08T00:22:36.335Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.38s) [2019-10-08T00:22:36.335Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-08T00:22:36.335Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.32s) [2019-10-08T00:22:36.335Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-08T00:22:36.335Z] === RUN TestCreateServiceMultipleTimes [2019-10-08T00:22:40.498Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-08T00:22:40.498Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-08T00:22:40.752Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-08T00:22:40.753Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-08T00:22:41.007Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s) [2019-10-08T00:22:41.007Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2019-10-08T00:22:41.007Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError" [2019-10-08T00:22:41.007Z] check_test.go:279: Daemon d049db3e937f9 is not started [2019-10-08T00:22:41.007Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-10-08T00:22:41.007Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken" [2019-10-08T00:22:41.007Z] check_test.go:279: Daemon df779a5377755 is not started [2019-10-08T00:22:41.007Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-10-08T00:22:41.007Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized" [2019-10-08T00:22:41.007Z] check_test.go:279: Daemon d3a8c84edc8f2 is not started [2019-10-08T00:22:41.007Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-10-08T00:22:41.007Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable" [2019-10-08T00:22:41.007Z] check_test.go:279: Daemon db56ed33606d3 is not started [2019-10-08T00:22:41.007Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2019-10-08T00:22:41.007Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse" [2019-10-08T00:22:41.007Z] check_test.go:279: Daemon df069a4fcd57d is not started [2019-10-08T00:22:41.007Z] === RUN TestDockerNetworkSuite [2019-10-08T00:22:41.007Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2019-10-08T00:22:43.556Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-10-08T00:22:44.917Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-10-08T00:22:50.150Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-10-08T00:22:52.697Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-10-08T00:22:54.816Z] --- PASS: TestCreateServiceMultipleTimes (17.02s) [2019-10-08T00:22:54.816Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-08T00:22:54.816Z] === RUN TestCreateServiceConflict [2019-10-08T00:22:54.855Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-08T00:22:54.855Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-08T00:22:55.489Z] --- PASS: TestCreateServiceConflict (2.32s) [2019-10-08T00:22:55.489Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-08T00:22:55.489Z] === RUN TestCreateServiceMaxReplicas [2019-10-08T00:22:55.954Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-10-08T00:22:57.875Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-10-08T00:22:58.959Z] --- PASS: TestCreateServiceMaxReplicas (3.09s) [2019-10-08T00:22:58.959Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-08T00:22:58.959Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-08T00:23:00.646Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-08T00:23:00.646Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-08T00:23:00.646Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-08T00:23:00.646Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-08T00:23:01.158Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-10-08T00:23:03.553Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-08T00:23:04.416Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-10-08T00:23:07.674Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-10-08T00:23:08.597Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-10-08T00:23:09.341Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-08T00:23:10.876Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-08T00:23:10.876Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-08T00:23:11.105Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-10-08T00:23:11.334Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-08T00:23:11.664Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-10-08T00:23:13.026Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-10-08T00:23:14.208Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.42s) [2019-10-08T00:23:14.208Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-08T00:23:14.208Z] === RUN TestCreateServiceSecretFileMode [2019-10-08T00:23:14.233Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-08T00:23:14.386Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-10-08T00:23:14.824Z] --- PASS: TestCreateServiceSecretFileMode (2.65s) [2019-10-08T00:23:14.824Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-08T00:23:14.824Z] === RUN TestCreateServiceConfigFileMode [2019-10-08T00:23:14.945Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-10-08T00:23:15.767Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-08T00:23:16.303Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-10-08T00:23:16.558Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-10-08T00:23:16.732Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-08T00:23:18.297Z] --- PASS: TestCreateServiceConfigFileMode (3.12s) [2019-10-08T00:23:18.298Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-08T00:23:18.298Z] === RUN TestCreateServiceSysctls [2019-10-08T00:23:18.441Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2019-10-08T00:23:18.441Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-10-08T00:23:19.000Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-10-08T00:23:19.254Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-10-08T00:23:20.615Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2019-10-08T00:23:20.615Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-10-08T00:23:20.870Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-10-08T00:23:20.870Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-10-08T00:23:21.795Z] --- PASS: TestCreateServiceSysctls (3.81s) [2019-10-08T00:23:21.795Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-08T00:23:21.795Z] === RUN TestCreateServiceCapabilities [2019-10-08T00:23:22.230Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-10-08T00:23:24.112Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-10-08T00:23:24.112Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-10-08T00:23:24.368Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2019-10-08T00:23:24.368Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-10-08T00:23:24.526Z] --- PASS: TestCreateServiceCapabilities (2.75s) [2019-10-08T00:23:24.526Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-08T00:23:24.526Z] === RUN TestInspect [2019-10-08T00:23:28.002Z] --- PASS: TestInspect (3.13s) [2019-10-08T00:23:28.002Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-08T00:23:28.002Z] === RUN TestDockerNetworkConnectAlias [2019-10-08T00:23:28.524Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2019-10-08T00:23:31.532Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-08T00:23:31.779Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-10-08T00:23:33.065Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-08T00:23:33.608Z] --- PASS: TestDockerNetworkConnectAlias (5.32s) [2019-10-08T00:23:33.608Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-08T00:23:33.608Z] === RUN TestDockerNetworkReConnect [2019-10-08T00:23:37.081Z] --- PASS: TestDockerNetworkReConnect (4.20s) [2019-10-08T00:23:37.081Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-08T00:23:37.081Z] === RUN TestServicePlugin [2019-10-08T00:23:37.081Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-08T00:23:37.081Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:23:37.081Z] === RUN TestServiceUpdateLabel [2019-10-08T00:23:39.119Z] --- PASS: TestServiceUpdateLabel (2.22s) [2019-10-08T00:23:39.119Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-08T00:23:39.119Z] === RUN TestServiceUpdateSecrets [2019-10-08T00:23:39.936Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-10-08T00:23:41.757Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-08T00:23:41.820Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-10-08T00:23:41.820Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-10-08T00:23:42.743Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-10-08T00:23:42.997Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-10-08T00:23:42.997Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-10-08T00:23:43.251Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-10-08T00:23:43.251Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2019-10-08T00:23:43.251Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-10-08T00:23:45.486Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-08T00:23:47.406Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2019-10-08T00:23:47.406Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-10-08T00:23:47.406Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2019-10-08T00:23:48.765Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-10-08T00:23:53.996Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-10-08T00:23:54.250Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-10-08T00:23:54.364Z] --- PASS: TestServiceUpdateSecrets (14.98s) [2019-10-08T00:23:54.364Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-08T00:23:54.364Z] === RUN TestServiceUpdateConfigs [2019-10-08T00:23:55.798Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-08T00:23:58.404Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-10-08T00:23:58.404Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-10-08T00:23:58.404Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-10-08T00:23:59.769Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-10-08T00:24:00.480Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-08T00:24:01.128Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-10-08T00:24:02.487Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2019-10-08T00:24:02.487Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2019-10-08T00:24:03.846Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-10-08T00:24:04.770Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2019-10-08T00:24:04.770Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-10-08T00:24:06.653Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-10-08T00:24:07.545Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-08T00:24:08.003Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-08T00:24:08.003Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-08T00:24:08.003Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-08T00:24:09.591Z] --- PASS: TestServiceUpdateConfigs (14.96s) [2019-10-08T00:24:09.591Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-08T00:24:09.591Z] === RUN TestServiceUpdateNetwork [2019-10-08T00:24:10.179Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-08T00:24:10.179Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-08T00:24:14.757Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite (93.83s) [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.59s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestConntrackFlowsLeak" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d59a0ca4617fb is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.23s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d1bdd610e83e0 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.82s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d280b3b1a72e5 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.63s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon dc85a4bd173ad is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.66s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:1233: Daemon dcdba6babac1d is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.05s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon da919076e3f4a is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.52s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon df389f446becc is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.77s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d9e1ebc5000b8 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.80s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon da74461decd24 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (1.10s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d388f62a090d8 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.94s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon dbc4068965452 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.58s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithMac" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d6e5285f30765 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.58s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon da2ac640ec5ef is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.19s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDelete" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d6c24f83f8734 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.55s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d152102f70f75 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.52s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateHostBind" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d898df9b96c6a is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.22s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateLabel" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d835dacaafc81 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.09s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreatePredefined" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d35d3e3f6ea2f is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCustomIPAM" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d39a025820c1b is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.34s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d515fb9647027 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.53s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon db3e575e396fc is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.11s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d0b1cdbe7f2c2 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.43s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d4cc410dab783 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverOptions" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d85e3f8c9213d is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.71s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:968: Daemon d5bc82190a774 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.38s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkFlagAlias" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d73261532d435 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.14s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:1116: Daemon d45eb8e5bfa3f is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.22s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon dcd9847ec2a1a is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.91s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d50ee25c3db7d is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.11s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMOptions" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d3e62c0405861 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon dc1b044ec776d is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.13s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon ddb2351d47d3f is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.14s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d41c7383db1fc is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectDefault" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d1f22a4ed87a6 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.05s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d0c2dd3a5ebdb is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsDefault" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon ddaec8f192d5a is not started [2019-10-08T00:24:14.757Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-08T00:24:14.757Z] requirement.go:26: unmatched requirement OnlyDefaultNetworks [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon dffe401bea320 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.45s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMacInspect" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d936ae8040278 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.85s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart" [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.55s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:1084: Daemon d2bd5fd19eecd is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.03s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d2641a7a29cb4 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.40s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d028e46ad5a05 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.80s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d0cd3fcfaaf04 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2019-10-08T00:24:14.757Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRmPredefined" [2019-10-08T00:24:14.757Z] docker_cli_network_unix_test.go:46: Daemon d92501bd62799 is not started [2019-10-08T00:24:14.757Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.39s) [2019-10-08T00:24:14.758Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRunNetByID" [2019-10-08T00:24:14.758Z] docker_cli_network_unix_test.go:46: Daemon d8bd2a1847b4d is not started [2019-10-08T00:24:14.758Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.84s) [2019-10-08T00:24:14.758Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP" [2019-10-08T00:24:14.758Z] docker_cli_network_unix_test.go:46: Daemon d84f14bd9812d is not started [2019-10-08T00:24:14.758Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.60s) [2019-10-08T00:24:14.758Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkValidateIP" [2019-10-08T00:24:14.758Z] docker_cli_network_unix_test.go:46: Daemon de78cde1727c8 is not started [2019-10-08T00:24:14.758Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (8.46s) [2019-10-08T00:24:14.758Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver" [2019-10-08T00:24:14.758Z] docker_cli_network_unix_test.go:46: Daemon d693eb539591b is not started [2019-10-08T00:24:14.758Z] === RUN TestDockerHubPullSuite [2019-10-08T00:24:14.758Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-10-08T00:24:16.639Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-10-08T00:24:19.146Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-10-08T00:24:19.704Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-10-08T00:24:19.958Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-10-08T00:24:22.155Z] --- PASS: TestServiceUpdateNetwork (13.07s) [2019-10-08T00:24:22.155Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-08T00:24:22.155Z] PASS [2019-10-08T00:24:22.155Z] [2019-10-08T00:24:22.155Z] === Skipped [2019-10-08T00:24:22.155Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-10-08T00:24:22.155Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-08T00:24:22.155Z] [2019-10-08T00:24:22.155Z] [2019-10-08T00:24:22.155Z] DONE 19 tests, 1 skipped in 114.910s [2019-10-08T00:24:22.155Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-10-08T00:24:22.155Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:24:22.155Z] ++ set -e [2019-10-08T00:24:22.155Z] ++ '[' -n 0 ']' [2019-10-08T00:24:22.155Z] ++ set -x [2019-10-08T00:24:22.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:24:22.438Z] INFO: Testing against a local daemon [2019-10-08T00:24:22.438Z] === RUN TestSessionCreate [2019-10-08T00:24:22.438Z] --- PASS: TestSessionCreate (0.06s) [2019-10-08T00:24:22.438Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-08T00:24:22.438Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-10-08T00:24:22.438Z] PASS [2019-10-08T00:24:22.438Z] [2019-10-08T00:24:22.438Z] DONE 2 tests in 0.205s [2019-10-08T00:24:22.438Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-10-08T00:24:22.438Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:24:22.438Z] ++ set -e [2019-10-08T00:24:22.438Z] ++ '[' -n 0 ']' [2019-10-08T00:24:22.438Z] ++ set -x [2019-10-08T00:24:22.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-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:24:22.464Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-10-08T00:24:22.464Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-10-08T00:24:22.720Z] --- PASS: TestDockerHubPullSuite (7.83s) [2019-10-08T00:24:22.720Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.95s) [2019-10-08T00:24:22.720Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry" [2019-10-08T00:24:22.720Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.20s) [2019-10-08T00:24:22.720Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.79s) [2019-10-08T00:24:22.720Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.41s) [2019-10-08T00:24:22.720Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.39s) [2019-10-08T00:24:22.720Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.08s) [2019-10-08T00:24:22.720Z] PASS [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === Skipped [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-08T00:24:22.720Z] docker_cli_sni_test.go:18: Flakey test [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-08T00:24:22.720Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-08T00:24:22.720Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-08T00:24:22.720Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-08T00:24:22.720Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-08T00:24:22.720Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-08T00:24:22.720Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-08T00:24:22.720Z] requirement.go:26: unmatched requirement OnlyDefaultNetworks [2019-10-08T00:24:22.720Z] docker_cli_network_unix_test.go:46: Daemon dffe401bea320 is not started [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] [2019-10-08T00:24:22.720Z] DONE 1253 tests, 44 skipped in 2032.883s [2019-10-08T00:24:22.720Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-08T00:24:22.720Z] ++++ cat bundles/test-integration/docker.pid [2019-10-08T00:24:22.720Z] +++ kill 7266 [2019-10-08T00:24:22.722Z] INFO: Testing against a local daemon [2019-10-08T00:24:22.722Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-08T00:24:22.722Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-08T00:24:22.722Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-08T00:24:22.722Z] === RUN TestEventsExecDie [2019-10-08T00:24:23.644Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-10-08T00:24:23.734Z] --- PASS: TestEventsExecDie (0.92s) [2019-10-08T00:24:23.734Z] === RUN TestEventsBackwardsCompatible [2019-10-08T00:24:23.734Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2019-10-08T00:24:23.734Z] === RUN TestInfoBinaryCommits [2019-10-08T00:24:23.734Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-10-08T00:24:23.734Z] === RUN TestInfoAPIVersioned [2019-10-08T00:24:23.734Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-08T00:24:23.734Z] === RUN TestInfoAPI [2019-10-08T00:24:23.734Z] --- PASS: TestInfoAPI (0.05s) [2019-10-08T00:24:23.734Z] === RUN TestInfoAPIWarnings [2019-10-08T00:24:24.744Z] --- PASS: TestInfoAPIWarnings (0.93s) [2019-10-08T00:24:24.744Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-08T00:24:24.744Z] === RUN TestLoginFailsWithBadCredentials [2019-10-08T00:24:25.362Z] --- PASS: TestLoginFailsWithBadCredentials (0.55s) [2019-10-08T00:24:25.362Z] === RUN TestPingCacheHeaders [2019-10-08T00:24:25.362Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-10-08T00:24:25.362Z] === RUN TestPingGet [2019-10-08T00:24:25.362Z] --- PASS: TestPingGet (0.03s) [2019-10-08T00:24:25.362Z] === RUN TestPingHead [2019-10-08T00:24:25.362Z] --- PASS: TestPingHead (0.05s) [2019-10-08T00:24:25.362Z] === RUN TestVersion [2019-10-08T00:24:25.362Z] --- PASS: TestVersion (0.05s) [2019-10-08T00:24:25.362Z] PASS [2019-10-08T00:24:25.362Z] [2019-10-08T00:24:25.362Z] === Skipped [2019-10-08T00:24:25.362Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-08T00:24:25.362Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-08T00:24:25.362Z] [2019-10-08T00:24:25.362Z] [2019-10-08T00:24:25.362Z] DONE 12 tests, 1 skipped in 2.888s [2019-10-08T00:24:25.362Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-10-08T00:24:25.362Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:24:25.362Z] ++ set -e [2019-10-08T00:24:25.362Z] ++ '[' -n 0 ']' [2019-10-08T00:24:25.362Z] ++ set -x [2019-10-08T00:24:25.362Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-08T00:24:25.648Z] INFO: Testing against a local daemon [2019-10-08T00:24:25.648Z] === RUN TestVolumesCreateAndList [2019-10-08T00:24:25.648Z] --- PASS: TestVolumesCreateAndList (0.06s) [2019-10-08T00:24:25.648Z] === RUN TestVolumesRemove [2019-10-08T00:24:25.648Z] --- PASS: TestVolumesRemove (0.10s) [2019-10-08T00:24:25.648Z] === RUN TestVolumesInspect [2019-10-08T00:24:25.648Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-08T00:24:25.648Z] === RUN TestVolumesInvalidJSON [2019-10-08T00:24:25.648Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-08T00:24:25.648Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-08T00:24:25.648Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-08T00:24:25.648Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-08T00:24:25.648Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-08T00:24:25.648Z] PASS [2019-10-08T00:24:25.648Z] [2019-10-08T00:24:25.648Z] DONE 5 tests in 0.322s [2019-10-08T00:24:25.648Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-08T00:24:26.282Z] ++++ cat bundles/test-integration/docker.pid [2019-10-08T00:24:26.282Z] +++ kill 13118 [2019-10-08T00:24:27.771Z] umount: bundles/test-integration/root: mountpoint not found [2019-10-08T00:24:27.771Z] +++ /etc/init.d/apparmor stop [2019-10-08T00:24:27.771Z] Clearing AppArmor profiles cache:. [2019-10-08T00:24:27.771Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-08T00:24:27.771Z] Unloading profiles will leave already running processes permanently [2019-10-08T00:24:27.771Z] unconfined, which can lead to unexpected situations. [2019-10-08T00:24:27.771Z] [2019-10-08T00:24:27.771Z] To set a process to complain mode, use the command line tool [2019-10-08T00:24:27.771Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-08T00:24:27.771Z] with the 'teardown' option." [2019-10-08T00:24:27.771Z] [2019-10-08T00:24:27.804Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup Post stage [Pipeline] junit [2019-10-08T00:24:30.525Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-08T00:24:31.063Z] umount: bundles/test-integration/root: mountpoint not found [2019-10-08T00:24:31.063Z] +++ /etc/init.d/apparmor stop [2019-10-08T00:24:31.063Z] Clearing AppArmor profiles cache:. [2019-10-08T00:24:31.063Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-08T00:24:31.063Z] Unloading profiles will leave already running processes permanently [2019-10-08T00:24:31.063Z] unconfined, which can lead to unexpected situations. [2019-10-08T00:24:31.063Z] [2019-10-08T00:24:31.063Z] To set a process to complain mode, use the command line tool [2019-10-08T00:24:31.063Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-08T00:24:31.063Z] with the 'teardown' option." [2019-10-08T00:24:31.063Z] [2019-10-08T00:24:31.063Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-10-08T00:24:31.385Z] + echo Ensuring container killed. [2019-10-08T00:24:31.385Z] Ensuring container killed. [2019-10-08T00:24:31.385Z] + docker rm -vf docker-pr3 [2019-10-08T00:24:31.385Z] Error: No such container: docker-pr3 [2019-10-08T00:24:31.385Z] + true [Pipeline] sh [2019-10-08T00:24:31.764Z] + echo Chowning /workspace to jenkins user [2019-10-08T00:24:31.764Z] Chowning /workspace to jenkins user [2019-10-08T00:24:31.764Z] + id -u [2019-10-08T00:24:31.764Z] + id -g [2019-10-08T00:24:31.764Z] + docker run --rm -v /home/docker/workspace/moby_PR-40057:/workspace busybox chown -R 1001:1001 /workspace [2019-10-08T00:24:31.764Z] Unable to find image 'busybox:latest' locally [2019-10-08T00:24:32.048Z] latest: Pulling from library/busybox [2019-10-08T00:24:32.346Z] e38168a01e65: Pulling fs layer [2019-10-08T00:24:32.631Z] e38168a01e65: Download complete [2019-10-08T00:24:32.917Z] e38168a01e65: Pull complete [2019-10-08T00:24:32.917Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-08T00:24:32.917Z] Status: Downloaded newer image for busybox:latest [2019-10-08T00:24:34.362Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-08T00:24:35.483Z] + bundleName=ppc64le-integration [2019-10-08T00:24:35.483Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-10-08T00:24:35.483Z] Creating ppc64le-integration-bundles.tar.gz [2019-10-08T00:24:35.483Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o+ -name *.prof -o -namexargs *-report.xml tar ) -czf -print ppc64le-integration-bundles.tar.gz [2019-10-08T00:24:35.483Z] [Pipeline] archiveArtifacts [2019-10-08T00:24:35.810Z] Archiving artifacts [2019-10-08T00:24:36.174Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40057/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-08T00:24:36.569Z] + make clean [2019-10-08T00:24:37.192Z] docker volume rm -f docker-dev-cache [2019-10-08T00:24:37.192Z] docker-dev-cache [Pipeline] deleteDir [2019-10-08T00:24:37.617Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-08T00:24:40.122Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-10-08T00:25:00.847Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-08T00:25:30.894Z] === RUN TestDockerSuite/TestBuildRm [2019-10-08T00:25:36.253Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-10-08T00:25:43.265Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-08T00:25:45.439Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-08T00:25:45.439Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-08T00:25:45.897Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-08T00:25:47.431Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-08T00:25:51.083Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-10-08T00:25:51.164Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-08T00:25:59.729Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-08T00:26:04.429Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite (1736.22s) [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.43s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks" [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.46s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope" [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.15s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort" [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.27s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.00s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling" [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.90s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-08T00:26:09.101Z] check_test.go:358: [d084959c07cfe] joining swarm manager [d6578d293426e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-08T00:26:09.101Z] check_test.go:358: [d273f480c74f6] joining swarm manager [d6578d293426e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.101Z] check_test.go:379: Daemon d084959c07cfe is not started [2019-10-08T00:26:09.101Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-08T00:26:09.101Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.51s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-08T00:26:09.101Z] check_test.go:358: [db5cca2407de9] joining swarm manager [d073e8d7eaae0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.83s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress" [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.38s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.10s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-08T00:26:09.101Z] check_test.go:358: [de6f6485cec3d] joining swarm manager [d0850a5821c7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-08T00:26:09.101Z] check_test.go:358: [d96a0e1f648ca] joining swarm manager [d0850a5821c7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.101Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-10-08T00:26:09.101Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.04s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-08T00:26:09.101Z] check_test.go:358: [de953f514a1d5] joining swarm manager [dd01dbadc1b63]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-08T00:26:09.101Z] check_test.go:358: [daac0e8f46931] joining swarm manager [dd01dbadc1b63]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.62s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.31s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer" [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.96s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-08T00:26:09.101Z] check_test.go:358: [db16f664abcfc] joining swarm manager [d8878e454d216]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-08T00:26:09.101Z] check_test.go:358: [db54ccb7f0060] joining swarm manager [d8878e454d216]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (41.35s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-08T00:26:09.101Z] check_test.go:358: [d43aad31e6645] joining swarm manager [dd50bdc3ec069]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-08T00:26:09.101Z] check_test.go:358: [dfc23257869cf] joining swarm manager [dd50bdc3ec069]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.95s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-08T00:26:09.101Z] check_test.go:358: [df6dca8b0004b] joining swarm manager [df1333143c7a8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.82s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-08T00:26:09.101Z] check_test.go:358: [d185ff6c9ae7d] joining swarm manager [dce9939be57fa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-08T00:26:09.101Z] check_test.go:358: [df39b40d08bf7] joining swarm manager [dce9939be57fa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.81s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate" [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.20s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-08T00:26:09.101Z] check_test.go:358: [d599c1b1b5f60] joining swarm manager [d78ff53f0a382]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (66.20s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-08T00:26:09.101Z] check_test.go:358: [db8b3b06d5a7a] joining swarm manager [d800cc8fca925]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-08T00:26:09.101Z] check_test.go:358: [dce9237dd73dc] joining swarm manager [d800cc8fca925]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.101Z] check_test.go:379: Daemon dce9237dd73dc is not started [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (60.55s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-08T00:26:09.101Z] check_test.go:358: [dcd8f9059783d] joining swarm manager [d3ece07a8e399]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-08T00:26:09.101Z] check_test.go:358: [da9efeaff483a] joining swarm manager [d3ece07a8e399]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-08T00:26:09.101Z] check_test.go:358: [d3c9ab65e770c] joining swarm manager [d3ece07a8e399]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-08T00:26:09.101Z] check_test.go:358: [dbf46f97e8d6e] joining swarm manager [d3ece07a8e399]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-08T00:26:09.101Z] check_test.go:358: [d7804ef6ebfa3] joining swarm manager [d3ece07a8e399]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.60s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin" [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.17s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate" [2019-10-08T00:26:09.101Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.49s) [2019-10-08T00:26:09.101Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-08T00:26:09.102Z] check_test.go:358: [d4b3ba1d3ea2a] joining swarm manager [dedffdbc27c26]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-08T00:26:09.102Z] check_test.go:358: [d0e04874b4c0e] joining swarm manager [dedffdbc27c26]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.24s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-08T00:26:09.102Z] check_test.go:358: [d327a6c8ff119] joining swarm manager [df23fc61bf02e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-08T00:26:09.102Z] check_test.go:358: [d1e2cb2aee6a8] joining swarm manager [df23fc61bf02e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.26s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-08T00:26:09.102Z] check_test.go:358: [d951507562da3] joining swarm manager [dabd3911ff410]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-08T00:26:09.102Z] check_test.go:358: [d95f15807ac6c] joining swarm manager [dabd3911ff410]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.70s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.75s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-08T00:26:09.102Z] check_test.go:358: [d08ba0883d7be] joining swarm manager [d07790cb256b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-08T00:26:09.102Z] check_test.go:358: [db9f12633fb99] joining swarm manager [d07790cb256b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-08T00:26:09.102Z] check_test.go:358: [dd55a7ea34999] joining swarm manager [d07790cb256b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-08T00:26:09.102Z] check_test.go:358: [d7a05eb1b474c] joining swarm manager [d07790cb256b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.22s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.30s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-08T00:26:09.102Z] check_test.go:358: [ddd23d040a20f] joining swarm manager [d7be9005ff1a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-08T00:26:09.102Z] check_test.go:358: [d827c4c801c5a] joining swarm manager [d7be9005ff1a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.99s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-08T00:26:09.102Z] check_test.go:358: [d5e781c3a2250] joining swarm manager [d48aab5f70285]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-08T00:26:09.102Z] check_test.go:358: [d1d087a2593c2] joining swarm manager [d48aab5f70285]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.102Z] check_test.go:379: Daemon d5e781c3a2250 is not started [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (23.26s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-08T00:26:09.102Z] check_test.go:358: [d55f57a27480f] joining swarm manager [d508a34333af5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-08T00:26:09.102Z] check_test.go:358: [dbc103812964a] joining swarm manager [d508a34333af5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.09s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-08T00:26:09.102Z] check_test.go:358: [d42bbe17dd956] joining swarm manager [d3eb4d02e0d27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-08T00:26:09.102Z] check_test.go:358: [d3cedeaea93bb] joining swarm manager [d3eb4d02e0d27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (27.17s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.23s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.94s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.41s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.55s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.38s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.22s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.76s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (9.76s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (26.19s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (11.06s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.08s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (14.02s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.23s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.53s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.97s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.87s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.45s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.54s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.91s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.81s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.85s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.73s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.72s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs" [2019-10-08T00:26:09.102Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.810ld9fiwo2z@5ca46e0cfb9e | hello1\n" [2019-10-08T00:26:09.102Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.htq5dd61mvjy@5ca46e0cfb9e | hello2\n" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.54s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.06s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.05s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.32s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.37s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.05s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.10s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.98s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs" [2019-10-08T00:26:09.102Z] docker_cli_service_logs_test.go:242: checking task 7dks9f6jedxl [2019-10-08T00:26:09.102Z] docker_cli_service_logs_test.go:247: checking messages for 7dks9f6jedxl [2019-10-08T00:26:09.102Z] docker_cli_service_logs_test.go:242: checking task ua7l86ru3k11 [2019-10-08T00:26:09.102Z] docker_cli_service_logs_test.go:247: checking messages for ua7l86ru3k11 [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.07s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (21.01s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.05s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.98s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.97s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-08T00:26:09.102Z] check_test.go:358: [df8c8bd8ad1ec] joining swarm manager [d0e9aa74bfbeb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-08T00:26:09.102Z] check_test.go:358: [dfa22080f1557] joining swarm manager [d0e9aa74bfbeb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.21s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.88s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.26s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.34s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-08T00:26:09.102Z] check_test.go:358: [d55889b07cf92] joining swarm manager [d78e86159defd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-08T00:26:09.102Z] check_test.go:358: [d3660016e97b8] joining swarm manager [d78e86159defd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.17s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (86.70s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-08T00:26:09.102Z] check_test.go:358: [da55be047ce39] joining swarm manager [dfa1676f21f04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-08T00:26:09.102Z] check_test.go:358: [d313a02653556] joining swarm manager [dfa1676f21f04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.12s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (10.69s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.80s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.00s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.88s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon" [2019-10-08T00:26:09.102Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.82s) [2019-10-08T00:26:09.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.03s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit" [2019-10-08T00:26:09.103Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-10-08T00:26:09.103Z] requirement.go:26: unmatched requirement IPv6 [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.09s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.77s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.84s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.05s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.10s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (54.26s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-08T00:26:09.103Z] check_test.go:358: [d0d2fef36dd7f] joining swarm manager [d628de0b8e50c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-08T00:26:09.103Z] check_test.go:358: [d0345edace806] joining swarm manager [d628de0b8e50c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.44s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.84s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (142.61s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-08T00:26:09.103Z] check_test.go:358: [d5fb64e3372c1] joining swarm manager [d2fd9f88b1ae4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-08T00:26:09.103Z] check_test.go:358: [d3fcae820a8a7] joining swarm manager [d2fd9f88b1ae4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-08T00:26:09.103Z] check_test.go:358: [d38d5273ac7d1] joining swarm manager [d2fd9f88b1ae4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.88s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-08T00:26:09.103Z] check_test.go:358: [d7a9428cea197] joining swarm manager [ded5e0ecf0108]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-08T00:26:09.103Z] check_test.go:358: [d047d0d192293] joining swarm manager [ded5e0ecf0108]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.17s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup" [2019-10-08T00:26:09.103Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-10-08T00:26:09.103Z] docker_cli_swarm_test.go:1534: As expected, the attempt to network "network-test-0" with "bridge" failed: Error response from daemon: network with name network-test-0 already exists [2019-10-08T00:26:09.103Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-10-08T00:26:09.103Z] docker_cli_swarm_test.go:1534: As expected, the attempt to network "network-test-0" with "overlay" failed: Error response from daemon: network with name network-test-0 already exists [2019-10-08T00:26:09.103Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-10-08T00:26:09.103Z] docker_cli_swarm_test.go:1534: As expected, the attempt to network "network-test-1" with "bridge" failed: Error response from daemon: network with name network-test-1 already exists [2019-10-08T00:26:09.103Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-10-08T00:26:09.103Z] docker_cli_swarm_test.go:1534: As expected, the attempt to network "network-test-1" with "overlay" failed: Error response from daemon: network with name network-test-1 already exists [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.12s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.77s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.11s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.49s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-08T00:26:09.103Z] check_test.go:358: [daaf8733e34e5] joining swarm manager [dc8499594e987]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.27s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.01s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.02s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.67s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.05s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.48s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-08T00:26:09.103Z] check_test.go:358: [dc98034970942] joining swarm manager [dd71b1f47f0d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.53s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.74s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.09s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.80s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (9.55s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.59s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.54s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.90s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.62s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.06s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.96s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.90s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.28s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.89s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm" [2019-10-08T00:26:09.103Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.93s) [2019-10-08T00:26:09.103Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA" [2019-10-08T00:26:09.103Z] === RUN TestDockerExternalVolumeSuite [2019-10-08T00:26:09.103Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-10-08T00:26:22.127Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-08T00:26:22.127Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-08T00:26:22.127Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-08T00:26:27.120Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-10-08T00:26:34.547Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-08T00:26:35.007Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-08T00:26:40.809Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-08T00:26:40.809Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-08T00:26:45.509Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-08T00:27:06.670Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-08T00:27:06.670Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-08T00:27:09.580Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-08T00:27:10.551Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-08T00:27:16.352Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-08T00:27:21.051Z] === RUN TestDockerSuite/TestBuildUser [2019-10-08T00:27:21.051Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-08T00:27:21.051Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-08T00:27:21.511Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-08T00:27:26.210Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-08T00:27:26.670Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-08T00:27:29.582Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-08T00:27:29.582Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-08T00:27:29.582Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-08T00:27:34.740Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-10-08T00:27:41.257Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-10-08T00:27:54.738Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-08T00:27:54.738Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-08T00:28:09.577Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-08T00:28:13.250Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-10-08T00:28:14.274Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-08T00:28:14.735Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-08T00:28:14.735Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-08T00:28:17.644Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-08T00:28:17.644Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-10-08T00:28:28.063Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-10-08T00:28:30.042Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-08T00:28:34.741Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-08T00:28:35.712Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-08T00:28:50.541Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-08T00:28:50.541Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-08T00:28:51.001Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-08T00:28:51.001Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-08T00:28:51.973Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-08T00:29:00.056Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-10-08T00:29:02.434Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-08T00:29:03.403Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-08T00:29:03.864Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-08T00:29:03.864Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-08T00:29:03.864Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-08T00:29:06.046Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-08T00:29:10.743Z] === RUN TestDockerSuite/TestCommitChange [2019-10-08T00:29:12.201Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-10-08T00:29:16.546Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-08T00:29:21.244Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-08T00:29:21.244Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-08T00:29:28.327Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-08T00:29:28.327Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-08T00:29:40.722Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-08T00:29:44.194Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-10-08T00:29:44.465Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-08T00:29:44.465Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-08T00:29:44.465Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-08T00:29:44.465Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-08T00:29:44.465Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-08T00:29:44.465Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-08T00:29:44.465Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-08T00:29:44.465Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-08T00:29:44.465Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-08T00:29:51.547Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-08T00:29:58.632Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-08T00:29:58.632Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-08T00:30:00.818Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-08T00:30:00.818Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-08T00:30:00.818Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-08T00:30:00.818Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-08T00:30:02.241Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-10-08T00:30:03.112Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-08T00:30:03.112Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-08T00:30:03.112Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-08T00:30:05.299Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-08T00:30:05.299Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-08T00:30:05.299Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-08T00:30:05.299Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-08T00:30:05.299Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-08T00:30:08.210Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-08T00:30:10.392Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-08T00:30:12.575Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-08T00:30:12.575Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-08T00:30:12.575Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-08T00:30:14.758Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-08T00:30:14.758Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-08T00:30:16.940Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-08T00:30:16.940Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-08T00:30:16.940Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-08T00:30:17.056Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-10-08T00:30:19.127Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-08T00:30:19.127Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-08T00:30:20.673Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-08T00:30:20.673Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-08T00:30:23.583Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-08T00:30:23.583Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-08T00:30:25.767Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-08T00:30:29.510Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-08T00:30:34.207Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-08T00:30:34.207Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-08T00:30:34.207Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-08T00:30:34.207Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-08T00:30:34.207Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-08T00:30:35.748Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-08T00:30:35.748Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-08T00:30:37.932Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-08T00:30:37.932Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-08T00:30:40.115Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-08T00:30:40.115Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-08T00:30:44.812Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-08T00:30:46.353Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-08T00:30:46.353Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-08T00:30:46.353Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-08T00:30:46.353Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-08T00:30:46.353Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-08T00:30:46.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-10-08T00:30:47.895Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-08T00:31:03.636Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-08T00:31:17.866Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-08T00:31:20.778Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-08T00:31:20.778Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-08T00:31:20.778Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-08T00:31:21.651Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-10-08T00:31:22.961Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-08T00:31:22.961Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-08T00:31:22.961Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-08T00:31:22.961Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-08T00:31:27.670Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-08T00:31:30.589Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-08T00:31:30.589Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-08T00:31:30.589Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-08T00:31:51.722Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-08T00:31:51.722Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-08T00:31:51.722Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-08T00:31:53.645Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-10-08T00:31:58.826Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-08T00:31:59.287Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-08T00:31:59.287Z] === RUN TestDockerSuite/TestCpToDot [2019-10-08T00:32:01.477Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-08T00:32:01.477Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-08T00:32:01.477Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-08T00:32:03.666Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-08T00:32:04.127Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-08T00:32:04.127Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-08T00:32:04.127Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-08T00:32:04.127Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-08T00:32:04.127Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-08T00:32:04.588Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-08T00:32:06.773Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-08T00:32:08.959Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-08T00:32:09.421Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-08T00:32:09.421Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-08T00:32:11.607Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-08T00:32:12.582Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-08T00:32:12.582Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-08T00:32:12.582Z] === RUN TestDockerSuite/TestCreateRM [2019-10-08T00:32:13.043Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-08T00:32:13.043Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-08T00:32:13.043Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-08T00:32:13.544Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-08T00:32:23.913Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-08T00:32:23.913Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-08T00:32:23.913Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-08T00:32:25.665Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-10-08T00:32:28.626Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-08T00:32:28.626Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-08T00:32:28.626Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-08T00:32:30.814Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-08T00:32:30.814Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDockerFails [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-08T00:32:31.277Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-08T00:32:34.202Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-08T00:32:36.405Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-08T00:32:39.322Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-08T00:32:43.680Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-10-08T00:32:54.157Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-08T00:32:57.905Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-08T00:32:58.492Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-10-08T00:33:03.717Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-08T00:33:05.261Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-08T00:33:06.233Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-08T00:33:09.981Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-08T00:33:10.442Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-08T00:33:11.414Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-08T00:33:16.507Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-10-08T00:33:21.749Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-08T00:33:25.490Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-08T00:33:25.951Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-08T00:33:25.951Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-08T00:33:25.951Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-08T00:33:25.951Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-08T00:33:25.951Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-08T00:33:26.922Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-08T00:33:26.922Z] === RUN TestDockerSuite/TestEventsRename [2019-10-08T00:33:29.834Z] === RUN TestDockerSuite/TestEventsResize [2019-10-08T00:33:31.321Z] --- PASS: TestDockerExternalVolumeSuite (441.60s) [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (16.04s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume" [2019-10-08T00:33:31.322Z] docker_cli_external_volume_driver_test.go:53: Daemon d5d5df59bec8e is not started [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities" [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.61s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer" [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet" [2019-10-08T00:33:31.322Z] docker_cli_external_volume_driver_test.go:53: Daemon d21295aab3672 is not started [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList" [2019-10-08T00:33:31.322Z] docker_cli_external_volume_driver_test.go:53: Daemon db7cd9b402130 is not started [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-10-08T00:33:31.322Z] docker_cli_external_volume_driver_test.go:53: Daemon d29abf4bf2749 is not started [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.59s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID" [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.59s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed" [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls" [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.74s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.77s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp" [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.02s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.67s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed" [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.42s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom" [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.38s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-10-08T00:33:31.322Z] docker_cli_external_volume_driver_test.go:485: Daemon d16bde10d249c is not started [2019-10-08T00:33:31.322Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict" [2019-10-08T00:33:31.322Z] docker_cli_external_volume_driver_test.go:53: Daemon d7763b43160cd is not started [2019-10-08T00:33:31.322Z] PASS [2019-10-08T00:33:31.322Z] [2019-10-08T00:33:31.322Z] === Skipped [2019-10-08T00:33:31.322Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-10-08T00:33:31.322Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-08T00:33:31.322Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-10-08T00:33:31.322Z] check_test.go:309: Daemon d289df8ee43f1 is not started [2019-10-08T00:33:31.322Z] [2019-10-08T00:33:31.322Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-08T00:33:31.322Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-08T00:33:31.322Z] requirement.go:26: unmatched requirement IPv6 [2019-10-08T00:33:31.322Z] check_test.go:309: Daemon d3135ffa8b90a is not started [2019-10-08T00:33:31.322Z] [2019-10-08T00:33:31.322Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-08T00:33:31.322Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-08T00:33:31.322Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-08T00:33:31.322Z] check_test.go:309: Daemon dabe9b6be883e is not started [2019-10-08T00:33:31.322Z] [2019-10-08T00:33:31.322Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-08T00:33:31.322Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-08T00:33:31.322Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-08T00:33:31.322Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-08T00:33:31.322Z] check_test.go:309: Daemon daf0b691399c3 is not started [2019-10-08T00:33:31.322Z] [2019-10-08T00:33:31.322Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-08T00:33:31.322Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-08T00:33:31.322Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-08T00:33:31.322Z] [2019-10-08T00:33:31.322Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-10-08T00:33:31.322Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-10-08T00:33:31.322Z] requirement.go:26: unmatched requirement IPv6 [2019-10-08T00:33:31.322Z] [2019-10-08T00:33:31.322Z] [2019-10-08T00:33:31.322Z] DONE 270 tests, 6 skipped in 2579.127s [2019-10-08T00:33:31.322Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-08T00:33:31.322Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d9659d5c43774/docker.pid [2019-10-08T00:33:31.322Z] +++ kill 5950 [2019-10-08T00:33:31.322Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5950 is not a child of this shell [2019-10-08T00:33:31.322Z] warning: PID 5950 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d9659d5c43774/docker.pid had a nonzero exit code [2019-10-08T00:33:31.322Z] ++++ cat bundles/test-integration/docker.pid [2019-10-08T00:33:31.322Z] +++ kill 7224 [2019-10-08T00:33:31.322Z] umount: bundles/test-integration/root: mountpoint not found [2019-10-08T00:33:31.322Z] +++ /etc/init.d/apparmor stop [2019-10-08T00:33:31.322Z] Clearing AppArmor profiles cache:. [2019-10-08T00:33:31.322Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-08T00:33:31.322Z] Unloading profiles will leave already running processes permanently [2019-10-08T00:33:31.322Z] unconfined, which can lead to unexpected situations. [2019-10-08T00:33:31.322Z] [2019-10-08T00:33:31.322Z] To set a process to complain mode, use the command line tool [2019-10-08T00:33:31.322Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-08T00:33:31.322Z] with the 'teardown' option." [2019-10-08T00:33:31.322Z] [2019-10-08T00:33:31.576Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-10-08T00:33:31.587Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-08T00:33:32.660Z] + echo Ensuring container killed. [2019-10-08T00:33:32.660Z] Ensuring container killed. [2019-10-08T00:33:32.660Z] + docker ps -aq -f name=docker-pr3-* [2019-10-08T00:33:32.660Z] + cids=bc1f50f13eab [2019-10-08T00:33:32.660Z] 5ca46e0cfb9e [2019-10-08T00:33:32.660Z] 7b17036874f6 [2019-10-08T00:33:32.660Z] + [ -n bc1f50f13eab [2019-10-08T00:33:32.660Z] 5ca46e0cfb9e [2019-10-08T00:33:32.660Z] 7b17036874f6 ] [2019-10-08T00:33:32.660Z] + docker rm -vf bc1f50f13eab 5ca46e0cfb9e 7b17036874f6 [2019-10-08T00:33:32.745Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-08T00:33:35.660Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-08T00:33:35.917Z] bc1f50f13eab [2019-10-08T00:33:35.917Z] 5ca46e0cfb9e [2019-10-08T00:33:35.917Z] 7b17036874f6 [Pipeline] sh [2019-10-08T00:33:36.233Z] + echo Chowning /workspace to jenkins user [2019-10-08T00:33:36.233Z] Chowning /workspace to jenkins user [2019-10-08T00:33:36.233Z] + id -u [2019-10-08T00:33:36.233Z] + id -g [2019-10-08T00:33:36.233Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40057:/workspace busybox chown -R 1000:1000 /workspace [2019-10-08T00:33:37.844Z] === RUN TestDockerSuite/TestEventsTimestampFormats [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-08T00:33:40.802Z] + bundleName=amd64 [2019-10-08T00:33:40.802Z] + echo Creating amd64-bundles.tar.gz [2019-10-08T00:33:40.802Z] Creating amd64-bundles.tar.gz [2019-10-08T00:33:40.802Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-10-08T00:33:40.802Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2019-10-08T00:33:41.755Z] Archiving artifacts [2019-10-08T00:33:42.246Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40057/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-08T00:33:42.544Z] === RUN TestDockerSuite/TestEventsTop [2019-10-08T00:33:42.544Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-08T00:33:42.779Z] + make clean [2019-10-08T00:33:43.034Z] docker volume rm -f docker-dev-cache [2019-10-08T00:33:43.034Z] docker-dev-cache [Pipeline] deleteDir [2019-10-08T00:33:45.455Z] === RUN TestDockerSuite/TestEventsUntilInThePast [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-08T00:33:50.160Z] === RUN TestDockerSuite/TestExec [2019-10-08T00:33:50.160Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-08T00:33:50.160Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-08T00:33:51.702Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-08T00:33:53.885Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-08T00:33:53.885Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-08T00:33:53.885Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-08T00:33:53.885Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-08T00:33:56.065Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-08T00:33:58.246Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-08T00:34:00.424Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-08T00:34:02.605Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-08T00:34:07.300Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-08T00:34:07.300Z] === RUN TestDockerSuite/TestExecEnv [2019-10-08T00:34:07.300Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-08T00:34:07.300Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-08T00:34:09.479Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-08T00:34:14.171Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-08T00:34:14.171Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-08T00:34:14.631Z] === RUN TestDockerSuite/TestExecParseError [2019-10-08T00:34:14.631Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-08T00:34:14.631Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-08T00:34:14.631Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-08T00:34:17.538Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-08T00:34:17.538Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-08T00:34:17.538Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-08T00:34:17.538Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-08T00:34:17.538Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-08T00:34:17.538Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-08T00:34:19.717Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-08T00:34:19.717Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-08T00:34:28.293Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-08T00:34:28.293Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-08T00:34:28.293Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-08T00:34:28.293Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-08T00:34:34.095Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-08T00:34:39.892Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-08T00:34:43.632Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-08T00:34:49.435Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-08T00:34:49.435Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-08T00:34:49.435Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-08T00:34:49.894Z] === RUN TestDockerSuite/TestHealth [2019-10-08T00:34:49.894Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-08T00:34:49.894Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-08T00:34:49.894Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-08T00:34:49.894Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-08T00:34:55.793Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-08T00:34:55.793Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-08T00:34:55.793Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-08T00:34:55.793Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-08T00:34:55.793Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-08T00:34:55.793Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-08T00:34:56.254Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-08T00:34:56.254Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-08T00:34:57.224Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-08T00:34:57.685Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-08T00:34:59.225Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-08T00:34:59.685Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-08T00:35:01.864Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-08T00:35:04.773Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-08T00:35:04.773Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-08T00:35:04.773Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-08T00:35:08.520Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-08T00:35:08.520Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestImportFile [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-08T00:35:11.425Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-08T00:35:11.885Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-08T00:35:11.885Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-08T00:35:11.885Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-08T00:35:11.885Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-08T00:35:11.885Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-08T00:35:14.065Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-08T00:35:16.246Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-08T00:35:16.246Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-08T00:35:16.246Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-08T00:35:16.246Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-08T00:35:16.246Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-08T00:35:18.425Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-08T00:35:18.425Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-08T00:35:21.332Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-08T00:35:21.332Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-08T00:35:21.332Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-08T00:35:21.332Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-08T00:35:22.868Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-08T00:35:28.664Z] === RUN TestDockerSuite/TestInspectImage [2019-10-08T00:35:28.664Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-08T00:35:28.664Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-08T00:35:28.664Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-08T00:35:30.207Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-08T00:35:32.387Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-08T00:35:32.846Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-08T00:35:35.025Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-08T00:35:37.210Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-08T00:35:37.210Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-08T00:35:37.210Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-08T00:35:39.390Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-08T00:35:42.297Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-08T00:35:46.999Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-08T00:35:48.537Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-08T00:35:50.716Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-08T00:35:52.896Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-08T00:35:55.076Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-08T00:36:02.153Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-08T00:36:04.334Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-08T00:36:04.794Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-08T00:36:06.970Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-08T00:36:09.148Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-08T00:36:14.940Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-08T00:36:17.119Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-08T00:36:17.119Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-08T00:36:19.299Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-08T00:36:19.299Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-08T00:36:27.872Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-08T00:36:35.132Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-08T00:36:42.208Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-08T00:36:45.115Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-08T00:36:47.295Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-08T00:36:47.295Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-08T00:36:49.474Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-08T00:36:51.654Z] === RUN TestDockerSuite/TestLogsSince [2019-10-08T00:37:01.977Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-08T00:37:01.977Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-08T00:37:01.977Z] === RUN TestDockerSuite/TestLogsTail [2019-10-08T00:37:04.155Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-08T00:37:07.063Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestNetHostname [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPluginActive [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPortList [2019-10-08T00:37:09.249Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-08T00:37:13.944Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-08T00:37:13.944Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-08T00:37:13.944Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-08T00:37:13.944Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-08T00:37:13.944Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-08T00:37:13.944Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-08T00:37:13.944Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-08T00:37:13.944Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-08T00:37:13.944Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-08T00:37:13.944Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-08T00:37:18.654Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-08T00:37:18.654Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-08T00:37:27.227Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-08T00:37:27.227Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-08T00:37:35.797Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-08T00:37:50.613Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-08T00:37:50.613Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-08T00:37:50.613Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-08T00:38:02.996Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-08T00:38:08.794Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-08T00:38:21.177Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-08T00:38:25.864Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-08T00:38:25.864Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-08T00:38:25.864Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-08T00:38:30.555Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-08T00:38:30.555Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-08T00:38:30.555Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-08T00:38:30.555Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-08T00:38:30.555Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-08T00:38:37.630Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-08T00:38:37.630Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-08T00:38:38.599Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-08T00:38:38.599Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-08T00:38:40.136Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-08T00:38:41.104Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-08T00:38:41.104Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-08T00:38:51.428Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-08T00:38:54.337Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-08T00:38:57.246Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-08T00:39:22.404Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-08T00:39:22.404Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-08T00:39:26.143Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-08T00:39:26.602Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-08T00:39:26.602Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-08T00:39:27.221Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-08T00:39:31.913Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-08T00:39:36.604Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-08T00:39:36.604Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-08T00:39:41.298Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-08T00:39:41.298Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-08T00:39:41.298Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-08T00:39:56.111Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-08T00:39:59.018Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-08T00:39:59.477Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-08T00:40:06.554Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-08T00:40:12.351Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-08T00:40:20.924Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-08T00:40:24.661Z] === RUN TestDockerSuite/TestRmiTag [2019-10-08T00:40:25.120Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-08T00:40:28.029Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-08T00:40:45.893Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-08T00:40:47.432Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-08T00:40:53.230Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-08T00:40:54.768Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-08T00:40:54.768Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-08T00:40:54.768Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-08T00:40:54.768Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-08T00:40:54.768Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-08T00:40:54.768Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-08T00:40:54.768Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-08T00:40:54.768Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-08T00:40:56.948Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-08T00:40:56.948Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-08T00:40:56.948Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-08T00:41:01.819Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-08T00:41:04.742Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-08T00:41:06.922Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-08T00:41:09.101Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-08T00:41:12.012Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-08T00:41:12.012Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-08T00:41:16.707Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-08T00:41:16.707Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-08T00:41:16.707Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-08T00:41:16.707Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-08T00:41:16.707Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-08T00:41:16.707Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-08T00:41:16.707Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-08T00:41:16.707Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-08T00:41:16.708Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-08T00:41:16.708Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-08T00:41:16.708Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-08T00:41:16.708Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-08T00:41:18.887Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-08T00:41:18.887Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-08T00:41:21.793Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-08T00:41:21.793Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-08T00:41:21.793Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-08T00:41:23.331Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-08T00:41:23.790Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-08T00:41:23.790Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-08T00:41:23.790Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-08T00:41:23.790Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-08T00:41:23.790Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-08T00:41:23.790Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-08T00:41:23.790Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-08T00:41:25.968Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-08T00:41:28.149Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-08T00:41:30.422Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-08T00:41:30.422Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-08T00:41:30.422Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-08T00:41:30.422Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-08T00:41:32.600Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-08T00:41:32.600Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-08T00:41:32.600Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-08T00:41:32.600Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-08T00:41:32.600Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-08T00:41:34.783Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-08T00:41:49.605Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-08T00:41:49.605Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-08T00:41:49.605Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-08T00:41:49.605Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-08T00:41:49.605Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-08T00:41:49.605Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-08T00:41:49.605Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-08T00:41:50.064Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-08T00:41:50.064Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-08T00:41:50.064Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-08T00:41:50.064Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-08T00:41:52.243Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-08T00:41:54.422Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-08T00:41:54.422Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-08T00:41:56.602Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-08T00:41:56.602Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-08T00:41:56.602Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-08T00:41:56.602Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-08T00:41:58.782Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-08T00:42:00.964Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-08T00:42:03.146Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-08T00:42:05.326Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-08T00:42:05.326Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-08T00:42:05.326Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-08T00:42:05.326Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-08T00:42:05.784Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-08T00:42:05.784Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-08T00:42:05.784Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-08T00:42:05.784Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-08T00:42:05.784Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-08T00:42:14.352Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-08T00:42:14.353Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-08T00:42:14.353Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-08T00:42:14.353Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-08T00:42:14.353Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-08T00:42:14.353Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-08T00:42:14.353Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-08T00:42:24.682Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-08T00:42:24.682Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunMount [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-08T00:42:25.651Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-08T00:42:32.727Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-08T00:42:32.727Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-08T00:42:32.727Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-08T00:42:32.727Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-08T00:42:37.432Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-08T00:42:41.172Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-08T00:42:41.172Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-08T00:42:41.632Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-08T00:42:41.632Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-08T00:42:41.632Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-08T00:42:41.632Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-08T00:42:41.632Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-08T00:42:41.632Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-08T00:42:41.632Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-08T00:42:41.632Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-08T00:42:42.091Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-08T00:42:43.063Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-08T00:42:45.245Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-08T00:42:47.427Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-08T00:42:47.890Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-08T00:42:50.070Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-08T00:42:50.530Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-08T00:42:50.530Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-08T00:42:50.530Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-08T00:42:50.530Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-08T00:42:50.530Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-08T00:42:50.530Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-08T00:42:50.530Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-08T00:42:50.530Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-08T00:42:54.274Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-08T00:42:54.274Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-08T00:42:54.274Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-08T00:42:54.274Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-08T00:42:54.274Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-08T00:42:54.274Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-08T00:43:09.100Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-08T00:43:09.100Z] === RUN TestDockerSuite/TestRunRm [2019-10-08T00:43:09.559Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-08T00:43:15.357Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-08T00:43:16.896Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-08T00:43:19.075Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-08T00:43:21.256Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-08T00:43:24.162Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-08T00:43:24.162Z] === RUN TestDockerSuite/TestRunState [2019-10-08T00:43:24.162Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-08T00:43:26.341Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-08T00:43:26.341Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-08T00:43:27.880Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-08T00:43:27.880Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-08T00:43:27.880Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-08T00:43:28.340Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-08T00:43:28.341Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-08T00:43:28.341Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-08T00:43:33.033Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-08T00:43:33.033Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-08T00:43:33.033Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-08T00:43:33.033Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-08T00:43:33.033Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-08T00:43:33.033Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-08T00:43:33.033Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-08T00:43:33.033Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-08T00:43:33.033Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-08T00:43:33.492Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-08T00:43:33.492Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-08T00:43:35.673Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-08T00:43:35.673Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-08T00:43:37.853Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-08T00:43:37.853Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-08T00:43:37.853Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-08T00:43:40.765Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-08T00:43:47.845Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-08T00:43:56.455Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-08T00:44:03.538Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-08T00:44:03.538Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-08T00:44:03.538Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-08T00:44:03.538Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-08T00:44:03.538Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-08T00:44:07.276Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-08T00:44:09.467Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-08T00:44:11.656Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-08T00:44:11.656Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-08T00:44:11.656Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-08T00:44:11.656Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-08T00:44:11.656Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-08T00:44:11.656Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-08T00:44:11.656Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-08T00:44:11.656Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-08T00:44:11.656Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-08T00:44:16.350Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-08T00:44:17.319Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-08T00:44:19.498Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-08T00:44:24.189Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-08T00:44:26.368Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-08T00:44:26.827Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-08T00:44:27.286Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-08T00:44:27.286Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-08T00:44:29.466Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-08T00:44:36.544Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-08T00:44:36.544Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-08T00:44:43.626Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-08T00:44:43.626Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-08T00:44:52.200Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-08T00:44:52.200Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-08T00:44:52.200Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-08T00:44:52.200Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-08T00:44:52.200Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-08T00:45:04.587Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-08T00:45:04.587Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-08T00:45:04.587Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-08T00:45:04.587Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-08T00:45:04.587Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-08T00:45:04.587Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-08T00:45:04.587Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-08T00:45:05.556Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-08T00:45:07.739Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-08T00:45:07.739Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-08T00:45:09.918Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-08T00:45:09.918Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-08T00:45:09.918Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-08T00:45:09.918Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-08T00:45:09.918Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-08T00:45:09.918Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-08T00:45:09.918Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-08T00:45:27.609Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-08T00:45:27.609Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-08T00:45:27.609Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-08T00:45:27.609Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-08T00:45:27.609Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-08T00:45:27.609Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-08T00:45:27.609Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-08T00:45:29.149Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-08T00:45:29.149Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-08T00:45:32.053Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-08T00:45:32.513Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-08T00:45:32.974Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-08T00:45:32.974Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-08T00:45:33.433Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-08T00:45:45.819Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-08T00:45:45.819Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-08T00:45:46.278Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-08T00:45:46.737Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-08T00:45:46.737Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-08T00:45:53.814Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-08T00:45:53.814Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-08T00:45:53.814Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-08T00:46:02.384Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-08T00:46:02.384Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-08T00:46:03.923Z] --- PASS: TestDockerSuite (2638.56s) [2019-10-08T00:46:03.923Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-10-08T00:46:03.923Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-10-08T00:46:03.923Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.923Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-10-08T00:46:03.923Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2019-10-08T00:46:03.923Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2019-10-08T00:46:03.923Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-10-08T00:46:03.923Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.923Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-10-08T00:46:03.923Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.65s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.28s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.56s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (144.73s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.05s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.65s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.99s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (6.95s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement Apparmor [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement Apparmor [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.09s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement IsPausable [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.46s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (116.69s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement UnixCli [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.40s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.52s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.87s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.80s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.11s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.36s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.67s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.96s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.64s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.98s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.18s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.57s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.09s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.46s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddTar (35.33s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.51s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (17.98s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.79s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.63s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.48s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.39s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.31s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.95s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.29s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.99s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.38s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.56s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (24.38s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.99s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.45s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.36s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.87s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.39s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement UnixCli [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.36s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.93s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCmd (0.56s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.55s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.55s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.39s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.17s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.19s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildContChar (13.81s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.97s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.87s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.54s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.81s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.65s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.55s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (41.26s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.74s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.37s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.07s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.17s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.71s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.44s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (32.61s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.77s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.90s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (8.46s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.73s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.82s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerignore (59.50s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.14s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.46s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (65.14s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.77s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.97s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.33s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.75s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.69s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (39.56s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (16.42s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (15.94s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (84.60s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.51s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.55s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.55s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.12s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.47s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.51s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.07s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.08s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.38s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.43s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.87s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.67s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (22.82s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.74s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildFails (6.93s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.41s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (9.98s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.79s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.20s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.61s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.04s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement UnixCli [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.62s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.27s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-10-08T00:46:03.924Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildHistory (11.61s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.93s) [2019-10-08T00:46:03.924Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.05s) [2019-10-08T00:46:03.924Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.81s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.90s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildLabel (1.01s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.63s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.90s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.61s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildLabels (0.98s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.55s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.43s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.52s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.72s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.31s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.57s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.26s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.48s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (20.13s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.14s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.79s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.63s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (22.26s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.96s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.71s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.17s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.20s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (3.13s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.22s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.28s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildOnBuild (14.86s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.57s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.77s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.60s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.46s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.62s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.94s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.19s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.08s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (48.44s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (29.78s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildRm (13.90s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.34s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.44s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.47s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.61s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (8.32s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.15s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.66s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.95s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.65s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.84s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.37s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.23s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildStderr (4.82s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.60s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.42s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.14s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.28s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.19s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.53s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.66s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.74s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.55s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.92s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (14.71s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.62s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.45s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.62s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.29s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.01s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.53s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.47s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.42s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.27s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.00s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.22s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-10-08T00:46:03.925Z] docker_cli_sni_test.go:18: Flakey test [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.07s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.84s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestCommitChange (5.21s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.73s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.82s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestCommitTTY (11.76s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.81s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.21s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.05s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.12s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.10s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.44s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.59s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.18s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.15s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.22s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.11s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.15s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.86s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.58s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.18s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.90s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.04s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.74s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.48s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.06s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.22s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.90s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.67s) [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (27.14s) [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:2100: case 0 - config: {volume c:\foo false } [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:2100: case 1 - config: {volume c:\foo\ false } [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 c:\foo false } [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 c:\foo true } [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 c:\foo false 0xc0006c5c00 } [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:2100: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1005734814 c:\foo false } [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:2100: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1005734814 c:\foo true } [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.24s) [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:1927: case 0 [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:1927: case 1 [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:1927: case 2 [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:1927: case 3 [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:1927: case 4 [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:1927: case 5 [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:1927: case 6 [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:1927: case 7 [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:1927: case 8 [2019-10-08T00:46:03.925Z] docker_api_containers_test.go:1927: case 9 [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.35s) [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.925Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-10-08T00:46:03.925Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.58s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.50s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.66s) [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a061911913\file1 47b168d4798aaeadb48e5b8f8d001fac437db6babfa9c34a12d6dc398edaa7d7:/root/itWorks.txt` [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:279: checking that container "47b168d4798aaeadb48e5b8f8d001fac437db6babfa9c34a12d6dc398edaa7d7" start output contains "file1\n" [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:209: running `docker start -a 47b168d4798aaeadb48e5b8f8d001fac437db6babfa9c34a12d6dc398edaa7d7` [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.53s) [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b704124852\file1 a3651707fd08e73b9bdfa01d2fc759a7e4368515b98a08f9a0a687711e83843c:testDir/` [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCpToCaseE (18.99s) [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e656644483\dir1 4db535e33628c49d18a87aaa4b60b6e0aac676a074ceae8b82f2546e8883471e:testDir` [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:279: checking that container "4db535e33628c49d18a87aaa4b60b6e0aac676a074ceae8b82f2546e8883471e" start output contains "file1-1\n" [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:209: running `docker start -a 4db535e33628c49d18a87aaa4b60b6e0aac676a074ceae8b82f2546e8883471e` [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e656644483\dir1 bc0303968eb45a52c9fbe1542dee4cc297ed1984206f94e24532fda5e7efa34d:testDir/` [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:279: checking that container "bc0303968eb45a52c9fbe1542dee4cc297ed1984206f94e24532fda5e7efa34d" start output contains "file1-1\n" [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:209: running `docker start -a bc0303968eb45a52c9fbe1542dee4cc297ed1984206f94e24532fda5e7efa34d` [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.64s) [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h549115142\dir1\. ceced4120482f02fd40e63673a8f8c81f8143219068b52aec6232d6ea72e2ace:testDir` [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:279: checking that container "ceced4120482f02fd40e63673a8f8c81f8143219068b52aec6232d6ea72e2ace" start output contains "file1-1\n" [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:209: running `docker start -a ceced4120482f02fd40e63673a8f8c81f8143219068b52aec6232d6ea72e2ace` [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h549115142\dir1\. 8e50126f365a95f28573656c6d28fe776a963d314db041973208db9fd5045dad:testDir/` [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:279: checking that container "8e50126f365a95f28573656c6d28fe776a963d314db041973208db9fd5045dad" start output contains "file1-1\n" [2019-10-08T00:46:03.926Z] docker_cli_cp_utils_test.go:209: running `docker start -a 8e50126f365a95f28573656c6d28fe776a963d314db041973208db9fd5045dad` [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCpToDot (2.40s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCpToStdout (2.37s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.36s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.33s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.28s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.19s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.12s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.71s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateLabels (0.19s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateRM (0.39s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.40s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.88s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.24s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.53s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.03s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.50s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.18s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.03s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.67s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.50s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.63s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.98s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsCopy (5.76s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.23s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.13s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.90s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.77s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.40s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.15s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsFilters (9.56s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsFormat (4.53s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.24s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsRename (2.70s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsResize (2.93s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.49s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.63s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.87s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.95s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.11s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.15s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.20s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.15s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.12s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.13s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.82s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.34s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestExecInspectID (4.74s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement IsPausable [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.59s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.30s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.89s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.16s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.11s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.84s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.02s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-10-08T00:46:03.926Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-10-08T00:46:03.926Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s) [2019-10-08T00:46:03.926Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.10s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.36s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.65s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.04s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.86s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.29s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.10s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.78s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.78s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImportBadURL (2.38s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.34s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement IsPausable [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInfoFormat (0.14s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.14s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.09s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.11s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.19s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.22s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.23s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectDefault (2.15s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectHistory (5.08s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.14s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.15s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.22s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.34s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.16s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectStatus (2.77s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.17s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.25s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.26s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.14s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.14s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (7.02s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.33s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.02s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.90s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.57s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.46s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.21s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.81s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.64s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.33s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.66s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.48s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.37s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.27s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsSince (9.11s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsTail (2.89s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.79s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.38s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement IsAmd64 [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement IsAmd64 [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.40s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.46s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestPsByOrder (8.18s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.06s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.75s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.31s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-10-08T00:46:03.927Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.28s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (7.01s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (12.16s) [2019-10-08T00:46:03.927Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.49s) [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2019-10-08T00:46:03.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.927Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-10-08T00:46:03.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.928Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.57s) [2019-10-08T00:46:03.928Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2019-10-08T00:46:03.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.928Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2019-10-08T00:46:03.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.928Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2019-10-08T00:46:03.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.928Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2019-10-08T00:46:03.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.928Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.88s) [2019-10-08T00:46:03.928Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2019-10-08T00:46:03.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.928Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.48s) [2019-10-08T00:46:03.928Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-10-08T00:46:03.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.928Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.35s) [2019-10-08T00:46:03.928Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.01s) [2019-10-08T00:46:03.928Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-10-08T00:46:03.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:03.928Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (8.97s) [2019-10-08T00:46:03.928Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.27s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.38s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.63s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.75s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.27s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.19s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.80s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.56s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.23s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.56s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.67s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.76s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.69s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.81s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.53s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.18s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.76s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiTag (0.74s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.27s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.48s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.57s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.82s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.15s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.11s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.84s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.20s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.12s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.16s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.41s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.58s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.12s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.92s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.08s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.21s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.41s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.17s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.09s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.27s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (12.77s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.32s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.12s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.12s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.13s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunExitCode (2.12s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.14s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.21s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.33s) [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.80s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-10-08T00:46:04.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.388Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.08s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.86s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.74s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.94s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.92s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.37s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.94s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.16s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.14s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.98s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.18s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.13s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement Apparmor [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (13.15s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunRm (2.36s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.40s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.22s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.10s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.17s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.57s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.13s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.98s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.79s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement Apparmor [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.18s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.13s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.15s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.61s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (9.28s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.86s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.20s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.23s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.20s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.12s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.73s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.08s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.23s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement Apparmor [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.44s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.66s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.40s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.51s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestStartAttachSilent (9.13s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement IsPausable [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (11.04s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.07s) [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.28s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.07s) [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2019-10-08T00:46:04.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s) [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.36s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.32s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.77s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.85s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.45s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (12.29s) [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.67s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.47s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.34s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.32s) [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.46s) [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.48s) [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-08T00:46:04.390Z] --- PASS: TestDockerRegistrySuite (0.01s) [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-08T00:46:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSchema1RegistrySuite (0.03s) [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-08T00:46:04.390Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-08T00:46:04.390Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-08T00:46:04.390Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] === RUN TestDockerDaemonSuite [2019-10-08T00:46:04.390Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-08T00:46:04.390Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-08T00:46:04.390Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-08T00:46:04.390Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-08T00:46:04.390Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-10-08T00:46:04.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.390Z] === RUN TestDockerSwarmSuite [2019-10-08T00:46:04.390Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-10-08T00:46:04.390Z] === RUN TestDockerPluginSuite [2019-10-08T00:46:04.390Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-10-08T00:46:04.390Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-10-08T00:46:04.390Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-10-08T00:46:04.390Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-10-08T00:46:04.390Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-10-08T00:46:04.390Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-10-08T00:46:04.390Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-10-08T00:46:04.390Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-10-08T00:46:04.391Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-10-08T00:46:04.391Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-10-08T00:46:04.391Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-10-08T00:46:04.391Z] --- PASS: TestDockerPluginSuite (0.02s) [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] === RUN TestDockerExternalVolumeSuite [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] === RUN TestDockerNetworkSuite [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] === RUN TestDockerHubPullSuite [2019-10-08T00:46:04.391Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-10-08T00:46:04.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-08T00:46:04.391Z] PASS [2019-10-08T00:46:04.391Z] ok github.com/docker/docker/integration-cli 2639.445s [2019-10-08T00:46:04.391Z] INFO: Integration tests ended at 10/08/2019 00:46:04. Duration:00:44:08.4691937 [2019-10-08T00:46:04.391Z] INFO: Docker info of the daemon under test at end of run [2019-10-08T00:46:04.391Z] [2019-10-08T00:46:04.391Z] Containers: 2 [2019-10-08T00:46:04.391Z] Running: 0 [2019-10-08T00:46:04.391Z] Paused: 0 [2019-10-08T00:46:04.391Z] Stopped: 2 [2019-10-08T00:46:04.391Z] Images: 12 [2019-10-08T00:46:04.391Z] Server Version: 0.0.0-dev [2019-10-08T00:46:04.391Z] Storage Driver: windowsfilter [2019-10-08T00:46:04.391Z] Windows: [2019-10-08T00:46:04.391Z] Logging Driver: json-file [2019-10-08T00:46:04.391Z] Plugins: [2019-10-08T00:46:04.391Z] Volume: local [2019-10-08T00:46:04.391Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-08T00:46:04.391Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-08T00:46:04.391Z] Swarm: inactive [2019-10-08T00:46:04.391Z] Default Isolation: process [2019-10-08T00:46:04.391Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-08T00:46:04.391Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-08T00:46:04.391Z] OSType: windows [2019-10-08T00:46:04.391Z] Architecture: x86_64 [2019-10-08T00:46:04.391Z] CPUs: 4 [2019-10-08T00:46:04.391Z] Total Memory: 32GiB [2019-10-08T00:46:04.391Z] Name: azwin-2-909190 [2019-10-08T00:46:04.391Z] ID: NFI5:BMSZ:PBGY:LW4C:QSMW:5NUS:TYCI:IL2X:BMDI:A4CH:32ML:373V [2019-10-08T00:46:04.391Z] Docker Root Dir: D:\CI\PR-40057\3\daemon [2019-10-08T00:46:04.391Z] Debug Mode (client): false [2019-10-08T00:46:04.391Z] Debug Mode (server): true [2019-10-08T00:46:04.391Z] File Descriptors: -1 [2019-10-08T00:46:04.391Z] Goroutines: 18 [2019-10-08T00:46:04.391Z] System Time: 2019-10-08T00:46:04.2234617Z [2019-10-08T00:46:04.391Z] EventsListeners: 0 [2019-10-08T00:46:04.391Z] Registry: https://index.docker.io/v1/ [2019-10-08T00:46:04.391Z] Labels: [2019-10-08T00:46:04.391Z] Experimental: false [2019-10-08T00:46:04.391Z] Insecure Registries: [2019-10-08T00:46:04.391Z] 127.0.0.0/8 [2019-10-08T00:46:04.391Z] Live Restore Enabled: false [2019-10-08T00:46:04.391Z] [2019-10-08T00:46:04.391Z] [2019-10-08T00:46:04.391Z] INFO: Stopping daemon under test [2019-10-08T00:46:04.853Z] SUCCESS: The process with PID 6880 (child process of PID 5108) has been terminated. [2019-10-08T00:46:04.853Z] SUCCESS: The process with PID 5108 (child process of PID 7580) has been terminated. [2019-10-08T00:46:04.853Z] INFO: Stop tailing logs of the daemon under tests [2019-10-08T00:46:04.853Z] INFO: executeCI.ps1 Completed successfully at 10/08/2019 00:46:04. [2019-10-08T00:46:04.853Z] INFO: Tidying up at end of run [2019-10-08T00:46:04.853Z] INFO: Saving daemon under test log (d:\CI\PR-40057\3\dut.out) to C:\windows\TEMP\CIDUT.out [2019-10-08T00:46:04.853Z] INFO: Saving daemon under test log (d:\CI\PR-40057\3\dut.err) to C:\windows\TEMP\CIDUT.err [2019-10-08T00:46:04.853Z] INFO: Nuke-Everything... [2019-10-08T00:46:05.313Z] INFO: Container count on control daemon to delete is 2 [2019-10-08T00:46:05.773Z] 919f9602655a [2019-10-08T00:46:05.773Z] 5d3d49d72063 [2019-10-08T00:46:05.773Z] INFO: Non-base image count on control daemon to delete is 1 [2019-10-08T00:46:12.849Z] Deleted: sha256:108c83afd6fb00b14f550c2322359fce992338de6fa5eed7d4ad85ca8a7d307f [2019-10-08T00:46:12.849Z] Deleted: sha256:602f4c14a1ddf4d7c2f93fdbbfa04f1439160b2e2068f481d27c4d286d91bbe1 [2019-10-08T00:46:12.849Z] Deleted: sha256:09c3e69445b77d7f282ff069d8770ad3ea38c1ae5ec6a10b10f4d7fd1264c140 [2019-10-08T00:46:12.849Z] Deleted: sha256:83dec66e9533cf884fbe972e8d3ebf6fac672b3b8dcab6b60e78675458765655 [2019-10-08T00:46:12.849Z] Deleted: sha256:a948a85b38b65b84184dde84aeea65bc260839477900d3a2c75efaa442cc7bb8 [2019-10-08T00:46:12.849Z] Deleted: sha256:4e470d7194f4d587446da722c4ce54ad2d3a3dda3042d4a005e8b75619954c1e [2019-10-08T00:46:12.849Z] Deleted: sha256:b7b117ee233eb4ddfaae2d92c6617fac4ccd688d58784cf6706a6e7bcee0d1b0 [2019-10-08T00:46:12.849Z] Deleted: sha256:f43dc188cdb32dbfa8c528f417b4826698b6c34344aee9e888bae7a9258c942c [2019-10-08T00:46:12.849Z] Deleted: sha256:1beabad47cd699a81e0218244a58d06cdb9b78cc004b32b47128e3c4ab2e7d35 [2019-10-08T00:46:12.849Z] Deleted: sha256:f326c550f8416bcf6aee3678832d5d52f7b4f82490c916bc3d62638a442e3a5a [2019-10-08T00:46:12.849Z] Deleted: sha256:252750d28a1987952aa1b3e8b2abebde38122faa495a1715813eadd70944931e [2019-10-08T00:46:12.849Z] Deleted: sha256:6db0c427833c2b6f82b2a70cb0624c1314d17b7e29bb1738eb46c29232ed1e01 [2019-10-08T00:46:12.849Z] INFO: Tidying pidfile d:\CI\PR-40057\3\docker.pid [2019-10-08T00:46:12.849Z] INFO: Nuking d:\CI [2019-10-08T00:46:48.543Z] INFO: Zapped successfully [2019-10-08T00:46:48.543Z] [2019-10-08T00:46:48.543Z] INFO: executeCI.ps1 exiting at Tue Oct 8 00:46:43 CUT 2019. Duration 01:02:29.5067729 [2019-10-08T00:46:48.543Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-10-08T00:46:50.193Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-10-08T00:46:51.945Z] Archiving artifacts [2019-10-08T00:46:53.133Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40057/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-08T00:46:54.052Z] + make clean [2019-10-08T00:46:55.592Z] docker volume rm -f docker-dev-cache [2019-10-08T00:46:55.592Z] 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