Pull request #40062 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28+d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c (6f7d29adde70fba20d189de153cbbba994c26f68) 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-10T22:38:39.233Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-10-10T22:38:39.237Z] Trying to pass milestone 9 [Pipeline] milestone [2019-10-10T22:38:39.255Z] Trying to pass milestone 10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-10-10T22:38:39.394Z] Running on ubuntu-1804-overlay2 (i-0a6ef9885b810a949) in /home/ubuntu/workspace/moby_PR-40062 [Pipeline] { [Pipeline] checkout [2019-10-10T22:38:39.444Z] using credential docker-jenkins-github-credentials [2019-10-10T22:38:39.453Z] Cloning the remote Git repository [2019-10-10T22:38:39.453Z] Cloning with configured refspecs honoured and without tags [2019-10-10T22:38:39.444Z] Cloning repository https://github.com/moby/moby.git [2019-10-10T22:38:39.444Z] > git init /home/ubuntu/workspace/moby_PR-40062 # timeout=10 [2019-10-10T22:38:39.464Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:38:39.464Z] > git --version # timeout=10 [2019-10-10T22:38:39.471Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:38:39.471Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [2019-10-10T22:38:52.585Z] Fetching without tags [2019-10-10T22:38:52.843Z] Merging remotes/origin/master commit d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c into PR head commit 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:38:53.368Z] Merge succeeded, producing 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:38:53.369Z] Checking out Revision 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 (PR-40062) [2019-10-10T22:38:52.549Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:38:52.552Z] > git config --add remote.origin.fetch +refs/pull/40062/head:refs/remotes/origin/PR-40062 # timeout=10 [2019-10-10T22:38:52.558Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-10T22:38:52.566Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:38:52.574Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:38:52.574Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:38:52.574Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [2019-10-10T22:38:52.834Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:38:52.839Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:38:53.332Z] > git merge d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c # timeout=10 [2019-10-10T22:38:53.345Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-10T22:38:53.357Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:38:53.367Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:38:53.749Z] Commit message: "testutil/daemon: remove redundant d.cmd.Wait()" [2019-10-10T22:38:53.755Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-10T22:38:54.600Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40062:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-10-10T22:38:53.737Z] > git rev-list --no-walk cdf126f3a7362220859998ad6d3442151f3b79c2 # timeout=10 [2019-10-10T22:38:57.877Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2019-10-10T22:38:58.340Z] Running on ubuntu-1804-overlay2 (i-0219244f9c09a2d11) in /home/ubuntu/workspace/moby_PR-40062 [2019-10-10T22:38:58.341Z] Running on ubuntu-1804-overlay2 (i-0a6ef9885b810a949) in /home/ubuntu/workspace/moby_PR-40062 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [2019-10-10T22:38:58.395Z] Running on ppc64le-ubuntu-34 in /home/docker/workspace/moby_PR-40062 [Pipeline] checkout [Pipeline] checkout [2019-10-10T22:38:58.410Z] using credential docker-jenkins-github-credentials [2019-10-10T22:38:58.418Z] Cloning the remote Git repository [2019-10-10T22:38:58.418Z] Cloning with configured refspecs honoured and without tags [2019-10-10T22:38:58.420Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2019-10-10T22:38:58.431Z] Fetching changes from the remote Git repository [Pipeline] // stage [2019-10-10T22:38:58.437Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [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] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [Pipeline] // stage [2019-10-10T22:38:58.514Z] Running on s390x-ubuntu-29 in /home/jenkins/workspace/moby_PR-40062 [Pipeline] // stage [Pipeline] // stage [2019-10-10T22:38:58.418Z] Cloning repository https://github.com/moby/moby.git [2019-10-10T22:38:58.418Z] > git init /home/ubuntu/workspace/moby_PR-40062 # timeout=10 [2019-10-10T22:38:58.422Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:38:58.422Z] > git --version # timeout=10 [2019-10-10T22:38:58.428Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:38:58.429Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2019-10-10T22:38:58.550Z] using credential docker-jenkins-github-credentials Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [2019-10-10T22:38:58.567Z] Cloning the remote Git repository [2019-10-10T22:38:58.567Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-10-10T22:38:58.699Z] Merging remotes/origin/master commit d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c into PR head commit 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:38:58.793Z] using credential docker-jenkins-github-credentials [2019-10-10T22:38:58.806Z] Running on azwin-2-271ad0 in d:\jenkins\workspace\moby_PR-40062 [Pipeline] { [Pipeline] ws [2019-10-10T22:38:58.819Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-10-10T22:38:58.842Z] Cloning the remote Git repository [2019-10-10T22:38:58.842Z] Cloning with configured refspecs honoured and without tags [2019-10-10T22:38:59.117Z] Merge succeeded, producing 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:38:59.118Z] Checking out Revision 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 (PR-40062) [2019-10-10T22:38:59.138Z] using credential docker-jenkins-github-credentials [2019-10-10T22:38:59.170Z] Commit message: "testutil/daemon: remove redundant d.cmd.Wait()" [2019-10-10T22:38:59.218Z] Cloning the remote Git repository [2019-10-10T22:38:59.218Z] Cloning with configured refspecs honoured and without tags [2019-10-10T22:38:58.414Z] > git rev-parse --is-inside-work-tree # timeout=10 [2019-10-10T22:38:58.420Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:38:58.425Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:38:58.425Z] > git --version # timeout=10 [2019-10-10T22:38:58.432Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:38:58.433Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [2019-10-10T22:38:58.687Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:38:58.699Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:38:59.087Z] > git merge d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c # timeout=10 [2019-10-10T22:38:59.097Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-10T22:38:59.106Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:38:59.110Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:38:58.563Z] Cloning repository https://github.com/moby/moby.git [2019-10-10T22:38:58.564Z] > git init /home/docker/workspace/moby_PR-40062 # timeout=10 [2019-10-10T22:38:58.581Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:38:58.581Z] > git --version # timeout=10 [2019-10-10T22:38:58.586Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:38:58.587Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [2019-10-10T22:38:58.878Z] Cloning repository https://github.com/moby/moby.git [2019-10-10T22:38:58.880Z] > git init /home/jenkins/workspace/moby_PR-40062 # timeout=10 [2019-10-10T22:38:58.911Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:38:58.913Z] > git --version # timeout=10 [2019-10-10T22:38:58.931Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:38:58.932Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-10T22:38:59.982Z] + docker version [2019-10-10T22:38:59.982Z] Client: Docker Engine - Community [2019-10-10T22:38:59.982Z] Version: 19.03.2 [2019-10-10T22:38:59.982Z] API version: 1.40 [2019-10-10T22:38:59.982Z] Go version: go1.12.8 [2019-10-10T22:38:59.982Z] Git commit: 6a30dfc [2019-10-10T22:38:59.982Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-10T22:38:59.982Z] OS/Arch: linux/amd64 [2019-10-10T22:38:59.982Z] Experimental: false [2019-10-10T22:38:59.982Z] [2019-10-10T22:38:59.982Z] Server: Docker Engine - Community [2019-10-10T22:38:59.982Z] Engine: [2019-10-10T22:38:59.982Z] Version: 19.03.2 [2019-10-10T22:38:59.982Z] API version: 1.40 (minimum version 1.12) [2019-10-10T22:38:59.982Z] Go version: go1.12.8 [2019-10-10T22:38:59.982Z] Git commit: 6a30dfc [2019-10-10T22:38:59.982Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-10T22:38:59.982Z] OS/Arch: linux/amd64 [2019-10-10T22:38:59.982Z] Experimental: true [2019-10-10T22:38:59.982Z] containerd: [2019-10-10T22:38:59.983Z] Version: 1.2.6 [2019-10-10T22:38:59.983Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-10T22:38:59.983Z] runc: [2019-10-10T22:38:59.983Z] Version: 1.0.0-rc8 [2019-10-10T22:38:59.983Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-10T22:38:59.983Z] docker-init: [2019-10-10T22:38:59.983Z] Version: 0.18.0 [2019-10-10T22:38:59.983Z] GitCommit: fec3683 [2019-10-10T22:38:59.241Z] Cloning repository https://github.com/moby/moby.git [2019-10-10T22:38:59.241Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-10-10T22:38:59.322Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:38:59.322Z] > git --version # timeout=10 [2019-10-10T22:38:59.378Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:38:59.379Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [Pipeline] sh [2019-10-10T22:39:00.263Z] + docker info [2019-10-10T22:39:01.194Z] Client: [2019-10-10T22:39:01.194Z] Debug Mode: false [2019-10-10T22:39:01.194Z] [2019-10-10T22:39:01.194Z] Server: [2019-10-10T22:39:01.194Z] Containers: 0 [2019-10-10T22:39:01.194Z] Running: 0 [2019-10-10T22:39:01.194Z] Paused: 0 [2019-10-10T22:39:01.194Z] Stopped: 0 [2019-10-10T22:39:01.194Z] Images: 5 [2019-10-10T22:39:01.194Z] Server Version: 19.03.2 [2019-10-10T22:39:01.194Z] Storage Driver: overlay2 [2019-10-10T22:39:01.194Z] Backing Filesystem: extfs [2019-10-10T22:39:01.194Z] Supports d_type: true [2019-10-10T22:39:01.194Z] Native Overlay Diff: true [2019-10-10T22:39:01.194Z] Logging Driver: json-file [2019-10-10T22:39:01.194Z] Cgroup Driver: cgroupfs [2019-10-10T22:39:01.194Z] Plugins: [2019-10-10T22:39:01.194Z] Volume: local [2019-10-10T22:39:01.194Z] Network: bridge host ipvlan macvlan null overlay [2019-10-10T22:39:01.194Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-10T22:39:01.194Z] Swarm: inactive [2019-10-10T22:39:01.194Z] Runtimes: runc [2019-10-10T22:39:01.194Z] Default Runtime: runc [2019-10-10T22:39:01.194Z] Init Binary: docker-init [2019-10-10T22:39:01.194Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-10T22:39:01.194Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-10T22:39:01.194Z] init version: fec3683 [2019-10-10T22:39:01.194Z] Security Options: [2019-10-10T22:39:01.194Z] apparmor [2019-10-10T22:39:01.194Z] seccomp [2019-10-10T22:39:01.194Z] Profile: default [2019-10-10T22:39:01.194Z] Kernel Version: 4.15.0-1048-aws [2019-10-10T22:39:01.194Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-10T22:39:01.194Z] OSType: linux [2019-10-10T22:39:01.194Z] Architecture: x86_64 [2019-10-10T22:39:01.194Z] CPUs: 2 [2019-10-10T22:39:01.194Z] Total Memory: 7.501GiB [2019-10-10T22:39:01.194Z] Name: ip-10-100-103-165 [2019-10-10T22:39:01.194Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-10T22:39:01.194Z] Docker Root Dir: /var/lib/docker [2019-10-10T22:39:01.194Z] Debug Mode: false [2019-10-10T22:39:01.194Z] Registry: https://index.docker.io/v1/ [2019-10-10T22:39:01.194Z] Labels: [2019-10-10T22:39:01.194Z] Experimental: true [2019-10-10T22:39:01.194Z] Insecure Registries: [2019-10-10T22:39:01.194Z] 127.0.0.0/8 [2019-10-10T22:39:01.194Z] Live Restore Enabled: true [2019-10-10T22:39:01.194Z] [2019-10-10T22:39:01.194Z] WARNING: No swap limit support [Pipeline] sh [2019-10-10T22:39:01.476Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-10T22:39:01.476Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-10T22:39:01.476Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40062/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-10T22:39:01.476Z] + bash /home/ubuntu/workspace/moby_PR-40062/check-config.sh [2019-10-10T22:39:01.476Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-10T22:39:01.476Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-10T22:39:01.476Z] [2019-10-10T22:39:01.476Z] Generally Necessary: [2019-10-10T22:39:01.476Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-10T22:39:01.476Z] - apparmor: enabled and tools installed [2019-10-10T22:39:01.735Z] - CONFIG_NAMESPACES: enabled [2019-10-10T22:39:01.735Z] - CONFIG_NET_NS: enabled [2019-10-10T22:39:01.735Z] - CONFIG_PID_NS: enabled [2019-10-10T22:39:01.735Z] - CONFIG_IPC_NS: enabled [2019-10-10T22:39:01.735Z] - CONFIG_UTS_NS: enabled [2019-10-10T22:39:01.735Z] - CONFIG_CGROUPS: enabled [2019-10-10T22:39:01.735Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-10T22:39:01.735Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-10T22:39:01.735Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-10T22:39:01.735Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-10T22:39:01.735Z] - CONFIG_CPUSETS: enabled [2019-10-10T22:39:01.735Z] - CONFIG_MEMCG: enabled [2019-10-10T22:39:01.735Z] - CONFIG_KEYS: enabled [2019-10-10T22:39:01.735Z] - CONFIG_VETH: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-10T22:39:01.735Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-10T22:39:01.735Z] [2019-10-10T22:39:01.735Z] Optional Features: [2019-10-10T22:39:01.735Z] - CONFIG_USER_NS: enabled [2019-10-10T22:39:01.735Z] - CONFIG_SECCOMP: enabled [2019-10-10T22:39:01.735Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-10T22:39:01.735Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-10T22:39:01.735Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-10T22:39:01.735Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-10T22:39:01.735Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-10T22:39:01.735Z] - CONFIG_BLK_CGROUP: enabled [2019-10-10T22:39:01.735Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-10T22:39:01.735Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-10T22:39:01.735Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-10T22:39:01.735Z] - CONFIG_CGROUP_PERF: enabled [2019-10-10T22:39:01.735Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-10T22:39:01.735Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-10T22:39:01.735Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-10T22:39:01.735Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-10T22:39:01.735Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-10T22:39:01.735Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_IP_VS: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-10T22:39:01.735Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-10T22:39:01.735Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-10T22:39:01.735Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-10T22:39:01.735Z] - CONFIG_EXT4_FS: enabled [2019-10-10T22:39:01.735Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-10T22:39:01.735Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-10T22:39:01.735Z] - Network Drivers: [2019-10-10T22:39:01.735Z] - "overlay": [2019-10-10T22:39:01.992Z] - CONFIG_VXLAN: enabled (as module) [2019-10-10T22:39:01.992Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-10T22:39:01.992Z] Optional (for encrypted networks): [2019-10-10T22:39:01.992Z] - CONFIG_CRYPTO: enabled [2019-10-10T22:39:01.992Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-10T22:39:01.992Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-10T22:39:01.992Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-10T22:39:01.992Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-10T22:39:01.992Z] - CONFIG_XFRM: enabled [2019-10-10T22:39:01.992Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-10T22:39:01.992Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-10T22:39:01.992Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-10T22:39:01.992Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-10T22:39:01.992Z] - "ipvlan": [2019-10-10T22:39:01.992Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-10T22:39:01.992Z] - "macvlan": [2019-10-10T22:39:01.992Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-10T22:39:01.992Z] - CONFIG_DUMMY: enabled (as module) [2019-10-10T22:39:01.992Z] - "ftp,tftp client in container": [2019-10-10T22:39:01.992Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-10T22:39:01.992Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-10T22:39:01.992Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-10T22:39:01.992Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-10T22:39:01.992Z] - Storage Drivers: [2019-10-10T22:39:01.992Z] - "aufs": [2019-10-10T22:39:01.992Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-10T22:39:01.992Z] - "btrfs": [2019-10-10T22:39:01.992Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-10T22:39:01.992Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-10T22:39:01.992Z] - "devicemapper": [2019-10-10T22:39:01.992Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-10T22:39:01.992Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-10T22:39:01.992Z] - "overlay": [2019-10-10T22:39:01.992Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-10T22:39:01.992Z] - "zfs": [2019-10-10T22:39:01.992Z] - /dev/zfs: missing [2019-10-10T22:39:01.992Z] - zfs command: missing [2019-10-10T22:39:01.992Z] - zpool command: missing [2019-10-10T22:39:01.992Z] [2019-10-10T22:39:01.992Z] Limits: [2019-10-10T22:39:01.992Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-10T22:39:01.992Z] [2019-10-10T22:39:01.992Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-10T22:39:02.312Z] + sudo modprobe ip_vs [2019-10-10T22:39:02.312Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 . [2019-10-10T22:39:02.312Z] #1 [internal] load build definition from Dockerfile [2019-10-10T22:39:02.312Z] #1 DONE 0.0s [2019-10-10T22:39:02.312Z] [2019-10-10T22:39:02.312Z] #2 [internal] load .dockerignore [2019-10-10T22:39:02.312Z] #2 DONE 0.0s [2019-10-10T22:39:02.312Z] [2019-10-10T22:39:02.312Z] #2 [internal] load .dockerignore [2019-10-10T22:39:02.312Z] #2 transferring context: 87B 0.0s done [2019-10-10T22:39:02.312Z] #2 DONE 0.0s [2019-10-10T22:39:02.312Z] [2019-10-10T22:39:02.312Z] #1 [internal] load build definition from Dockerfile [2019-10-10T22:39:02.312Z] #1 transferring dockerfile: 13.34kB 0.0s done [2019-10-10T22:39:02.312Z] #1 DONE 0.1s [2019-10-10T22:39:02.312Z] [2019-10-10T22:39:02.312Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-10T22:39:03.241Z] #3 DONE 0.5s [2019-10-10T22:39:03.241Z] [2019-10-10T22:39:03.241Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-10T22:39:03.241Z] #4 CACHED [2019-10-10T22:39:03.807Z] [2019-10-10T22:39:03.807Z] #5 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-10T22:39:03.807Z] #5 DONE 0.2s [2019-10-10T22:39:03.807Z] [2019-10-10T22:39:03.807Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-10T22:39:03.807Z] #6 DONE 0.0s [2019-10-10T22:39:03.807Z] [2019-10-10T22:39:03.807Z] #67 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-10T22:39:03.807Z] #67 DONE 0.0s [2019-10-10T22:39:03.807Z] [2019-10-10T22:39:03.807Z] #21 [internal] load build context [2019-10-10T22:39:05.185Z] #21 transferring context: 45.61MB 1.2s done [2019-10-10T22:39:05.185Z] #21 DONE 1.2s [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #29 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-10T22:39:05.185Z] #29 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #53 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:39:05.185Z] #53 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #44 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-10T22:39:05.185Z] #44 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #57 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-10T22:39:05.185Z] #57 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #31 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-10T22:39:05.185Z] #31 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #62 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-10-10T22:39:05.185Z] #62 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:39:05.185Z] #16 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #12 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-10T22:39:05.185Z] #12 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #7 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-10T22:39:05.185Z] #7 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #22 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-10T22:39:05.185Z] #22 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #27 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:39:05.185Z] #27 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #37 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-10T22:39:05.185Z] #37 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #24 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-10T22:39:05.185Z] #24 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #54 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-10T22:39:05.185Z] #54 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #58 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:39:05.185Z] #58 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #41 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:39:05.185Z] #41 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #8 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-10T22:39:05.185Z] #8 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #42 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-10T22:39:05.185Z] #42 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #59 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-10T22:39:05.185Z] #59 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #66 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-10T22:39:05.185Z] #66 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #15 [dev 6/24] RUN ldconfig [2019-10-10T22:39:05.185Z] #15 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:39:05.185Z] #36 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #40 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-10T22:39:05.185Z] #40 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #17 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-10T22:39:05.185Z] #17 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #14 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-10T22:39:05.185Z] #14 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:39:05.185Z] #47 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #19 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-10T22:39:05.185Z] #19 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #10 [dev 1/24] RUN groupadd -r docker [2019-10-10T22:39:05.185Z] #10 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #48 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:39:05.185Z] #48 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #39 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:39:05.185Z] #39 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-10T22:39:05.185Z] #32 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-10T22:39:05.185Z] #65 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #46 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-10T22:39:05.185Z] #46 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:39:05.185Z] #9 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #49 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-10T22:39:05.185Z] #49 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:39:05.185Z] #60 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #64 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-10T22:39:05.185Z] #64 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #13 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-10T22:39:05.185Z] #13 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:39:05.185Z] #50 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #68 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-10T22:39:05.185Z] #68 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:39:05.185Z] #33 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #25 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:39:05.185Z] #25 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #28 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-10T22:39:05.185Z] #28 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #52 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-10T22:39:05.185Z] #52 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #26 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-10T22:39:05.185Z] #26 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #43 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:39:05.185Z] #43 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #11 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-10T22:39:05.185Z] #11 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:39:05.185Z] #38 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #63 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-10T22:39:05.185Z] #63 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #55 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-10T22:39:05.185Z] #55 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #34 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-10T22:39:05.185Z] #34 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:39:05.185Z] #45 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:39:05.185Z] #61 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:39:05.185Z] #56 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #51 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-10T22:39:05.185Z] #51 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #30 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:39:05.185Z] #30 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:39:05.185Z] #18 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:39:05.185Z] #23 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-10T22:39:05.185Z] #20 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #35 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-10T22:39:05.185Z] #35 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #69 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-10T22:39:05.185Z] #69 CACHED [2019-10-10T22:39:05.185Z] [2019-10-10T22:39:05.185Z] #70 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-10T22:39:06.555Z] #70 DONE 1.3s [2019-10-10T22:39:06.555Z] [2019-10-10T22:39:06.555Z] #71 exporting to image [2019-10-10T22:39:06.555Z] #71 exporting layers [2019-10-10T22:39:07.121Z] #71 exporting layers 0.7s done [2019-10-10T22:39:07.377Z] #71 writing image sha256:54839abcc6123be90942e1cf94b45072055e1d6fd4efaf8a718766f516d5ac31 done [2019-10-10T22:39:07.377Z] #71 naming to docker.io/library/docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 done [2019-10-10T22:39:07.377Z] #71 DONE 0.8s [Pipeline] } [Pipeline] // stage [2019-10-10T22:39:07.417Z] Fetching without tags [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-10-10T22:39:07.832Z] Merging remotes/origin/master commit d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c into PR head commit 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:07.276Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:39:07.295Z] > git config --add remote.origin.fetch +refs/pull/40062/head:refs/remotes/origin/PR-40062 # timeout=10 [2019-10-10T22:39:07.314Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-10T22:39:07.377Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:39:07.448Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:39:07.450Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:39:07.451Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [2019-10-10T22:39:07.861Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:39:07.879Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:08.388Z] [2019-10-10T22:39:08.588Z] Merge succeeded, producing 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:08.589Z] Checking out Revision 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 (PR-40062) [2019-10-10T22:39:08.647Z] Removing bundles/ [2019-10-10T22:39:08.647Z] [2019-10-10T22:39:08.647Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-10T22:39:08.647Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-10T22:39:08.647Z] GOOS="" GOARCH="" GOARM="" [2019-10-10T22:39:09.379Z] Commit message: "testutil/daemon: remove redundant d.cmd.Wait()" [2019-10-10T22:39:08.478Z] > git merge d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c # timeout=10 [2019-10-10T22:39:08.546Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-10T22:39:08.617Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:39:08.637Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-10T22:39:10.683Z] + docker version [2019-10-10T22:39:10.683Z] Client: [2019-10-10T22:39:10.683Z] Version: 18.06.1-ce [2019-10-10T22:39:10.683Z] API version: 1.38 [2019-10-10T22:39:10.683Z] Go version: go1.10.3 [2019-10-10T22:39:10.683Z] Git commit: e68fc7a [2019-10-10T22:39:10.683Z] Built: Tue Aug 21 17:24:34 2018 [2019-10-10T22:39:10.683Z] OS/Arch: linux/s390x [2019-10-10T22:39:10.683Z] Experimental: false [2019-10-10T22:39:10.683Z] [2019-10-10T22:39:10.683Z] Server: [2019-10-10T22:39:10.683Z] Engine: [2019-10-10T22:39:10.683Z] Version: 18.06.1-ce [2019-10-10T22:39:10.683Z] API version: 1.38 (minimum version 1.12) [2019-10-10T22:39:10.683Z] Go version: go1.10.3 [2019-10-10T22:39:10.683Z] Git commit: e68fc7a [2019-10-10T22:39:10.683Z] Built: Tue Aug 21 17:23:34 2018 [2019-10-10T22:39:10.683Z] OS/Arch: linux/s390x [2019-10-10T22:39:10.683Z] Experimental: true [Pipeline] sh [2019-10-10T22:39:11.129Z] Fetching without tags [2019-10-10T22:39:11.352Z] Merging remotes/origin/master commit d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c into PR head commit 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:11.515Z] + docker info [2019-10-10T22:39:11.515Z] Containers: 0 [2019-10-10T22:39:11.515Z] Running: 0 [2019-10-10T22:39:11.515Z] Paused: 0 [2019-10-10T22:39:11.515Z] Stopped: 0 [2019-10-10T22:39:11.515Z] Images: 0 [2019-10-10T22:39:11.515Z] Server Version: 18.06.1-ce [2019-10-10T22:39:11.515Z] Storage Driver: overlay2 [2019-10-10T22:39:11.515Z] Backing Filesystem: extfs [2019-10-10T22:39:11.515Z] Supports d_type: true [2019-10-10T22:39:11.515Z] Native Overlay Diff: true [2019-10-10T22:39:11.515Z] Logging Driver: json-file [2019-10-10T22:39:11.515Z] Cgroup Driver: cgroupfs [2019-10-10T22:39:11.515Z] Plugins: [2019-10-10T22:39:11.515Z] Volume: local [2019-10-10T22:39:11.515Z] Network: bridge host ipvlan macvlan null overlay [2019-10-10T22:39:11.515Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-10T22:39:11.515Z] Swarm: inactive [2019-10-10T22:39:11.515Z] Runtimes: runc [2019-10-10T22:39:11.515Z] Default Runtime: runc [2019-10-10T22:39:11.515Z] Init Binary: docker-init [2019-10-10T22:39:11.515Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-10T22:39:11.515Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-10-10T22:39:11.515Z] init version: fec3683 [2019-10-10T22:39:11.515Z] Security Options: [2019-10-10T22:39:11.515Z] apparmor [2019-10-10T22:39:11.515Z] seccomp [2019-10-10T22:39:11.515Z] Profile: default [2019-10-10T22:39:11.515Z] Kernel Version: 4.4.0-133-generic [2019-10-10T22:39:11.515Z] Operating System: Ubuntu 16.04.5 LTS [2019-10-10T22:39:11.515Z] OSType: linux [2019-10-10T22:39:11.515Z] Architecture: s390x [2019-10-10T22:39:11.515Z] CPUs: 2 [2019-10-10T22:39:11.515Z] Total Memory: 7.862GiB [2019-10-10T22:39:11.515Z] Name: s390x-ubuntu-29 [2019-10-10T22:39:11.515Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-10-10T22:39:11.515Z] Docker Root Dir: /var/lib/docker [2019-10-10T22:39:11.515Z] Debug Mode (client): false [2019-10-10T22:39:11.515Z] Debug Mode (server): false [2019-10-10T22:39:11.515Z] Username: dockerbuildbot [2019-10-10T22:39:11.515Z] Registry: https://index.docker.io/v1/ [2019-10-10T22:39:11.515Z] Labels: [2019-10-10T22:39:11.515Z] Experimental: true [2019-10-10T22:39:11.515Z] Insecure Registries: [2019-10-10T22:39:11.515Z] 127.0.0.0/8 [2019-10-10T22:39:11.515Z] Live Restore Enabled: false [2019-10-10T22:39:11.515Z] [2019-10-10T22:39:11.515Z] WARNING: No swap limit support [Pipeline] sh [2019-10-10T22:39:11.875Z] Merge succeeded, producing 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:11.876Z] Checking out Revision 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 (PR-40062) [2019-10-10T22:39:12.330Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-10T22:39:12.330Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-10T22:39:12.330Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40062/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-10T22:39:12.330Z] + bash /home/jenkins/workspace/moby_PR-40062/check-config.sh [2019-10-10T22:39:12.330Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-10T22:39:12.330Z] info: reading kernel config from /boot/config-4.4.0-133-generic ... [2019-10-10T22:39:12.330Z] [2019-10-10T22:39:12.330Z] Generally Necessary: [2019-10-10T22:39:12.330Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-10T22:39:12.330Z] - apparmor: enabled and tools installed [2019-10-10T22:39:12.330Z] - CONFIG_NAMESPACES: enabled [2019-10-10T22:39:12.330Z] - CONFIG_NET_NS: enabled [2019-10-10T22:39:12.330Z] - CONFIG_PID_NS: enabled [2019-10-10T22:39:12.330Z] - CONFIG_IPC_NS: enabled [2019-10-10T22:39:12.330Z] - CONFIG_UTS_NS: enabled [2019-10-10T22:39:12.330Z] - CONFIG_CGROUPS: enabled [2019-10-10T22:39:12.330Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-10T22:39:12.330Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-10T22:39:12.330Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-10T22:39:12.330Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-10T22:39:12.330Z] - CONFIG_CPUSETS: enabled [2019-10-10T22:39:12.330Z] - CONFIG_MEMCG: enabled [2019-10-10T22:39:12.330Z] - CONFIG_KEYS: enabled [2019-10-10T22:39:12.330Z] - CONFIG_VETH: enabled (as module) [2019-10-10T22:39:12.330Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-10T22:39:12.330Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-10T22:39:12.330Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-10T22:39:12.330Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-10T22:39:12.330Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-10T22:39:12.330Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-10T22:39:12.330Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-10T22:39:12.330Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-10T22:39:12.330Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-10T22:39:12.344Z] Commit message: "testutil/daemon: remove redundant d.cmd.Wait()" [2019-10-10T22:39:11.108Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:39:11.111Z] > git config --add remote.origin.fetch +refs/pull/40062/head:refs/remotes/origin/PR-40062 # timeout=10 [2019-10-10T22:39:11.114Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-10T22:39:11.121Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:39:11.128Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:39:11.128Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:39:11.129Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [2019-10-10T22:39:11.351Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:39:11.355Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:11.859Z] > git merge d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c # timeout=10 [2019-10-10T22:39:11.866Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-10T22:39:11.874Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:39:11.879Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:12.696Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-10T22:39:12.696Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-10T22:39:12.696Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-10T22:39:12.697Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-10T22:39:12.697Z] [2019-10-10T22:39:12.697Z] Optional Features: [2019-10-10T22:39:12.697Z] - CONFIG_USER_NS: enabled [2019-10-10T22:39:12.697Z] - CONFIG_SECCOMP: enabled [2019-10-10T22:39:12.697Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-10T22:39:12.697Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-10T22:39:12.697Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-10T22:39:12.697Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-10T22:39:12.697Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-10T22:39:12.697Z] - CONFIG_BLK_CGROUP: enabled [2019-10-10T22:39:12.697Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-10T22:39:12.697Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-10T22:39:12.697Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-10T22:39:12.697Z] - CONFIG_CGROUP_PERF: enabled [2019-10-10T22:39:12.697Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-10T22:39:12.697Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-10T22:39:12.697Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-10T22:39:12.697Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-10T22:39:12.697Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-10T22:39:12.697Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_IP_VS: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-10T22:39:12.697Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-10T22:39:12.697Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-10T22:39:12.697Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_EXT4_FS: enabled [2019-10-10T22:39:12.697Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-10T22:39:12.697Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-10T22:39:12.697Z] - Network Drivers: [2019-10-10T22:39:12.697Z] - "overlay": [2019-10-10T22:39:12.697Z] - CONFIG_VXLAN: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-10T22:39:12.697Z] Optional (for encrypted networks): [2019-10-10T22:39:12.697Z] - CONFIG_CRYPTO: enabled [2019-10-10T22:39:12.697Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_XFRM: enabled [2019-10-10T22:39:12.697Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-10T22:39:12.697Z] - "ipvlan": [2019-10-10T22:39:12.697Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-10T22:39:12.697Z] - "macvlan": [2019-10-10T22:39:12.697Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_DUMMY: enabled (as module) [2019-10-10T22:39:12.697Z] - "ftp,tftp client in container": [2019-10-10T22:39:12.697Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-10T22:39:12.697Z] - Storage Drivers: [2019-10-10T22:39:12.697Z] - "aufs": [2019-10-10T22:39:12.697Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-10T22:39:12.697Z] - "btrfs": [2019-10-10T22:39:12.697Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-10T22:39:12.697Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-10T22:39:12.697Z] - "devicemapper": [2019-10-10T22:39:12.697Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-10T22:39:12.697Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-10T22:39:12.697Z] - "overlay": [2019-10-10T22:39:12.697Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-10T22:39:12.697Z] - "zfs": [2019-10-10T22:39:12.697Z] - /dev/zfs: missing [2019-10-10T22:39:12.697Z] - zfs command: missing [2019-10-10T22:39:12.697Z] - zpool command: missing [2019-10-10T22:39:12.697Z] [2019-10-10T22:39:12.697Z] Limits: [2019-10-10T22:39:12.697Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-10T22:39:12.697Z] [2019-10-10T22:39:12.697Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] sh [2019-10-10T22:39:13.348Z] Still waiting to schedule task [2019-10-10T22:39:13.348Z] All nodes of label ‘arm64&&linux’ are offline [2019-10-10T22:39:13.512Z] + docker version [2019-10-10T22:39:13.512Z] Client: Docker Engine - Community [2019-10-10T22:39:13.512Z] Version: 19.03.2 [2019-10-10T22:39:13.512Z] API version: 1.40 [2019-10-10T22:39:13.512Z] Go version: go1.12.8 [2019-10-10T22:39:13.512Z] Git commit: 6a30dfc [2019-10-10T22:39:13.512Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-10T22:39:13.512Z] OS/Arch: linux/amd64 [2019-10-10T22:39:13.512Z] Experimental: false [2019-10-10T22:39:13.512Z] [2019-10-10T22:39:13.512Z] Server: Docker Engine - Community [2019-10-10T22:39:13.512Z] Engine: [2019-10-10T22:39:13.512Z] Version: 19.03.2 [2019-10-10T22:39:13.512Z] API version: 1.40 (minimum version 1.12) [2019-10-10T22:39:13.512Z] Go version: go1.12.8 [2019-10-10T22:39:13.512Z] Git commit: 6a30dfc [2019-10-10T22:39:13.512Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-10T22:39:13.512Z] OS/Arch: linux/amd64 [2019-10-10T22:39:13.512Z] Experimental: true [2019-10-10T22:39:13.512Z] containerd: [2019-10-10T22:39:13.512Z] Version: 1.2.6 [2019-10-10T22:39:13.512Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-10T22:39:13.512Z] runc: [2019-10-10T22:39:13.512Z] Version: 1.0.0-rc8 [2019-10-10T22:39:13.512Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-10T22:39:13.512Z] docker-init: [2019-10-10T22:39:13.512Z] Version: 0.18.0 [2019-10-10T22:39:13.512Z] GitCommit: fec3683 [Pipeline] sh [2019-10-10T22:39:13.578Z] + make bundles/buildx [2019-10-10T22:39:13.578Z] mkdir bundles [2019-10-10T22:39:13.578Z] # This intetionally is not using the `--output` flag from the docker CLI which is a buildkit option [2019-10-10T22:39:13.578Z] # The idea here being that if buildx is being used, it's because buildkit is not supported natively [2019-10-10T22:39:13.578Z] docker build -f Dockerfile.buildx -t "moby-buildx:v0.3.0" \ [2019-10-10T22:39:13.578Z] --build-arg BUILDX_COMMIT \ [2019-10-10T22:39:13.578Z] --build-arg BUILDX_REPO \ [2019-10-10T22:39:13.578Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-10T22:39:13.578Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-10T22:39:13.578Z] . && \ [2019-10-10T22:39:13.578Z] id=$(docker create moby-buildx:v0.3.0); \ [2019-10-10T22:39:13.578Z] if [ -n "${id}" ]; then docker cp ${id}:/usr/bin/buildx bundles/buildx && touch bundles/buildx; docker rm -f ${id}; fi [2019-10-10T22:39:13.578Z] /bin/sh: 4: go: not found [2019-10-10T22:39:13.578Z] /bin/sh: 5: go: not found [2019-10-10T22:39:13.578Z] [2019-10-10T22:39:13.578Z] #1 local://dockerfile (Dockerfile.buildx) [2019-10-10T22:39:13.578Z] #1 digest: sha256:f6d7ab1cafbb6db3c087307e5b1c99ee584369e405a71cdd656e0d74b1639b75 [2019-10-10T22:39:13.578Z] #1 name: "local://dockerfile (Dockerfile.buildx)" [2019-10-10T22:39:13.578Z] #1 started: 2019-10-10 22:39:13.460301281 +0000 UTC [2019-10-10T22:39:13.578Z] #1 completed: 2019-10-10 22:39:13.460354119 +0000 UTC [2019-10-10T22:39:13.578Z] #1 duration: 52.838µs [2019-10-10T22:39:13.578Z] [2019-10-10T22:39:13.578Z] [2019-10-10T22:39:13.578Z] #2 local://context (.dockerignore) [2019-10-10T22:39:13.578Z] #2 digest: sha256:cd5f8e92e9d71a2675d979afb709ff0e67306ac28d0480f150c3391556d0f22e [2019-10-10T22:39:13.578Z] #2 name: "local://context (.dockerignore)" [2019-10-10T22:39:13.578Z] #2 started: 2019-10-10 22:39:13.46047184 +0000 UTC [2019-10-10T22:39:13.578Z] #2 completed: 2019-10-10 22:39:13.460517141 +0000 UTC [2019-10-10T22:39:13.578Z] #2 duration: 45.301µs [2019-10-10T22:39:13.578Z] [2019-10-10T22:39:13.794Z] + docker info [2019-10-10T22:39:13.794Z] Client: [2019-10-10T22:39:13.794Z] Debug Mode: false [2019-10-10T22:39:13.794Z] [2019-10-10T22:39:13.794Z] Server: [2019-10-10T22:39:13.794Z] Containers: 0 [2019-10-10T22:39:13.794Z] Running: 0 [2019-10-10T22:39:13.794Z] Paused: 0 [2019-10-10T22:39:13.794Z] Stopped: 0 [2019-10-10T22:39:13.794Z] Images: 58 [2019-10-10T22:39:13.794Z] Server Version: 19.03.2 [2019-10-10T22:39:13.794Z] Storage Driver: overlay2 [2019-10-10T22:39:13.794Z] Backing Filesystem: extfs [2019-10-10T22:39:13.794Z] Supports d_type: true [2019-10-10T22:39:13.794Z] Native Overlay Diff: true [2019-10-10T22:39:13.794Z] Logging Driver: json-file [2019-10-10T22:39:13.794Z] Cgroup Driver: cgroupfs [2019-10-10T22:39:13.794Z] Plugins: [2019-10-10T22:39:13.794Z] Volume: local [2019-10-10T22:39:13.794Z] Network: bridge host ipvlan macvlan null overlay [2019-10-10T22:39:13.794Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-10T22:39:13.794Z] Swarm: inactive [2019-10-10T22:39:13.794Z] Runtimes: runc [2019-10-10T22:39:13.794Z] Default Runtime: runc [2019-10-10T22:39:13.794Z] Init Binary: docker-init [2019-10-10T22:39:13.794Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-10T22:39:13.794Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-10T22:39:13.794Z] init version: fec3683 [2019-10-10T22:39:13.794Z] Security Options: [2019-10-10T22:39:13.794Z] apparmor [2019-10-10T22:39:13.794Z] seccomp [2019-10-10T22:39:13.794Z] Profile: default [2019-10-10T22:39:13.794Z] Kernel Version: 4.15.0-1048-aws [2019-10-10T22:39:13.794Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-10T22:39:13.794Z] OSType: linux [2019-10-10T22:39:13.794Z] Architecture: x86_64 [2019-10-10T22:39:13.794Z] CPUs: 2 [2019-10-10T22:39:13.794Z] Total Memory: 7.501GiB [2019-10-10T22:39:13.794Z] Name: ip-10-100-100-244 [2019-10-10T22:39:13.794Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-10T22:39:13.794Z] Docker Root Dir: /var/lib/docker [2019-10-10T22:39:13.794Z] Debug Mode: false [2019-10-10T22:39:13.794Z] Registry: https://index.docker.io/v1/ [2019-10-10T22:39:13.794Z] Labels: [2019-10-10T22:39:13.794Z] Experimental: true [2019-10-10T22:39:13.794Z] Insecure Registries: [2019-10-10T22:39:13.794Z] 127.0.0.0/8 [2019-10-10T22:39:13.794Z] Live Restore Enabled: true [2019-10-10T22:39:13.794Z] [2019-10-10T22:39:13.794Z] WARNING: No swap limit support [Pipeline] sh [2019-10-10T22:39:13.943Z] [2019-10-10T22:39:13.943Z] #1 local://dockerfile (Dockerfile.buildx) [2019-10-10T22:39:13.943Z] #1 started: 2019-10-10 22:39:13.461674143 +0000 UTC [2019-10-10T22:39:13.943Z] #1 completed: 2019-10-10 22:39:13.497744904 +0000 UTC [2019-10-10T22:39:13.943Z] #1 duration: 36.070761ms [2019-10-10T22:39:13.943Z] #1 transferring dockerfile: 792B 0.0s done [2019-10-10T22:39:13.943Z] [2019-10-10T22:39:13.943Z] [2019-10-10T22:39:13.943Z] #2 local://context (.dockerignore) [2019-10-10T22:39:13.943Z] #2 started: 2019-10-10 22:39:13.461623043 +0000 UTC [2019-10-10T22:39:13.943Z] #2 completed: 2019-10-10 22:39:13.493319422 +0000 UTC [2019-10-10T22:39:13.943Z] #2 duration: 31.696379ms [2019-10-10T22:39:13.943Z] #2 transferring context: 87B 0.0s done [2019-10-10T22:39:13.943Z] [2019-10-10T22:39:14.075Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-10T22:39:14.075Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-10T22:39:14.075Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40062/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-10T22:39:14.075Z] + bash /home/ubuntu/workspace/moby_PR-40062/check-config.sh [2019-10-10T22:39:14.075Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-10T22:39:14.075Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-10T22:39:14.075Z] [2019-10-10T22:39:14.075Z] Generally Necessary: [2019-10-10T22:39:14.075Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-10T22:39:14.075Z] - apparmor: enabled and tools installed [2019-10-10T22:39:14.075Z] - CONFIG_NAMESPACES: enabled [2019-10-10T22:39:14.075Z] - CONFIG_NET_NS: enabled [2019-10-10T22:39:14.075Z] - CONFIG_PID_NS: enabled [2019-10-10T22:39:14.075Z] - CONFIG_IPC_NS: enabled [2019-10-10T22:39:14.075Z] - CONFIG_UTS_NS: enabled [2019-10-10T22:39:14.075Z] - CONFIG_CGROUPS: enabled [2019-10-10T22:39:14.075Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-10T22:39:14.075Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-10T22:39:14.075Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-10T22:39:14.075Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-10T22:39:14.075Z] - CONFIG_CPUSETS: enabled [2019-10-10T22:39:14.075Z] - CONFIG_MEMCG: enabled [2019-10-10T22:39:14.075Z] - CONFIG_KEYS: enabled [2019-10-10T22:39:14.075Z] - CONFIG_VETH: enabled (as module) [2019-10-10T22:39:14.075Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-10T22:39:14.075Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-10T22:39:14.075Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-10T22:39:14.075Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-10T22:39:14.075Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-10T22:39:14.075Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-10T22:39:14.075Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-10T22:39:14.075Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-10T22:39:14.075Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-10T22:39:14.075Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-10T22:39:14.075Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-10T22:39:14.075Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-10T22:39:14.075Z] [2019-10-10T22:39:14.075Z] Optional Features: [2019-10-10T22:39:14.075Z] - CONFIG_USER_NS: enabled [2019-10-10T22:39:14.075Z] - CONFIG_SECCOMP: enabled [2019-10-10T22:39:14.075Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-10T22:39:14.075Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-10T22:39:14.334Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-10T22:39:14.334Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-10T22:39:14.334Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-10T22:39:14.334Z] - CONFIG_BLK_CGROUP: enabled [2019-10-10T22:39:14.334Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-10T22:39:14.334Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-10T22:39:14.334Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-10T22:39:14.334Z] - CONFIG_CGROUP_PERF: enabled [2019-10-10T22:39:14.334Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-10T22:39:14.334Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-10T22:39:14.334Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-10T22:39:14.334Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-10T22:39:14.334Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-10T22:39:14.334Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-10T22:39:14.334Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-10T22:39:14.334Z] - CONFIG_IP_VS: enabled (as module) [2019-10-10T22:39:14.334Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-10T22:39:14.334Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-10T22:39:14.334Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-10T22:39:14.334Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-10T22:39:14.334Z] - CONFIG_EXT4_FS: enabled [2019-10-10T22:39:14.334Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-10T22:39:14.334Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-10T22:39:14.334Z] - Network Drivers: [2019-10-10T22:39:14.334Z] - "overlay": [2019-10-10T22:39:14.334Z] - CONFIG_VXLAN: enabled (as module) [2019-10-10T22:39:14.334Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-10T22:39:14.334Z] Optional (for encrypted networks): [2019-10-10T22:39:14.334Z] - CONFIG_CRYPTO: enabled [2019-10-10T22:39:14.334Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-10T22:39:14.334Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-10T22:39:14.334Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-10T22:39:14.334Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-10T22:39:14.334Z] - CONFIG_XFRM: enabled [2019-10-10T22:39:14.334Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-10T22:39:14.334Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-10T22:39:14.334Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-10T22:39:14.334Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-10T22:39:14.334Z] - "ipvlan": [2019-10-10T22:39:14.334Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-10T22:39:14.334Z] - "macvlan": [2019-10-10T22:39:14.334Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-10T22:39:14.334Z] - CONFIG_DUMMY: enabled (as module) [2019-10-10T22:39:14.334Z] - "ftp,tftp client in container": [2019-10-10T22:39:14.334Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-10T22:39:14.334Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-10T22:39:14.334Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-10T22:39:14.334Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-10T22:39:14.334Z] - Storage Drivers: [2019-10-10T22:39:14.334Z] - "aufs": [2019-10-10T22:39:14.334Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-10T22:39:14.334Z] - "btrfs": [2019-10-10T22:39:14.366Z] [2019-10-10T22:39:14.366Z] #3 docker-image://docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8... [2019-10-10T22:39:14.366Z] #3 digest: sha256:802cf51975db0f255d5341f390fecd82aa570707f20a8f5141ef2965aba38a87 [2019-10-10T22:39:14.366Z] #3 name: "docker-image://docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63" [2019-10-10T22:39:14.366Z] #3 started: 2019-10-10 22:39:13.860752024 +0000 UTC [2019-10-10T22:39:14.366Z] #3 completed: 2019-10-10 22:39:13.860855727 +0000 UTC [2019-10-10T22:39:14.366Z] #3 duration: 103.703µs [2019-10-10T22:39:14.366Z] #3 started: 2019-10-10 22:39:13.862298262 +0000 UTC [2019-10-10T22:39:14.366Z] #3 completed: 2019-10-10 22:39:13.863215989 +0000 UTC [2019-10-10T22:39:14.366Z] #3 duration: 917.727µs [2019-10-10T22:39:14.366Z] #3 started: 2019-10-10 22:39:13.863272104 +0000 UTC [2019-10-10T22:39:14.366Z] #3 resolve docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63 done [2019-10-10T22:39:14.366Z] #3 sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63 1.42kB / 1.42kB done [2019-10-10T22:39:14.366Z] #3 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 0B / 45.24MB 0.1s [2019-10-10T22:39:14.366Z] #3 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 0B / 10.32MB 0.1s [2019-10-10T22:39:14.366Z] #3 sha256:a19e83c28d33221a87ce6fa2779bb52b752d1585e2dd52802d9a368c9dfebebb 1.80kB / 1.80kB done [2019-10-10T22:39:14.366Z] #3 sha256:e6b9730b64f0a5e20dcb03c2e6c929ddc5151f00f256e14a62a332f0be59ce5b 5.47kB / 5.47kB done [2019-10-10T22:39:14.366Z] #3 sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 0B / 4.37MB 0.1s [2019-10-10T22:39:14.366Z] #3 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 8.07MB / 45.24MB 0.4s [2019-10-10T22:39:14.366Z] #3 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 1.55MB / 10.32MB 0.4s [2019-10-10T22:39:14.366Z] #3 sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 2.63MB / 4.37MB 0.4s [2019-10-10T22:39:14.590Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-10T22:39:14.590Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-10T22:39:14.590Z] - "devicemapper": [2019-10-10T22:39:14.590Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-10T22:39:14.590Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-10T22:39:14.590Z] - "overlay": [2019-10-10T22:39:14.590Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-10T22:39:14.590Z] - "zfs": [2019-10-10T22:39:14.590Z] - /dev/zfs: missing [2019-10-10T22:39:14.590Z] - zfs command: missing [2019-10-10T22:39:14.590Z] - zpool command: missing [2019-10-10T22:39:14.590Z] [2019-10-10T22:39:14.590Z] Limits: [2019-10-10T22:39:14.590Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-10T22:39:14.590Z] [2019-10-10T22:39:14.590Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-10T22:39:14.897Z] #3 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 13.28MB / 45.24MB 0.5s [2019-10-10T22:39:14.897Z] #3 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 6.29MB / 10.32MB 0.5s [2019-10-10T22:39:14.897Z] #3 sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 4.37MB / 4.37MB 0.4s done [2019-10-10T22:39:14.897Z] #3 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 0B / 50.49MB 0.5s [2019-10-10T22:39:14.897Z] #3 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 20.72MB / 45.24MB 0.6s [2019-10-10T22:39:14.897Z] #3 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 8.22MB / 10.32MB 0.6s [2019-10-10T22:39:14.897Z] #3 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 25.35MB / 45.24MB 0.7s [2019-10-10T22:39:14.897Z] #3 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 10.32MB / 10.32MB 0.7s done [2019-10-10T22:39:14.897Z] #3 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 6.06MB / 50.49MB 0.7s [2019-10-10T22:39:14.897Z] #3 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 0B / 45.98MB 0.7s [2019-10-10T22:39:14.897Z] #3 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 30.46MB / 45.24MB 0.8s [2019-10-10T22:39:14.897Z] #3 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 10.91MB / 50.49MB 0.8s [2019-10-10T22:39:14.912Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 . [2019-10-10T22:39:14.912Z] #2 [internal] load .dockerignore [2019-10-10T22:39:14.912Z] #2 transferring context: 87B done [2019-10-10T22:39:14.912Z] #2 DONE 0.0s [2019-10-10T22:39:14.912Z] [2019-10-10T22:39:14.912Z] #1 [internal] load build definition from Dockerfile [2019-10-10T22:39:14.912Z] #1 transferring dockerfile: 13.34kB done [2019-10-10T22:39:14.912Z] #1 DONE 0.0s [2019-10-10T22:39:14.912Z] [2019-10-10T22:39:14.912Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-10T22:39:15.170Z] #3 DONE 0.2s [2019-10-10T22:39:15.170Z] [2019-10-10T22:39:15.170Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-10T22:39:15.170Z] #4 CACHED [2019-10-10T22:39:15.400Z] #3 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 36.00MB / 45.24MB 0.9s [2019-10-10T22:39:15.400Z] #3 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 13.84MB / 50.49MB 0.9s [2019-10-10T22:39:15.400Z] #3 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 5.46MB / 45.98MB 0.9s [2019-10-10T22:39:15.400Z] #3 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 39.75MB / 45.24MB 1.0s [2019-10-10T22:39:15.400Z] #3 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 18.24MB / 50.49MB 1.0s [2019-10-10T22:39:15.400Z] #3 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 8.59MB / 45.98MB 1.0s [2019-10-10T22:39:15.400Z] #3 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 42.34MB / 45.24MB 1.1s [2019-10-10T22:39:15.400Z] #3 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 22.18MB / 50.49MB 1.1s [2019-10-10T22:39:15.400Z] #3 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 13.56MB / 45.98MB 1.1s [2019-10-10T22:39:15.400Z] #3 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 45.24MB / 45.24MB 1.2s [2019-10-10T22:39:15.400Z] #3 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 27.94MB / 50.49MB 1.2s [2019-10-10T22:39:15.400Z] #3 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 16.83MB / 45.98MB 1.2s [2019-10-10T22:39:15.400Z] #3 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 45.24MB / 45.24MB 1.3s done [2019-10-10T22:39:15.400Z] #3 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 32.69MB / 50.49MB 1.3s [2019-10-10T22:39:15.400Z] #3 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 22.64MB / 45.98MB 1.3s [2019-10-10T22:39:15.400Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 0B / 111.04MB 1.3s [2019-10-10T22:39:15.400Z] #3 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 37.88MB / 50.49MB 1.4s [2019-10-10T22:39:15.400Z] #3 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 28.19MB / 45.98MB 1.4s [2019-10-10T22:39:15.400Z] #3 extracting sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb [2019-10-10T22:39:15.734Z] [2019-10-10T22:39:15.734Z] #5 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-10T22:39:15.779Z] Fetching without tags [2019-10-10T22:39:15.884Z] #3 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 42.17MB / 50.49MB 1.5s [2019-10-10T22:39:15.884Z] #3 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 34.45MB / 45.98MB 1.6s [2019-10-10T22:39:15.884Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 9.50MB / 111.04MB 1.6s [2019-10-10T22:39:15.884Z] #3 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 49.02MB / 50.49MB 1.7s [2019-10-10T22:39:15.884Z] #3 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 37.94MB / 45.98MB 1.7s [2019-10-10T22:39:15.884Z] #3 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 43.01MB / 45.98MB 1.8s [2019-10-10T22:39:15.884Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 18.71MB / 111.04MB 1.8s [2019-10-10T22:39:15.884Z] #3 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 50.49MB / 50.49MB 1.9s done [2019-10-10T22:39:15.884Z] #3 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 45.98MB / 45.98MB 1.9s [2019-10-10T22:39:15.884Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 27.98MB / 111.04MB 1.9s [2019-10-10T22:39:15.884Z] #3 sha256:e31612bb7d3ca12650dbcad76034a9c56766e0107e24c0eac4586beb72f7b18a 0B / 124B 1.9s [2019-10-10T22:39:15.994Z] #5 DONE 0.2s [2019-10-10T22:39:15.994Z] [2019-10-10T22:39:15.994Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-10T22:39:15.994Z] #6 DONE 0.0s [2019-10-10T22:39:15.994Z] [2019-10-10T22:39:15.994Z] #67 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-10T22:39:15.994Z] #67 DONE 0.0s [2019-10-10T22:39:15.994Z] [2019-10-10T22:39:15.994Z] #21 [internal] load build context [2019-10-10T22:39:16.307Z] #3 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 45.98MB / 45.98MB 2.0s done [2019-10-10T22:39:16.307Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 35.39MB / 111.04MB 2.0s [2019-10-10T22:39:16.307Z] #3 sha256:e31612bb7d3ca12650dbcad76034a9c56766e0107e24c0eac4586beb72f7b18a 124B / 124B 2.0s done [2019-10-10T22:39:16.307Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 45.13MB / 111.04MB 2.1s [2019-10-10T22:39:16.307Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 54.23MB / 111.04MB 2.2s [2019-10-10T22:39:16.307Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 66.25MB / 111.04MB 2.3s [2019-10-10T22:39:16.638Z] Merging remotes/origin/master commit d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c into PR head commit 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:15.357Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:39:15.436Z] > git config --add remote.origin.fetch +refs/pull/40062/head:refs/remotes/origin/PR-40062 # timeout=10 [2019-10-10T22:39:15.524Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-10T22:39:15.661Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:39:15.802Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:39:15.802Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:39:15.803Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [2019-10-10T22:39:16.699Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 75.05MB / 111.04MB 2.4s [2019-10-10T22:39:16.699Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 86.00MB / 111.04MB 2.5s [2019-10-10T22:39:16.699Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 96.19MB / 111.04MB 2.6s [2019-10-10T22:39:16.699Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 107.00MB / 111.04MB 2.7s [2019-10-10T22:39:17.079Z] #3 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 111.04MB / 111.04MB 2.9s done [2019-10-10T22:39:17.372Z] #21 transferring context: 45.61MB 1.3s done [2019-10-10T22:39:17.372Z] #21 DONE 1.3s [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #55 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-10T22:39:17.372Z] #55 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #22 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-10T22:39:17.372Z] #22 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #8 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-10T22:39:17.372Z] #8 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #57 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-10T22:39:17.372Z] #57 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #34 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-10T22:39:17.372Z] #34 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #26 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-10T22:39:17.372Z] #26 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #54 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-10T22:39:17.372Z] #54 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #25 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:39:17.372Z] #25 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #10 [dev 1/24] RUN groupadd -r docker [2019-10-10T22:39:17.372Z] #10 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #31 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-10T22:39:17.372Z] #31 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #28 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-10T22:39:17.372Z] #28 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #39 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:39:17.372Z] #39 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:39:17.372Z] #9 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #11 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-10T22:39:17.372Z] #11 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-10T22:39:17.372Z] #32 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:39:17.372Z] #38 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #53 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:39:17.372Z] #53 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-10T22:39:17.372Z] #20 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:39:17.372Z] #23 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #27 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:39:17.372Z] #27 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:39:17.372Z] #45 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #14 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-10T22:39:17.372Z] #14 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-10T22:39:17.372Z] #65 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #40 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-10T22:39:17.372Z] #40 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #68 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-10T22:39:17.372Z] #68 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #37 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-10T22:39:17.372Z] #37 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #51 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-10T22:39:17.372Z] #51 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #49 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-10T22:39:17.372Z] #49 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:39:17.372Z] #56 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #29 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-10T22:39:17.372Z] #29 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #52 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-10T22:39:17.372Z] #52 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #35 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-10T22:39:17.372Z] #35 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #58 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:39:17.372Z] #58 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #19 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-10T22:39:17.372Z] #19 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #64 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-10T22:39:17.372Z] #64 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #46 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-10T22:39:17.372Z] #46 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:39:17.372Z] #50 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #59 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-10T22:39:17.372Z] #59 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #7 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-10T22:39:17.372Z] #7 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #24 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-10T22:39:17.372Z] #24 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #63 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-10T22:39:17.372Z] #63 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #17 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-10T22:39:17.372Z] #17 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:39:17.372Z] #61 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:39:17.372Z] #33 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #48 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:39:17.372Z] #48 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #43 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:39:17.372Z] #43 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:39:17.372Z] #16 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:39:17.372Z] #60 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:39:17.372Z] #47 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #66 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-10T22:39:17.372Z] #66 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #41 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:39:17.372Z] #41 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #44 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-10T22:39:17.372Z] #44 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:39:17.372Z] #36 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #30 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:39:17.372Z] #30 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:39:17.372Z] #18 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #62 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-10-10T22:39:17.372Z] #62 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #42 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-10T22:39:17.372Z] #42 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #12 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-10T22:39:17.372Z] #12 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #15 [dev 6/24] RUN ldconfig [2019-10-10T22:39:17.372Z] #15 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #13 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-10T22:39:17.372Z] #13 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #69 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-10T22:39:17.372Z] #69 CACHED [2019-10-10T22:39:17.372Z] [2019-10-10T22:39:17.372Z] #70 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-10T22:39:17.464Z] #3 extracting sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 2.1s done [2019-10-10T22:39:17.827Z] #3 extracting sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 [2019-10-10T22:39:18.190Z] #3 extracting sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 0.4s done [2019-10-10T22:39:18.190Z] #3 extracting sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 [2019-10-10T22:39:18.190Z] #3 extracting sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 0.1s done [2019-10-10T22:39:18.190Z] #3 extracting sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 [2019-10-10T22:39:16.661Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:39:16.735Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:18.741Z] #70 DONE 1.5s [2019-10-10T22:39:18.741Z] [2019-10-10T22:39:18.741Z] #71 exporting to image [2019-10-10T22:39:18.741Z] #71 exporting layers [2019-10-10T22:39:19.672Z] #71 exporting layers 0.8s done [2019-10-10T22:39:19.672Z] #71 writing image sha256:d9d3bbb0ccbfb158a37e28fb7aa77671c1a055883ecd3cbb8ae3263b83871f34 [2019-10-10T22:39:19.672Z] #71 writing image sha256:d9d3bbb0ccbfb158a37e28fb7aa77671c1a055883ecd3cbb8ae3263b83871f34 done [2019-10-10T22:39:19.672Z] #71 naming to docker.io/library/docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 done [2019-10-10T22:39:19.672Z] #71 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-10-10T22:39:19.998Z] #3 extracting sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 1.7s done [2019-10-10T22:39:19.999Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40062/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40062/.git:/go/src/github.com/docker/docker/.git --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 hack/validate/default [2019-10-10T22:39:20.364Z] #3 extracting sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 [2019-10-10T22:39:20.825Z] Merge succeeded, producing 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:20.826Z] Checking out Revision 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 (PR-40062) [2019-10-10T22:39:21.369Z] Congratulations! All commits are properly signed with the DCO! [2019-10-10T22:39:21.369Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-10-10T22:39:21.450Z] Commit message: "testutil/daemon: remove redundant d.cmd.Wait()" [2019-10-10T22:39:21.619Z] #3 extracting sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 1.3s done [2019-10-10T22:39:21.630Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-10-10T22:39:21.630Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-10T22:39:22.210Z] #3 extracting sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 [2019-10-10T22:39:20.542Z] > git merge d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c # timeout=10 [2019-10-10T22:39:20.690Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-10-10T22:39:20.849Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:39:20.917Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:23.045Z] + docker version [2019-10-10T22:39:23.045Z] Client: Docker Engine - Enterprise [2019-10-10T22:39:23.045Z] Version: 19.03.2 [2019-10-10T22:39:23.045Z] API version: 1.40 [2019-10-10T22:39:23.045Z] Go version: go1.12.8 [2019-10-10T22:39:23.045Z] Git commit: c92ab06ed9 [2019-10-10T22:39:23.045Z] Built: 09/03/2019 16:38:11 [2019-10-10T22:39:23.045Z] OS/Arch: windows/amd64 [2019-10-10T22:39:23.045Z] Experimental: false [2019-10-10T22:39:23.045Z] [2019-10-10T22:39:23.045Z] Server: Docker Engine - Enterprise [2019-10-10T22:39:23.045Z] Engine: [2019-10-10T22:39:23.045Z] Version: 19.03.2 [2019-10-10T22:39:23.045Z] API version: 1.40 (minimum version 1.24) [2019-10-10T22:39:23.045Z] Go version: go1.12.8 [2019-10-10T22:39:23.045Z] Git commit: c92ab06ed9 [2019-10-10T22:39:23.045Z] Built: 09/03/2019 16:35:47 [2019-10-10T22:39:23.045Z] OS/Arch: windows/amd64 [2019-10-10T22:39:23.045Z] Experimental: true [Pipeline] sh [2019-10-10T22:39:23.472Z] Fetching without tags [2019-10-10T22:39:23.976Z] Merging remotes/origin/master commit d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c into PR head commit 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:24.134Z] + docker info [2019-10-10T22:39:23.428Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:39:23.432Z] > git config --add remote.origin.fetch +refs/pull/40062/head:refs/remotes/origin/PR-40062 # timeout=10 [2019-10-10T22:39:23.435Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-10T22:39:23.452Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:39:23.468Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:39:23.468Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:39:23.469Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [2019-10-10T22:39:23.972Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:39:23.976Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:25.029Z] Merge succeeded, producing 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:25.030Z] Checking out Revision 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 (PR-40062) [2019-10-10T22:39:25.636Z] #3 extracting sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 3.5s done [2019-10-10T22:39:25.636Z] #3 extracting sha256:e31612bb7d3ca12650dbcad76034a9c56766e0107e24c0eac4586beb72f7b18a done [2019-10-10T22:39:25.636Z] #3 completed: 2019-10-10 22:39:25.512237194 +0000 UTC [2019-10-10T22:39:25.636Z] #3 duration: 11.64896509s [2019-10-10T22:39:25.636Z] [2019-10-10T22:39:25.636Z] [2019-10-10T22:39:25.636Z] #4 /bin/sh -c git clone "${BUILDX_REPO}" /buildx [2019-10-10T22:39:25.636Z] #4 digest: sha256:d3415ca9439680de1f5dbd3755f2fd902883970c37ef979ed3c8511dd95e2f44 [2019-10-10T22:39:25.636Z] #4 name: "/bin/sh -c git clone \"${BUILDX_REPO}\" /buildx" [2019-10-10T22:39:25.636Z] #4 started: 2019-10-10 22:39:25.513965808 +0000 UTC [2019-10-10T22:39:25.998Z] #4 0.148 Cloning into '/buildx'... [2019-10-10T22:39:26.127Z] Commit message: "testutil/daemon: remove redundant d.cmd.Wait()" [2019-10-10T22:39:24.982Z] > git merge d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c # timeout=10 [2019-10-10T22:39:25.008Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-10T22:39:25.025Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:39:25.029Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-10T22:39:26.793Z] #4 completed: 2019-10-10 22:39:26.527192496 +0000 UTC [2019-10-10T22:39:26.793Z] #4 duration: 1.013226688s [2019-10-10T22:39:26.793Z] [2019-10-10T22:39:26.793Z] [2019-10-10T22:39:26.793Z] #5 /bin/sh -c git fetch origin "${BUILDX_COMMIT}":build && git checkout bui... [2019-10-10T22:39:26.793Z] #5 digest: sha256:bb88edc76245604869accc36e1df9136a67376879323fe2104fffbc5bc64487a [2019-10-10T22:39:26.793Z] #5 name: "/bin/sh -c git fetch origin \"${BUILDX_COMMIT}\":build && git checkout build" [2019-10-10T22:39:26.793Z] #5 started: 2019-10-10 22:39:26.528539796 +0000 UTC [2019-10-10T22:39:27.008Z] + docker version [2019-10-10T22:39:27.008Z] Client: [2019-10-10T22:39:27.008Z] Version: 18.06.1-ce [2019-10-10T22:39:27.008Z] API version: 1.38 [2019-10-10T22:39:27.008Z] Go version: go1.10.3 [2019-10-10T22:39:27.008Z] Git commit: e68fc7a [2019-10-10T22:39:27.008Z] Built: Tue Aug 21 17:26:10 2018 [2019-10-10T22:39:27.008Z] OS/Arch: linux/ppc64le [2019-10-10T22:39:27.008Z] Experimental: false [2019-10-10T22:39:27.008Z] [2019-10-10T22:39:27.008Z] Server: [2019-10-10T22:39:27.008Z] Engine: [2019-10-10T22:39:27.008Z] Version: 18.06.1-ce [2019-10-10T22:39:27.008Z] API version: 1.38 (minimum version 1.12) [2019-10-10T22:39:27.008Z] Go version: go1.10.3 [2019-10-10T22:39:27.008Z] Git commit: e68fc7a [2019-10-10T22:39:27.008Z] Built: Tue Aug 21 17:24:20 2018 [2019-10-10T22:39:27.008Z] OS/Arch: linux/ppc64le [2019-10-10T22:39:27.008Z] Experimental: true [Pipeline] sh [2019-10-10T22:39:27.161Z] #5 0.286 From https://github.com/docker/buildx [2019-10-10T22:39:27.161Z] #5 0.286 * [new branch] master -> build [2019-10-10T22:39:27.161Z] #5 0.402 Switched to branch 'build' [2019-10-10T22:39:27.396Z] + docker info [2019-10-10T22:39:27.396Z] Containers: 0 [2019-10-10T22:39:27.396Z] Running: 0 [2019-10-10T22:39:27.396Z] Paused: 0 [2019-10-10T22:39:27.396Z] Stopped: 0 [2019-10-10T22:39:27.396Z] Images: 0 [2019-10-10T22:39:27.396Z] Server Version: 18.06.1-ce [2019-10-10T22:39:27.396Z] Storage Driver: overlay2 [2019-10-10T22:39:27.396Z] Backing Filesystem: extfs [2019-10-10T22:39:27.396Z] Supports d_type: true [2019-10-10T22:39:27.396Z] Native Overlay Diff: true [2019-10-10T22:39:27.396Z] Logging Driver: json-file [2019-10-10T22:39:27.396Z] Cgroup Driver: cgroupfs [2019-10-10T22:39:27.396Z] Plugins: [2019-10-10T22:39:27.396Z] Volume: local [2019-10-10T22:39:27.396Z] Network: bridge host ipvlan macvlan null overlay [2019-10-10T22:39:27.396Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-10T22:39:27.396Z] Swarm: inactive [2019-10-10T22:39:27.396Z] Runtimes: runc [2019-10-10T22:39:27.396Z] Default Runtime: runc [2019-10-10T22:39:27.396Z] Init Binary: docker-init [2019-10-10T22:39:27.396Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-10T22:39:27.396Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-10-10T22:39:27.396Z] init version: fec3683 [2019-10-10T22:39:27.396Z] Security Options: [2019-10-10T22:39:27.396Z] apparmor [2019-10-10T22:39:27.396Z] seccomp [2019-10-10T22:39:27.396Z] Profile: default [2019-10-10T22:39:27.396Z] Kernel Version: 4.4.0-139-generic [2019-10-10T22:39:27.396Z] Operating System: Ubuntu 16.04.3 LTS [2019-10-10T22:39:27.396Z] OSType: linux [2019-10-10T22:39:27.396Z] Architecture: ppc64le [2019-10-10T22:39:27.396Z] CPUs: 4 [2019-10-10T22:39:27.396Z] Total Memory: 7.972GiB [2019-10-10T22:39:27.396Z] Name: ppc64le-ubuntu-34 [2019-10-10T22:39:27.396Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-10-10T22:39:27.396Z] Docker Root Dir: /var/lib/docker [2019-10-10T22:39:27.396Z] Debug Mode (client): false [2019-10-10T22:39:27.396Z] Debug Mode (server): false [2019-10-10T22:39:27.396Z] Username: dockerbuildbot [2019-10-10T22:39:27.396Z] Registry: https://index.docker.io/v1/ [2019-10-10T22:39:27.396Z] Labels: [2019-10-10T22:39:27.396Z] Experimental: true [2019-10-10T22:39:27.396Z] Insecure Registries: [2019-10-10T22:39:27.396Z] 127.0.0.0/8 [2019-10-10T22:39:27.396Z] Live Restore Enabled: false [2019-10-10T22:39:27.396Z] [Pipeline] sh [2019-10-10T22:39:27.550Z] #5 completed: 2019-10-10 22:39:27.08694558 +0000 UTC [2019-10-10T22:39:27.550Z] #5 duration: 558.405784ms [2019-10-10T22:39:27.550Z] [2019-10-10T22:39:27.550Z] [2019-10-10T22:39:27.550Z] #6 /bin/sh -c go mod download [2019-10-10T22:39:27.550Z] #6 digest: sha256:2b325934eea7c0e114121e3555201d885f5b78ba5c5cff81f804dd5a537d8116 [2019-10-10T22:39:27.550Z] #6 name: "/bin/sh -c go mod download" [2019-10-10T22:39:27.550Z] #6 started: 2019-10-10 22:39:27.088443394 +0000 UTC [2019-10-10T22:39:27.550Z] #6 0.238 go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-10-10T22:39:27.550Z] #6 0.239 go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-10-10T22:39:27.550Z] #6 0.245 go: finding github.com/imdario/mergo v0.3.7 [2019-10-10T22:39:27.550Z] #6 0.246 go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-10-10T22:39:27.550Z] #6 0.248 go: finding github.com/ghodss/yaml v1.0.0 [2019-10-10T22:39:27.550Z] #6 0.251 go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-10-10T22:39:27.550Z] #6 0.254 go: finding github.com/prometheus/client_golang v0.8.0 [2019-10-10T22:39:27.550Z] #6 0.256 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-10-10T22:39:27.550Z] #6 0.257 go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-10-10T22:39:27.780Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-10T22:39:27.780Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-10T22:39:27.780Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40062/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-10T22:39:27.780Z] + bash /home/docker/workspace/moby_PR-40062/check-config.sh [2019-10-10T22:39:27.780Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-10T22:39:27.780Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-10-10T22:39:27.780Z] [2019-10-10T22:39:27.780Z] Generally Necessary: [2019-10-10T22:39:27.780Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-10T22:39:27.954Z] Client: [2019-10-10T22:39:27.954Z] Debug Mode: false [2019-10-10T22:39:27.954Z] Plugins: [2019-10-10T22:39:27.954Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-10T22:39:27.954Z] [2019-10-10T22:39:27.954Z] Server: [2019-10-10T22:39:27.954Z] Containers: 0 [2019-10-10T22:39:27.954Z] Running: 0 [2019-10-10T22:39:27.954Z] Paused: 0 [2019-10-10T22:39:27.954Z] Stopped: 0 [2019-10-10T22:39:27.954Z] Images: 8 [2019-10-10T22:39:27.954Z] Server Version: 19.03.2 [2019-10-10T22:39:27.954Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-10T22:39:27.954Z] Windows: [2019-10-10T22:39:27.954Z] LCOW: [2019-10-10T22:39:27.954Z] Logging Driver: json-file [2019-10-10T22:39:27.954Z] Plugins: [2019-10-10T22:39:27.954Z] Volume: local [2019-10-10T22:39:27.954Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-10T22:39:27.954Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-10T22:39:27.954Z] Swarm: inactive [2019-10-10T22:39:27.954Z] Default Isolation: process [2019-10-10T22:39:27.954Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-10T22:39:27.954Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-10T22:39:27.954Z] OSType: windows [2019-10-10T22:39:27.954Z] Architecture: x86_64 [2019-10-10T22:39:27.954Z] CPUs: 4 [2019-10-10T22:39:27.954Z] Total Memory: 32GiB [2019-10-10T22:39:27.954Z] Name: azwin-2-271ad0 [2019-10-10T22:39:27.954Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-10T22:39:27.954Z] Docker Root Dir: D:\docker [2019-10-10T22:39:27.954Z] Debug Mode: false [2019-10-10T22:39:27.954Z] Registry: https://index.docker.io/v1/ [2019-10-10T22:39:27.954Z] Labels: [2019-10-10T22:39:27.954Z] Experimental: true [2019-10-10T22:39:27.954Z] Insecure Registries: [2019-10-10T22:39:27.954Z] 10.0.0.4:5000 [2019-10-10T22:39:27.954Z] 127.0.0.0/8 [2019-10-10T22:39:27.954Z] Registry Mirrors: [2019-10-10T22:39:27.954Z] http://10.0.0.4:5000/ [2019-10-10T22:39:27.954Z] Live Restore Enabled: false [2019-10-10T22:39:27.954Z] [2019-10-10T22:39:28.072Z] - apparmor: enabled and tools installed [2019-10-10T22:39:28.072Z] - CONFIG_NAMESPACES: enabled [2019-10-10T22:39:28.072Z] - CONFIG_NET_NS: enabled [2019-10-10T22:39:28.072Z] - CONFIG_PID_NS: enabled [2019-10-10T22:39:28.072Z] - CONFIG_IPC_NS: enabled [2019-10-10T22:39:28.072Z] - CONFIG_UTS_NS: enabled [2019-10-10T22:39:28.072Z] - CONFIG_CGROUPS: enabled [2019-10-10T22:39:28.072Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-10T22:39:28.072Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-10T22:39:28.072Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-10T22:39:28.072Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-10T22:39:28.072Z] - CONFIG_CPUSETS: enabled [2019-10-10T22:39:28.072Z] - CONFIG_MEMCG: enabled [2019-10-10T22:39:28.072Z] - CONFIG_KEYS: enabled [2019-10-10T22:39:28.072Z] - CONFIG_VETH: enabled (as module) [2019-10-10T22:39:28.072Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-10T22:39:28.072Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-10T22:39:28.072Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-10T22:39:28.072Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-10T22:39:28.072Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-10T22:39:28.072Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-10T22:39:28.072Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-10T22:39:28.072Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-10T22:39:28.072Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-10T22:39:28.072Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-10T22:39:28.072Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-10T22:39:28.072Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-10T22:39:28.072Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-10T22:39:28.072Z] [2019-10-10T22:39:28.072Z] Optional Features: [2019-10-10T22:39:28.072Z] - CONFIG_USER_NS: enabled [2019-10-10T22:39:28.072Z] - CONFIG_SECCOMP: enabled [2019-10-10T22:39:28.072Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-10T22:39:28.072Z] - CONFIG_MEMCG_SWAP: enabled [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-10-10T22:39:28.359Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-10T22:39:28.359Z] (cgroup swap accounting is currently enabled) [2019-10-10T22:39:28.359Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-10T22:39:28.359Z] - CONFIG_BLK_CGROUP: enabled [2019-10-10T22:39:28.359Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-10T22:39:28.359Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-10T22:39:28.359Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-10T22:39:28.359Z] - CONFIG_CGROUP_PERF: enabled [2019-10-10T22:39:28.359Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-10T22:39:28.359Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-10T22:39:28.359Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-10T22:39:28.359Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-10T22:39:28.359Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-10T22:39:28.359Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-10T22:39:28.359Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-10T22:39:28.359Z] - CONFIG_IP_VS: enabled (as module) [2019-10-10T22:39:28.359Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-10T22:39:28.359Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-10T22:39:28.359Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-10T22:39:28.359Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-10T22:39:28.359Z] - CONFIG_EXT4_FS: enabled [2019-10-10T22:39:28.359Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-10T22:39:28.359Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-10T22:39:28.359Z] - Network Drivers: [2019-10-10T22:39:28.359Z] - "overlay": [2019-10-10T22:39:28.359Z] - CONFIG_VXLAN: enabled (as module) [2019-10-10T22:39:28.359Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-10T22:39:28.359Z] Optional (for encrypted networks): [2019-10-10T22:39:28.361Z] #6 0.886 go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-10-10T22:39:28.644Z] - CONFIG_CRYPTO: enabled [2019-10-10T22:39:28.644Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-10T22:39:28.644Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-10T22:39:28.644Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-10T22:39:28.644Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-10T22:39:28.644Z] - CONFIG_XFRM: enabled [2019-10-10T22:39:28.644Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-10T22:39:28.644Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-10T22:39:28.644Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-10T22:39:28.644Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-10T22:39:28.644Z] - "ipvlan": [2019-10-10T22:39:28.644Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-10T22:39:28.644Z] - "macvlan": [2019-10-10T22:39:28.644Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-10T22:39:28.644Z] - CONFIG_DUMMY: enabled (as module) [2019-10-10T22:39:28.644Z] - "ftp,tftp client in container": [2019-10-10T22:39:28.644Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-10T22:39:28.644Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-10T22:39:28.644Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-10T22:39:28.644Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-10T22:39:28.644Z] - Storage Drivers: [2019-10-10T22:39:28.644Z] - "aufs": [2019-10-10T22:39:28.644Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-10T22:39:28.644Z] - "btrfs": [2019-10-10T22:39:28.644Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-10T22:39:28.644Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-10T22:39:28.644Z] - "devicemapper": [2019-10-10T22:39:28.644Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-10T22:39:28.644Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-10T22:39:28.644Z] - "overlay": [2019-10-10T22:39:28.644Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-10T22:39:28.644Z] - "zfs": [2019-10-10T22:39:28.644Z] - /dev/zfs: missing [2019-10-10T22:39:28.644Z] - zfs command: missing [2019-10-10T22:39:28.644Z] - zpool command: missing [2019-10-10T22:39:28.644Z] [2019-10-10T22:39:28.644Z] Limits: [2019-10-10T22:39:28.644Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-10T22:39:28.644Z] [2019-10-10T22:39:28.644Z] + true [2019-10-10T22:39:28.752Z] #6 1.305 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-10-10T22:39:28.752Z] #6 1.351 go: finding github.com/jinzhu/gorm v1.9.2 [2019-10-10T22:39:28.752Z] #6 1.366 go: finding github.com/pkg/errors v0.8.1 [2019-10-10T22:39:28.752Z] #6 1.444 go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-10-10T22:39:28.752Z] #6 1.472 go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-10-10T22:39:28.752Z] #6 1.485 go: finding github.com/stretchr/testify v1.3.0 [2019-10-10T22:39:28.752Z] #6 1.551 go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-10T22:39:29.306Z] + make bundles/buildx [2019-10-10T22:39:29.599Z] #6 2.436 go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-10-10T22:39:29.925Z] mkdir bundles [2019-10-10T22:39:29.925Z] # This intetionally is not using the `--output` flag from the docker CLI which is a buildkit option [2019-10-10T22:39:29.925Z] # The idea here being that if buildx is being used, it's because buildkit is not supported natively [2019-10-10T22:39:29.925Z] docker build -f Dockerfile.buildx -t "moby-buildx:v0.3.0" \ [2019-10-10T22:39:29.925Z] --build-arg BUILDX_COMMIT \ [2019-10-10T22:39:29.925Z] --build-arg BUILDX_REPO \ [2019-10-10T22:39:29.925Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-10T22:39:29.925Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-10T22:39:29.925Z] . && \ [2019-10-10T22:39:29.925Z] id=$(docker create moby-buildx:v0.3.0); \ [2019-10-10T22:39:29.925Z] if [ -n "${id}" ]; then docker cp ${id}:/usr/bin/buildx bundles/buildx && touch bundles/buildx; docker rm -f ${id}; fi [2019-10-10T22:39:29.925Z] /bin/sh: 4: go: not found [2019-10-10T22:39:29.925Z] /bin/sh: 5: go: not found [2019-10-10T22:39:29.925Z] [2019-10-10T22:39:29.925Z] #2 local://dockerfile (Dockerfile.buildx) [2019-10-10T22:39:29.925Z] #2 digest: sha256:0054321cc106d190204ab658aac28fde0c54223ea4972cb10a0a078db359e827 [2019-10-10T22:39:29.925Z] #2 name: "local://dockerfile (Dockerfile.buildx)" [2019-10-10T22:39:29.925Z] #2 started: 2019-10-10 22:39:29.778036418 +0000 UTC [2019-10-10T22:39:29.925Z] #2 completed: 2019-10-10 22:39:29.778162661 +0000 UTC [2019-10-10T22:39:29.925Z] #2 duration: 126.243µs [2019-10-10T22:39:29.925Z] #2 started: 2019-10-10 22:39:29.779587549 +0000 UTC [2019-10-10T22:39:29.925Z] #2 completed: 2019-10-10 22:39:29.800382208 +0000 UTC [2019-10-10T22:39:29.925Z] #2 duration: 20.794659ms [2019-10-10T22:39:29.925Z] #2 transferring dockerfile: 792B done [2019-10-10T22:39:29.925Z] [2019-10-10T22:39:29.925Z] [2019-10-10T22:39:29.925Z] #1 local://context (.dockerignore) [2019-10-10T22:39:29.925Z] #1 digest: sha256:3c3be2f2e1cbafb1ce3c5121fc9e0bf3cb11a8087f2bcae5fa33c9847d33c59d [2019-10-10T22:39:29.925Z] #1 name: "local://context (.dockerignore)" [2019-10-10T22:39:29.925Z] #1 started: 2019-10-10 22:39:29.778038899 +0000 UTC [2019-10-10T22:39:29.925Z] #1 completed: 2019-10-10 22:39:29.778158575 +0000 UTC [2019-10-10T22:39:29.925Z] #1 duration: 119.676µs [2019-10-10T22:39:29.925Z] #1 started: 2019-10-10 22:39:29.778704265 +0000 UTC [2019-10-10T22:39:29.925Z] #1 completed: 2019-10-10 22:39:29.796848663 +0000 UTC [2019-10-10T22:39:29.925Z] #1 duration: 18.144398ms [2019-10-10T22:39:29.925Z] #1 transferring context: 87B done [2019-10-10T22:39:29.925Z] [2019-10-10T22:39:30.209Z] [2019-10-10T22:39:30.209Z] #3 docker-image://docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8... [2019-10-10T22:39:30.209Z] #3 digest: sha256:7f4f3dd80e16ce814451342a10ac373248ed36d232ee139c6b450b101b96cd4d [2019-10-10T22:39:30.209Z] #3 name: "docker-image://docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63" [2019-10-10T22:39:30.209Z] #3 started: 2019-10-10 22:39:30.121503041 +0000 UTC [2019-10-10T22:39:30.209Z] #3 completed: 2019-10-10 22:39:30.121839455 +0000 UTC [2019-10-10T22:39:30.209Z] #3 duration: 336.414µs [2019-10-10T22:39:30.209Z] #3 started: 2019-10-10 22:39:30.123566403 +0000 UTC [2019-10-10T22:39:30.209Z] #3 completed: 2019-10-10 22:39:30.125920615 +0000 UTC [2019-10-10T22:39:30.209Z] #3 duration: 2.354212ms [2019-10-10T22:39:30.209Z] #3 started: 2019-10-10 22:39:30.126091055 +0000 UTC [2019-10-10T22:39:30.209Z] #3 resolve docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63 done [2019-10-10T22:39:30.405Z] #6 3.067 go: finding github.com/modern-go/reflect2 v1.0.1 [2019-10-10T22:39:30.405Z] #6 3.071 go: finding github.com/spf13/pflag v1.0.3 [2019-10-10T22:39:30.405Z] #6 3.107 go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-10-10T22:39:30.405Z] #6 3.127 go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-10-10T22:39:30.405Z] #6 3.131 go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-10-10T22:39:30.405Z] #6 3.164 go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-10-10T22:39:30.495Z] #3 sha256:8a4a1569a1ea7d240074fa223283ba1e23c1a1f1b83407fa524e39dc53385242 1.79kB / 1.79kB done [2019-10-10T22:39:30.495Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 0B / 4.30MB 0.1s [2019-10-10T22:39:30.495Z] #3 sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63 1.42kB / 1.42kB done [2019-10-10T22:39:30.495Z] #3 sha256:9b20014a18e9eb94e18e8b2aa1a17b0660f7db0fce35096d204bfcfc105ecc94 5.47kB / 5.47kB done [2019-10-10T22:39:30.495Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 0B / 45.65MB 0.1s [2019-10-10T22:39:30.495Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 0B / 9.99MB 0.1s [2019-10-10T22:39:30.781Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 1.58MB / 4.30MB 0.5s [2019-10-10T22:39:30.781Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 3.16MB / 45.65MB 0.5s [2019-10-10T22:39:30.781Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 1.70MB / 9.99MB 0.5s [2019-10-10T22:39:30.803Z] #6 3.431 go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-10-10T22:39:30.803Z] #6 3.563 go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-10-10T22:39:31.067Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 2.95MB / 4.30MB 0.6s [2019-10-10T22:39:31.067Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 3.02MB / 9.99MB 0.6s [2019-10-10T22:39:31.067Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 4.30MB / 4.30MB 0.7s done [2019-10-10T22:39:31.067Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 6.18MB / 45.65MB 0.7s [2019-10-10T22:39:31.067Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 4.73MB / 9.99MB 0.7s [2019-10-10T22:39:31.067Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 0B / 50.07MB 0.7s [2019-10-10T22:39:31.067Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 8.56MB / 45.65MB 0.8s [2019-10-10T22:39:31.067Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 6.18MB / 9.99MB 0.8s [2019-10-10T22:39:31.354Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 8.74MB / 9.99MB 0.9s [2019-10-10T22:39:31.354Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 11.98MB / 45.65MB 1.0s [2019-10-10T22:39:31.354Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.99MB / 9.99MB 1.0s done [2019-10-10T22:39:31.354Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 14.42MB / 45.65MB 1.1s [2019-10-10T22:39:31.354Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 3.76MB / 50.07MB 1.1s [2019-10-10T22:39:31.354Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 0B / 52.87MB 1.1s [2019-10-10T22:39:31.639Z] #6 4.232 go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-10-10T22:39:31.639Z] #6 4.373 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-10-10T22:39:31.641Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 17.00MB / 45.65MB 1.3s [2019-10-10T22:39:31.641Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 7.52MB / 50.07MB 1.3s [2019-10-10T22:39:31.641Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 3.44MB / 52.87MB 1.4s [2019-10-10T22:39:31.926Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 20.08MB / 45.65MB 1.5s [2019-10-10T22:39:31.926Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 10.78MB / 50.07MB 1.5s [2019-10-10T22:39:31.926Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 6.28MB / 52.87MB 1.6s [2019-10-10T22:39:31.926Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 22.76MB / 45.65MB 1.7s [2019-10-10T22:39:31.926Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 13.77MB / 50.07MB 1.7s [2019-10-10T22:39:32.046Z] #6 4.613 go: finding github.com/gofrs/flock v0.7.0 [2019-10-10T22:39:32.046Z] #6 4.616 go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-10-10T22:39:32.046Z] #6 4.793 go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-10-10T22:39:32.211Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 9.13MB / 52.87MB 1.8s [2019-10-10T22:39:32.211Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 25.57MB / 45.65MB 1.9s [2019-10-10T22:39:32.211Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 16.75MB / 50.07MB 1.9s [2019-10-10T22:39:32.474Z] #6 4.893 go: finding github.com/lib/pq v1.0.0 [2019-10-10T22:39:32.495Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 28.29MB / 45.65MB 2.1s [2019-10-10T22:39:32.495Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 19.34MB / 50.07MB 2.1s [2019-10-10T22:39:32.495Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 13.07MB / 52.87MB 2.1s [2019-10-10T22:39:32.780Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 31.11MB / 45.65MB 2.3s [2019-10-10T22:39:32.780Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 22.09MB / 50.07MB 2.3s [2019-10-10T22:39:32.780Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 15.79MB / 52.87MB 2.3s [2019-10-10T22:39:32.780Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 33.83MB / 45.65MB 2.5s [2019-10-10T22:39:32.780Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 24.95MB / 50.07MB 2.5s [2019-10-10T22:39:33.071Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 19.89MB / 52.87MB 2.6s [2019-10-10T22:39:33.071Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 36.87MB / 45.65MB 2.7s [2019-10-10T22:39:33.071Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 27.72MB / 50.07MB 2.7s [2019-10-10T22:39:33.093Z] #6 5.427 go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-10-10T22:39:33.093Z] #6 5.693 go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-10-10T22:39:33.093Z] #6 5.811 go: finding github.com/pmezard/go-difflib v1.0.0 [2019-10-10T22:39:33.356Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 40.09MB / 45.65MB 2.9s [2019-10-10T22:39:33.356Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 31.06MB / 50.07MB 2.9s [2019-10-10T22:39:33.356Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 23.32MB / 52.87MB 2.9s [2019-10-10T22:39:33.356Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 43.17MB / 45.65MB 3.1s [2019-10-10T22:39:33.356Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 34.15MB / 50.07MB 3.1s [2019-10-10T22:39:33.356Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 26.33MB / 52.87MB 3.1s [2019-10-10T22:39:33.610Z] #6 6.017 go: finding github.com/spf13/cobra v0.0.3 [2019-10-10T22:39:33.610Z] #6 6.036 go: finding github.com/json-iterator/go v1.1.6 [2019-10-10T22:39:33.610Z] #6 6.342 go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-10-10T22:39:33.642Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 45.65MB / 45.65MB 3.3s [2019-10-10T22:39:33.642Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 36.85MB / 50.07MB 3.3s [2019-10-10T22:39:33.642Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 29.31MB / 52.87MB 3.3s [2019-10-10T22:39:33.642Z] #3 extracting sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 [2019-10-10T22:39:33.642Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 154.71kB / 104.03MB 3.4s [2019-10-10T22:39:33.930Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 45.65MB / 45.65MB 3.3s done [2019-10-10T22:39:33.930Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 40.12MB / 50.07MB 3.6s [2019-10-10T22:39:33.930Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 32.64MB / 52.87MB 3.6s [2019-10-10T22:39:34.057Z] #6 6.713 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-10-10T22:39:34.218Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 35.83MB / 52.87MB 3.9s [2019-10-10T22:39:34.218Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 43.59MB / 50.07MB 4.0s [2019-10-10T22:39:34.218Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 5.93MB / 104.03MB 4.0s [2019-10-10T22:39:34.505Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 38.69MB / 52.87MB 4.2s [2019-10-10T22:39:34.505Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 46.27MB / 50.07MB 4.3s [2019-10-10T22:39:34.791Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 41.56MB / 52.87MB 4.5s [2019-10-10T22:39:34.906Z] #6 7.542 go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-10-10T22:39:34.906Z] #6 7.569 go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-10-10T22:39:34.906Z] #6 7.584 go: finding github.com/opencontainers/image-spec v1.0.1 [2019-10-10T22:39:34.906Z] #6 7.763 go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-10-10T22:39:35.080Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 49.61MB / 50.07MB 4.7s [2019-10-10T22:39:35.080Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 11.96MB / 104.03MB 4.7s [2019-10-10T22:39:35.080Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 50.07MB / 50.07MB 4.8s done [2019-10-10T22:39:35.080Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 44.62MB / 52.87MB 4.8s [2019-10-10T22:39:35.080Z] #3 sha256:c8d0433a4b0c2643268c2d8e7cb7d9f69e819e27081a2e5e1512cbed99a2bf21 0B / 155B 4.8s [2019-10-10T22:39:35.312Z] #6 8.002 go: finding github.com/davecgh/go-spew v1.1.0 [2019-10-10T22:39:35.383Z] #3 sha256:c8d0433a4b0c2643268c2d8e7cb7d9f69e819e27081a2e5e1512cbed99a2bf21 155B / 155B 4.9s done [2019-10-10T22:39:35.383Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 48.25MB / 52.87MB 5.1s [2019-10-10T22:39:35.383Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 17.29MB / 104.03MB 5.1s [2019-10-10T22:39:35.670Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 51.07MB / 52.87MB 5.3s [2019-10-10T22:39:35.670Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 22.73MB / 104.03MB 5.5s [2019-10-10T22:39:35.956Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 52.87MB / 52.87MB 5.5s done [2019-10-10T22:39:35.956Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 28.79MB / 104.03MB 5.7s [2019-10-10T22:39:36.168Z] #6 8.866 go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-10-10T22:39:36.242Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 34.70MB / 104.03MB 5.9s [2019-10-10T22:39:36.529Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 40.45MB / 104.03MB 6.1s [2019-10-10T22:39:36.529Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 45.79MB / 104.03MB 6.3s [2019-10-10T22:39:36.558Z] #6 9.121 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-10-10T22:39:36.558Z] #6 9.121 go: finding github.com/jinzhu/now v1.0.0 [2019-10-10T22:39:36.558Z] #6 9.183 go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-10-10T22:39:36.558Z] #6 9.349 go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-10-10T22:39:36.817Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 51.71MB / 104.03MB 6.5s [2019-10-10T22:39:36.954Z] #6 9.366 go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-10-10T22:39:36.954Z] #6 9.463 go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-10-10T22:39:36.954Z] #6 9.470 go: finding github.com/docker/go-connections v0.3.0 [2019-10-10T22:39:36.954Z] #6 9.740 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-10-10T22:39:37.111Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 57.22MB / 104.03MB 6.7s [2019-10-10T22:39:37.112Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 63.55MB / 104.03MB 6.9s [2019-10-10T22:39:37.402Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 69.26MB / 104.03MB 7.2s [2019-10-10T22:39:37.689Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 75.15MB / 104.03MB 7.4s [2019-10-10T22:39:37.689Z] #3 extracting sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 4.1s done [2019-10-10T22:39:37.795Z] #6 10.20 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-10-10T22:39:37.795Z] #6 10.35 go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-10-10T22:39:37.795Z] #6 10.52 go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-10-10T22:39:37.977Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 80.91MB / 104.03MB 7.6s [2019-10-10T22:39:37.977Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 86.65MB / 104.03MB 7.8s [2019-10-10T22:39:38.201Z] #6 10.69 go: finding gopkg.in/inf.v0 v0.9.1 [2019-10-10T22:39:38.201Z] #6 10.76 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-10-10T22:39:38.201Z] #6 10.80 go: finding github.com/bitly/go-simplejson v0.5.0 [2019-10-10T22:39:38.201Z] #6 10.83 go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-10-10T22:39:38.265Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 92.91MB / 104.03MB 8.1s [2019-10-10T22:39:38.551Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 99.55MB / 104.03MB 8.3s [2019-10-10T22:39:38.551Z] #3 extracting sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc [2019-10-10T22:39:38.605Z] #6 11.22 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-10-10T22:39:38.605Z] #6 11.23 go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-10-10T22:39:38.838Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 104.03MB / 104.03MB 8.5s done [2019-10-10T22:39:39.016Z] #6 11.60 go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-10-10T22:39:39.016Z] #6 11.68 go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-10-10T22:39:39.126Z] #3 extracting sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 0.5s done [2019-10-10T22:39:39.416Z] #3 extracting sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed [2019-10-10T22:39:39.416Z] #3 extracting sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 0.2s done [2019-10-10T22:39:39.416Z] #3 extracting sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 [2019-10-10T22:39:39.435Z] #6 11.94 go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-10-10T22:39:39.435Z] #6 12.05 go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-10-10T22:39:39.435Z] #6 12.27 go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-10-10T22:39:39.857Z] #6 12.34 go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-10-10T22:39:39.857Z] #6 12.42 go: finding github.com/pkg/profile v1.2.1 [2019-10-10T22:39:39.857Z] #6 12.47 go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-10-10T22:39:40.271Z] #6 12.95 go: finding github.com/theupdateframework/notary v0.6.1 [2019-10-10T22:39:40.687Z] #6 13.38 go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-10-10T22:39:41.117Z] #6 13.61 go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-10-10T22:39:41.117Z] #6 13.66 go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-10-10T22:39:41.117Z] #6 13.70 go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-10-10T22:39:41.117Z] #6 13.74 go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-10-10T22:39:41.117Z] #6 13.87 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-10-10T22:39:42.912Z] #3 extracting sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 2.9s done [2019-10-10T22:39:42.912Z] #3 extracting sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 [2019-10-10T22:39:43.164Z] #6 15.61 go: finding github.com/golang/protobuf v1.2.0 [2019-10-10T22:39:43.164Z] #6 15.85 go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-10-10T22:39:44.009Z] #6 16.69 go: finding github.com/google/go-cmp v0.2.0 [2019-10-10T22:39:44.009Z] #6 16.71 go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-10-10T22:39:44.870Z] #6 17.39 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-10-10T22:39:44.870Z] #6 17.46 go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-10-10T22:39:45.608Z] #3 extracting sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 2.4s done [2019-10-10T22:39:45.608Z] #3 extracting sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec [2019-10-10T22:39:45.706Z] #6 18.09 go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-10-10T22:39:45.706Z] #6 18.30 go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-10-10T22:39:45.706Z] #6 18.38 go: finding go.etcd.io/bbolt v1.3.2 [2019-10-10T22:39:45.706Z] #6 18.52 go: finding github.com/hashicorp/go-version v1.1.0 [2019-10-10T22:39:46.107Z] #6 18.87 go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-10-10T22:39:46.514Z] #6 19.22 go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-10-10T22:39:46.930Z] #6 19.64 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-10-10T22:39:46.930Z] #6 19.66 go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-10-10T22:39:46.930Z] #6 19.69 go: finding github.com/sirupsen/logrus v1.4.0 [2019-10-10T22:39:47.350Z] #6 20.11 go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-10-10T22:39:47.766Z] #6 20.39 go: finding github.com/docker/go-connections v0.4.0 [2019-10-10T22:39:48.179Z] #6 20.83 go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-10-10T22:39:48.179Z] #6 20.88 go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-10-10T22:39:48.179Z] #6 20.91 go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-10-10T22:39:48.179Z] #6 20.93 go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-10-10T22:39:48.179Z] #6 20.95 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-10-10T22:39:48.586Z] #6 21.14 go: finding github.com/stretchr/testify v1.2.2 [2019-10-10T22:39:48.991Z] #6 21.68 go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-10-10T22:39:48.991Z] #6 21.87 go: finding github.com/gorilla/mux v1.7.0 [2019-10-10T22:39:49.387Z] #6 22.10 go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-10-10T22:39:49.387Z] #6 22.13 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-10-10T22:39:49.387Z] #6 22.25 go: finding github.com/gogo/protobuf v1.2.1 [2019-10-10T22:39:50.210Z] #6 22.63 go: finding github.com/spf13/viper v1.3.2 [2019-10-10T22:39:50.211Z] #6 22.63 go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-10-10T22:39:50.211Z] #6 22.73 go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-10-10T22:39:50.211Z] #6 22.78 go: finding gotest.tools v2.2.0+incompatible [2019-10-10T22:39:50.211Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-10-10T22:39:50.211Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-000c19e4\powershellScript.ps1'; exit $LASTEXITCODE; [2019-10-10T22:39:50.211Z] ---------------------------------------------------------------------------- [2019-10-10T22:39:50.211Z] [2019-10-10T22:39:50.211Z] INFO: executeCI.ps1 starting at Thu Oct 10 22:39:48 CUT 2019 [2019-10-10T22:39:50.211Z] [2019-10-10T22:39:50.211Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-10-10T22:39:50.211Z] INFO: Running git version 2.23.0.windows.1 [2019-10-10T22:39:50.211Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-10-10T22:39:50.211Z] INFO: Environment variables: [2019-10-10T22:39:50.211Z] [2019-10-10T22:39:50.211Z] Name Value [2019-10-10T22:39:50.211Z] ---- ----- [2019-10-10T22:39:50.211Z] ALLUSERSPROFILE C:\ProgramData [2019-10-10T22:39:50.211Z] amd64 true [2019-10-10T22:39:50.211Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-10-10T22:39:50.211Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-10-10T22:39:50.211Z] arm64 true [2019-10-10T22:39:50.211Z] BRANCH_NAME PR-40062 [2019-10-10T22:39:50.211Z] BUILD_DISPLAY_NAME #10 [2019-10-10T22:39:50.211Z] BUILD_ID 10 [2019-10-10T22:39:50.211Z] BUILD_NUMBER 10 [2019-10-10T22:39:50.211Z] BUILD_TAG jenkins-moby-PR-40062-10 [2019-10-10T22:39:50.212Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-40062/10/ [2019-10-10T22:39:50.212Z] CHANGE_AUTHOR thaJeztah [2019-10-10T22:39:50.212Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-10-10T22:39:50.212Z] CHANGE_BRANCH testutil_improvements [2019-10-10T22:39:50.212Z] CHANGE_FORK thaJeztah [2019-10-10T22:39:50.212Z] CHANGE_ID 40062 [2019-10-10T22:39:50.212Z] CHANGE_TARGET master [2019-10-10T22:39:50.212Z] CHANGE_TITLE Various testutil improvements [2019-10-10T22:39:50.212Z] CHANGE_URL https://github.com/moby/moby/pull/40062 [2019-10-10T22:39:50.212Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-10T22:39:50.212Z] CommonProgramFiles C:\Program Files\Common Files [2019-10-10T22:39:50.212Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-10-10T22:39:50.212Z] CommonProgramW6432 C:\Program Files\Common Files [2019-10-10T22:39:50.212Z] COMPUTERNAME azwin-2-271ad0 [2019-10-10T22:39:50.212Z] ComSpec C:\windows\system32\cmd.exe [2019-10-10T22:39:50.212Z] ConfigSequenceNumber 0 [2019-10-10T22:39:50.212Z] DOCKER_BUILDKIT 0 [2019-10-10T22:39:50.212Z] DOCKER_DUT_DEBUG 1 [2019-10-10T22:39:50.212Z] DOCKER_EXPERIMENTAL 1 [2019-10-10T22:39:50.212Z] DOCKER_GRAPHDRIVER overlay2 [2019-10-10T22:39:50.212Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-10-10T22:39:50.212Z] EXECUTOR_NUMBER 0 [2019-10-10T22:39:50.212Z] FQDN azwin-2-271ad0.westus.cloudapp.azure.com [2019-10-10T22:39:50.212Z] GIT_BRANCH PR-40062 [2019-10-10T22:39:50.212Z] GIT_COMMIT 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:39:50.212Z] GIT_PREVIOUS_COMMIT cdf126f3a7362220859998ad6d3442151f3b79c2 [2019-10-10T22:39:50.212Z] GIT_URL https://github.com/moby/moby.git [2019-10-10T22:39:50.212Z] HUDSON_COOKIE d49f4f6f-9cb3-4de8-9bb5-425d66adc7ea [2019-10-10T22:39:50.212Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-10-10T22:39:50.212Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-10-10T22:39:50.212Z] HUDSON_URL https://ci.docker.com/public/ [2019-10-10T22:39:50.212Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-10-10T22:39:50.212Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-10-10T22:39:50.212Z] JENKINS_NODE_COOKIE 8abe2e23-8d4a-4776-8caf-50a6d5f5dd50 [2019-10-10T22:39:50.212Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-10-10T22:39:50.212Z] JENKINS_URL https://ci.docker.com/public/ [2019-10-10T22:39:50.212Z] JOB_BASE_NAME PR-40062 [2019-10-10T22:39:50.212Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40062/display/redirect [2019-10-10T22:39:50.212Z] JOB_NAME moby/PR-40062 [2019-10-10T22:39:50.212Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-40062/ [2019-10-10T22:39:50.212Z] library.jps.version master [2019-10-10T22:39:50.212Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-10-10T22:39:50.212Z] NODE_LABELS amd64 azure azwin-2-271ad0 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-10-10T22:39:50.212Z] NODE_NAME azwin-2-271ad0 [2019-10-10T22:39:50.212Z] NUMBER_OF_PROCESSORS 4 [2019-10-10T22:39:50.212Z] OS Windows_NT [2019-10-10T22:39:50.212Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-10-10T22:39:50.212Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-10-10T22:39:50.212Z] ppc64le true [2019-10-10T22:39:50.212Z] PROCESSOR_ARCHITECTURE AMD64 [2019-10-10T22:39:50.213Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-10-10T22:39:50.213Z] PROCESSOR_LEVEL 6 [2019-10-10T22:39:50.213Z] PROCESSOR_REVISION 4f01 [2019-10-10T22:39:50.213Z] ProgramData C:\ProgramData [2019-10-10T22:39:50.213Z] ProgramFiles C:\Program Files [2019-10-10T22:39:50.213Z] ProgramFiles(x86) C:\Program Files (x86) [2019-10-10T22:39:50.213Z] ProgramW6432 C:\Program Files [2019-10-10T22:39:50.213Z] PROMPT $P$G [2019-10-10T22:39:50.213Z] PSExecutionPolicyPreference Bypass [2019-10-10T22:39:50.213Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-10-10T22:39:50.214Z] PUBLIC C:\Users\Public [2019-10-10T22:39:50.214Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40062/10/display/redirect?page=changes [2019-10-10T22:39:50.214Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40062/10/display/redirect [2019-10-10T22:39:50.214Z] s390x true [2019-10-10T22:39:50.214Z] skip_dco false [2019-10-10T22:39:50.214Z] SKIP_VALIDATION_TESTS 1 [2019-10-10T22:39:50.214Z] SOURCES_DRIVE d [2019-10-10T22:39:50.214Z] SOURCES_SUBDIR gopath [2019-10-10T22:39:50.214Z] STAGE_NAME Run tests [2019-10-10T22:39:50.214Z] SystemDrive C: [2019-10-10T22:39:50.214Z] SystemRoot C:\windows [2019-10-10T22:39:50.214Z] TEMP C:\windows\TEMP [2019-10-10T22:39:50.214Z] TESTDEBUG 0 [2019-10-10T22:39:50.214Z] TESTRUN_DRIVE d [2019-10-10T22:39:50.214Z] TESTRUN_SUBDIR CI [2019-10-10T22:39:50.214Z] TIMEOUT 120m [2019-10-10T22:39:50.214Z] TMP C:\windows\TEMP [2019-10-10T22:39:50.214Z] unit_validate true [2019-10-10T22:39:50.214Z] USERDOMAIN WORKGROUP [2019-10-10T22:39:50.214Z] USERNAME azwin-2-271ad0$ [2019-10-10T22:39:50.214Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-10-10T22:39:50.214Z] windir C:\windows [2019-10-10T22:39:50.214Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-10-10T22:39:50.214Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-10-10T22:39:50.214Z] windowsRS1 false [2019-10-10T22:39:50.214Z] windowsRS5 true [2019-10-10T22:39:50.214Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-10-10T22:39:50.214Z] [2019-10-10T22:39:50.214Z] [2019-10-10T22:39:50.214Z] [2019-10-10T22:39:50.214Z] INFO: Sources under d:\gopath\... [2019-10-10T22:39:50.214Z] INFO: Test run under d:\CI\... [2019-10-10T22:39:50.214Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-10-10T22:39:50.214Z] INFO: docker/docker repository was found [2019-10-10T22:39:50.214Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-10-10T22:39:50.214Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.805' [2019-10-10T22:39:50.214Z] INFO: Docker version of control daemon [2019-10-10T22:39:50.214Z] [2019-10-10T22:39:50.214Z] Client: Docker Engine - Enterprise [2019-10-10T22:39:50.214Z] Version: 19.03.2 [2019-10-10T22:39:50.214Z] API version: 1.40 [2019-10-10T22:39:50.214Z] Go version: go1.12.8 [2019-10-10T22:39:50.214Z] Git commit: c92ab06ed9 [2019-10-10T22:39:50.214Z] Built: 09/03/2019 16:38:11 [2019-10-10T22:39:50.214Z] OS/Arch: windows/amd64 [2019-10-10T22:39:50.214Z] Experimental: false [2019-10-10T22:39:50.214Z] [2019-10-10T22:39:50.214Z] Server: Docker Engine - Enterprise [2019-10-10T22:39:50.214Z] Engine: [2019-10-10T22:39:50.214Z] Version: 19.03.2 [2019-10-10T22:39:50.214Z] API version: 1.40 (minimum version 1.24) [2019-10-10T22:39:50.214Z] Go version: go1.12.8 [2019-10-10T22:39:50.214Z] Git commit: c92ab06ed9 [2019-10-10T22:39:50.214Z] Built: 09/03/2019 16:35:47 [2019-10-10T22:39:50.214Z] OS/Arch: windows/amd64 [2019-10-10T22:39:50.214Z] Experimental: true [2019-10-10T22:39:50.214Z] [2019-10-10T22:39:50.214Z] INFO: Docker info of control daemon [2019-10-10T22:39:50.214Z] [2019-10-10T22:39:50.679Z] #6 23.10 go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-10-10T22:39:50.679Z] #6 23.15 go: finding github.com/gogo/googleapis v1.1.0 [2019-10-10T22:39:50.679Z] #6 23.19 go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-10-10T22:39:51.110Z] #6 23.80 go: finding github.com/vishvananda/netlink v1.0.0 [2019-10-10T22:39:51.110Z] #6 23.92 go: finding gopkg.in/yaml.v2 v2.2.2 [2019-10-10T22:39:51.110Z] #6 23.94 go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-10-10T22:39:51.115Z] #3 extracting sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 5.0s [2019-10-10T22:39:51.115Z] #3 extracting sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 5.1s done [2019-10-10T22:39:51.115Z] #3 extracting sha256:c8d0433a4b0c2643268c2d8e7cb7d9f69e819e27081a2e5e1512cbed99a2bf21 done [2019-10-10T22:39:51.212Z] Client: [2019-10-10T22:39:51.212Z] Debug Mode: false [2019-10-10T22:39:51.212Z] Plugins: [2019-10-10T22:39:51.212Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-10T22:39:51.212Z] [2019-10-10T22:39:51.212Z] Server: [2019-10-10T22:39:51.212Z] Containers: 0 [2019-10-10T22:39:51.212Z] Running: 0 [2019-10-10T22:39:51.212Z] Paused: 0 [2019-10-10T22:39:51.212Z] Stopped: 0 [2019-10-10T22:39:51.212Z] Images: 8 [2019-10-10T22:39:51.212Z] Server Version: 19.03.2 [2019-10-10T22:39:51.398Z] #3 completed: 2019-10-10 22:39:51.165381893 +0000 UTC [2019-10-10T22:39:51.398Z] #3 duration: 21.039290838s [2019-10-10T22:39:51.398Z] [2019-10-10T22:39:51.398Z] [2019-10-10T22:39:51.398Z] #4 /bin/sh -c git clone "${BUILDX_REPO}" /buildx [2019-10-10T22:39:51.398Z] #4 digest: sha256:09b9844e64167361e078b2776f47a9ebdec09dafaed26891847ab54a261e8d95 [2019-10-10T22:39:51.398Z] #4 name: "/bin/sh -c git clone \"${BUILDX_REPO}\" /buildx" [2019-10-10T22:39:51.398Z] #4 started: 2019-10-10 22:39:51.167978294 +0000 UTC [2019-10-10T22:39:51.398Z] #4 0.097 Cloning into '/buildx'... [2019-10-10T22:39:51.538Z] #6 24.06 go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-10-10T22:39:51.538Z] #6 24.21 go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-10-10T22:39:51.687Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-10T22:39:51.687Z] Windows: [2019-10-10T22:39:51.687Z] LCOW: [2019-10-10T22:39:51.687Z] Logging Driver: json-file [2019-10-10T22:39:51.687Z] Plugins: [2019-10-10T22:39:51.687Z] Volume: local [2019-10-10T22:39:51.687Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-10T22:39:51.687Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-10T22:39:51.687Z] Swarm: inactive [2019-10-10T22:39:51.687Z] Default Isolation: process [2019-10-10T22:39:51.687Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-10T22:39:51.687Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-10T22:39:51.687Z] OSType: windows [2019-10-10T22:39:51.687Z] Architecture: x86_64 [2019-10-10T22:39:51.687Z] CPUs: 4 [2019-10-10T22:39:51.687Z] Total Memory: 32GiB [2019-10-10T22:39:51.687Z] Name: azwin-2-271ad0 [2019-10-10T22:39:51.687Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-10T22:39:51.687Z] Docker Root Dir: D:\docker [2019-10-10T22:39:51.687Z] Debug Mode: false [2019-10-10T22:39:51.687Z] Registry: https://index.docker.io/v1/ [2019-10-10T22:39:51.687Z] Labels: [2019-10-10T22:39:51.687Z] Experimental: true [2019-10-10T22:39:51.687Z] Insecure Registries: [2019-10-10T22:39:51.687Z] 10.0.0.4:5000 [2019-10-10T22:39:51.687Z] 127.0.0.0/8 [2019-10-10T22:39:51.687Z] Registry Mirrors: [2019-10-10T22:39:51.687Z] http://10.0.0.4:5000/ [2019-10-10T22:39:51.687Z] Live Restore Enabled: false [2019-10-10T22:39:51.687Z] [2019-10-10T22:39:51.687Z] [2019-10-10T22:39:51.687Z] INFO: Commit hash is 293c1a27a [2019-10-10T22:39:51.687Z] INFO: Nuke-Everything... [2019-10-10T22:39:51.687Z] INFO: Container count on control daemon to delete is 0 [2019-10-10T22:39:51.939Z] #6 24.60 go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-10-10T22:39:51.939Z] #6 24.67 go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-10-10T22:39:51.939Z] #6 24.74 go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-10-10T22:39:52.160Z] INFO: Nuking d:\CI [2019-10-10T22:39:52.160Z] INFO: Zapped successfully [2019-10-10T22:39:52.160Z] INFO: Location for testing is d:\CI\PR-40062\10 [2019-10-10T22:39:52.160Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-10-10T22:39:52.160Z] [2019-10-10T22:39:52.160Z] [2019-10-10T22:39:52.160Z] INFO: Building the image from Dockerfile.windows at 10/10/2019 22:39:52... [2019-10-10T22:39:52.160Z] [2019-10-10T22:39:52.345Z] #6 24.81 go: finding github.com/sirupsen/logrus v1.0.3 [2019-10-10T22:39:52.746Z] #6 25.51 go: finding github.com/onsi/ginkgo v1.7.0 [2019-10-10T22:39:52.746Z] #6 25.52 go: finding github.com/spf13/afero v1.1.2 [2019-10-10T22:39:52.746Z] #6 25.53 go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-10-10T22:39:52.875Z] #4 completed: 2019-10-10 22:39:52.694038707 +0000 UTC [2019-10-10T22:39:52.875Z] #4 duration: 1.526060413s [2019-10-10T22:39:52.875Z] [2019-10-10T22:39:52.875Z] [2019-10-10T22:39:52.875Z] #5 /bin/sh -c git fetch origin "${BUILDX_COMMIT}":build && git checkout bui... [2019-10-10T22:39:52.875Z] #5 digest: sha256:2ce8f8d84126794cdece70a9c39858b137f23c76fb801b27e3f65f644b7e980e [2019-10-10T22:39:52.875Z] #5 name: "/bin/sh -c git fetch origin \"${BUILDX_COMMIT}\":build && git checkout build" [2019-10-10T22:39:52.875Z] #5 started: 2019-10-10 22:39:52.69636022 +0000 UTC [2019-10-10T22:39:53.137Z] #6 25.82 go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-10-10T22:39:53.137Z] #6 25.86 go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-10-10T22:39:53.137Z] #6 25.89 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-10-10T22:39:53.162Z] #5 0.351 From https://github.com/docker/buildx [2019-10-10T22:39:53.162Z] #5 0.351 * [new branch] master -> build [2019-10-10T22:39:53.520Z] #6 26.03 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-10-10T22:39:53.782Z] #5 completed: 2019-10-10 22:39:53.478168028 +0000 UTC [2019-10-10T22:39:53.782Z] #5 duration: 781.807808ms [2019-10-10T22:39:53.782Z] #5 0.715 Switched to branch 'build' [2019-10-10T22:39:53.782Z] [2019-10-10T22:39:53.782Z] [2019-10-10T22:39:53.782Z] #6 /bin/sh -c go mod download [2019-10-10T22:39:53.782Z] #6 digest: sha256:569e90b71a93974b0b7d3854036cc049fae9b48f62dd4b370c3317a59b6efaed [2019-10-10T22:39:53.782Z] #6 name: "/bin/sh -c go mod download" [2019-10-10T22:39:53.782Z] #6 started: 2019-10-10 22:39:53.480381394 +0000 UTC [2019-10-10T22:39:53.782Z] #6 0.169 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-10-10T22:39:53.797Z] INFO [loader] Go packages loading at mode load types and syntax took 27.118811134s [2019-10-10T22:39:53.797Z] INFO [loader] SSA repr building timing: packages building 261.75424ms, total 5.111750068s [2019-10-10T22:39:53.933Z] #6 26.58 go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-10-10T22:39:53.933Z] #6 26.70 go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-10-10T22:39:53.933Z] #6 26.73 go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-10-10T22:39:54.069Z] #6 0.172 go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-10-10T22:39:54.069Z] #6 0.175 go: finding github.com/theupdateframework/notary v0.6.1 [2019-10-10T22:39:54.069Z] #6 0.176 go: finding github.com/spf13/pflag v1.0.3 [2019-10-10T22:39:54.069Z] #6 0.177 go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-10-10T22:39:54.069Z] #6 0.180 go: finding github.com/bitly/go-simplejson v0.5.0 [2019-10-10T22:39:54.069Z] #6 0.183 go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-10-10T22:39:54.069Z] #6 0.184 go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-10-10T22:39:54.311Z] #6 26.81 go: finding github.com/Microsoft/go-winio v0.4.11 [2019-10-10T22:39:54.311Z] #6 26.83 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-10-10T22:39:54.311Z] #6 26.89 go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-10-10T22:39:54.311Z] #6 26.93 go: finding github.com/pelletier/go-toml v1.2.0 [2019-10-10T22:39:54.311Z] #6 26.95 go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-10-10T22:39:54.311Z] #6 27.11 go: finding github.com/BurntSushi/toml v0.3.1 [2019-10-10T22:39:54.699Z] #6 1.034 go: finding gopkg.in/inf.v0 v0.9.1 [2019-10-10T22:39:54.699Z] #6 1.158 go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-10-10T22:39:54.729Z] #6 27.46 go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-10-10T22:39:55.575Z] #6 28.04 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-10-10T22:39:55.575Z] #6 28.31 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-10-10T22:39:55.730Z] #6 2.017 go: finding github.com/imdario/mergo v0.3.7 [2019-10-10T22:39:55.730Z] #6 2.197 go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-10-10T22:39:55.979Z] #6 28.38 go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-10-10T22:39:55.979Z] #6 28.38 go: finding github.com/davecgh/go-spew v1.1.1 [2019-10-10T22:39:55.979Z] #6 28.46 go: finding github.com/coreos/go-semver v0.2.0 [2019-10-10T22:39:55.979Z] #6 28.55 go: finding github.com/uber/jaeger-lib v1.2.1 [2019-10-10T22:39:55.979Z] #6 28.60 go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-10-10T22:39:55.979Z] #6 28.61 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-10-10T22:39:56.022Z] #6 2.441 go: finding github.com/mattn/go-shellwords v1.0.5 [2019-10-10T22:39:56.398Z] #6 29.03 go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-10-10T22:39:56.398Z] #6 29.08 go: finding github.com/stretchr/objx v0.1.1 [2019-10-10T22:39:56.652Z] #6 2.953 go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-10-10T22:39:56.652Z] #6 2.971 go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-10-10T22:39:56.652Z] #6 3.078 go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-10-10T22:39:56.802Z] #6 29.54 go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-10-10T22:39:56.802Z] #6 29.57 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-10-10T22:39:56.942Z] #6 3.089 go: finding github.com/modern-go/reflect2 v1.0.1 [2019-10-10T22:39:56.942Z] #6 3.335 go: finding github.com/gorilla/mux v1.7.0 [2019-10-10T22:39:57.204Z] #6 29.69 go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-10-10T22:39:57.204Z] #6 29.74 go: finding github.com/docker/go-units v0.3.1 [2019-10-10T22:39:57.204Z] #6 29.84 go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-10-10T22:39:57.204Z] #6 29.91 go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-10-10T22:39:57.204Z] #6 30.02 go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-10-10T22:39:57.577Z] #6 3.926 go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-10-10T22:39:57.614Z] #6 30.36 go: finding github.com/onsi/gomega v1.4.3 [2019-10-10T22:39:58.019Z] #6 30.72 go: finding github.com/mattn/go-shellwords v1.0.5 [2019-10-10T22:39:58.019Z] #6 30.80 go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-10-10T22:39:58.206Z] #6 4.321 go: finding github.com/stretchr/testify v1.3.0 [2019-10-10T22:39:58.206Z] #6 4.397 go: finding github.com/opencontainers/image-spec v1.0.1 [2019-10-10T22:39:58.206Z] #6 4.432 go: finding github.com/hashicorp/hcl v1.0.0 [2019-10-10T22:39:58.206Z] #6 4.669 go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-10-10T22:39:58.407Z] #6 31.27 go: finding github.com/sirupsen/logrus v1.3.0 [2019-10-10T22:39:58.503Z] #6 4.987 go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-10-10T22:39:58.792Z] #6 5.149 go: finding github.com/jinzhu/gorm v1.9.2 [2019-10-10T22:39:58.827Z] #6 31.47 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-10-10T22:39:58.827Z] #6 31.49 go: finding github.com/magiconair/properties v1.8.0 [2019-10-10T22:39:58.827Z] #6 31.58 go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-10-10T22:39:59.080Z] #6 5.457 go: finding github.com/json-iterator/go v1.1.6 [2019-10-10T22:39:59.080Z] #6 5.574 go: finding github.com/pkg/errors v0.8.1 [2019-10-10T22:39:59.286Z] #6 31.78 go: finding github.com/kisielk/errcheck v1.1.0 [2019-10-10T22:39:59.286Z] #6 31.81 go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-10-10T22:39:59.286Z] #6 31.81 go: finding github.com/hpcloud/tail v1.0.0 [2019-10-10T22:39:59.372Z] Sending build context to Docker daemon 50.07MB [2019-10-10T22:39:59.372Z] [2019-10-10T22:39:59.710Z] #6 32.19 go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-10-10T22:39:59.710Z] #6 32.25 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-10-10T22:39:59.710Z] #6 32.32 go: finding github.com/kr/pretty v0.1.0 [2019-10-10T22:39:59.710Z] #6 32.34 go: finding github.com/stretchr/objx v0.1.0 [2019-10-10T22:39:59.845Z] Step 1/8 : FROM microsoft/windowsservercore [2019-10-10T22:39:59.845Z] ---> 739b21bd02e7 [2019-10-10T22:39:59.845Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-10-10T22:39:59.845Z] ---> Using cache [2019-10-10T22:39:59.845Z] ---> 7167cd5269f4 [2019-10-10T22:39:59.845Z] Step 3/8 : ARG GO_VERSION=1.13.1 [2019-10-10T22:39:59.845Z] ---> Using cache [2019-10-10T22:39:59.845Z] ---> 790716f1ad9a [2019-10-10T22:39:59.845Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-10-10T22:39:59.845Z] ---> Using cache [2019-10-10T22:39:59.845Z] ---> 1fabf8dcf938 [2019-10-10T22:39:59.845Z] 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-10T22:39:59.845Z] ---> Using cache [2019-10-10T22:39:59.845Z] ---> 2409eeaa16cb [2019-10-10T22:39:59.845Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-10-10T22:39:59.845Z] ---> Using cache [2019-10-10T22:39:59.845Z] ---> f67001b1ed34 [2019-10-10T22:39:59.845Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-10-10T22:39:59.845Z] ---> Using cache [2019-10-10T22:39:59.845Z] ---> 52eb0385dee8 [2019-10-10T22:39:59.845Z] Step 8/8 : COPY . . [2019-10-10T22:40:00.111Z] #6 6.295 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-10-10T22:40:00.111Z] #6 6.385 go: finding github.com/docker/go-connections v0.4.0 [2019-10-10T22:40:00.120Z] #6 32.78 go: finding golang.org/x/text v0.3.0 [2019-10-10T22:40:00.401Z] #6 6.637 go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-10-10T22:40:00.401Z] #6 6.752 go: finding github.com/gogo/protobuf v1.2.1 [2019-10-10T22:40:00.529Z] #6 33.21 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-10-10T22:40:00.529Z] #6 33.29 go: finding gotest.tools v2.1.0+incompatible [2019-10-10T22:40:00.692Z] #6 6.899 go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-10-10T22:40:00.692Z] #6 7.025 go: finding github.com/gofrs/flock v0.7.0 [2019-10-10T22:40:00.930Z] #6 33.39 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-10-10T22:40:00.930Z] #6 33.50 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-10-10T22:40:00.930Z] #6 33.66 go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-10-10T22:40:01.320Z] #6 33.87 go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-10-10T22:40:01.320Z] #6 33.98 go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-10-10T22:40:01.320Z] #6 34.01 go: finding github.com/kr/text v0.1.0 [2019-10-10T22:40:01.320Z] #6 7.576 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-10-10T22:40:01.320Z] #6 7.678 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-10-10T22:40:01.609Z] #6 7.828 go: finding github.com/sirupsen/logrus v1.4.0 [2019-10-10T22:40:01.609Z] #6 7.915 go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-10-10T22:40:01.709Z] #6 34.30 go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-10-10T22:40:02.240Z] #6 8.413 go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-10-10T22:40:02.531Z] #6 8.725 go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-10-10T22:40:02.531Z] #6 8.843 go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-10-10T22:40:02.531Z] #6 8.933 go: finding github.com/spf13/cobra v0.0.3 [2019-10-10T22:40:02.539Z] #6 34.98 go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-10-10T22:40:02.539Z] #6 35.06 go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-10-10T22:40:02.539Z] #6 35.08 go: finding github.com/gogo/protobuf v1.0.0 [2019-10-10T22:40:02.823Z] #6 9.216 go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-10-10T22:40:02.946Z] #6 35.55 go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-10-10T22:40:02.947Z] #6 35.59 go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-10-10T22:40:02.947Z] #6 35.69 go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-10-10T22:40:03.113Z] #6 9.401 go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-10-10T22:40:03.359Z] #6 36.14 go: finding github.com/spf13/cast v1.3.0 [2019-10-10T22:40:03.402Z] #6 9.732 go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-10-10T22:40:03.692Z] #6 10.08 go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-10-10T22:40:04.219Z] #6 36.71 go: finding github.com/kisielk/gotool v1.0.0 [2019-10-10T22:40:04.219Z] #6 36.74 go: finding github.com/gogo/protobuf v1.2.0 [2019-10-10T22:40:04.321Z] #6 10.62 go: finding github.com/jinzhu/now v1.0.0 [2019-10-10T22:40:04.611Z] #6 10.90 go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-10-10T22:40:04.638Z] #6 37.16 go: finding github.com/containerd/containerd v1.2.4 [2019-10-10T22:40:04.638Z] #6 37.34 go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-10-10T22:40:04.900Z] #6 11.16 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-10-10T22:40:04.900Z] #6 11.27 go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-10-10T22:40:04.900Z] #6 11.33 go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-10-10T22:40:04.900Z] #6 11.34 go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-10-10T22:40:05.058Z] #6 37.70 go: finding google.golang.org/grpc v1.20.1 [2019-10-10T22:40:05.539Z] #6 11.88 go: finding github.com/pmezard/go-difflib v1.0.0 [2019-10-10T22:40:05.847Z] #6 12.00 go: finding github.com/stretchr/objx v0.1.0 [2019-10-10T22:40:05.920Z] #6 38.59 go: finding github.com/kr/pty v1.1.1 [2019-10-10T22:40:06.327Z] #6 38.80 go: finding gopkg.in/yaml.v2 v2.2.1 [2019-10-10T22:40:06.327Z] #6 38.87 go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-10-10T22:40:06.739Z] #6 39.25 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-10-10T22:40:06.881Z] #6 12.92 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-10-10T22:40:06.881Z] #6 13.16 go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-10-10T22:40:07.132Z] Running on ubuntu-1604-overlay2-arm64v8 (i-0a49a8d777a2cddf8) in /home/ubuntu/workspace/moby_PR-40062 [Pipeline] { [Pipeline] checkout [2019-10-10T22:40:07.161Z] #6 39.79 go: finding github.com/onsi/ginkgo v1.6.0 [2019-10-10T22:40:07.161Z] #6 39.91 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-10-10T22:40:07.513Z] #6 13.71 go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-10-10T22:40:07.677Z] #6 40.29 go: finding cloud.google.com/go v0.26.0 [2019-10-10T22:40:07.677Z] #6 40.45 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-10-10T22:40:07.805Z] #6 14.25 go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-10-10T22:40:08.096Z] #6 14.47 go: finding github.com/BurntSushi/toml v0.3.1 [2019-10-10T22:40:08.096Z] #6 14.47 go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-10-10T22:40:08.385Z] #6 14.71 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-10-10T22:40:09.209Z] #6 41.67 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-10-10T22:40:09.418Z] #6 15.61 go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-10-10T22:40:09.606Z] #6 42.12 go: finding github.com/hashicorp/hcl v1.0.0 [2019-10-10T22:40:09.606Z] #6 42.21 go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-10-10T22:40:09.991Z] #6 42.56 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-10-10T22:40:10.045Z] #6 16.25 go: finding gotest.tools v2.2.0+incompatible [2019-10-10T22:40:10.045Z] #6 16.41 go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-10-10T22:40:10.379Z] #6 43.07 go: finding github.com/client9/misspell v0.3.4 [2019-10-10T22:40:10.379Z] #6 43.08 go: finding github.com/golang/mock v1.1.1 [2019-10-10T22:40:10.379Z] #6 43.15 go: finding google.golang.org/appengine v1.1.0 [2019-10-10T22:40:10.676Z] #6 16.83 go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-10-10T22:40:10.676Z] #6 16.84 go: finding github.com/pkg/profile v1.2.1 [2019-10-10T22:40:10.790Z] using credential docker-jenkins-github-credentials [2019-10-10T22:40:10.799Z] Cloning the remote Git repository [2019-10-10T22:40:10.799Z] Cloning with configured refspecs honoured and without tags [2019-10-10T22:40:10.860Z] #6 43.16 go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-10-10T22:40:10.601Z] Cloning repository https://github.com/moby/moby.git [2019-10-10T22:40:10.965Z] #6 17.26 go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-10-10T22:40:10.645Z] > git init /home/ubuntu/workspace/moby_PR-40062 # timeout=10 [2019-10-10T22:40:10.896Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:40:10.896Z] > git --version # timeout=10 [2019-10-10T22:40:10.912Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:40:10.914Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [2019-10-10T22:40:12.511Z] #6 18.63 go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-10-10T22:40:12.801Z] #6 19.09 go: finding github.com/docker/go-connections v0.3.0 [2019-10-10T22:40:12.801Z] #6 19.27 go: finding github.com/ghodss/yaml v1.0.0 [2019-10-10T22:40:13.094Z] #6 19.44 go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-10-10T22:40:13.724Z] #6 19.83 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-10-10T22:40:14.366Z] #6 20.74 go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-10-10T22:40:14.656Z] #6 20.89 go: finding github.com/gogo/googleapis v1.1.0 [2019-10-10T22:40:15.288Z] #6 21.59 go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-10-10T22:40:15.581Z] #6 21.73 go: finding github.com/golang/protobuf v1.2.0 [2019-10-10T22:40:15.870Z] #6 22.00 go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-10-10T22:40:16.159Z] #6 22.34 go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-10-10T22:40:16.795Z] #6 23.05 go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-10-10T22:40:17.085Z] #6 23.31 go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-10-10T22:40:17.085Z] #6 23.48 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-10-10T22:40:18.114Z] #6 24.46 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-10-10T22:40:19.152Z] #6 25.56 go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-10-10T22:40:19.441Z] #6 25.73 go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-10-10T22:40:19.730Z] #6 26.00 go: finding github.com/stretchr/objx v0.1.1 [2019-10-10T22:40:21.233Z] #6 27.41 go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-10-10T22:40:21.522Z] #6 27.73 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-10-10T22:40:21.522Z] #6 27.78 go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-10-10T22:40:22.151Z] #6 28.47 go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-10-10T22:40:22.440Z] #6 28.60 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-10-10T22:40:23.967Z] #6 30.04 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-10-10T22:40:24.597Z] #6 30.85 go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-10-10T22:40:25.221Z] #6 31.50 go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-10-10T22:40:25.852Z] #6 32.06 go: finding github.com/prometheus/client_golang v0.8.0 [2019-10-10T22:40:25.852Z] #6 32.19 go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-10-10T22:40:25.852Z] #6 32.28 go: finding github.com/google/go-cmp v0.2.0 [2019-10-10T22:40:26.144Z] #6 32.34 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-10-10T22:40:26.144Z] #6 32.36 go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-10-10T22:40:26.772Z] #6 33.10 go: finding github.com/kisielk/errcheck v1.1.0 [2019-10-10T22:40:27.401Z] #6 33.64 go: finding github.com/sirupsen/logrus v1.3.0 [2019-10-10T22:40:28.432Z] #6 34.68 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-10-10T22:40:28.432Z] #6 34.70 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-10-10T22:40:28.432Z] #6 34.77 go: finding github.com/lib/pq v1.0.0 [2019-10-10T22:40:28.432Z] #6 34.78 go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-10-10T22:40:28.721Z] #6 35.03 go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-10-10T22:40:28.721Z] #6 35.11 go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-10-10T22:40:29.011Z] #6 35.21 go: finding google.golang.org/grpc v1.20.1 [2019-10-10T22:40:29.011Z] #6 35.32 go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-10-10T22:40:29.011Z] #6 35.47 go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-10-10T22:40:29.304Z] #6 35.59 go: finding github.com/kr/pretty v0.1.0 [2019-10-10T22:40:29.907Z] Fetching without tags [2019-10-10T22:40:29.932Z] #6 36.14 go: finding github.com/vishvananda/netlink v1.0.0 [2019-10-10T22:40:30.069Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-10T22:40:30.069Z] [2019-10-10T22:40:30.069Z] [2019-10-10T22:40:30.069Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-10T22:40:30.069Z] [2019-10-10T22:40:30.069Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-10T22:40:30.069Z] [2019-10-10T22:40:30.069Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-10-10T22:40:30.069Z] PKG_CONFIG=pkg-config [2019-10-10T22:40:30.069Z] GOLANG_VERSION=1.13.1 [2019-10-10T22:40:30.069Z] HOSTNAME=feea01df5d1a [2019-10-10T22:40:30.069Z] KEEPBUNDLE=1 [2019-10-10T22:40:30.069Z] container=docker [2019-10-10T22:40:30.069Z] TEST_SKIP_INTEGRATION=1 [2019-10-10T22:40:30.069Z] GO111MODULE=off [2019-10-10T22:40:30.069Z] GOPATH=/go [2019-10-10T22:40:30.069Z] PWD=/go/src/github.com/docker/docker [2019-10-10T22:40:30.069Z] HOME=/root [2019-10-10T22:40:30.069Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-10T22:40:30.069Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-10T22:40:30.069Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-10T22:40:30.069Z] DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:40:30.069Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-10T22:40:30.069Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-10T22:40:30.069Z] TERM=xterm [2019-10-10T22:40:30.069Z] VALIDATE_BRANCH=master [2019-10-10T22:40:30.069Z] DEST=bundles/test-integration [2019-10-10T22:40:30.069Z] SHLVL=1 [2019-10-10T22:40:30.069Z] TIMEOUT=120m [2019-10-10T22:40:30.069Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-10-10T22:40:30.069Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-10T22:40:30.069Z] DOCKER_PKG=github.com/docker/docker [2019-10-10T22:40:30.069Z] TESTDEBUG=0 [2019-10-10T22:40:30.069Z] _=/usr/bin/env [2019-10-10T22:40:30.069Z] Building test suite binary ./integration-cli/test.main [2019-10-10T22:40:30.069Z] PKG_CONFIG=pkg-config [2019-10-10T22:40:30.069Z] GOLANG_VERSION=1.13.1 [2019-10-10T22:40:30.069Z] HOSTNAME=caa574d9efa2 [2019-10-10T22:40:30.069Z] KEEPBUNDLE=1 [2019-10-10T22:40:30.069Z] container=docker [2019-10-10T22:40:30.069Z] TEST_SKIP_INTEGRATION=1 [2019-10-10T22:40:30.069Z] GO111MODULE=off [2019-10-10T22:40:30.069Z] GOPATH=/go [2019-10-10T22:40:30.069Z] PWD=/go/src/github.com/docker/docker [2019-10-10T22:40:30.069Z] HOME=/root [2019-10-10T22:40:30.069Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-10T22:40:30.069Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-10T22:40:30.069Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-10T22:40:30.069Z] DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:40:30.069Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-10T22:40:30.069Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-10T22:40:30.069Z] TERM=xterm [2019-10-10T22:40:30.069Z] VALIDATE_BRANCH=master [2019-10-10T22:40:30.069Z] DEST=bundles/test-integration [2019-10-10T22:40:30.069Z] SHLVL=1 [2019-10-10T22:40:30.069Z] TIMEOUT=120m [2019-10-10T22:40:30.069Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-10T22:40:30.069Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-10T22:40:30.069Z] DOCKER_PKG=github.com/docker/docker [2019-10-10T22:40:30.069Z] TESTDEBUG=0 [2019-10-10T22:40:30.069Z] _=/usr/bin/env [2019-10-10T22:40:30.069Z] Building test suite binary ./integration-cli/test.main [2019-10-10T22:40:30.069Z] No new tests added to integration. [2019-10-10T22:40:30.069Z] [2019-10-10T22:40:30.069Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-10T22:40:30.069Z] PKG_CONFIG=pkg-config [2019-10-10T22:40:30.069Z] GOLANG_VERSION=1.13.1 [2019-10-10T22:40:30.069Z] HOSTNAME=455f77990e16 [2019-10-10T22:40:30.069Z] KEEPBUNDLE=1 [2019-10-10T22:40:30.069Z] container=docker [2019-10-10T22:40:30.069Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-10T22:40:30.069Z] GO111MODULE=off [2019-10-10T22:40:30.069Z] GOPATH=/go [2019-10-10T22:40:30.069Z] PWD=/go/src/github.com/docker/docker [2019-10-10T22:40:30.069Z] HOME=/root [2019-10-10T22:40:30.069Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-10T22:40:30.069Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-10T22:40:30.069Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-10T22:40:30.069Z] DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:40:30.069Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-10T22:40:30.069Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-10T22:40:30.069Z] TERM=xterm [2019-10-10T22:40:30.069Z] VALIDATE_BRANCH=master [2019-10-10T22:40:30.069Z] DEST=bundles/test-integration [2019-10-10T22:40:30.069Z] SHLVL=1 [2019-10-10T22:40:30.069Z] TIMEOUT=120m [2019-10-10T22:40:30.069Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-10T22:40:30.069Z] DOCKER_PKG=github.com/docker/docker [2019-10-10T22:40:30.069Z] TESTDEBUG=0 [2019-10-10T22:40:30.069Z] _=/usr/bin/env [2019-10-10T22:40:30.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-10T22:40:30.304Z] Merging remotes/origin/master commit d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c into PR head commit 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:40:30.962Z] #6 37.14 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-10-10T22:40:30.962Z] #6 37.21 go: finding github.com/gogo/protobuf v1.2.0 [2019-10-10T22:40:29.821Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:40:29.847Z] > git config --add remote.origin.fetch +refs/pull/40062/head:refs/remotes/origin/PR-40062 # timeout=10 [2019-10-10T22:40:29.859Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-10T22:40:29.874Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-10T22:40:29.886Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-10T22:40:29.887Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-10T22:40:29.888Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40062/head:refs/remotes/origin/PR-40062 +refs/heads/master:refs/remotes/origin/master [2019-10-10T22:40:30.289Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:40:30.310Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:40:31.252Z] #6 37.47 go: finding github.com/uber/jaeger-lib v1.2.1 [2019-10-10T22:40:31.252Z] #6 37.57 go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-10-10T22:40:31.252Z] #6 37.58 go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-10-10T22:40:31.319Z] Merge succeeded, producing 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:40:31.320Z] Checking out Revision 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 (PR-40062) [2019-10-10T22:40:31.541Z] #6 37.85 go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-10-10T22:40:31.848Z] #6 38.01 go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-10-10T22:40:32.143Z] #6 38.39 go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-10-10T22:40:32.143Z] #6 38.47 go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-10-10T22:40:32.143Z] #6 38.56 go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-10-10T22:40:32.308Z] Commit message: "testutil/daemon: remove redundant d.cmd.Wait()" [2019-10-10T22:40:32.774Z] #6 38.94 go: finding go.etcd.io/bbolt v1.3.2 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-10T22:40:33.065Z] #6 39.40 go: finding cloud.google.com/go v0.26.0 [2019-10-10T22:40:31.267Z] > git merge d56adcf0ece542a30fad0e54ea9c1ca3b7e6915c # timeout=10 [2019-10-10T22:40:31.288Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-10T22:40:31.299Z] > git config core.sparsecheckout # timeout=10 [2019-10-10T22:40:31.312Z] > git checkout -f 293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:40:33.345Z] + docker version [2019-10-10T22:40:33.695Z] #6 39.93 go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-10-10T22:40:33.695Z] #6 40.01 go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-10-10T22:40:33.695Z] #6 40.02 go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-10-10T22:40:34.324Z] #6 40.69 go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-10-10T22:40:34.950Z] #6 41.13 go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-10-10T22:40:35.081Z] #6 completed: 2019-10-10 22:40:33.750261898 +0000 UTC [2019-10-10T22:40:35.081Z] #6 duration: 1m6.661818504s [2019-10-10T22:40:35.081Z] [2019-10-10T22:40:35.081Z] [2019-10-10T22:40:35.081Z] #7 /bin/sh -c GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.co... [2019-10-10T22:40:35.081Z] #7 digest: sha256:af0ce9d7965d34a313b7b0717946a6be7e6f1c309345e7ae84c50bf1398ef83a [2019-10-10T22:40:35.081Z] #7 name: "/bin/sh -c 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-10T22:40:35.081Z] #7 started: 2019-10-10 22:40:33.761949593 +0000 UTC [2019-10-10T22:40:35.240Z] #6 41.46 go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-10-10T22:40:35.240Z] #6 41.46 go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-10-10T22:40:35.793Z] ---> e58b56c16251 [2019-10-10T22:40:35.793Z] Successfully built e58b56c16251 [2019-10-10T22:40:35.793Z] Successfully tagged docker:latest [2019-10-10T22:40:35.793Z] INFO: Image build ended at 10/10/2019 22:40:32. Duration:00:00:40.0688862 [2019-10-10T22:40:35.793Z] [2019-10-10T22:40:35.793Z] [2019-10-10T22:40:35.793Z] INFO: Building the test binaries at 10/10/2019 22:40:32... [2019-10-10T22:40:36.740Z] #6 42.86 go: finding github.com/kisielk/gotool v1.0.0 [2019-10-10T22:40:36.740Z] #6 43.06 go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-10-10T22:40:36.740Z] #6 43.14 go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-10-10T22:40:37.029Z] #6 43.40 go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-10-10T22:40:37.353Z] #6 43.65 go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-10-10T22:40:37.376Z] INFO: make.ps1 starting at 10/10/2019 22:40:36 [2019-10-10T22:40:37.376Z] INFO: Git commit (293c1a27a) assumed from DOCKER_GITCOMMIT environment variable [2019-10-10T22:40:37.376Z] INFO: Invoking autogen... [2019-10-10T22:40:38.372Z] INFO: Building daemon... [2019-10-10T22:40:38.380Z] #6 44.72 go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-10-10T22:40:38.668Z] #6 44.83 go: finding github.com/kr/text v0.1.0 [2019-10-10T22:40:38.958Z] #6 45.33 go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-10-10T22:40:39.991Z] #6 46.02 go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-10-10T22:40:40.282Z] #6 46.47 go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-10-10T22:40:40.911Z] #6 47.04 go: finding github.com/stretchr/testify v1.2.2 [2019-10-10T22:40:41.203Z] #6 47.53 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-10-10T22:40:41.498Z] #6 47.70 go: finding github.com/golang/mock v1.1.1 [2019-10-10T22:40:42.128Z] #6 48.59 go: finding golang.org/x/text v0.3.0 [2019-10-10T22:40:42.418Z] #6 48.73 go: finding github.com/client9/misspell v0.3.4 [2019-10-10T22:40:42.708Z] #6 49.01 go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-10-10T22:40:42.708Z] #6 49.14 go: finding github.com/containerd/containerd v1.2.4 [2019-10-10T22:40:43.346Z] Client: Docker Engine - Community [2019-10-10T22:40:43.346Z] Version: 19.03.2 [2019-10-10T22:40:43.346Z] API version: 1.40 [2019-10-10T22:40:43.346Z] Go version: go1.12.8 [2019-10-10T22:40:43.346Z] Git commit: 6a30dfc [2019-10-10T22:40:43.346Z] Built: Thu Aug 29 05:32:25 2019 [2019-10-10T22:40:43.346Z] OS/Arch: linux/arm64 [2019-10-10T22:40:43.346Z] Experimental: false [2019-10-10T22:40:43.346Z] [2019-10-10T22:40:43.346Z] Server: Docker Engine - Community [2019-10-10T22:40:43.346Z] Engine: [2019-10-10T22:40:43.346Z] Version: 19.03.2 [2019-10-10T22:40:43.346Z] API version: 1.40 (minimum version 1.12) [2019-10-10T22:40:43.346Z] Go version: go1.12.8 [2019-10-10T22:40:43.346Z] Git commit: 6a30dfc [2019-10-10T22:40:43.346Z] Built: Thu Aug 29 05:30:57 2019 [2019-10-10T22:40:43.346Z] OS/Arch: linux/arm64 [2019-10-10T22:40:43.346Z] Experimental: true [2019-10-10T22:40:43.346Z] containerd: [2019-10-10T22:40:43.346Z] Version: 1.2.6 [2019-10-10T22:40:43.346Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-10T22:40:43.346Z] runc: [2019-10-10T22:40:43.346Z] Version: 1.0.0-rc8 [2019-10-10T22:40:43.346Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-10T22:40:43.346Z] docker-init: [2019-10-10T22:40:43.346Z] Version: 0.18.0 [2019-10-10T22:40:43.346Z] GitCommit: fec3683 [Pipeline] sh [2019-10-10T22:40:43.677Z] + docker info [2019-10-10T22:40:43.736Z] #6 50.09 go: finding github.com/onsi/gomega v1.4.3 [2019-10-10T22:40:44.766Z] #6 51.10 go: finding github.com/spf13/viper v1.3.2 [2019-10-10T22:40:45.088Z] #6 51.26 go: finding gotest.tools v2.1.0+incompatible [2019-10-10T22:40:45.378Z] #6 51.77 go: finding github.com/gogo/protobuf v1.0.0 [2019-10-10T22:40:46.413Z] #6 52.62 go: finding github.com/onsi/ginkgo v1.6.0 [2019-10-10T22:40:46.413Z] #6 52.66 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-10-10T22:40:47.445Z] #6 53.69 go: finding gopkg.in/yaml.v2 v2.2.1 [2019-10-10T22:40:47.445Z] #6 53.77 go: finding github.com/onsi/ginkgo v1.7.0 [2019-10-10T22:40:47.735Z] #6 53.90 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-10-10T22:40:48.026Z] #6 54.35 go: finding github.com/hpcloud/tail v1.0.0 [2019-10-10T22:40:48.658Z] #6 54.93 go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-10-10T22:40:48.658Z] #6 55.03 go: finding gopkg.in/yaml.v2 v2.2.2 [2019-10-10T22:40:48.658Z] #6 55.08 go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-10-10T22:40:48.946Z] #6 55.21 go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-10-10T22:40:49.972Z] #6 56.17 go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-10-10T22:40:49.972Z] #6 56.18 go: finding github.com/kr/pty v1.1.1 [2019-10-10T22:40:49.972Z] #6 56.22 go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-10-10T22:40:50.261Z] #6 56.45 go: finding github.com/coreos/go-semver v0.2.0 [2019-10-10T22:40:50.904Z] #6 57.35 go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-10-10T22:40:51.534Z] #6 57.73 go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-10-10T22:40:51.534Z] #6 57.79 go: finding github.com/sirupsen/logrus v1.0.3 [2019-10-10T22:40:52.565Z] #6 58.62 go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-10-10T22:40:52.565Z] #6 58.75 go: finding github.com/spf13/afero v1.1.2 [2019-10-10T22:40:52.565Z] #6 58.78 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-10-10T22:40:52.565Z] #6 58.86 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-10-10T22:40:52.565Z] #6 58.96 go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-10-10T22:40:52.565Z] #6 59.03 go: finding github.com/davecgh/go-spew v1.1.0 [2019-10-10T22:40:53.192Z] #6 59.42 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-10-10T22:40:53.481Z] #6 59.65 go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-10-10T22:40:54.509Z] #6 60.85 go: finding google.golang.org/appengine v1.1.0 [2019-10-10T22:40:54.796Z] #6 61.29 go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-10-10T22:40:55.084Z] #6 61.30 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-10-10T22:40:55.084Z] #6 61.44 go: finding github.com/davecgh/go-spew v1.1.1 [2019-10-10T22:40:55.084Z] #6 61.44 go: finding github.com/spf13/cast v1.3.0 [2019-10-10T22:40:55.377Z] #6 61.57 go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-10-10T22:40:55.377Z] #6 61.68 go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-10-10T22:40:55.377Z] #6 61.71 go: finding github.com/hashicorp/go-version v1.1.0 [2019-10-10T22:40:55.895Z] Client: [2019-10-10T22:40:55.895Z] Debug Mode: false [2019-10-10T22:40:55.895Z] [2019-10-10T22:40:55.895Z] Server: [2019-10-10T22:40:55.895Z] Containers: 0 [2019-10-10T22:40:55.895Z] Running: 0 [2019-10-10T22:40:55.895Z] Paused: 0 [2019-10-10T22:40:55.895Z] Stopped: 0 [2019-10-10T22:40:55.895Z] Images: 0 [2019-10-10T22:40:55.895Z] Server Version: 19.03.2 [2019-10-10T22:40:55.895Z] Storage Driver: overlay2 [2019-10-10T22:40:55.895Z] Backing Filesystem: extfs [2019-10-10T22:40:55.895Z] Supports d_type: true [2019-10-10T22:40:55.895Z] Native Overlay Diff: true [2019-10-10T22:40:55.895Z] Logging Driver: json-file [2019-10-10T22:40:55.895Z] Cgroup Driver: cgroupfs [2019-10-10T22:40:55.895Z] Plugins: [2019-10-10T22:40:55.895Z] Volume: local [2019-10-10T22:40:55.895Z] Network: bridge host ipvlan macvlan null overlay [2019-10-10T22:40:55.895Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-10T22:40:55.895Z] Swarm: inactive [2019-10-10T22:40:55.895Z] Runtimes: runc [2019-10-10T22:40:55.895Z] Default Runtime: runc [2019-10-10T22:40:55.895Z] Init Binary: docker-init [2019-10-10T22:40:55.895Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-10T22:40:55.895Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-10T22:40:55.895Z] init version: fec3683 [2019-10-10T22:40:55.895Z] Security Options: [2019-10-10T22:40:55.895Z] apparmor [2019-10-10T22:40:55.895Z] seccomp [2019-10-10T22:40:55.895Z] Profile: default [2019-10-10T22:40:55.895Z] Kernel Version: 4.15.0-1048-aws [2019-10-10T22:40:55.895Z] Operating System: Ubuntu 16.04.6 LTS [2019-10-10T22:40:55.895Z] OSType: linux [2019-10-10T22:40:55.895Z] Architecture: aarch64 [2019-10-10T22:40:55.895Z] CPUs: 4 [2019-10-10T22:40:55.895Z] Total Memory: 7.525GiB [2019-10-10T22:40:55.895Z] Name: ip-10-100-108-182 [2019-10-10T22:40:55.895Z] ID: P6VQ:YKJW:TNGX:TXFI:HUQ3:53UN:TOH3:6BJM:FCYL:64MC:THVR:5KBO [2019-10-10T22:40:55.895Z] Docker Root Dir: /var/lib/docker [2019-10-10T22:40:55.895Z] Debug Mode: false [2019-10-10T22:40:55.895Z] Registry: https://index.docker.io/v1/ [2019-10-10T22:40:55.895Z] Labels: [2019-10-10T22:40:55.895Z] Experimental: true [2019-10-10T22:40:55.895Z] Insecure Registries: [2019-10-10T22:40:55.895Z] 127.0.0.0/8 [2019-10-10T22:40:55.895Z] Live Restore Enabled: true [2019-10-10T22:40:55.895Z] [2019-10-10T22:40:55.895Z] WARNING: No swap limit support [Pipeline] sh [2019-10-10T22:40:56.191Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-10T22:40:56.191Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-10T22:40:56.191Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40062/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-10T22:40:56.191Z] + bash /home/ubuntu/workspace/moby_PR-40062/check-config.sh [2019-10-10T22:40:56.191Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-10T22:40:56.191Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-10T22:40:56.191Z] [2019-10-10T22:40:56.191Z] Generally Necessary: [2019-10-10T22:40:56.191Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-10T22:40:56.191Z] - apparmor: enabled and tools installed [2019-10-10T22:40:56.191Z] - CONFIG_NAMESPACES: enabled [2019-10-10T22:40:56.191Z] - CONFIG_NET_NS: enabled [2019-10-10T22:40:56.191Z] - CONFIG_PID_NS: enabled [2019-10-10T22:40:56.191Z] - CONFIG_IPC_NS: enabled [2019-10-10T22:40:56.191Z] - CONFIG_UTS_NS: enabled [2019-10-10T22:40:56.191Z] - CONFIG_CGROUPS: enabled [2019-10-10T22:40:56.407Z] #6 62.51 go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-10-10T22:40:56.407Z] #6 62.69 go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-10-10T22:40:56.453Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-10T22:40:56.454Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-10T22:40:56.454Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-10T22:40:56.454Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-10T22:40:56.454Z] - CONFIG_CPUSETS: enabled [2019-10-10T22:40:56.454Z] - CONFIG_MEMCG: enabled [2019-10-10T22:40:56.454Z] - CONFIG_KEYS: enabled [2019-10-10T22:40:56.454Z] - CONFIG_VETH: enabled (as module) [2019-10-10T22:40:56.454Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-10T22:40:56.454Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-10T22:40:56.454Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-10T22:40:56.454Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-10T22:40:56.454Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-10T22:40:56.454Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-10T22:40:56.454Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-10T22:40:56.454Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-10T22:40:56.454Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-10T22:40:56.454Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-10T22:40:56.454Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-10T22:40:56.454Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-10T22:40:56.454Z] [2019-10-10T22:40:56.454Z] Optional Features: [2019-10-10T22:40:56.454Z] - CONFIG_USER_NS: enabled [2019-10-10T22:40:56.454Z] - CONFIG_SECCOMP: enabled [2019-10-10T22:40:56.454Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-10T22:40:56.454Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-10T22:40:56.454Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-10T22:40:56.696Z] #6 63.04 go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-10-10T22:40:56.696Z] #6 63.09 go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-10-10T22:40:56.713Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-10T22:40:56.713Z] - CONFIG_BLK_CGROUP: enabled [2019-10-10T22:40:56.713Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-10T22:40:56.713Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-10T22:40:56.713Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-10T22:40:56.713Z] - CONFIG_CGROUP_PERF: enabled [2019-10-10T22:40:56.713Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-10T22:40:56.713Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-10T22:40:56.713Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-10T22:40:56.713Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-10T22:40:56.713Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-10T22:40:56.713Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-10T22:40:56.713Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-10T22:40:56.713Z] - CONFIG_IP_VS: enabled (as module) [2019-10-10T22:40:56.713Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-10T22:40:56.713Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-10T22:40:56.713Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-10T22:40:56.713Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-10T22:40:56.713Z] - CONFIG_EXT4_FS: enabled [2019-10-10T22:40:56.713Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-10T22:40:56.713Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-10T22:40:56.713Z] - Network Drivers: [2019-10-10T22:40:56.713Z] - "overlay": [2019-10-10T22:40:56.973Z] - CONFIG_VXLAN: enabled (as module) [2019-10-10T22:40:56.973Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-10T22:40:56.973Z] Optional (for encrypted networks): [2019-10-10T22:40:56.973Z] - CONFIG_CRYPTO: enabled [2019-10-10T22:40:56.973Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-10T22:40:56.973Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-10T22:40:56.973Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-10T22:40:56.973Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-10T22:40:56.973Z] - CONFIG_XFRM: enabled [2019-10-10T22:40:56.973Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-10T22:40:56.973Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-10T22:40:56.973Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-10T22:40:56.973Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-10T22:40:56.973Z] - "ipvlan": [2019-10-10T22:40:56.973Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-10T22:40:56.973Z] - "macvlan": [2019-10-10T22:40:56.973Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-10T22:40:56.973Z] - CONFIG_DUMMY: enabled (as module) [2019-10-10T22:40:56.973Z] - "ftp,tftp client in container": [2019-10-10T22:40:56.973Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-10T22:40:56.973Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-10T22:40:56.973Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-10T22:40:56.973Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-10T22:40:56.973Z] - Storage Drivers: [2019-10-10T22:40:56.973Z] - "aufs": [2019-10-10T22:40:56.973Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-10T22:40:56.973Z] - "btrfs": [2019-10-10T22:40:56.973Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-10T22:40:56.973Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-10T22:40:56.973Z] - "devicemapper": [2019-10-10T22:40:56.984Z] #6 63.25 go: finding github.com/pelletier/go-toml v1.2.0 [2019-10-10T22:40:57.233Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-10T22:40:57.233Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-10T22:40:57.233Z] - "overlay": [2019-10-10T22:40:57.233Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-10T22:40:57.233Z] - "zfs": [2019-10-10T22:40:57.233Z] - /dev/zfs: missing [2019-10-10T22:40:57.233Z] - zfs command: missing [2019-10-10T22:40:57.233Z] - zpool command: missing [2019-10-10T22:40:57.233Z] [2019-10-10T22:40:57.233Z] Limits: [2019-10-10T22:40:57.233Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-10T22:40:57.233Z] [2019-10-10T22:40:57.233Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2019-10-10T22:40:57.274Z] #6 63.65 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [Pipeline] sh [2019-10-10T22:40:57.562Z] #6 63.84 go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-10-10T22:40:57.584Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 . [2019-10-10T22:40:57.584Z] #1 [internal] load .dockerignore [2019-10-10T22:40:57.845Z] #1 ... [2019-10-10T22:40:57.845Z] [2019-10-10T22:40:57.845Z] #2 [internal] load build definition from Dockerfile [2019-10-10T22:40:57.845Z] #2 transferring dockerfile: 13.34kB 0.0s done [2019-10-10T22:40:57.845Z] #2 DONE 0.2s [2019-10-10T22:40:57.845Z] [2019-10-10T22:40:57.845Z] #1 [internal] load .dockerignore [2019-10-10T22:40:57.845Z] #1 transferring context: 87B 0.0s done [2019-10-10T22:40:57.851Z] #6 64.01 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-10-10T22:40:58.109Z] #1 DONE 0.3s [2019-10-10T22:40:58.109Z] [2019-10-10T22:40:58.109Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-10T22:40:58.158Z] #6 64.31 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-10-10T22:40:58.679Z] #3 DONE 0.5s [2019-10-10T22:40:58.679Z] [2019-10-10T22:40:58.679Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-10T22:40:58.679Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-10T22:40:58.679Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-10T22:40:58.679Z] #4 sha256:5ad7493ba73122416a217fbaa5c0260d82c6676966fccc5d0d2a1763fac0f9ee 527B / 527B done [2019-10-10T22:40:58.679Z] #4 sha256:72fa37e1bbb8425c78e5eecdb2c20de58609e6712dbd107f89e8222e79fec1dd 893B / 893B done [2019-10-10T22:40:58.679Z] #4 sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 0B / 8.26MB 0.2s [2019-10-10T22:40:58.782Z] #6 65.12 go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-10-10T22:40:58.940Z] #4 sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 8.26MB / 8.26MB 0.3s done [2019-10-10T22:40:58.940Z] #4 extracting sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 [2019-10-10T22:40:59.069Z] #6 65.24 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-10-10T22:40:59.069Z] #6 65.25 go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-10-10T22:40:59.203Z] #4 extracting sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 0.2s done [2019-10-10T22:40:59.203Z] #4 DONE 0.6s [2019-10-10T22:40:59.357Z] #6 65.71 go: finding github.com/Microsoft/go-winio v0.4.11 [2019-10-10T22:40:59.357Z] #6 65.79 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-10-10T22:40:59.775Z] [2019-10-10T22:40:59.775Z] #5 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-10T22:41:00.036Z] #5 DONE 0.3s [2019-10-10T22:41:00.036Z] [2019-10-10T22:41:00.036Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-10T22:41:00.036Z] #6 resolve docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 done [2019-10-10T22:41:00.640Z] #6 sha256:c47fddbd4870178f227f42d9e6001232385e961748e0463641afca6b5eb9ef42 1.79kB / 1.79kB done [2019-10-10T22:41:00.640Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 2.19MB / 43.14MB 0.5s [2019-10-10T22:41:00.640Z] #6 sha256:f04bed802a875187697c84fbe66916965d4793e879ff5bb0b618d3cfb4967eea 9.74MB / 9.74MB 0.5s [2019-10-10T22:41:00.640Z] #6 sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 1.42kB / 1.42kB done [2019-10-10T22:41:00.640Z] #6 sha256:9c4c24cd2731d8b9ab6298cf8a0dca57cd30005f8d7b9a225f9113bc56faaf65 5.46kB / 5.46kB done [2019-10-10T22:41:00.640Z] #6 sha256:6d5c571b36bfd171c2d8ed92043e8246a279ad06d7a71f3d7db36aa14117f1d7 0B / 4.09MB 0.5s [2019-10-10T22:41:00.856Z] #6 66.83 go: finding github.com/docker/go-units v0.3.1 [2019-10-10T22:41:00.856Z] #6 66.98 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-10-10T22:41:00.856Z] #6 67.22 go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-10-10T22:41:00.902Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 7.32MB / 43.14MB 0.6s [2019-10-10T22:41:00.902Z] #6 sha256:f04bed802a875187697c84fbe66916965d4793e879ff5bb0b618d3cfb4967eea 9.74MB / 9.74MB 0.6s done [2019-10-10T22:41:00.902Z] #6 sha256:6d5c571b36bfd171c2d8ed92043e8246a279ad06d7a71f3d7db36aa14117f1d7 4.09MB / 4.09MB 0.7s [2019-10-10T22:41:00.902Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 0B / 48.02MB 0.6s [2019-10-10T22:41:00.902Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 11.90MB / 43.14MB 0.8s [2019-10-10T22:41:00.902Z] #6 sha256:6d5c571b36bfd171c2d8ed92043e8246a279ad06d7a71f3d7db36aa14117f1d7 4.09MB / 4.09MB 0.8s done [2019-10-10T22:41:00.902Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 0B / 49.09MB 0.8s [2019-10-10T22:41:00.902Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 18.52MB / 43.14MB 0.9s [2019-10-10T22:41:00.902Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 7.50MB / 48.02MB 0.9s [2019-10-10T22:41:00.902Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 26.18MB / 43.14MB 1.0s [2019-10-10T22:41:00.902Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 24.51MB / 48.02MB 1.0s [2019-10-10T22:41:01.169Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 29.88MB / 43.14MB 1.1s [2019-10-10T22:41:01.169Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 33.37MB / 48.02MB 1.1s [2019-10-10T22:41:01.169Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 4.97MB / 49.09MB 1.1s [2019-10-10T22:41:01.441Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 32.93MB / 43.14MB 1.2s [2019-10-10T22:41:01.441Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 12.00MB / 49.09MB 1.2s [2019-10-10T22:41:01.441Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 42.00MB / 43.14MB 1.4s [2019-10-10T22:41:01.441Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 48.02MB / 48.02MB 1.4s [2019-10-10T22:41:01.441Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 28.69MB / 49.09MB 1.4s [2019-10-10T22:41:01.441Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 33.54MB / 49.09MB 1.5s [2019-10-10T22:41:01.485Z] #6 67.66 go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-10-10T22:41:01.485Z] #6 67.84 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-10-10T22:41:01.485Z] #6 67.87 go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-10-10T22:41:01.701Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 37.56MB / 49.09MB 1.6s [2019-10-10T22:41:01.702Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 45.30MB / 49.09MB 1.8s [2019-10-10T22:41:01.774Z] #6 67.95 go: finding github.com/magiconair/properties v1.8.0 [2019-10-10T22:41:01.965Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 48.84MB / 49.09MB 1.9s [2019-10-10T22:41:02.397Z] #6 68.80 go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-10-10T22:41:02.691Z] #6 68.92 go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-10-10T22:41:02.691Z] #6 68.99 go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-10-10T22:41:04.509Z] #6 ... [2019-10-10T22:41:04.509Z] [2019-10-10T22:41:04.509Z] #21 [internal] load build context [2019-10-10T22:41:04.509Z] #21 transferring context: 45.61MB 2.7s done [2019-10-10T22:41:04.509Z] #21 DONE 4.6s [2019-10-10T22:41:04.509Z] [2019-10-10T22:41:04.509Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-10T22:41:04.509Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 43.14MB / 43.14MB 4.5s done [2019-10-10T22:41:04.509Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 48.02MB / 48.02MB 4.5s done [2019-10-10T22:41:04.509Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 49.09MB / 49.09MB 4.5s done [2019-10-10T22:41:04.509Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 0B / 97.60MB 4.5s [2019-10-10T22:41:04.509Z] #6 sha256:3b587a588905a836d7d5e19fdfea337e76ed2b24a53a9ffb3813d147f9f37707 0B / 155B 4.5s [2019-10-10T22:41:04.509Z] #6 extracting sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 [2019-10-10T22:41:05.088Z] #6 sha256:3b587a588905a836d7d5e19fdfea337e76ed2b24a53a9ffb3813d147f9f37707 155B / 155B 4.7s [2019-10-10T22:41:05.088Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 16.23MB / 97.60MB 5.1s [2019-10-10T22:41:05.499Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 28.30MB / 97.60MB 5.3s [2019-10-10T22:41:05.499Z] #6 sha256:3b587a588905a836d7d5e19fdfea337e76ed2b24a53a9ffb3813d147f9f37707 155B / 155B 5.2s done [2019-10-10T22:41:05.499Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 39.68MB / 97.60MB 5.4s [2019-10-10T22:41:05.765Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 63.13MB / 97.60MB 5.6s [2019-10-10T22:41:05.765Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 77.70MB / 97.60MB 5.7s [2019-10-10T22:41:05.765Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 86.69MB / 97.60MB 5.8s [2019-10-10T22:41:06.026Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 94.02MB / 97.60MB 6.0s [2019-10-10T22:41:07.405Z] #6 ... [2019-10-10T22:41:07.405Z] [2019-10-10T22:41:07.405Z] #67 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-10T22:41:07.405Z] #67 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.7s done [2019-10-10T22:41:07.405Z] #67 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-10T22:41:07.405Z] #67 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-10T22:41:07.405Z] #67 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 4.7s done [2019-10-10T22:41:07.405Z] #67 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 0.9s done [2019-10-10T22:41:07.405Z] #67 DONE 6.6s [2019-10-10T22:41:07.405Z] [2019-10-10T22:41:07.405Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-10T22:41:07.405Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 97.60MB / 97.60MB 7.1s done [2019-10-10T22:41:09.318Z] #6 extracting sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 4.2s done [2019-10-10T22:41:09.416Z] #7 completed: 2019-10-10 22:41:04.985062915 +0000 UTC [2019-10-10T22:41:09.416Z] #7 duration: 31.223113322s [2019-10-10T22:41:09.416Z] [2019-10-10T22:41:09.416Z] [2019-10-10T22:41:09.416Z] #8 exporting to image [2019-10-10T22:41:09.416Z] #8 digest: sha256:6fe8ce17931f574b81c7de0663f2cc6705e3c926860ed08bfe8a3d4e2c0c9dca [2019-10-10T22:41:09.416Z] #8 name: "exporting to image" [2019-10-10T22:41:09.416Z] #8 started: 2019-10-10 22:41:04.986568225 +0000 UTC [2019-10-10T22:41:09.416Z] #8 exporting layers [2019-10-10T22:41:09.578Z] #6 extracting sha256:f04bed802a875187697c84fbe66916965d4793e879ff5bb0b618d3cfb4967eea [2019-10-10T22:41:09.788Z] #8 completed: 2019-10-10 22:41:09.575415286 +0000 UTC [2019-10-10T22:41:09.788Z] #8 duration: 4.588847061s [2019-10-10T22:41:09.788Z] #8 exporting layers 4.6s done [2019-10-10T22:41:09.788Z] #8 writing image sha256:84b1cb8b4609fc25ec113912676c5fdb1c9fc9f3ae6076ceeff377c6a98308d8 done [2019-10-10T22:41:09.788Z] #8 naming to docker.io/library/moby-buildx:v0.3.0 done [2019-10-10T22:41:09.788Z] [2019-10-10T22:41:10.148Z] #6 extracting sha256:f04bed802a875187697c84fbe66916965d4793e879ff5bb0b618d3cfb4967eea 0.5s done [2019-10-10T22:41:10.148Z] #6 extracting sha256:6d5c571b36bfd171c2d8ed92043e8246a279ad06d7a71f3d7db36aa14117f1d7 [2019-10-10T22:41:10.150Z] 269b646e5b9a245a2ff2eb8fe8667afa53a52a6191fbb9061233c18a7835bd86 [2019-10-10T22:41:10.150Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 . [2019-10-10T22:41:10.150Z] #1 [internal] booting buildkit [2019-10-10T22:41:10.408Z] #6 extracting sha256:6d5c571b36bfd171c2d8ed92043e8246a279ad06d7a71f3d7db36aa14117f1d7 0.2s done [2019-10-10T22:41:10.513Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-10-10T22:41:10.668Z] #6 extracting sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 [2019-10-10T22:41:12.333Z] #1 pulling image moby/buildkit:buildx-stable-1 2.0s done [2019-10-10T22:41:12.333Z] #1 creating container buildx_buildkit_default [2019-10-10T22:41:12.704Z] #1 creating container buildx_buildkit_default 0.5s done [2019-10-10T22:41:12.704Z] #1 DONE 2.5s [2019-10-10T22:41:12.704Z] [2019-10-10T22:41:12.704Z] #3 [internal] load build definition from Dockerfile [2019-10-10T22:41:12.704Z] #3 transferring dockerfile: 13.34kB done [2019-10-10T22:41:12.704Z] #3 DONE 0.0s [2019-10-10T22:41:12.704Z] [2019-10-10T22:41:12.704Z] #2 [internal] load .dockerignore [2019-10-10T22:41:12.704Z] #2 transferring context: 87B done [2019-10-10T22:41:12.704Z] #2 DONE 0.0s [2019-10-10T22:41:12.704Z] [2019-10-10T22:41:12.704Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-10T22:41:13.227Z] #6 extracting sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 2.1s done [2019-10-10T22:41:13.227Z] #6 extracting sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 0.1s [2019-10-10T22:41:13.482Z] #4 DONE 0.7s [2019-10-10T22:41:13.850Z] [2019-10-10T22:41:13.850Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-10T22:41:13.850Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-10T22:41:13.850Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2019-10-10T22:41:13.850Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.2s done [2019-10-10T22:41:13.850Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2019-10-10T22:41:13.850Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-10T22:41:13.850Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-10-10T22:41:14.223Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.3s done [2019-10-10T22:41:14.223Z] #5 DONE 0.6s [2019-10-10T22:41:14.223Z] [2019-10-10T22:41:14.223Z] #6 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-10T22:41:14.610Z] #6 extracting sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 1.6s done [2019-10-10T22:41:15.133Z] #6 DONE 0.4s [2019-10-10T22:41:15.133Z] [2019-10-10T22:41:15.133Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-10T22:41:15.133Z] #7 resolve docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 done [2019-10-10T22:41:15.133Z] #7 DONE 0.0s [2019-10-10T22:41:15.133Z] [2019-10-10T22:41:15.133Z] #22 [internal] load build context [2019-10-10T22:41:15.183Z] #6 extracting sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 0.1s [2019-10-10T22:41:15.204Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc: Package:22749574 Name:quota Decls:[0xc02c4f63c0 0xc02c4f6440 0xc02c4f64c0 0xc02c4f6540 0xc02c4f8420 0xc02c4f8570] Scope:scope 0xc02c4e5a40 { [2019-10-10T22:41:15.204Z] var ErrQuotaNotSupported [2019-10-10T22:41:15.204Z] type errQuotaNotSupported [2019-10-10T22:41:15.204Z] } [2019-10-10T22:41:15.204Z] Imports:[0xc02c4f82a0] Unresolved:[errdefs nil string] Comments:[0xc02c4f4b60 0xc02c4f4ce0]} [2019-10-10T22:41:17.426Z] #22 ... [2019-10-10T22:41:17.427Z] [2019-10-10T22:41:17.427Z] #68 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-10T22:41:17.427Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.1s done [2019-10-10T22:41:17.427Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-10T22:41:17.427Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.6s done [2019-10-10T22:41:17.427Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-10T22:41:17.427Z] #68 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 1.2s done [2019-10-10T22:41:17.427Z] #68 DONE 1.9s [2019-10-10T22:41:17.427Z] [2019-10-10T22:41:17.427Z] #22 [internal] load build context [2019-10-10T22:41:17.867Z] #22 transferring context: 45.61MB 3.0s done [2019-10-10T22:41:18.332Z] #22 DONE 3.2s [2019-10-10T22:41:18.332Z] [2019-10-10T22:41:18.332Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-10T22:41:18.332Z] #7 sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 1.42kB / 1.42kB done [2019-10-10T22:41:18.332Z] #7 sha256:b17554aa6f80ed720b6cf160a5bb736f58aeae5ed4dcc582bcf19652ff1cf994 126B / 126B 0.1s done [2019-10-10T22:41:18.332Z] #7 sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 4.37MB / 4.37MB 0.3s done [2019-10-10T22:41:18.332Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 102.14MB / 102.14MB 3.1s done [2019-10-10T22:41:18.332Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 50.49MB / 50.49MB 2.3s done [2019-10-10T22:41:18.332Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 45.98MB / 45.98MB 2.2s done [2019-10-10T22:41:18.332Z] #7 sha256:2cf06835a19045f2dd839c924aca69467c031eefc49565d9ce8ace3e8c99bff7 1.80kB / 1.80kB done [2019-10-10T22:41:18.332Z] #7 sha256:1d69509bbe69c1dbe1b03a006d15bddcafce3219a4953fefcec009555e7a22f2 5.47kB / 5.47kB done [2019-10-10T22:41:18.332Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 45.24MB / 45.24MB 2.1s done [2019-10-10T22:41:18.332Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 10.32MB / 10.32MB 0.6s done [2019-10-10T22:41:18.332Z] #7 unpacking docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 [2019-10-10T22:41:18.487Z] #6 extracting sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 3.5s done [2019-10-10T22:41:18.747Z] #6 extracting sha256:3b587a588905a836d7d5e19fdfea337e76ed2b24a53a9ffb3813d147f9f37707 done [2019-10-10T22:41:19.005Z] #6 DONE 19.1s [2019-10-10T22:41:19.265Z] [2019-10-10T22:41:19.265Z] #7 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-10T22:41:23.464Z] #7 DONE 3.9s [2019-10-10T22:41:23.464Z] [2019-10-10T22:41:23.464Z] #8 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-10T22:41:24.412Z] #8 DONE 1.2s [2019-10-10T22:41:24.412Z] [2019-10-10T22:41:24.412Z] #25 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:41:24.412Z] #25 DONE 0.1s [2019-10-10T22:41:24.412Z] [2019-10-10T22:41:24.412Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:41:24.692Z] #18 ... [2019-10-10T22:41:24.692Z] [2019-10-10T22:41:24.692Z] #63 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-10T22:41:24.692Z] #63 DONE 0.1s [2019-10-10T22:41:24.692Z] [2019-10-10T22:41:24.692Z] #29 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-10T22:41:24.692Z] #29 DONE 0.2s [2019-10-10T22:41:24.692Z] [2019-10-10T22:41:24.692Z] #52 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-10T22:41:24.692Z] #52 DONE 0.2s [2019-10-10T22:41:24.692Z] [2019-10-10T22:41:24.692Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-10T22:41:24.692Z] #32 DONE 0.2s [2019-10-10T22:41:24.692Z] [2019-10-10T22:41:24.692Z] #35 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-10T22:41:24.692Z] #35 DONE 0.3s [2019-10-10T22:41:24.692Z] [2019-10-10T22:41:24.692Z] #26 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-10T22:41:24.692Z] #26 DONE 0.3s [2019-10-10T22:41:24.692Z] [2019-10-10T22:41:24.692Z] #55 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-10T22:41:24.692Z] #55 DONE 0.3s [2019-10-10T22:41:24.692Z] [2019-10-10T22:41:24.692Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:41:29.783Z] #7 unpacking docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 10.4s done [2019-10-10T22:41:29.783Z] #7 DONE 13.6s [2019-10-10T22:41:29.783Z] [2019-10-10T22:41:29.783Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-10T22:41:29.783Z] #8 DONE 0.3s [2019-10-10T22:41:29.783Z] [2019-10-10T22:41:29.783Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-10T22:41:29.783Z] #9 DONE 0.3s [2019-10-10T22:41:29.783Z] [2019-10-10T22:41:29.783Z] #26 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:41:29.783Z] #26 DONE 0.1s [2019-10-10T22:41:29.783Z] [2019-10-10T22:41:29.783Z] #30 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-10T22:41:29.783Z] #30 DONE 0.1s [2019-10-10T22:41:29.783Z] [2019-10-10T22:41:29.783Z] #27 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-10T22:41:29.783Z] #27 DONE 0.1s [2019-10-10T22:41:29.783Z] [2019-10-10T22:41:29.783Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-10T22:41:29.783Z] #64 DONE 0.1s [2019-10-10T22:41:29.783Z] [2019-10-10T22:41:29.783Z] #56 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-10T22:41:29.783Z] #56 DONE 0.1s [2019-10-10T22:41:29.783Z] [2019-10-10T22:41:29.783Z] #53 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-10T22:41:29.783Z] #53 DONE 0.1s [2019-10-10T22:41:29.783Z] [2019-10-10T22:41:29.783Z] #36 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-10T22:41:29.783Z] #36 DONE 0.1s [2019-10-10T22:41:29.783Z] [2019-10-10T22:41:29.783Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-10T22:41:29.783Z] #33 DONE 0.1s [2019-10-10T22:41:29.783Z] [2019-10-10T22:41:29.783Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:41:29.783Z] #34 0.463 + RM_GOPATH=0 [2019-10-10T22:41:29.783Z] #34 0.467 + TMP_GOPATH= [2019-10-10T22:41:29.783Z] #34 0.467 + : /build [2019-10-10T22:41:29.783Z] #34 0.467 + '[' -z '' ']' [2019-10-10T22:41:29.783Z] #34 0.468 ++ mktemp -d [2019-10-10T22:41:29.783Z] #34 0.471 + export GOPATH=/tmp/tmp.Bt0sT4KqNC [2019-10-10T22:41:29.783Z] #34 0.471 + GOPATH=/tmp/tmp.Bt0sT4KqNC [2019-10-10T22:41:29.783Z] #34 0.471 + RM_GOPATH=1 [2019-10-10T22:41:29.783Z] #34 0.472 ++ dirname ./install.sh [2019-10-10T22:41:29.783Z] #34 0.475 + dir=. [2019-10-10T22:41:29.783Z] #34 0.475 + bin=tomlv [2019-10-10T22:41:29.783Z] #34 0.475 + shift [2019-10-10T22:41:29.783Z] #34 0.476 + '[' '!' -f ./tomlv.installer ']' [2019-10-10T22:41:29.783Z] #34 0.476 + . ./tomlv.installer [2019-10-10T22:41:29.783Z] #34 0.476 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-10T22:41:29.783Z] #34 0.477 + install_tomlv [2019-10-10T22:41:29.783Z] #34 0.477 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-10T22:41:29.783Z] #34 0.477 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-10T22:41:29.783Z] #34 0.477 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Bt0sT4KqNC/src/github.com/BurntSushi/toml [2019-10-10T22:41:29.783Z] #34 0.482 Cloning into '/tmp/tmp.Bt0sT4KqNC/src/github.com/BurntSushi/toml'... [2019-10-10T22:41:29.987Z] #56 4.753 + RM_GOPATH=0 [2019-10-10T22:41:29.987Z] #56 4.753 + TMP_GOPATH= [2019-10-10T22:41:29.987Z] #56 4.753 + : /build [2019-10-10T22:41:29.987Z] #56 4.753 + '[' -z '' ']' [2019-10-10T22:41:29.987Z] #56 4.754 ++ mktemp -d [2019-10-10T22:41:29.987Z] #56 4.758 + export GOPATH=/tmp/tmp.1BA1cXC06x [2019-10-10T22:41:29.987Z] #56 4.758 + GOPATH=/tmp/tmp.1BA1cXC06x [2019-10-10T22:41:29.987Z] #56 4.758 + RM_GOPATH=1 [2019-10-10T22:41:29.987Z] #56 4.759 ++ dirname ./install.sh [2019-10-10T22:41:29.987Z] #56 4.765 + dir=. [2019-10-10T22:41:29.987Z] #56 4.765 + bin=dockercli [2019-10-10T22:41:29.987Z] #56 4.765 + shift [2019-10-10T22:41:29.987Z] #56 4.765 + '[' '!' -f ./dockercli.installer ']' [2019-10-10T22:41:29.987Z] #56 4.765 + . ./dockercli.installer [2019-10-10T22:41:29.987Z] #56 4.766 ++ DOCKERCLI_CHANNEL=stable [2019-10-10T22:41:29.987Z] #56 4.766 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-10-10T22:41:29.987Z] #56 4.766 + install_dockercli [2019-10-10T22:41:29.987Z] #56 4.766 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-10T22:41:29.987Z] #56 4.768 ++ uname -m [2019-10-10T22:41:29.987Z] #56 4.769 + arch=aarch64 [2019-10-10T22:41:29.987Z] #56 4.769 + '[' aarch64 '!=' x86_64 ']' [2019-10-10T22:41:29.987Z] #56 4.769 + '[' aarch64 '!=' s390x ']' [2019-10-10T22:41:29.987Z] #56 4.769 + '[' aarch64 '!=' armhf ']' [2019-10-10T22:41:29.987Z] #56 4.769 + build_dockercli [2019-10-10T22:41:29.987Z] #56 4.769 + git clone https://github.com/docker/docker-ce /tmp/tmp.1BA1cXC06x/tmp/docker-ce [2019-10-10T22:41:29.988Z] #56 4.769 Install docker/cli version 17.06.2-ce from stable [2019-10-10T22:41:29.988Z] #56 4.781 Cloning into '/tmp/tmp.1BA1cXC06x/tmp/docker-ce'... [2019-10-10T22:41:30.562Z] #56 ... [2019-10-10T22:41:30.562Z] [2019-10-10T22:41:30.562Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:41:30.562Z] #36 4.889 + RM_GOPATH=0 [2019-10-10T22:41:30.562Z] #36 4.890 + TMP_GOPATH= [2019-10-10T22:41:30.562Z] #36 4.890 + : /build [2019-10-10T22:41:30.562Z] #36 4.891 + '[' -z '' ']' [2019-10-10T22:41:30.562Z] #36 4.894 ++ mktemp -d [2019-10-10T22:41:30.562Z] #36 4.907 + export GOPATH=/tmp/tmp.QHiMoz0WVy [2019-10-10T22:41:30.562Z] #36 4.907 + GOPATH=/tmp/tmp.QHiMoz0WVy [2019-10-10T22:41:30.562Z] #36 4.909 + RM_GOPATH=1 [2019-10-10T22:41:30.562Z] #36 4.909 ++ dirname ./install.sh [2019-10-10T22:41:30.562Z] #36 4.911 + dir=. [2019-10-10T22:41:30.562Z] #36 4.912 + bin=vndr [2019-10-10T22:41:30.562Z] #36 4.912 + shift [2019-10-10T22:41:30.562Z] #36 4.913 + '[' '!' -f ./vndr.installer ']' [2019-10-10T22:41:30.562Z] #36 4.913 + . ./vndr.installer [2019-10-10T22:41:30.562Z] #36 4.913 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-10T22:41:30.562Z] #36 4.913 + install_vndr [2019-10-10T22:41:30.562Z] #36 4.913 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-10T22:41:30.562Z] #36 4.913 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-10T22:41:30.562Z] #36 4.913 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.QHiMoz0WVy/src/github.com/LK4D4/vndr [2019-10-10T22:41:30.562Z] #36 4.919 Cloning into '/tmp/tmp.QHiMoz0WVy/src/github.com/LK4D4/vndr'... [2019-10-10T22:41:30.562Z] #36 6.024 + cd /tmp/tmp.QHiMoz0WVy/src/github.com/LK4D4/vndr [2019-10-10T22:41:30.562Z] #36 6.025 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-10T22:41:30.562Z] #36 6.034 + go build -buildmode=pie -v -o /build/vndr . [2019-10-10T22:41:31.672Z] #34 2.001 + cd /tmp/tmp.Bt0sT4KqNC/src/github.com/BurntSushi/toml [2019-10-10T22:41:31.673Z] #34 2.008 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-10T22:41:31.673Z] #34 2.016 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-10T22:41:31.948Z] #36 7.189 internal/cpu [2019-10-10T22:41:31.948Z] #36 7.226 internal/race [2019-10-10T22:41:31.948Z] #36 7.376 unicode [2019-10-10T22:41:32.071Z] #34 2.678 internal/cpu [2019-10-10T22:41:32.071Z] #34 2.709 runtime/internal/atomic [2019-10-10T22:41:32.071Z] #34 2.890 runtime/internal/sys [2019-10-10T22:41:32.209Z] #36 7.412 runtime/internal/atomic [2019-10-10T22:41:32.209Z] #36 7.597 sync/atomic [2019-10-10T22:41:32.481Z] #34 3.171 runtime/internal/math [2019-10-10T22:41:32.481Z] #34 3.228 math/bits [2019-10-10T22:41:32.778Z] #36 8.124 internal/bytealg [2019-10-10T22:41:32.778Z] #36 8.186 math [2019-10-10T22:41:32.779Z] #36 8.221 internal/testlog [2019-10-10T22:41:32.896Z] #34 3.629 internal/bytealg [2019-10-10T22:41:33.274Z] INFO [runner] worker.2 took 1m37.027013773s with stages: golint: 1m15.219933946s, gosec: 12.270522199s, gofmt: 4.021301926s, ineffassign: 2.696132638s, misspell: 1.551522827s, varcheck: 503.901909ms, deadcode: 406.611708ms, structcheck: 204.512365ms, unconvert: 152.460798ms, typecheck: 5.491µs [2019-10-10T22:41:33.302Z] #34 3.946 runtime [2019-10-10T22:41:33.302Z] #34 4.035 math [2019-10-10T22:41:33.349Z] #36 8.559 encoding [2019-10-10T22:41:33.349Z] #36 8.766 unicode/utf16 [2019-10-10T22:41:33.919Z] #36 9.215 container/list [2019-10-10T22:41:33.919Z] #36 9.256 runtime [2019-10-10T22:41:34.180Z] #36 ... [2019-10-10T22:41:34.180Z] [2019-10-10T22:41:34.180Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:41:34.180Z] #38 5.819 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:41:34.180Z] #38 5.820 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:41:34.180Z] #38 5.874 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:41:34.180Z] #38 5.879 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:41:34.180Z] #38 5.884 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:41:34.180Z] #38 6.616 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main arm64 Packages [482 kB] [2019-10-10T22:41:34.180Z] #38 8.044 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [27.3 kB] [2019-10-10T22:41:34.180Z] #38 8.925 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [6927 kB] [2019-10-10T22:41:34.441Z] #38 ... [2019-10-10T22:41:34.441Z] [2019-10-10T22:41:34.441Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:41:34.441Z] #9 4.859 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:41:34.441Z] #9 4.940 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:41:34.441Z] #9 4.967 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:41:34.441Z] #9 4.976 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:41:34.441Z] #9 5.025 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:41:34.441Z] #9 5.697 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main arm64 Packages [482 kB] [2019-10-10T22:41:34.441Z] #9 6.893 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [27.3 kB] [2019-10-10T22:41:34.441Z] #9 7.605 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [6927 kB] [2019-10-10T22:41:34.441Z] #9 ... [2019-10-10T22:41:34.441Z] [2019-10-10T22:41:34.441Z] #58 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:41:34.441Z] #58 3.895 + mktemp -d [2019-10-10T22:41:34.441Z] #58 3.895 + export GOPATH=/tmp/tmp.S39w9ibZoH [2019-10-10T22:41:34.441Z] #58 3.895 + git clone https://github.com/docker/distribution.git /tmp/tmp.S39w9ibZoH/src/github.com/docker/distribution [2019-10-10T22:41:34.441Z] #58 3.900 Cloning into '/tmp/tmp.S39w9ibZoH/src/github.com/docker/distribution'... [2019-10-10T22:41:34.702Z] #58 ... [2019-10-10T22:41:34.702Z] [2019-10-10T22:41:34.702Z] #27 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:41:34.702Z] #27 4.635 + RM_GOPATH=0 [2019-10-10T22:41:34.702Z] #27 4.635 + TMP_GOPATH= [2019-10-10T22:41:34.702Z] #27 4.635 + : /build [2019-10-10T22:41:34.702Z] #27 4.635 + '[' -z '' ']' [2019-10-10T22:41:34.702Z] #27 4.637 ++ mktemp -d [2019-10-10T22:41:34.702Z] #27 4.638 + export GOPATH=/tmp/tmp.AQ6ROYBajC [2019-10-10T22:41:34.702Z] #27 4.638 + GOPATH=/tmp/tmp.AQ6ROYBajC [2019-10-10T22:41:34.702Z] #27 4.638 + RM_GOPATH=1 [2019-10-10T22:41:34.702Z] #27 4.639 ++ dirname ./install.sh [2019-10-10T22:41:34.702Z] #27 4.642 Installing golangci-lint version v1.17.1 [2019-10-10T22:41:34.702Z] #27 4.642 + dir=. [2019-10-10T22:41:34.702Z] #27 4.642 + bin=golangci_lint [2019-10-10T22:41:34.702Z] #27 4.642 + shift [2019-10-10T22:41:34.702Z] #27 4.642 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-10T22:41:34.702Z] #27 4.642 + . ./golangci_lint.installer [2019-10-10T22:41:34.702Z] #27 4.642 ++ : v1.17.1 [2019-10-10T22:41:34.702Z] #27 4.642 + install_golangci_lint [2019-10-10T22:41:34.702Z] #27 4.642 + echo 'Installing golangci-lint version v1.17.1' [2019-10-10T22:41:34.702Z] #27 4.643 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-10T22:41:34.702Z] #27 ... [2019-10-10T22:41:34.702Z] [2019-10-10T22:41:34.702Z] #64 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-10T22:41:34.702Z] #64 4.084 + RM_GOPATH=0 [2019-10-10T22:41:34.702Z] #64 4.084 + TMP_GOPATH= [2019-10-10T22:41:34.702Z] #64 4.084 + : /build/ [2019-10-10T22:41:34.702Z] #64 4.084 + '[' -z '' ']' [2019-10-10T22:41:34.702Z] #64 4.084 ++ mktemp -d [2019-10-10T22:41:34.702Z] #64 4.086 + export GOPATH=/tmp/tmp.bzdPmoK3OI [2019-10-10T22:41:34.702Z] #64 4.086 + GOPATH=/tmp/tmp.bzdPmoK3OI [2019-10-10T22:41:34.702Z] #64 4.086 + RM_GOPATH=1 [2019-10-10T22:41:34.702Z] #64 4.089 ++ dirname ./install.sh [2019-10-10T22:41:34.702Z] #64 4.092 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-10T22:41:34.702Z] #64 4.092 + dir=. [2019-10-10T22:41:34.702Z] #64 4.092 + bin=rootlesskit [2019-10-10T22:41:34.702Z] #64 4.092 + shift [2019-10-10T22:41:34.702Z] #64 4.092 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-10T22:41:34.702Z] #64 4.092 + . ./rootlesskit.installer [2019-10-10T22:41:34.702Z] #64 4.092 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-10T22:41:34.702Z] #64 4.092 + install_rootlesskit [2019-10-10T22:41:34.702Z] #64 4.092 + case "$1" in [2019-10-10T22:41:34.702Z] #64 4.092 + export CGO_ENABLED=0 [2019-10-10T22:41:34.702Z] #64 4.092 + CGO_ENABLED=0 [2019-10-10T22:41:34.702Z] #64 4.092 + _install_rootlesskit [2019-10-10T22:41:34.702Z] #64 4.092 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-10T22:41:34.702Z] #64 4.092 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.bzdPmoK3OI/src/github.com/rootless-containers/rootlesskit [2019-10-10T22:41:34.702Z] #64 4.103 Cloning into '/tmp/tmp.bzdPmoK3OI/src/github.com/rootless-containers/rootlesskit'... [2019-10-10T22:41:34.702Z] #64 6.859 + cd /tmp/tmp.bzdPmoK3OI/src/github.com/rootless-containers/rootlesskit [2019-10-10T22:41:34.702Z] #64 6.859 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-10T22:41:34.702Z] #64 6.998 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-10T22:41:34.702Z] #64 6.998 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-10T22:41:34.963Z] #64 ... [2019-10-10T22:41:34.963Z] [2019-10-10T22:41:34.963Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-10T22:41:34.963Z] #20 5.084 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:41:34.963Z] #20 5.085 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:41:34.963Z] #20 5.121 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:41:34.963Z] #20 5.135 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:41:34.963Z] #20 5.157 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:41:34.963Z] #20 5.989 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main arm64 Packages [482 kB] [2019-10-10T22:41:34.963Z] #20 7.589 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [27.3 kB] [2019-10-10T22:41:34.963Z] #20 8.419 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [6927 kB] [2019-10-10T22:41:34.963Z] #20 ... [2019-10-10T22:41:34.963Z] [2019-10-10T22:41:34.963Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:41:34.963Z] #47 5.179 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:41:34.963Z] #47 5.185 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:41:34.963Z] #47 5.220 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:41:34.963Z] #47 5.242 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:41:34.963Z] #47 5.257 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:41:34.963Z] #47 6.071 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main arm64 Packages [482 kB] [2019-10-10T22:41:34.963Z] #47 7.418 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [27.3 kB] [2019-10-10T22:41:34.963Z] #47 8.260 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [6927 kB] [2019-10-10T22:41:35.172Z] INFO [runner] worker.1 took 1m40.954152003s with stages: megacheck: 47.567930983s, govet: 26.710112711s, goimports: 26.676084411s [2019-10-10T22:41:35.172Z] INFO [runner] Workers idle times: #2: 3.927046721s [2019-10-10T22:41:35.172Z] INFO [runner] Issues before processing: 1959, after processing: 0 [2019-10-10T22:41:35.172Z] INFO [runner] processing took 526.253934ms with stages: exclude: 195.017466ms, identifier_marker: 129.898391ms, autogenerated_exclude: 75.314274ms, path_prettifier: 45.122787ms, skip_dirs: 39.664337ms, nolint: 30.847487ms, cgo: 4.702496ms, filename_unadjuster: 4.141274ms, exclude-rules: 1.518992ms, diff: 5.259µs, source_code: 4.1µs, path_shortener: 3.405µs, uniq_by_line: 3.326µs, max_same_issues: 2.933µs, max_per_file_from_linter: 2.622µs, max_from_linter: 2.447µs, skip_files: 2.338µs [2019-10-10T22:41:35.172Z] INFO File cache stats: 1433 entries of total size 6.7MiB [2019-10-10T22:41:35.172Z] INFO Memory: 191 samples, avg is 1296.5MB, max is 5517.6MB [2019-10-10T22:41:35.172Z] INFO Execution took 2m13.871203029s [2019-10-10T22:41:35.224Z] #47 ... [2019-10-10T22:41:35.224Z] [2019-10-10T22:41:35.224Z] #30 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:41:35.224Z] #30 4.902 + RM_GOPATH=0 [2019-10-10T22:41:35.224Z] #30 4.902 + TMP_GOPATH= [2019-10-10T22:41:35.224Z] #30 4.902 + : /build [2019-10-10T22:41:35.224Z] #30 4.902 + '[' -z '' ']' [2019-10-10T22:41:35.224Z] #30 4.903 ++ mktemp -d [2019-10-10T22:41:35.224Z] #30 4.905 + export GOPATH=/tmp/tmp.IWt7UZQsZd [2019-10-10T22:41:35.224Z] #30 4.905 + GOPATH=/tmp/tmp.IWt7UZQsZd [2019-10-10T22:41:35.224Z] #30 4.906 + RM_GOPATH=1 [2019-10-10T22:41:35.224Z] #30 4.907 ++ dirname ./install.sh [2019-10-10T22:41:35.224Z] #30 4.908 + dir=. [2019-10-10T22:41:35.224Z] #30 4.909 + bin=gotestsum [2019-10-10T22:41:35.224Z] #30 4.909 + shift [2019-10-10T22:41:35.224Z] #30 4.909 + '[' '!' -f ./gotestsum.installer ']' [2019-10-10T22:41:35.224Z] #30 4.910 + . ./gotestsum.installer [2019-10-10T22:41:35.224Z] #30 4.910 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-10-10T22:41:35.224Z] #30 4.911 + install_gotestsum [2019-10-10T22:41:35.224Z] #30 4.911 + echo 'Installing gotestsum version v0.3.5' [2019-10-10T22:41:35.224Z] #30 4.912 Installing gotestsum version v0.3.5 [2019-10-10T22:41:35.224Z] #30 4.912 + go get -d gotest.tools/gotestsum [2019-10-10T22:41:35.224Z] #30 ... [2019-10-10T22:41:35.224Z] [2019-10-10T22:41:35.224Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:41:35.224Z] #60 5.566 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:41:35.224Z] #60 5.568 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:41:35.224Z] #60 5.603 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:41:35.224Z] #60 5.615 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:41:35.224Z] #60 5.627 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:41:35.224Z] #60 6.329 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main arm64 Packages [482 kB] [2019-10-10T22:41:35.224Z] #60 7.840 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [27.3 kB] [2019-10-10T22:41:35.224Z] #60 8.808 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [6927 kB] [2019-10-10T22:41:35.485Z] #60 ... [2019-10-10T22:41:35.485Z] [2019-10-10T22:41:35.485Z] #53 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:41:35.485Z] #53 4.629 + RM_GOPATH=0 [2019-10-10T22:41:35.485Z] #53 4.630 + TMP_GOPATH= [2019-10-10T22:41:35.485Z] #53 4.630 + : /build [2019-10-10T22:41:35.485Z] #53 4.630 + '[' -z '' ']' [2019-10-10T22:41:35.485Z] #53 4.633 ++ mktemp -d [2019-10-10T22:41:35.485Z] #53 4.639 + export GOPATH=/tmp/tmp.tK04UYHtcP [2019-10-10T22:41:35.485Z] #53 4.639 + GOPATH=/tmp/tmp.tK04UYHtcP [2019-10-10T22:41:35.485Z] #53 4.639 + RM_GOPATH=1 [2019-10-10T22:41:35.485Z] #53 4.652 ++ dirname ./install.sh [2019-10-10T22:41:35.485Z] #53 4.655 + dir=. [2019-10-10T22:41:35.485Z] #53 4.655 + bin=proxy [2019-10-10T22:41:35.485Z] #53 4.655 + shift [2019-10-10T22:41:35.485Z] #53 4.655 + '[' '!' -f ./proxy.installer ']' [2019-10-10T22:41:35.485Z] #53 4.655 + . ./proxy.installer [2019-10-10T22:41:35.485Z] #53 4.655 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-10-10T22:41:35.485Z] #53 4.655 + install_proxy [2019-10-10T22:41:35.485Z] #53 4.655 + case "$1" in [2019-10-10T22:41:35.485Z] #53 4.655 + export CGO_ENABLED=0 [2019-10-10T22:41:35.485Z] #53 4.655 + CGO_ENABLED=0 [2019-10-10T22:41:35.485Z] #53 4.655 + _install_proxy [2019-10-10T22:41:35.485Z] #53 4.655 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-10-10T22:41:35.485Z] #53 4.655 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.tK04UYHtcP/src/github.com/docker/libnetwork [2019-10-10T22:41:35.485Z] #53 4.655 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-10T22:41:35.485Z] #53 4.685 Cloning into '/tmp/tmp.tK04UYHtcP/src/github.com/docker/libnetwork'... [2019-10-10T22:41:35.735Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-10-10T22:41:35.735Z] No api/types/ or api/swagger.yaml changes in diff. [2019-10-10T22:41:35.735Z] Congratulations! All toml source files changed here have valid syntax. [2019-10-10T22:41:35.735Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-10-10T22:41:35.736Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2019-10-10T22:41:35.746Z] #53 ... [2019-10-10T22:41:35.746Z] [2019-10-10T22:41:35.746Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:41:35.746Z] #33 4.668 + RM_GOPATH=0 [2019-10-10T22:41:35.746Z] #33 4.668 + TMP_GOPATH= [2019-10-10T22:41:35.746Z] #33 4.668 + : /build [2019-10-10T22:41:35.746Z] #33 4.668 + '[' -z '' ']' [2019-10-10T22:41:35.746Z] #33 4.668 ++ mktemp -d [2019-10-10T22:41:35.746Z] #33 4.670 + export GOPATH=/tmp/tmp.EbOzX628Y0 [2019-10-10T22:41:35.746Z] #33 4.670 + GOPATH=/tmp/tmp.EbOzX628Y0 [2019-10-10T22:41:35.746Z] #33 4.670 + RM_GOPATH=1 [2019-10-10T22:41:35.746Z] #33 4.670 ++ dirname ./install.sh [2019-10-10T22:41:35.746Z] #33 4.672 + dir=. [2019-10-10T22:41:35.746Z] #33 4.672 + bin=tomlv [2019-10-10T22:41:35.746Z] #33 4.672 + shift [2019-10-10T22:41:35.746Z] #33 4.672 + '[' '!' -f ./tomlv.installer ']' [2019-10-10T22:41:35.746Z] #33 4.672 + . ./tomlv.installer [2019-10-10T22:41:35.746Z] #33 4.672 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-10T22:41:35.746Z] #33 4.672 + install_tomlv [2019-10-10T22:41:35.746Z] #33 4.672 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-10T22:41:35.746Z] #33 4.672 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.EbOzX628Y0/src/github.com/BurntSushi/toml [2019-10-10T22:41:35.746Z] #33 4.672 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-10T22:41:35.746Z] #33 4.681 Cloning into '/tmp/tmp.EbOzX628Y0/src/github.com/BurntSushi/toml'... [2019-10-10T22:41:35.746Z] #33 5.832 + cd /tmp/tmp.EbOzX628Y0/src/github.com/BurntSushi/toml [2019-10-10T22:41:35.746Z] #33 5.838 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-10T22:41:35.746Z] #33 5.846 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-10T22:41:35.746Z] #33 6.681 runtime/internal/sys [2019-10-10T22:41:35.746Z] #33 6.736 math/bits [2019-10-10T22:41:35.746Z] #33 6.772 runtime/internal/atomic [2019-10-10T22:41:35.746Z] #33 6.887 internal/cpu [2019-10-10T22:41:35.746Z] #33 7.056 runtime/internal/math [2019-10-10T22:41:35.746Z] #33 7.140 unicode/utf8 [2019-10-10T22:41:35.746Z] #33 7.673 sync/atomic [2019-10-10T22:41:35.746Z] #33 7.757 unicode [2019-10-10T22:41:35.746Z] #33 7.869 math [2019-10-10T22:41:35.746Z] #33 7.891 internal/bytealg [2019-10-10T22:41:35.746Z] #33 8.758 encoding [2019-10-10T22:41:35.746Z] #33 9.065 runtime/cgo [2019-10-10T22:41:35.746Z] #33 9.195 runtime [2019-10-10T22:41:35.746Z] #33 ... [2019-10-10T22:41:35.746Z] [2019-10-10T22:41:35.746Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:41:35.746Z] #36 10.35 crypto/internal/subtle [2019-10-10T22:41:35.746Z] #36 10.77 crypto/subtle [2019-10-10T22:41:36.006Z] #36 11.26 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-10T22:41:36.006Z] #36 11.51 internal/nettrace [2019-10-10T22:41:36.267Z] #36 11.68 runtime/cgo [2019-10-10T22:41:36.267Z] #36 11.71 vendor/golang.org/x/crypto/internal/subtle [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-10-10T22:41:37.566Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40062/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 hack/make.sh dynbinary-daemon test-docker-py [2019-10-10T22:41:38.498Z] [2019-10-10T22:41:38.988Z] #34 ... [2019-10-10T22:41:38.988Z] [2019-10-10T22:41:38.988Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:41:38.988Z] #59 0.516 + mktemp -d [2019-10-10T22:41:38.988Z] #59 0.518 + export GOPATH=/tmp/tmp.UEp7LYjtaS [2019-10-10T22:41:38.988Z] #59 0.518 + git clone https://github.com/docker/distribution.git /tmp/tmp.UEp7LYjtaS/src/github.com/docker/distribution [2019-10-10T22:41:38.988Z] #59 0.519 Cloning into '/tmp/tmp.UEp7LYjtaS/src/github.com/docker/distribution'... [2019-10-10T22:41:39.061Z] Removing bundles/ [2019-10-10T22:41:39.061Z] [2019-10-10T22:41:39.061Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-10T22:41:39.061Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-10T22:41:39.061Z] GOOS="" GOARCH="" GOARM="" [2019-10-10T22:41:39.062Z] #36 ... [2019-10-10T22:41:39.062Z] [2019-10-10T22:41:39.063Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:41:39.063Z] #18 4.961 + mktemp -d [2019-10-10T22:41:39.063Z] #18 4.964 + export GOPATH=/tmp/tmp.nAyQDYXR6q [2019-10-10T22:41:39.063Z] #18 4.964 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.nAyQDYXR6q/src/github.com/go-swagger/go-swagger [2019-10-10T22:41:39.063Z] #18 4.976 Cloning into '/tmp/tmp.nAyQDYXR6q/src/github.com/go-swagger/go-swagger'... [2019-10-10T22:41:39.323Z] #18 ... [2019-10-10T22:41:39.323Z] [2019-10-10T22:41:39.323Z] #58 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:41:39.323Z] #58 14.34 + cd /tmp/tmp.S39w9ibZoH/src/github.com/docker/distribution [2019-10-10T22:41:39.323Z] #58 14.34 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-10T22:41:39.403Z] #59 ... [2019-10-10T22:41:39.403Z] [2019-10-10T22:41:39.403Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:41:39.403Z] #57 0.544 + RM_GOPATH=0 [2019-10-10T22:41:39.403Z] #57 0.544 + TMP_GOPATH= [2019-10-10T22:41:39.403Z] #57 0.544 + : /build [2019-10-10T22:41:39.403Z] #57 0.544 + '[' -z '' ']' [2019-10-10T22:41:39.403Z] #57 0.545 ++ mktemp -d [2019-10-10T22:41:39.403Z] #57 0.546 + export GOPATH=/tmp/tmp.T8MpR0ZhCG [2019-10-10T22:41:39.403Z] #57 0.547 + GOPATH=/tmp/tmp.T8MpR0ZhCG [2019-10-10T22:41:39.403Z] #57 0.547 + RM_GOPATH=1 [2019-10-10T22:41:39.403Z] #57 0.548 ++ dirname ./install.sh [2019-10-10T22:41:39.403Z] #57 0.554 + dir=. [2019-10-10T22:41:39.403Z] #57 0.555 + bin=dockercli [2019-10-10T22:41:39.403Z] #57 0.555 + shift [2019-10-10T22:41:39.403Z] #57 0.555 + '[' '!' -f ./dockercli.installer ']' [2019-10-10T22:41:39.403Z] #57 0.556 + . ./dockercli.installer [2019-10-10T22:41:39.403Z] #57 0.557 ++ DOCKERCLI_CHANNEL=stable [2019-10-10T22:41:39.403Z] #57 0.557 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-10-10T22:41:39.403Z] #57 0.559 + install_dockercli [2019-10-10T22:41:39.403Z] #57 0.560 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-10T22:41:39.403Z] #57 0.560 Install docker/cli version 17.06.2-ce from stable [2019-10-10T22:41:39.403Z] #57 0.562 ++ uname -m [2019-10-10T22:41:39.403Z] #57 0.566 + arch=s390x [2019-10-10T22:41:39.403Z] #57 0.567 + '[' s390x '!=' x86_64 ']' [2019-10-10T22:41:39.403Z] #57 0.567 + '[' s390x '!=' s390x ']' [2019-10-10T22:41:39.403Z] #57 0.567 + url=https://download.docker.com/linux/static [2019-10-10T22:41:39.403Z] #57 0.592 + tar -xz docker/docker [2019-10-10T22:41:39.403Z] #57 0.598 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-10-10T22:41:39.403Z] #57 9.873 + mkdir -p /build [2019-10-10T22:41:39.403Z] #57 9.875 + mv docker/docker /build/ [2019-10-10T22:41:39.403Z] #57 9.876 + rmdir docker [2019-10-10T22:41:39.403Z] #57 DONE 10.0s [2019-10-10T22:41:39.403Z] [2019-10-10T22:41:39.403Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:41:39.403Z] #31 0.537 + RM_GOPATH=0 [2019-10-10T22:41:39.403Z] #31 0.537 + TMP_GOPATH= [2019-10-10T22:41:39.403Z] #31 0.537 + : /build [2019-10-10T22:41:39.403Z] #31 0.537 + '[' -z '' ']' [2019-10-10T22:41:39.403Z] #31 0.538 ++ mktemp -d [2019-10-10T22:41:39.403Z] #31 0.543 + export GOPATH=/tmp/tmp.ua33JOWWBa [2019-10-10T22:41:39.403Z] #31 0.543 + GOPATH=/tmp/tmp.ua33JOWWBa [2019-10-10T22:41:39.403Z] #31 0.543 + RM_GOPATH=1 [2019-10-10T22:41:39.403Z] #31 0.544 ++ dirname ./install.sh [2019-10-10T22:41:39.403Z] #31 0.549 + dir=. [2019-10-10T22:41:39.403Z] #31 0.549 + bin=gotestsum [2019-10-10T22:41:39.403Z] #31 0.549 + shift [2019-10-10T22:41:39.403Z] #31 0.549 + '[' '!' -f ./gotestsum.installer ']' [2019-10-10T22:41:39.403Z] #31 0.549 + . ./gotestsum.installer [2019-10-10T22:41:39.403Z] #31 0.549 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-10-10T22:41:39.403Z] #31 0.551 Installing gotestsum version v0.3.5 [2019-10-10T22:41:39.403Z] #31 0.551 + install_gotestsum [2019-10-10T22:41:39.403Z] #31 0.551 + echo 'Installing gotestsum version v0.3.5' [2019-10-10T22:41:39.403Z] #31 0.551 + go get -d gotest.tools/gotestsum [2019-10-10T22:41:39.403Z] #31 ... [2019-10-10T22:41:39.403Z] [2019-10-10T22:41:39.403Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:41:39.403Z] #48 0.532 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:41:39.403Z] #48 0.543 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:41:39.403Z] #48 0.577 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:41:39.403Z] #48 0.590 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:41:39.403Z] #48 0.611 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:41:39.403Z] #48 1.084 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-10T22:41:39.403Z] #48 2.475 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-10T22:41:39.403Z] #48 3.422 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-10T22:41:39.403Z] #48 ... [2019-10-10T22:41:39.403Z] [2019-10-10T22:41:39.403Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-10T22:41:39.403Z] #65 0.527 + RM_GOPATH=0 [2019-10-10T22:41:39.403Z] #65 0.527 + TMP_GOPATH= [2019-10-10T22:41:39.403Z] #65 0.527 + : /build/ [2019-10-10T22:41:39.403Z] #65 0.527 + '[' -z '' ']' [2019-10-10T22:41:39.403Z] #65 0.527 ++ mktemp -d [2019-10-10T22:41:39.403Z] #65 0.530 + export GOPATH=/tmp/tmp.4sYYqcUa43 [2019-10-10T22:41:39.403Z] #65 0.530 + GOPATH=/tmp/tmp.4sYYqcUa43 [2019-10-10T22:41:39.403Z] #65 0.530 + RM_GOPATH=1 [2019-10-10T22:41:39.403Z] #65 0.531 ++ dirname ./install.sh [2019-10-10T22:41:39.403Z] #65 0.533 + dir=. [2019-10-10T22:41:39.403Z] #65 0.533 + bin=rootlesskit [2019-10-10T22:41:39.403Z] #65 0.534 + shift [2019-10-10T22:41:39.403Z] #65 0.534 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-10T22:41:39.403Z] #65 0.534 + . ./rootlesskit.installer [2019-10-10T22:41:39.403Z] #65 0.534 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-10T22:41:39.403Z] #65 0.535 + install_rootlesskit [2019-10-10T22:41:39.403Z] #65 0.535 + case "$1" in [2019-10-10T22:41:39.403Z] #65 0.535 + export CGO_ENABLED=0 [2019-10-10T22:41:39.403Z] #65 0.535 + CGO_ENABLED=0 [2019-10-10T22:41:39.403Z] #65 0.535 + _install_rootlesskit [2019-10-10T22:41:39.403Z] #65 0.535 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-10T22:41:39.403Z] #65 0.536 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.4sYYqcUa43/src/github.com/rootless-containers/rootlesskit [2019-10-10T22:41:39.403Z] #65 0.536 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-10T22:41:39.403Z] #65 0.541 Cloning into '/tmp/tmp.4sYYqcUa43/src/github.com/rootless-containers/rootlesskit'... [2019-10-10T22:41:39.403Z] #65 3.892 + cd /tmp/tmp.4sYYqcUa43/src/github.com/rootless-containers/rootlesskit [2019-10-10T22:41:39.403Z] #65 3.893 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-10T22:41:39.403Z] #65 4.183 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-10T22:41:39.403Z] #65 4.185 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-10T22:41:39.837Z] #65 ... [2019-10-10T22:41:39.837Z] [2019-10-10T22:41:39.837Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-10T22:41:39.837Z] #21 0.418 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:41:39.837Z] #21 0.429 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:41:39.837Z] #21 0.483 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:41:39.837Z] #21 0.497 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:41:39.837Z] #21 0.512 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:41:39.837Z] #21 0.664 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-10T22:41:39.837Z] #21 1.848 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-10T22:41:39.837Z] #21 2.700 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-10T22:41:39.837Z] #21 ... [2019-10-10T22:41:39.837Z] [2019-10-10T22:41:39.837Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:41:39.837Z] #37 0.507 + RM_GOPATH=0 [2019-10-10T22:41:39.837Z] #37 0.507 + TMP_GOPATH= [2019-10-10T22:41:39.837Z] #37 0.507 + : /build [2019-10-10T22:41:39.837Z] #37 0.508 + '[' -z '' ']' [2019-10-10T22:41:39.837Z] #37 0.508 ++ mktemp -d [2019-10-10T22:41:39.837Z] #37 0.510 + export GOPATH=/tmp/tmp.kd1t6fa4V8 [2019-10-10T22:41:39.837Z] #37 0.510 + GOPATH=/tmp/tmp.kd1t6fa4V8 [2019-10-10T22:41:39.837Z] #37 0.510 + RM_GOPATH=1 [2019-10-10T22:41:39.837Z] #37 0.510 ++ dirname ./install.sh [2019-10-10T22:41:39.837Z] #37 0.512 + dir=. [2019-10-10T22:41:39.837Z] #37 0.512 + bin=vndr [2019-10-10T22:41:39.837Z] #37 0.512 + shift [2019-10-10T22:41:39.837Z] #37 0.513 + '[' '!' -f ./vndr.installer ']' [2019-10-10T22:41:39.837Z] #37 0.513 + . ./vndr.installer [2019-10-10T22:41:39.837Z] #37 0.513 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-10T22:41:39.837Z] #37 0.513 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-10T22:41:39.837Z] #37 0.513 + install_vndr [2019-10-10T22:41:39.837Z] #37 0.513 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-10T22:41:39.837Z] #37 0.513 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.kd1t6fa4V8/src/github.com/LK4D4/vndr [2019-10-10T22:41:39.837Z] #37 0.543 Cloning into '/tmp/tmp.kd1t6fa4V8/src/github.com/LK4D4/vndr'... [2019-10-10T22:41:39.837Z] #37 1.602 + cd /tmp/tmp.kd1t6fa4V8/src/github.com/LK4D4/vndr [2019-10-10T22:41:39.837Z] #37 1.602 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-10T22:41:39.837Z] #37 1.624 + go build -buildmode=pie -v -o /build/vndr . [2019-10-10T22:41:39.837Z] #37 2.671 internal/cpu [2019-10-10T22:41:39.837Z] #37 2.673 runtime/internal/atomic [2019-10-10T22:41:39.837Z] #37 2.872 runtime/internal/sys [2019-10-10T22:41:39.837Z] #37 3.175 runtime/internal/math [2019-10-10T22:41:39.837Z] #37 3.226 internal/race [2019-10-10T22:41:39.837Z] #37 3.304 sync/atomic [2019-10-10T22:41:39.837Z] #37 3.522 internal/bytealg [2019-10-10T22:41:39.837Z] #37 3.634 unicode [2019-10-10T22:41:39.837Z] #37 4.235 runtime [2019-10-10T22:41:39.837Z] #37 8.404 unicode/utf8 [2019-10-10T22:41:39.837Z] #37 9.043 math [2019-10-10T22:41:39.837Z] #37 ... [2019-10-10T22:41:39.837Z] [2019-10-10T22:41:39.837Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:41:39.837Z] #61 0.497 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:41:39.837Z] #61 0.507 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:41:39.837Z] #61 0.538 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:41:39.837Z] #61 0.548 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:41:39.837Z] #61 0.567 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:41:39.837Z] #61 0.936 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-10T22:41:39.837Z] #61 2.268 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-10T22:41:39.837Z] #61 3.164 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-10T22:41:40.253Z] #61 ... [2019-10-10T22:41:40.253Z] [2019-10-10T22:41:40.253Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:41:40.253Z] #54 0.522 + RM_GOPATH=0 [2019-10-10T22:41:40.253Z] #54 0.522 + TMP_GOPATH= [2019-10-10T22:41:40.253Z] #54 0.522 + : /build [2019-10-10T22:41:40.253Z] #54 0.522 + '[' -z '' ']' [2019-10-10T22:41:40.253Z] #54 0.532 ++ mktemp -d [2019-10-10T22:41:40.253Z] #54 0.537 + export GOPATH=/tmp/tmp.N7hh7bX2mk [2019-10-10T22:41:40.253Z] #54 0.537 + GOPATH=/tmp/tmp.N7hh7bX2mk [2019-10-10T22:41:40.253Z] #54 0.537 + RM_GOPATH=1 [2019-10-10T22:41:40.253Z] #54 0.538 ++ dirname ./install.sh [2019-10-10T22:41:40.253Z] #54 0.542 + dir=. [2019-10-10T22:41:40.253Z] #54 0.542 + bin=proxy [2019-10-10T22:41:40.253Z] #54 0.543 + shift [2019-10-10T22:41:40.253Z] #54 0.543 + '[' '!' -f ./proxy.installer ']' [2019-10-10T22:41:40.253Z] #54 0.543 + . ./proxy.installer [2019-10-10T22:41:40.253Z] #54 0.543 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-10-10T22:41:40.253Z] #54 0.544 + install_proxy [2019-10-10T22:41:40.253Z] #54 0.544 + case "$1" in [2019-10-10T22:41:40.253Z] #54 0.544 + export CGO_ENABLED=0 [2019-10-10T22:41:40.253Z] #54 0.544 + CGO_ENABLED=0 [2019-10-10T22:41:40.253Z] #54 0.544 + _install_proxy [2019-10-10T22:41:40.253Z] #54 0.544 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-10-10T22:41:40.253Z] #54 0.544 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.N7hh7bX2mk/src/github.com/docker/libnetwork [2019-10-10T22:41:40.253Z] #54 0.544 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-10T22:41:40.253Z] #54 0.553 Cloning into '/tmp/tmp.N7hh7bX2mk/src/github.com/docker/libnetwork'... [2019-10-10T22:41:40.253Z] #54 ... [2019-10-10T22:41:40.253Z] [2019-10-10T22:41:40.253Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:41:40.253Z] #28 0.583 + RM_GOPATH=0 [2019-10-10T22:41:40.253Z] #28 0.583 + TMP_GOPATH= [2019-10-10T22:41:40.253Z] #28 0.583 + : /build [2019-10-10T22:41:40.253Z] #28 0.583 + '[' -z '' ']' [2019-10-10T22:41:40.253Z] #28 0.585 ++ mktemp -d [2019-10-10T22:41:40.253Z] #28 0.589 + export GOPATH=/tmp/tmp.cR2o7nkJWQ [2019-10-10T22:41:40.253Z] #28 0.589 + GOPATH=/tmp/tmp.cR2o7nkJWQ [2019-10-10T22:41:40.253Z] #28 0.589 + RM_GOPATH=1 [2019-10-10T22:41:40.253Z] #28 0.590 ++ dirname ./install.sh [2019-10-10T22:41:40.253Z] #28 0.591 + dir=. [2019-10-10T22:41:40.253Z] #28 0.591 + bin=golangci_lint [2019-10-10T22:41:40.253Z] #28 0.591 + shift [2019-10-10T22:41:40.253Z] #28 0.591 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-10T22:41:40.253Z] #28 0.591 + . ./golangci_lint.installer [2019-10-10T22:41:40.253Z] #28 0.592 ++ : v1.17.1 [2019-10-10T22:41:40.253Z] #28 0.593 + install_golangci_lint [2019-10-10T22:41:40.253Z] #28 0.593 + echo 'Installing golangci-lint version v1.17.1' [2019-10-10T22:41:40.253Z] #28 0.594 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-10T22:41:40.253Z] #28 0.594 Installing golangci-lint version v1.17.1 [2019-10-10T22:41:40.253Z] #28 ... [2019-10-10T22:41:40.253Z] [2019-10-10T22:41:40.253Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:41:40.253Z] #39 0.880 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:41:40.253Z] #39 0.890 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:41:40.253Z] #39 0.934 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:41:40.253Z] #39 0.954 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:41:40.253Z] #39 1.059 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:41:40.253Z] #39 1.924 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-10T22:41:40.253Z] #39 3.399 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-10T22:41:40.253Z] #39 4.217 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-10T22:41:40.676Z] #39 ... [2019-10-10T22:41:40.676Z] [2019-10-10T22:41:40.676Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:41:40.676Z] #19 0.756 + mktemp -d [2019-10-10T22:41:40.676Z] #19 0.760 + export GOPATH=/tmp/tmp.2TsYzfhKLd [2019-10-10T22:41:40.676Z] #19 0.760 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.2TsYzfhKLd/src/github.com/go-swagger/go-swagger [2019-10-10T22:41:40.676Z] #19 0.764 Cloning into '/tmp/tmp.2TsYzfhKLd/src/github.com/go-swagger/go-swagger'... [2019-10-10T22:41:40.676Z] #19 ... [2019-10-10T22:41:40.676Z] [2019-10-10T22:41:40.676Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:41:40.676Z] #10 0.492 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:41:40.676Z] #10 0.503 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:41:40.676Z] #10 0.551 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:41:40.676Z] #10 0.572 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:41:40.676Z] #10 0.593 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:41:40.676Z] #10 1.062 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-10T22:41:40.677Z] #10 2.465 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-10T22:41:40.677Z] #10 3.194 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-10T22:41:40.677Z] #10 ... [2019-10-10T22:41:40.677Z] [2019-10-10T22:41:40.677Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:41:40.677Z] #34 10.88 internal/testlog [2019-10-10T22:41:40.677Z] #34 11.30 encoding [2019-10-10T22:41:40.677Z] #34 11.37 runtime/cgo [2019-10-10T22:41:41.285Z] #58 16.79 + GOPATH=/tmp/tmp.S39w9ibZoH/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.S39w9ibZoH go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-10T22:41:45.512Z] #58 ... [2019-10-10T22:41:45.512Z] [2019-10-10T22:41:45.512Z] #27 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:41:45.512Z] #27 20.22 + cd /tmp/tmp.AQ6ROYBajC/src/github.com/golangci/golangci-lint/ [2019-10-10T22:41:45.512Z] #27 20.22 + git checkout -q v1.17.1 [2019-10-10T22:41:45.789Z] #27 21.29 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-10T22:41:45.950Z] #34 ... [2019-10-10T22:41:45.950Z] [2019-10-10T22:41:45.950Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:41:45.950Z] #37 14.23 unicode/utf16 [2019-10-10T22:41:45.950Z] #37 14.49 container/list [2019-10-10T22:41:45.950Z] #37 15.06 crypto/internal/subtle [2019-10-10T22:41:45.950Z] #37 15.18 crypto/subtle [2019-10-10T22:41:45.950Z] #37 15.25 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-10T22:41:45.950Z] #37 15.31 internal/nettrace [2019-10-10T22:41:45.950Z] #37 15.38 runtime/cgo [2019-10-10T22:41:47.707Z] #27 ... [2019-10-10T22:41:47.707Z] [2019-10-10T22:41:47.707Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:41:47.707Z] #9 13.19 Fetched 7742 kB in 9s (832 kB/s) [2019-10-10T22:41:47.707Z] #9 13.19 Reading package lists... [2019-10-10T22:41:47.707Z] #9 20.34 Reading package lists... [2019-10-10T22:41:47.707Z] #9 ... [2019-10-10T22:41:47.707Z] [2019-10-10T22:41:47.707Z] #53 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:41:47.707Z] #53 17.96 + cd /tmp/tmp.tK04UYHtcP/src/github.com/docker/libnetwork [2019-10-10T22:41:47.707Z] #53 17.96 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-10T22:41:47.707Z] #53 18.39 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-10T22:41:49.621Z] #53 ... [2019-10-10T22:41:49.621Z] [2019-10-10T22:41:49.621Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:41:49.621Z] #47 15.25 Fetched 7742 kB in 11s (692 kB/s) [2019-10-10T22:41:49.621Z] #47 15.25 Reading package lists... [2019-10-10T22:41:49.621Z] #47 20.77 Reading package lists... [2019-10-10T22:41:49.621Z] #47 ... [2019-10-10T22:41:49.621Z] [2019-10-10T22:41:49.621Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:41:49.621Z] #9 20.34 Reading package lists... [2019-10-10T22:41:49.882Z] #9 25.49 Building dependency tree... [2019-10-10T22:41:49.882Z] #9 ... [2019-10-10T22:41:49.882Z] [2019-10-10T22:41:49.882Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-10T22:41:49.882Z] #20 15.59 Fetched 7742 kB in 11s (667 kB/s) [2019-10-10T22:41:49.882Z] #20 15.59 Reading package lists... [2019-10-10T22:41:49.882Z] #20 22.11 Reading package lists... [2019-10-10T22:41:49.882Z] #20 ... [2019-10-10T22:41:49.882Z] [2019-10-10T22:41:49.882Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:41:49.882Z] #38 17.45 Fetched 7742 kB in 12s (609 kB/s) [2019-10-10T22:41:49.882Z] #38 17.45 Reading package lists... [2019-10-10T22:41:50.144Z] #38 23.26 Reading package lists... [2019-10-10T22:41:50.144Z] #38 ... [2019-10-10T22:41:50.144Z] [2019-10-10T22:41:50.144Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:41:50.144Z] #47 20.77 Reading package lists... [2019-10-10T22:41:50.394Z] #37 ... [2019-10-10T22:41:50.394Z] [2019-10-10T22:41:50.394Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:41:50.394Z] #59 12.83 + cd /tmp/tmp.UEp7LYjtaS/src/github.com/docker/distribution [2019-10-10T22:41:50.394Z] #59 12.83 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-10T22:41:50.394Z] #59 14.40 + GOPATH=/tmp/tmp.UEp7LYjtaS/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.UEp7LYjtaS go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-10T22:41:50.814Z] #59 ... [2019-10-10T22:41:50.814Z] [2019-10-10T22:41:50.814Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:41:50.814Z] #48 12.41 Fetched 7670 kB in 11s (646 kB/s) [2019-10-10T22:41:50.814Z] #48 12.41 Reading package lists... [2019-10-10T22:41:50.814Z] #48 15.89 Reading package lists... [2019-10-10T22:41:50.814Z] #48 20.15 Building dependency tree... [2019-10-10T22:41:50.814Z] #48 21.39 The following additional packages will be installed: [2019-10-10T22:41:50.814Z] #48 21.39 btrfs-progs liblzo2-2 [2019-10-10T22:41:50.814Z] #48 21.57 The following NEW packages will be installed: [2019-10-10T22:41:50.814Z] #48 21.59 btrfs-progs btrfs-tools liblzo2-2 [2019-10-10T22:41:50.814Z] #48 21.72 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:41:50.814Z] #48 21.72 Need to get 668 kB of archives. [2019-10-10T22:41:50.814Z] #48 21.72 After this operation, 5446 kB of additional disk space will be used. [2019-10-10T22:41:50.814Z] #48 21.72 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-10T22:41:50.814Z] #48 21.75 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-10-10T22:41:50.814Z] #48 21.78 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-10-10T22:41:50.984Z] #47 26.10 Building dependency tree... [2019-10-10T22:41:50.984Z] #47 ... [2019-10-10T22:41:50.984Z] [2019-10-10T22:41:50.984Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:41:50.984Z] #60 16.55 Fetched 7742 kB in 12s (645 kB/s) [2019-10-10T22:41:50.984Z] #60 16.55 Reading package lists... [2019-10-10T22:41:50.984Z] #60 22.36 Reading package lists... [2019-10-10T22:41:50.984Z] #60 ... [2019-10-10T22:41:50.984Z] [2019-10-10T22:41:50.984Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:41:50.984Z] #9 25.49 Building dependency tree... [2019-10-10T22:41:51.666Z] #48 22.67 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:41:51.666Z] #48 22.72 Fetched 668 kB in 0s (4839 kB/s) [2019-10-10T22:41:51.666Z] #48 22.83 Selecting previously unselected package liblzo2-2:s390x. [2019-10-10T22:41:51.666Z] #48 22.83 (Reading database ... (Reading database ... 5% [2019-10-10T22:41:51.666Z] #48 ... [2019-10-10T22:41:51.666Z] [2019-10-10T22:41:51.666Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-10T22:41:51.666Z] #21 12.81 Fetched 7670 kB in 12s (617 kB/s) [2019-10-10T22:41:51.666Z] #21 12.81 Reading package lists... [2019-10-10T22:41:51.666Z] #21 16.93 Reading package lists... [2019-10-10T22:41:51.666Z] #21 21.49 Building dependency tree... [2019-10-10T22:41:51.666Z] #21 22.61 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-10T22:41:51.666Z] #21 22.61 The following additional packages will be installed: [2019-10-10T22:41:51.666Z] #21 22.62 libjq1 libonig4 [2019-10-10T22:41:52.071Z] #21 22.91 The following NEW packages will be installed: [2019-10-10T22:41:52.071Z] #21 22.91 jq libjq1 libonig4 [2019-10-10T22:41:52.071Z] #21 ... [2019-10-10T22:41:52.071Z] [2019-10-10T22:41:52.071Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:41:52.071Z] #10 12.85 Fetched 7670 kB in 12s (621 kB/s) [2019-10-10T22:41:52.071Z] #10 12.85 Reading package lists... [2019-10-10T22:41:52.071Z] #10 17.05 Reading package lists... [2019-10-10T22:41:52.071Z] #10 21.55 Building dependency tree... [2019-10-10T22:41:52.071Z] #10 22.88 The following additional packages will be installed: [2019-10-10T22:41:52.071Z] #10 22.95 libapparmor1 libseccomp2 [2019-10-10T22:41:52.071Z] #10 22.95 Suggested packages: [2019-10-10T22:41:52.071Z] #10 22.95 seccomp [2019-10-10T22:41:52.071Z] #10 ... [2019-10-10T22:41:52.071Z] [2019-10-10T22:41:52.071Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:41:52.071Z] #48 22.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-10T22:41:52.071Z] #48 22.85 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-10T22:41:52.071Z] #48 22.87 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-10T22:41:52.071Z] #48 23.00 Selecting previously unselected package btrfs-progs. [2019-10-10T22:41:52.072Z] #48 23.01 Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-10-10T22:41:52.072Z] #48 23.01 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-10T22:41:52.392Z] #9 28.16 The following additional packages will be installed: [2019-10-10T22:41:52.392Z] #9 28.17 libapparmor1 libseccomp2 [2019-10-10T22:41:52.392Z] #9 28.18 Suggested packages: [2019-10-10T22:41:52.392Z] #9 28.19 seccomp [2019-10-10T22:41:52.473Z] #48 ... [2019-10-10T22:41:52.473Z] [2019-10-10T22:41:52.473Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:41:52.473Z] #39 13.42 Fetched 7670 kB in 12s (611 kB/s) [2019-10-10T22:41:52.473Z] #39 13.42 Reading package lists... [2019-10-10T22:41:52.473Z] #39 17.08 Reading package lists... [2019-10-10T22:41:52.473Z] #39 21.71 Building dependency tree... [2019-10-10T22:41:52.473Z] #39 22.71 The following additional packages will be installed: [2019-10-10T22:41:52.473Z] #39 22.73 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-10T22:41:52.473Z] #39 22.73 Suggested packages: [2019-10-10T22:41:52.473Z] #39 22.73 codeblocks eclipse ninja-build lrzip [2019-10-10T22:41:52.473Z] #39 22.73 Recommended packages: [2019-10-10T22:41:52.473Z] #39 22.73 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-10T22:41:52.473Z] #39 23.44 The following NEW packages will be installed: [2019-10-10T22:41:52.473Z] #39 23.44 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-10T22:41:52.473Z] #39 23.44 vim-common xxd [2019-10-10T22:41:52.473Z] #39 23.52 0 upgraded, 10 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:41:52.473Z] #39 23.52 Need to get 13.2 MB of archives. [2019-10-10T22:41:52.473Z] #39 23.52 After this operation, 59.4 MB of additional disk space will be used. [2019-10-10T22:41:52.473Z] #39 23.52 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-10-10T22:41:52.473Z] #39 23.64 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-10T22:41:52.473Z] #39 23.64 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-10-10T22:41:52.473Z] #39 ... [2019-10-10T22:41:52.473Z] [2019-10-10T22:41:52.473Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:41:52.473Z] #61 13.38 Fetched 7670 kB in 12s (595 kB/s) [2019-10-10T22:41:52.473Z] #61 13.38 Reading package lists... [2019-10-10T22:41:52.473Z] #61 17.03 Reading package lists... [2019-10-10T22:41:52.473Z] #61 21.88 Building dependency tree... [2019-10-10T22:41:52.473Z] #61 23.00 The following additional packages will be installed: [2019-10-10T22:41:52.473Z] #61 23.00 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-10T22:41:52.473Z] #61 23.04 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-10T22:41:52.473Z] #61 23.05 Suggested packages: [2019-10-10T22:41:52.473Z] #61 23.05 manpages-dev python-setuptools [2019-10-10T22:41:52.653Z] #9 28.55 The following NEW packages will be installed: [2019-10-10T22:41:52.892Z] #61 ... [2019-10-10T22:41:52.892Z] [2019-10-10T22:41:52.892Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:41:52.892Z] #48 23.74 Selecting previously unselected package btrfs-tools. [2019-10-10T22:41:52.892Z] #48 23.74 Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-10-10T22:41:52.892Z] #48 23.74 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-10T22:41:52.892Z] #48 23.81 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:41:52.892Z] #48 23.90 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-10T22:41:52.892Z] #48 23.92 Setting up btrfs-progs (4.7.3-1) ... [2019-10-10T22:41:52.892Z] #48 23.93 Setting up btrfs-tools (4.7.3-1) ... [2019-10-10T22:41:52.892Z] #48 23.93 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:41:52.913Z] #9 28.56 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-10T22:41:53.287Z] #48 DONE 24.2s [2019-10-10T22:41:53.287Z] [2019-10-10T22:41:53.287Z] #49 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:41:53.287Z] #49 DONE 0.1s [2019-10-10T22:41:53.287Z] [2019-10-10T22:41:53.287Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:41:53.287Z] #39 24.27 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-10T22:41:53.287Z] #39 24.30 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-10-10T22:41:53.287Z] #39 ... [2019-10-10T22:41:53.287Z] [2019-10-10T22:41:53.287Z] #50 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-10T22:41:53.287Z] #50 DONE 0.1s [2019-10-10T22:41:53.287Z] [2019-10-10T22:41:53.287Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:41:53.287Z] #39 24.32 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-10-10T22:41:53.288Z] #39 24.34 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-10-10T22:41:53.288Z] #39 24.35 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-10-10T22:41:53.288Z] #39 ... [2019-10-10T22:41:53.288Z] [2019-10-10T22:41:53.288Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:41:53.288Z] #54 14.09 + cd /tmp/tmp.N7hh7bX2mk/src/github.com/docker/libnetwork [2019-10-10T22:41:53.288Z] #54 14.09 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-10T22:41:53.288Z] #54 14.52 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-10T22:41:53.672Z] #54 ... [2019-10-10T22:41:53.672Z] [2019-10-10T22:41:53.672Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:41:53.672Z] #51 0.192 + RM_GOPATH=0 [2019-10-10T22:41:53.672Z] #51 0.192 + TMP_GOPATH= [2019-10-10T22:41:53.672Z] #51 0.192 + : /build [2019-10-10T22:41:53.672Z] #51 0.194 + '[' -z '' ']' [2019-10-10T22:41:53.672Z] #51 0.200 ++ mktemp -d [2019-10-10T22:41:53.672Z] #51 0.209 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-10T22:41:53.672Z] #51 0.209 + export GOPATH=/tmp/tmp.1YlyqXxdl9 [2019-10-10T22:41:53.672Z] #51 0.209 + GOPATH=/tmp/tmp.1YlyqXxdl9 [2019-10-10T22:41:53.672Z] #51 0.209 + RM_GOPATH=1 [2019-10-10T22:41:53.672Z] #51 0.209 ++ dirname ./install.sh [2019-10-10T22:41:53.672Z] #51 0.209 + dir=. [2019-10-10T22:41:53.672Z] #51 0.209 + bin=containerd [2019-10-10T22:41:53.672Z] #51 0.209 + shift [2019-10-10T22:41:53.672Z] #51 0.209 + '[' '!' -f ./containerd.installer ']' [2019-10-10T22:41:53.672Z] #51 0.209 + . ./containerd.installer [2019-10-10T22:41:53.672Z] #51 0.209 ++ CONTAINERD_COMMIT=36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-10T22:41:53.672Z] #51 0.209 + install_containerd [2019-10-10T22:41:53.672Z] #51 0.209 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-10T22:41:53.672Z] #51 0.209 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1YlyqXxdl9/src/github.com/containerd/containerd [2019-10-10T22:41:53.672Z] #51 0.218 Cloning into '/tmp/tmp.1YlyqXxdl9/src/github.com/containerd/containerd'... [2019-10-10T22:41:53.861Z] #9 29.82 0 upgraded, 4 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:41:53.861Z] #9 29.82 Need to get 287 kB of archives. [2019-10-10T22:41:53.861Z] #9 29.82 After this operation, 1186 kB of additional disk space will be used. [2019-10-10T22:41:53.861Z] #9 29.82 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libseccomp2 arm64 2.3.1-2.1+deb9u1 [36.2 kB] [2019-10-10T22:41:54.083Z] #51 ... [2019-10-10T22:41:54.083Z] [2019-10-10T22:41:54.083Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-10T22:41:54.083Z] #21 22.99 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:41:54.083Z] #21 22.99 Need to get 328 kB of archives. [2019-10-10T22:41:54.083Z] #21 22.99 After this operation, 1263 kB of additional disk space will be used. [2019-10-10T22:41:54.083Z] #21 22.99 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-10-10T22:41:54.083Z] #21 23.03 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-10-10T22:41:54.083Z] #21 23.03 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-10-10T22:41:54.083Z] #21 23.89 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:41:54.083Z] #21 23.99 Fetched 328 kB in 0s (4022 kB/s) [2019-10-10T22:41:54.083Z] #21 24.10 Selecting previously unselected package libonig4:s390x. [2019-10-10T22:41:54.083Z] #21 24.10 (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-10T22:41:54.083Z] #21 24.19 Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-10-10T22:41:54.083Z] #21 24.20 Unpacking libonig4:s390x (6.1.3-2) ... [2019-10-10T22:41:54.083Z] #21 24.42 Selecting previously unselected package libjq1:s390x. [2019-10-10T22:41:54.083Z] #21 24.43 Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-10-10T22:41:54.083Z] #21 24.43 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-10T22:41:54.083Z] #21 24.63 Selecting previously unselected package jq. [2019-10-10T22:41:54.083Z] #21 24.63 Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-10-10T22:41:54.083Z] #21 24.64 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-10T22:41:54.083Z] #21 24.73 Setting up libonig4:s390x (6.1.3-2) ... [2019-10-10T22:41:54.083Z] #21 24.74 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-10T22:41:54.083Z] #21 24.75 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:41:54.083Z] #21 24.79 Setting up jq (1.5+dfsg-1.3) ... [2019-10-10T22:41:54.083Z] #21 DONE 25.1s [2019-10-10T22:41:54.083Z] [2019-10-10T22:41:54.083Z] #23 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-10T22:41:54.083Z] #23 DONE 0.1s [2019-10-10T22:41:54.083Z] [2019-10-10T22:41:54.083Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:41:54.083Z] #61 24.67 The following NEW packages will be installed: [2019-10-10T22:41:54.083Z] #61 24.73 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-10T22:41:54.083Z] #61 24.74 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-10T22:41:54.083Z] #61 24.74 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-10T22:41:54.083Z] #61 24.74 zlib1g-dev [2019-10-10T22:41:54.083Z] #61 24.81 0 upgraded, 16 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:41:54.083Z] #61 24.81 Need to get 3476 kB of archives. [2019-10-10T22:41:54.083Z] #61 24.81 After this operation, 20.2 MB of additional disk space will be used. [2019-10-10T22:41:54.083Z] #61 24.81 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-10-10T22:41:54.083Z] #61 24.84 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-10-10T22:41:54.083Z] #61 24.84 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-10-10T22:41:54.083Z] #61 24.85 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-10T22:41:54.083Z] #61 24.87 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-10T22:41:54.083Z] #61 24.88 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-10-10T22:41:54.083Z] #61 24.89 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-10T22:41:54.083Z] #61 24.90 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-10T22:41:54.083Z] #61 24.93 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-10-10T22:41:54.083Z] #61 24.98 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-10-10T22:41:54.083Z] #61 24.99 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-10-10T22:41:54.083Z] #61 25.03 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-10-10T22:41:54.083Z] #61 25.06 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-10T22:41:54.083Z] #61 25.07 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-10-10T22:41:54.083Z] #61 25.07 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-10T22:41:54.083Z] #61 25.08 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-10-10T22:41:54.123Z] #9 29.85 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libseccomp-dev arm64 2.3.1-2.1+deb9u1 [58.1 kB] [2019-10-10T22:41:54.123Z] #9 29.85 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libapparmor1 arm64 2.11.0-3+deb9u2 [75.7 kB] [2019-10-10T22:41:54.123Z] #9 29.87 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libapparmor-dev arm64 2.11.0-3+deb9u2 [117 kB] [2019-10-10T22:41:54.497Z] #61 ... [2019-10-10T22:41:54.497Z] [2019-10-10T22:41:54.497Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:41:54.497Z] #10 23.11 The following NEW packages will be installed: [2019-10-10T22:41:54.497Z] #10 23.11 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-10T22:41:54.497Z] #10 23.20 0 upgraded, 4 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:41:54.497Z] #10 23.20 Need to get 301 kB of archives. [2019-10-10T22:41:54.497Z] #10 23.20 After this operation, 1402 kB of additional disk space will be used. [2019-10-10T22:41:54.497Z] #10 23.20 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-10T22:41:54.497Z] #10 23.22 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-10T22:41:54.497Z] #10 23.24 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-10-10T22:41:54.497Z] #10 23.24 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-10-10T22:41:54.497Z] #10 23.90 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:41:54.497Z] #10 24.00 Fetched 301 kB in 0s (3421 kB/s) [2019-10-10T22:41:54.497Z] #10 24.10 Selecting previously unselected package libseccomp2:s390x. [2019-10-10T22:41:54.497Z] #10 24.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-10-10T22:41:54.497Z] #10 24.21 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-10-10T22:41:54.497Z] #10 24.22 Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-10-10T22:41:54.497Z] #10 24.33 Selecting previously unselected package libseccomp-dev:s390x. [2019-10-10T22:41:54.497Z] #10 24.34 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-10-10T22:41:54.497Z] #10 24.34 Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-10-10T22:41:54.497Z] #10 24.52 Selecting previously unselected package libapparmor1:s390x. [2019-10-10T22:41:54.497Z] #10 24.53 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-10-10T22:41:54.497Z] #10 24.54 Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-10-10T22:41:54.497Z] #10 24.64 Selecting previously unselected package libapparmor-dev:s390x. [2019-10-10T22:41:54.497Z] #10 24.64 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-10-10T22:41:54.497Z] #10 24.64 Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-10-10T22:41:54.497Z] #10 24.98 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:41:54.497Z] #10 25.06 Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-10-10T22:41:54.497Z] #10 25.07 Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-10-10T22:41:54.497Z] #10 25.08 Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-10-10T22:41:54.497Z] #10 25.09 Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-10-10T22:41:54.497Z] #10 25.09 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:41:54.497Z] #10 DONE 25.3s [2019-10-10T22:41:54.497Z] [2019-10-10T22:41:54.497Z] #44 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:41:54.497Z] #44 DONE 0.1s [2019-10-10T22:41:54.497Z] [2019-10-10T22:41:54.497Z] #45 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-10T22:41:54.497Z] #45 DONE 0.1s [2019-10-10T22:41:54.497Z] [2019-10-10T22:41:54.497Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:41:54.497Z] #28 15.27 + cd /tmp/tmp.cR2o7nkJWQ/src/github.com/golangci/golangci-lint/ [2019-10-10T22:41:54.497Z] #28 15.27 + git checkout -q v1.17.1 [2019-10-10T22:41:54.497Z] #28 16.20 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-10T22:41:54.895Z] #28 ... [2019-10-10T22:41:54.895Z] [2019-10-10T22:41:54.895Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:41:54.895Z] #46 0.277 + RM_GOPATH=0 [2019-10-10T22:41:54.895Z] #46 0.277 + TMP_GOPATH= [2019-10-10T22:41:54.895Z] #46 0.277 + : /build [2019-10-10T22:41:54.895Z] #46 0.277 + '[' -z '' ']' [2019-10-10T22:41:54.895Z] #46 ... [2019-10-10T22:41:54.895Z] [2019-10-10T22:41:54.895Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-10T22:41:54.895Z] #11 DONE 0.5s [2019-10-10T22:41:54.895Z] [2019-10-10T22:41:54.895Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:41:54.895Z] #46 0.277 ++ mktemp -d [2019-10-10T22:41:54.895Z] #46 0.279 + export GOPATH=/tmp/tmp.mn93rk8MXi [2019-10-10T22:41:54.895Z] #46 0.279 + GOPATH=/tmp/tmp.mn93rk8MXi [2019-10-10T22:41:54.895Z] #46 0.279 + RM_GOPATH=1 [2019-10-10T22:41:54.895Z] #46 0.280 ++ dirname ./install.sh [2019-10-10T22:41:54.895Z] #46 0.282 + dir=. [2019-10-10T22:41:54.895Z] #46 0.282 + bin=runc [2019-10-10T22:41:54.895Z] #46 0.282 + shift [2019-10-10T22:41:54.895Z] #46 0.282 + '[' '!' -f ./runc.installer ']' [2019-10-10T22:41:54.895Z] #46 0.282 + . ./runc.installer [2019-10-10T22:41:54.895Z] #46 0.282 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-10T22:41:54.895Z] #46 0.282 + install_runc [2019-10-10T22:41:54.895Z] #46 0.283 + uname -r [2019-10-10T22:41:54.895Z] #46 0.284 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-10T22:41:54.895Z] #46 0.291 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-10T22:41:54.895Z] #46 0.291 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-10T22:41:54.895Z] #46 0.292 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-10T22:41:54.895Z] #46 0.292 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.mn93rk8MXi/src/github.com/opencontainers/runc [2019-10-10T22:41:54.895Z] #46 0.295 Cloning into '/tmp/tmp.mn93rk8MXi/src/github.com/opencontainers/runc'... [2019-10-10T22:41:55.301Z] #46 ... [2019-10-10T22:41:55.301Z] [2019-10-10T22:41:55.301Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-10T22:41:55.301Z] #12 DONE 0.5s [2019-10-10T22:41:55.530Z] #9 31.22 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:41:55.530Z] #9 31.38 Fetched 287 kB in 1s (240 kB/s) [2019-10-10T22:41:55.718Z] [2019-10-10T22:41:55.718Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:41:55.718Z] #61 26.11 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:41:55.718Z] #61 26.24 Fetched 3476 kB in 0s (10.9 MB/s) [2019-10-10T22:41:55.718Z] #61 26.33 Selecting previously unselected package libnet1:s390x. [2019-10-10T22:41:55.719Z] #61 26.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 ... 14828 files and directories currently installed.) [2019-10-10T22:41:55.719Z] #61 26.39 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-10-10T22:41:55.719Z] #61 26.40 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-10T22:41:55.719Z] #61 26.52 Selecting previously unselected package libcap-dev:s390x. [2019-10-10T22:41:55.719Z] #61 26.52 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-10-10T22:41:55.719Z] #61 26.52 Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-10-10T22:41:55.719Z] #61 ... [2019-10-10T22:41:55.719Z] [2019-10-10T22:41:55.719Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-10T22:41:55.719Z] #13 0.259 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-10T22:41:55.719Z] #13 DONE 0.4s [2019-10-10T22:41:55.719Z] [2019-10-10T22:41:55.719Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:41:55.719Z] #61 26.60 Selecting previously unselected package libnet1-dev. [2019-10-10T22:41:55.719Z] #61 26.60 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-10-10T22:41:55.719Z] #61 26.61 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-10T22:41:55.719Z] #61 26.77 Selecting previously unselected package libnl-3-200:s390x. [2019-10-10T22:41:55.719Z] #61 26.78 Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-10-10T22:41:55.719Z] #61 26.79 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-10-10T22:41:55.792Z] #9 31.52 Selecting previously unselected package libseccomp2:arm64. [2019-10-10T22:41:55.792Z] #9 31.52 (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 ... 14976 files and directories currently installed.) [2019-10-10T22:41:55.792Z] #9 31.62 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_arm64.deb ... [2019-10-10T22:41:55.792Z] #9 31.65 Unpacking libseccomp2:arm64 (2.3.1-2.1+deb9u1) ... [2019-10-10T22:41:56.054Z] #9 31.97 Selecting previously unselected package libseccomp-dev:arm64. [2019-10-10T22:41:56.109Z] #61 26.89 Selecting previously unselected package libnl-3-dev:s390x. [2019-10-10T22:41:56.109Z] #61 26.89 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-10-10T22:41:56.109Z] #61 26.89 Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-10-10T22:41:56.109Z] #61 ... [2019-10-10T22:41:56.109Z] [2019-10-10T22:41:56.109Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-10T22:41:56.109Z] #14 DONE 0.3s [2019-10-10T22:41:56.109Z] [2019-10-10T22:41:56.109Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:41:56.109Z] #61 27.22 Selecting previously unselected package libprotobuf-c1:s390x. [2019-10-10T22:41:56.109Z] #61 27.24 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-10-10T22:41:56.109Z] #61 27.24 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-10T22:41:56.317Z] #9 31.97 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_arm64.deb ... [2019-10-10T22:41:56.317Z] #9 31.98 Unpacking libseccomp-dev:arm64 (2.3.1-2.1+deb9u1) ... [2019-10-10T22:41:56.579Z] #9 32.29 Selecting previously unselected package libapparmor1:arm64. [2019-10-10T22:41:56.579Z] #9 32.30 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_arm64.deb ... [2019-10-10T22:41:56.579Z] #9 32.30 Unpacking libapparmor1:arm64 (2.11.0-3+deb9u2) ... [2019-10-10T22:41:56.579Z] #9 32.48 Selecting previously unselected package libapparmor-dev:arm64. [2019-10-10T22:41:56.579Z] #9 32.48 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_arm64.deb ... [2019-10-10T22:41:56.579Z] #9 32.49 Unpacking libapparmor-dev:arm64 (2.11.0-3+deb9u2) ... [2019-10-10T22:41:56.628Z] #61 ... [2019-10-10T22:41:56.628Z] [2019-10-10T22:41:56.628Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-10T22:41:56.628Z] #15 DONE 0.3s [2019-10-10T22:41:56.628Z] [2019-10-10T22:41:56.628Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:41:56.628Z] #61 27.37 Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-10-10T22:41:56.628Z] #61 27.44 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-10-10T22:41:56.628Z] #61 27.45 Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-10-10T22:41:56.628Z] #61 27.61 Selecting previously unselected package zlib1g-dev:s390x. [2019-10-10T22:41:56.628Z] #61 27.63 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-10-10T22:41:56.628Z] #61 27.63 Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-10-10T22:41:57.098Z] #61 ... [2019-10-10T22:41:57.099Z] [2019-10-10T22:41:57.099Z] #16 [dev 6/24] RUN ldconfig [2019-10-10T22:41:57.099Z] #16 DONE 0.4s [2019-10-10T22:41:57.099Z] [2019-10-10T22:41:57.099Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:41:57.099Z] #61 28.02 Selecting previously unselected package libprotobuf10:s390x. [2019-10-10T22:41:57.099Z] #61 28.02 Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-10-10T22:41:57.099Z] #61 28.03 Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-10-10T22:41:57.154Z] #9 32.91 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:41:57.415Z] #9 33.17 Setting up libseccomp2:arm64 (2.3.1-2.1+deb9u1) ... [2019-10-10T22:41:57.415Z] #9 ... [2019-10-10T22:41:57.415Z] [2019-10-10T22:41:57.415Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:41:57.415Z] #18 33.25 + cd /tmp/tmp.nAyQDYXR6q/src/github.com/go-swagger/go-swagger [2019-10-10T22:41:57.415Z] #18 33.25 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-10T22:41:58.081Z] #61 29.18 Selecting previously unselected package libprotobuf-lite10:s390x. [2019-10-10T22:41:58.081Z] #61 29.19 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-10-10T22:41:58.081Z] #61 29.20 Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-10-10T22:41:58.468Z] #61 29.65 Selecting previously unselected package libprotobuf-dev:s390x. [2019-10-10T22:41:58.895Z] #61 29.66 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-10-10T22:41:58.895Z] #61 29.66 Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-10-10T22:41:59.962Z] #18 35.61 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-10T22:42:00.259Z] #61 30.84 Selecting previously unselected package libprotoc10:s390x. [2019-10-10T22:42:00.259Z] #61 30.87 Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-10-10T22:42:00.259Z] #61 30.88 Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-10-10T22:42:00.259Z] #61 31.35 Selecting previously unselected package protobuf-c-compiler. [2019-10-10T22:42:00.259Z] #61 31.36 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-10-10T22:42:00.259Z] #61 31.36 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-10T22:42:00.671Z] #61 31.52 Selecting previously unselected package protobuf-compiler. [2019-10-10T22:42:00.671Z] #61 31.52 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-10-10T22:42:00.671Z] #61 31.55 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-10T22:42:00.671Z] #61 31.65 Selecting previously unselected package python-pkg-resources. [2019-10-10T22:42:00.671Z] #61 31.65 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-10T22:42:00.671Z] #61 31.66 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-10T22:42:00.671Z] #61 ... [2019-10-10T22:42:00.671Z] [2019-10-10T22:42:00.671Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:42:00.671Z] #54 DONE 31.6s [2019-10-10T22:42:01.084Z] [2019-10-10T22:42:01.084Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:01.084Z] #24 2.475 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-10T22:42:01.084Z] #24 3.026 [2019-10-10T22:42:01.349Z] #18 ... [2019-10-10T22:42:01.349Z] [2019-10-10T22:42:01.349Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:42:01.349Z] #47 26.10 Building dependency tree... [2019-10-10T22:42:01.349Z] #47 28.48 The following additional packages will be installed: [2019-10-10T22:42:01.349Z] #47 28.49 btrfs-progs liblzo2-2 [2019-10-10T22:42:01.349Z] #47 28.72 The following NEW packages will be installed: [2019-10-10T22:42:01.349Z] #47 28.75 btrfs-progs btrfs-tools liblzo2-2 [2019-10-10T22:42:01.349Z] #47 30.03 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:42:01.349Z] #47 30.03 Need to get 582 kB of archives. [2019-10-10T22:42:01.349Z] #47 30.03 After this operation, 3944 kB of additional disk space will be used. [2019-10-10T22:42:01.349Z] #47 30.03 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 liblzo2-2 arm64 2.08-1.2+b2 [48.0 kB] [2019-10-10T22:42:01.349Z] #47 30.04 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 btrfs-progs arm64 4.7.3-1 [517 kB] [2019-10-10T22:42:01.349Z] #47 30.12 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 btrfs-tools arm64 4.7.3-1 [16.9 kB] [2019-10-10T22:42:01.349Z] #47 31.38 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:42:01.349Z] #47 31.54 Fetched 582 kB in 1s (462 kB/s) [2019-10-10T22:42:01.349Z] #47 31.63 Selecting previously unselected package liblzo2-2:arm64. [2019-10-10T22:42:01.349Z] #47 31.63 (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 ... 14976 files and directories currently installed.) [2019-10-10T22:42:01.349Z] #47 31.66 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_arm64.deb ... [2019-10-10T22:42:01.349Z] #47 31.70 Unpacking liblzo2-2:arm64 (2.08-1.2+b2) ... [2019-10-10T22:42:01.349Z] #47 32.13 Selecting previously unselected package btrfs-progs. [2019-10-10T22:42:01.349Z] #47 32.14 Preparing to unpack .../btrfs-progs_4.7.3-1_arm64.deb ... [2019-10-10T22:42:01.349Z] #47 32.16 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-10T22:42:01.349Z] #47 33.56 Selecting previously unselected package btrfs-tools. [2019-10-10T22:42:01.349Z] #47 33.57 Preparing to unpack .../btrfs-tools_4.7.3-1_arm64.deb ... [2019-10-10T22:42:01.349Z] #47 33.60 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-10T22:42:01.349Z] #47 33.99 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:42:01.349Z] #47 34.56 Setting up liblzo2-2:arm64 (2.08-1.2+b2) ... [2019-10-10T22:42:01.349Z] #47 34.99 Setting up btrfs-progs (4.7.3-1) ... [2019-10-10T22:42:01.349Z] #47 35.25 Setting up btrfs-tools (4.7.3-1) ... [2019-10-10T22:42:01.349Z] #47 35.33 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:42:01.349Z] #47 ... [2019-10-10T22:42:01.349Z] [2019-10-10T22:42:01.349Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:42:01.349Z] #38 23.26 Reading package lists... [2019-10-10T22:42:01.349Z] #38 29.15 Building dependency tree... [2019-10-10T22:42:01.349Z] #38 31.45 The following additional packages will be installed: [2019-10-10T22:42:01.349Z] #38 31.46 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-10T22:42:01.349Z] #38 31.47 Suggested packages: [2019-10-10T22:42:01.349Z] #38 31.47 codeblocks eclipse ninja-build lrzip [2019-10-10T22:42:01.349Z] #38 31.47 Recommended packages: [2019-10-10T22:42:01.349Z] #38 31.47 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-10T22:42:01.349Z] #38 31.88 The following NEW packages will be installed: [2019-10-10T22:42:01.349Z] #38 31.88 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-10T22:42:01.349Z] #38 31.88 vim-common xxd [2019-10-10T22:42:01.349Z] #38 32.96 0 upgraded, 10 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:42:01.349Z] #38 32.96 Need to get 13.1 MB of archives. [2019-10-10T22:42:01.349Z] #38 32.96 After this operation, 55.5 MB of additional disk space will be used. [2019-10-10T22:42:01.349Z] #38 32.96 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 cmake-data all 3.7.2-1 [1216 kB] [2019-10-10T22:42:01.349Z] #38 33.18 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 liblzo2-2 arm64 2.08-1.2+b2 [48.0 kB] [2019-10-10T22:42:01.349Z] #38 33.18 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libicu57 arm64 57.1-6+deb9u3 [7552 kB] [2019-10-10T22:42:01.349Z] #38 33.49 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libxml2 arm64 2.9.4+dfsg1-2.2+deb9u2 [788 kB] [2019-10-10T22:42:01.349Z] #38 33.61 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libarchive13 arm64 3.2.2-2+deb9u1 [248 kB] [2019-10-10T22:42:01.349Z] #38 33.64 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2019-10-10T22:42:01.349Z] #38 33.68 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libuv1 arm64 1.9.1-3 [73.8 kB] [2019-10-10T22:42:01.349Z] #38 33.69 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 cmake arm64 3.7.2-1 [2774 kB] [2019-10-10T22:42:01.349Z] #38 33.90 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 xxd arm64 2:8.0.0197-4+deb9u3 [131 kB] [2019-10-10T22:42:01.349Z] #38 33.93 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-10T22:42:01.349Z] #38 34.82 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:42:01.349Z] #38 35.30 Fetched 13.1 MB in 2s (6477 kB/s) [2019-10-10T22:42:01.349Z] #38 35.49 Selecting previously unselected package cmake-data. [2019-10-10T22:42:01.349Z] #38 35.49 (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 ... 14976 files and directories currently installed.) [2019-10-10T22:42:01.349Z] #38 35.56 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-10T22:42:01.349Z] #38 35.66 Unpacking cmake-data (3.7.2-1) ... [2019-10-10T22:42:01.614Z] #38 ... [2019-10-10T22:42:01.614Z] [2019-10-10T22:42:01.614Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:42:01.614Z] #60 22.36 Reading package lists... [2019-10-10T22:42:01.614Z] #60 28.42 Building dependency tree... [2019-10-10T22:42:01.614Z] #60 30.69 The following additional packages will be installed: [2019-10-10T22:42:01.614Z] #60 30.69 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-10T22:42:01.614Z] #60 30.70 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-10T22:42:01.614Z] #60 30.71 Suggested packages: [2019-10-10T22:42:01.614Z] #60 30.72 manpages-dev python-setuptools [2019-10-10T22:42:01.614Z] #60 32.38 The following NEW packages will be installed: [2019-10-10T22:42:01.614Z] #60 32.39 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-10T22:42:01.614Z] #60 32.39 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-10T22:42:01.614Z] #60 32.40 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-10T22:42:01.614Z] #60 32.40 zlib1g-dev [2019-10-10T22:42:01.614Z] #60 33.53 0 upgraded, 16 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:42:01.614Z] #60 33.53 Need to get 3415 kB of archives. [2019-10-10T22:42:01.614Z] #60 33.53 After this operation, 19.0 MB of additional disk space will be used. [2019-10-10T22:42:01.614Z] #60 33.53 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnet1 arm64 1.1.6+dfsg-3 [55.1 kB] [2019-10-10T22:42:01.614Z] #60 33.56 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libcap-dev arm64 1:2.25-1 [28.9 kB] [2019-10-10T22:42:01.614Z] #60 33.56 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnet1-dev arm64 1.1.6+dfsg-3 [115 kB] [2019-10-10T22:42:01.614Z] #60 33.57 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnl-3-200 arm64 3.2.27-2 [52.5 kB] [2019-10-10T22:42:01.614Z] #60 33.60 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnl-3-dev arm64 3.2.27-2 [91.7 kB] [2019-10-10T22:42:01.614Z] #60 33.63 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotobuf-c1 arm64 1.2.1-2 [22.7 kB] [2019-10-10T22:42:01.614Z] #60 33.64 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotobuf-c-dev arm64 1.2.1-2 [30.2 kB] [2019-10-10T22:42:01.614Z] #60 33.66 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 zlib1g-dev arm64 1:1.2.8.dfsg-5 [200 kB] [2019-10-10T22:42:01.614Z] #60 33.69 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotobuf10 arm64 3.0.0-9 [618 kB] [2019-10-10T22:42:01.614Z] #60 33.75 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotobuf-lite10 arm64 3.0.0-9 [117 kB] [2019-10-10T22:42:01.614Z] #60 33.83 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotobuf-dev arm64 3.0.0-9 [940 kB] [2019-10-10T22:42:01.614Z] #60 33.85 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotoc10 arm64 3.0.0-9 [566 kB] [2019-10-10T22:42:01.614Z] #60 33.93 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 protobuf-c-compiler arm64 1.2.1-2 [72.2 kB] [2019-10-10T22:42:01.614Z] #60 33.93 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 protobuf-compiler arm64 3.0.0-9 [52.8 kB] [2019-10-10T22:42:01.614Z] #60 33.97 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-10T22:42:01.614Z] #60 33.98 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python-protobuf arm64 3.0.0-9 [286 kB] [2019-10-10T22:42:01.614Z] #60 34.83 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:42:01.614Z] #60 35.09 Fetched 3415 kB in 1s (2208 kB/s) [2019-10-10T22:42:01.614Z] #60 35.30 Selecting previously unselected package libnet1:arm64. [2019-10-10T22:42:01.614Z] #60 35.30 (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 ... 14976 files and directories currently installed.) [2019-10-10T22:42:01.614Z] #60 35.35 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_arm64.deb ... [2019-10-10T22:42:01.614Z] #60 35.39 Unpacking libnet1:arm64 (1.1.6+dfsg-3) ... [2019-10-10T22:42:01.614Z] #60 35.88 Selecting previously unselected package libcap-dev:arm64. [2019-10-10T22:42:01.614Z] #60 35.88 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_arm64.deb ... [2019-10-10T22:42:01.614Z] #60 35.91 Unpacking libcap-dev:arm64 (1:2.25-1) ... [2019-10-10T22:42:01.614Z] #60 36.49 Selecting previously unselected package libnet1-dev. [2019-10-10T22:42:01.614Z] #60 36.50 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_arm64.deb ... [2019-10-10T22:42:01.614Z] #60 36.57 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-10T22:42:01.614Z] #60 37.31 Selecting previously unselected package libnl-3-200:arm64. [2019-10-10T22:42:01.614Z] #60 37.32 Preparing to unpack .../03-libnl-3-200_3.2.27-2_arm64.deb ... [2019-10-10T22:42:01.875Z] #60 37.48 Unpacking libnl-3-200:arm64 (3.2.27-2) ... [2019-10-10T22:42:01.875Z] #60 ... [2019-10-10T22:42:01.875Z] [2019-10-10T22:42:01.875Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-10T22:42:01.875Z] #20 22.11 Reading package lists... [2019-10-10T22:42:01.875Z] #20 27.87 Building dependency tree... [2019-10-10T22:42:01.875Z] #20 30.55 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-10T22:42:01.875Z] #20 30.55 The following additional packages will be installed: [2019-10-10T22:42:01.875Z] #20 30.56 libjq1 libonig4 [2019-10-10T22:42:01.875Z] #20 30.98 The following NEW packages will be installed: [2019-10-10T22:42:01.875Z] #20 30.99 jq libjq1 libonig4 [2019-10-10T22:42:01.875Z] #20 32.16 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:42:01.875Z] #20 32.16 Need to get 293 kB of archives. [2019-10-10T22:42:01.875Z] #20 32.16 After this operation, 1086 kB of additional disk space will be used. [2019-10-10T22:42:01.875Z] #20 32.16 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libonig4 arm64 6.1.3-2 [133 kB] [2019-10-10T22:42:01.875Z] #20 32.18 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libjq1 arm64 1.5+dfsg-1.3 [102 kB] [2019-10-10T22:42:01.875Z] #20 32.18 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 jq arm64 1.5+dfsg-1.3 [58.3 kB] [2019-10-10T22:42:01.875Z] #20 33.25 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:42:01.875Z] #20 33.55 Fetched 293 kB in 1s (273 kB/s) [2019-10-10T22:42:01.875Z] #20 33.88 Selecting previously unselected package libonig4:arm64. [2019-10-10T22:42:01.875Z] #20 33.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 ... 14976 files and directories currently installed.) [2019-10-10T22:42:01.875Z] #20 33.93 Preparing to unpack .../libonig4_6.1.3-2_arm64.deb ... [2019-10-10T22:42:01.875Z] #20 33.97 Unpacking libonig4:arm64 (6.1.3-2) ... [2019-10-10T22:42:01.875Z] #20 35.05 Selecting previously unselected package libjq1:arm64. [2019-10-10T22:42:01.875Z] #20 35.06 Preparing to unpack .../libjq1_1.5+dfsg-1.3_arm64.deb ... [2019-10-10T22:42:01.875Z] #20 35.22 Unpacking libjq1:arm64 (1.5+dfsg-1.3) ... [2019-10-10T22:42:01.875Z] #20 35.61 Selecting previously unselected package jq. [2019-10-10T22:42:01.875Z] #20 35.61 Preparing to unpack .../jq_1.5+dfsg-1.3_arm64.deb ... [2019-10-10T22:42:01.875Z] #20 35.81 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-10T22:42:01.875Z] #20 36.27 Setting up libonig4:arm64 (6.1.3-2) ... [2019-10-10T22:42:01.875Z] #20 36.41 Setting up libjq1:arm64 (1.5+dfsg-1.3) ... [2019-10-10T22:42:01.875Z] #20 36.57 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:42:01.875Z] #20 36.75 Setting up jq (1.5+dfsg-1.3) ... [2019-10-10T22:42:02.137Z] #20 DONE 37.8s [2019-10-10T22:42:02.137Z] [2019-10-10T22:42:02.137Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:42:02.137Z] #47 DONE 37.8s [2019-10-10T22:42:02.137Z] [2019-10-10T22:42:02.137Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:42:02.137Z] #9 33.54 Setting up libapparmor1:arm64 (2.11.0-3+deb9u2) ... [2019-10-10T22:42:02.137Z] #9 33.58 Setting up libseccomp-dev:arm64 (2.3.1-2.1+deb9u1) ... [2019-10-10T22:42:02.137Z] #9 33.61 Setting up libapparmor-dev:arm64 (2.11.0-3+deb9u2) ... [2019-10-10T22:42:02.137Z] #9 33.68 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:42:02.137Z] #9 DONE 37.9s [2019-10-10T22:42:02.137Z] [2019-10-10T22:42:02.137Z] #53 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:42:02.137Z] #53 DONE 37.6s [2019-10-10T22:42:02.137Z] [2019-10-10T22:42:02.137Z] #43 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:42:02.708Z] #43 DONE 0.5s [2019-10-10T22:42:02.708Z] [2019-10-10T22:42:02.708Z] #48 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:42:02.708Z] #48 DONE 0.5s [2019-10-10T22:42:02.708Z] [2019-10-10T22:42:02.708Z] #22 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-10T22:42:02.708Z] #22 DONE 0.5s [2019-10-10T22:42:02.708Z] [2019-10-10T22:42:02.708Z] #44 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-10T22:42:02.708Z] #44 ... [2019-10-10T22:42:02.708Z] [2019-10-10T22:42:02.708Z] #49 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-10T22:42:02.708Z] #49 DONE 0.3s [2019-10-10T22:42:02.968Z] [2019-10-10T22:42:02.968Z] #44 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-10T22:42:02.968Z] #44 DONE 0.3s [2019-10-10T22:42:02.968Z] [2019-10-10T22:42:02.968Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:03.450Z] #24 3.453 # 2.6% ### 4.7% #### 6.8% ###### 8.8% ####### 10.9% ######### 13.0% ########## 15.1% ############ 17.2% ############# 19.3% ################ 23.5% ################## 25.6% ################### 27.7% ###################### 31.9% ######################### 36.0% ########################### 38.1% ############################## 42.3% ############################### 44.4% ################################# 46.5% ################################## 48.5% #################################### 50.6% ##################################### 52.7% ####################################### 54.8% ########################################## 59.0% ########################################### 61.1% ############################################## 65.2% ################################################ 67.4% ################################################# 69.4% ################################################### 71.5% ####################################################### 77.8% ########################################################## 81.9% ############################################################## 86.1% ################################################################## 92.4% ##################################################################### 96.6% ####################################################################### 98.7% [2019-10-10T22:42:03.450Z] #24 ... [2019-10-10T22:42:03.450Z] [2019-10-10T22:42:03.450Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:03.450Z] #37 34.10 github.com/LK4D4/vndr/godl/singleflight [2019-10-10T22:42:03.450Z] #37 34.11 io [2019-10-10T22:42:03.450Z] #37 ... [2019-10-10T22:42:03.450Z] [2019-10-10T22:42:03.450Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:42:03.450Z] #39 24.55 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-10T22:42:03.450Z] #39 24.56 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-10T22:42:03.450Z] #39 25.55 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:42:03.450Z] #39 25.66 Fetched 13.2 MB in 1s (12.2 MB/s) [2019-10-10T22:42:03.450Z] #39 25.81 Selecting previously unselected package cmake-data. [2019-10-10T22:42:03.450Z] #39 25.81 (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-10T22:42:03.450Z] #39 25.83 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-10T22:42:03.450Z] #39 25.83 Unpacking cmake-data (3.7.2-1) ... [2019-10-10T22:42:03.450Z] #39 29.75 Selecting previously unselected package liblzo2-2:s390x. [2019-10-10T22:42:03.450Z] #39 29.78 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-10T22:42:03.450Z] #39 29.79 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-10T22:42:03.450Z] #39 29.93 Selecting previously unselected package libicu57:s390x. [2019-10-10T22:42:03.450Z] #39 29.93 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-10-10T22:42:03.450Z] #39 29.94 Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-10-10T22:42:03.852Z] #39 ... [2019-10-10T22:42:03.852Z] [2019-10-10T22:42:03.852Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:03.852Z] #37 34.51 strconv [2019-10-10T22:42:04.276Z] #37 ... [2019-10-10T22:42:04.276Z] [2019-10-10T22:42:04.276Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:42:04.276Z] #31 24.85 + cd /tmp/tmp.ua33JOWWBa/src/gotest.tools/gotestsum [2019-10-10T22:42:04.276Z] #31 24.85 + git checkout -q v0.3.5 [2019-10-10T22:42:04.276Z] #31 24.91 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-10T22:42:04.276Z] #31 ... [2019-10-10T22:42:04.276Z] [2019-10-10T22:42:04.276Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:04.276Z] #24 3.453 # 2.6% ### 4.7% #### 6.8% ###### 8.8% ####### 10.9% ######### 13.0% ########## 15.1% ############ 17.2% ############# 19.3% ################ 23.5% ################## 25.6% ################### 27.7% ###################### 31.9% ######################### 36.0% ########################### 38.1% ############################## 42.3% ############################### 44.4% ################################# 46.5% ################################## 48.5% #################################### 50.6% ##################################### 52.7% ####################################### 54.8% ########################################## 59.0% ########################################### 61.1% ############################################## 65.2% ################################################ 67.4% ################################################# 69.4% ################################################### 71.5% ####################################################### 77.8% ########################################################## 81.9% ############################################################## 86.1% ################################################################## 92.4% ##################################################################### 96.6% ####################################################################### 98.7% ######################################################################## 100.0% [2019-10-10T22:42:04.276Z] #24 9.663 [2019-10-10T22:42:04.781Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-10-10T22:42:04.781Z] [2019-10-10T22:42:04.781Z] ________ ____ __. [2019-10-10T22:42:04.781Z] \_____ \ | |/ _| [2019-10-10T22:42:04.781Z] / | \| < [2019-10-10T22:42:04.781Z] / | \ | \ [2019-10-10T22:42:04.781Z] \_______ /____|__ \ [2019-10-10T22:42:04.781Z] \/ \/ [2019-10-10T22:42:04.781Z] [2019-10-10T22:42:04.781Z] INFO: make.ps1 ended at 10/10/2019 22:41:52 [2019-10-10T22:42:04.781Z] INFO: Binaries build ended at 10/10/2019 22:41:55. Duration:00:01:23.0718637 [2019-10-10T22:42:04.781Z] INFO: Copying the built daemon binary to d:\CI\PR-40062\10\binary\dockerd-293c1a27a.exe... [2019-10-10T22:42:04.781Z] INFO: Copying the built client binary to d:\CI\PR-40062\10\binary\docker-293c1a27a.exe... [2019-10-10T22:42:04.781Z] INFO: Copying dockerversion from the container... [2019-10-10T22:42:04.781Z] INFO: Copying the golang package from the container to d:\CI\PR-40062\10\installer\go.zip... [2019-10-10T22:42:04.781Z] INFO: Extracting go.zip to d:\CI\PR-40062\10\go [2019-10-10T22:42:06.607Z] #24 10.03 ##### 7.7% ######### 13.4% ##################### 30.4% ########################## 36.1% ################################## 47.5% ########################################## 58.8% ############################################## 64.4% ################################################## 70.1% ###################################################### 75.8% ########################################################## 81.4% ############################################################## 87.1% ################################################################## 92.8% ######################################################################## 100.0% [2019-10-10T22:42:06.607Z] #24 ... [2019-10-10T22:42:06.607Z] [2019-10-10T22:42:06.607Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:42:06.607Z] #17 0.679 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:42:06.607Z] #17 0.776 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:42:06.607Z] #17 0.830 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:42:06.607Z] #17 0.841 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:42:06.607Z] #17 1.050 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:42:06.607Z] #17 1.901 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-10T22:42:06.607Z] #17 3.530 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-10T22:42:06.607Z] #17 4.412 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-10T22:42:07.010Z] #17 ... [2019-10-10T22:42:07.010Z] [2019-10-10T22:42:07.010Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:07.010Z] #24 12.79 [2019-10-10T22:42:07.174Z] #45 4.232 + RM_GOPATH=0 [2019-10-10T22:42:07.174Z] #45 4.232 + TMP_GOPATH= [2019-10-10T22:42:07.174Z] #45 4.232 + : /build [2019-10-10T22:42:07.174Z] #45 4.232 + '[' -z '' ']' [2019-10-10T22:42:07.174Z] #45 4.238 ++ mktemp -d [2019-10-10T22:42:07.174Z] #45 4.268 + export GOPATH=/tmp/tmp.Z4oenWIUPb [2019-10-10T22:42:07.174Z] #45 4.268 + GOPATH=/tmp/tmp.Z4oenWIUPb [2019-10-10T22:42:07.174Z] #45 4.268 + RM_GOPATH=1 [2019-10-10T22:42:07.174Z] #45 4.268 ++ dirname ./install.sh [2019-10-10T22:42:07.174Z] #45 4.268 + dir=. [2019-10-10T22:42:07.174Z] #45 4.268 + bin=runc [2019-10-10T22:42:07.174Z] #45 4.268 + shift [2019-10-10T22:42:07.174Z] #45 4.268 + '[' '!' -f ./runc.installer ']' [2019-10-10T22:42:07.174Z] #45 4.268 + . ./runc.installer [2019-10-10T22:42:07.174Z] #45 4.268 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-10T22:42:07.174Z] #45 4.269 + install_runc [2019-10-10T22:42:07.174Z] #45 4.270 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-10T22:42:07.174Z] #45 4.271 + uname -r [2019-10-10T22:42:07.174Z] #45 4.275 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-10T22:42:07.174Z] #45 4.275 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-10T22:42:07.174Z] #45 4.275 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-10T22:42:07.174Z] #45 4.275 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Z4oenWIUPb/src/github.com/opencontainers/runc [2019-10-10T22:42:07.174Z] #45 4.305 Cloning into '/tmp/tmp.Z4oenWIUPb/src/github.com/opencontainers/runc'... [2019-10-10T22:42:07.437Z] #45 ... [2019-10-10T22:42:07.437Z] [2019-10-10T22:42:07.437Z] #10 [dev 1/24] RUN groupadd -r docker [2019-10-10T22:42:07.437Z] #10 DONE 5.3s [2019-10-10T22:42:07.437Z] [2019-10-10T22:42:07.437Z] #11 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-10T22:42:08.830Z] #11 ... [2019-10-10T22:42:08.830Z] [2019-10-10T22:42:08.830Z] #30 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:42:08.830Z] #30 34.08 + cd /tmp/tmp.IWt7UZQsZd/src/gotest.tools/gotestsum [2019-10-10T22:42:08.830Z] #30 34.08 + git checkout -q v0.3.5 [2019-10-10T22:42:08.830Z] #30 34.14 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-10T22:42:08.830Z] #30 ... [2019-10-10T22:42:08.830Z] [2019-10-10T22:42:08.830Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:42:08.830Z] #60 37.82 Selecting previously unselected package libnl-3-dev:arm64. [2019-10-10T22:42:08.830Z] #60 37.83 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_arm64.deb ... [2019-10-10T22:42:08.830Z] #60 37.85 Unpacking libnl-3-dev:arm64 (3.2.27-2) ... [2019-10-10T22:42:08.830Z] #60 38.63 Selecting previously unselected package libprotobuf-c1:arm64. [2019-10-10T22:42:08.830Z] #60 38.64 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_arm64.deb ... [2019-10-10T22:42:08.830Z] #60 38.66 Unpacking libprotobuf-c1:arm64 (1.2.1-2) ... [2019-10-10T22:42:08.830Z] #60 38.92 Selecting previously unselected package libprotobuf-c-dev:arm64. [2019-10-10T22:42:08.830Z] #60 38.93 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_arm64.deb ... [2019-10-10T22:42:08.830Z] #60 38.97 Unpacking libprotobuf-c-dev:arm64 (1.2.1-2) ... [2019-10-10T22:42:08.830Z] #60 39.31 Selecting previously unselected package zlib1g-dev:arm64. [2019-10-10T22:42:08.830Z] #60 39.34 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_arm64.deb ... [2019-10-10T22:42:08.830Z] #60 39.41 Unpacking zlib1g-dev:arm64 (1:1.2.8.dfsg-5) ... [2019-10-10T22:42:08.830Z] #60 39.87 Selecting previously unselected package libprotobuf10:arm64. [2019-10-10T22:42:08.830Z] #60 39.87 Preparing to unpack .../08-libprotobuf10_3.0.0-9_arm64.deb ... [2019-10-10T22:42:08.830Z] #60 39.87 Unpacking libprotobuf10:arm64 (3.0.0-9) ... [2019-10-10T22:42:08.830Z] #60 40.64 Selecting previously unselected package libprotobuf-lite10:arm64. [2019-10-10T22:42:08.830Z] #60 40.66 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_arm64.deb ... [2019-10-10T22:42:08.830Z] #60 40.68 Unpacking libprotobuf-lite10:arm64 (3.0.0-9) ... [2019-10-10T22:42:08.830Z] #60 41.24 Selecting previously unselected package libprotobuf-dev:arm64. [2019-10-10T22:42:08.830Z] #60 41.25 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_arm64.deb ... [2019-10-10T22:42:08.830Z] #60 41.26 Unpacking libprotobuf-dev:arm64 (3.0.0-9) ... [2019-10-10T22:42:08.830Z] #60 42.54 Selecting previously unselected package libprotoc10:arm64. [2019-10-10T22:42:08.830Z] #60 42.55 Preparing to unpack .../11-libprotoc10_3.0.0-9_arm64.deb ... [2019-10-10T22:42:08.830Z] #60 42.58 Unpacking libprotoc10:arm64 (3.0.0-9) ... [2019-10-10T22:42:08.830Z] #60 43.37 Selecting previously unselected package protobuf-c-compiler. [2019-10-10T22:42:08.830Z] #60 43.39 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_arm64.deb ... [2019-10-10T22:42:08.830Z] #60 43.42 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-10T22:42:08.830Z] #60 43.81 Selecting previously unselected package protobuf-compiler. [2019-10-10T22:42:08.830Z] #60 43.81 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_arm64.deb ... [2019-10-10T22:42:08.830Z] #60 43.83 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-10T22:42:08.830Z] #60 44.08 Selecting previously unselected package python-pkg-resources. [2019-10-10T22:42:08.830Z] #60 44.08 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-10T22:42:08.830Z] #60 44.10 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-10T22:42:08.830Z] #60 44.54 Selecting previously unselected package python-protobuf. [2019-10-10T22:42:08.830Z] #60 44.55 Preparing to unpack .../15-python-protobuf_3.0.0-9_arm64.deb ... [2019-10-10T22:42:08.830Z] #60 44.61 Unpacking python-protobuf (3.0.0-9) ... [2019-10-10T22:42:09.095Z] #60 ... [2019-10-10T22:42:09.095Z] [2019-10-10T22:42:09.095Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:42:09.095Z] #33 34.35 sync [2019-10-10T22:42:09.095Z] #33 34.36 internal/reflectlite [2019-10-10T22:42:09.095Z] #33 35.63 sort [2019-10-10T22:42:09.095Z] #33 35.65 errors [2019-10-10T22:42:09.095Z] #33 35.98 strconv [2019-10-10T22:42:09.095Z] #33 35.99 internal/oserror [2019-10-10T22:42:09.095Z] #33 35.99 io [2019-10-10T22:42:09.095Z] #33 36.07 syscall [2019-10-10T22:42:09.095Z] #33 36.95 bytes [2019-10-10T22:42:09.095Z] #33 36.95 strings [2019-10-10T22:42:09.095Z] #33 40.53 reflect [2019-10-10T22:42:09.095Z] #33 40.81 bufio [2019-10-10T22:42:09.095Z] #33 43.12 path [2019-10-10T22:42:09.095Z] #33 ... [2019-10-10T22:42:09.095Z] [2019-10-10T22:42:09.095Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:42:09.095Z] #38 43.45 Selecting previously unselected package liblzo2-2:arm64. [2019-10-10T22:42:09.095Z] #38 43.45 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_arm64.deb ... [2019-10-10T22:42:09.095Z] #38 43.49 Unpacking liblzo2-2:arm64 (2.08-1.2+b2) ... [2019-10-10T22:42:09.095Z] #38 43.83 Selecting previously unselected package libicu57:arm64. [2019-10-10T22:42:09.095Z] #38 43.83 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_arm64.deb ... [2019-10-10T22:42:09.095Z] #38 43.83 Unpacking libicu57:arm64 (57.1-6+deb9u3) ... [2019-10-10T22:42:09.358Z] #38 ... [2019-10-10T22:42:09.358Z] [2019-10-10T22:42:09.358Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:09.358Z] #36 34.85 sync [2019-10-10T22:42:09.358Z] #36 34.85 internal/reflectlite [2019-10-10T22:42:09.358Z] #36 35.60 github.com/LK4D4/vndr/godl/singleflight [2019-10-10T22:42:09.358Z] #36 35.61 math/rand [2019-10-10T22:42:09.358Z] #36 36.42 io [2019-10-10T22:42:09.358Z] #36 36.42 strconv [2019-10-10T22:42:09.358Z] #36 36.43 vendor/golang.org/x/net/dns/dnsmessage [2019-10-10T22:42:09.358Z] #36 36.44 syscall [2019-10-10T22:42:09.358Z] #36 37.85 bytes [2019-10-10T22:42:09.358Z] #36 41.83 reflect [2019-10-10T22:42:09.358Z] #36 42.73 bufio [2019-10-10T22:42:09.464Z] #24 13.15 # 2.6% ##### 7.7% ####### 10.2% ######### 12.8% ############ 17.9% ############## 20.4% ################## 25.5% #################### 28.0% ###################### 30.6% ####################### 33.1% ########################### 38.2% ############################# 40.8% ############################### 43.3% [2019-10-10T22:42:09.464Z] #24 ... [2019-10-10T22:42:09.464Z] [2019-10-10T22:42:09.464Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:42:09.464Z] #34 29.99 sync [2019-10-10T22:42:09.464Z] #34 30.00 internal/reflectlite [2019-10-10T22:42:09.464Z] #34 33.70 sort [2019-10-10T22:42:09.464Z] #34 33.71 errors [2019-10-10T22:42:09.464Z] #34 34.04 strconv [2019-10-10T22:42:09.464Z] #34 35.01 io [2019-10-10T22:42:09.464Z] #34 36.74 internal/oserror [2019-10-10T22:42:09.464Z] #34 36.80 syscall [2019-10-10T22:42:09.464Z] #34 39.13 reflect [2019-10-10T22:42:09.464Z] #34 ... [2019-10-10T22:42:09.464Z] [2019-10-10T22:42:09.464Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:42:09.464Z] #61 31.92 Selecting previously unselected package python-protobuf. [2019-10-10T22:42:09.464Z] #61 31.92 Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-10-10T22:42:09.464Z] #61 31.93 Unpacking python-protobuf (3.0.0-9) ... [2019-10-10T22:42:09.464Z] #61 33.09 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-10T22:42:09.464Z] #61 33.19 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-10T22:42:09.464Z] #61 33.19 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-10T22:42:09.464Z] #61 35.73 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-10T22:42:09.464Z] #61 35.74 Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-10-10T22:42:09.464Z] #61 35.75 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:42:09.464Z] #61 35.76 Setting up python-protobuf (3.0.0-9) ... [2019-10-10T22:42:09.464Z] #61 39.84 Setting up libcap-dev:s390x (1:2.25-1) ... [2019-10-10T22:42:09.464Z] #61 39.84 Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-10-10T22:42:09.464Z] #61 39.88 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-10-10T22:42:09.464Z] #61 39.90 Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-10-10T22:42:09.464Z] #61 39.91 Setting up libprotoc10:s390x (3.0.0-9) ... [2019-10-10T22:42:09.464Z] #61 39.91 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-10T22:42:09.464Z] #61 39.92 Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-10-10T22:42:09.464Z] #61 39.93 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-10T22:42:09.464Z] #61 39.94 Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-10-10T22:42:09.464Z] #61 39.94 Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-10-10T22:42:09.464Z] #61 39.95 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:42:09.464Z] #61 DONE 40.3s [2019-10-10T22:42:09.464Z] [2019-10-10T22:42:09.464Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:09.621Z] #36 ... [2019-10-10T22:42:09.622Z] [2019-10-10T22:42:09.622Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:42:09.622Z] #60 45.50 Setting up libnet1:arm64 (1.1.6+dfsg-3) ... [2019-10-10T22:42:10.019Z] #60 45.64 Setting up libprotobuf-c1:arm64 (1.2.1-2) ... [2019-10-10T22:42:10.019Z] #60 45.66 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-10T22:42:10.655Z] #60 ... [2019-10-10T22:42:10.655Z] [2019-10-10T22:42:10.655Z] #11 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-10T22:42:10.655Z] #11 DONE 3.4s [2019-10-10T22:42:10.717Z] #24 13.15 # 2.6% ##### 7.7% ####### 10.2% ######### 12.8% ############ 17.9% ############## 20.4% ################## 25.5% #################### 28.0% ###################### 30.6% ####################### 33.1% ########################### 38.2% ############################# 40.8% ############################### 43.3% ################################# 45.9% ################################## 48.4% #################################### 50.9% ###################################### 53.5% ######################################## 56.0% ########################################### 61.1% ############################################### 66.2% ################################################### 71.3% ##################################################### 73.9% [2019-10-10T22:42:10.717Z] #24 ... [2019-10-10T22:42:10.717Z] [2019-10-10T22:42:10.717Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:42:10.717Z] #19 31.55 + cd /tmp/tmp.2TsYzfhKLd/src/github.com/go-swagger/go-swagger [2019-10-10T22:42:10.717Z] #19 31.55 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-10T22:42:10.717Z] #19 34.08 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-10T22:42:10.717Z] #19 ... [2019-10-10T22:42:10.717Z] [2019-10-10T22:42:10.717Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:10.916Z] [2019-10-10T22:42:10.916Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:10.916Z] #36 46.14 regexp/syntax [2019-10-10T22:42:11.048Z] #6 completed: 2019-10-10 22:42:01.543060163 +0000 UTC [2019-10-10T22:42:11.048Z] #6 duration: 2m8.062678769s [2019-10-10T22:42:11.048Z] [2019-10-10T22:42:11.048Z] [2019-10-10T22:42:11.048Z] #7 /bin/sh -c GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.co... [2019-10-10T22:42:11.048Z] #7 digest: sha256:c07903fee66193b030dd18d68ed3099cc121fc1fc95147eb7a3edb98b54c7272 [2019-10-10T22:42:11.048Z] #7 name: "/bin/sh -c 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-10T22:42:11.048Z] #7 started: 2019-10-10 22:42:01.545248762 +0000 UTC [2019-10-10T22:42:11.537Z] #24 13.15 # 2.6% ##### 7.7% ####### 10.2% ######### 12.8% ############ 17.9% ############## 20.4% ################## 25.5% #################### 28.0% ###################### 30.6% ####################### 33.1% ########################### 38.2% ############################# 40.8% ############################### 43.3% ################################# 45.9% ################################## 48.4% #################################### 50.9% ###################################### 53.5% ######################################## 56.0% ########################################### 61.1% ############################################### 66.2% ################################################### 71.3% ##################################################### 73.9% ######################################################## 78.9% ############################################################ 84.0% ############################################################## 86.5% ################################################################# 91.6% ################################################################### 94.2% [2019-10-10T22:42:11.537Z] #24 ... [2019-10-10T22:42:11.537Z] [2019-10-10T22:42:11.537Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:42:11.537Z] #39 36.85 Selecting previously unselected package libxml2:s390x. [2019-10-10T22:42:11.537Z] #39 36.87 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-10-10T22:42:11.537Z] #39 36.87 Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-10T22:42:11.537Z] #39 37.73 Selecting previously unselected package libarchive13:s390x. [2019-10-10T22:42:11.537Z] #39 37.74 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-10-10T22:42:11.537Z] #39 37.74 Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-10-10T22:42:11.537Z] #39 38.18 Selecting previously unselected package libjsoncpp1:s390x. [2019-10-10T22:42:11.537Z] #39 38.19 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-10-10T22:42:11.537Z] #39 38.19 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-10-10T22:42:11.537Z] #39 38.35 Selecting previously unselected package libuv1:s390x. [2019-10-10T22:42:11.537Z] #39 38.35 Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-10-10T22:42:11.537Z] #39 38.35 Unpacking libuv1:s390x (1.9.1-3) ... [2019-10-10T22:42:11.537Z] #39 38.47 Selecting previously unselected package cmake. [2019-10-10T22:42:11.537Z] #39 38.47 Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-10-10T22:42:11.537Z] #39 38.55 Unpacking cmake (3.7.2-1) ... [2019-10-10T22:42:11.537Z] #39 41.20 Selecting previously unselected package xxd. [2019-10-10T22:42:11.537Z] #39 41.22 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-10T22:42:11.537Z] #39 41.23 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:42:11.537Z] #39 41.39 Selecting previously unselected package vim-common. [2019-10-10T22:42:11.537Z] #39 41.39 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-10T22:42:11.537Z] #39 41.40 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:42:11.537Z] #39 41.75 Processing triggers for mime-support (3.60) ... [2019-10-10T22:42:11.537Z] #39 41.78 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:42:11.537Z] #39 41.80 Setting up libuv1:s390x (1.9.1-3) ... [2019-10-10T22:42:11.537Z] #39 41.81 Setting up cmake-data (3.7.2-1) ... [2019-10-10T22:42:11.537Z] #39 41.85 Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-10-10T22:42:11.537Z] #39 41.88 Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-10T22:42:11.537Z] #39 41.89 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:42:11.537Z] #39 41.96 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:42:11.537Z] #39 41.97 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-10T22:42:11.537Z] #39 42.03 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-10-10T22:42:11.537Z] #39 42.03 Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-10-10T22:42:11.537Z] #39 42.05 Setting up cmake (3.7.2-1) ... [2019-10-10T22:42:11.537Z] #39 42.13 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:42:11.537Z] #39 DONE 42.4s [2019-10-10T22:42:11.537Z] [2019-10-10T22:42:11.537Z] #40 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:42:11.537Z] #40 DONE 0.1s [2019-10-10T22:42:11.537Z] [2019-10-10T22:42:11.537Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:42:11.537Z] #17 14.45 Fetched 7670 kB in 13s (555 kB/s) [2019-10-10T22:42:11.537Z] #17 14.45 Reading package lists... [2019-10-10T22:42:11.537Z] #17 ... [2019-10-10T22:42:11.537Z] [2019-10-10T22:42:11.537Z] #41 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-10T22:42:11.537Z] #41 DONE 0.1s [2019-10-10T22:42:11.938Z] [2019-10-10T22:42:11.938Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:11.938Z] #24 13.15 # 2.6% ##### 7.7% ####### 10.2% ######### 12.8% ############ 17.9% ############## 20.4% ################## 25.5% #################### 28.0% ###################### 30.6% ####################### 33.1% ########################### 38.2% ############################# 40.8% ############################### 43.3% ################################# 45.9% ################################## 48.4% #################################### 50.9% ###################################### 53.5% ######################################## 56.0% ########################################### 61.1% ############################################### 66.2% ################################################### 71.3% ##################################################### 73.9% ######################################################## 78.9% ############################################################ 84.0% ############################################################## 86.5% ################################################################# 91.6% ################################################################### 94.2% ####################################################################### 99.3% ######################################################################## 100.0% [2019-10-10T22:42:11.938Z] #24 17.88 [2019-10-10T22:42:12.861Z] #36 ... [2019-10-10T22:42:12.861Z] [2019-10-10T22:42:12.861Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:12.861Z] #23 6.971 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-10T22:42:12.861Z] #23 7.542 [2019-10-10T22:42:12.861Z] #23 8.070 ### 5.3% ###### 9.4% ######## 12.2% ######### 13.1% ############ 17.7% ############### 21.7% ############################# 40.6% ################################### 49.7% ###################################### 53.4% ################################################## 70.5% ##################################################### 74.2% ####################################################### 77.0% ############################################################ 84.3% ############################################################### 88.6% ################################################################## 92.9% ##################################################################### 96.7% ######################################################################## 100.0% [2019-10-10T22:42:13.120Z] #23 ... [2019-10-10T22:42:13.121Z] [2019-10-10T22:42:13.121Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:42:13.121Z] #50 4.324 + RM_GOPATH=0 [2019-10-10T22:42:13.121Z] #50 4.324 + TMP_GOPATH= [2019-10-10T22:42:13.121Z] #50 4.324 + : /build [2019-10-10T22:42:13.121Z] #50 4.324 + '[' -z '' ']' [2019-10-10T22:42:13.121Z] #50 4.324 ++ mktemp -d [2019-10-10T22:42:13.121Z] #50 4.339 + export GOPATH=/tmp/tmp.FgjGVrs3ni [2019-10-10T22:42:13.121Z] #50 4.339 + GOPATH=/tmp/tmp.FgjGVrs3ni [2019-10-10T22:42:13.121Z] #50 4.339 + RM_GOPATH=1 [2019-10-10T22:42:13.121Z] #50 4.339 ++ dirname ./install.sh [2019-10-10T22:42:13.121Z] #50 4.341 + dir=. [2019-10-10T22:42:13.121Z] #50 4.343 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-10T22:42:13.121Z] #50 4.343 + bin=containerd [2019-10-10T22:42:13.121Z] #50 4.343 + shift [2019-10-10T22:42:13.121Z] #50 4.343 + '[' '!' -f ./containerd.installer ']' [2019-10-10T22:42:13.121Z] #50 4.343 + . ./containerd.installer [2019-10-10T22:42:13.121Z] #50 4.343 ++ CONTAINERD_COMMIT=36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-10T22:42:13.121Z] #50 4.343 + install_containerd [2019-10-10T22:42:13.121Z] #50 4.343 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-10T22:42:13.121Z] #50 4.343 + git clone https://github.com/containerd/containerd.git /tmp/tmp.FgjGVrs3ni/src/github.com/containerd/containerd [2019-10-10T22:42:13.121Z] #50 4.347 Cloning into '/tmp/tmp.FgjGVrs3ni/src/github.com/containerd/containerd'... [2019-10-10T22:42:13.121Z] #50 ... [2019-10-10T22:42:13.121Z] [2019-10-10T22:42:13.121Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:42:13.121Z] #33 46.00 internal/syscall/unix [2019-10-10T22:42:13.121Z] #33 46.01 time [2019-10-10T22:42:13.585Z] #24 18.17 # 1.4% ## 3.3% ### 4.2% ##### 7.1% ###### 9.0% ####### 10.9% ######### 12.8% ########## 14.6% [2019-10-10T22:42:13.585Z] #24 ... [2019-10-10T22:42:13.585Z] [2019-10-10T22:42:13.585Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:13.585Z] #46 8.856 + cd /tmp/tmp.mn93rk8MXi/src/github.com/opencontainers/runc [2019-10-10T22:42:13.585Z] #46 8.856 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-10T22:42:13.585Z] #46 9.045 + '[' -z '' ']' [2019-10-10T22:42:13.585Z] #46 9.045 + target=static [2019-10-10T22:42:13.585Z] #46 9.045 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-10T22:42:13.585Z] #46 11.25 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-10T22:42:13.585Z] #46 ... [2019-10-10T22:42:13.585Z] [2019-10-10T22:42:13.585Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:14.062Z] #33 ... [2019-10-10T22:42:14.062Z] [2019-10-10T22:42:14.062Z] #12 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-10T22:42:14.062Z] #12 2.583 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-10T22:42:14.062Z] #12 DONE 3.4s [2019-10-10T22:42:14.062Z] [2019-10-10T22:42:14.062Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:14.062Z] #23 10.67 [2019-10-10T22:42:14.323Z] #23 11.14 0.1% ############ 17.9% ######################## 34.1% ####################################### 54.8% ######################################### 58.1% ################################################# 69.0% ############################################################# 84.8% ######################################################################## 100.0% [2019-10-10T22:42:15.297Z] #24 18.17 # 1.4% ## 3.3% ### 4.2% ##### 7.1% ###### 9.0% ####### 10.9% ######### 12.8% ########## 14.6% ########### 16.5% ############# 18.4% ############## 20.3% ############### 22.2% ################# 24.1% ################## 26.0% #################### 27.9% #################### 28.8% ##################### 29.8% ###################### 30.7% ###################### 31.7% [2019-10-10T22:42:15.297Z] #24 ... [2019-10-10T22:42:15.297Z] [2019-10-10T22:42:15.297Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:15.297Z] #37 35.69 bytes [2019-10-10T22:42:15.297Z] #37 38.83 bufio [2019-10-10T22:42:15.297Z] #37 39.55 reflect [2019-10-10T22:42:15.297Z] #37 41.17 syscall [2019-10-10T22:42:15.297Z] #37 ... [2019-10-10T22:42:15.297Z] [2019-10-10T22:42:15.297Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:15.306Z] #23 12.59 [2019-10-10T22:42:17.454Z] #23 13.37 ####### 10.0% ############# 18.4% ################## 25.4% ######################## 34.2% ############################## 42.2% ################################### 49.6% ####################################### 54.9% ######################################### 57.2% ######################################### 57.6% ############################################# 63.7% ################################################### 71.8% ######################################################## 78.9% ############################################################ 84.6% ################################################################## 92.6% ######################################################################## 100.0% [2019-10-10T22:42:18.027Z] #23 ... [2019-10-10T22:42:18.027Z] [2019-10-10T22:42:18.027Z] #13 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-10T22:42:18.027Z] #13 DONE 3.7s [2019-10-10T22:42:18.027Z] [2019-10-10T22:42:18.027Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:42:18.027Z] #38 50.64 Selecting previously unselected package libxml2:arm64. [2019-10-10T22:42:18.027Z] #38 50.65 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_arm64.deb ... [2019-10-10T22:42:18.027Z] #38 50.68 Unpacking libxml2:arm64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-10T22:42:18.027Z] #38 51.52 Selecting previously unselected package libarchive13:arm64. [2019-10-10T22:42:18.027Z] #38 51.53 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_arm64.deb ... [2019-10-10T22:42:18.027Z] #38 51.57 Unpacking libarchive13:arm64 (3.2.2-2+deb9u1) ... [2019-10-10T22:42:18.028Z] #38 51.74 Selecting previously unselected package libjsoncpp1:arm64. [2019-10-10T22:42:18.028Z] #38 51.74 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_arm64.deb ... [2019-10-10T22:42:18.028Z] #38 51.76 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2019-10-10T22:42:18.028Z] #38 51.95 Selecting previously unselected package libuv1:arm64. [2019-10-10T22:42:18.028Z] #38 51.97 Preparing to unpack .../6-libuv1_1.9.1-3_arm64.deb ... [2019-10-10T22:42:18.028Z] #38 51.98 Unpacking libuv1:arm64 (1.9.1-3) ... [2019-10-10T22:42:18.028Z] #38 52.30 Selecting previously unselected package cmake. [2019-10-10T22:42:18.028Z] #38 52.31 Preparing to unpack .../7-cmake_3.7.2-1_arm64.deb ... [2019-10-10T22:42:18.028Z] #38 52.48 Unpacking cmake (3.7.2-1) ... [2019-10-10T22:42:18.969Z] #38 54.69 Selecting previously unselected package xxd. [2019-10-10T22:42:18.969Z] #38 54.69 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_arm64.deb ... [2019-10-10T22:42:18.969Z] #38 54.72 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:42:18.969Z] #38 54.94 Selecting previously unselected package vim-common. [2019-10-10T22:42:19.230Z] #38 54.95 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-10T22:42:19.230Z] #38 54.99 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:42:19.513Z] #38 55.23 Processing triggers for mime-support (3.60) ... [2019-10-10T22:42:19.513Z] #38 55.35 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:42:19.513Z] #38 55.39 Setting up libuv1:arm64 (1.9.1-3) ... [2019-10-10T22:42:19.545Z] #24 18.17 # 1.4% ## 3.3% ### 4.2% ##### 7.1% ###### 9.0% ####### 10.9% ######### 12.8% ########## 14.6% ########### 16.5% ############# 18.4% ############## 20.3% ############### 22.2% ################# 24.1% ################## 26.0% #################### 27.9% #################### 28.8% ##################### 29.8% ###################### 30.7% ###################### 31.7% ####################### 32.6% ######################## 33.6% ######################## 34.5% ######################### 35.5% ########################## 36.4% ########################## 37.3% ########################### 38.3% ############################ 39.2% ############################## 42.7% ################################ 45.5% ################################# 46.5% ################################## 47.4% ################################## 48.4% #################################### 50.3% #################################### 51.2% ###################################### 53.1% ###################################### 54.0% ######################################## 55.9% ######################################## 56.9% ########################################## 58.8% ########################################### 60.1% ########################################### 61.1% ############################################# 63.0% ############################################## 63.9% ############################################## 64.9% ############################################### 65.8% ################################################ 67.7% ################################################## 69.6% [2019-10-10T22:42:19.545Z] #24 ... [2019-10-10T22:42:19.545Z] [2019-10-10T22:42:19.545Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:42:19.545Z] #62 1.720 Note: Building without setproctitle() and strlcpy() support. [2019-10-10T22:42:19.545Z] #62 1.721 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-10T22:42:19.545Z] #62 2.882 fatal: Not a git repository (or any of the parent directories): .git [2019-10-10T22:42:19.545Z] #62 2.947 GEN .gitid [2019-10-10T22:42:19.545Z] #62 2.966 GEN criu/include/version.h [2019-10-10T22:42:19.545Z] #62 2.990 GEN include/common/asm [2019-10-10T22:42:19.545Z] #62 4.198 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-10T22:42:19.545Z] #62 4.241 PBCC images/opts.pb-c.c [2019-10-10T22:42:19.545Z] #62 4.269 PBCC images/sit.pb-c.c [2019-10-10T22:42:19.545Z] #62 4.305 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-10T22:42:19.545Z] #62 4.345 DEP images/opts.pb-c.d [2019-10-10T22:42:19.545Z] #62 4.383 DEP images/sit.pb-c.d [2019-10-10T22:42:19.545Z] #62 4.419 PBCC images/macvlan.pb-c.c [2019-10-10T22:42:19.545Z] #62 4.423 DEP images/macvlan.pb-c.d [2019-10-10T22:42:19.545Z] #62 4.493 PBCC images/autofs.pb-c.c [2019-10-10T22:42:19.545Z] #62 4.499 DEP images/autofs.pb-c.d [2019-10-10T22:42:19.545Z] #62 4.592 PBCC images/sysctl.pb-c.c [2019-10-10T22:42:19.545Z] #62 4.620 DEP images/sysctl.pb-c.d [2019-10-10T22:42:19.545Z] #62 4.650 PBCC images/time.pb-c.c [2019-10-10T22:42:19.545Z] #62 4.673 DEP images/time.pb-c.d [2019-10-10T22:42:19.545Z] #62 4.724 PBCC images/binfmt-misc.pb-c.c [2019-10-10T22:42:19.545Z] #62 4.749 DEP images/binfmt-misc.pb-c.d [2019-10-10T22:42:19.545Z] #62 4.778 PBCC images/seccomp.pb-c.c [2019-10-10T22:42:19.545Z] #62 4.798 DEP images/seccomp.pb-c.d [2019-10-10T22:42:19.545Z] #62 4.818 PBCC images/userns.pb-c.c [2019-10-10T22:42:19.545Z] #62 4.851 DEP images/userns.pb-c.d [2019-10-10T22:42:19.545Z] #62 4.963 PBCC images/cgroup.pb-c.c [2019-10-10T22:42:19.545Z] #62 5.028 DEP images/cgroup.pb-c.d [2019-10-10T22:42:19.545Z] #62 5.132 PBCC images/fown.pb-c.c [2019-10-10T22:42:19.545Z] #62 5.198 PBCC images/ext-file.pb-c.c [2019-10-10T22:42:19.545Z] #62 5.202 DEP images/fown.pb-c.d [2019-10-10T22:42:19.545Z] #62 5.212 DEP images/ext-file.pb-c.d [2019-10-10T22:42:19.545Z] #62 5.264 PBCC images/rpc.pb-c.c [2019-10-10T22:42:19.545Z] #62 5.302 DEP images/rpc.pb-c.d [2019-10-10T22:42:19.545Z] #62 5.358 PBCC images/siginfo.pb-c.c [2019-10-10T22:42:19.545Z] #62 5.414 DEP images/siginfo.pb-c.d [2019-10-10T22:42:19.545Z] #62 5.431 PBCC images/pagemap.pb-c.c [2019-10-10T22:42:19.545Z] #62 5.447 DEP images/pagemap.pb-c.d [2019-10-10T22:42:19.545Z] #62 5.468 PBCC images/rlimit.pb-c.c [2019-10-10T22:42:19.545Z] #62 5.479 DEP images/rlimit.pb-c.d [2019-10-10T22:42:19.545Z] #62 5.557 PBCC images/file-lock.pb-c.c [2019-10-10T22:42:19.545Z] #62 5.594 DEP images/file-lock.pb-c.d [2019-10-10T22:42:19.545Z] #62 5.720 PBCC images/tty.pb-c.c [2019-10-10T22:42:19.545Z] #62 5.741 DEP images/tty.pb-c.d [2019-10-10T22:42:19.545Z] #62 5.844 PBCC images/tun.pb-c.c [2019-10-10T22:42:19.545Z] #62 5.922 PBCC images/netdev.pb-c.c [2019-10-10T22:42:19.545Z] #62 5.995 DEP images/tun.pb-c.d [2019-10-10T22:42:19.545Z] #62 6.108 DEP images/netdev.pb-c.d [2019-10-10T22:42:19.545Z] #62 6.210 PBCC images/vma.pb-c.c [2019-10-10T22:42:19.545Z] #62 6.243 DEP images/vma.pb-c.d [2019-10-10T22:42:19.545Z] #62 6.337 PBCC images/creds.pb-c.c [2019-10-10T22:42:19.545Z] #62 6.353 DEP images/creds.pb-c.d [2019-10-10T22:42:19.545Z] #62 6.402 PBCC images/utsns.pb-c.c [2019-10-10T22:42:19.545Z] #62 6.458 DEP images/utsns.pb-c.d [2019-10-10T22:42:19.545Z] #62 6.486 PBCC images/ipc-desc.pb-c.c [2019-10-10T22:42:19.545Z] #62 6.504 PBCC images/ipc-sem.pb-c.c [2019-10-10T22:42:19.545Z] #62 6.603 DEP images/ipc-desc.pb-c.d [2019-10-10T22:42:19.545Z] #62 6.638 DEP images/ipc-sem.pb-c.d [2019-10-10T22:42:19.545Z] #62 6.731 PBCC images/ipc-msg.pb-c.c [2019-10-10T22:42:19.545Z] #62 6.778 DEP images/ipc-msg.pb-c.d [2019-10-10T22:42:19.545Z] #62 6.897 PBCC images/ipc-shm.pb-c.c [2019-10-10T22:42:19.545Z] #62 6.936 DEP images/ipc-shm.pb-c.d [2019-10-10T22:42:19.545Z] #62 6.998 PBCC images/ipc-var.pb-c.c [2019-10-10T22:42:19.545Z] #62 7.006 DEP images/ipc-var.pb-c.d [2019-10-10T22:42:19.545Z] #62 7.045 PBCC images/sk-opts.pb-c.c [2019-10-10T22:42:19.545Z] #62 7.086 PBCC images/packet-sock.pb-c.c [2019-10-10T22:42:19.545Z] #62 7.164 DEP images/sk-opts.pb-c.d [2019-10-10T22:42:19.545Z] #62 7.243 DEP images/packet-sock.pb-c.d [2019-10-10T22:42:19.545Z] #62 7.327 PBCC images/sk-netlink.pb-c.c [2019-10-10T22:42:19.545Z] #62 7.338 DEP images/sk-netlink.pb-c.d [2019-10-10T22:42:19.545Z] #62 7.352 PBCC images/sk-inet.pb-c.c [2019-10-10T22:42:19.546Z] #62 7.392 DEP images/sk-inet.pb-c.d [2019-10-10T22:42:19.546Z] #62 7.437 PBCC images/sk-unix.pb-c.c [2019-10-10T22:42:19.546Z] #62 7.475 DEP images/sk-unix.pb-c.d [2019-10-10T22:42:19.546Z] #62 7.580 PBCC images/mm.pb-c.c [2019-10-10T22:42:19.546Z] #62 7.599 DEP images/mm.pb-c.d [2019-10-10T22:42:19.546Z] #62 7.634 PBCC images/timerfd.pb-c.c [2019-10-10T22:42:19.546Z] #62 7.655 DEP images/timerfd.pb-c.d [2019-10-10T22:42:19.546Z] #62 7.725 PBCC images/timer.pb-c.c [2019-10-10T22:42:19.546Z] #62 7.762 DEP images/timer.pb-c.d [2019-10-10T22:42:19.546Z] #62 7.818 PBCC images/sa.pb-c.c [2019-10-10T22:42:19.546Z] #62 7.847 DEP images/sa.pb-c.d [2019-10-10T22:42:19.546Z] #62 7.907 PBCC images/pipe-data.pb-c.c [2019-10-10T22:42:19.546Z] #62 7.925 DEP images/pipe-data.pb-c.d [2019-10-10T22:42:19.546Z] #62 7.975 PBCC images/mnt.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.031 DEP images/mnt.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.101 PBCC images/sk-packet.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.105 DEP images/sk-packet.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.165 PBCC images/tcp-stream.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.203 DEP images/tcp-stream.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.251 PBCC images/pipe.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.279 DEP images/pipe.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.329 PBCC images/pstree.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.349 DEP images/pstree.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.398 PBCC images/fs.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.427 DEP images/fs.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.477 PBCC images/signalfd.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.483 DEP images/signalfd.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.535 PBCC images/fh.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.595 PBCC images/fsnotify.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.611 DEP images/fh.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.684 DEP images/fsnotify.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.748 PBCC images/eventpoll.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.797 DEP images/eventpoll.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.841 PBCC images/eventfd.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.863 DEP images/eventfd.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.928 PBCC images/remap-file-path.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.933 DEP images/remap-file-path.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.977 PBCC images/fifo.pb-c.c [2019-10-10T22:42:19.546Z] #62 8.982 DEP images/fifo.pb-c.d [2019-10-10T22:42:19.546Z] #62 8.994 PBCC images/ghost-file.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.029 DEP images/ghost-file.pb-c.d [2019-10-10T22:42:19.546Z] #62 9.054 PBCC images/regfile.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.088 DEP images/regfile.pb-c.d [2019-10-10T22:42:19.546Z] #62 9.121 PBCC images/ns.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.132 DEP images/ns.pb-c.d [2019-10-10T22:42:19.546Z] #62 9.165 PBCC images/fdinfo.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.219 DEP images/fdinfo.pb-c.d [2019-10-10T22:42:19.546Z] #62 9.261 PBCC images/core-aarch64.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.297 PBCC images/core-arm.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.303 PBCC images/core-ppc64.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.348 PBCC images/core-s390.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.396 PBCC images/core-x86.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.430 PBCC images/core.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.466 PBCC images/inventory.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.507 DEP images/core-aarch64.pb-c.d [2019-10-10T22:42:19.546Z] #62 9.554 DEP images/core-arm.pb-c.d [2019-10-10T22:42:19.546Z] #62 9.633 DEP images/core-ppc64.pb-c.d [2019-10-10T22:42:19.546Z] #62 9.686 DEP images/core-s390.pb-c.d [2019-10-10T22:42:19.546Z] #62 9.746 DEP images/core-x86.pb-c.d [2019-10-10T22:42:19.546Z] #62 9.777 DEP images/core.pb-c.d [2019-10-10T22:42:19.546Z] #62 9.822 DEP images/inventory.pb-c.d [2019-10-10T22:42:19.546Z] #62 9.875 PBCC images/cpuinfo.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.900 DEP images/cpuinfo.pb-c.d [2019-10-10T22:42:19.546Z] #62 9.957 PBCC images/stats.pb-c.c [2019-10-10T22:42:19.546Z] #62 9.994 DEP images/stats.pb-c.d [2019-10-10T22:42:19.546Z] #62 ... [2019-10-10T22:42:19.546Z] [2019-10-10T22:42:19.546Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:19.546Z] #42 0.278 + RM_GOPATH=0 [2019-10-10T22:42:19.546Z] #42 0.279 + TMP_GOPATH= [2019-10-10T22:42:19.546Z] #42 0.279 + : /build [2019-10-10T22:42:19.546Z] #42 0.279 + '[' -z '' ']' [2019-10-10T22:42:19.546Z] #42 0.280 ++ mktemp -d [2019-10-10T22:42:19.546Z] #42 0.281 + export GOPATH=/tmp/tmp.TkSPgSRGGc [2019-10-10T22:42:19.546Z] #42 0.282 + GOPATH=/tmp/tmp.TkSPgSRGGc [2019-10-10T22:42:19.546Z] #42 0.282 + RM_GOPATH=1 [2019-10-10T22:42:19.546Z] #42 0.282 ++ dirname ./install.sh [2019-10-10T22:42:19.546Z] #42 0.283 + dir=. [2019-10-10T22:42:19.546Z] #42 0.284 + bin=tini [2019-10-10T22:42:19.546Z] #42 0.284 + shift [2019-10-10T22:42:19.546Z] #42 0.284 + '[' '!' -f ./tini.installer ']' [2019-10-10T22:42:19.546Z] #42 0.284 + . ./tini.installer [2019-10-10T22:42:19.546Z] #42 0.285 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-10T22:42:19.546Z] #42 0.285 + install_tini [2019-10-10T22:42:19.546Z] #42 0.285 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-10T22:42:19.546Z] #42 0.286 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-10T22:42:19.546Z] #42 0.286 + git clone https://github.com/krallin/tini.git /tmp/tmp.TkSPgSRGGc/tini [2019-10-10T22:42:19.546Z] #42 0.289 Cloning into '/tmp/tmp.TkSPgSRGGc/tini'... [2019-10-10T22:42:19.546Z] #42 1.227 + cd /tmp/tmp.TkSPgSRGGc/tini [2019-10-10T22:42:19.546Z] #42 1.228 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-10T22:42:19.546Z] #42 1.238 + cmake . [2019-10-10T22:42:19.546Z] #42 1.712 -- The C compiler identification is GNU 6.3.0 [2019-10-10T22:42:19.546Z] #42 1.769 -- Check for working C compiler: /usr/bin/cc [2019-10-10T22:42:19.546Z] #42 2.189 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-10T22:42:19.546Z] #42 2.194 -- Detecting C compiler ABI info [2019-10-10T22:42:19.546Z] #42 2.805 -- Detecting C compiler ABI info - done [2019-10-10T22:42:19.546Z] #42 2.832 -- Detecting C compile features [2019-10-10T22:42:19.546Z] #42 5.037 -- Detecting C compile features - done [2019-10-10T22:42:19.546Z] #42 5.043 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-10T22:42:19.546Z] #42 5.253 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-10T22:42:19.546Z] #42 5.376 -- Configuring done [2019-10-10T22:42:19.546Z] #42 5.390 -- Generating done [2019-10-10T22:42:19.546Z] #42 5.401 -- Build files have been written to: /tmp/tmp.TkSPgSRGGc/tini [2019-10-10T22:42:19.546Z] #42 5.416 + make tini-static [2019-10-10T22:42:19.546Z] #42 5.700 Scanning dependencies of target tini-static [2019-10-10T22:42:19.546Z] #42 5.791 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-10T22:42:19.546Z] #42 7.330 [100%] Linking C executable tini-static [2019-10-10T22:42:19.546Z] #42 7.705 [100%] Built target tini-static [2019-10-10T22:42:19.546Z] #42 7.777 + mkdir -p /build [2019-10-10T22:42:19.546Z] #42 7.780 + cp tini-static /build/docker-init [2019-10-10T22:42:19.546Z] #42 DONE 7.9s [2019-10-10T22:42:19.546Z] [2019-10-10T22:42:19.546Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:19.775Z] #38 55.44 Setting up cmake-data (3.7.2-1) ... [2019-10-10T22:42:19.775Z] #38 55.53 Setting up libicu57:arm64 (57.1-6+deb9u3) ... [2019-10-10T22:42:19.775Z] #38 55.55 Setting up libxml2:arm64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-10T22:42:19.775Z] #38 55.57 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:42:20.037Z] #38 55.74 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:42:20.037Z] #38 55.78 Setting up liblzo2-2:arm64 (2.08-1.2+b2) ... [2019-10-10T22:42:20.037Z] #38 55.81 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2019-10-10T22:42:20.037Z] #38 55.84 Setting up libarchive13:arm64 (3.2.2-2+deb9u1) ... [2019-10-10T22:42:20.037Z] #38 55.85 Setting up cmake (3.7.2-1) ... [2019-10-10T22:42:20.037Z] #38 ... [2019-10-10T22:42:20.037Z] [2019-10-10T22:42:20.037Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:20.037Z] #23 15.52 [2019-10-10T22:42:21.092Z] #23 15.99 # 2.1% ## 3.7% #### 5.6% #### 6.5% ##### 7.0% ###### 8.7% ####### 11.0% ######### 12.6% ########## 14.0% ########## 14.4% ########### 15.4% ########### 15.8% ############ 17.5% ############# 18.6% ############### 21.2% ################ 23.5% ################### 26.5% ##################### 29.2% ###################### 31.7% ######################## 34.3% ######################### 35.2% ########################## 37.3% ############################# 41.4% [2019-10-10T22:42:21.092Z] #23 ... [2019-10-10T22:42:21.092Z] [2019-10-10T22:42:21.092Z] #14 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-10T22:42:21.092Z] #14 DONE 3.4s [2019-10-10T22:42:21.092Z] [2019-10-10T22:42:21.092Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:21.358Z] #23 15.99 # 2.1% ## 3.7% #### 5.6% #### 6.5% ##### 7.0% ###### 8.7% ####### 11.0% ######### 12.6% ########## 14.0% ########## 14.4% ########### 15.4% ########### 15.8% ############ 17.5% ############# 18.6% ############### 21.2% ################ 23.5% ################### 26.5% ##################### 29.2% ###################### 31.7% ######################## 34.3% ######################### 35.2% ########################## 37.3% ############################# 41.4% ############################### 44.2% [2019-10-10T22:42:21.358Z] #23 ... [2019-10-10T22:42:21.358Z] [2019-10-10T22:42:21.358Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:42:21.358Z] #38 55.96 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:42:21.358Z] #38 DONE 57.0s [2019-10-10T22:42:21.358Z] [2019-10-10T22:42:21.358Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:21.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-10T22:42:21.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-10T22:42:21.620Z] #23 15.99 # 2.1% ## 3.7% #### 5.6% #### 6.5% ##### 7.0% ###### 8.7% ####### 11.0% ######### 12.6% ########## 14.0% ########## 14.4% ########### 15.4% ########### 15.8% ############ 17.5% ############# 18.6% ############### 21.2% ################ 23.5% ################### 26.5% ##################### 29.2% ###################### 31.7% ######################## 34.3% ######################### 35.2% ########################## 37.3% ############################# 41.4% ############################### 44.2% ################################### 50.0% ##################################### 52.5% [2019-10-10T22:42:21.620Z] #23 ... [2019-10-10T22:42:21.620Z] [2019-10-10T22:42:21.620Z] #39 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:42:21.620Z] #39 DONE 0.3s [2019-10-10T22:42:21.620Z] [2019-10-10T22:42:21.620Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:21.620Z] #23 15.99 # 2.1% ## 3.7% #### 5.6% #### 6.5% ##### 7.0% ###### 8.7% ####### 11.0% ######### 12.6% ########## 14.0% ########## 14.4% ########### 15.4% ########### 15.8% ############ 17.5% ############# 18.6% ############### 21.2% ################ 23.5% ################### 26.5% ##################### 29.2% ###################### 31.7% ######################## 34.3% ######################### 35.2% ########################## 37.3% ############################# 41.4% ############################### 44.2% ################################### 50.0% ##################################### 52.5% ####################################### 54.8% ######################################### 57.1% ########################################## [2019-10-10T22:42:21.620Z] #23 ... [2019-10-10T22:42:21.620Z] [2019-10-10T22:42:21.620Z] #40 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-10T22:42:21.620Z] #40 DONE 0.2s [2019-10-10T22:42:21.620Z] [2019-10-10T22:42:21.620Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:22.066Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-10T22:42:22.382Z] #24 18.17 # 1.4% ## 3.3% ### 4.2% ##### 7.1% ###### 9.0% ####### 10.9% ######### 12.8% ########## 14.6% ########### 16.5% ############# 18.4% ############## 20.3% ############### 22.2% ################# 24.1% ################## 26.0% #################### 27.9% #################### 28.8% ##################### 29.8% ###################### 30.7% ###################### 31.7% ####################### 32.6% ######################## 33.6% ######################## 34.5% ######################### 35.5% ########################## 36.4% ########################## 37.3% ########################### 38.3% ############################ 39.2% ############################## 42.7% ################################ 45.5% ################################# 46.5% ################################## 47.4% ################################## 48.4% #################################### 50.3% #################################### 51.2% ###################################### 53.1% ###################################### 54.0% ######################################## 55.9% ######################################## 56.9% ########################################## 58.8% ########################################### 60.1% ########################################### 61.1% ############################################# 63.0% ############################################## 63.9% ############################################## 64.9% ############################################### 65.8% ################################################ 67.7% ################################################## 69.6% ################################################### 71.5% #################################################### 73.4% ##################################################### 74.3% ###################################################### 75.3% ###################################################### 76.2% ####################################################### 77.1% ######################################################## 79.0% ######################################################### 80.0% ########################################################## 81.4% ########################################################### 82.0% ############################################################ 83.9% ############################################################# 85.8% ############################################################### 87.7% ############################################################### 88.7% ################################################################ 89.6% ################################################################## 92.4% #################################################################### 95.3% ###################################################################### 98.1% ####################################################################### 100.0% ######################################################################## 100.0% [2019-10-10T22:42:22.382Z] #24 28.22 [2019-10-10T22:42:22.668Z] #23 15.99 # 2.1% ## 3.7% #### 5.6% #### 6.5% ##### 7.0% ###### 8.7% ####### 11.0% ######### 12.6% ########## 14.0% ########## 14.4% ########### 15.4% ########### 15.8% ############ 17.5% ############# 18.6% ############### 21.2% ################ 23.5% ################### 26.5% ##################### 29.2% ###################### 31.7% ######################## 34.3% ######################### 35.2% ########################## 37.3% ############################# 41.4% ############################### 44.2% ################################### 50.0% ##################################### 52.5% ####################################### 54.8% ######################################### 57.1% ########################################## 59.4% ############################################ 61.5% ############################################## 64.4% ################################################ 67.2% ################################################# 68.6% ################################################## 69.7% ################################################### 71.5% #################################################### 73.3% ######################################################## 77.8% ######################################################### 80.3% [2019-10-10T22:42:22.668Z] #23 ... [2019-10-10T22:42:22.668Z] [2019-10-10T22:42:22.668Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:42:22.668Z] #60 49.90 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-10T22:42:22.668Z] #60 49.93 Setting up libprotobuf10:arm64 (3.0.0-9) ... [2019-10-10T22:42:22.668Z] #60 50.01 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:42:22.668Z] #60 50.13 Setting up python-protobuf (3.0.0-9) ... [2019-10-10T22:42:22.668Z] #60 56.50 Setting up libcap-dev:arm64 (1:2.25-1) ... [2019-10-10T22:42:22.668Z] #60 56.81 Setting up libprotobuf-c-dev:arm64 (1.2.1-2) ... [2019-10-10T22:42:22.668Z] #60 57.19 Setting up libnl-3-200:arm64 (3.2.27-2) ... [2019-10-10T22:42:22.668Z] #60 57.32 Setting up libprotobuf-lite10:arm64 (3.0.0-9) ... [2019-10-10T22:42:22.668Z] #60 57.40 Setting up libprotoc10:arm64 (3.0.0-9) ... [2019-10-10T22:42:22.668Z] #60 57.50 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-10T22:42:22.668Z] #60 57.54 Setting up zlib1g-dev:arm64 (1:1.2.8.dfsg-5) ... [2019-10-10T22:42:22.668Z] #60 57.59 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-10T22:42:22.668Z] #60 57.65 Setting up libprotobuf-dev:arm64 (3.0.0-9) ... [2019-10-10T22:42:22.668Z] #60 57.67 Setting up libnl-3-dev:arm64 (3.2.27-2) ... [2019-10-10T22:42:22.668Z] #60 57.72 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:42:22.668Z] #60 DONE 58.5s [2019-10-10T22:42:22.668Z] [2019-10-10T22:42:22.668Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:23.452Z] #23 15.99 # 2.1% ## 3.7% #### 5.6% #### 6.5% ##### 7.0% ###### 8.7% ####### 11.0% ######### 12.6% ########## 14.0% ########## 14.4% ########### 15.4% ########### 15.8% ############ 17.5% ############# 18.6% ############### 21.2% ################ 23.5% ################### 26.5% ##################### 29.2% ###################### 31.7% ######################## 34.3% ######################### 35.2% ########################## 37.3% ############################# 41.4% ############################### 44.2% ################################### 50.0% ##################################### 52.5% ####################################### 54.8% ######################################### 57.1% ########################################## 59.4% ############################################ 61.5% ############################################## 64.4% ################################################ 67.2% ################################################# 68.6% ################################################## 69.7% ################################################### 71.5% #################################################### 73.3% ######################################################## 77.8% ######################################################### 80.3% ########################################################### 82.8% ############################################################ 84.1% ############################################################## 86.3% ############################################################### 88.6% ################################################################# 90.7% #################################################################### 94.6% ###################################################################### 97.5% ######################################################################## 100.0% [2019-10-10T22:42:23.453Z] #23 ... [2019-10-10T22:42:23.453Z] [2019-10-10T22:42:23.453Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:23.453Z] #36 48.82 hash/crc32 [2019-10-10T22:42:23.453Z] #36 49.95 vendor/golang.org/x/text/transform [2019-10-10T22:42:23.453Z] #36 51.89 time [2019-10-10T22:42:23.453Z] #36 56.68 regexp [2019-10-10T22:42:23.714Z] #36 ... [2019-10-10T22:42:23.714Z] [2019-10-10T22:42:23.714Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:23.714Z] #23 20.98 [2019-10-10T22:42:24.131Z] #24 29.75 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-10T22:42:24.550Z] #24 30.29 [2019-10-10T22:42:25.101Z] #23 ... [2019-10-10T22:42:25.101Z] [2019-10-10T22:42:25.101Z] #15 [dev 6/24] RUN ldconfig [2019-10-10T22:42:25.101Z] #15 DONE 3.8s [2019-10-10T22:42:25.101Z] [2019-10-10T22:42:25.101Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:42:25.362Z] #24 30.80 ####################################### 54.4% ######################################################################## 100.0% [2019-10-10T22:42:25.362Z] #24 31.07 [2019-10-10T22:42:26.199Z] #24 32.21 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-10T22:42:26.494Z] #16 ... [2019-10-10T22:42:26.494Z] [2019-10-10T22:42:26.494Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:26.494Z] #45 13.36 + cd /tmp/tmp.Z4oenWIUPb/src/github.com/opencontainers/runc [2019-10-10T22:42:26.494Z] #45 13.36 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-10T22:42:26.494Z] #45 13.56 + '[' -z '' ']' [2019-10-10T22:42:26.494Z] #45 13.56 + target=static [2019-10-10T22:42:26.494Z] #45 13.56 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-10T22:42:26.494Z] #45 15.72 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-10T22:42:26.494Z] #45 ... [2019-10-10T22:42:26.494Z] [2019-10-10T22:42:26.494Z] #41 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:26.494Z] #41 3.134 + RM_GOPATH=0 [2019-10-10T22:42:26.494Z] #41 3.135 + TMP_GOPATH= [2019-10-10T22:42:26.494Z] #41 3.135 + : /build [2019-10-10T22:42:26.494Z] #41 3.135 + '[' -z '' ']' [2019-10-10T22:42:26.494Z] #41 3.135 ++ mktemp -d [2019-10-10T22:42:26.494Z] #41 3.138 + export GOPATH=/tmp/tmp.9Y2b5w9KOT [2019-10-10T22:42:26.494Z] #41 3.138 + GOPATH=/tmp/tmp.9Y2b5w9KOT [2019-10-10T22:42:26.494Z] #41 3.138 + RM_GOPATH=1 [2019-10-10T22:42:26.494Z] #41 3.140 ++ dirname ./install.sh [2019-10-10T22:42:26.494Z] #41 3.146 + dir=. [2019-10-10T22:42:26.494Z] #41 3.150 + bin=tini [2019-10-10T22:42:26.494Z] #41 3.150 + shift [2019-10-10T22:42:26.494Z] #41 3.150 + '[' '!' -f ./tini.installer ']' [2019-10-10T22:42:26.494Z] #41 3.150 + . ./tini.installer [2019-10-10T22:42:26.494Z] #41 3.152 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-10T22:42:26.494Z] #41 3.152 + install_tini [2019-10-10T22:42:26.494Z] #41 3.152 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-10T22:42:26.494Z] #41 3.154 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-10T22:42:26.494Z] #41 3.156 + git clone https://github.com/krallin/tini.git /tmp/tmp.9Y2b5w9KOT/tini [2019-10-10T22:42:26.494Z] #41 3.158 Cloning into '/tmp/tmp.9Y2b5w9KOT/tini'... [2019-10-10T22:42:26.494Z] #41 4.484 + cd /tmp/tmp.9Y2b5w9KOT/tini [2019-10-10T22:42:26.494Z] #41 4.484 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-10T22:42:26.494Z] #41 4.496 + cmake . [2019-10-10T22:42:26.494Z] #41 ... [2019-10-10T22:42:26.494Z] [2019-10-10T22:42:26.494Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:42:26.494Z] #33 52.00 internal/poll [2019-10-10T22:42:26.494Z] #33 54.47 os [2019-10-10T22:42:26.494Z] #33 58.67 path/filepath [2019-10-10T22:42:26.494Z] #33 58.97 internal/fmtsort [2019-10-10T22:42:26.494Z] #33 59.79 fmt [2019-10-10T22:42:26.494Z] #33 60.57 io/ioutil [2019-10-10T22:42:26.758Z] #33 ... [2019-10-10T22:42:26.758Z] [2019-10-10T22:42:26.758Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:26.758Z] #36 61.16 io/ioutil [2019-10-10T22:42:26.758Z] #36 61.23 net [2019-10-10T22:42:27.032Z] #24 32.70 [2019-10-10T22:42:27.333Z] #36 62.69 os/exec [2019-10-10T22:42:27.423Z] #24 33.01 ######################################################################## 100.0% [2019-10-10T22:42:27.423Z] #24 ... [2019-10-10T22:42:27.423Z] [2019-10-10T22:42:27.423Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:42:27.423Z] #17 14.45 Reading package lists... [2019-10-10T22:42:27.423Z] #17 20.86 Reading package lists... [2019-10-10T22:42:27.423Z] #17 24.50 Building dependency tree... [2019-10-10T22:42:27.423Z] #17 25.89 The following additional packages will be installed: [2019-10-10T22:42:27.423Z] #17 25.89 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-10T22:42:27.423Z] #17 25.90 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-10T22:42:27.423Z] #17 25.90 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-10T22:42:27.423Z] #17 25.90 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-10T22:42:27.423Z] #17 25.90 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-10T22:42:27.423Z] #17 25.90 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-10T22:42:27.423Z] #17 25.90 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-10T22:42:27.423Z] #17 25.90 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-10T22:42:27.423Z] #17 25.90 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-10T22:42:27.423Z] #17 25.90 Suggested packages: [2019-10-10T22:42:27.423Z] #17 25.90 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-10T22:42:27.423Z] #17 25.90 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-10T22:42:27.423Z] #17 25.90 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-10T22:42:27.423Z] #17 25.90 vim-doc vim-scripts xfsdump acl attr quota [2019-10-10T22:42:27.423Z] #17 25.90 Recommended packages: [2019-10-10T22:42:27.423Z] #17 25.90 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-10T22:42:27.423Z] #17 25.90 python3-keyrings.alt python3-xdg unzip [2019-10-10T22:42:27.423Z] #17 ... [2019-10-10T22:42:27.423Z] [2019-10-10T22:42:27.423Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:27.423Z] #24 33.17 [2019-10-10T22:42:27.827Z] #24 ... [2019-10-10T22:42:27.827Z] [2019-10-10T22:42:27.827Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:42:27.827Z] #34 48.49 time [2019-10-10T22:42:27.827Z] #34 55.54 internal/poll [2019-10-10T22:42:27.827Z] #34 57.46 internal/fmtsort [2019-10-10T22:42:27.827Z] #34 57.84 internal/syscall/unix [2019-10-10T22:42:27.827Z] #34 58.16 os [2019-10-10T22:42:27.827Z] #34 58.27 strings [2019-10-10T22:42:27.827Z] #34 ... [2019-10-10T22:42:27.827Z] [2019-10-10T22:42:27.827Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:42:27.827Z] #17 31.03 The following NEW packages will be installed: [2019-10-10T22:42:27.827Z] #17 31.07 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-10T22:42:27.827Z] #17 31.07 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-10T22:42:27.827Z] #17 31.07 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-10T22:42:27.827Z] #17 31.07 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-10T22:42:27.827Z] #17 31.07 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-10T22:42:27.827Z] #17 31.07 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-10T22:42:27.827Z] #17 31.07 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-10T22:42:27.827Z] #17 31.07 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-10T22:42:27.827Z] #17 31.07 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-10T22:42:27.827Z] #17 31.07 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-10T22:42:27.827Z] #17 31.07 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-10T22:42:27.827Z] #17 31.07 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-10T22:42:27.827Z] #17 31.07 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-10T22:42:27.827Z] #17 31.07 xfsprogs xxd xz-utils zip [2019-10-10T22:42:28.256Z] #17 31.16 0 upgraded, 69 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:42:28.256Z] #17 31.16 Need to get 88.2 MB of archives. [2019-10-10T22:42:28.256Z] #17 31.16 After this operation, 565 MB of additional disk space will be used. [2019-10-10T22:42:28.256Z] #17 31.16 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-10-10T22:42:28.256Z] #17 31.20 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-10-10T22:42:28.256Z] #17 31.20 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-10-10T22:42:28.256Z] #17 31.20 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-10-10T22:42:28.256Z] #17 31.22 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-10-10T22:42:28.256Z] #17 31.22 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-10T22:42:28.256Z] #17 31.31 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-10T22:42:28.256Z] #17 31.43 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-10-10T22:42:28.256Z] #17 31.44 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-10-10T22:42:28.256Z] #17 31.44 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-10T22:42:28.256Z] #17 31.57 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-10-10T22:42:28.256Z] #17 31.59 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-10-10T22:42:28.256Z] #17 31.59 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-10-10T22:42:28.256Z] #17 31.60 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-10-10T22:42:28.256Z] #17 31.60 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-10-10T22:42:28.256Z] #17 31.66 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-10T22:42:28.256Z] #17 31.67 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-10-10T22:42:28.664Z] #17 31.68 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-10-10T22:42:28.664Z] #17 31.68 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-10-10T22:42:28.664Z] #17 31.68 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-10-10T22:42:28.664Z] #17 31.69 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-10-10T22:42:28.664Z] #17 31.70 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-10T22:42:28.664Z] #17 31.70 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-10T22:42:28.664Z] #17 31.73 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-10-10T22:42:28.664Z] #17 31.73 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-10T22:42:28.664Z] #17 31.73 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-10T22:42:28.664Z] #17 31.75 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-10-10T22:42:28.664Z] #17 31.75 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-10T22:42:28.664Z] #17 31.80 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-10-10T22:42:28.664Z] #17 31.84 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-10-10T22:42:28.664Z] #17 31.84 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-10T22:42:28.664Z] #17 31.85 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-10-10T22:42:28.664Z] #17 31.87 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-10-10T22:42:28.664Z] #17 31.88 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-10-10T22:42:28.664Z] #17 31.89 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-10-10T22:42:28.664Z] #17 31.89 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-10-10T22:42:28.664Z] #17 31.90 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-10-10T22:42:28.664Z] #17 31.90 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-10T22:42:28.664Z] #17 31.91 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-10-10T22:42:28.664Z] #17 31.91 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-10-10T22:42:28.664Z] #17 31.93 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-10-10T22:42:28.664Z] #17 31.96 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-10-10T22:42:28.664Z] #17 31.98 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-10-10T22:42:28.664Z] #17 32.01 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-10T22:42:28.719Z] #36 64.12 internal/lazyregexp [2019-10-10T22:42:29.067Z] #17 32.01 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-10T22:42:29.067Z] #17 32.02 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-10-10T22:42:29.067Z] #17 32.05 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-10-10T22:42:29.067Z] #17 32.05 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-10-10T22:42:29.067Z] #17 32.22 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-10-10T22:42:29.067Z] #17 32.23 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-10T22:42:29.067Z] #17 32.31 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-10T22:42:29.067Z] #17 32.32 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-10T22:42:29.067Z] #17 32.33 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-10-10T22:42:29.067Z] #17 32.35 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-10T22:42:29.067Z] #17 32.35 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-10T22:42:29.067Z] #17 32.38 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-10T22:42:29.468Z] #17 32.73 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-10-10T22:42:29.468Z] #17 32.77 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-10-10T22:42:29.468Z] #17 32.80 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-10-10T22:42:29.468Z] #17 32.82 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-10T22:42:29.468Z] #17 32.84 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-10-10T22:42:29.870Z] #17 32.90 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-10T22:42:29.870Z] #17 33.08 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-10T22:42:29.870Z] #17 33.20 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-10T22:42:29.870Z] #17 33.20 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-10T22:42:30.107Z] #36 65.50 encoding/binary [2019-10-10T22:42:30.107Z] #36 65.55 go/token [2019-10-10T22:42:30.274Z] #17 33.51 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-10T22:42:30.697Z] #17 33.75 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-10T22:42:30.697Z] #17 33.77 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-10T22:42:30.697Z] #17 ... [2019-10-10T22:42:30.697Z] [2019-10-10T22:42:30.697Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:30.697Z] #37 51.54 time [2019-10-10T22:42:30.697Z] #37 56.89 internal/poll [2019-10-10T22:42:30.697Z] #37 56.98 internal/fmtsort [2019-10-10T22:42:30.697Z] #37 57.92 internal/syscall/unix [2019-10-10T22:42:30.697Z] #37 58.23 strings [2019-10-10T22:42:30.697Z] #37 59.52 os [2019-10-10T22:42:31.051Z] #36 ... [2019-10-10T22:42:31.051Z] [2019-10-10T22:42:31.051Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:31.051Z] #23 23.11 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-10T22:42:31.051Z] #23 24.15 [2019-10-10T22:42:31.051Z] #23 24.45 ################################################## 69.5% ######################################################################## 100.0% [2019-10-10T22:42:31.051Z] #23 24.70 [2019-10-10T22:42:31.051Z] #23 26.71 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-10T22:42:31.051Z] #23 27.38 [2019-10-10T22:42:31.051Z] #23 27.82 ################################# 46.7% ####################################################################### 98.7% ######################################################################## 100.0% [2019-10-10T22:42:31.051Z] #23 28.10 [2019-10-10T22:42:31.051Z] #23 ... [2019-10-10T22:42:31.051Z] [2019-10-10T22:42:31.051Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:31.051Z] #36 66.44 net/url [2019-10-10T22:42:31.097Z] #37 ... [2019-10-10T22:42:31.097Z] [2019-10-10T22:42:31.097Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:31.097Z] #24 34.22 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-10T22:42:31.097Z] #24 34.27 skipping existing b63cc5f62c21 [2019-10-10T22:42:31.097Z] #24 34.42 [2019-10-10T22:42:31.097Z] #24 35.95 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-10T22:42:31.097Z] #24 36.40 [2019-10-10T22:42:31.097Z] #24 36.60 ######################################################################## 100.0% [2019-10-10T22:42:31.097Z] #24 36.70 [2019-10-10T22:42:31.097Z] #24 36.74 Download of images into '/build' complete. [2019-10-10T22:42:31.097Z] #24 36.74 Use something like the following to load the result into a Docker daemon: [2019-10-10T22:42:31.097Z] #24 36.74 tar -cC '/build' . | docker load [2019-10-10T22:42:31.097Z] #24 DONE 36.9s [2019-10-10T22:42:31.097Z] [2019-10-10T22:42:31.097Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:42:31.097Z] #62 11.67 make[1]: Nothing to be done for 'all'. [2019-10-10T22:42:31.097Z] #62 12.79 CC images/stats.o [2019-10-10T22:42:31.097Z] #62 12.97 CC images/core.o [2019-10-10T22:42:31.097Z] #62 13.49 CC images/core-x86.o [2019-10-10T22:42:31.097Z] #62 14.06 CC images/core-arm.o [2019-10-10T22:42:31.097Z] #62 14.65 CC images/core-aarch64.o [2019-10-10T22:42:31.097Z] #62 14.93 CC images/core-ppc64.o [2019-10-10T22:42:31.097Z] #62 15.65 CC images/core-s390.o [2019-10-10T22:42:31.097Z] #62 16.14 CC images/cpuinfo.o [2019-10-10T22:42:31.097Z] #62 16.48 CC images/inventory.o [2019-10-10T22:42:31.097Z] #62 16.67 CC images/fdinfo.o [2019-10-10T22:42:31.097Z] #62 16.99 CC images/fown.o [2019-10-10T22:42:31.097Z] #62 17.17 CC images/ns.o [2019-10-10T22:42:31.097Z] #62 17.28 CC images/regfile.o [2019-10-10T22:42:31.097Z] #62 17.48 CC images/ghost-file.o [2019-10-10T22:42:31.097Z] #62 17.70 CC images/fifo.o [2019-10-10T22:42:31.097Z] #62 17.86 CC images/remap-file-path.o [2019-10-10T22:42:31.097Z] #62 18.03 CC images/eventfd.o [2019-10-10T22:42:31.097Z] #62 18.08 CC images/eventpoll.o [2019-10-10T22:42:31.097Z] #62 18.31 CC images/fh.o [2019-10-10T22:42:31.097Z] #62 18.63 CC images/fsnotify.o [2019-10-10T22:42:31.097Z] #62 19.28 CC images/signalfd.o [2019-10-10T22:42:31.097Z] #62 19.50 CC images/fs.o [2019-10-10T22:42:31.097Z] #62 19.71 CC images/pstree.o [2019-10-10T22:42:31.097Z] #62 19.85 CC images/pipe.o [2019-10-10T22:42:31.097Z] #62 20.09 CC images/tcp-stream.o [2019-10-10T22:42:31.097Z] #62 20.28 CC images/sk-packet.o [2019-10-10T22:42:31.097Z] #62 20.56 CC images/mnt.o [2019-10-10T22:42:31.097Z] #62 20.80 CC images/pipe-data.o [2019-10-10T22:42:31.097Z] #62 21.05 CC images/sa.o [2019-10-10T22:42:31.097Z] #62 21.25 CC images/timer.o [2019-10-10T22:42:31.097Z] #62 21.49 CC images/timerfd.o [2019-10-10T22:42:31.097Z] #62 21.71 CC images/mm.o [2019-10-10T22:42:31.097Z] #62 ... [2019-10-10T22:42:31.097Z] [2019-10-10T22:42:31.097Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:42:31.097Z] #34 61.94 path [2019-10-10T22:42:31.623Z] #36 66.95 go/scanner [2019-10-10T22:42:32.710Z] #34 63.24 text/tabwriter [2019-10-10T22:42:32.710Z] #34 63.37 fmt [2019-10-10T22:42:33.014Z] #36 ... [2019-10-10T22:42:33.014Z] [2019-10-10T22:42:33.014Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:42:33.014Z] #61 4.551 Note: Building without setproctitle() and strlcpy() support. [2019-10-10T22:42:33.014Z] #61 4.552 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-10T22:42:33.014Z] #61 6.242 fatal: Not a git repository (or any of the parent directories): .git [2019-10-10T22:42:33.014Z] #61 6.284 GEN .gitid [2019-10-10T22:42:33.014Z] #61 6.290 GEN criu/include/version.h [2019-10-10T22:42:33.014Z] #61 6.361 GEN include/common/asm [2019-10-10T22:42:33.014Z] #61 8.373 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-10T22:42:33.014Z] #61 8.568 PBCC images/opts.pb-c.c [2019-10-10T22:42:33.014Z] #61 8.627 PBCC images/sit.pb-c.c [2019-10-10T22:42:33.014Z] #61 8.681 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-10T22:42:33.014Z] #61 8.728 DEP images/opts.pb-c.d [2019-10-10T22:42:33.014Z] #61 8.799 DEP images/sit.pb-c.d [2019-10-10T22:42:33.014Z] #61 8.875 PBCC images/macvlan.pb-c.c [2019-10-10T22:42:33.014Z] #61 8.945 DEP images/macvlan.pb-c.d [2019-10-10T22:42:33.014Z] #61 9.001 PBCC images/autofs.pb-c.c [2019-10-10T22:42:33.014Z] #61 9.098 DEP images/autofs.pb-c.d [2019-10-10T22:42:33.014Z] #61 9.175 PBCC images/sysctl.pb-c.c [2019-10-10T22:42:33.014Z] #61 9.221 DEP images/sysctl.pb-c.d [2019-10-10T22:42:33.014Z] #61 9.291 PBCC images/time.pb-c.c [2019-10-10T22:42:33.014Z] #61 9.314 DEP images/time.pb-c.d [2019-10-10T22:42:33.014Z] #61 9.366 PBCC images/binfmt-misc.pb-c.c [2019-10-10T22:42:33.014Z] #61 9.399 DEP images/binfmt-misc.pb-c.d [2019-10-10T22:42:33.014Z] #61 9.502 PBCC images/seccomp.pb-c.c [2019-10-10T22:42:33.014Z] #61 9.518 DEP images/seccomp.pb-c.d [2019-10-10T22:42:33.014Z] #61 9.582 PBCC images/userns.pb-c.c [2019-10-10T22:42:33.014Z] #61 9.606 DEP images/userns.pb-c.d [2019-10-10T22:42:33.014Z] #61 9.669 PBCC images/cgroup.pb-c.c [2019-10-10T22:42:33.014Z] #61 9.689 DEP images/cgroup.pb-c.d [2019-10-10T22:42:33.014Z] #61 9.774 PBCC images/fown.pb-c.c [2019-10-10T22:42:33.014Z] #61 9.812 PBCC images/ext-file.pb-c.c [2019-10-10T22:42:33.014Z] #61 9.854 DEP images/fown.pb-c.d [2019-10-10T22:42:33.014Z] #61 9.972 DEP images/ext-file.pb-c.d [2019-10-10T22:42:33.014Z] #61 10.06 PBCC images/rpc.pb-c.c [2019-10-10T22:42:33.014Z] #61 10.15 DEP images/rpc.pb-c.d [2019-10-10T22:42:33.014Z] #61 10.20 PBCC images/siginfo.pb-c.c [2019-10-10T22:42:33.014Z] #61 ... [2019-10-10T22:42:33.014Z] [2019-10-10T22:42:33.014Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:42:33.014Z] #23 30.29 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-10T22:42:33.014Z] #23 30.37 skipping existing ed4b54129745 [2019-10-10T22:42:33.014Z] #23 30.50 [2019-10-10T22:42:33.710Z] #34 64.56 path/filepath [2019-10-10T22:42:34.550Z] #34 ... [2019-10-10T22:42:34.550Z] [2019-10-10T22:42:34.550Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:42:34.550Z] #51 31.17 + cd /tmp/tmp.1YlyqXxdl9/src/github.com/containerd/containerd [2019-10-10T22:42:34.550Z] #51 31.17 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-10T22:42:34.550Z] #51 31.62 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-10T22:42:34.550Z] #51 31.62 + BUILDTAGS='netgo osusergo static_build' [2019-10-10T22:42:34.550Z] #51 31.62 + export EXTRA_FLAGS=-buildmode=pie [2019-10-10T22:42:34.550Z] #51 31.62 + EXTRA_FLAGS=-buildmode=pie [2019-10-10T22:42:34.550Z] #51 31.62 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-10T22:42:34.550Z] #51 31.62 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-10T22:42:34.550Z] #51 31.62 + '[' '' = dynamic ']' [2019-10-10T22:42:34.550Z] #51 31.62 + make [2019-10-10T22:42:34.550Z] #51 32.34 + bin/ctr [2019-10-10T22:42:34.550Z] #51 ... [2019-10-10T22:42:34.550Z] [2019-10-10T22:42:34.550Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:42:34.550Z] #62 22.14 CC images/sk-opts.o [2019-10-10T22:42:34.550Z] #62 22.32 CC images/sk-unix.o [2019-10-10T22:42:34.550Z] #62 22.36 CC images/sk-inet.o [2019-10-10T22:42:34.550Z] #62 22.84 CC images/tun.o [2019-10-10T22:42:34.550Z] #62 23.22 CC images/sk-netlink.o [2019-10-10T22:42:34.550Z] #62 23.42 CC images/packet-sock.o [2019-10-10T22:42:34.550Z] #62 24.10 CC images/ipc-var.o [2019-10-10T22:42:34.550Z] #62 24.28 CC images/ipc-desc.o [2019-10-10T22:42:34.550Z] #62 24.52 CC images/ipc-shm.o [2019-10-10T22:42:34.550Z] #62 24.76 CC images/ipc-msg.o [2019-10-10T22:42:34.550Z] #62 24.97 CC images/ipc-sem.o [2019-10-10T22:42:34.550Z] #62 25.14 CC images/utsns.o [2019-10-10T22:42:34.550Z] #62 25.27 CC images/creds.o [2019-10-10T22:42:34.550Z] #62 25.40 CC images/vma.o [2019-10-10T22:42:34.930Z] #62 25.55 CC images/netdev.o [2019-10-10T22:42:34.930Z] #62 25.83 CC images/tty.o [2019-10-10T22:42:34.935Z] #23 32.46 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-10T22:42:34.980Z] INFO: Extraction ended at 10/10/2019 22:42:30. Duration:00:00:28.8609040 [2019-10-10T22:42:34.980Z] INFO: Updating the golang and path environment variables [2019-10-10T22:42:34.980Z] INFO: GOPATH=d:\gopath [2019-10-10T22:42:34.980Z] INFO: go version go1.13.1 windows/amd64 [2019-10-10T22:42:34.980Z] INFO: Running the daemon under test in debug mode [2019-10-10T22:42:34.980Z] INFO: Starting a daemon under test... [2019-10-10T22:42:34.980Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40062\10\daemon --pidfile d:\CI\PR-40062\10\docker.pid -D [2019-10-10T22:42:34.980Z] INFO: Process started successfully. [2019-10-10T22:42:34.980Z] INFO: Start tailing logs of the daemon under tests [2019-10-10T22:42:34.980Z] INFO: Waiting for the daemon under test to start... [2019-10-10T22:42:34.980Z] INFO: Daemon under test started and replied! [2019-10-10T22:42:34.980Z] INFO: Docker version of the daemon under test [2019-10-10T22:42:34.980Z] [2019-10-10T22:42:34.980Z] Client: [2019-10-10T22:42:34.980Z] Version: 17.06.2-ce [2019-10-10T22:42:34.980Z] API version: 1.30 [2019-10-10T22:42:34.980Z] Go version: go1.8.3 [2019-10-10T22:42:34.980Z] Git commit: cec0b72 [2019-10-10T22:42:34.980Z] Built: Tue Sep 5 19:57:19 2017 [2019-10-10T22:42:34.980Z] OS/Arch: windows/amd64 [2019-10-10T22:42:34.980Z] [2019-10-10T22:42:34.980Z] Server: [2019-10-10T22:42:34.980Z] Version: 0.0.0-dev [2019-10-10T22:42:34.980Z] API version: 1.41 (minimum version 1.24) [2019-10-10T22:42:34.980Z] Go version: go1.13.1 [2019-10-10T22:42:34.980Z] Git commit: 293c1a27a [2019-10-10T22:42:34.980Z] Built: 10/10/2019 22:40:37 [2019-10-10T22:42:34.980Z] OS/Arch: windows/amd64 [2019-10-10T22:42:34.980Z] Experimental: false [2019-10-10T22:42:34.980Z] [2019-10-10T22:42:34.980Z] INFO: Docker info of the daemon under test [2019-10-10T22:42:34.980Z] [2019-10-10T22:42:34.980Z] Containers: 0 [2019-10-10T22:42:34.980Z] Running: 0 [2019-10-10T22:42:34.980Z] Paused: 0 [2019-10-10T22:42:34.980Z] Stopped: 0 [2019-10-10T22:42:34.980Z] Images: 0 [2019-10-10T22:42:34.980Z] Server Version: 0.0.0-dev [2019-10-10T22:42:34.980Z] Storage Driver: windowsfilter [2019-10-10T22:42:34.980Z] Windows: [2019-10-10T22:42:34.980Z] Logging Driver: json-file [2019-10-10T22:42:34.980Z] Plugins: [2019-10-10T22:42:34.980Z] Volume: local [2019-10-10T22:42:34.980Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-10T22:42:34.980Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-10T22:42:34.980Z] Swarm: inactive [2019-10-10T22:42:34.980Z] Default Isolation: process [2019-10-10T22:42:34.980Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-10T22:42:34.980Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-10T22:42:34.980Z] OSType: windows [2019-10-10T22:42:34.980Z] Architecture: x86_64 [2019-10-10T22:42:34.980Z] CPUs: 4 [2019-10-10T22:42:34.980Z] Total Memory: 32GiB [2019-10-10T22:42:34.980Z] Name: azwin-2-271ad0 [2019-10-10T22:42:34.980Z] ID: E6RK:HXVC:ZZ5Q:IKEH:IJKW:IY54:K4QG:2KMC:DHFU:7YZE:6DMU:6TZY [2019-10-10T22:42:34.980Z] Docker Root Dir: D:\CI\PR-40062\10\daemon [2019-10-10T22:42:34.980Z] Debug Mode (client): false [2019-10-10T22:42:34.980Z] Debug Mode (server): true [2019-10-10T22:42:34.980Z] File Descriptors: -1 [2019-10-10T22:42:34.980Z] Goroutines: 17 [2019-10-10T22:42:34.980Z] System Time: 2019-10-10T22:42:34.2951526Z [2019-10-10T22:42:34.980Z] EventsListeners: 0 [2019-10-10T22:42:34.980Z] Registry: https://index.docker.io/v1/ [2019-10-10T22:42:34.980Z] Labels: [2019-10-10T22:42:34.980Z] Experimental: false [2019-10-10T22:42:34.980Z] Insecure Registries: [2019-10-10T22:42:34.980Z] 127.0.0.0/8 [2019-10-10T22:42:34.980Z] Live Restore Enabled: false [2019-10-10T22:42:34.980Z] [2019-10-10T22:42:34.980Z] [2019-10-10T22:42:34.980Z] INFO: Docker images of the daemon under test [2019-10-10T22:42:34.980Z] [2019-10-10T22:42:34.980Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-10T22:42:34.980Z] [2019-10-10T22:42:34.980Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-10-10T22:42:34.980Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-10-10T22:42:34.980Z] ltsc2019: Pulling from windows/servercore [2019-10-10T22:42:35.507Z] #23 33.10 [2019-10-10T22:42:35.759Z] #62 26.19 CC images/file-lock.o [2019-10-10T22:42:35.759Z] #62 26.37 CC images/rlimit.o [2019-10-10T22:42:35.759Z] #62 26.53 CC images/pagemap.o [2019-10-10T22:42:36.084Z] #23 33.36 ######################################################################## 100.0% [2019-10-10T22:42:36.084Z] #23 33.49 [2019-10-10T22:42:36.084Z] #23 33.58 Download of images into '/build' complete. [2019-10-10T22:42:36.084Z] #23 33.58 Use something like the following to load the result into a Docker daemon: [2019-10-10T22:42:36.084Z] #23 33.58 tar -cC '/build' . | docker load [2019-10-10T22:42:36.157Z] #62 26.73 CC images/siginfo.o [2019-10-10T22:42:36.573Z] #62 26.96 CC images/rpc.o [2019-10-10T22:42:36.978Z] #62 27.71 CC images/ext-file.o [2019-10-10T22:42:36.978Z] #62 27.82 CC images/cgroup.o [2019-10-10T22:42:37.381Z] #62 28.16 CC images/userns.o [2019-10-10T22:42:37.771Z] #62 28.31 CC images/google/protobuf/descriptor.o [2019-10-10T22:42:38.009Z] #23 DONE 35.0s [2019-10-10T22:42:38.009Z] [2019-10-10T22:42:38.009Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:42:38.009Z] #33 63.21 github.com/BurntSushi/toml [2019-10-10T22:42:38.009Z] #33 63.21 log [2019-10-10T22:42:38.009Z] #33 63.21 flag [2019-10-10T22:42:38.009Z] #33 67.35 github.com/BurntSushi/toml/cmd/tomlv [2019-10-10T22:42:38.009Z] #33 DONE 73.0s [2019-10-10T22:42:38.009Z] [2019-10-10T22:42:38.009Z] #41 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:38.009Z] #41 6.544 -- The C compiler identification is GNU 6.3.0 [2019-10-10T22:42:38.009Z] #41 6.587 -- Check for working C compiler: /usr/bin/cc [2019-10-10T22:42:38.009Z] #41 7.275 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-10T22:42:38.009Z] #41 7.286 -- Detecting C compiler ABI info [2019-10-10T22:42:38.009Z] #41 8.200 -- Detecting C compiler ABI info - done [2019-10-10T22:42:38.009Z] #41 8.293 -- Detecting C compile features [2019-10-10T22:42:38.009Z] #41 10.90 -- Detecting C compile features - done [2019-10-10T22:42:38.009Z] #41 10.92 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-10T22:42:38.009Z] #41 11.32 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-10T22:42:38.009Z] #41 11.48 -- Configuring done [2019-10-10T22:42:38.009Z] #41 11.51 -- Generating done [2019-10-10T22:42:38.009Z] #41 11.53 -- Build files have been written to: /tmp/tmp.9Y2b5w9KOT/tini [2019-10-10T22:42:38.009Z] #41 11.54 + make tini-static [2019-10-10T22:42:38.009Z] #41 11.91 Scanning dependencies of target tini-static [2019-10-10T22:42:38.009Z] #41 12.05 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-10T22:42:38.009Z] #41 13.94 [100%] Linking C executable tini-static [2019-10-10T22:42:38.009Z] #41 14.72 [100%] Built target tini-static [2019-10-10T22:42:38.009Z] #41 14.80 + mkdir -p /build [2019-10-10T22:42:38.009Z] #41 14.80 + cp tini-static /build/docker-init [2019-10-10T22:42:38.009Z] #41 DONE 15.9s [2019-10-10T22:42:38.009Z] [2019-10-10T22:42:38.009Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:42:38.009Z] #61 10.23 DEP images/siginfo.pb-c.d [2019-10-10T22:42:38.009Z] #61 10.28 PBCC images/pagemap.pb-c.c [2019-10-10T22:42:38.009Z] #61 10.33 DEP images/pagemap.pb-c.d [2019-10-10T22:42:38.009Z] #61 10.39 PBCC images/rlimit.pb-c.c [2019-10-10T22:42:38.009Z] #61 10.44 DEP images/rlimit.pb-c.d [2019-10-10T22:42:38.009Z] #61 10.49 PBCC images/file-lock.pb-c.c [2019-10-10T22:42:38.009Z] #61 10.51 DEP images/file-lock.pb-c.d [2019-10-10T22:42:38.009Z] #61 10.63 PBCC images/tty.pb-c.c [2019-10-10T22:42:38.009Z] #61 10.71 DEP images/tty.pb-c.d [2019-10-10T22:42:38.009Z] #61 10.78 PBCC images/tun.pb-c.c [2019-10-10T22:42:38.009Z] #61 10.84 PBCC images/netdev.pb-c.c [2019-10-10T22:42:38.009Z] #61 10.96 DEP images/tun.pb-c.d [2019-10-10T22:42:38.009Z] #61 11.01 DEP images/netdev.pb-c.d [2019-10-10T22:42:38.009Z] #61 11.08 PBCC images/vma.pb-c.c [2019-10-10T22:42:38.009Z] #61 11.13 DEP images/vma.pb-c.d [2019-10-10T22:42:38.009Z] #61 11.20 PBCC images/creds.pb-c.c [2019-10-10T22:42:38.009Z] #61 11.26 DEP images/creds.pb-c.d [2019-10-10T22:42:38.009Z] #61 11.36 PBCC images/utsns.pb-c.c [2019-10-10T22:42:38.009Z] #61 11.37 DEP images/utsns.pb-c.d [2019-10-10T22:42:38.009Z] #61 11.42 PBCC images/ipc-desc.pb-c.c [2019-10-10T22:42:38.009Z] #61 11.44 PBCC images/ipc-sem.pb-c.c [2019-10-10T22:42:38.009Z] #61 11.49 DEP images/ipc-desc.pb-c.d [2019-10-10T22:42:38.009Z] #61 11.56 DEP images/ipc-sem.pb-c.d [2019-10-10T22:42:38.009Z] #61 11.63 PBCC images/ipc-msg.pb-c.c [2019-10-10T22:42:38.009Z] #61 11.69 DEP images/ipc-msg.pb-c.d [2019-10-10T22:42:38.009Z] #61 11.79 PBCC images/ipc-shm.pb-c.c [2019-10-10T22:42:38.009Z] #61 11.85 DEP images/ipc-shm.pb-c.d [2019-10-10T22:42:38.010Z] #61 11.93 PBCC images/ipc-var.pb-c.c [2019-10-10T22:42:38.010Z] #61 11.99 DEP images/ipc-var.pb-c.d [2019-10-10T22:42:38.010Z] #61 12.05 PBCC images/sk-opts.pb-c.c [2019-10-10T22:42:38.010Z] #61 12.10 PBCC images/packet-sock.pb-c.c [2019-10-10T22:42:38.010Z] #61 12.18 DEP images/sk-opts.pb-c.d [2019-10-10T22:42:38.010Z] #61 12.25 DEP images/packet-sock.pb-c.d [2019-10-10T22:42:38.010Z] #61 12.37 PBCC images/sk-netlink.pb-c.c [2019-10-10T22:42:38.010Z] #61 12.43 DEP images/sk-netlink.pb-c.d [2019-10-10T22:42:38.010Z] #61 12.49 PBCC images/sk-inet.pb-c.c [2019-10-10T22:42:38.010Z] #61 12.53 DEP images/sk-inet.pb-c.d [2019-10-10T22:42:38.010Z] #61 12.62 PBCC images/sk-unix.pb-c.c [2019-10-10T22:42:38.010Z] #61 12.72 DEP images/sk-unix.pb-c.d [2019-10-10T22:42:38.010Z] #61 12.79 PBCC images/mm.pb-c.c [2019-10-10T22:42:38.010Z] #61 12.85 DEP images/mm.pb-c.d [2019-10-10T22:42:38.010Z] #61 12.88 PBCC images/timerfd.pb-c.c [2019-10-10T22:42:38.010Z] #61 12.97 DEP images/timerfd.pb-c.d [2019-10-10T22:42:38.010Z] #61 13.04 PBCC images/timer.pb-c.c [2019-10-10T22:42:38.010Z] #61 13.09 DEP images/timer.pb-c.d [2019-10-10T22:42:38.010Z] #61 13.18 PBCC images/sa.pb-c.c [2019-10-10T22:42:38.010Z] #61 13.25 DEP images/sa.pb-c.d [2019-10-10T22:42:38.010Z] #61 13.29 PBCC images/pipe-data.pb-c.c [2019-10-10T22:42:38.010Z] #61 13.38 DEP images/pipe-data.pb-c.d [2019-10-10T22:42:38.010Z] #61 13.46 PBCC images/mnt.pb-c.c [2019-10-10T22:42:38.010Z] #61 13.53 DEP images/mnt.pb-c.d [2019-10-10T22:42:38.010Z] #61 13.66 PBCC images/sk-packet.pb-c.c [2019-10-10T22:42:38.010Z] #61 13.68 DEP images/sk-packet.pb-c.d [2019-10-10T22:42:38.010Z] #61 13.79 PBCC images/tcp-stream.pb-c.c [2019-10-10T22:42:38.010Z] #61 13.85 DEP images/tcp-stream.pb-c.d [2019-10-10T22:42:38.010Z] #61 13.91 PBCC images/pipe.pb-c.c [2019-10-10T22:42:38.010Z] #61 14.01 DEP images/pipe.pb-c.d [2019-10-10T22:42:38.010Z] #61 14.06 PBCC images/pstree.pb-c.c [2019-10-10T22:42:38.010Z] #61 14.10 DEP images/pstree.pb-c.d [2019-10-10T22:42:38.010Z] #61 14.15 PBCC images/fs.pb-c.c [2019-10-10T22:42:38.010Z] #61 14.18 DEP images/fs.pb-c.d [2019-10-10T22:42:38.010Z] #61 14.26 PBCC images/signalfd.pb-c.c [2019-10-10T22:42:38.010Z] #61 14.39 DEP images/signalfd.pb-c.d [2019-10-10T22:42:38.010Z] #61 14.41 PBCC images/fh.pb-c.c [2019-10-10T22:42:38.010Z] #61 14.45 PBCC images/fsnotify.pb-c.c [2019-10-10T22:42:38.010Z] #61 14.49 DEP images/fh.pb-c.d [2019-10-10T22:42:38.010Z] #61 14.59 DEP images/fsnotify.pb-c.d [2019-10-10T22:42:38.010Z] #61 14.64 PBCC images/eventpoll.pb-c.c [2019-10-10T22:42:38.010Z] #61 14.68 DEP images/eventpoll.pb-c.d [2019-10-10T22:42:38.010Z] #61 14.73 PBCC images/eventfd.pb-c.c [2019-10-10T22:42:38.010Z] #61 14.77 DEP images/eventfd.pb-c.d [2019-10-10T22:42:38.010Z] #61 14.84 PBCC images/remap-file-path.pb-c.c [2019-10-10T22:42:38.010Z] #61 14.88 DEP images/remap-file-path.pb-c.d [2019-10-10T22:42:38.010Z] #61 15.06 PBCC images/fifo.pb-c.c [2019-10-10T22:42:38.010Z] #61 15.09 DEP images/fifo.pb-c.d [2019-10-10T22:42:38.010Z] #61 15.17 PBCC images/ghost-file.pb-c.c [2019-10-10T22:42:38.010Z] #61 15.30 DEP images/ghost-file.pb-c.d [2019-10-10T22:42:38.271Z] #61 15.47 PBCC images/regfile.pb-c.c [2019-10-10T22:42:38.271Z] #61 15.56 DEP images/regfile.pb-c.d [2019-10-10T22:42:38.271Z] #61 15.66 PBCC images/ns.pb-c.c [2019-10-10T22:42:38.535Z] #61 15.71 DEP images/ns.pb-c.d [2019-10-10T22:42:38.535Z] #61 15.74 PBCC images/fdinfo.pb-c.c [2019-10-10T22:42:38.535Z] #61 15.87 DEP images/fdinfo.pb-c.d [2019-10-10T22:42:38.535Z] #61 15.91 PBCC images/core-aarch64.pb-c.c [2019-10-10T22:42:38.595Z] #62 29.29 CC images/opts.o [2019-10-10T22:42:38.797Z] #61 16.03 PBCC images/core-arm.pb-c.c [2019-10-10T22:42:38.797Z] #61 16.08 PBCC images/core-ppc64.pb-c.c [2019-10-10T22:42:38.797Z] #61 16.13 PBCC images/core-s390.pb-c.c [2019-10-10T22:42:38.797Z] #61 ... [2019-10-10T22:42:38.797Z] [2019-10-10T22:42:38.797Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:42:38.797Z] #16 3.776 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:42:38.797Z] #16 3.781 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:42:38.797Z] #16 3.801 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:42:38.797Z] #16 3.805 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:42:38.797Z] #16 3.853 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:42:38.797Z] #16 4.804 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main arm64 Packages [482 kB] [2019-10-10T22:42:38.797Z] #16 6.346 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [27.3 kB] [2019-10-10T22:42:38.797Z] #16 7.025 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [6927 kB] [2019-10-10T22:42:38.797Z] #16 12.75 Fetched 7742 kB in 9s (775 kB/s) [2019-10-10T22:42:39.007Z] #62 29.45 CC images/seccomp.o [2019-10-10T22:42:39.007Z] #62 29.66 CC images/binfmt-misc.o [2019-10-10T22:42:39.007Z] #62 29.82 CC images/time.o [2019-10-10T22:42:39.057Z] #16 12.75 Reading package lists... [2019-10-10T22:42:39.057Z] #16 ... [2019-10-10T22:42:39.057Z] [2019-10-10T22:42:39.057Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:42:39.057Z] #61 16.21 PBCC images/core-x86.pb-c.c [2019-10-10T22:42:39.057Z] #61 16.33 PBCC images/core.pb-c.c [2019-10-10T22:42:39.318Z] #61 16.54 PBCC images/inventory.pb-c.c [2019-10-10T22:42:39.318Z] #61 16.65 DEP images/core-aarch64.pb-c.d [2019-10-10T22:42:39.318Z] #61 16.78 DEP images/core-arm.pb-c.d [2019-10-10T22:42:39.415Z] #62 30.03 CC images/sysctl.o [2019-10-10T22:42:39.415Z] #62 30.17 CC images/autofs.o [2019-10-10T22:42:39.805Z] #62 30.40 CC images/macvlan.o [2019-10-10T22:42:39.805Z] #62 30.52 CC images/sit.o [2019-10-10T22:42:39.890Z] #61 17.03 DEP images/core-ppc64.pb-c.d [2019-10-10T22:42:39.890Z] #61 17.18 DEP images/core-s390.pb-c.d [2019-10-10T22:42:39.890Z] #61 17.35 DEP images/core-x86.pb-c.d [2019-10-10T22:42:40.151Z] #61 17.48 DEP images/core.pb-c.d [2019-10-10T22:42:40.213Z] #62 30.76 LINK images/built-in.o [2019-10-10T22:42:40.213Z] #62 30.92 GEN compel/include/asm [2019-10-10T22:42:40.213Z] #62 30.92 GEN compel/include/version.h [2019-10-10T22:42:40.213Z] #62 30.93 touch .config [2019-10-10T22:42:40.213Z] #62 30.93 GEN include/common/config.h [2019-10-10T22:42:40.213Z] #62 31.02 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-10-10T22:42:40.411Z] #61 17.56 DEP images/inventory.pb-c.d [2019-10-10T22:42:40.634Z] #62 31.14 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-10T22:42:40.634Z] #62 31.16 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-10T22:42:40.634Z] #62 31.20 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-10-10T22:42:40.634Z] #62 31.22 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-10-10T22:42:40.634Z] #62 31.25 DEP compel/arch/s390/plugins/std/parasite-head.d [2019-10-10T22:42:40.634Z] #62 31.29 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-10T22:42:40.634Z] #62 31.30 DEP compel/plugins/std/infect.d [2019-10-10T22:42:40.672Z] #61 17.78 PBCC images/cpuinfo.pb-c.c [2019-10-10T22:42:40.672Z] #61 17.81 DEP images/cpuinfo.pb-c.d [2019-10-10T22:42:40.672Z] #61 17.88 PBCC images/stats.pb-c.c [2019-10-10T22:42:40.672Z] #61 17.94 DEP images/stats.pb-c.d [2019-10-10T22:42:40.880Z] 65014b3c3121: Pulling fs layer [2019-10-10T22:42:40.881Z] 12c8dbabfd62: Pulling fs layer [2019-10-10T22:42:41.124Z] #62 31.47 DEP compel/plugins/std/string.d [2019-10-10T22:42:41.124Z] #62 31.62 DEP compel/plugins/std/log.d [2019-10-10T22:42:41.124Z] #62 31.78 DEP compel/plugins/std/fds.d [2019-10-10T22:42:41.124Z] #62 31.92 DEP compel/plugins/std/std.d [2019-10-10T22:42:41.124Z] #62 ... [2019-10-10T22:42:41.124Z] [2019-10-10T22:42:41.124Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:41.124Z] #37 62.03 regexp/syntax [2019-10-10T22:42:41.124Z] #37 64.58 fmt [2019-10-10T22:42:41.124Z] #37 67.22 regexp [2019-10-10T22:42:41.124Z] #37 68.67 flag [2019-10-10T22:42:41.124Z] #37 70.30 go/token [2019-10-10T22:42:41.124Z] #37 71.10 internal/lazyregexp [2019-10-10T22:42:41.124Z] #37 71.40 net/url [2019-10-10T22:42:41.124Z] #37 71.45 go/scanner [2019-10-10T22:42:41.742Z] #37 ... [2019-10-10T22:42:41.742Z] [2019-10-10T22:42:41.742Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:42:41.742Z] #17 36.79 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-10T22:42:41.742Z] #17 38.54 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:42:41.742Z] #17 38.61 Fetched 88.2 MB in 6s (12.8 MB/s) [2019-10-10T22:42:41.742Z] #17 38.68 Selecting previously unselected package bash-completion. [2019-10-10T22:42:41.742Z] #17 38.68 (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-10T22:42:41.742Z] #17 38.72 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-10T22:42:41.742Z] #17 41.59 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-10T22:42:41.742Z] #17 42.14 Selecting previously unselected package libnet1:s390x. [2019-10-10T22:42:41.742Z] #17 42.14 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-10-10T22:42:41.742Z] #17 42.14 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-10T22:42:41.742Z] #17 42.22 Selecting previously unselected package libnfnetlink0:s390x. [2019-10-10T22:42:41.742Z] #17 42.22 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-10-10T22:42:41.742Z] #17 42.22 Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-10-10T22:42:41.742Z] #17 42.29 Selecting previously unselected package libpcrecpp0v5:s390x. [2019-10-10T22:42:41.742Z] #17 42.29 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-10-10T22:42:41.742Z] #17 42.31 Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-10-10T22:42:41.742Z] #17 42.42 Selecting previously unselected package libudev-dev:s390x. [2019-10-10T22:42:41.742Z] #17 42.42 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-10-10T22:42:41.742Z] #17 42.44 Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-10-10T22:42:41.742Z] #17 42.57 Selecting previously unselected package libpython3.5-minimal:s390x. [2019-10-10T22:42:41.742Z] #17 42.57 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-10-10T22:42:41.742Z] #17 42.57 Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-10-10T22:42:41.742Z] #17 43.18 Selecting previously unselected package python3.5-minimal. [2019-10-10T22:42:41.742Z] #17 43.18 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-10-10T22:42:41.742Z] #17 43.20 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-10T22:42:41.742Z] #17 44.50 Selecting previously unselected package python3-minimal. [2019-10-10T22:42:41.742Z] #17 44.50 Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-10-10T22:42:41.742Z] #17 44.50 Unpacking python3-minimal (3.5.3-1) ... [2019-10-10T22:42:41.742Z] #17 44.68 Selecting previously unselected package libmpdec2:s390x. [2019-10-10T22:42:41.742Z] #17 44.71 Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-10-10T22:42:41.742Z] #17 44.72 Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-10-10T22:42:41.742Z] #17 ... [2019-10-10T22:42:41.742Z] [2019-10-10T22:42:41.742Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:42:41.743Z] #62 32.15 DEP compel/plugins/shmem/shmem.d [2019-10-10T22:42:41.743Z] #62 32.24 DEP compel/plugins/fds/fds.d [2019-10-10T22:42:42.255Z] #62 32.61 CC compel/plugins/std/std.o [2019-10-10T22:42:42.668Z] #62 33.21 CC compel/plugins/std/fds.o [2019-10-10T22:42:43.074Z] #62 33.61 CC compel/plugins/std/log.o [2019-10-10T22:42:43.931Z] #62 34.48 CC compel/plugins/std/string.o [2019-10-10T22:42:43.972Z] #61 ... [2019-10-10T22:42:43.972Z] [2019-10-10T22:42:43.972Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:43.972Z] #36 69.11 go/ast [2019-10-10T22:42:43.972Z] #36 69.49 text/template/parse [2019-10-10T22:42:43.972Z] #36 70.16 encoding/base64 [2019-10-10T22:42:43.972Z] #36 72.13 encoding/json [2019-10-10T22:42:43.972Z] #36 78.72 text/template [2019-10-10T22:42:43.972Z] #36 ... [2019-10-10T22:42:43.972Z] [2019-10-10T22:42:43.972Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:42:43.972Z] #16 12.75 Reading package lists... [2019-10-10T22:42:44.333Z] #62 35.11 CC compel/plugins/std/infect.o [2019-10-10T22:42:44.730Z] #62 35.43 CC compel/arch/s390/plugins/std/parasite-head.o [2019-10-10T22:42:44.730Z] #62 35.46 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-10-10T22:42:44.730Z] #62 35.51 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-10-10T22:42:44.917Z] #16 18.18 Reading package lists... [2019-10-10T22:42:44.917Z] #16 ... [2019-10-10T22:42:44.917Z] [2019-10-10T22:42:44.917Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:42:44.917Z] #50 32.04 + cd /tmp/tmp.FgjGVrs3ni/src/github.com/containerd/containerd [2019-10-10T22:42:44.917Z] #50 32.05 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-10T22:42:44.917Z] #50 32.65 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-10T22:42:44.917Z] #50 32.65 + BUILDTAGS='netgo osusergo static_build' [2019-10-10T22:42:44.917Z] #50 32.65 + export EXTRA_FLAGS=-buildmode=pie [2019-10-10T22:42:44.917Z] #50 32.65 + EXTRA_FLAGS=-buildmode=pie [2019-10-10T22:42:44.917Z] #50 32.65 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-10T22:42:44.917Z] #50 32.65 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-10T22:42:44.917Z] #50 32.65 + '[' '' = dynamic ']' [2019-10-10T22:42:44.917Z] #50 32.65 + make [2019-10-10T22:42:44.917Z] #50 34.07 + bin/ctr [2019-10-10T22:42:45.132Z] #62 35.60 AR compel/plugins/std.lib.a [2019-10-10T22:42:45.132Z] #62 35.67 CC compel/plugins/fds/fds.o [2019-10-10T22:42:45.132Z] #62 ... [2019-10-10T22:42:45.132Z] [2019-10-10T22:42:45.132Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:42:45.132Z] #34 65.96 io/ioutil [2019-10-10T22:42:45.132Z] #34 67.36 flag [2019-10-10T22:42:45.132Z] #34 67.36 github.com/BurntSushi/toml [2019-10-10T22:42:45.132Z] #34 69.01 log [2019-10-10T22:42:45.132Z] #34 71.26 github.com/BurntSushi/toml/cmd/tomlv [2019-10-10T22:42:45.132Z] #34 DONE 75.8s [2019-10-10T22:42:45.132Z] [2019-10-10T22:42:45.133Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:42:45.133Z] #62 35.88 AR compel/plugins/fds.lib.a [2019-10-10T22:42:45.133Z] #62 35.93 HOSTDEP compel/src/lib/log-host.d [2019-10-10T22:42:45.179Z] #50 ... [2019-10-10T22:42:45.179Z] [2019-10-10T22:42:45.179Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:42:45.179Z] #61 21.49 make[1]: Nothing to be done for 'all'. [2019-10-10T22:42:45.555Z] #62 36.08 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-10T22:42:45.952Z] #62 36.42 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-10-10T22:42:45.952Z] #62 36.59 HOSTDEP compel/src/main-host.d [2019-10-10T22:42:45.952Z] #62 36.74 DEP compel/src/lib/ptrace.d [2019-10-10T22:42:45.952Z] #62 36.82 DEP compel/src/lib/infect.d [2019-10-10T22:42:46.123Z] #61 23.40 CC images/stats.o [2019-10-10T22:42:46.360Z] #62 36.99 DEP compel/src/lib/infect-util.d [2019-10-10T22:42:46.360Z] #62 37.06 DEP compel/src/lib/infect-rpc.d [2019-10-10T22:42:46.696Z] #61 24.08 CC images/core.o [2019-10-10T22:42:46.778Z] #62 37.18 DEP compel/arch/s390/src/lib/infect.d [2019-10-10T22:42:46.778Z] #62 37.31 DEP compel/arch/s390/src/lib/cpu.d [2019-10-10T22:42:46.778Z] #62 37.39 DEP compel/src/lib/log.d [2019-10-10T22:42:46.778Z] #62 37.52 DEP compel/src/main.d [2019-10-10T22:42:46.778Z] #62 37.64 DEP compel/src/lib/handle-elf.d [2019-10-10T22:42:47.180Z] #62 37.78 DEP compel/arch/s390/src/lib/handle-elf.d [2019-10-10T22:42:47.180Z] #62 37.91 CC compel/src/lib/log.o [2019-10-10T22:42:47.597Z] #62 38.23 CC compel/arch/s390/src/lib/cpu.o [2019-10-10T22:42:47.998Z] #62 38.68 CC compel/arch/s390/src/lib/infect.o [2019-10-10T22:42:48.090Z] #61 25.10 CC images/core-x86.o [2019-10-10T22:42:48.351Z] #61 25.71 CC images/core-arm.o [2019-10-10T22:42:48.612Z] #61 26.08 CC images/core-aarch64.o [2019-10-10T22:42:48.841Z] #62 39.53 CC compel/src/lib/infect-rpc.o [2019-10-10T22:42:49.246Z] #62 39.81 CC compel/src/lib/infect-util.o [2019-10-10T22:42:49.246Z] #62 39.99 CC compel/src/lib/infect.o [2019-10-10T22:42:49.562Z] #61 26.55 CC images/core-ppc64.o [2019-10-10T22:42:50.134Z] #61 ... [2019-10-10T22:42:50.134Z] [2019-10-10T22:42:50.134Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:42:50.134Z] #16 18.18 Reading package lists... [2019-10-10T22:42:50.134Z] #16 23.02 Building dependency tree... [2019-10-10T22:42:50.134Z] #16 25.05 The following additional packages will be installed: [2019-10-10T22:42:50.134Z] #16 25.05 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-10T22:42:50.134Z] #16 25.05 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-10T22:42:50.134Z] #16 25.06 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-10T22:42:50.134Z] #16 25.06 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-10T22:42:50.134Z] #16 25.06 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-10T22:42:50.134Z] #16 25.06 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-10T22:42:50.134Z] #16 25.06 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-10T22:42:50.134Z] #16 25.06 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-10T22:42:50.134Z] #16 25.06 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-10T22:42:50.134Z] #16 25.07 Suggested packages: [2019-10-10T22:42:50.134Z] #16 25.07 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-10T22:42:50.134Z] #16 25.07 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-10T22:42:50.134Z] #16 25.07 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-10T22:42:50.134Z] #16 25.07 vim-doc vim-scripts xfsdump acl attr quota [2019-10-10T22:42:50.134Z] #16 25.07 Recommended packages: [2019-10-10T22:42:50.134Z] #16 25.07 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-10T22:42:50.134Z] #16 25.07 python3-keyrings.alt python3-xdg unzip [2019-10-10T22:42:52.091Z] #62 ... [2019-10-10T22:42:52.091Z] [2019-10-10T22:42:52.091Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:42:52.091Z] #17 44.90 Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-10-10T22:42:52.091Z] #17 44.90 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-10-10T22:42:52.091Z] #17 44.90 Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-10-10T22:42:52.091Z] #17 47.12 Selecting previously unselected package python3.5. [2019-10-10T22:42:52.091Z] #17 47.12 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-10-10T22:42:52.091Z] #17 47.12 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-10T22:42:52.091Z] #17 47.23 Selecting previously unselected package libpython3-stdlib:s390x. [2019-10-10T22:42:52.091Z] #17 47.23 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-10-10T22:42:52.091Z] #17 47.24 Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-10-10T22:42:52.091Z] #17 47.28 Selecting previously unselected package dh-python. [2019-10-10T22:42:52.091Z] #17 47.28 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-10T22:42:52.091Z] #17 47.28 Unpacking dh-python (2.20170125) ... [2019-10-10T22:42:52.091Z] #17 47.53 Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-10-10T22:42:52.091Z] #17 47.54 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-10T22:42:52.091Z] #17 50.54 Setting up python3-minimal (3.5.3-1) ... [2019-10-10T22:42:52.091Z] #17 51.39 Selecting previously unselected package python3. [2019-10-10T22:42:52.091Z] #17 51.39 (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-10T22:42:52.091Z] #17 51.45 Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-10-10T22:42:52.091Z] #17 51.45 Unpacking python3 (3.5.3-1) ... [2019-10-10T22:42:52.091Z] #17 51.54 Selecting previously unselected package pigz. [2019-10-10T22:42:52.091Z] #17 51.55 Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-10-10T22:42:52.091Z] #17 51.55 Unpacking pigz (2.3.4-1) ... [2019-10-10T22:42:52.091Z] #17 51.60 Selecting previously unselected package libip4tc0:s390x. [2019-10-10T22:42:52.091Z] #17 51.60 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-10T22:42:52.091Z] #17 51.61 Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-10T22:42:52.091Z] #17 51.70 Selecting previously unselected package libip6tc0:s390x. [2019-10-10T22:42:52.091Z] #17 51.70 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-10T22:42:52.091Z] #17 51.70 Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-10T22:42:52.091Z] #17 51.81 Selecting previously unselected package libiptc0:s390x. [2019-10-10T22:42:52.091Z] #17 51.81 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-10T22:42:52.091Z] #17 51.81 Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-10T22:42:52.091Z] #17 51.90 Selecting previously unselected package libxtables12:s390x. [2019-10-10T22:42:52.091Z] #17 51.91 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-10T22:42:52.091Z] #17 51.91 Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-10-10T22:42:52.091Z] #17 52.00 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-10-10T22:42:52.091Z] #17 52.00 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-10-10T22:42:52.091Z] #17 52.00 Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-10-10T22:42:52.092Z] #17 52.06 Selecting previously unselected package iptables. [2019-10-10T22:42:52.092Z] #17 52.06 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 52.07 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-10T22:42:52.092Z] #17 52.40 Selecting previously unselected package xxd. [2019-10-10T22:42:52.092Z] #17 52.40 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 52.40 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:42:52.092Z] #17 52.56 Selecting previously unselected package vim-common. [2019-10-10T22:42:52.092Z] #17 52.56 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-10T22:42:52.092Z] #17 52.57 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:42:52.092Z] #17 52.78 Selecting previously unselected package bzip2. [2019-10-10T22:42:52.092Z] #17 52.78 Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 52.78 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-10T22:42:52.092Z] #17 52.87 Selecting previously unselected package libgpm2:s390x. [2019-10-10T22:42:52.092Z] #17 52.87 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 52.87 Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-10-10T22:42:52.092Z] #17 53.07 Selecting previously unselected package xz-utils. [2019-10-10T22:42:52.092Z] #17 53.07 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 53.08 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-10T22:42:52.092Z] #17 53.17 Selecting previously unselected package aufs-tools. [2019-10-10T22:42:52.092Z] #17 53.17 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 53.17 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-10T22:42:52.092Z] #17 53.32 Selecting previously unselected package liblzo2-2:s390x. [2019-10-10T22:42:52.092Z] #17 53.32 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 53.32 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-10T22:42:52.092Z] #17 53.46 Selecting previously unselected package btrfs-progs. [2019-10-10T22:42:52.092Z] #17 53.46 Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 53.46 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-10T22:42:52.092Z] #17 54.44 Selecting previously unselected package btrfs-tools. [2019-10-10T22:42:52.092Z] #17 54.44 Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 54.44 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-10T22:42:52.092Z] #17 54.51 Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-10-10T22:42:52.092Z] #17 54.51 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 54.52 Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-10-10T22:42:52.092Z] #17 54.66 Selecting previously unselected package dmsetup. [2019-10-10T22:42:52.092Z] #17 54.66 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 54.66 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-10T22:42:52.092Z] #17 54.79 Selecting previously unselected package libonig4:s390x. [2019-10-10T22:42:52.092Z] #17 54.79 Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 54.80 Unpacking libonig4:s390x (6.1.3-2) ... [2019-10-10T22:42:52.092Z] #17 55.03 Selecting previously unselected package libjq1:s390x. [2019-10-10T22:42:52.092Z] #17 55.03 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 55.03 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-10T22:42:52.092Z] #17 55.14 Selecting previously unselected package jq. [2019-10-10T22:42:52.092Z] #17 55.15 Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 55.16 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-10T22:42:52.092Z] #17 55.28 Selecting previously unselected package libaio1:s390x. [2019-10-10T22:42:52.092Z] #17 55.28 Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 55.28 Unpacking libaio1:s390x (0.3.110-3) ... [2019-10-10T22:42:52.092Z] #17 55.32 Selecting previously unselected package libcap2-bin. [2019-10-10T22:42:52.092Z] #17 55.32 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-10-10T22:42:52.092Z] #17 55.33 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-10T22:42:52.494Z] #17 55.40 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-10-10T22:42:52.494Z] #17 55.40 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-10-10T22:42:52.494Z] #17 55.40 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-10-10T22:42:52.494Z] #17 55.48 Selecting previously unselected package libsepol1-dev:s390x. [2019-10-10T22:42:52.494Z] #17 55.48 Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-10-10T22:42:52.494Z] #17 55.49 Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-10-10T22:42:52.494Z] #17 55.78 Selecting previously unselected package libpcre16-3:s390x. [2019-10-10T22:42:52.494Z] #17 55.78 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-10-10T22:42:52.494Z] #17 55.78 Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-10-10T22:42:52.494Z] #17 55.89 Selecting previously unselected package libpcre32-3:s390x. [2019-10-10T22:42:52.494Z] #17 55.89 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-10-10T22:42:52.494Z] #17 55.89 Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-10-10T22:42:52.908Z] #17 ... [2019-10-10T22:42:52.908Z] [2019-10-10T22:42:52.908Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:52.908Z] #37 73.49 go/ast [2019-10-10T22:42:52.908Z] #37 74.04 text/template/parse [2019-10-10T22:42:52.908Z] #37 78.41 text/template [2019-10-10T22:42:52.908Z] #37 79.66 go/parser [2019-10-10T22:42:52.908Z] #37 83.65 go/doc [2019-10-10T22:42:52.908Z] #37 ... [2019-10-10T22:42:52.908Z] [2019-10-10T22:42:52.908Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:42:52.908Z] #17 56.08 Selecting previously unselected package libpcre3-dev:s390x. [2019-10-10T22:42:52.908Z] #17 56.08 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-10-10T22:42:52.908Z] #17 56.09 Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-10-10T22:42:53.295Z] #17 56.43 Selecting previously unselected package libselinux1-dev:s390x. [2019-10-10T22:42:53.295Z] #17 56.43 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-10-10T22:42:53.295Z] #17 56.43 Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-10-10T22:42:53.295Z] #17 56.70 Selecting previously unselected package libdevmapper-dev:s390x. [2019-10-10T22:42:53.454Z] 12c8dbabfd62: Verifying Checksum [2019-10-10T22:42:53.454Z] 12c8dbabfd62: Download complete [2019-10-10T22:42:53.687Z] #17 56.72 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-10-10T22:42:53.687Z] #17 56.72 Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-10-10T22:42:53.687Z] #17 56.83 Selecting previously unselected package libnl-3-200:s390x. [2019-10-10T22:42:53.687Z] #17 56.83 Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-10-10T22:42:53.687Z] #17 56.83 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-10-10T22:42:53.687Z] #17 56.93 Selecting previously unselected package libprotobuf-c1:s390x. [2019-10-10T22:42:53.687Z] #17 56.93 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-10-10T22:42:53.687Z] #17 56.93 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-10T22:42:53.687Z] #17 57.02 Selecting previously unselected package libreadline5:s390x. [2019-10-10T22:42:53.687Z] #17 57.03 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-10-10T22:42:54.072Z] #17 57.04 Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-10-10T22:42:54.072Z] #17 57.21 Selecting previously unselected package libsystemd-dev:s390x. [2019-10-10T22:42:54.072Z] #17 57.21 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-10-10T22:42:54.072Z] #17 57.21 Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-10-10T22:42:54.341Z] #16 28.69 The following NEW packages will be installed: [2019-10-10T22:42:54.341Z] #16 28.69 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-10T22:42:54.341Z] #16 28.69 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-10T22:42:54.341Z] #16 28.69 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-10T22:42:54.341Z] #16 28.70 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-10T22:42:54.341Z] #16 28.70 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-10T22:42:54.341Z] #16 28.70 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-10T22:42:54.341Z] #16 28.70 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-10T22:42:54.341Z] #16 28.70 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-10T22:42:54.341Z] #16 28.70 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-10T22:42:54.341Z] #16 28.70 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-10T22:42:54.341Z] #16 28.70 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-10T22:42:54.341Z] #16 28.70 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-10T22:42:54.341Z] #16 28.71 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-10T22:42:54.341Z] #16 28.71 xfsprogs xxd xz-utils zip [2019-10-10T22:42:54.341Z] #16 ... [2019-10-10T22:42:54.341Z] [2019-10-10T22:42:54.341Z] #64 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-10T22:42:54.341Z] #64 89.31 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-10T22:42:54.341Z] #64 89.31 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-10T22:42:55.415Z] #17 58.58 Selecting previously unselected package net-tools. [2019-10-10T22:42:55.415Z] #17 58.58 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-10-10T22:42:55.415Z] #17 58.59 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-10T22:42:55.725Z] #64 ... [2019-10-10T22:42:55.725Z] [2019-10-10T22:42:55.725Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:42:55.725Z] #36 81.02 go/parser [2019-10-10T22:42:55.725Z] #36 82.77 math/big [2019-10-10T22:42:55.725Z] #36 88.31 go/doc [2019-10-10T22:42:55.725Z] #36 88.98 vendor/golang.org/x/text/unicode/norm [2019-10-10T22:42:55.725Z] #36 ... [2019-10-10T22:42:55.725Z] [2019-10-10T22:42:55.725Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:42:55.725Z] #16 29.79 0 upgraded, 69 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:42:55.725Z] #16 29.79 Need to get 84.4 MB of archives. [2019-10-10T22:42:55.725Z] #16 29.79 After this operation, 528 MB of additional disk space will be used. [2019-10-10T22:42:55.725Z] #16 29.79 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 bash-completion all 1:2.1-4.3 [178 kB] [2019-10-10T22:42:55.725Z] #16 29.80 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnet1 arm64 1.1.6+dfsg-3 [55.1 kB] [2019-10-10T22:42:55.725Z] #16 29.80 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnfnetlink0 arm64 1.0.1-3 [12.0 kB] [2019-10-10T22:42:55.725Z] #16 29.80 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpcrecpp0v5 arm64 2:8.39-3 [151 kB] [2019-10-10T22:42:55.725Z] #16 29.82 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libudev-dev arm64 232-25+deb9u12 [92.5 kB] [2019-10-10T22:42:55.725Z] #16 29.83 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpython3.5-minimal arm64 3.5.3-1+deb9u1 [564 kB] [2019-10-10T22:42:55.725Z] #16 29.87 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3.5-minimal arm64 3.5.3-1+deb9u1 [1255 kB] [2019-10-10T22:42:55.725Z] #16 29.97 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3-minimal arm64 3.5.3-1 [35.3 kB] [2019-10-10T22:42:55.725Z] #16 29.97 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libmpdec2 arm64 2.4.2-1 [76.9 kB] [2019-10-10T22:42:55.725Z] #16 29.98 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpython3.5-stdlib arm64 3.5.3-1+deb9u1 [2034 kB] [2019-10-10T22:42:55.725Z] #16 30.13 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3.5 arm64 3.5.3-1+deb9u1 [229 kB] [2019-10-10T22:42:55.725Z] #16 30.15 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpython3-stdlib arm64 3.5.3-1 [18.6 kB] [2019-10-10T22:42:55.725Z] #16 30.16 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 dh-python all 2.20170125 [86.8 kB] [2019-10-10T22:42:55.725Z] #16 30.17 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3 arm64 3.5.3-1 [21.6 kB] [2019-10-10T22:42:55.725Z] #16 30.19 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 pigz arm64 2.3.4-1 [45.6 kB] [2019-10-10T22:42:55.725Z] #16 30.19 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libip4tc0 arm64 1.6.0+snapshot20161117-6 [66.4 kB] [2019-10-10T22:42:55.725Z] #16 30.20 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libip6tc0 arm64 1.6.0+snapshot20161117-6 [66.7 kB] [2019-10-10T22:42:55.725Z] #16 30.22 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libiptc0 arm64 1.6.0+snapshot20161117-6 [57.6 kB] [2019-10-10T22:42:55.725Z] #16 30.22 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libxtables12 arm64 1.6.0+snapshot20161117-6 [73.3 kB] [2019-10-10T22:42:55.725Z] #16 30.23 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnetfilter-conntrack3 arm64 1.0.6-2 [31.4 kB] [2019-10-10T22:42:55.725Z] #16 30.23 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 iptables arm64 1.6.0+snapshot20161117-6 [264 kB] [2019-10-10T22:42:55.725Z] #16 30.26 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 xxd arm64 2:8.0.0197-4+deb9u3 [131 kB] [2019-10-10T22:42:55.725Z] #16 30.27 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-10T22:42:55.725Z] #16 30.28 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 bzip2 arm64 1.0.6-8.1 [46.1 kB] [2019-10-10T22:42:55.725Z] #16 30.29 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libgpm2 arm64 1.20.4-6.2+b1 [33.3 kB] [2019-10-10T22:42:55.725Z] #16 30.29 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 xz-utils arm64 5.2.2-1.2+b1 [261 kB] [2019-10-10T22:42:55.725Z] #16 30.30 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 aufs-tools arm64 1:4.1+20161219-1 [100 kB] [2019-10-10T22:42:55.725Z] #16 30.31 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 liblzo2-2 arm64 2.08-1.2+b2 [48.0 kB] [2019-10-10T22:42:55.725Z] #16 30.32 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 btrfs-progs arm64 4.7.3-1 [517 kB] [2019-10-10T22:42:55.725Z] #16 30.35 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 btrfs-tools arm64 4.7.3-1 [16.9 kB] [2019-10-10T22:42:55.725Z] #16 30.35 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libdevmapper1.02.1 arm64 2:1.02.137-2 [143 kB] [2019-10-10T22:42:55.725Z] #16 30.36 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 dmsetup arm64 2:1.02.137-2 [100 kB] [2019-10-10T22:42:55.725Z] #16 30.37 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libonig4 arm64 6.1.3-2 [133 kB] [2019-10-10T22:42:55.725Z] #16 30.38 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libjq1 arm64 1.5+dfsg-1.3 [102 kB] [2019-10-10T22:42:55.725Z] #16 30.39 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 jq arm64 1.5+dfsg-1.3 [58.3 kB] [2019-10-10T22:42:55.725Z] #16 30.40 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libaio1 arm64 0.3.110-3 [9264 B] [2019-10-10T22:42:55.725Z] #16 30.40 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libcap2-bin arm64 1:2.25-1 [26.3 kB] [2019-10-10T22:42:55.725Z] #16 30.41 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.137-2 [40.1 kB] [2019-10-10T22:42:55.725Z] #16 30.41 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libsepol1-dev arm64 2.6-2 [279 kB] [2019-10-10T22:42:55.725Z] #16 30.43 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpcre16-3 arm64 2:8.39-3 [226 kB] [2019-10-10T22:42:55.725Z] #16 30.44 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpcre32-3 arm64 2:8.39-3 [220 kB] [2019-10-10T22:42:55.725Z] #16 30.45 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpcre3-dev arm64 2:8.39-3 [561 kB] [2019-10-10T22:42:55.725Z] #16 30.47 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libselinux1-dev arm64 2.6-3+b3 [176 kB] [2019-10-10T22:42:55.725Z] #16 30.48 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libdevmapper-dev arm64 2:1.02.137-2 [68.6 kB] [2019-10-10T22:42:55.726Z] #16 30.49 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnl-3-200 arm64 3.2.27-2 [52.5 kB] [2019-10-10T22:42:55.726Z] #16 30.50 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotobuf-c1 arm64 1.2.1-2 [22.7 kB] [2019-10-10T22:42:55.726Z] #16 30.50 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libreadline5 arm64 5.2+dfsg-3+b1 [101 kB] [2019-10-10T22:42:55.726Z] #16 30.51 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libsystemd-dev arm64 232-25+deb9u12 [1728 kB] [2019-10-10T22:42:55.726Z] #16 30.56 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 net-tools arm64 1.60+git20161116.90da8a0-1 [236 kB] [2019-10-10T22:42:55.726Z] #16 30.58 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-10-10T22:42:55.726Z] #16 30.62 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-10T22:42:55.726Z] #16 30.63 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-10T22:42:55.726Z] #16 30.65 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3-setuptools all 33.1.1-1 [215 kB] [2019-10-10T22:42:55.726Z] #16 30.67 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-10T22:42:55.726Z] #16 30.67 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 thin-provisioning-tools arm64 0.6.1-4+b1 [314 kB] [2019-10-10T22:42:55.726Z] #16 30.70 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-10-10T22:42:55.726Z] #16 30.93 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 vim arm64 2:8.0.0197-4+deb9u3 [868 kB] [2019-10-10T22:42:55.809Z] #17 58.83 Selecting previously unselected package python-pip-whl. [2019-10-10T22:42:55.809Z] #17 58.83 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-10T22:42:55.809Z] #17 58.83 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-10T22:42:55.987Z] #16 30.99 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 xfsprogs arm64 4.9.0+nmu1 [693 kB] [2019-10-10T22:42:55.987Z] #16 31.02 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 zip arm64 3.0-11+b1 [225 kB] [2019-10-10T22:42:55.987Z] #16 31.05 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libapparmor-perl arm64 2.11.0-3+deb9u2 [77.8 kB] [2019-10-10T22:42:55.987Z] #16 31.06 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 apparmor arm64 2.11.0-3+deb9u2 [493 kB] [2019-10-10T22:42:55.987Z] #16 31.08 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 binutils-mingw-w64-i686 arm64 2.28-5+7.4+b4 [1919 kB] [2019-10-10T22:42:55.987Z] #16 31.18 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 binutils-mingw-w64-x86-64 arm64 2.28-5+7.4+b4 [2132 kB] [2019-10-10T22:42:56.204Z] #17 59.30 Selecting previously unselected package python3-pip. [2019-10-10T22:42:56.204Z] #17 59.30 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-10T22:42:56.204Z] #17 59.30 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-10T22:42:56.204Z] #17 59.39 Selecting previously unselected package python3-pkg-resources. [2019-10-10T22:42:56.204Z] #17 59.40 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-10T22:42:56.204Z] #17 59.40 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-10T22:42:56.204Z] #17 59.49 Selecting previously unselected package python3-setuptools. [2019-10-10T22:42:56.204Z] #17 59.49 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-10T22:42:56.204Z] #17 59.49 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-10T22:42:56.247Z] #16 31.29 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-10-10T22:42:56.247Z] #16 31.31 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-10T22:42:56.509Z] #16 31.50 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-10-10T22:42:56.587Z] #17 59.70 Selecting previously unselected package python3-wheel. [2019-10-10T22:42:56.587Z] #17 59.71 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-10T22:42:56.587Z] #17 59.71 Unpacking python3-wheel (0.29.0-2) ... [2019-10-10T22:42:56.587Z] #17 59.88 Selecting previously unselected package thin-provisioning-tools. [2019-10-10T22:42:56.587Z] #17 59.88 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-10-10T22:42:56.587Z] #17 59.89 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-10T22:42:56.770Z] #16 31.63 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 gcc-mingw-w64-base arm64 6.3.0-18+19.3+b2 [170 kB] [2019-10-10T22:42:56.770Z] #16 31.64 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 gcc-mingw-w64-x86-64 arm64 6.3.0-18+19.3+b2 [29.9 MB] [2019-10-10T22:42:56.983Z] #17 60.18 Selecting previously unselected package vim-runtime. [2019-10-10T22:42:56.983Z] #17 60.18 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-10T22:42:56.983Z] #17 60.21 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-10T22:42:56.983Z] #17 60.23 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-10T22:42:56.983Z] #17 60.24 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:42:58.157Z] #16 33.11 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 g++-mingw-w64-x86-64 arm64 6.3.0-18+19.3+b2 [21.0 MB] [2019-10-10T22:43:00.078Z] #16 34.97 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:43:00.078Z] #16 35.16 Fetched 84.4 MB in 5s (15.8 MB/s) [2019-10-10T22:43:00.078Z] #16 ... [2019-10-10T22:43:00.078Z] [2019-10-10T22:43:00.078Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:00.078Z] #61 27.47 CC images/core-s390.o [2019-10-10T22:43:00.078Z] #61 28.70 CC images/cpuinfo.o [2019-10-10T22:43:00.078Z] #61 29.38 CC images/inventory.o [2019-10-10T22:43:00.078Z] #61 29.92 CC images/fdinfo.o [2019-10-10T22:43:00.078Z] #61 30.49 CC images/fown.o [2019-10-10T22:43:00.078Z] #61 30.78 CC images/ns.o [2019-10-10T22:43:00.078Z] #61 31.20 CC images/regfile.o [2019-10-10T22:43:00.078Z] #61 31.55 CC images/ghost-file.o [2019-10-10T22:43:00.078Z] #61 31.95 CC images/fifo.o [2019-10-10T22:43:00.078Z] #61 32.21 CC images/remap-file-path.o [2019-10-10T22:43:00.078Z] #61 32.60 CC images/eventfd.o [2019-10-10T22:43:00.078Z] #61 32.74 CC images/eventpoll.o [2019-10-10T22:43:00.078Z] #61 33.28 CC images/fh.o [2019-10-10T22:43:00.078Z] #61 33.68 CC images/fsnotify.o [2019-10-10T22:43:00.078Z] #61 34.51 CC images/signalfd.o [2019-10-10T22:43:00.078Z] #61 34.68 CC images/fs.o [2019-10-10T22:43:00.078Z] #61 34.90 CC images/pstree.o [2019-10-10T22:43:00.078Z] #61 35.20 CC images/pipe.o [2019-10-10T22:43:00.078Z] #61 35.62 CC images/tcp-stream.o [2019-10-10T22:43:00.078Z] #61 35.95 CC images/sk-packet.o [2019-10-10T22:43:00.078Z] #61 36.41 CC images/mnt.o [2019-10-10T22:43:00.078Z] #61 36.83 CC images/pipe-data.o [2019-10-10T22:43:00.078Z] #61 37.18 CC images/sa.o [2019-10-10T22:43:00.078Z] #61 37.45 CC images/timer.o [2019-10-10T22:43:00.351Z] #61 ... [2019-10-10T22:43:00.351Z] [2019-10-10T22:43:00.351Z] #64 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-10T22:43:00.351Z] #64 DONE 96.0s [2019-10-10T22:43:00.351Z] [2019-10-10T22:43:00.351Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:00.351Z] #16 35.44 Selecting previously unselected package bash-completion. [2019-10-10T22:43:00.351Z] #16 35.44 (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 ... 15046 files and directories currently installed.) [2019-10-10T22:43:00.477Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-10T22:43:00.477Z] [2019-10-10T22:43:00.477Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-10-10T22:43:00.477Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-10-10T22:43:00.477Z] Using test binary docker [2019-10-10T22:43:00.477Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-10T22:43:00.477Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-10T22:43:00.477Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-10T22:43:00.477Z] Warning failed to create cache: (null) [2019-10-10T22:43:00.477Z] . [2019-10-10T22:43:00.477Z] INFO: Waiting for daemon to start... [2019-10-10T22:43:00.477Z] Starting dockerd [2019-10-10T22:43:00.477Z] . [2019-10-10T22:43:00.477Z] INFO: Building docker-sdk-python3:4.1.0... [2019-10-10T22:43:00.612Z] #16 35.52 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ...#16 ... [2019-10-10T22:43:00.612Z] [2019-10-10T22:43:00.612Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-10T22:43:00.612Z] #65 DONE 0.1s [2019-10-10T22:43:00.612Z] [2019-10-10T22:43:00.612Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:00.612Z] #16 35.52 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-10T22:43:02.445Z] #17 65.13 Selecting previously unselected package vim. [2019-10-10T22:43:02.446Z] #17 65.14 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-10T22:43:02.446Z] #17 65.15 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:43:02.446Z] #17 ... [2019-10-10T22:43:02.446Z] [2019-10-10T22:43:02.446Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:02.446Z] #62 42.74 CC compel/src/lib/ptrace.o [2019-10-10T22:43:02.446Z] #62 43.05 AR compel/libcompel.a [2019-10-10T22:43:02.446Z] #62 43.13 HOSTCC compel/src/main-host.o [2019-10-10T22:43:02.446Z] #62 43.56 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-10-10T22:43:02.446Z] #62 43.63 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-10T22:43:02.446Z] #62 43.99 HOSTCC compel/src/lib/log-host.o [2019-10-10T22:43:02.446Z] #62 44.19 HOSTLINK compel/compel-host-bin [2019-10-10T22:43:02.446Z] #62 44.29 DEP soccr/soccr.d [2019-10-10T22:43:02.446Z] #62 44.45 CC soccr/soccr.o [2019-10-10T22:43:02.446Z] #62 45.70 AR soccr/libsoccr.a [2019-10-10T22:43:02.446Z] #62 45.74 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-10T22:43:02.446Z] #62 45.96 DEP criu/arch/s390/sigframe.d [2019-10-10T22:43:02.446Z] #62 46.03 DEP criu/arch/s390/crtools.d [2019-10-10T22:43:02.446Z] #62 46.16 DEP criu/arch/s390/cpu.d [2019-10-10T22:43:02.446Z] #62 46.30 CC criu/arch/s390/cpu.o [2019-10-10T22:43:02.446Z] #62 46.69 CC criu/arch/s390/crtools.o [2019-10-10T22:43:02.446Z] #62 47.45 CC criu/arch/s390/sigframe.o [2019-10-10T22:43:02.446Z] #62 47.66 LINK criu/arch/s390/crtools.built-in.o [2019-10-10T22:43:02.446Z] #62 47.70 DEP criu/arch/s390/vdso-pie.d [2019-10-10T22:43:02.446Z] #62 47.80 DEP criu/pie/parasite-vdso.d [2019-10-10T22:43:02.446Z] #62 47.91 DEP criu/pie/util-vdso.d [2019-10-10T22:43:02.446Z] #62 48.02 DEP criu/pie/util.d [2019-10-10T22:43:02.446Z] #62 48.14 CC criu/pie/util.o [2019-10-10T22:43:02.446Z] #62 48.44 CC criu/pie/util-vdso.o [2019-10-10T22:43:02.446Z] #62 49.06 CC criu/pie/parasite-vdso.o [2019-10-10T22:43:02.446Z] #62 49.62 CC criu/arch/s390/vdso-pie.o [2019-10-10T22:43:02.446Z] #62 49.78 AR criu/pie/pie.lib.a [2019-10-10T22:43:02.446Z] #62 49.85 DEP criu/pie/restorer.d [2019-10-10T22:43:02.446Z] #62 50.30 DEP criu/arch/s390/restorer.d [2019-10-10T22:43:02.446Z] #62 50.53 DEP criu/pie/parasite.d [2019-10-10T22:43:02.446Z] #62 50.87 CC criu/pie/parasite.o [2019-10-10T22:43:02.446Z] #62 52.40 LINK criu/pie/parasite.built-in.o [2019-10-10T22:43:02.446Z] #62 52.41 GEN criu/pie/parasite-blob.h [2019-10-10T22:43:02.446Z] #62 52.42 CC criu/arch/s390/restorer.o [2019-10-10T22:43:02.446Z] #62 52.55 CC criu/pie/restorer.o [2019-10-10T22:43:02.446Z] #62 ... [2019-10-10T22:43:02.446Z] [2019-10-10T22:43:02.446Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:02.446Z] #17 65.69 Selecting previously unselected package xfsprogs. [2019-10-10T22:43:02.446Z] #17 65.70 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-10-10T22:43:02.446Z] #17 65.70 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-10T22:43:03.266Z] #17 66.20 Selecting previously unselected package zip. [2019-10-10T22:43:03.266Z] #17 66.20 Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-10-10T22:43:03.266Z] #17 66.22 Unpacking zip (3.0-11+b1) ... [2019-10-10T22:43:03.266Z] #17 66.35 Selecting previously unselected package libapparmor-perl. [2019-10-10T22:43:03.266Z] #17 66.35 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-10-10T22:43:03.266Z] #17 66.35 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-10T22:43:03.266Z] #17 66.45 Selecting previously unselected package apparmor. [2019-10-10T22:43:03.266Z] #17 66.45 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-10-10T22:43:03.266Z] #17 66.49 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-10T22:43:03.653Z] #17 ... [2019-10-10T22:43:03.653Z] [2019-10-10T22:43:03.653Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:43:03.653Z] #37 84.11 encoding/xml [2019-10-10T22:43:03.653Z] #37 86.59 github.com/LK4D4/vndr/build [2019-10-10T22:43:03.653Z] #37 90.25 crypto/dsa [2019-10-10T22:43:03.653Z] #37 90.25 crypto/x509/pkix [2019-10-10T22:43:03.653Z] #37 90.95 vendor/golang.org/x/crypto/cryptobyte [2019-10-10T22:43:03.653Z] #37 90.97 net [2019-10-10T22:43:03.653Z] #37 92.85 vendor/golang.org/x/sys/cpu [2019-10-10T22:43:03.653Z] #37 93.10 vendor/golang.org/x/crypto/internal/chacha20 [2019-10-10T22:43:03.653Z] #37 93.95 vendor/golang.org/x/crypto/poly1305 [2019-10-10T22:43:03.653Z] #37 ... [2019-10-10T22:43:03.653Z] [2019-10-10T22:43:03.653Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:03.653Z] #17 66.86 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-10T22:43:03.653Z] #17 66.86 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-10-10T22:43:03.653Z] #17 66.86 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-10T22:43:04.823Z] #16 39.30 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-10T22:43:04.823Z] #16 39.94 Selecting previously unselected package libnet1:arm64. [2019-10-10T22:43:05.084Z] #16 39.94 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_arm64.deb ... [2019-10-10T22:43:05.084Z] #16 39.95 Unpacking libnet1:arm64 (1.1.6+dfsg-3) ... [2019-10-10T22:43:05.084Z] #16 40.09 Selecting previously unselected package libnfnetlink0:arm64. [2019-10-10T22:43:05.084Z] #16 40.09 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_arm64.deb ... [2019-10-10T22:43:05.084Z] #16 40.11 Unpacking libnfnetlink0:arm64 (1.0.1-3) ... [2019-10-10T22:43:05.344Z] #16 40.23 Selecting previously unselected package libpcrecpp0v5:arm64. [2019-10-10T22:43:05.344Z] #16 40.23 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_arm64.deb ... [2019-10-10T22:43:05.344Z] #16 40.25 Unpacking libpcrecpp0v5:arm64 (2:8.39-3) ... [2019-10-10T22:43:05.344Z] #16 40.38 Selecting previously unselected package libudev-dev:arm64. [2019-10-10T22:43:05.344Z] #16 40.39 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_arm64.deb ... [2019-10-10T22:43:05.344Z] #16 40.41 Unpacking libudev-dev:arm64 (232-25+deb9u12) ... [2019-10-10T22:43:05.516Z] #17 68.45 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-10T22:43:05.516Z] #17 68.45 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-10-10T22:43:05.516Z] #17 68.45 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-10T22:43:05.605Z] #16 40.64 Selecting previously unselected package libpython3.5-minimal:arm64. [2019-10-10T22:43:05.605Z] #16 40.64 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_arm64.deb ... [2019-10-10T22:43:05.605Z] #16 40.64 Unpacking libpython3.5-minimal:arm64 (3.5.3-1+deb9u1) ... [2019-10-10T22:43:06.437Z] #16 41.32 Selecting previously unselected package python3.5-minimal. [2019-10-10T22:43:06.437Z] #16 41.33 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_arm64.deb ... [2019-10-10T22:43:06.437Z] #16 41.34 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-10T22:43:07.009Z] #16 41.97 Selecting previously unselected package python3-minimal. [2019-10-10T22:43:07.009Z] #16 41.97 Preparing to unpack .../07-python3-minimal_3.5.3-1_arm64.deb ... [2019-10-10T22:43:07.009Z] #16 41.98 Unpacking python3-minimal (3.5.3-1) ... [2019-10-10T22:43:07.009Z] #16 42.10 Selecting previously unselected package libmpdec2:arm64. [2019-10-10T22:43:07.009Z] #16 42.11 Preparing to unpack .../08-libmpdec2_2.4.2-1_arm64.deb ... [2019-10-10T22:43:07.009Z] #16 42.11 Unpacking libmpdec2:arm64 (2.4.2-1) ... [2019-10-10T22:43:07.270Z] #16 42.25 Selecting previously unselected package libpython3.5-stdlib:arm64. [2019-10-10T22:43:07.270Z] #16 42.25 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_arm64.deb ... [2019-10-10T22:43:07.270Z] #16 42.25 Unpacking libpython3.5-stdlib:arm64 (3.5.3-1+deb9u1) ... [2019-10-10T22:43:07.415Z] #17 70.45 Selecting previously unselected package binutils-mingw-w64. [2019-10-10T22:43:07.415Z] #17 70.45 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-10T22:43:07.415Z] #17 70.45 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-10T22:43:07.415Z] #17 70.55 Selecting previously unselected package mingw-w64-common. [2019-10-10T22:43:07.415Z] #17 70.55 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-10T22:43:07.415Z] #17 70.56 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-10T22:43:07.924Z] #7 completed: 2019-10-10 22:43:03.6490787 +0000 UTC [2019-10-10T22:43:07.924Z] #7 duration: 1m2.103829938s [2019-10-10T22:43:07.924Z] [2019-10-10T22:43:07.924Z] [2019-10-10T22:43:07.924Z] #8 exporting to image [2019-10-10T22:43:07.924Z] #8 digest: sha256:3dbb83fcd07ad04239e51e73be97c908704a4d85629decbddbb39a85f63b63d1 [2019-10-10T22:43:07.924Z] #8 name: "exporting to image" [2019-10-10T22:43:07.924Z] #8 started: 2019-10-10 22:43:03.651234268 +0000 UTC [2019-10-10T22:43:07.924Z] #8 exporting layers [2019-10-10T22:43:08.214Z] #16 ... [2019-10-10T22:43:08.214Z] [2019-10-10T22:43:08.214Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:43:08.214Z] #36 93.53 github.com/LK4D4/vndr/build [2019-10-10T22:43:08.214Z] #36 96.54 vendor/golang.org/x/net/idna [2019-10-10T22:43:08.214Z] #36 98.56 encoding/asn1 [2019-10-10T22:43:08.214Z] #36 99.19 mime/quotedprintable [2019-10-10T22:43:08.214Z] #36 99.60 net/http/internal [2019-10-10T22:43:08.214Z] #36 101.6 vendor/golang.org/x/crypto/cryptobyte [2019-10-10T22:43:08.214Z] #36 ... [2019-10-10T22:43:08.214Z] [2019-10-10T22:43:08.214Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:08.214Z] #16 43.27 Selecting previously unselected package python3.5. [2019-10-10T22:43:08.214Z] #16 43.27 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_arm64.deb ... [2019-10-10T22:43:08.214Z] #16 43.28 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-10T22:43:08.459Z] 65014b3c3121: Verifying Checksum [2019-10-10T22:43:08.459Z] 65014b3c3121: Download complete [2019-10-10T22:43:08.474Z] #16 43.49 Selecting previously unselected package libpython3-stdlib:arm64. [2019-10-10T22:43:08.475Z] #16 43.50 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_arm64.deb ... [2019-10-10T22:43:08.475Z] #16 43.52 Unpacking libpython3-stdlib:arm64 (3.5.3-1) ... [2019-10-10T22:43:08.475Z] #16 43.61 Selecting previously unselected package dh-python. [2019-10-10T22:43:08.736Z] #16 43.61 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-10T22:43:08.736Z] #16 43.63 Unpacking dh-python (2.20170125) ... [2019-10-10T22:43:08.997Z] #16 43.87 Setting up libpython3.5-minimal:arm64 (3.5.3-1+deb9u1) ... [2019-10-10T22:43:08.997Z] #16 43.90 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-10T22:43:09.987Z] #17 ... [2019-10-10T22:43:09.987Z] [2019-10-10T22:43:09.987Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:09.987Z] #62 55.42 LINK criu/pie/restorer.built-in.o [2019-10-10T22:43:09.987Z] #62 55.45 GEN criu/pie/restorer-blob.h [2019-10-10T22:43:09.987Z] #62 55.51 DEP criu/vdso.d [2019-10-10T22:43:09.987Z] #62 55.70 DEP criu/uts_ns.d [2019-10-10T22:43:09.987Z] #62 55.89 DEP criu/util.d [2019-10-10T22:43:09.987Z] #62 56.10 DEP criu/uffd.d [2019-10-10T22:43:09.987Z] #62 56.20 DEP criu/tun.d [2019-10-10T22:43:09.987Z] #62 56.43 DEP criu/tty.d [2019-10-10T22:43:09.987Z] #62 56.63 DEP criu/timerfd.d [2019-10-10T22:43:09.987Z] #62 56.77 DEP criu/sysfs_parse.d [2019-10-10T22:43:09.987Z] #62 56.91 DEP criu/sysctl.d [2019-10-10T22:43:09.987Z] #62 57.06 DEP criu/string.d [2019-10-10T22:43:09.987Z] #62 57.08 DEP criu/stats.d [2019-10-10T22:43:09.987Z] #62 57.19 DEP criu/sockets.d [2019-10-10T22:43:09.987Z] #62 57.44 DEP criu/sk-unix.d [2019-10-10T22:43:09.987Z] #62 57.62 DEP criu/sk-tcp.d [2019-10-10T22:43:09.987Z] #62 57.83 DEP criu/sk-queue.d [2019-10-10T22:43:09.987Z] #62 58.03 DEP criu/sk-packet.d [2019-10-10T22:43:09.987Z] #62 58.15 DEP criu/sk-netlink.d [2019-10-10T22:43:09.987Z] #62 58.39 DEP criu/sk-inet.d [2019-10-10T22:43:09.987Z] #62 58.60 DEP criu/signalfd.d [2019-10-10T22:43:09.987Z] #62 58.81 DEP criu/sigframe.d [2019-10-10T22:43:09.987Z] #62 58.91 DEP criu/shmem.d [2019-10-10T22:43:09.987Z] #62 59.06 DEP criu/servicefd.d [2019-10-10T22:43:09.987Z] #62 59.25 DEP criu/seize.d [2019-10-10T22:43:09.987Z] #62 59.41 DEP criu/seccomp.d [2019-10-10T22:43:09.987Z] #62 59.56 DEP criu/rst-malloc.d [2019-10-10T22:43:09.987Z] #62 59.61 DEP criu/rbtree.d [2019-10-10T22:43:09.987Z] #62 59.68 DEP criu/pstree.d [2019-10-10T22:43:09.987Z] #62 59.82 DEP criu/protobuf.d [2019-10-10T22:43:09.987Z] #62 59.92 GEN criu/protobuf-desc-gen.h [2019-10-10T22:43:10.911Z] #16 ... [2019-10-10T22:43:10.911Z] [2019-10-10T22:43:10.911Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:10.911Z] #61 37.91 CC images/timerfd.o [2019-10-10T22:43:10.911Z] #61 38.16 CC images/mm.o [2019-10-10T22:43:10.911Z] #61 38.55 CC images/sk-opts.o [2019-10-10T22:43:10.911Z] #61 38.93 CC images/sk-unix.o [2019-10-10T22:43:10.911Z] #61 39.37 CC images/sk-inet.o [2019-10-10T22:43:10.911Z] #61 39.76 CC images/tun.o [2019-10-10T22:43:10.911Z] #61 40.02 CC images/sk-netlink.o [2019-10-10T22:43:10.911Z] #61 40.36 CC images/packet-sock.o [2019-10-10T22:43:10.911Z] #61 40.90 CC images/ipc-var.o [2019-10-10T22:43:10.911Z] #61 41.17 CC images/ipc-desc.o [2019-10-10T22:43:10.911Z] #61 41.47 CC images/ipc-shm.o [2019-10-10T22:43:10.911Z] #61 41.75 CC images/ipc-msg.o [2019-10-10T22:43:10.911Z] #61 42.10 CC images/ipc-sem.o [2019-10-10T22:43:10.911Z] #61 42.47 CC images/utsns.o [2019-10-10T22:43:10.911Z] #61 42.72 CC images/creds.o [2019-10-10T22:43:10.911Z] #61 43.06 CC images/vma.o [2019-10-10T22:43:10.911Z] #61 43.44 CC images/netdev.o [2019-10-10T22:43:10.911Z] #61 43.85 CC images/tty.o [2019-10-10T22:43:10.911Z] #61 44.59 CC images/file-lock.o [2019-10-10T22:43:10.911Z] #61 44.91 CC images/rlimit.o [2019-10-10T22:43:10.911Z] #61 45.26 CC images/pagemap.o [2019-10-10T22:43:10.911Z] #61 45.64 CC images/siginfo.o [2019-10-10T22:43:10.911Z] #61 46.09 CC images/rpc.o [2019-10-10T22:43:10.911Z] #61 47.45 CC images/ext-file.o [2019-10-10T22:43:10.911Z] #61 47.86 CC images/cgroup.o [2019-10-10T22:43:10.987Z] #62 61.35 DEP criu/protobuf-desc.d [2019-10-10T22:43:10.987Z] #62 61.57 DEP criu/proc_parse.d [2019-10-10T22:43:11.433Z] #62 62.08 DEP criu/plugin.d [2019-10-10T22:43:11.433Z] #62 62.25 DEP criu/pipes.d [2019-10-10T22:43:11.481Z] #61 48.71 CC images/userns.o [2019-10-10T22:43:11.482Z] #61 ... [2019-10-10T22:43:11.482Z] [2019-10-10T22:43:11.482Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:11.742Z] #16 46.64 Setting up python3-minimal (3.5.3-1) ... [2019-10-10T22:43:11.985Z] #62 ... [2019-10-10T22:43:11.985Z] [2019-10-10T22:43:11.985Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:11.985Z] #17 74.92 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-10T22:43:11.985Z] #17 74.92 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-10T22:43:11.985Z] #17 74.97 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-10T22:43:13.660Z] #16 48.36 Selecting previously unselected package python3. [2019-10-10T22:43:13.660Z] #16 48.36 (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 ... 16632 files and directories currently installed.) [2019-10-10T22:43:13.660Z] #16 48.40 Preparing to unpack .../00-python3_3.5.3-1_arm64.deb ... [2019-10-10T22:43:13.660Z] #16 48.44 Unpacking python3 (3.5.3-1) ... [2019-10-10T22:43:13.660Z] #16 48.58 Selecting previously unselected package pigz. [2019-10-10T22:43:13.660Z] #16 48.59 Preparing to unpack .../01-pigz_2.3.4-1_arm64.deb ... [2019-10-10T22:43:13.660Z] #16 48.61 Unpacking pigz (2.3.4-1) ... [2019-10-10T22:43:13.660Z] #16 48.75 Selecting previously unselected package libip4tc0:arm64. [2019-10-10T22:43:13.660Z] #16 48.76 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_arm64.deb ... [2019-10-10T22:43:13.660Z] #16 48.77 Unpacking libip4tc0:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-10T22:43:13.920Z] #16 48.90 Selecting previously unselected package libip6tc0:arm64. [2019-10-10T22:43:13.920Z] #16 48.92 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_arm64.deb ... [2019-10-10T22:43:13.920Z] #16 48.93 Unpacking libip6tc0:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-10T22:43:13.933Z] #17 ... [2019-10-10T22:43:13.933Z] [2019-10-10T22:43:13.933Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:43:13.933Z] #37 94.58 vendor/golang.org/x/crypto/chacha20poly1305 [2019-10-10T22:43:13.933Z] #37 95.13 vendor/golang.org/x/crypto/curve25519 [2019-10-10T22:43:13.933Z] #37 95.66 vendor/golang.org/x/crypto/hkdf [2019-10-10T22:43:13.933Z] #37 95.81 vendor/golang.org/x/text/transform [2019-10-10T22:43:13.933Z] #37 96.53 vendor/golang.org/x/text/unicode/bidi [2019-10-10T22:43:13.933Z] #37 98.69 vendor/golang.org/x/text/secure/bidirule [2019-10-10T22:43:13.933Z] #37 99.12 vendor/golang.org/x/text/unicode/norm [2019-10-10T22:43:13.933Z] #37 ... [2019-10-10T22:43:13.933Z] [2019-10-10T22:43:13.933Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:13.933Z] #62 62.66 DEP criu/pie-util.d [2019-10-10T22:43:13.933Z] #62 62.88 DEP criu/pie-util-vdso.d [2019-10-10T22:43:13.933Z] #62 62.97 DEP criu/pie-util-vdso-elf32.d [2019-10-10T22:43:13.933Z] #62 63.13 DEP criu/path.d [2019-10-10T22:43:13.933Z] #62 63.33 DEP criu/parasite-syscall.d [2019-10-10T22:43:13.933Z] #62 63.57 DEP criu/pagemap.d [2019-10-10T22:43:13.933Z] #62 63.78 DEP criu/pagemap-cache.d [2019-10-10T22:43:13.933Z] #62 63.97 DEP criu/page-xfer.d [2019-10-10T22:43:13.933Z] #62 64.15 DEP criu/page-pipe.d [2019-10-10T22:43:13.933Z] #62 64.23 DEP criu/netfilter.d [2019-10-10T22:43:13.933Z] #62 64.39 DEP criu/net.d [2019-10-10T22:43:13.933Z] #62 64.54 DEP criu/namespaces.d [2019-10-10T22:43:13.933Z] #62 64.64 DEP criu/mount.d [2019-10-10T22:43:13.933Z] #62 ... [2019-10-10T22:43:13.933Z] [2019-10-10T22:43:13.933Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-10T22:43:13.933Z] #65 96.91 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-10T22:43:13.933Z] #65 96.91 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-10T22:43:13.933Z] #65 DONE 104.8s [2019-10-10T22:43:13.933Z] [2019-10-10T22:43:13.933Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-10T22:43:13.933Z] #66 DONE 0.1s [2019-10-10T22:43:14.181Z] #16 49.09 Selecting previously unselected package libiptc0:arm64. [2019-10-10T22:43:14.181Z] #16 49.09 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_arm64.deb ... [2019-10-10T22:43:14.181Z] #16 49.10 Unpacking libiptc0:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-10T22:43:14.181Z] #16 49.23 Selecting previously unselected package libxtables12:arm64. [2019-10-10T22:43:14.181Z] #16 49.23 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_arm64.deb ... [2019-10-10T22:43:14.181Z] #16 49.24 Unpacking libxtables12:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-10T22:43:14.329Z] [2019-10-10T22:43:14.329Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:14.329Z] #62 64.83 DEP criu/mem.d [2019-10-10T22:43:14.329Z] #62 65.14 DEP criu/lsm.d [2019-10-10T22:43:14.441Z] #16 49.41 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2019-10-10T22:43:14.441Z] #16 49.42 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_arm64.deb ... [2019-10-10T22:43:14.441Z] #16 49.44 Unpacking libnetfilter-conntrack3:arm64 (1.0.6-2) ... [2019-10-10T22:43:14.702Z] #16 49.80 Selecting previously unselected package iptables. [2019-10-10T22:43:14.702Z] #16 49.80 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_arm64.deb ... [2019-10-10T22:43:14.702Z] #16 49.84 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-10T22:43:14.735Z] #62 65.43 DEP criu/log.d [2019-10-10T22:43:15.138Z] #62 65.52 DEP criu/libnetlink.d [2019-10-10T22:43:15.138Z] #62 65.71 DEP criu/kerndat.d [2019-10-10T22:43:15.138Z] #62 65.84 DEP criu/kcmp-ids.d [2019-10-10T22:43:15.138Z] #62 65.90 DEP criu/irmap.d [2019-10-10T22:43:15.546Z] #62 66.07 DEP criu/ipc_ns.d [2019-10-10T22:43:15.546Z] #62 66.23 DEP criu/image.d [2019-10-10T22:43:15.546Z] #62 66.36 DEP criu/image-desc.d [2019-10-10T22:43:15.943Z] #62 66.52 DEP criu/fsnotify.d [2019-10-10T22:43:15.943Z] #62 66.65 DEP criu/filesystems.d [2019-10-10T22:43:16.086Z] #16 51.06 Selecting previously unselected package xxd. [2019-10-10T22:43:16.086Z] #16 51.07 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_arm64.deb ... [2019-10-10T22:43:16.086Z] #16 51.09 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:43:16.338Z] #62 66.84 DEP criu/files.d [2019-10-10T22:43:16.338Z] #62 67.07 DEP criu/files-reg.d [2019-10-10T22:43:16.338Z] #62 67.21 DEP criu/files-ext.d [2019-10-10T22:43:16.669Z] #16 ... [2019-10-10T22:43:16.669Z] [2019-10-10T22:43:16.669Z] #30 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:43:16.669Z] #30 DONE 112.0s [2019-10-10T22:43:16.669Z] [2019-10-10T22:43:16.669Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:16.669Z] #16 51.57 Selecting previously unselected package vim-common. [2019-10-10T22:43:16.669Z] #16 51.58 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-10T22:43:16.670Z] #16 51.60 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:43:16.670Z] #16 ... [2019-10-10T22:43:16.670Z] [2019-10-10T22:43:16.670Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:43:16.670Z] #56 107.1 Checking out files: 21% (2319/10638) Checking out files: 22% (2341/10638) Checking out files: 23% (2447/10638) Checking out files: 24% (2554/10638) Checking out files: 25% (2660/10638) Checking out files: 26% (2766/10638) Checking out files: 27% (2873/10638) Checking out files: 28% (2979/10638) Checking out files: 29% (3086/10638) Checking out files: 30% (3192/10638) Checking out files: 31% (3298/10638) Checking out files: 32% (3405/10638) Checking out files: 33% (3511/10638) Checking out files: 34% (3617/10638) Checking out files: 35% (3724/10638) Checking out files: 36% (3830/10638) Checking out files: 37% (3937/10638) Checking out files: 38% (4043/10638) Checking out files: 39% (4149/10638) Checking out files: 40% (4256/10638) Checking out files: 41% (4362/10638) Checking out files: 41% (4433/10638) Checking out files: 42% (4468/10638) Checking out files: 43% (4575/10638) Checking out files: 44% (4681/10638) Checking out files: 45% (4788/10638) Checking out files: 46% (4894/10638) Checking out files: 47% (5000/10638) Checking out files: 48% (5107/10638) Checking out files: 49% (5213/10638) Checking out files: 50% (5319/10638) Checking out files: 51% (5426/10638) Checking out files: 52% (5532/10638) Checking out files: 53% (5639/10638) Checking out files: 54% (5745/10638) Checking out files: 55% (5851/10638) Checking out files: 56% (5958/10638) Checking out files: 57% (6064/10638) Checking out files: 58% (6171/10638) Checking out files: 59% (6277/10638) Checking out files: 60% (6383/10638) Checking out files: 61% (6490/10638) Checking out files: 62% (6596/10638) Checking out files: 63% (6702/10638) Checking out files: 63% (6712/10638) Checking out files: 64% (6809/10638) Checking out files: 65% (6915/10638) Checking out files: 66% (7022/10638) Checking out files: 67% (7128/10638) Checking out files: 68% (7234/10638) Checking out files: 69% (7341/10638) Checking out files: 70% (7447/10638) Checking out files: 71% (7553/10638) Checking out files: 72% (7660/10638) Checking out files: 73% (7766/10638) Checking out files: 74% (7873/10638) Checking out files: 75% (7979/10638) Checking out files: 76% (8085/10638) Checking out files: 77% (8192/10638) Checking out files: 78% (8298/10638) Checking out files: 79% (8405/10638) Checking out files: 80% (8511/10638) Checking out files: 81% (8617/10638) Checking out files: 82% (8724/10638) Checking out files: 82% (8788/10638) Checking out files: 83% (8830/10638) Checking out files: 84% (8936/10638) Checking out files: 85% (9043/10638) Checking out files: 86% (9149/10638) Checking out files: 87% (9256/10638) Checking out files: 88% (9362/10638) Checking out files: 89% (9468/10638) Checking out files: 90% (9575/10638) Checking out files: 91% (9681/10638) Checking out files: 92% (9787/10638) Checking out files: 93% (9894/10638) Checking out files: 94% (10000/10638) Checking out files: 95% (10107/10638) Checking out files: 96% (10213/10638) Checking out files: 97% (10319/10638) Checking out files: 98% (10426/10638) Checking out files: 98% (10479/10638) Checking out files: 99% (10532/10638) Checking out files: 100% (10638/10638) Checking out files: 100% (10638/10638), done. [2019-10-10T22:43:16.670Z] #56 111.4 + cd /tmp/tmp.1BA1cXC06x/tmp/docker-ce [2019-10-10T22:43:16.670Z] #56 111.4 + git checkout -q v17.06.2-ce [2019-10-10T22:43:16.745Z] #62 67.36 DEP criu/file-lock.d [2019-10-10T22:43:17.143Z] #62 67.57 DEP criu/file-ids.d [2019-10-10T22:43:17.143Z] #62 67.73 DEP criu/fifo.d [2019-10-10T22:43:17.143Z] #62 67.96 DEP criu/fdstore.d [2019-10-10T22:43:17.522Z] #62 68.11 DEP criu/fault-injection.d [2019-10-10T22:43:17.522Z] #62 68.18 DEP criu/external.d [2019-10-10T22:43:17.943Z] #62 68.30 DEP criu/eventpoll.d [2019-10-10T22:43:17.943Z] #62 68.52 DEP criu/eventfd.d [2019-10-10T22:43:17.943Z] #62 68.62 DEP criu/crtools.d [2019-10-10T22:43:18.339Z] #62 68.80 DEP criu/cr-service.d [2019-10-10T22:43:18.339Z] #62 69.13 DEP criu/cr-restore.d [2019-10-10T22:43:18.581Z] #56 ... [2019-10-10T22:43:18.581Z] [2019-10-10T22:43:18.581Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:43:18.581Z] #36 104.1 net/textproto [2019-10-10T22:43:18.581Z] #36 104.1 vendor/golang.org/x/net/http/httpproxy [2019-10-10T22:43:18.581Z] #36 104.1 crypto/x509 [2019-10-10T22:43:18.581Z] #36 105.4 vendor/golang.org/x/net/http/httpguts [2019-10-10T22:43:18.581Z] #36 105.4 mime/multipart [2019-10-10T22:43:18.581Z] #36 107.4 crypto/tls [2019-10-10T22:43:18.581Z] #36 112.5 net/http/httptrace [2019-10-10T22:43:18.581Z] #36 112.7 net/http [2019-10-10T22:43:18.732Z] #62 69.38 DEP criu/cr-errno.d [2019-10-10T22:43:18.732Z] #62 69.38 DEP criu/cr-dump.d [2019-10-10T22:43:18.841Z] #36 ... [2019-10-10T22:43:18.841Z] [2019-10-10T22:43:18.841Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:18.841Z] #16 51.90 Selecting previously unselected package bzip2. [2019-10-10T22:43:18.841Z] #16 51.92 Preparing to unpack .../10-bzip2_1.0.6-8.1_arm64.deb ... [2019-10-10T22:43:18.841Z] #16 51.93 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-10T22:43:18.841Z] #16 52.15 Selecting previously unselected package libgpm2:arm64. [2019-10-10T22:43:18.841Z] #16 52.15 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_arm64.deb ... [2019-10-10T22:43:18.841Z] #16 52.16 Unpacking libgpm2:arm64 (1.20.4-6.2+b1) ... [2019-10-10T22:43:18.841Z] #16 52.26 Selecting previously unselected package xz-utils. [2019-10-10T22:43:18.841Z] #16 52.26 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_arm64.deb ... [2019-10-10T22:43:18.841Z] #16 52.28 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-10T22:43:18.841Z] #16 52.53 Selecting previously unselected package aufs-tools. [2019-10-10T22:43:18.841Z] #16 52.54 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_arm64.deb ... [2019-10-10T22:43:18.841Z] #16 52.58 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-10T22:43:18.841Z] #16 52.81 Selecting previously unselected package liblzo2-2:arm64. [2019-10-10T22:43:18.841Z] #16 52.82 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_arm64.deb ... [2019-10-10T22:43:18.841Z] #16 52.82 Unpacking liblzo2-2:arm64 (2.08-1.2+b2) ... [2019-10-10T22:43:18.841Z] #16 52.94 Selecting previously unselected package btrfs-progs. [2019-10-10T22:43:18.841Z] #16 52.95 Preparing to unpack .../15-btrfs-progs_4.7.3-1_arm64.deb ... [2019-10-10T22:43:18.841Z] #16 52.97 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-10T22:43:18.841Z] #16 53.49 Selecting previously unselected package btrfs-tools. [2019-10-10T22:43:18.841Z] #16 53.50 Preparing to unpack .../16-btrfs-tools_4.7.3-1_arm64.deb ... [2019-10-10T22:43:18.841Z] #16 53.51 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-10T22:43:18.841Z] #16 53.63 Selecting previously unselected package libdevmapper1.02.1:arm64. [2019-10-10T22:43:18.841Z] #16 53.63 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_arm64.deb ... [2019-10-10T22:43:18.841Z] #16 53.64 Unpacking libdevmapper1.02.1:arm64 (2:1.02.137-2) ... [2019-10-10T22:43:18.841Z] #16 53.84 Selecting previously unselected package dmsetup. [2019-10-10T22:43:18.841Z] #16 53.84 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_arm64.deb ... [2019-10-10T22:43:18.841Z] #16 53.85 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-10T22:43:19.102Z] #16 54.10 Selecting previously unselected package libonig4:arm64. [2019-10-10T22:43:19.102Z] #16 54.11 Preparing to unpack .../19-libonig4_6.1.3-2_arm64.deb ... [2019-10-10T22:43:19.102Z] #16 54.11 Unpacking libonig4:arm64 (6.1.3-2) ... [2019-10-10T22:43:19.143Z] #62 69.55 DEP criu/cr-dedup.d [2019-10-10T22:43:19.143Z] #62 69.76 DEP criu/cr-check.d [2019-10-10T22:43:19.362Z] #16 54.32 Selecting previously unselected package libjq1:arm64. [2019-10-10T22:43:19.362Z] #16 54.32 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_arm64.deb ... [2019-10-10T22:43:19.362Z] #16 54.32 Unpacking libjq1:arm64 (1.5+dfsg-1.3) ... [2019-10-10T22:43:19.362Z] #16 54.45 Selecting previously unselected package jq. [2019-10-10T22:43:19.362Z] #16 54.46 Preparing to unpack .../21-jq_1.5+dfsg-1.3_arm64.deb ... [2019-10-10T22:43:19.362Z] #16 54.48 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-10T22:43:19.622Z] #16 54.60 Selecting previously unselected package libaio1:arm64. [2019-10-10T22:43:19.622Z] #16 54.60 Preparing to unpack .../22-libaio1_0.3.110-3_arm64.deb ... [2019-10-10T22:43:19.622Z] #16 54.62 Unpacking libaio1:arm64 (0.3.110-3) ... [2019-10-10T22:43:19.622Z] #16 54.70 Selecting previously unselected package libcap2-bin. [2019-10-10T22:43:19.622Z] #16 54.70 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_arm64.deb ... [2019-10-10T22:43:19.622Z] #16 54.72 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-10T22:43:19.650Z] #62 69.96 DEP criu/config.d [2019-10-10T22:43:19.650Z] #62 70.20 DEP criu/clone-noasan.d [2019-10-10T22:43:19.650Z] #62 70.31 DEP criu/cgroup.d [2019-10-10T22:43:19.650Z] #62 70.35 DEP criu/cgroup-props.d [2019-10-10T22:43:19.650Z] #62 70.39 DEP criu/bitmap.d [2019-10-10T22:43:19.650Z] #62 70.45 DEP criu/bfd.d [2019-10-10T22:43:19.883Z] #16 54.86 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2019-10-10T22:43:19.883Z] #16 54.86 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_arm64.deb ... [2019-10-10T22:43:19.883Z] #16 54.87 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.137-2) ... [2019-10-10T22:43:20.071Z] #62 70.56 DEP criu/autofs.d [2019-10-10T22:43:20.071Z] #62 70.82 DEP criu/aio.d [2019-10-10T22:43:20.145Z] #16 54.98 Selecting previously unselected package libsepol1-dev:arm64. [2019-10-10T22:43:20.145Z] #16 55.00 Preparing to unpack .../25-libsepol1-dev_2.6-2_arm64.deb ... [2019-10-10T22:43:20.145Z] #16 55.01 Unpacking libsepol1-dev:arm64 (2.6-2) ... [2019-10-10T22:43:20.406Z] #16 55.39 Selecting previously unselected package libpcre16-3:arm64. [2019-10-10T22:43:20.406Z] #16 55.40 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_arm64.deb ... [2019-10-10T22:43:20.406Z] #16 55.41 Unpacking libpcre16-3:arm64 (2:8.39-3) ... [2019-10-10T22:43:20.406Z] #16 55.62 Selecting previously unselected package libpcre32-3:arm64. [2019-10-10T22:43:20.483Z] #8 completed: 2019-10-10 22:43:18.621923022 +0000 UTC [2019-10-10T22:43:20.483Z] #8 duration: 14.970688754s [2019-10-10T22:43:20.483Z] #8 exporting layers 15.0s done [2019-10-10T22:43:20.483Z] #8 writing image sha256:7bae0ceea63340189932d126d9ade2facf5cd0051bd73698c1c6e14934063bdc done [2019-10-10T22:43:20.483Z] #8 naming to docker.io/library/moby-buildx:v0.3.0 done [2019-10-10T22:43:20.483Z] [2019-10-10T22:43:20.483Z] 1820c55b8c2e2c8b0d38c2d9b800553671769ba02225c92cdf2c77599b7a60e9 [2019-10-10T22:43:20.483Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 . [2019-10-10T22:43:20.483Z] #1 [internal] booting buildkit [2019-10-10T22:43:20.483Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-10-10T22:43:20.498Z] #62 71.13 DEP criu/action-scripts.d [2019-10-10T22:43:20.666Z] #16 55.62 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_arm64.deb ... [2019-10-10T22:43:20.666Z] #16 55.63 Unpacking libpcre32-3:arm64 (2:8.39-3) ... [2019-10-10T22:43:20.926Z] #16 55.84 Selecting previously unselected package libpcre3-dev:arm64. [2019-10-10T22:43:20.926Z] #16 55.84 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_arm64.deb ... [2019-10-10T22:43:20.926Z] #16 55.85 Unpacking libpcre3-dev:arm64 (2:8.39-3) ... [2019-10-10T22:43:21.187Z] #16 56.19 Selecting previously unselected package libselinux1-dev:arm64. [2019-10-10T22:43:21.187Z] #16 56.20 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_arm64.deb ... [2019-10-10T22:43:21.187Z] #16 56.20 Unpacking libselinux1-dev:arm64 (2.6-3+b3) ... [2019-10-10T22:43:21.354Z] #62 71.73 CC criu/action-scripts.o [2019-10-10T22:43:21.447Z] #16 56.49 Selecting previously unselected package libdevmapper-dev:arm64. [2019-10-10T22:43:21.447Z] #16 56.50 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_arm64.deb ... [2019-10-10T22:43:21.447Z] #16 56.52 Unpacking libdevmapper-dev:arm64 (2:1.02.137-2) ... [2019-10-10T22:43:21.708Z] #16 56.64 Selecting previously unselected package libnl-3-200:arm64. [2019-10-10T22:43:21.708Z] #16 56.65 Preparing to unpack .../31-libnl-3-200_3.2.27-2_arm64.deb ... [2019-10-10T22:43:21.708Z] #16 56.65 Unpacking libnl-3-200:arm64 (3.2.27-2) ... [2019-10-10T22:43:21.708Z] #16 56.82 Selecting previously unselected package libprotobuf-c1:arm64. [2019-10-10T22:43:21.708Z] #16 56.83 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_arm64.deb ... [2019-10-10T22:43:21.708Z] #16 56.83 Unpacking libprotobuf-c1:arm64 (1.2.1-2) ... [2019-10-10T22:43:21.708Z] #16 ... [2019-10-10T22:43:21.708Z] [2019-10-10T22:43:21.708Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:21.708Z] #61 49.13 CC images/google/protobuf/descriptor.o [2019-10-10T22:43:21.708Z] #61 51.22 CC images/opts.o [2019-10-10T22:43:21.708Z] #61 51.44 CC images/seccomp.o [2019-10-10T22:43:21.708Z] #61 51.96 CC images/binfmt-misc.o [2019-10-10T22:43:21.708Z] #61 52.21 CC images/time.o [2019-10-10T22:43:21.708Z] #61 52.48 CC images/sysctl.o [2019-10-10T22:43:21.708Z] #61 52.70 CC images/autofs.o [2019-10-10T22:43:21.708Z] #61 53.03 CC images/macvlan.o [2019-10-10T22:43:21.708Z] #61 53.23 CC images/sit.o [2019-10-10T22:43:21.708Z] #61 53.40 LINK images/built-in.o [2019-10-10T22:43:21.708Z] #61 53.48 GEN compel/include/asm [2019-10-10T22:43:21.708Z] #61 53.49 GEN compel/include/version.h [2019-10-10T22:43:21.708Z] #61 53.50 touch .config [2019-10-10T22:43:21.708Z] #61 53.51 GEN include/common/config.h [2019-10-10T22:43:21.708Z] #61 53.62 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-10T22:43:21.708Z] #61 53.64 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2019-10-10T22:43:21.708Z] #61 53.78 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2019-10-10T22:43:21.708Z] #61 53.86 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2019-10-10T22:43:21.708Z] #61 53.88 DEP compel/plugins/std/infect.d [2019-10-10T22:43:21.708Z] #61 54.14 DEP compel/plugins/std/string.d [2019-10-10T22:43:21.708Z] #61 54.34 DEP compel/plugins/std/log.d [2019-10-10T22:43:21.708Z] #61 54.51 DEP compel/plugins/std/fds.d [2019-10-10T22:43:21.708Z] #61 54.67 DEP compel/plugins/std/std.d [2019-10-10T22:43:21.708Z] #61 54.87 DEP compel/plugins/shmem/shmem.d [2019-10-10T22:43:21.708Z] #61 54.99 DEP compel/plugins/fds/fds.d [2019-10-10T22:43:21.708Z] #61 55.19 CC compel/plugins/std/std.o [2019-10-10T22:43:21.708Z] #61 55.57 CC compel/plugins/std/fds.o [2019-10-10T22:43:21.708Z] #61 56.05 CC compel/plugins/std/log.o [2019-10-10T22:43:21.708Z] #61 57.02 CC compel/plugins/std/string.o [2019-10-10T22:43:21.708Z] #61 57.68 CC compel/plugins/std/infect.o [2019-10-10T22:43:21.708Z] #61 58.10 CC compel/arch/aarch64/plugins/std/parasite-head.o [2019-10-10T22:43:21.708Z] #61 58.19 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2019-10-10T22:43:21.708Z] #61 58.27 AR compel/plugins/std.lib.a [2019-10-10T22:43:21.708Z] #61 58.38 CC compel/plugins/fds/fds.o [2019-10-10T22:43:21.708Z] #61 58.82 AR compel/plugins/fds.lib.a [2019-10-10T22:43:21.708Z] #61 58.87 HOSTDEP compel/src/lib/log-host.d [2019-10-10T22:43:21.708Z] #61 59.06 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-10T22:43:21.708Z] #61 59.17 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2019-10-10T22:43:21.760Z] #62 72.40 CC criu/aio.o [2019-10-10T22:43:21.969Z] #61 59.31 HOSTDEP compel/src/main-host.d [2019-10-10T22:43:21.969Z] #61 ... [2019-10-10T22:43:21.969Z] [2019-10-10T22:43:21.969Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:21.969Z] #16 56.93 Selecting previously unselected package libreadline5:arm64. [2019-10-10T22:43:21.969Z] #16 56.93 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_arm64.deb ... [2019-10-10T22:43:21.969Z] #16 56.96 Unpacking libreadline5:arm64 (5.2+dfsg-3+b1) ... [2019-10-10T22:43:21.969Z] #16 57.12 Selecting previously unselected package libsystemd-dev:arm64. [2019-10-10T22:43:21.969Z] #16 57.13 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_arm64.deb ... [2019-10-10T22:43:21.969Z] #16 57.17 Unpacking libsystemd-dev:arm64 (232-25+deb9u12) ... [2019-10-10T22:43:22.177Z] #62 ... [2019-10-10T22:43:22.177Z] [2019-10-10T22:43:22.177Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:43:22.177Z] #31 DONE 112.7s [2019-10-10T22:43:22.177Z] [2019-10-10T22:43:22.177Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:22.177Z] #17 80.54 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-10T22:43:22.177Z] #17 80.56 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-10T22:43:22.177Z] #17 80.56 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-10T22:43:22.177Z] #17 80.67 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-10T22:43:22.177Z] #17 80.67 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-10T22:43:22.177Z] #17 80.67 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-10T22:43:22.520Z] #1 pulling image moby/buildkit:buildx-stable-1 2.8s done [2019-10-10T22:43:22.520Z] #1 creating container buildx_buildkit_default [2019-10-10T22:43:22.520Z] #1 creating container buildx_buildkit_default 0.5s done [2019-10-10T22:43:22.804Z] #1 DONE 3.3s [2019-10-10T22:43:22.804Z] [2019-10-10T22:43:22.804Z] #3 [internal] load .dockerignore [2019-10-10T22:43:22.804Z] #3 transferring context: 87B done [2019-10-10T22:43:22.804Z] #3 DONE 0.0s [2019-10-10T22:43:22.804Z] [2019-10-10T22:43:22.804Z] #2 [internal] load build definition from Dockerfile [2019-10-10T22:43:22.804Z] #2 transferring dockerfile: 13.34kB done [2019-10-10T22:43:22.804Z] #2 DONE 0.0s [2019-10-10T22:43:22.804Z] [2019-10-10T22:43:22.804Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-10T22:43:23.418Z] #4 DONE 0.7s [2019-10-10T22:43:23.702Z] [2019-10-10T22:43:23.702Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-10T22:43:23.702Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-10T22:43:23.702Z] #5 sha256:00154e4363769e05ecacae130e0e82fe6e2ac944b0a46bf676ce0f46e8fce80b 527B / 527B done [2019-10-10T22:43:23.702Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 3.19MB / 8.18MB 0.1s [2019-10-10T22:43:23.702Z] #5 sha256:b4f2fdf8e9d2e73f42c77516fe628def2ea4c1fdf5c247db8c3b72b71710929e 899B / 899B done [2019-10-10T22:43:23.702Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-10T22:43:23.886Z] #16 58.62 Selecting previously unselected package net-tools. [2019-10-10T22:43:23.886Z] #16 58.62 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_arm64.deb ... [2019-10-10T22:43:23.886Z] #16 58.67 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-10T22:43:23.886Z] #16 58.90 Selecting previously unselected package python-pip-whl. [2019-10-10T22:43:23.886Z] #16 58.91 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-10T22:43:23.886Z] #16 58.92 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-10T22:43:23.985Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 8.18MB / 8.18MB 0.2s done [2019-10-10T22:43:23.985Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-10-10T22:43:24.078Z] #17 ... [2019-10-10T22:43:24.078Z] [2019-10-10T22:43:24.078Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:24.078Z] #62 72.93 CC criu/autofs.o [2019-10-10T22:43:24.078Z] #62 74.50 CC criu/bfd.o [2019-10-10T22:43:24.078Z] #62 74.92 CC criu/bitmap.o [2019-10-10T22:43:24.269Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.6s done [2019-10-10T22:43:24.457Z] #16 59.39 Selecting previously unselected package python3-pip. [2019-10-10T22:43:24.457Z] #16 59.40 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-10T22:43:24.457Z] #16 59.40 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-10T22:43:24.481Z] #62 75.05 CC criu/cgroup-props.o [2019-10-10T22:43:24.481Z] #62 ... [2019-10-10T22:43:24.481Z] [2019-10-10T22:43:24.481Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:43:24.481Z] #37 105.1 vendor/golang.org/x/net/idna [2019-10-10T22:43:24.481Z] #37 108.0 vendor/golang.org/x/net/http2/hpack [2019-10-10T22:43:24.481Z] #37 109.2 mime [2019-10-10T22:43:24.481Z] #37 111.6 mime/quotedprintable [2019-10-10T22:43:24.481Z] #37 112.1 net/http/internal [2019-10-10T22:43:24.481Z] #37 113.9 mime/multipart [2019-10-10T22:43:24.481Z] #37 113.9 crypto/tls [2019-10-10T22:43:24.555Z] #5 DONE 0.9s [2019-10-10T22:43:24.555Z] [2019-10-10T22:43:24.555Z] #6 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-10T22:43:24.718Z] #16 59.70 Selecting previously unselected package python3-pkg-resources. [2019-10-10T22:43:24.718Z] #16 59.70 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-10T22:43:24.718Z] #16 59.71 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-10T22:43:24.978Z] #16 59.91 Selecting previously unselected package python3-setuptools. [2019-10-10T22:43:24.978Z] #16 59.92 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-10T22:43:24.978Z] #16 59.93 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-10T22:43:25.189Z] #6 DONE 0.4s [2019-10-10T22:43:25.189Z] [2019-10-10T22:43:25.189Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-10T22:43:25.189Z] #7 resolve docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 done [2019-10-10T22:43:25.248Z] #16 60.19 Selecting previously unselected package python3-wheel. [2019-10-10T22:43:25.248Z] #16 60.20 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-10T22:43:25.248Z] #16 60.21 Unpacking python3-wheel (0.29.0-2) ... [2019-10-10T22:43:25.316Z] #37 ... [2019-10-10T22:43:25.316Z] [2019-10-10T22:43:25.316Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:25.316Z] #62 75.69 CC criu/cgroup.o [2019-10-10T22:43:25.483Z] #7 sha256:e8b6c9f6fa954d3f0a9e57d316374e76867e0d0895ad21fe70f588789b9b0353 1.79kB / 1.79kB done [2019-10-10T22:43:25.483Z] #7 sha256:b0b87562f76bea48dcc6a170490e46cec5a02db627966893a32f7d56a3fa0ada 5.47kB / 5.47kB done [2019-10-10T22:43:25.483Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 0B / 4.30MB 0.1s [2019-10-10T22:43:25.483Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 0B / 50.07MB 0.1s [2019-10-10T22:43:25.483Z] #7 sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 1.42kB / 1.42kB done [2019-10-10T22:43:25.483Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 0B / 45.65MB 0.1s [2019-10-10T22:43:25.483Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 0B / 9.99MB 0.1s [2019-10-10T22:43:25.483Z] #7 sha256:6c11edc0dc355904cee5f3f169703e59adcbc79c74fc02e3bd77ce262ebfac89 155B / 155B 0.1s [2019-10-10T22:43:25.483Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 1.47MB / 9.99MB 0.3s [2019-10-10T22:43:25.483Z] #7 sha256:6c11edc0dc355904cee5f3f169703e59adcbc79c74fc02e3bd77ce262ebfac89 155B / 155B 0.2s done [2019-10-10T22:43:25.483Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 0B / 96.42MB 0.3s [2019-10-10T22:43:25.483Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 0B / 52.87MB 0.3s [2019-10-10T22:43:25.483Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 785.54kB / 4.30MB 0.4s [2019-10-10T22:43:25.483Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 2.10MB / 9.99MB 0.4s [2019-10-10T22:43:25.517Z] #16 60.39 Selecting previously unselected package thin-provisioning-tools. [2019-10-10T22:43:25.517Z] #16 60.41 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_arm64.deb ... [2019-10-10T22:43:25.517Z] #16 60.45 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-10T22:43:25.778Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 1.34MB / 4.30MB 0.6s [2019-10-10T22:43:25.778Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 2.65MB / 9.99MB 0.6s [2019-10-10T22:43:25.778Z] #16 60.79 Selecting previously unselected package vim-runtime. [2019-10-10T22:43:25.778Z] #16 60.81 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-10T22:43:25.778Z] #16 60.87 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-10T22:43:25.778Z] #16 60.92 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-10T22:43:26.039Z] #16 60.93 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:43:26.069Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 2.01MB / 4.30MB 0.7s [2019-10-10T22:43:26.069Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 2.87MB / 45.65MB 0.7s [2019-10-10T22:43:26.069Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 3.34MB / 9.99MB 0.7s [2019-10-10T22:43:26.069Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 2.56MB / 4.30MB 0.9s [2019-10-10T22:43:26.069Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 2.72MB / 50.07MB 0.9s [2019-10-10T22:43:26.069Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 3.87MB / 9.99MB 0.9s [2019-10-10T22:43:26.069Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 3.24MB / 4.30MB 1.0s [2019-10-10T22:43:26.069Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 4.56MB / 9.99MB 1.0s [2019-10-10T22:43:26.069Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 3.01MB / 52.87MB 1.0s [2019-10-10T22:43:26.359Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 3.83MB / 4.30MB 1.2s [2019-10-10T22:43:26.359Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 5.14MB / 9.99MB 1.2s [2019-10-10T22:43:26.648Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 4.30MB / 4.30MB 1.3s [2019-10-10T22:43:26.648Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 5.55MB / 45.65MB 1.3s [2019-10-10T22:43:26.648Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 5.77MB / 9.99MB 1.3s [2019-10-10T22:43:26.648Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 4.30MB / 4.30MB 1.3s done [2019-10-10T22:43:26.648Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 5.24MB / 50.07MB 1.5s [2019-10-10T22:43:26.648Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 6.32MB / 9.99MB 1.5s [2019-10-10T22:43:26.937Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 6.92MB / 9.99MB 1.6s [2019-10-10T22:43:26.937Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 5.44MB / 96.42MB 1.6s [2019-10-10T22:43:26.937Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 7.67MB / 9.99MB 1.8s [2019-10-10T22:43:26.937Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 6.13MB / 52.87MB 1.8s [2019-10-10T22:43:26.937Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 8.04MB / 45.65MB 1.9s [2019-10-10T22:43:26.937Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 8.22MB / 9.99MB 1.9s [2019-10-10T22:43:27.227Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 7.77MB / 50.07MB 2.1s [2019-10-10T22:43:27.227Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 8.81MB / 9.99MB 2.1s [2019-10-10T22:43:27.227Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.36MB / 9.99MB 2.2s [2019-10-10T22:43:27.515Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.90MB / 9.99MB 2.4s [2019-10-10T22:43:27.515Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 10.47MB / 45.65MB 2.5s [2019-10-10T22:43:27.515Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.99MB / 9.99MB 2.4s done [2019-10-10T22:43:27.515Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 9.14MB / 52.87MB 2.5s [2019-10-10T22:43:27.889Z] #62 78.33 CC criu/clone-noasan.o [2019-10-10T22:43:27.889Z] #62 78.45 CC criu/config.o [2019-10-10T22:43:28.157Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 11.21MB / 50.07MB 2.8s [2019-10-10T22:43:28.157Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 10.65MB / 96.42MB 2.8s [2019-10-10T22:43:28.452Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 13.42MB / 45.65MB 3.1s [2019-10-10T22:43:28.452Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 11.92MB / 52.87MB 3.1s [2019-10-10T22:43:28.747Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 14.25MB / 50.07MB 3.4s [2019-10-10T22:43:28.747Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 15.98MB / 45.65MB 3.6s [2019-10-10T22:43:29.047Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 14.95MB / 52.87MB 3.7s [2019-10-10T22:43:29.047Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 16.09MB / 96.42MB 3.9s [2019-10-10T22:43:29.343Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 17.53MB / 50.07MB 4.0s [2019-10-10T22:43:29.343Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 18.33MB / 45.65MB 4.0s [2019-10-10T22:43:29.343Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 17.89MB / 52.87MB 4.2s [2019-10-10T22:43:29.346Z] #62 79.83 CC criu/cr-check.o [2019-10-10T22:43:29.630Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 20.12MB / 50.07MB 4.5s [2019-10-10T22:43:29.630Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 20.79MB / 45.65MB 4.5s [2019-10-10T22:43:29.630Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 20.58MB / 52.87MB 4.6s [2019-10-10T22:43:29.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-10T22:43:29.921Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 21.36MB / 96.42MB 4.8s [2019-10-10T22:43:29.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-10T22:43:30.208Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 22.83MB / 50.07MB 4.9s [2019-10-10T22:43:30.208Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 24.00MB / 45.65MB 4.9s [2019-10-10T22:43:30.208Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 23.63MB / 52.87MB 5.1s [2019-10-10T22:43:30.246Z] #16 64.60 Selecting previously unselected package vim. [2019-10-10T22:43:30.246Z] #16 64.61 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_arm64.deb ... [2019-10-10T22:43:30.246Z] #16 64.62 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:43:30.246Z] #16 64.98 Selecting previously unselected package xfsprogs. [2019-10-10T22:43:30.246Z] #16 64.99 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_arm64.deb ... [2019-10-10T22:43:30.246Z] #16 65.00 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-10T22:43:30.507Z] #16 65.53 Selecting previously unselected package zip. [2019-10-10T22:43:30.507Z] #16 ... [2019-10-10T22:43:30.507Z] [2019-10-10T22:43:30.507Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:43:30.507Z] #56 115.8 + mkdir -p /tmp/tmp.1BA1cXC06x/src/github.com/docker [2019-10-10T22:43:30.507Z] #56 115.8 + mv components/cli /tmp/tmp.1BA1cXC06x/src/github.com/docker/cli [2019-10-10T22:43:30.507Z] #56 115.8 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-10-10T22:43:30.507Z] #56 ... [2019-10-10T22:43:30.507Z] [2019-10-10T22:43:30.507Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:30.507Z] #16 65.53 Preparing to unpack .../45-zip_3.0-11+b1_arm64.deb ... [2019-10-10T22:43:30.507Z] #16 65.56 Unpacking zip (3.0-11+b1) ... [2019-10-10T22:43:30.523Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 25.88MB / 50.07MB 5.4s [2019-10-10T22:43:30.523Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 26.85MB / 45.65MB 5.4s [2019-10-10T22:43:30.769Z] #16 65.75 Selecting previously unselected package libapparmor-perl. [2019-10-10T22:43:30.769Z] #16 65.75 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_arm64.deb ... [2019-10-10T22:43:30.769Z] #16 65.77 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-10T22:43:30.769Z] #16 65.96 Selecting previously unselected package apparmor. [2019-10-10T22:43:30.821Z] #7 ... [2019-10-10T22:43:30.821Z] [2019-10-10T22:43:30.821Z] #22 [internal] load build context [2019-10-10T22:43:30.821Z] #22 transferring context: 45.61MB 5.5s done [2019-10-10T22:43:30.821Z] #22 DONE 5.7s [2019-10-10T22:43:30.821Z] [2019-10-10T22:43:30.821Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-10T22:43:30.821Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 26.74MB / 52.87MB 5.5s [2019-10-10T22:43:30.821Z] #7 ... [2019-10-10T22:43:30.821Z] [2019-10-10T22:43:30.821Z] #68 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-10T22:43:30.821Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.2s done [2019-10-10T22:43:30.821Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.4s done [2019-10-10T22:43:30.821Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-10T22:43:30.821Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-10T22:43:30.821Z] #68 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-10-10T22:43:30.821Z] #68 ... [2019-10-10T22:43:30.821Z] [2019-10-10T22:43:30.821Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-10T22:43:30.821Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 26.83MB / 96.42MB 5.7s [2019-10-10T22:43:30.821Z] #7 ... [2019-10-10T22:43:30.821Z] [2019-10-10T22:43:30.821Z] #68 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-10T22:43:30.821Z] #68 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 2.7s done [2019-10-10T22:43:30.821Z] #68 DONE 5.1s [2019-10-10T22:43:30.821Z] [2019-10-10T22:43:30.821Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-10T22:43:30.821Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 29.03MB / 50.07MB 5.8s [2019-10-10T22:43:30.821Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 30.82MB / 45.65MB 5.8s [2019-10-10T22:43:30.821Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 29.51MB / 52.87MB 5.8s [2019-10-10T22:43:30.962Z] #62 81.60 CC criu/cr-dedup.o [2019-10-10T22:43:31.029Z] #16 65.96 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_arm64.deb ... [2019-10-10T22:43:31.029Z] #16 66.07 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-10T22:43:31.351Z] #62 81.95 CC criu/cr-dump.o [2019-10-10T22:43:31.443Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 34.37MB / 50.07MB 6.3s [2019-10-10T22:43:31.443Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 35.70MB / 45.65MB 6.3s [2019-10-10T22:43:31.443Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 33.43MB / 96.42MB 6.3s [2019-10-10T22:43:31.443Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 34.92MB / 52.87MB 6.3s [2019-10-10T22:43:31.604Z] #16 66.53 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-10T22:43:31.604Z] #16 66.54 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_arm64.deb ... [2019-10-10T22:43:31.604Z] #16 66.55 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-10T22:43:31.737Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 38.50MB / 50.07MB 6.6s [2019-10-10T22:43:31.737Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 39.89MB / 45.65MB 6.6s [2019-10-10T22:43:31.737Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 39.05MB / 52.87MB 6.6s [2019-10-10T22:43:31.737Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 42.22MB / 45.65MB 6.7s [2019-10-10T22:43:31.737Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 39.28MB / 96.42MB 6.7s [2019-10-10T22:43:32.030Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 42.24MB / 50.07MB 6.9s [2019-10-10T22:43:32.030Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 42.81MB / 52.87MB 6.9s [2019-10-10T22:43:32.030Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 45.65MB / 45.65MB 7.0s done [2019-10-10T22:43:32.315Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 46.60MB / 50.07MB 7.2s [2019-10-10T22:43:32.315Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 45.40MB / 96.42MB 7.2s [2019-10-10T22:43:32.315Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 47.98MB / 52.87MB 7.2s [2019-10-10T22:43:32.545Z] #16 ... [2019-10-10T22:43:32.545Z] [2019-10-10T22:43:32.545Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:32.545Z] #61 59.52 DEP compel/src/lib/ptrace.d [2019-10-10T22:43:32.545Z] #61 59.73 DEP compel/src/lib/infect.d [2019-10-10T22:43:32.545Z] #61 59.94 DEP compel/src/lib/infect-util.d [2019-10-10T22:43:32.545Z] #61 60.07 DEP compel/src/lib/infect-rpc.d [2019-10-10T22:43:32.545Z] #61 60.17 DEP compel/arch/aarch64/src/lib/infect.d [2019-10-10T22:43:32.545Z] #61 60.31 DEP compel/arch/aarch64/src/lib/cpu.d [2019-10-10T22:43:32.545Z] #61 60.42 DEP compel/src/lib/log.d [2019-10-10T22:43:32.545Z] #61 60.57 DEP compel/src/main.d [2019-10-10T22:43:32.545Z] #61 60.83 DEP compel/src/lib/handle-elf.d [2019-10-10T22:43:32.545Z] #61 61.01 DEP compel/arch/aarch64/src/lib/handle-elf.d [2019-10-10T22:43:32.545Z] #61 61.33 CC compel/src/lib/log.o [2019-10-10T22:43:32.545Z] #61 61.73 CC compel/arch/aarch64/src/lib/cpu.o [2019-10-10T22:43:32.545Z] #61 62.14 CC compel/arch/aarch64/src/lib/infect.o [2019-10-10T22:43:32.545Z] #61 62.54 CC compel/src/lib/infect-rpc.o [2019-10-10T22:43:32.545Z] #61 62.88 CC compel/src/lib/infect-util.o [2019-10-10T22:43:32.545Z] #61 63.25 CC compel/src/lib/infect.o [2019-10-10T22:43:32.545Z] #61 65.20 CC compel/src/lib/ptrace.o [2019-10-10T22:43:32.545Z] #61 65.78 AR compel/libcompel.a [2019-10-10T22:43:32.545Z] #61 65.88 HOSTCC compel/src/main-host.o [2019-10-10T22:43:32.545Z] #61 66.36 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2019-10-10T22:43:32.545Z] #61 66.65 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-10T22:43:32.545Z] #61 66.98 HOSTCC compel/src/lib/log-host.o [2019-10-10T22:43:32.545Z] #61 67.25 HOSTLINK compel/compel-host-bin [2019-10-10T22:43:32.545Z] #61 67.43 DEP soccr/soccr.d [2019-10-10T22:43:32.545Z] #61 67.71 CC soccr/soccr.o [2019-10-10T22:43:32.545Z] #61 69.75 AR soccr/libsoccr.a [2019-10-10T22:43:32.545Z] #61 69.79 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-10T22:43:32.545Z] #61 ... [2019-10-10T22:43:32.545Z] [2019-10-10T22:43:32.545Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:32.601Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 50.07MB / 50.07MB 7.4s done [2019-10-10T22:43:32.601Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 52.85MB / 96.42MB 7.5s [2019-10-10T22:43:32.601Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 52.87MB / 52.87MB 7.4s done [2019-10-10T22:43:32.601Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 61.67MB / 96.42MB 7.6s [2019-10-10T22:43:32.806Z] #16 67.65 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-10T22:43:32.806Z] #16 67.66 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_arm64.deb ... [2019-10-10T22:43:32.806Z] #16 67.67 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-10T22:43:32.890Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 69.63MB / 96.42MB 7.8s [2019-10-10T22:43:32.890Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 78.42MB / 96.42MB 7.9s [2019-10-10T22:43:33.261Z] #62 83.81 CC criu/cr-errno.o [2019-10-10T22:43:33.261Z] #62 83.85 CC criu/cr-restore.o [2019-10-10T22:43:33.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-10T22:43:33.512Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 96.42MB / 96.42MB 8.2s [2019-10-10T22:43:33.512Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 96.42MB / 96.42MB 8.3s done [2019-10-10T22:43:33.512Z] #7 unpacking docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 [2019-10-10T22:43:34.092Z] #62 ... [2019-10-10T22:43:34.092Z] [2019-10-10T22:43:34.092Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:34.092Z] #17 97.16 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-10T22:43:34.092Z] #17 97.18 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-10T22:43:34.092Z] #17 97.19 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-10T22:43:34.191Z] #16 69.15 Selecting previously unselected package binutils-mingw-w64. [2019-10-10T22:43:34.191Z] #16 69.15 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-10T22:43:34.191Z] #16 69.17 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-10T22:43:34.451Z] #16 69.28 Selecting previously unselected package mingw-w64-common. [2019-10-10T22:43:34.451Z] #16 69.31 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-10T22:43:34.451Z] #16 69.32 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-10T22:43:36.380Z] #16 ... [2019-10-10T22:43:36.380Z] [2019-10-10T22:43:36.380Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:43:36.380Z] #36 121.7 github.com/LK4D4/vndr/godl [2019-10-10T22:43:36.380Z] #36 122.5 github.com/LK4D4/vndr [2019-10-10T22:43:36.380Z] #36 ... [2019-10-10T22:43:36.380Z] [2019-10-10T22:43:36.380Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:36.380Z] #61 70.28 DEP criu/arch/aarch64/sigframe.d [2019-10-10T22:43:36.380Z] #61 70.44 DEP criu/arch/aarch64/crtools.d [2019-10-10T22:43:36.380Z] #61 70.61 DEP criu/arch/aarch64/cpu.d [2019-10-10T22:43:36.380Z] #61 70.64 DEP criu/arch/aarch64/bitops.d [2019-10-10T22:43:36.380Z] #61 70.71 CC criu/arch/aarch64/bitops.o [2019-10-10T22:43:36.380Z] #61 70.78 CC criu/arch/aarch64/cpu.o [2019-10-10T22:43:36.380Z] #61 70.98 CC criu/arch/aarch64/crtools.o [2019-10-10T22:43:36.380Z] #61 71.78 CC criu/arch/aarch64/sigframe.o [2019-10-10T22:43:36.380Z] #61 72.12 LINK criu/arch/aarch64/crtools.built-in.o [2019-10-10T22:43:36.380Z] #61 72.16 DEP criu/arch/aarch64/intraprocedure.d [2019-10-10T22:43:36.380Z] #61 72.19 DEP criu/arch/aarch64/vdso-pie.d [2019-10-10T22:43:36.380Z] #61 72.31 DEP criu/pie/parasite-vdso.d [2019-10-10T22:43:36.380Z] #61 72.44 DEP criu/pie/util-vdso.d [2019-10-10T22:43:36.380Z] #61 72.62 DEP criu/pie/util.d [2019-10-10T22:43:36.380Z] #61 72.79 CC criu/pie/util.o [2019-10-10T22:43:36.380Z] #61 73.06 CC criu/pie/util-vdso.o [2019-10-10T22:43:36.380Z] #61 73.68 CC criu/pie/parasite-vdso.o [2019-10-10T22:43:36.542Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-10T22:43:36.640Z] #61 ... [2019-10-10T22:43:36.640Z] [2019-10-10T22:43:36.640Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:43:36.640Z] #36 DONE 132.2s [2019-10-10T22:43:36.902Z] [2019-10-10T22:43:36.902Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:36.902Z] #61 74.11 CC criu/arch/aarch64/vdso-pie.o [2019-10-10T22:43:37.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-10T22:43:37.473Z] #61 74.69 CC criu/arch/aarch64/intraprocedure.o [2019-10-10T22:43:37.473Z] #61 74.80 AR criu/pie/pie.lib.a [2019-10-10T22:43:37.734Z] #61 74.87 DEP criu/pie/restorer.d [2019-10-10T22:43:37.734Z] #61 75.08 DEP criu/arch/aarch64/restorer.d [2019-10-10T22:43:37.999Z] #61 ... [2019-10-10T22:43:37.999Z] [2019-10-10T22:43:37.999Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:43:37.999Z] #18 133.1 + rm -rf /tmp/tmp.nAyQDYXR6q [2019-10-10T22:43:37.999Z] #18 DONE 133.6s [2019-10-10T22:43:37.999Z] [2019-10-10T22:43:37.999Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:37.999Z] #61 75.27 DEP criu/pie/parasite.d [2019-10-10T22:43:38.574Z] #61 75.73 CC criu/pie/parasite.o [2019-10-10T22:43:39.320Z] #17 ... [2019-10-10T22:43:39.320Z] [2019-10-10T22:43:39.320Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:43:39.320Z] #37 119.4 net/http/httptrace [2019-10-10T22:43:39.320Z] #37 119.6 net/http [2019-10-10T22:43:39.320Z] #37 128.7 github.com/LK4D4/vndr/godl [2019-10-10T22:43:39.320Z] #37 129.4 github.com/LK4D4/vndr [2019-10-10T22:43:39.320Z] #37 ... [2019-10-10T22:43:39.320Z] [2019-10-10T22:43:39.320Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:39.320Z] #62 87.87 CC criu/cr-service.o [2019-10-10T22:43:39.320Z] #62 89.26 CC criu/crtools.o [2019-10-10T22:43:39.320Z] #62 89.84 CC criu/eventfd.o [2019-10-10T22:43:39.516Z] #61 76.95 LINK criu/pie/parasite.built-in.o [2019-10-10T22:43:39.516Z] #61 76.97 GEN criu/pie/parasite-blob.h [2019-10-10T22:43:39.516Z] #61 76.99 CC criu/arch/aarch64/restorer.o [2019-10-10T22:43:39.716Z] #62 90.23 CC criu/eventpoll.o [2019-10-10T22:43:40.458Z] #61 77.45 CC criu/pie/restorer.o [2019-10-10T22:43:40.788Z] #62 91.06 CC criu/external.o [2019-10-10T22:43:40.788Z] #62 91.51 CC criu/fault-injection.o [2019-10-10T22:43:40.788Z] #62 91.67 CC criu/fdstore.o [2019-10-10T22:43:41.865Z] #62 92.24 CC criu/fifo.o [2019-10-10T22:43:42.295Z] #62 93.04 CC criu/file-ids.o [2019-10-10T22:43:42.370Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-10T22:43:42.704Z] #62 93.45 CC criu/file-lock.o [2019-10-10T22:43:43.003Z] #61 80.01 LINK criu/pie/restorer.built-in.o [2019-10-10T22:43:43.003Z] #61 80.04 GEN criu/pie/restorer-blob.h [2019-10-10T22:43:43.003Z] #61 80.14 DEP criu/vdso.d [2019-10-10T22:43:43.264Z] #61 80.45 DEP criu/uts_ns.d [2019-10-10T22:43:43.524Z] #61 80.66 DEP criu/util.d [2019-10-10T22:43:43.525Z] #61 80.88 DEP criu/uffd.d [2019-10-10T22:43:43.536Z] #62 94.20 CC criu/files-ext.o [2019-10-10T22:43:43.785Z] #61 81.04 DEP criu/tun.d [2019-10-10T22:43:43.948Z] #62 94.58 CC criu/files-reg.o [2019-10-10T22:43:44.047Z] #61 81.25 DEP criu/tty.d [2019-10-10T22:43:44.308Z] #61 81.53 DEP criu/timerfd.d [2019-10-10T22:43:44.570Z] #61 81.69 DEP criu/sysfs_parse.d [2019-10-10T22:43:44.570Z] #61 81.92 DEP criu/sysctl.d [2019-10-10T22:43:44.831Z] #61 82.08 DEP criu/string.d [2019-10-10T22:43:44.831Z] #61 82.13 DEP criu/stats.d [2019-10-10T22:43:44.898Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-10T22:43:45.093Z] #61 82.29 DEP criu/sockets.d [2019-10-10T22:43:45.093Z] #61 82.47 DEP criu/sk-unix.d [2019-10-10T22:43:45.302Z] #62 ... [2019-10-10T22:43:45.302Z] [2019-10-10T22:43:45.302Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:45.302Z] #17 108.3 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-10T22:43:45.302Z] #17 108.3 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-10T22:43:45.302Z] #17 108.3 Setting up libsepol1-dev:s390x (2.6-2) ... [2019-10-10T22:43:45.302Z] #17 108.3 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-10T22:43:45.302Z] #17 108.3 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-10T22:43:45.302Z] #17 108.4 Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-10T22:43:45.302Z] #17 108.4 Processing triggers for mime-support (3.60) ... [2019-10-10T22:43:45.302Z] #17 108.4 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:43:45.302Z] #17 108.4 Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-10-10T22:43:45.302Z] #17 108.4 Setting up libcap2-bin (1:2.25-1) ... [2019-10-10T22:43:45.302Z] #17 108.4 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-10T22:43:45.302Z] #17 108.4 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-10T22:43:45.302Z] #17 108.4 Setting up bash-completion (1:2.1-4.3) ... [2019-10-10T22:43:45.354Z] #61 82.74 DEP criu/sk-tcp.d [2019-10-10T22:43:45.615Z] #61 82.96 DEP criu/sk-queue.d [2019-10-10T22:43:45.878Z] #61 83.20 DEP criu/sk-packet.d [2019-10-10T22:43:46.139Z] #61 83.48 DEP criu/sk-netlink.d [2019-10-10T22:43:46.400Z] #61 83.73 DEP criu/sk-inet.d [2019-10-10T22:43:46.662Z] #61 83.98 DEP criu/signalfd.d [2019-10-10T22:43:46.924Z] #61 84.17 DEP criu/sigframe.d [2019-10-10T22:43:46.924Z] #61 84.28 DEP criu/shmem.d [2019-10-10T22:43:47.124Z] sha256:01dbb5b78c2e254dda4f4842b7584906de0a526b9b095017b2208b9b0b3f68ee [2019-10-10T22:43:47.124Z] INFO: Starting docker-py tests... [2019-10-10T22:43:47.124Z] ============================= test session starts ============================== [2019-10-10T22:43:47.124Z] platform linux -- Python 3.7.4, pytest-4.3.1, py-1.8.0, pluggy-0.13.0 [2019-10-10T22:43:47.124Z] rootdir: /src, inifile: pytest.ini [2019-10-10T22:43:47.124Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-10-10T22:43:47.124Z] collected 385 items / 5 deselected / 380 selected [2019-10-10T22:43:47.124Z] [2019-10-10T22:43:47.189Z] #61 84.43 DEP criu/servicefd.d [2019-10-10T22:43:47.242Z] #17 ... [2019-10-10T22:43:47.242Z] [2019-10-10T22:43:47.242Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:43:47.242Z] #37 DONE 137.8s [2019-10-10T22:43:47.242Z] [2019-10-10T22:43:47.242Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:47.242Z] #62 96.31 CC criu/files.o [2019-10-10T22:43:47.464Z] #61 84.61 DEP criu/seize.d [2019-10-10T22:43:47.464Z] #61 84.83 DEP criu/seccomp.d [2019-10-10T22:43:47.726Z] #61 84.99 DEP criu/rst-malloc.d [2019-10-10T22:43:47.987Z] #61 85.15 DEP criu/rbtree.d [2019-10-10T22:43:47.987Z] #61 85.18 DEP criu/pstree.d [2019-10-10T22:43:47.987Z] #61 85.39 DEP criu/protobuf.d [2019-10-10T22:43:48.071Z] #62 98.94 CC criu/filesystems.o [2019-10-10T22:43:48.250Z] #61 85.51 GEN criu/protobuf-desc-gen.h [2019-10-10T22:43:48.916Z] #62 99.60 CC criu/fsnotify.o [2019-10-10T22:43:49.087Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-10T22:43:49.637Z] #61 86.96 DEP criu/protobuf-desc.d [2019-10-10T22:43:49.637Z] #61 87.09 DEP criu/proc_parse.d [2019-10-10T22:43:49.804Z] #62 100.5 CC criu/image-desc.o [2019-10-10T22:43:49.804Z] #62 100.6 CC criu/image.o [2019-10-10T22:43:50.209Z] #61 87.41 DEP criu/plugin.d [2019-10-10T22:43:50.209Z] #61 87.51 DEP criu/pipes.d [2019-10-10T22:43:50.209Z] #61 ... [2019-10-10T22:43:50.209Z] [2019-10-10T22:43:50.209Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:50.209Z] #16 75.22 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-10T22:43:50.209Z] #16 75.22 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-10T22:43:50.209Z] #16 75.23 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-10T22:43:50.209Z] #16 78.57 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-10T22:43:50.209Z] #16 78.57 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b2_arm64.deb ... [2019-10-10T22:43:50.209Z] #16 78.58 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b2) ... [2019-10-10T22:43:50.209Z] #16 78.68 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-10T22:43:50.209Z] #16 78.70 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b2_arm64.deb ... [2019-10-10T22:43:50.209Z] #16 78.73 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b2) ... [2019-10-10T22:43:50.470Z] #16 ... [2019-10-10T22:43:50.470Z] [2019-10-10T22:43:50.470Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:50.470Z] #61 87.69 DEP criu/pie-util.d [2019-10-10T22:43:50.470Z] #61 87.91 DEP criu/pie-util-vdso.d [2019-10-10T22:43:51.023Z] #62 ... [2019-10-10T22:43:51.023Z] [2019-10-10T22:43:51.023Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:51.023Z] #17 110.5 Setting up libonig4:s390x (6.1.3-2) ... [2019-10-10T22:43:51.023Z] #17 110.5 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-10T22:43:51.023Z] #17 110.5 Setting up zip (3.0-11+b1) ... [2019-10-10T22:43:51.023Z] #17 110.5 Setting up bzip2 (1.0.6-8.1) ... [2019-10-10T22:43:51.023Z] #17 110.5 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-10T22:43:51.023Z] #17 110.5 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-10T22:43:51.023Z] #17 110.5 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:43:51.023Z] #17 110.6 Setting up libaio1:s390x (0.3.110-3) ... [2019-10-10T22:43:51.023Z] #17 110.6 Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-10-10T22:43:51.023Z] #17 110.6 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-10T22:43:51.023Z] #17 110.6 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-10T22:43:51.023Z] #17 110.6 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-10T22:43:51.023Z] #17 110.6 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:43:51.023Z] #17 110.6 Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-10-10T22:43:51.023Z] #17 110.7 Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-10-10T22:43:51.023Z] #17 110.7 Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-10-10T22:43:51.023Z] #17 110.7 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:43:51.023Z] #17 111.0 Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-10-10T22:43:51.023Z] #17 111.0 Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-10-10T22:43:51.023Z] #17 111.0 Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-10-10T22:43:51.023Z] #17 111.0 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-10-10T22:43:51.023Z] #17 111.0 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-10T22:43:51.023Z] #17 111.1 Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-10-10T22:43:51.023Z] #17 111.1 Setting up pigz (2.3.4-1) ... [2019-10-10T22:43:51.023Z] #17 111.1 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-10T22:43:51.023Z] #17 111.1 Setting up libmpdec2:s390x (2.4.2-1) ... [2019-10-10T22:43:51.023Z] #17 111.1 Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-10T22:43:51.023Z] #17 111.1 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-10T22:43:51.023Z] #17 111.1 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-10T22:43:51.023Z] #17 111.1 Setting up jq (1.5+dfsg-1.3) ... [2019-10-10T22:43:51.023Z] #17 111.1 Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-10-10T22:43:51.023Z] #17 111.1 Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-10-10T22:43:51.023Z] #17 111.1 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-10T22:43:51.023Z] #17 111.2 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:43:51.023Z] #17 111.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-10T22:43:51.023Z] #17 111.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-10T22:43:51.023Z] #17 111.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-10T22:43:51.023Z] #17 111.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-10T22:43:51.023Z] #17 111.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-10T22:43:51.023Z] #17 111.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-10T22:43:51.023Z] #17 111.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-10T22:43:51.023Z] #17 111.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-10T22:43:51.023Z] #17 111.2 Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-10-10T22:43:51.023Z] #17 111.2 Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-10T22:43:51.023Z] #17 111.2 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-10T22:43:51.023Z] #17 111.2 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-10T22:43:51.023Z] #17 111.2 Setting up btrfs-progs (4.7.3-1) ... [2019-10-10T22:43:51.023Z] #17 111.2 Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-10-10T22:43:51.023Z] #17 111.2 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-10T22:43:51.041Z] #61 88.13 DEP criu/pie-util-vdso-elf32.d [2019-10-10T22:43:51.041Z] #61 88.30 DEP criu/path.d [2019-10-10T22:43:51.302Z] #61 88.46 DEP criu/parasite-syscall.d [2019-10-10T22:43:51.564Z] #61 88.69 DEP criu/pagemap.d [2019-10-10T22:43:51.564Z] #61 88.93 DEP criu/pagemap-cache.d [2019-10-10T22:43:51.824Z] #61 89.07 DEP criu/page-xfer.d [2019-10-10T22:43:52.087Z] #61 89.33 DEP criu/page-pipe.d [2019-10-10T22:43:52.087Z] #61 89.47 DEP criu/netfilter.d [2019-10-10T22:43:52.196Z] #17 115.1 Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-10-10T22:43:52.197Z] #17 115.1 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-10T22:43:52.197Z] #17 115.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-10T22:43:52.197Z] #17 115.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-10T22:43:52.197Z] #17 115.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-10T22:43:52.197Z] #17 115.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-10T22:43:52.197Z] #17 115.2 Setting up btrfs-tools (4.7.3-1) ... [2019-10-10T22:43:52.197Z] #17 115.2 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-10T22:43:52.197Z] #17 115.2 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-10T22:43:52.197Z] #17 115.2 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-10T22:43:52.197Z] #17 115.2 Setting up python3 (3.5.3-1) ... [2019-10-10T22:43:52.348Z] #61 89.60 DEP criu/net.d [2019-10-10T22:43:52.610Z] #61 89.85 DEP criu/namespaces.d [2019-10-10T22:43:52.610Z] #61 89.99 DEP criu/mount.d [2019-10-10T22:43:52.870Z] #61 90.13 DEP criu/mem.d [2019-10-10T22:43:53.131Z] #61 90.38 DEP criu/lsm.d [2019-10-10T22:43:53.392Z] #61 90.53 DEP criu/log.d [2019-10-10T22:43:53.392Z] #61 90.78 DEP criu/libnetlink.d [2019-10-10T22:43:53.542Z] #17 116.5 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-10T22:43:53.653Z] #61 90.98 DEP criu/kerndat.d [2019-10-10T22:43:53.914Z] #61 91.22 DEP criu/kcmp-ids.d [2019-10-10T22:43:53.914Z] #61 91.35 DEP criu/irmap.d [2019-10-10T22:43:53.939Z] #17 117.2 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-10T22:43:54.176Z] #61 91.52 DEP criu/ipc_ns.d [2019-10-10T22:43:54.338Z] #17 117.3 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-10T22:43:54.338Z] #17 117.3 Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-10-10T22:43:54.338Z] #17 117.3 Setting up python3-wheel (0.29.0-2) ... [2019-10-10T22:43:54.437Z] #61 91.66 DEP criu/image.d [2019-10-10T22:43:54.437Z] #61 91.77 DEP criu/image-desc.d [2019-10-10T22:43:54.698Z] #61 91.92 DEP criu/fsnotify.d [2019-10-10T22:43:54.960Z] #61 92.07 DEP criu/filesystems.d [2019-10-10T22:43:54.960Z] #61 92.32 DEP criu/files.d [2019-10-10T22:43:55.156Z] #17 118.1 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-10T22:43:55.221Z] #61 92.51 DEP criu/files-reg.d [2019-10-10T22:43:55.482Z] #61 92.73 DEP criu/files-ext.d [2019-10-10T22:43:55.563Z] #17 ... [2019-10-10T22:43:55.563Z] [2019-10-10T22:43:55.563Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:43:55.563Z] #19 146.4 + rm -rf /tmp/tmp.2TsYzfhKLd [2019-10-10T22:43:55.563Z] #19 DONE 146.7s [2019-10-10T22:43:55.563Z] [2019-10-10T22:43:55.563Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:43:55.563Z] #62 101.8 CC criu/ipc_ns.o [2019-10-10T22:43:55.563Z] #62 103.1 CC criu/irmap.o [2019-10-10T22:43:55.563Z] #62 103.9 CC criu/kcmp-ids.o [2019-10-10T22:43:55.563Z] #62 104.2 CC criu/kerndat.o [2019-10-10T22:43:55.563Z] #62 105.3 CC criu/libnetlink.o [2019-10-10T22:43:55.563Z] #62 105.7 CC criu/log.o [2019-10-10T22:43:55.563Z] #62 106.1 CC criu/lsm.o [2019-10-10T22:43:55.563Z] #62 106.3 CC criu/mem.o [2019-10-10T22:43:55.644Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-10T22:43:55.743Z] #61 92.85 DEP criu/file-lock.d [2019-10-10T22:43:55.743Z] #61 92.99 DEP criu/file-ids.d [2019-10-10T22:43:56.005Z] #61 93.12 DEP criu/fifo.d [2019-10-10T22:43:56.005Z] #61 93.25 DEP criu/fdstore.d [2019-10-10T22:43:56.266Z] #61 93.41 DEP criu/fault-injection.d [2019-10-10T22:43:56.266Z] #61 93.50 DEP criu/external.d [2019-10-10T22:43:56.266Z] #61 93.63 DEP criu/eventpoll.d [2019-10-10T22:43:56.528Z] #61 93.86 DEP criu/eventfd.d [2019-10-10T22:43:56.789Z] #61 94.03 DEP criu/crtools.d [2019-10-10T22:43:56.942Z] #62 107.8 CC criu/mount.o [2019-10-10T22:43:57.050Z] #61 94.26 DEP criu/cr-service.d [2019-10-10T22:43:57.050Z] #61 94.38 DEP criu/cr-restore.d [2019-10-10T22:43:57.312Z] #61 94.62 DEP criu/cr-errno.d [2019-10-10T22:43:57.312Z] #61 94.64 DEP criu/cr-dump.d [2019-10-10T22:43:57.883Z] #61 94.95 DEP criu/cr-dedup.d [2019-10-10T22:43:57.883Z] #61 95.12 DEP criu/cr-check.d [2019-10-10T22:43:58.144Z] #61 95.43 DEP criu/config.d [2019-10-10T22:43:58.293Z] #62 ... [2019-10-10T22:43:58.293Z] [2019-10-10T22:43:58.293Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:43:58.293Z] #17 119.2 Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-10-10T22:43:58.293Z] #17 119.2 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-10T22:43:58.293Z] #17 120.0 Setting up dmsetup (2:1.02.137-2) ... [2019-10-10T22:43:58.293Z] #17 120.1 Setting up python3-setuptools (33.1.1-1) ... [2019-10-10T22:43:58.293Z] #17 120.8 Setting up dh-python (2.20170125) ... [2019-10-10T22:43:58.293Z] #17 121.4 Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-10-10T22:43:58.293Z] #17 121.4 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:43:58.293Z] #17 DONE 121.7s [2019-10-10T22:43:58.293Z] [2019-10-10T22:43:58.293Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:43:58.405Z] #61 95.73 DEP criu/clone-noasan.d [2019-10-10T22:43:58.405Z] #61 95.81 DEP criu/cgroup.d [2019-10-10T22:43:58.666Z] #61 96.07 DEP criu/cgroup-props.d [2019-10-10T22:43:58.703Z] #46 ... [2019-10-10T22:43:58.703Z] [2019-10-10T22:43:58.703Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-10T22:43:58.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-10T22:43:58.928Z] #61 96.16 DEP criu/bitmap.d [2019-10-10T22:43:58.928Z] #61 96.17 DEP criu/bfd.d [2019-10-10T22:43:58.928Z] #61 ... [2019-10-10T22:43:58.928Z] [2019-10-10T22:43:58.928Z] #58 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:43:58.928Z] #58 154.7 + dpkg --print-architecture [2019-10-10T22:43:58.928Z] #58 154.7 + rm -rf /tmp/tmp.S39w9ibZoH [2019-10-10T22:44:00.505Z] #7 unpacking docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 26.7s done [2019-10-10T22:44:00.505Z] #7 DONE 35.0s [2019-10-10T22:44:00.505Z] [2019-10-10T22:44:00.505Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-10T22:44:00.505Z] #8 DONE 0.2s [2019-10-10T22:44:00.505Z] [2019-10-10T22:44:00.505Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-10T22:44:00.505Z] #9 DONE 0.2s [2019-10-10T22:44:00.505Z] [2019-10-10T22:44:00.505Z] #26 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:44:00.505Z] #26 DONE 0.1s [2019-10-10T22:44:00.505Z] [2019-10-10T22:44:00.505Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:44:00.505Z] #19 ... [2019-10-10T22:44:00.505Z] [2019-10-10T22:44:00.505Z] #53 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-10T22:44:00.505Z] #53 DONE 0.1s [2019-10-10T22:44:00.505Z] [2019-10-10T22:44:00.505Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-10T22:44:00.505Z] #64 DONE 0.1s [2019-10-10T22:44:00.505Z] [2019-10-10T22:44:00.505Z] #56 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-10T22:44:00.505Z] #56 DONE 0.1s [2019-10-10T22:44:00.505Z] [2019-10-10T22:44:00.505Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-10T22:44:00.505Z] #33 DONE 0.1s [2019-10-10T22:44:00.793Z] [2019-10-10T22:44:00.793Z] #27 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-10T22:44:00.793Z] #27 DONE 0.1s [2019-10-10T22:44:00.793Z] [2019-10-10T22:44:00.793Z] #36 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-10T22:44:00.793Z] #36 DONE 0.1s [2019-10-10T22:44:00.793Z] [2019-10-10T22:44:00.793Z] #30 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-10T22:44:00.793Z] #30 DONE 0.1s [2019-10-10T22:44:00.793Z] [2019-10-10T22:44:00.793Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:44:00.845Z] #58 DONE 156.3s [2019-10-10T22:44:00.845Z] [2019-10-10T22:44:00.845Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:44:00.845Z] #61 96.33 DEP criu/autofs.d [2019-10-10T22:44:00.845Z] #61 96.55 DEP criu/aio.d [2019-10-10T22:44:00.845Z] #61 96.70 DEP criu/action-scripts.d [2019-10-10T22:44:00.845Z] #61 97.00 CC criu/action-scripts.o [2019-10-10T22:44:00.845Z] #61 97.57 CC criu/aio.o [2019-10-10T22:44:00.845Z] #61 98.01 CC criu/autofs.o [2019-10-10T22:44:01.418Z] #31 0.640 + RM_GOPATH=0 [2019-10-10T22:44:01.418Z] #31 0.641 + TMP_GOPATH= [2019-10-10T22:44:01.418Z] #31 0.641 + : /build [2019-10-10T22:44:01.418Z] #31 0.642 + '[' -z '' ']' [2019-10-10T22:44:01.418Z] #31 0.657 ++ mktemp -d [2019-10-10T22:44:01.418Z] #31 0.665 + export GOPATH=/tmp/tmp.m6SCMSjvxx [2019-10-10T22:44:01.418Z] #31 0.665 + GOPATH=/tmp/tmp.m6SCMSjvxx [2019-10-10T22:44:01.418Z] #31 0.665 + RM_GOPATH=1 [2019-10-10T22:44:01.418Z] #31 0.668 ++ dirname ./install.sh [2019-10-10T22:44:01.418Z] #31 0.672 + dir=. [2019-10-10T22:44:01.418Z] #31 0.672 + bin=gotestsum [2019-10-10T22:44:01.418Z] #31 0.672 + shift [2019-10-10T22:44:01.418Z] #31 0.673 + '[' '!' -f ./gotestsum.installer ']' [2019-10-10T22:44:01.418Z] #31 0.674 + . ./gotestsum.installer [2019-10-10T22:44:01.418Z] #31 0.674 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-10-10T22:44:01.418Z] #31 0.676 + install_gotestsum [2019-10-10T22:44:01.418Z] #31 0.677 + echo 'Installing gotestsum version v0.3.5' [2019-10-10T22:44:01.418Z] #31 0.677 Installing gotestsum version v0.3.5 [2019-10-10T22:44:01.418Z] #31 0.678 + go get -d gotest.tools/gotestsum [2019-10-10T22:44:02.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-10T22:44:02.231Z] #61 99.34 CC criu/bfd.o [2019-10-10T22:44:02.458Z] #18 3.726 Collecting yamllint==1.16.0 [2019-10-10T22:44:02.509Z] #61 ... [2019-10-10T22:44:02.509Z] [2019-10-10T22:44:02.509Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:44:02.509Z] #16 87.38 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-10T22:44:02.509Z] #16 87.39 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b2_arm64.deb ... [2019-10-10T22:44:02.509Z] #16 87.41 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b2) ... [2019-10-10T22:44:02.509Z] #16 94.81 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-10T22:44:02.509Z] #16 95.07 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-10T22:44:02.509Z] #16 95.53 Setting up libsepol1-dev:arm64 (2.6-2) ... [2019-10-10T22:44:02.509Z] #16 95.57 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-10T22:44:02.509Z] #16 95.65 Setting up libnet1:arm64 (1.1.6+dfsg-3) ... [2019-10-10T22:44:02.509Z] #16 95.75 Setting up libip4tc0:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-10T22:44:02.509Z] #16 95.80 Processing triggers for mime-support (3.60) ... [2019-10-10T22:44:02.509Z] #16 95.91 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:44:02.509Z] #16 95.92 Setting up libgpm2:arm64 (1.20.4-6.2+b1) ... [2019-10-10T22:44:02.509Z] #16 95.94 Setting up libcap2-bin (1:2.25-1) ... [2019-10-10T22:44:02.509Z] #16 95.96 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-10T22:44:02.509Z] #16 96.00 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-10T22:44:02.509Z] #16 96.03 Setting up bash-completion (1:2.1-4.3) ... [2019-10-10T22:44:02.509Z] #16 ... [2019-10-10T22:44:02.509Z] [2019-10-10T22:44:02.509Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:44:02.509Z] #61 99.84 CC criu/bitmap.o [2019-10-10T22:44:02.866Z] #18 4.261 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-10T22:44:02.866Z] #18 4.430 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-10T22:44:02.866Z] #18 4.498 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-10T22:44:03.178Z] #61 99.94 CC criu/cgroup-props.o [2019-10-10T22:44:03.632Z] #61 100.8 CC criu/cgroup.o [2019-10-10T22:44:04.230Z] #18 5.538 Collecting pyyaml (from yamllint==1.16.0) [2019-10-10T22:44:04.230Z] #18 5.678 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-10T22:44:05.085Z] #18 6.819 Building wheels for collected packages: pathspec, pyyaml [2019-10-10T22:44:05.489Z] #18 6.838 Running setup.py bdist_wheel for pathspec: started [2019-10-10T22:44:06.286Z] #61 103.6 CC criu/clone-noasan.o [2019-10-10T22:44:06.324Z] #18 7.846 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-10T22:44:06.324Z] #18 7.847 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-10T22:44:06.324Z] #18 7.861 Running setup.py bdist_wheel for pyyaml: started [2019-10-10T22:44:06.546Z] #61 103.8 CC criu/config.o [2019-10-10T22:44:06.806Z] #61 ... [2019-10-10T22:44:06.806Z] [2019-10-10T22:44:06.806Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:44:06.806Z] #45 120.6 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-10T22:44:06.806Z] #45 123.2 + mkdir -p /build [2019-10-10T22:44:06.806Z] #45 123.2 + cp runc /build/runc [2019-10-10T22:44:06.806Z] #45 DONE 123.7s [2019-10-10T22:44:06.806Z] [2019-10-10T22:44:06.806Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:44:06.806Z] #16 100.6 Setting up libonig4:arm64 (6.1.3-2) ... [2019-10-10T22:44:06.806Z] #16 100.6 Setting up libprotobuf-c1:arm64 (1.2.1-2) ... [2019-10-10T22:44:06.806Z] #16 100.6 Setting up zip (3.0-11+b1) ... [2019-10-10T22:44:06.806Z] #16 100.6 Setting up bzip2 (1.0.6-8.1) ... [2019-10-10T22:44:06.806Z] #16 100.6 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b2) ... [2019-10-10T22:44:06.806Z] #16 100.7 Setting up libjq1:arm64 (1.5+dfsg-1.3) ... [2019-10-10T22:44:06.806Z] #16 100.7 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:44:06.806Z] #16 100.7 Setting up libaio1:arm64 (0.3.110-3) ... [2019-10-10T22:44:06.806Z] #16 100.8 Setting up libxtables12:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-10T22:44:06.806Z] #16 100.8 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-10T22:44:06.806Z] #16 100.8 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-10T22:44:06.806Z] #16 100.8 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-10T22:44:06.806Z] #16 100.8 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:44:06.806Z] #16 100.9 Setting up libpcrecpp0v5:arm64 (2:8.39-3) ... [2019-10-10T22:44:06.806Z] #16 100.9 Setting up libpcre32-3:arm64 (2:8.39-3) ... [2019-10-10T22:44:06.806Z] #16 100.9 Setting up libnfnetlink0:arm64 (1.0.1-3) ... [2019-10-10T22:44:06.806Z] #16 100.9 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:44:06.806Z] #16 101.6 Setting up libsystemd-dev:arm64 (232-25+deb9u12) ... [2019-10-10T22:44:06.806Z] #16 101.6 Setting up libpcre16-3:arm64 (2:8.39-3) ... [2019-10-10T22:44:06.806Z] #16 101.7 Setting up libreadline5:arm64 (5.2+dfsg-3+b1) ... [2019-10-10T22:44:06.806Z] #16 101.7 Setting up libnl-3-200:arm64 (3.2.27-2) ... [2019-10-10T22:44:06.806Z] #16 101.8 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-10T22:44:06.806Z] #16 101.8 Setting up libudev-dev:arm64 (232-25+deb9u12) ... [2019-10-10T22:44:06.806Z] #16 101.8 Setting up pigz (2.3.4-1) ... [2019-10-10T22:44:06.806Z] #16 101.8 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-10T22:44:06.806Z] #16 101.9 Setting up libmpdec2:arm64 (2.4.2-1) ... [2019-10-10T22:44:06.967Z] #31 ... [2019-10-10T22:44:06.967Z] [2019-10-10T22:44:06.967Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:44:06.967Z] #37 0.687 + RM_GOPATH=0 [2019-10-10T22:44:06.967Z] #37 0.688 + TMP_GOPATH= [2019-10-10T22:44:06.967Z] #37 0.690 + : /build [2019-10-10T22:44:06.967Z] #37 0.694 + '[' -z '' ']' [2019-10-10T22:44:06.967Z] #37 0.704 ++ mktemp -d [2019-10-10T22:44:06.967Z] #37 0.714 + export GOPATH=/tmp/tmp.ku2OOL3eDP [2019-10-10T22:44:06.967Z] #37 0.714 + GOPATH=/tmp/tmp.ku2OOL3eDP [2019-10-10T22:44:06.967Z] #37 0.715 + RM_GOPATH=1 [2019-10-10T22:44:06.967Z] #37 0.718 ++ dirname ./install.sh [2019-10-10T22:44:06.967Z] #37 0.720 + dir=. [2019-10-10T22:44:06.967Z] #37 0.731 + bin=vndr [2019-10-10T22:44:06.967Z] #37 0.731 + shift [2019-10-10T22:44:06.967Z] #37 0.732 + '[' '!' -f ./vndr.installer ']' [2019-10-10T22:44:06.967Z] #37 0.732 + . ./vndr.installer [2019-10-10T22:44:06.967Z] #37 0.733 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-10T22:44:06.967Z] #37 0.733 + install_vndr [2019-10-10T22:44:06.967Z] #37 0.745 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-10T22:44:06.967Z] #37 0.745 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-10T22:44:06.967Z] #37 0.749 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ku2OOL3eDP/src/github.com/LK4D4/vndr [2019-10-10T22:44:06.967Z] #37 0.769 Cloning into '/tmp/tmp.ku2OOL3eDP/src/github.com/LK4D4/vndr'... [2019-10-10T22:44:06.967Z] #37 2.408 + cd /tmp/tmp.ku2OOL3eDP/src/github.com/LK4D4/vndr [2019-10-10T22:44:06.967Z] #37 2.410 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-10T22:44:06.967Z] #37 2.470 + go build -buildmode=pie -v -o /build/vndr . [2019-10-10T22:44:06.967Z] #37 4.488 runtime/internal/sys [2019-10-10T22:44:06.967Z] #37 4.598 runtime/internal/atomic [2019-10-10T22:44:06.967Z] #37 4.784 internal/race [2019-10-10T22:44:06.967Z] #37 4.868 internal/cpu [2019-10-10T22:44:06.967Z] #37 5.053 sync/atomic [2019-10-10T22:44:06.967Z] #37 5.430 unicode [2019-10-10T22:44:06.967Z] #37 5.982 unicode/utf8 [2019-10-10T22:44:06.967Z] #37 6.188 math/bits [2019-10-10T22:44:07.069Z] #16 101.9 Setting up libip6tc0:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-10T22:44:07.069Z] #16 101.9 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-10T22:44:07.069Z] #16 102.0 Setting up liblzo2-2:arm64 (2.08-1.2+b2) ... [2019-10-10T22:44:07.069Z] #16 102.0 Setting up jq (1.5+dfsg-1.3) ... [2019-10-10T22:44:07.069Z] #16 102.0 Setting up libpcre3-dev:arm64 (2:8.39-3) ... [2019-10-10T22:44:07.069Z] #16 102.1 Setting up libnetfilter-conntrack3:arm64 (1.0.6-2) ... [2019-10-10T22:44:07.069Z] #16 102.1 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-10T22:44:07.069Z] #16 102.1 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:44:07.069Z] #16 102.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-10T22:44:07.069Z] #16 102.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-10T22:44:07.069Z] #16 102.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-10T22:44:07.069Z] #16 102.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-10T22:44:07.069Z] #16 102.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-10T22:44:07.069Z] #16 102.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-10T22:44:07.069Z] #16 102.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-10T22:44:07.069Z] #16 102.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-10T22:44:07.069Z] #16 102.2 Setting up libpython3.5-stdlib:arm64 (3.5.3-1+deb9u1) ... [2019-10-10T22:44:07.166Z] #18 8.762 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-10T22:44:07.166Z] #18 8.762 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-10T22:44:07.166Z] #18 8.812 Successfully built pathspec pyyaml [2019-10-10T22:44:07.166Z] #18 8.813 Installing collected packages: pathspec, pyyaml, yamllint [2019-10-10T22:44:07.330Z] #16 102.2 Setting up libiptc0:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-10T22:44:07.330Z] #16 102.3 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-10T22:44:07.330Z] #16 102.3 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-10T22:44:07.330Z] #16 102.3 Setting up btrfs-progs (4.7.3-1) ... [2019-10-10T22:44:07.330Z] #16 102.3 Setting up libselinux1-dev:arm64 (2.6-3+b3) ... [2019-10-10T22:44:07.330Z] #16 102.3 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-10T22:44:07.498Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-10T22:44:07.562Z] #18 9.172 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-10T22:44:07.967Z] #18 DONE 9.5s [2019-10-10T22:44:07.967Z] [2019-10-10T22:44:07.967Z] #20 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-10T22:44:07.967Z] #20 DONE 0.1s [2019-10-10T22:44:07.967Z] [2019-10-10T22:44:07.967Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:44:07.967Z] #62 110.2 CC criu/namespaces.o [2019-10-10T22:44:07.967Z] #62 112.4 CC criu/net.o [2019-10-10T22:44:07.967Z] #62 114.9 CC criu/netfilter.o [2019-10-10T22:44:07.967Z] #62 115.3 CC criu/page-pipe.o [2019-10-10T22:44:07.967Z] #62 115.8 CC criu/page-xfer.o [2019-10-10T22:44:07.967Z] #62 116.7 CC criu/pagemap-cache.o [2019-10-10T22:44:07.967Z] #62 117.0 CC criu/pagemap.o [2019-10-10T22:44:07.967Z] #62 117.7 CC criu/parasite-syscall.o [2019-10-10T22:44:07.967Z] #62 118.3 CC criu/path.o [2019-10-10T22:44:07.967Z] #62 118.6 CC criu/pie-util-vdso-elf32.o [2019-10-10T22:44:08.019Z] #37 7.062 internal/bytealg [2019-10-10T22:44:08.360Z] #62 ... [2019-10-10T22:44:08.360Z] [2019-10-10T22:44:08.360Z] #25 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-10T22:44:08.360Z] #25 DONE 0.5s [2019-10-10T22:44:08.360Z] [2019-10-10T22:44:08.360Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:44:08.360Z] #62 119.0 CC criu/pie-util-vdso.o [2019-10-10T22:44:08.749Z] #62 119.4 CC criu/pie-util.o [2019-10-10T22:44:09.160Z] #62 119.6 CC criu/pipes.o [2019-10-10T22:44:09.532Z] #37 8.878 encoding [2019-10-10T22:44:09.742Z] #62 120.0 CC criu/plugin.o [2019-10-10T22:44:09.742Z] #62 120.6 CC criu/proc_parse.o [2019-10-10T22:44:10.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-10T22:44:10.163Z] #37 9.456 unicode/utf16 [2019-10-10T22:44:10.454Z] #37 9.732 math [2019-10-10T22:44:10.454Z] #37 9.769 runtime [2019-10-10T22:44:10.454Z] #37 ... [2019-10-10T22:44:10.454Z] [2019-10-10T22:44:10.454Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:44:10.454Z] #48 0.685 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:44:10.454Z] #48 0.744 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:44:10.454Z] #48 0.919 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:44:10.454Z] #48 0.937 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:44:10.454Z] #48 1.087 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:44:10.454Z] #48 2.471 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-10T22:44:10.454Z] #48 5.446 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-10T22:44:10.454Z] #48 7.591 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-10T22:44:10.632Z] #16 105.5 Setting up libpython3-stdlib:arm64 (3.5.3-1) ... [2019-10-10T22:44:10.632Z] #16 105.5 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b2) ... [2019-10-10T22:44:10.632Z] #16 105.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-10T22:44:10.632Z] #16 105.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-10T22:44:10.632Z] #16 105.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-10T22:44:10.632Z] #16 105.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-10T22:44:10.632Z] #16 105.6 Setting up btrfs-tools (4.7.3-1) ... [2019-10-10T22:44:10.632Z] #16 105.6 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b2) ... [2019-10-10T22:44:10.632Z] #16 105.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-10T22:44:10.632Z] #16 105.7 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-10T22:44:10.632Z] #16 105.7 Setting up python3 (3.5.3-1) ... [2019-10-10T22:44:10.744Z] #48 ... [2019-10-10T22:44:10.744Z] [2019-10-10T22:44:10.744Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-10T22:44:10.744Z] #65 0.749 + RM_GOPATH=0 [2019-10-10T22:44:10.744Z] #65 0.750 + TMP_GOPATH= [2019-10-10T22:44:10.744Z] #65 0.750 + : /build/ [2019-10-10T22:44:10.744Z] #65 0.751 + '[' -z '' ']' [2019-10-10T22:44:10.744Z] #65 0.755 ++ mktemp -d [2019-10-10T22:44:10.744Z] #65 0.765 + export GOPATH=/tmp/tmp.BNyxsO0DLv [2019-10-10T22:44:10.744Z] #65 0.785 + GOPATH=/tmp/tmp.BNyxsO0DLv [2019-10-10T22:44:10.744Z] #65 0.786 + RM_GOPATH=1 [2019-10-10T22:44:10.744Z] #65 0.792 ++ dirname ./install.sh [2019-10-10T22:44:10.744Z] #65 0.819 + dir=. [2019-10-10T22:44:10.744Z] #65 0.821 + bin=rootlesskit [2019-10-10T22:44:10.744Z] #65 0.822 + shift [2019-10-10T22:44:10.744Z] #65 0.823 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-10T22:44:10.744Z] #65 0.831 + . ./rootlesskit.installer [2019-10-10T22:44:10.744Z] #65 0.831 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-10T22:44:10.744Z] #65 0.835 + install_rootlesskit [2019-10-10T22:44:10.744Z] #65 0.851 + case "$1" in [2019-10-10T22:44:10.744Z] #65 0.851 + export CGO_ENABLED=0 [2019-10-10T22:44:10.744Z] #65 0.851 + CGO_ENABLED=0 [2019-10-10T22:44:10.744Z] #65 0.851 + _install_rootlesskit [2019-10-10T22:44:10.744Z] #65 0.855 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-10T22:44:10.744Z] #65 0.855 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.BNyxsO0DLv/src/github.com/rootless-containers/rootlesskit [2019-10-10T22:44:10.744Z] #65 0.855 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-10T22:44:10.744Z] #65 0.860 Cloning into '/tmp/tmp.BNyxsO0DLv/src/github.com/rootless-containers/rootlesskit'... [2019-10-10T22:44:10.744Z] #65 7.239 + cd /tmp/tmp.BNyxsO0DLv/src/github.com/rootless-containers/rootlesskit [2019-10-10T22:44:10.744Z] #65 7.240 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-10T22:44:10.744Z] #65 8.201 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-10T22:44:10.744Z] #65 8.206 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-10T22:44:10.744Z] #65 ... [2019-10-10T22:44:10.744Z] [2019-10-10T22:44:10.744Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:44:10.744Z] #54 0.743 + RM_GOPATH=0 [2019-10-10T22:44:10.744Z] #54 0.744 + TMP_GOPATH= [2019-10-10T22:44:10.744Z] #54 0.744 + : /build [2019-10-10T22:44:10.744Z] #54 0.744 + '[' -z '' ']' [2019-10-10T22:44:10.744Z] #54 0.746 ++ mktemp -d [2019-10-10T22:44:10.744Z] #54 0.754 + export GOPATH=/tmp/tmp.wxMkS7tvuX [2019-10-10T22:44:10.744Z] #54 0.754 + GOPATH=/tmp/tmp.wxMkS7tvuX [2019-10-10T22:44:10.744Z] #54 0.754 + RM_GOPATH=1 [2019-10-10T22:44:10.744Z] #54 0.793 ++ dirname ./install.sh [2019-10-10T22:44:10.744Z] #54 0.809 + dir=. [2019-10-10T22:44:10.744Z] #54 0.810 + bin=proxy [2019-10-10T22:44:10.744Z] #54 0.810 + shift [2019-10-10T22:44:10.744Z] #54 0.810 + '[' '!' -f ./proxy.installer ']' [2019-10-10T22:44:10.744Z] #54 0.810 + . ./proxy.installer [2019-10-10T22:44:10.744Z] #54 0.810 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-10-10T22:44:10.744Z] #54 0.811 + install_proxy [2019-10-10T22:44:10.744Z] #54 0.811 + case "$1" in [2019-10-10T22:44:10.744Z] #54 0.812 + export CGO_ENABLED=0 [2019-10-10T22:44:10.744Z] #54 0.812 + CGO_ENABLED=0 [2019-10-10T22:44:10.744Z] #54 0.812 + _install_proxy [2019-10-10T22:44:10.744Z] #54 0.813 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-10-10T22:44:10.744Z] #54 0.813 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-10T22:44:10.744Z] #54 0.813 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.wxMkS7tvuX/src/github.com/docker/libnetwork [2019-10-10T22:44:10.744Z] #54 0.818 Cloning into '/tmp/tmp.wxMkS7tvuX/src/github.com/docker/libnetwork'... [2019-10-10T22:44:11.035Z] #54 ... [2019-10-10T22:44:11.035Z] [2019-10-10T22:44:11.035Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:44:11.035Z] #34 0.718 + RM_GOPATH=0 [2019-10-10T22:44:11.035Z] #34 0.718 + TMP_GOPATH= [2019-10-10T22:44:11.035Z] #34 0.718 + : /build [2019-10-10T22:44:11.035Z] #34 0.718 + '[' -z '' ']' [2019-10-10T22:44:11.035Z] #34 0.721 ++ mktemp -d [2019-10-10T22:44:11.035Z] #34 0.728 + export GOPATH=/tmp/tmp.pTF4KbOqo6 [2019-10-10T22:44:11.035Z] #34 0.729 + GOPATH=/tmp/tmp.pTF4KbOqo6 [2019-10-10T22:44:11.035Z] #34 0.729 + RM_GOPATH=1 [2019-10-10T22:44:11.035Z] #34 0.769 ++ dirname ./install.sh [2019-10-10T22:44:11.035Z] #34 0.801 + dir=. [2019-10-10T22:44:11.035Z] #34 0.802 + bin=tomlv [2019-10-10T22:44:11.035Z] #34 0.802 + shift [2019-10-10T22:44:11.035Z] #34 0.802 + '[' '!' -f ./tomlv.installer ']' [2019-10-10T22:44:11.035Z] #34 0.802 + . ./tomlv.installer [2019-10-10T22:44:11.035Z] #34 0.802 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-10T22:44:11.035Z] #34 0.803 + install_tomlv [2019-10-10T22:44:11.035Z] #34 0.803 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-10T22:44:11.035Z] #34 0.804 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-10T22:44:11.035Z] #34 0.804 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.pTF4KbOqo6/src/github.com/BurntSushi/toml [2019-10-10T22:44:11.035Z] #34 0.813 Cloning into '/tmp/tmp.pTF4KbOqo6/src/github.com/BurntSushi/toml'... [2019-10-10T22:44:11.035Z] #34 2.895 + cd /tmp/tmp.pTF4KbOqo6/src/github.com/BurntSushi/toml [2019-10-10T22:44:11.035Z] #34 2.895 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-10T22:44:11.035Z] #34 2.926 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-10T22:44:11.035Z] #34 3.869 runtime/internal/sys [2019-10-10T22:44:11.035Z] #34 3.917 math/bits [2019-10-10T22:44:11.035Z] #34 3.949 internal/cpu [2019-10-10T22:44:11.035Z] #34 3.988 runtime/internal/atomic [2019-10-10T22:44:11.035Z] #34 4.667 runtime/internal/math [2019-10-10T22:44:11.035Z] #34 5.158 unicode/utf8 [2019-10-10T22:44:11.035Z] #34 5.481 sync/atomic [2019-10-10T22:44:11.035Z] #34 6.086 internal/bytealg [2019-10-10T22:44:11.035Z] #34 6.716 unicode [2019-10-10T22:44:11.035Z] #34 6.877 math [2019-10-10T22:44:11.035Z] #34 7.571 internal/testlog [2019-10-10T22:44:11.035Z] #34 8.873 encoding [2019-10-10T22:44:11.035Z] #34 9.016 runtime [2019-10-10T22:44:11.035Z] #34 9.523 runtime/cgo [2019-10-10T22:44:11.035Z] #34 ... [2019-10-10T22:44:11.035Z] [2019-10-10T22:44:11.035Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:44:11.035Z] #59 0.549 + mktemp -d [2019-10-10T22:44:11.035Z] #59 0.553 + export GOPATH=/tmp/tmp.x6yKkguLlJ [2019-10-10T22:44:11.035Z] #59 0.554 + git clone https://github.com/docker/distribution.git /tmp/tmp.x6yKkguLlJ/src/github.com/docker/distribution [2019-10-10T22:44:11.035Z] #59 0.560 Cloning into '/tmp/tmp.x6yKkguLlJ/src/github.com/docker/distribution'... [2019-10-10T22:44:11.325Z] #59 ... [2019-10-10T22:44:11.325Z] [2019-10-10T22:44:11.325Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:44:11.325Z] #61 0.656 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:44:11.325Z] #61 0.825 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:44:11.325Z] #61 1.043 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:44:11.325Z] #61 1.069 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:44:11.325Z] #61 1.154 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:44:11.325Z] #61 2.667 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-10T22:44:11.325Z] #61 5.517 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-10T22:44:11.325Z] #61 7.463 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-10T22:44:11.325Z] #61 ... [2019-10-10T22:44:11.325Z] [2019-10-10T22:44:11.325Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-10T22:44:11.325Z] #21 0.651 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:44:11.325Z] #21 0.747 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:44:11.325Z] #21 0.924 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:44:11.325Z] #21 0.940 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:44:11.325Z] #21 0.996 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:44:11.325Z] #21 2.783 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-10T22:44:11.325Z] #21 5.622 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-10T22:44:11.325Z] #21 7.711 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-10T22:44:11.615Z] #21 ... [2019-10-10T22:44:11.615Z] [2019-10-10T22:44:11.615Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:44:11.615Z] #10 0.779 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:44:11.615Z] #10 0.790 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:44:11.615Z] #10 1.011 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:44:11.615Z] #10 1.027 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:44:11.615Z] #10 1.090 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:44:11.615Z] #10 2.483 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-10T22:44:11.615Z] #10 5.448 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-10T22:44:11.615Z] #10 7.490 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-10T22:44:11.615Z] #10 ... [2019-10-10T22:44:11.615Z] [2019-10-10T22:44:11.615Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:44:11.615Z] #19 0.845 + mktemp -d [2019-10-10T22:44:11.615Z] #19 0.846 + export GOPATH=/tmp/tmp.f3ldNlw186 [2019-10-10T22:44:11.615Z] #19 0.847 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.f3ldNlw186/src/github.com/go-swagger/go-swagger [2019-10-10T22:44:11.615Z] #19 0.849 Cloning into '/tmp/tmp.f3ldNlw186/src/github.com/go-swagger/go-swagger'... [2019-10-10T22:44:11.906Z] #19 ... [2019-10-10T22:44:11.906Z] [2019-10-10T22:44:11.906Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:44:11.906Z] #39 1.088 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:44:11.906Z] #39 1.100 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:44:11.906Z] #39 1.194 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:44:11.906Z] #39 1.223 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:44:11.906Z] #39 1.301 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:44:11.906Z] #39 2.768 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-10T22:44:11.906Z] #39 5.642 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-10T22:44:11.906Z] #39 7.598 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-10T22:44:11.906Z] #39 ... [2019-10-10T22:44:11.906Z] [2019-10-10T22:44:11.906Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:44:11.906Z] #57 0.615 + RM_GOPATH=0 [2019-10-10T22:44:11.906Z] #57 0.615 + TMP_GOPATH= [2019-10-10T22:44:11.906Z] #57 0.615 + : /build [2019-10-10T22:44:11.906Z] #57 0.615 + '[' -z '' ']' [2019-10-10T22:44:11.906Z] #57 0.616 ++ mktemp -d [2019-10-10T22:44:11.906Z] #57 0.618 + export GOPATH=/tmp/tmp.Hgimj7dhvY [2019-10-10T22:44:11.906Z] #57 0.618 + GOPATH=/tmp/tmp.Hgimj7dhvY [2019-10-10T22:44:11.906Z] #57 0.618 + RM_GOPATH=1 [2019-10-10T22:44:11.906Z] #57 0.627 ++ dirname ./install.sh [2019-10-10T22:44:11.906Z] #57 0.630 + dir=. [2019-10-10T22:44:11.906Z] #57 0.630 + bin=dockercli [2019-10-10T22:44:11.906Z] #57 0.631 + shift [2019-10-10T22:44:11.906Z] #57 0.631 + '[' '!' -f ./dockercli.installer ']' [2019-10-10T22:44:11.906Z] #57 0.631 + . ./dockercli.installer [2019-10-10T22:44:11.906Z] #57 0.632 ++ DOCKERCLI_CHANNEL=stable [2019-10-10T22:44:11.906Z] #57 0.632 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-10-10T22:44:11.906Z] #57 0.634 + install_dockercli [2019-10-10T22:44:11.906Z] #57 0.634 Install docker/cli version 17.06.2-ce from stable [2019-10-10T22:44:11.906Z] #57 0.634 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-10T22:44:11.906Z] #57 0.636 ++ uname -m [2019-10-10T22:44:11.906Z] #57 0.638 + arch=ppc64le [2019-10-10T22:44:11.906Z] #57 0.638 + '[' ppc64le '!=' x86_64 ']' [2019-10-10T22:44:11.906Z] #57 0.638 + '[' ppc64le '!=' s390x ']' [2019-10-10T22:44:11.906Z] #57 0.639 + '[' ppc64le '!=' armhf ']' [2019-10-10T22:44:11.906Z] #57 0.639 + build_dockercli [2019-10-10T22:44:11.906Z] #57 0.639 + git clone https://github.com/docker/docker-ce /tmp/tmp.Hgimj7dhvY/tmp/docker-ce [2019-10-10T22:44:11.906Z] #57 0.699 Cloning into '/tmp/tmp.Hgimj7dhvY/tmp/docker-ce'... [2019-10-10T22:44:12.194Z] #57 ... [2019-10-10T22:44:12.194Z] [2019-10-10T22:44:12.194Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:44:12.194Z] #28 0.605 + RM_GOPATH=0 [2019-10-10T22:44:12.194Z] #28 0.605 + TMP_GOPATH= [2019-10-10T22:44:12.194Z] #28 0.605 + : /build [2019-10-10T22:44:12.194Z] #28 0.606 + '[' -z '' ']' [2019-10-10T22:44:12.194Z] #28 0.606 ++ mktemp -d [2019-10-10T22:44:12.194Z] #28 0.608 + export GOPATH=/tmp/tmp.tEoTGpp3SP [2019-10-10T22:44:12.194Z] #28 0.608 + GOPATH=/tmp/tmp.tEoTGpp3SP [2019-10-10T22:44:12.194Z] #28 0.608 + RM_GOPATH=1 [2019-10-10T22:44:12.194Z] #28 0.614 ++ dirname ./install.sh [2019-10-10T22:44:12.194Z] #28 0.616 + dir=. [2019-10-10T22:44:12.194Z] #28 0.616 + bin=golangci_lint [2019-10-10T22:44:12.194Z] #28 0.617 + shift [2019-10-10T22:44:12.194Z] #28 0.618 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-10T22:44:12.194Z] #28 0.618 + . ./golangci_lint.installer [2019-10-10T22:44:12.194Z] #28 0.619 ++ : v1.17.1 [2019-10-10T22:44:12.194Z] #28 0.620 + install_golangci_lint [2019-10-10T22:44:12.194Z] #28 0.620 Installing golangci-lint version v1.17.1 [2019-10-10T22:44:12.194Z] #28 0.621 + echo 'Installing golangci-lint version v1.17.1' [2019-10-10T22:44:12.194Z] #28 0.621 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-10T22:44:12.448Z] #62 122.9 CC criu/protobuf-desc.o [2019-10-10T22:44:12.547Z] #16 107.6 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-10T22:44:12.830Z] #62 123.7 CC criu/protobuf.o [2019-10-10T22:44:13.225Z] #62 124.0 CC criu/pstree.o [2019-10-10T22:44:13.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-10T22:44:13.587Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-10-10T22:44:13.844Z] tests/integration/api_client_test.py ..... [ 7%] [2019-10-10T22:44:14.052Z] #62 124.8 CC criu/rbtree.o [2019-10-10T22:44:14.440Z] #62 ... [2019-10-10T22:44:14.440Z] [2019-10-10T22:44:14.440Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:44:14.440Z] #46 139.8 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-10T22:44:14.461Z] #16 109.1 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-10T22:44:14.462Z] #16 109.3 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-10T22:44:14.462Z] #16 109.3 Setting up libdevmapper1.02.1:arm64 (2:1.02.137-2) ... [2019-10-10T22:44:14.462Z] #16 109.3 Setting up python3-wheel (0.29.0-2) ... [2019-10-10T22:44:15.405Z] #16 110.2 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-10T22:44:15.822Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-10T22:44:15.822Z] Using test binary docker [2019-10-10T22:44:16.079Z] +++ /etc/init.d/apparmor start [2019-10-10T22:44:16.079Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-10T22:44:16.079Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-10T22:44:16.079Z] Warning failed to create cache: (null) [2019-10-10T22:44:16.079Z] . [2019-10-10T22:44:16.079Z] INFO: Waiting for daemon to start... [2019-10-10T22:44:16.079Z] Starting dockerd [2019-10-10T22:44:16.079Z] +++ 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-10T22:44:16.301Z] tests/integration/api_config_test.py ..... [ 8%] [2019-10-10T22:44:16.337Z] #46 141.6 + mkdir -p /build [2019-10-10T22:44:16.337Z] #46 141.6 + cp runc /build/runc [2019-10-10T22:44:16.337Z] #46 DONE 141.7s [2019-10-10T22:44:16.337Z] [2019-10-10T22:44:16.337Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:44:16.337Z] #62 125.1 CC criu/rst-malloc.o [2019-10-10T22:44:16.337Z] #62 125.3 CC criu/seccomp.o [2019-10-10T22:44:16.337Z] #62 125.8 CC criu/seize.o [2019-10-10T22:44:16.337Z] #62 126.5 CC criu/servicefd.o [2019-10-10T22:44:16.337Z] #62 126.9 CC criu/shmem.o [2019-10-10T22:44:16.349Z] #16 111.2 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.137-2) ... [2019-10-10T22:44:16.349Z] #16 111.3 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-10T22:44:17.156Z] #62 128.0 CC criu/sigframe.o [2019-10-10T22:44:17.292Z] #16 112.3 Setting up dmsetup (2:1.02.137-2) ... [2019-10-10T22:44:17.292Z] #16 112.3 Setting up python3-setuptools (33.1.1-1) ... [2019-10-10T22:44:17.543Z] #62 128.1 CC criu/signalfd.o [2019-10-10T22:44:17.553Z] #16 ... [2019-10-10T22:44:17.553Z] [2019-10-10T22:44:17.553Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:44:17.553Z] #61 105.0 CC criu/cr-check.o [2019-10-10T22:44:17.553Z] #61 106.4 CC criu/cr-dedup.o [2019-10-10T22:44:17.553Z] #61 106.8 CC criu/cr-dump.o [2019-10-10T22:44:17.553Z] #61 108.6 CC criu/cr-errno.o [2019-10-10T22:44:17.553Z] #61 108.6 CC criu/cr-restore.o [2019-10-10T22:44:17.553Z] #61 111.7 CC criu/cr-service.o [2019-10-10T22:44:17.553Z] #61 112.9 CC criu/crtools.o [2019-10-10T22:44:17.553Z] #61 113.4 CC criu/eventfd.o [2019-10-10T22:44:17.553Z] #61 113.7 CC criu/eventpoll.o [2019-10-10T22:44:17.553Z] #61 114.4 CC criu/external.o [2019-10-10T22:44:17.553Z] #61 114.6 CC criu/fault-injection.o [2019-10-10T22:44:17.553Z] #61 114.7 CC criu/fdstore.o [2019-10-10T22:44:17.815Z] #61 115.1 CC criu/fifo.o [2019-10-10T22:44:17.951Z] #62 128.5 CC criu/sk-inet.o [2019-10-10T22:44:18.349Z] #62 129.0 CC criu/sk-netlink.o [2019-10-10T22:44:18.386Z] #61 115.5 CC criu/file-ids.o [2019-10-10T22:44:18.386Z] #61 ... [2019-10-10T22:44:18.386Z] [2019-10-10T22:44:18.386Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:44:18.386Z] #16 113.4 Setting up dh-python (2.20170125) ... [2019-10-10T22:44:18.602Z] . [2019-10-10T22:44:18.602Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-10T22:44:18.602Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-10T22:44:18.602Z] Error: No such image: emptyfs [2019-10-10T22:44:18.602Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-10T22:44:18.602Z] ++++ docker load [2019-10-10T22:44:18.757Z] #62 129.3 CC criu/sk-packet.o [2019-10-10T22:44:19.165Z] Running integration-test (iteration 1) [2019-10-10T22:44:19.165Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-10-10T22:44:19.165Z] ++ 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-10T22:44:19.165Z] ++ set -e [2019-10-10T22:44:19.165Z] ++ '[' -n 0 ']' [2019-10-10T22:44:19.165Z] ++ set -x [2019-10-10T22:44:19.165Z] ++ 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-10T22:44:19.342Z] #62 129.8 CC criu/sk-queue.o [2019-10-10T22:44:19.344Z] #16 114.3 Setting up libdevmapper-dev:arm64 (2:1.02.137-2) ... [2019-10-10T22:44:19.344Z] #16 114.3 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:44:19.917Z] #16 DONE 115.0s [2019-10-10T22:44:19.917Z] [2019-10-10T22:44:19.917Z] #17 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-10T22:44:20.153Z] #62 130.2 CC criu/sk-tcp.o [2019-10-10T22:44:20.153Z] #62 130.7 CC criu/sk-unix.o [2019-10-10T22:44:20.673Z] #28 ... [2019-10-10T22:44:20.673Z] [2019-10-10T22:44:20.673Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:44:20.673Z] #37 9.933 container/list [2019-10-10T22:44:20.673Z] #37 14.02 crypto/internal/subtle [2019-10-10T22:44:20.673Z] #37 14.63 crypto/subtle [2019-10-10T22:44:20.673Z] #37 15.29 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-10T22:44:20.673Z] #37 15.87 internal/nettrace [2019-10-10T22:44:20.673Z] #37 16.37 runtime/cgo [2019-10-10T22:44:21.676Z] #62 132.3 CC criu/sockets.o [2019-10-10T22:44:22.070Z] #62 132.8 CC criu/stats.o [2019-10-10T22:44:22.481Z] #62 133.0 CC criu/string.o [2019-10-10T22:44:22.481Z] #62 133.1 CC criu/sysctl.o [2019-10-10T22:44:22.883Z] #62 133.4 CC criu/sysfs_parse.o [2019-10-10T22:44:22.883Z] #62 133.8 CC criu/timerfd.o [2019-10-10T22:44:23.301Z] #62 134.0 CC criu/tty.o [2019-10-10T22:44:23.391Z] #37 22.34 vendor/golang.org/x/crypto/internal/subtle [2019-10-10T22:44:23.391Z] #37 ... [2019-10-10T22:44:23.391Z] [2019-10-10T22:44:23.391Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:44:23.391Z] #48 22.62 Fetched 7720 kB in 21s (352 kB/s) [2019-10-10T22:44:24.637Z] #62 135.1 CC criu/tun.o [2019-10-10T22:44:25.069Z] #62 135.5 CC criu/uffd.o [2019-10-10T22:44:25.207Z] #17 4.698 Collecting yamllint==1.16.0 [2019-10-10T22:44:25.468Z] #62 ... [2019-10-10T22:44:25.468Z] [2019-10-10T22:44:25.468Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:44:25.468Z] #59 176.2 + dpkg --print-architecture [2019-10-10T22:44:25.468Z] #59 176.2 + cd /tmp/tmp.UEp7LYjtaS/src/github.com/docker/distribution [2019-10-10T22:44:25.468Z] #59 176.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-10T22:44:25.468Z] #59 176.4 + GOPATH=/tmp/tmp.UEp7LYjtaS/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.UEp7LYjtaS [2019-10-10T22:44:25.468Z] #59 176.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-10T22:44:26.150Z] #17 ... [2019-10-10T22:44:26.150Z] [2019-10-10T22:44:26.150Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:44:26.150Z] #61 115.9 CC criu/file-lock.o [2019-10-10T22:44:26.150Z] #61 116.7 CC criu/files-ext.o [2019-10-10T22:44:26.150Z] #61 117.1 CC criu/files-reg.o [2019-10-10T22:44:26.150Z] #61 118.8 CC criu/files.o [2019-10-10T22:44:26.150Z] #61 120.2 CC criu/filesystems.o [2019-10-10T22:44:26.150Z] #61 120.9 CC criu/fsnotify.o [2019-10-10T22:44:26.150Z] #61 121.8 CC criu/image-desc.o [2019-10-10T22:44:26.150Z] #61 121.9 CC criu/image.o [2019-10-10T22:44:26.150Z] #61 122.5 CC criu/ipc_ns.o [2019-10-10T22:44:26.150Z] #61 123.3 CC criu/irmap.o [2019-10-10T22:44:26.411Z] #61 123.7 CC criu/kcmp-ids.o [2019-10-10T22:44:26.673Z] #61 123.9 CC criu/kerndat.o [2019-10-10T22:44:27.615Z] #61 124.7 CC criu/libnetlink.o [2019-10-10T22:44:27.615Z] #61 125.0 CC criu/log.o [2019-10-10T22:44:28.192Z] #61 125.4 CC criu/lsm.o [2019-10-10T22:44:28.192Z] #61 125.6 CC criu/mem.o [2019-10-10T22:44:28.952Z] #48 22.62 Reading package lists... [2019-10-10T22:44:28.952Z] #48 ... [2019-10-10T22:44:28.952Z] [2019-10-10T22:44:28.952Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:44:28.952Z] #59 24.00 + cd /tmp/tmp.x6yKkguLlJ/src/github.com/docker/distribution [2019-10-10T22:44:28.952Z] #59 24.01 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-10T22:44:28.952Z] #59 26.82 + GOPATH=/tmp/tmp.x6yKkguLlJ/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.x6yKkguLlJ go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-10T22:44:29.577Z] #61 126.9 CC criu/mount.o [2019-10-10T22:44:30.812Z] #59 ... [2019-10-10T22:44:30.812Z] [2019-10-10T22:44:30.812Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:44:30.812Z] #62 136.2 CC criu/util.o [2019-10-10T22:44:30.812Z] #62 137.0 CC criu/uts_ns.o [2019-10-10T22:44:30.812Z] #62 137.2 CC criu/vdso.o [2019-10-10T22:44:30.812Z] #62 137.7 LINK criu/built-in.o [2019-10-10T22:44:30.812Z] #62 137.9 LINK criu/criu [2019-10-10T22:44:30.812Z] #62 138.2 DEP lib/c/criu.d [2019-10-10T22:44:30.812Z] #62 138.3 CC images/rpc.pb-c.o [2019-10-10T22:44:30.812Z] #62 138.8 CC lib/c/criu.o [2019-10-10T22:44:30.812Z] #62 139.8 LINK lib/c/built-in.o [2019-10-10T22:44:30.812Z] #62 139.8 LINK lib/c/libcriu.so [2019-10-10T22:44:30.812Z] #62 140.0 GEN magic.py [2019-10-10T22:44:30.812Z] #62 140.1 Note: Building without setproctitle() and strlcpy() support. [2019-10-10T22:44:30.812Z] #62 140.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-10T22:44:30.812Z] #62 140.3 fatal: Not a git repository (or any of the parent directories): .git [2019-10-10T22:44:30.812Z] #62 140.6 make[1]: Nothing to be done for 'all'. [2019-10-10T22:44:30.812Z] #62 141.0 make[1]: 'images/built-in.o' is up to date. [2019-10-10T22:44:30.812Z] #62 141.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-10T22:44:30.812Z] #62 141.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-10T22:44:30.812Z] #62 141.1 make[1]: 'compel/libcompel.a' is up to date. [2019-10-10T22:44:30.812Z] #62 141.1 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-10T22:44:30.812Z] #62 141.1 make[1]: Nothing to be done for 'all'. [2019-10-10T22:44:30.812Z] #62 141.1 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-10T22:44:30.812Z] #62 141.2 make[2]: Nothing to be done for 'all'. [2019-10-10T22:44:30.812Z] #62 141.2 make[2]: Nothing to be done for 'all'. [2019-10-10T22:44:30.812Z] #62 141.2 make[2]: Nothing to be done for 'all'. [2019-10-10T22:44:30.812Z] #62 141.2 make[2]: Nothing to be done for 'all'. [2019-10-10T22:44:30.812Z] #62 141.3 make[2]: Nothing to be done for 'all'. [2019-10-10T22:44:30.812Z] #62 141.3 make[2]: Nothing to be done for 'all'. [2019-10-10T22:44:30.812Z] #62 141.3 make[2]: Nothing to be done for 'all'. [2019-10-10T22:44:30.812Z] #62 141.4 make[2]: Nothing to be done for 'all'. [2019-10-10T22:44:30.812Z] #62 141.4 INSTALL criu/criu [2019-10-10T22:44:30.812Z] #62 DONE 141.5s [2019-10-10T22:44:30.812Z] [2019-10-10T22:44:30.812Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:44:31.492Z] #61 ... [2019-10-10T22:44:31.492Z] [2019-10-10T22:44:31.492Z] #17 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-10T22:44:31.492Z] #17 11.43 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-10T22:44:31.680Z] #59 ... [2019-10-10T22:44:31.680Z] [2019-10-10T22:44:31.680Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:44:31.680Z] #28 30.68 + cd /tmp/tmp.tEoTGpp3SP/src/github.com/golangci/golangci-lint/ [2019-10-10T22:44:31.680Z] #28 30.68 + git checkout -q v1.17.1 [2019-10-10T22:44:32.068Z] #17 11.82 Collecting pyyaml (from yamllint==1.16.0) [2019-10-10T22:44:33.008Z] #17 ... [2019-10-10T22:44:33.008Z] [2019-10-10T22:44:33.008Z] #27 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:44:33.008Z] #27 DONE 188.4s [2019-10-10T22:44:33.008Z] [2019-10-10T22:44:33.008Z] #17 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-10T22:44:33.008Z] #17 13.02 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-10T22:44:33.170Z] #28 32.27 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-10T22:44:33.170Z] #28 ... [2019-10-10T22:44:33.170Z] [2019-10-10T22:44:33.170Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:44:33.170Z] #10 22.58 Fetched 7720 kB in 21s (354 kB/s) [2019-10-10T22:44:33.170Z] #10 22.58 Reading package lists... [2019-10-10T22:44:33.170Z] #10 32.25 Reading package lists... [2019-10-10T22:44:33.170Z] #10 ... [2019-10-10T22:44:33.170Z] [2019-10-10T22:44:33.170Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-10T22:44:33.170Z] #21 22.76 Fetched 7720 kB in 22s (349 kB/s) [2019-10-10T22:44:33.170Z] #21 22.76 Reading package lists... [2019-10-10T22:44:33.458Z] #21 32.13 Reading package lists... [2019-10-10T22:44:33.458Z] #21 ... [2019-10-10T22:44:33.458Z] [2019-10-10T22:44:33.458Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:44:33.458Z] #39 23.00 Fetched 7720 kB in 21s (352 kB/s) [2019-10-10T22:44:33.458Z] #39 23.00 Reading package lists... [2019-10-10T22:44:33.458Z] #39 32.87 Reading package lists... [2019-10-10T22:44:33.458Z] #39 ... [2019-10-10T22:44:33.458Z] [2019-10-10T22:44:33.458Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:44:33.458Z] #48 22.62 Reading package lists... [2019-10-10T22:44:34.087Z] #48 32.38 Reading package lists... [2019-10-10T22:44:34.087Z] #48 ... [2019-10-10T22:44:34.087Z] [2019-10-10T22:44:34.087Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:44:34.087Z] #61 23.61 Fetched 7720 kB in 22s (336 kB/s) [2019-10-10T22:44:34.087Z] #61 23.61 Reading package lists... [2019-10-10T22:44:34.377Z] #61 33.13 Reading package lists... [2019-10-10T22:44:34.377Z] #61 ... [2019-10-10T22:44:34.377Z] [2019-10-10T22:44:34.377Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:44:34.377Z] #54 26.75 + cd /tmp/tmp.wxMkS7tvuX/src/github.com/docker/libnetwork [2019-10-10T22:44:34.377Z] #54 26.75 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-10T22:44:34.377Z] #54 27.14 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-10T22:44:34.922Z] #17 15.03 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-10T22:44:36.307Z] #17 16.12 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-10T22:44:36.878Z] #17 17.02 Building wheels for collected packages: pyyaml, pathspec [2019-10-10T22:44:37.138Z] #17 17.03 Running setup.py bdist_wheel for pyyaml: started [2019-10-10T22:44:38.079Z] #17 17.99 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-10T22:44:38.079Z] #17 17.99 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-10T22:44:38.079Z] #17 18.10 Running setup.py bdist_wheel for pathspec: started [2019-10-10T22:44:39.022Z] #17 19.03 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-10T22:44:39.022Z] #17 19.03 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-10T22:44:39.022Z] #17 19.04 Successfully built pyyaml pathspec [2019-10-10T22:44:39.022Z] #17 19.05 Installing collected packages: pyyaml, pathspec, yamllint [2019-10-10T22:44:39.283Z] #17 19.40 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-10T22:44:39.856Z] #17 DONE 19.9s [2019-10-10T22:44:39.856Z] [2019-10-10T22:44:39.856Z] #19 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-10T22:44:40.116Z] #19 DONE 0.3s [2019-10-10T22:44:40.116Z] [2019-10-10T22:44:40.116Z] #24 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-10T22:44:40.326Z] #28 ... [2019-10-10T22:44:40.326Z] [2019-10-10T22:44:40.326Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:44:40.326Z] #59 190.7 + rm -rf /tmp/tmp.UEp7LYjtaS/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.UEp7LYjtaS [2019-10-10T22:44:40.326Z] #59 DONE 190.8s [2019-10-10T22:44:40.326Z] [2019-10-10T22:44:40.326Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:44:42.026Z] #24 DONE 1.6s [2019-10-10T22:44:42.026Z] [2019-10-10T22:44:42.026Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:44:42.026Z] #61 129.4 CC criu/namespaces.o [2019-10-10T22:44:42.026Z] #61 130.7 CC criu/net.o [2019-10-10T22:44:42.026Z] #61 133.3 CC criu/netfilter.o [2019-10-10T22:44:42.026Z] #61 133.6 CC criu/page-pipe.o [2019-10-10T22:44:42.026Z] #61 134.0 CC criu/page-xfer.o [2019-10-10T22:44:42.026Z] #61 134.9 CC criu/pagemap-cache.o [2019-10-10T22:44:42.026Z] #61 135.2 CC criu/pagemap.o [2019-10-10T22:44:42.026Z] #61 135.9 CC criu/parasite-syscall.o [2019-10-10T22:44:42.026Z] #61 136.6 CC criu/path.o [2019-10-10T22:44:42.026Z] #61 136.8 CC criu/pie-util-vdso-elf32.o [2019-10-10T22:44:42.026Z] #61 137.1 CC criu/pie-util-vdso.o [2019-10-10T22:44:42.026Z] #61 137.5 CC criu/pie-util.o [2019-10-10T22:44:42.026Z] #61 137.6 CC criu/pipes.o [2019-10-10T22:44:42.026Z] #61 138.2 CC criu/plugin.o [2019-10-10T22:44:42.026Z] #61 138.5 CC criu/proc_parse.o [2019-10-10T22:44:42.026Z] #61 ... [2019-10-10T22:44:42.026Z] [2019-10-10T22:44:42.026Z] #28 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-10T22:44:42.026Z] #28 DONE 0.3s [2019-10-10T22:44:42.026Z] [2019-10-10T22:44:42.026Z] #31 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-10T22:44:42.026Z] #31 DONE 0.1s [2019-10-10T22:44:42.026Z] [2019-10-10T22:44:42.026Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:44:42.026Z] #50 153.4 + bin/containerd [2019-10-10T22:44:42.286Z] #50 ... [2019-10-10T22:44:42.286Z] [2019-10-10T22:44:42.286Z] #34 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-10T22:44:42.286Z] #34 DONE 0.2s [2019-10-10T22:44:42.286Z] [2019-10-10T22:44:42.286Z] #37 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-10T22:44:42.546Z] #37 DONE 0.2s [2019-10-10T22:44:42.546Z] [2019-10-10T22:44:42.546Z] #42 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-10T22:44:42.806Z] #42 DONE 0.2s [2019-10-10T22:44:42.806Z] [2019-10-10T22:44:42.806Z] #46 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-10T22:44:43.066Z] #46 DONE 0.3s [2019-10-10T22:44:43.066Z] [2019-10-10T22:44:43.066Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:44:43.156Z] #54 ... [2019-10-10T22:44:43.156Z] [2019-10-10T22:44:43.156Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:44:43.156Z] #48 32.38 Reading package lists... [2019-10-10T22:44:43.326Z] #61 140.6 CC criu/protobuf-desc.o [2019-10-10T22:44:43.782Z] #48 41.73 Building dependency tree... [2019-10-10T22:44:43.896Z] #61 141.2 CC criu/protobuf.o [2019-10-10T22:44:44.157Z] #61 141.5 CC criu/pstree.o [2019-10-10T22:44:44.813Z] #48 44.26 The following additional packages will be installed: [2019-10-10T22:44:44.813Z] #48 44.26 btrfs-progs liblzo2-2 [2019-10-10T22:44:45.098Z] #61 ... [2019-10-10T22:44:45.098Z] [2019-10-10T22:44:45.098Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:44:45.098Z] #56 199.9 + return [2019-10-10T22:44:45.098Z] #56 DONE 200.2s [2019-10-10T22:44:45.098Z] [2019-10-10T22:44:45.098Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:44:45.098Z] #61 142.4 CC criu/rbtree.o [2019-10-10T22:44:45.109Z] #48 44.44 The following NEW packages will be installed: [2019-10-10T22:44:45.109Z] #48 44.45 btrfs-progs btrfs-tools liblzo2-2 [2019-10-10T22:44:45.109Z] #48 44.60 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:44:45.109Z] #48 44.60 Need to get 588 kB of archives. [2019-10-10T22:44:45.109Z] #48 44.60 After this operation, 5005 kB of additional disk space will be used. [2019-10-10T22:44:45.109Z] #48 44.60 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-10T22:44:45.109Z] #48 44.64 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-10T22:44:45.109Z] #48 44.70 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-10T22:44:45.670Z] #61 142.7 CC criu/rst-malloc.o [2019-10-10T22:44:45.670Z] #61 143.0 CC criu/seccomp.o [2019-10-10T22:44:46.241Z] #61 143.5 CC criu/seize.o [2019-10-10T22:44:46.623Z] #48 46.24 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:44:46.813Z] #61 144.2 CC criu/servicefd.o [2019-10-10T22:44:46.915Z] #48 46.58 Fetched 588 kB in 0s (3820 kB/s) [2019-10-10T22:44:47.087Z] #28 ... [2019-10-10T22:44:47.087Z] [2019-10-10T22:44:47.087Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:44:47.087Z] #51 173.1 + bin/containerd [2019-10-10T22:44:47.205Z] #48 46.90 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-10T22:44:47.385Z] #61 144.5 CC criu/shmem.o [2019-10-10T22:44:47.496Z] #48 46.90 (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-10T22:44:47.496Z] #48 47.04 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-10T22:44:47.496Z] #48 47.07 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-10T22:44:47.787Z] #48 47.27 Selecting previously unselected package btrfs-progs. [2019-10-10T22:44:47.787Z] #48 47.29 Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-10T22:44:47.787Z] #48 47.31 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-10T22:44:47.956Z] #61 145.2 CC criu/sigframe.o [2019-10-10T22:44:47.956Z] #61 145.3 CC criu/signalfd.o [2019-10-10T22:44:48.217Z] #61 145.5 CC criu/sk-inet.o [2019-10-10T22:44:48.817Z] #48 48.19 Selecting previously unselected package btrfs-tools. [2019-10-10T22:44:48.817Z] #48 48.19 Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-10T22:44:48.817Z] #48 48.20 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-10T22:44:48.817Z] #48 48.43 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:44:49.151Z] #48 48.55 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-10T22:44:49.151Z] #48 48.56 Setting up btrfs-progs (4.7.3-1) ... [2019-10-10T22:44:49.151Z] #48 48.57 Setting up btrfs-tools (4.7.3-1) ... [2019-10-10T22:44:49.151Z] #48 48.58 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:44:49.151Z] #48 ... [2019-10-10T22:44:49.151Z] [2019-10-10T22:44:49.151Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:44:49.151Z] #10 32.25 Reading package lists... [2019-10-10T22:44:49.151Z] #10 41.86 Building dependency tree... [2019-10-10T22:44:49.151Z] #10 45.26 The following additional packages will be installed: [2019-10-10T22:44:49.151Z] #10 45.26 libapparmor1 libseccomp2 [2019-10-10T22:44:49.151Z] #10 45.28 Suggested packages: [2019-10-10T22:44:49.151Z] #10 45.28 seccomp [2019-10-10T22:44:49.151Z] #10 45.94 The following NEW packages will be installed: [2019-10-10T22:44:49.151Z] #10 45.95 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-10T22:44:49.151Z] #10 46.13 0 upgraded, 4 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:44:49.151Z] #10 46.13 Need to get 296 kB of archives. [2019-10-10T22:44:49.151Z] #10 46.13 After this operation, 1346 kB of additional disk space will be used. [2019-10-10T22:44:49.151Z] #10 46.13 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-10T22:44:49.151Z] #10 46.17 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-10T22:44:49.151Z] #10 46.18 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-10-10T22:44:49.151Z] #10 46.22 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-10-10T22:44:49.151Z] #10 47.94 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:44:49.151Z] #10 48.23 Fetched 296 kB in 0s (1834 kB/s) [2019-10-10T22:44:49.151Z] #10 48.45 Selecting previously unselected package libseccomp2:ppc64el. [2019-10-10T22:44:49.151Z] #10 48.45 (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-10T22:44:49.151Z] #10 48.61 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-10T22:44:49.151Z] #10 48.61 Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-10T22:44:49.160Z] #61 146.3 CC criu/sk-netlink.o [2019-10-10T22:44:49.421Z] #61 146.6 CC criu/sk-packet.o [2019-10-10T22:44:49.448Z] #10 48.79 Selecting previously unselected package libseccomp-dev:ppc64el.#10 ... [2019-10-10T22:44:49.448Z] [2019-10-10T22:44:49.448Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-10T22:44:49.448Z] #48 DONE 48.8s [2019-10-10T22:44:49.448Z] [2019-10-10T22:44:49.448Z] #49 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:44:49.448Z] #49 DONE 0.1s [2019-10-10T22:44:49.448Z] [2019-10-10T22:44:49.448Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:44:49.448Z] #10 48.79 Selecting previously unselected package libseccomp-dev:ppc64el. [2019-10-10T22:44:49.448Z] #10 48.81 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-10T22:44:49.448Z] #10 48.82 Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-10T22:44:49.448Z] #10 ... [2019-10-10T22:44:49.448Z] [2019-10-10T22:44:49.448Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:44:49.448Z] #39 32.87 Reading package lists... [2019-10-10T22:44:49.448Z] #39 43.22 Building dependency tree... [2019-10-10T22:44:49.448Z] #39 46.90 The following additional packages will be installed: [2019-10-10T22:44:49.448Z] #39 46.93 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-10T22:44:49.448Z] #39 46.93 Suggested packages: [2019-10-10T22:44:49.448Z] #39 46.93 codeblocks eclipse ninja-build lrzip [2019-10-10T22:44:49.448Z] #39 46.93 Recommended packages: [2019-10-10T22:44:49.448Z] #39 46.93 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-10T22:44:49.448Z] #39 ... [2019-10-10T22:44:49.448Z] [2019-10-10T22:44:49.448Z] #50 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-10T22:44:49.448Z] #50 DONE 0.1s [2019-10-10T22:44:49.448Z] [2019-10-10T22:44:49.448Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:44:49.448Z] #39 48.92 The following NEW packages will be installed: [2019-10-10T22:44:49.448Z] #39 48.93 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-10T22:44:49.448Z] #39 48.94 vim-common xxd [2019-10-10T22:44:49.448Z] #39 ... [2019-10-10T22:44:49.448Z] [2019-10-10T22:44:49.448Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:44:49.636Z] #51 ... [2019-10-10T22:44:49.636Z] [2019-10-10T22:44:49.636Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:44:49.636Z] #28 DONE 199.9s [2019-10-10T22:44:49.636Z] [2019-10-10T22:44:49.636Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:44:49.683Z] #61 147.1 CC criu/sk-queue.o [2019-10-10T22:44:50.026Z] #51 ... [2019-10-10T22:44:50.026Z] [2019-10-10T22:44:50.026Z] #29 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-10T22:44:50.026Z] #29 DONE 0.1s [2019-10-10T22:44:50.026Z] [2019-10-10T22:44:50.026Z] #32 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-10T22:44:50.026Z] #32 DONE 0.1s [2019-10-10T22:44:50.026Z] [2019-10-10T22:44:50.026Z] #35 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-10T22:44:50.026Z] #35 DONE 0.1s [2019-10-10T22:44:50.026Z] [2019-10-10T22:44:50.026Z] #38 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-10T22:44:50.026Z] #38 DONE 0.1s [2019-10-10T22:44:50.026Z] [2019-10-10T22:44:50.026Z] #43 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-10T22:44:50.026Z] #43 DONE 0.1s [2019-10-10T22:44:50.026Z] [2019-10-10T22:44:50.026Z] #47 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-10T22:44:50.075Z] #51 0.446 + RM_GOPATH=0 [2019-10-10T22:44:50.075Z] #51 0.446 + TMP_GOPATH= [2019-10-10T22:44:50.075Z] #51 0.446 + : /build [2019-10-10T22:44:50.075Z] #51 0.446 + '[' -z '' ']' [2019-10-10T22:44:50.075Z] #51 0.451 ++ mktemp -d [2019-10-10T22:44:50.075Z] #51 0.464 + export GOPATH=/tmp/tmp.NgfNUk3RP8 [2019-10-10T22:44:50.075Z] #51 0.464 + GOPATH=/tmp/tmp.NgfNUk3RP8 [2019-10-10T22:44:50.075Z] #51 0.466 + RM_GOPATH=1 [2019-10-10T22:44:50.075Z] #51 0.480 ++ dirname ./install.sh [2019-10-10T22:44:50.075Z] #51 0.494 + dir=. [2019-10-10T22:44:50.075Z] #51 0.495 + bin=containerd [2019-10-10T22:44:50.075Z] #51 0.495 + shift [2019-10-10T22:44:50.075Z] #51 0.497 + '[' '!' -f ./containerd.installer ']' [2019-10-10T22:44:50.075Z] #51 0.498 + . ./containerd.installer [2019-10-10T22:44:50.075Z] #51 0.499 ++ CONTAINERD_COMMIT=36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-10T22:44:50.075Z] #51 0.504 + install_containerd [2019-10-10T22:44:50.075Z] #51 0.510 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-10T22:44:50.075Z] #51 0.510 + git clone https://github.com/containerd/containerd.git /tmp/tmp.NgfNUk3RP8/src/github.com/containerd/containerd [2019-10-10T22:44:50.075Z] #51 0.510 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-10T22:44:50.075Z] #51 0.512 Cloning into '/tmp/tmp.NgfNUk3RP8/src/github.com/containerd/containerd'... [2019-10-10T22:44:50.255Z] #61 147.5 CC criu/sk-tcp.o [2019-10-10T22:44:50.410Z] #47 DONE 0.1s [2019-10-10T22:44:50.410Z] [2019-10-10T22:44:50.410Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:44:50.705Z] #51 ... [2019-10-10T22:44:50.705Z] [2019-10-10T22:44:50.705Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-10T22:44:50.705Z] #10 49.15 Selecting previously unselected package libapparmor1:ppc64el. [2019-10-10T22:44:50.705Z] #10 49.15 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-10T22:44:50.705Z] #10 49.15 Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-10T22:44:50.705Z] #10 49.35 Selecting previously unselected package libapparmor-dev:ppc64el. [2019-10-10T22:44:50.705Z] #10 49.35 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-10T22:44:50.705Z] #10 49.36 Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-10T22:44:50.705Z] #10 49.73 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:44:50.705Z] #10 49.96 Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-10T22:44:50.705Z] #10 49.97 Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-10T22:44:50.705Z] #10 49.99 Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-10T22:44:50.705Z] #10 50.01 Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-10T22:44:50.705Z] #10 50.03 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:44:50.705Z] #10 DONE 50.3s [2019-10-10T22:44:50.827Z] #61 147.9 CC criu/sk-unix.o [2019-10-10T22:44:50.994Z] [2019-10-10T22:44:50.994Z] #44 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:44:50.994Z] #44 DONE 0.1s [2019-10-10T22:44:50.994Z] [2019-10-10T22:44:50.994Z] #45 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-10T22:44:50.994Z] #45 DONE 0.1s [2019-10-10T22:44:50.994Z] [2019-10-10T22:44:50.994Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-10T22:44:51.216Z] Loaded image: buildpack-deps:jessie [2019-10-10T22:44:51.216Z] Loaded image: busybox:latest [2019-10-10T22:44:51.216Z] Loaded image: busybox:glibc [2019-10-10T22:44:51.216Z] Loaded image: debian:jessie [2019-10-10T22:44:51.216Z] Loaded image: hello-world:latest [2019-10-10T22:44:51.216Z] INFO: Testing against a local daemon [2019-10-10T22:44:51.216Z] === RUN TestCgroupNamespacesBuild [2019-10-10T22:44:52.035Z] #11 DONE 0.9s [2019-10-10T22:44:52.035Z] [2019-10-10T22:44:52.035Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:44:52.035Z] #46 0.466 + RM_GOPATH=0 [2019-10-10T22:44:52.035Z] #46 0.466 + TMP_GOPATH= [2019-10-10T22:44:52.035Z] #46 0.466 + : /build [2019-10-10T22:44:52.035Z] #46 0.467 + '[' -z '' ']' [2019-10-10T22:44:52.035Z] #46 0.473 ++ mktemp -d [2019-10-10T22:44:52.035Z] #46 0.484 + export GOPATH=/tmp/tmp.hE0GNdNIwe [2019-10-10T22:44:52.035Z] #46 0.497 + GOPATH=/tmp/tmp.hE0GNdNIwe [2019-10-10T22:44:52.035Z] #46 0.498 + RM_GOPATH=1 [2019-10-10T22:44:52.035Z] #46 0.500 ++ dirname ./install.sh [2019-10-10T22:44:52.035Z] #46 0.505 + dir=. [2019-10-10T22:44:52.035Z] #46 0.506 + bin=runc [2019-10-10T22:44:52.035Z] #46 0.506 + shift [2019-10-10T22:44:52.035Z] #46 0.506 + '[' '!' -f ./runc.installer ']' [2019-10-10T22:44:52.035Z] #46 0.507 + . ./runc.installer [2019-10-10T22:44:52.035Z] #46 0.508 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-10T22:44:52.035Z] #46 0.514 + install_runc [2019-10-10T22:44:52.035Z] #46 0.519 + uname -r [2019-10-10T22:44:52.035Z] #46 0.530 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-10T22:44:52.035Z] #46 0.537 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-10T22:44:52.035Z] #46 0.537 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-10T22:44:52.035Z] #46 0.537 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-10T22:44:52.035Z] #46 0.537 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.hE0GNdNIwe/src/github.com/opencontainers/runc [2019-10-10T22:44:52.035Z] #46 0.603 Cloning into '/tmp/tmp.hE0GNdNIwe/src/github.com/opencontainers/runc'... [2019-10-10T22:44:52.213Z] #61 149.4 CC criu/sockets.o [2019-10-10T22:44:52.323Z] #46 ... [2019-10-10T22:44:52.323Z] [2019-10-10T22:44:52.323Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-10T22:44:52.323Z] #21 32.13 Reading package lists... [2019-10-10T22:44:52.323Z] #21 42.39 Building dependency tree... [2019-10-10T22:44:52.324Z] #21 46.49 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-10T22:44:52.324Z] #21 46.49 The following additional packages will be installed: [2019-10-10T22:44:52.324Z] #21 46.50 libjq1 libonig4 [2019-10-10T22:44:52.324Z] #21 47.18 The following NEW packages will be installed: [2019-10-10T22:44:52.324Z] #21 47.19 jq libjq1 libonig4 [2019-10-10T22:44:52.324Z] #21 47.37 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:44:52.324Z] #21 47.37 Need to get 310 kB of archives. [2019-10-10T22:44:52.324Z] #21 47.37 After this operation, 1267 kB of additional disk space will be used. [2019-10-10T22:44:52.324Z] #21 47.37 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-10T22:44:52.324Z] #21 47.45 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-10T22:44:52.324Z] #21 47.49 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-10T22:44:52.324Z] #21 49.44 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:44:52.324Z] #21 49.76 Fetched 310 kB in 0s (1644 kB/s) [2019-10-10T22:44:52.324Z] #21 50.12 Selecting previously unselected package libonig4:ppc64el. [2019-10-10T22:44:52.324Z] #21 50.12 (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-10T22:44:52.324Z] #21 50.27 Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-10-10T22:44:52.324Z] #21 50.28 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-10T22:44:52.324Z] #21 50.82 Selecting previously unselected package libjq1:ppc64el. [2019-10-10T22:44:52.324Z] #21 50.86 Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-10T22:44:52.324Z] #21 50.87 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-10T22:44:52.324Z] #21 51.17 Selecting previously unselected package jq. [2019-10-10T22:44:52.324Z] #21 51.19 Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-10T22:44:52.324Z] #21 51.20 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-10T22:44:52.324Z] #21 51.55 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-10T22:44:52.324Z] #21 51.55 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-10T22:44:52.324Z] #21 51.56 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:44:52.324Z] #21 51.64 Setting up jq (1.5+dfsg-1.3) ... [2019-10-10T22:44:52.324Z] #21 DONE 51.8s [2019-10-10T22:44:52.324Z] [2019-10-10T22:44:52.324Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-10T22:44:52.324Z] #12 DONE 0.6s [2019-10-10T22:44:52.324Z] [2019-10-10T22:44:52.324Z] #23 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-10T22:44:52.324Z] #23 DONE 0.1s [2019-10-10T22:44:52.324Z] [2019-10-10T22:44:52.324Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:44:52.615Z] #24 ... [2019-10-10T22:44:52.615Z] [2019-10-10T22:44:52.615Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-10T22:44:52.615Z] #13 0.408 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-10T22:44:52.615Z] #13 DONE 0.5s [2019-10-10T22:44:52.785Z] #61 150.0 CC criu/stats.o [2019-10-10T22:44:52.914Z] [2019-10-10T22:44:52.914Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-10T22:44:52.914Z] #14 ... [2019-10-10T22:44:52.914Z] [2019-10-10T22:44:52.914Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:44:52.914Z] #61 33.13 Reading package lists... [2019-10-10T22:44:52.914Z] #61 42.72 Building dependency tree... [2019-10-10T22:44:52.914Z] #61 46.57 The following additional packages will be installed: [2019-10-10T22:44:52.914Z] #61 46.59 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-10T22:44:52.915Z] #61 46.59 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-10T22:44:52.915Z] #61 46.60 Suggested packages: [2019-10-10T22:44:52.915Z] #61 46.60 manpages-dev python-setuptools [2019-10-10T22:44:52.915Z] #61 49.38 The following NEW packages will be installed: [2019-10-10T22:44:52.915Z] #61 49.38 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-10T22:44:52.915Z] #61 49.38 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-10T22:44:52.915Z] #61 49.39 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-10T22:44:52.915Z] #61 49.39 zlib1g-dev [2019-10-10T22:44:52.915Z] #61 49.58 0 upgraded, 16 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:44:52.915Z] #61 49.58 Need to get 3548 kB of archives. [2019-10-10T22:44:52.915Z] #61 49.58 After this operation, 21.2 MB of additional disk space will be used. [2019-10-10T22:44:52.915Z] #61 49.58 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-10T22:44:52.915Z] #61 49.62 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-10-10T22:44:52.915Z] #61 49.62 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-10-10T22:44:52.915Z] #61 49.69 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-10T22:44:52.915Z] #61 49.71 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-10T22:44:52.915Z] #61 49.74 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-10T22:44:52.915Z] #61 49.76 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-10T22:44:52.915Z] #61 49.77 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-10T22:44:52.915Z] #61 49.80 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-10-10T22:44:52.915Z] #61 49.92 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-10-10T22:44:52.915Z] #61 49.95 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-10-10T22:44:52.915Z] #61 50.14 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-10-10T22:44:52.915Z] #61 50.24 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-10T22:44:52.915Z] #61 50.24 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-10-10T22:44:52.915Z] #61 50.26 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-10T22:44:52.915Z] #61 50.32 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-10-10T22:44:52.915Z] #61 52.57 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:44:53.046Z] #61 150.3 CC criu/string.o [2019-10-10T22:44:53.046Z] #61 150.3 CC criu/sysctl.o [2019-10-10T22:44:53.116Z] --- PASS: TestCgroupNamespacesBuild (2.74s) [2019-10-10T22:44:53.116Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-10T22:44:53.116Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-10T22:44:53.204Z] #61 ... [2019-10-10T22:44:53.204Z] [2019-10-10T22:44:53.204Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-10T22:44:53.204Z] #14 DONE 0.4s [2019-10-10T22:44:53.204Z] [2019-10-10T22:44:53.204Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:44:53.204Z] #39 49.17 0 upgraded, 10 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:44:53.204Z] #39 49.17 Need to get 13.4 MB of archives. [2019-10-10T22:44:53.204Z] #39 49.17 After this operation, 60.4 MB of additional disk space will be used. [2019-10-10T22:44:53.204Z] #39 49.17 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-10-10T22:44:53.204Z] #39 49.50 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-10T22:44:53.204Z] #39 49.51 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-10-10T22:44:53.204Z] #39 51.03 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-10T22:44:53.204Z] #39 51.16 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-10-10T22:44:53.204Z] #39 51.21 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-10-10T22:44:53.204Z] #39 51.22 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-10-10T22:44:53.204Z] #39 51.22 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-10-10T22:44:53.204Z] #39 51.67 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-10T22:44:53.204Z] #39 51.69 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-10T22:44:53.495Z] #39 ... [2019-10-10T22:44:53.495Z] [2019-10-10T22:44:53.495Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-10T22:44:53.495Z] #15 DONE 0.4s [2019-10-10T22:44:53.617Z] #61 150.8 CC criu/sysfs_parse.o [2019-10-10T22:44:53.784Z] [2019-10-10T22:44:53.784Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:44:53.784Z] #61 52.97 Fetched 3548 kB in 0s (4153 kB/s) [2019-10-10T22:44:53.784Z] #61 53.20 Selecting previously unselected package libnet1:ppc64el. [2019-10-10T22:44:53.784Z] #61 53.20 (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-10T22:44:53.784Z] #61 53.31 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-10T22:44:53.784Z] #61 53.32 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-10T22:44:53.878Z] #61 151.1 CC criu/timerfd.o [2019-10-10T22:44:54.074Z] #61 53.53 Selecting previously unselected package libcap-dev:ppc64el. [2019-10-10T22:44:54.074Z] #61 53.56 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ...#61 ... [2019-10-10T22:44:54.074Z] [2019-10-10T22:44:54.074Z] #16 [dev 6/24] RUN ldconfig [2019-10-10T22:44:54.074Z] #16 DONE 0.5s [2019-10-10T22:44:54.074Z] [2019-10-10T22:44:54.074Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:44:54.074Z] #61 53.56 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-10-10T22:44:54.074Z] #61 53.56 Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-10-10T22:44:54.138Z] #61 151.4 CC criu/tty.o [2019-10-10T22:44:54.363Z] #61 53.82 Selecting previously unselected package libnet1-dev. [2019-10-10T22:44:54.363Z] #61 53.87 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-10T22:44:54.363Z] #61 53.88 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-10T22:44:54.992Z] #61 54.26 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-10T22:44:54.992Z] #61 54.27 Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-10T22:44:54.992Z] #61 54.27 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-10T22:44:54.992Z] #61 54.46 Selecting previously unselected package libnl-3-dev:ppc64el. [2019-10-10T22:44:54.992Z] #61 54.47 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-10-10T22:44:54.992Z] #61 54.48 Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-10T22:44:55.281Z] #61 54.88 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-10T22:44:55.281Z] #61 54.88 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-10T22:44:55.281Z] #61 54.90 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-10T22:44:55.606Z] #61 55.23 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-10-10T22:44:55.642Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.24s) [2019-10-10T22:44:55.642Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-10T22:44:55.642Z] === RUN TestBuildWithSession [2019-10-10T22:44:55.642Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-10T22:44:55.642Z] build_session_test.go:25: TODO: BuildKit [2019-10-10T22:44:55.642Z] === RUN TestBuildSquashParent [2019-10-10T22:44:55.894Z] #61 55.25 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-10-10T22:44:55.894Z] #61 55.26 Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-10T22:44:55.894Z] #61 55.41 Selecting previously unselected package zlib1g-dev:ppc64el. [2019-10-10T22:44:55.894Z] #61 55.42 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-10-10T22:44:55.894Z] #61 55.44 Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-10T22:44:56.053Z] #61 153.0 CC criu/tun.o [2019-10-10T22:44:56.315Z] #61 153.4 CC criu/uffd.o [2019-10-10T22:44:56.320Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-10-10T22:44:56.518Z] #61 55.92 Selecting previously unselected package libprotobuf10:ppc64el. [2019-10-10T22:44:56.518Z] #61 55.93 Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-10-10T22:44:56.518Z] #61 55.94 Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-10T22:44:57.259Z] #61 154.5 CC criu/util.o [2019-10-10T22:44:57.545Z] #61 57.01 Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-10-10T22:44:57.545Z] #61 57.01 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-10-10T22:44:57.545Z] #61 57.04 Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-10T22:44:57.833Z] #61 57.39 Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-10-10T22:44:57.833Z] #61 57.40 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-10-10T22:44:57.833Z] #61 57.45 Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-10T22:44:58.201Z] #61 155.6 CC criu/uts_ns.o [2019-10-10T22:44:58.462Z] #61 155.8 CC criu/vdso.o [2019-10-10T22:44:58.723Z] #61 156.2 LINK criu/built-in.o [2019-10-10T22:44:58.985Z] #61 156.3 LINK criu/criu [2019-10-10T22:44:59.554Z] #61 156.6 DEP lib/c/criu.d [2019-10-10T22:44:59.554Z] #61 156.7 CC images/rpc.pb-c.o [2019-10-10T22:44:59.813Z] #61 157.1 CC lib/c/criu.o [2019-10-10T22:44:59.911Z] #61 ... [2019-10-10T22:44:59.911Z] [2019-10-10T22:44:59.911Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:44:59.911Z] #24 4.953 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-10T22:44:59.911Z] #24 6.134 [2019-10-10T22:45:00.759Z] #61 158.0 LINK lib/c/built-in.o [2019-10-10T22:45:00.759Z] #61 158.0 LINK lib/c/libcriu.so [2019-10-10T22:45:01.019Z] #61 158.1 GEN magic.py [2019-10-10T22:45:01.019Z] #61 158.2 Note: Building without setproctitle() and strlcpy() support. [2019-10-10T22:45:01.019Z] #61 158.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-10T22:45:01.280Z] #61 158.5 fatal: Not a git repository (or any of the parent directories): .git [2019-10-10T22:45:01.371Z] #24 6.797 ### 4.8% ######## 11.2% ############## 19.7% ##################### 30.0% ####################### 32.9% ######################## 33.6% ########################### 38.4% ################################ 45.5% #################################### 50.4% ####################################### 54.7% ########################################## 58.9% ############################################# 63.2% ############################################### 65.3% ################################################### 71.7% ######################################################## 78.1% ############################################################## 86.6% #################################################################### 95.1% ######################################################################## 100.0% [2019-10-10T22:45:01.541Z] #61 158.9 make[1]: Nothing to be done for 'all'. [2019-10-10T22:45:01.664Z] #24 ... [2019-10-10T22:45:01.664Z] [2019-10-10T22:45:01.664Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:45:01.664Z] #54 DONE 60.9s [2019-10-10T22:45:01.664Z] [2019-10-10T22:45:01.664Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:45:01.664Z] #61 59.73 Selecting previously unselected package libprotoc10:ppc64el. [2019-10-10T22:45:01.664Z] #61 59.73 Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-10-10T22:45:01.664Z] #61 59.76 Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-10-10T22:45:01.664Z] #61 60.70 Selecting previously unselected package protobuf-c-compiler. [2019-10-10T22:45:01.664Z] #61 60.75 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-10-10T22:45:01.664Z] #61 60.76 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-10T22:45:01.664Z] #61 61.10 Selecting previously unselected package protobuf-compiler. [2019-10-10T22:45:01.664Z] #61 61.14 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-10-10T22:45:01.664Z] #61 61.15 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-10T22:45:01.800Z] #61 159.2 make[1]: 'images/built-in.o' is up to date. [2019-10-10T22:45:01.800Z] #61 159.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-10T22:45:01.800Z] #61 159.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-10T22:45:01.800Z] #61 159.2 make[1]: 'compel/libcompel.a' is up to date. [2019-10-10T22:45:01.800Z] #61 159.3 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-10T22:45:02.060Z] #61 159.3 make[1]: Nothing to be done for 'all'. [2019-10-10T22:45:02.060Z] #61 159.3 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-10T22:45:02.060Z] #61 159.4 make[2]: Nothing to be done for 'all'. [2019-10-10T22:45:02.060Z] #61 159.4 make[2]: Nothing to be done for 'all'. [2019-10-10T22:45:02.060Z] #61 159.4 make[2]: Nothing to be done for 'all'. [2019-10-10T22:45:02.060Z] #61 159.5 make[2]: Nothing to be done for 'all'. [2019-10-10T22:45:02.297Z] #61 61.65 Selecting previously unselected package python-pkg-resources. [2019-10-10T22:45:02.297Z] #61 61.67 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-10T22:45:02.297Z] #61 61.68 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-10T22:45:02.319Z] #61 159.5 make[2]: Nothing to be done for 'all'. [2019-10-10T22:45:02.319Z] #61 159.5 make[2]: Nothing to be done for 'all'. [2019-10-10T22:45:02.319Z] #61 159.6 make[2]: Nothing to be done for 'all'. [2019-10-10T22:45:02.319Z] #61 159.6 make[2]: Nothing to be done for 'all'. [2019-10-10T22:45:02.319Z] #61 159.6 INSTALL criu/criu [2019-10-10T22:45:02.943Z] #61 62.28 Selecting previously unselected package python-protobuf. [2019-10-10T22:45:02.943Z] #61 62.41 Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-10-10T22:45:02.943Z] #61 62.42 Unpacking python-protobuf (3.0.0-9) ... [2019-10-10T22:45:03.261Z] #61 DONE 160.3s [2019-10-10T22:45:03.261Z] [2019-10-10T22:45:03.261Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:45:03.967Z] #61 63.50 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-10T22:45:04.258Z] #61 63.68 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-10T22:45:04.258Z] #61 63.70 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-10T22:45:04.258Z] #61 ... [2019-10-10T22:45:04.258Z] [2019-10-10T22:45:04.258Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:45:04.258Z] #17 0.797 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-10T22:45:04.258Z] #17 0.810 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-10T22:45:04.258Z] #17 0.943 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-10T22:45:04.258Z] #17 0.973 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-10T22:45:04.258Z] #17 1.091 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-10T22:45:04.258Z] #17 2.998 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-10T22:45:04.258Z] #17 6.316 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-10T22:45:04.258Z] #17 9.062 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-10T22:45:04.258Z] #17 ... [2019-10-10T22:45:04.258Z] [2019-10-10T22:45:04.258Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:45:04.258Z] #24 10.71 [2019-10-10T22:45:04.548Z] #24 11.60 ####### 11.1% ################ 22.5% ############################ 39.8% ################################### 48.7% ########################################### 60.2% ####################################################### 77.3% [2019-10-10T22:45:04.548Z] #24 ... [2019-10-10T22:45:04.548Z] [2019-10-10T22:45:04.548Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:45:04.548Z] #39 54.14 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:45:04.548Z] #39 54.56 Fetched 13.4 MB in 2s (5028 kB/s) [2019-10-10T22:45:04.548Z] #39 54.76 Selecting previously unselected package cmake-data. [2019-10-10T22:45:04.548Z] #39 54.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-10T22:45:04.548Z] #39 54.98 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-10T22:45:04.548Z] #39 54.99 Unpacking cmake-data (3.7.2-1) ... [2019-10-10T22:45:04.548Z] #39 59.78 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-10T22:45:04.548Z] #39 59.79 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-10T22:45:04.548Z] #39 59.82 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-10T22:45:04.548Z] #39 60.11 Selecting previously unselected package libicu57:ppc64el. [2019-10-10T22:45:04.548Z] #39 60.13 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-10-10T22:45:04.548Z] #39 60.13 Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-10T22:45:04.837Z] #39 ... [2019-10-10T22:45:04.837Z] [2019-10-10T22:45:04.837Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:45:04.837Z] #24 11.60 ####### 11.1% ################ 22.5% ############################ 39.8% ################################### 48.7% ########################################### 60.2% ####################################################### 77.3% #################################################################### 94.5% ######################################################################## 100.0% [2019-10-10T22:45:05.605Z] --- PASS: TestBuildSquashParent (9.86s) [2019-10-10T22:45:05.605Z] build_squash_test.go:29: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent" [2019-10-10T22:45:05.605Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-10T22:45:05.605Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-10T22:45:05.605Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-10T22:45:05.605Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-10T22:45:05.605Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-10T22:45:05.605Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-10T22:45:05.605Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-10T22:45:05.605Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-10T22:45:05.605Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-10T22:45:05.605Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-10T22:45:05.605Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-10T22:45:05.605Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-10T22:45:05.605Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-10T22:45:05.605Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-10T22:45:05.605Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-10T22:45:05.864Z] #24 13.67 [2019-10-10T22:45:08.035Z] #24 14.23 #### 5.9% ####### 11.1% ########### 16.2% ############### 21.4% #################### 29.2% ########################## 36.9% ################################ 44.7% ##################################### 52.4% ############################################ 62.5% ################################################ 67.6% ######################################################## 77.9% ############################################################# 85.7% ################################################################### 93.5% ######################################################################## 100.0% [2019-10-10T22:45:08.884Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-10T22:45:08.885Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-10T22:45:09.540Z] #24 16.88 [2019-10-10T22:45:10.542Z] #51 197.3 + bin/containerd-stress [2019-10-10T22:45:10.717Z] #24 17.61 # 2.0% ## 3.8% ### 5.5% ##### 8.2% ######## 11.7% ########### 15.5% ############## 19.8% ################ 23.4% [2019-10-10T22:45:10.717Z] #24 ... [2019-10-10T22:45:10.717Z] [2019-10-10T22:45:10.717Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:45:10.717Z] #61 70.42 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-10T22:45:11.064Z] #61 70.43 Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-10T22:45:11.064Z] #61 70.43 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:45:11.064Z] #61 70.49 Setting up python-protobuf (3.0.0-9) ... [2019-10-10T22:45:11.064Z] #61 ... [2019-10-10T22:45:11.064Z] [2019-10-10T22:45:11.064Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:45:11.064Z] #31 60.44 + cd /tmp/tmp.m6SCMSjvxx/src/gotest.tools/gotestsum [2019-10-10T22:45:11.064Z] #31 60.44 + git checkout -q v0.3.5 [2019-10-10T22:45:11.064Z] #31 60.55 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-10T22:45:11.357Z] #31 ... [2019-10-10T22:45:11.357Z] [2019-10-10T22:45:11.357Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:45:11.384Z] #50 188.0 + bin/containerd-stress [2019-10-10T22:45:12.165Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-10T22:45:12.165Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-10T22:45:12.482Z] #51 199.1 + bin/containerd-shim [2019-10-10T22:45:13.120Z] #24 17.61 # 2.0% ## 3.8% ### 5.5% ##### 8.2% ######## 11.7% ########### 15.5% ############## 19.8% ################ 23.4% ################### 27.1% ##################### 29.9% ####################### 32.3% ######################## 34.1% ########################### 37.6% ############################# 40.3% ############################### 43.9% ################################## 47.5% ################################### 49.6% ##################################### 51.4% ###################################### 54.1% ######################################## 56.8% ########################################## 59.5% ############################################ 62.2% ############################################## 64.8% ################################################ 67.5% ################################################# 68.8% [2019-10-10T22:45:13.120Z] #24 ... [2019-10-10T22:45:13.120Z] [2019-10-10T22:45:13.120Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:45:13.120Z] #34 62.38 internal/reflectlite [2019-10-10T22:45:13.120Z] #34 62.38 sync [2019-10-10T22:45:13.120Z] #34 68.63 errors [2019-10-10T22:45:13.120Z] #34 68.63 sort [2019-10-10T22:45:13.120Z] #34 69.62 internal/oserror [2019-10-10T22:45:13.120Z] #34 69.62 io [2019-10-10T22:45:13.120Z] #34 69.64 strconv [2019-10-10T22:45:13.120Z] #34 70.50 syscall [2019-10-10T22:45:13.120Z] #34 ... [2019-10-10T22:45:13.120Z] [2019-10-10T22:45:13.120Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:45:13.920Z] #50 190.5 + bin/containerd-shim [2019-10-10T22:45:14.594Z] #24 17.61 # 2.0% ## 3.8% ### 5.5% ##### 8.2% ######## 11.7% ########### 15.5% ############## 19.8% ################ 23.4% ################### 27.1% ##################### 29.9% ####################### 32.3% ######################## 34.1% ########################### 37.6% ############################# 40.3% ############################### 43.9% ################################## 47.5% ################################### 49.6% ##################################### 51.4% ###################################### 54.1% ######################################## 56.8% ########################################## 59.5% ############################################ 62.2% ############################################## 64.8% ################################################ 67.5% ################################################# 68.8% ################################################### 71.5% ##################################################### 74.2% ####################################################### 76.9% ######################################################## 78.7% ########################################################## 81.3% ############################################################ 84.0% ############################################################# 84.9% ############################################################## 86.7% ################################################################ 89.4% ################################################################## 92.1% ################################################################## 93.0% ################################################################### 94.2% ##################################################################### 96.0% ####################################################################### 98.7% ######################################################################## 100.0% [2019-10-10T22:45:15.256Z] #24 22.74 [2019-10-10T22:45:15.448Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-10T22:45:15.448Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.52s) [2019-10-10T22:45:15.448Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.81s) [2019-10-10T22:45:15.448Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.34s) [2019-10-10T22:45:15.448Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.14s) [2019-10-10T22:45:15.448Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.30s) [2019-10-10T22:45:15.448Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.40s) [2019-10-10T22:45:15.448Z] === RUN TestBuildMultiStageCopy [2019-10-10T22:45:15.448Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-10T22:45:17.972Z] #24 ... [2019-10-10T22:45:17.972Z] [2019-10-10T22:45:17.972Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:45:17.972Z] #37 67.34 internal/singleflight [2019-10-10T22:45:17.972Z] #37 67.36 github.com/LK4D4/vndr/godl/singleflight [2019-10-10T22:45:17.972Z] #37 67.36 math/rand [2019-10-10T22:45:17.972Z] #37 67.38 internal/reflectlite [2019-10-10T22:45:17.972Z] #37 74.41 sort [2019-10-10T22:45:17.972Z] #37 74.52 io [2019-10-10T22:45:17.972Z] #37 74.54 strconv [2019-10-10T22:45:17.972Z] #37 74.73 syscall [2019-10-10T22:45:18.260Z] #37 ... [2019-10-10T22:45:18.260Z] [2019-10-10T22:45:18.260Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:45:18.261Z] #39 70.69 Selecting previously unselected package libxml2:ppc64el. [2019-10-10T22:45:18.261Z] #39 70.70 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-10-10T22:45:18.261Z] #39 70.70 Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-10T22:45:18.261Z] #39 71.68 Selecting previously unselected package libarchive13:ppc64el. [2019-10-10T22:45:18.261Z] #39 71.70 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-10-10T22:45:18.261Z] #39 71.71 Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-10T22:45:18.261Z] #39 72.02 Selecting previously unselected package libjsoncpp1:ppc64el. [2019-10-10T22:45:18.261Z] #39 72.04 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-10-10T22:45:18.261Z] #39 72.05 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-10T22:45:18.261Z] #39 72.39 Selecting previously unselected package libuv1:ppc64el. [2019-10-10T22:45:18.261Z] #39 72.42 Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-10-10T22:45:18.261Z] #39 72.43 Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-10-10T22:45:18.261Z] #39 72.81 Selecting previously unselected package cmake. [2019-10-10T22:45:18.261Z] #39 72.83 Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-10-10T22:45:18.261Z] #39 73.03 Unpacking cmake (3.7.2-1) ... [2019-10-10T22:45:18.261Z] #39 77.45 Selecting previously unselected package xxd. [2019-10-10T22:45:18.261Z] #39 77.47 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-10T22:45:18.261Z] #39 77.47 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:45:18.261Z] #39 77.71 Selecting previously unselected package vim-common. [2019-10-10T22:45:18.261Z] #39 77.72 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-10T22:45:18.261Z] #39 77.73 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:45:18.551Z] #39 78.16 Processing triggers for mime-support (3.60) ... [2019-10-10T22:45:18.551Z] #39 ... [2019-10-10T22:45:18.551Z] [2019-10-10T22:45:18.551Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:45:18.551Z] #24 26.17 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-10T22:45:18.770Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-10T22:45:19.023Z] #51 204.8 + bin/containerd-shim-runc-v1 [2019-10-10T22:45:19.219Z] #50 195.8 + bin/containerd-shim-runc-v1 [2019-10-10T22:45:19.334Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-10T22:45:19.898Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-10T22:45:20.107Z] #24 ... [2019-10-10T22:45:20.107Z] [2019-10-10T22:45:20.107Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-10T22:45:20.107Z] #39 78.38 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:45:20.107Z] #39 78.39 Setting up libuv1:ppc64el (1.9.1-3) ... [2019-10-10T22:45:20.107Z] #39 78.41 Setting up cmake-data (3.7.2-1) ... [2019-10-10T22:45:20.107Z] #39 78.42 Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-10T22:45:20.107Z] #39 78.44 Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-10T22:45:20.107Z] #39 78.44 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:45:20.107Z] #39 78.64 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:45:20.107Z] #39 78.68 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-10T22:45:20.107Z] #39 78.89 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-10T22:45:20.107Z] #39 78.89 Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-10T22:45:20.107Z] #39 78.90 Setting up cmake (3.7.2-1) ... [2019-10-10T22:45:20.107Z] #39 79.10 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:45:20.107Z] #39 DONE 79.4s [2019-10-10T22:45:20.107Z] [2019-10-10T22:45:20.107Z] #40 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T22:45:20.107Z] #40 DONE 0.1s [2019-10-10T22:45:20.107Z] [2019-10-10T22:45:20.107Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:45:20.107Z] #24 27.53 [2019-10-10T22:45:20.107Z] #24 ... [2019-10-10T22:45:20.107Z] [2019-10-10T22:45:20.107Z] #41 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-10T22:45:20.107Z] #41 DONE 0.1s [2019-10-10T22:45:20.107Z] [2019-10-10T22:45:20.107Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:45:20.397Z] #42 0.387 + RM_GOPATH=0 [2019-10-10T22:45:20.397Z] #42 0.388 + TMP_GOPATH= [2019-10-10T22:45:20.397Z] #42 0.388 + : /build [2019-10-10T22:45:20.397Z] #42 0.388 + '[' -z '' ']' [2019-10-10T22:45:20.397Z] #42 0.390 ++ mktemp -d [2019-10-10T22:45:20.397Z] #42 0.393 + export GOPATH=/tmp/tmp.8rIbbk2kow [2019-10-10T22:45:20.397Z] #42 0.402 + GOPATH=/tmp/tmp.8rIbbk2kow [2019-10-10T22:45:20.397Z] #42 0.403 + RM_GOPATH=1 [2019-10-10T22:45:20.397Z] #42 0.405 ++ dirname ./install.sh [2019-10-10T22:45:20.397Z] #42 0.408 + dir=. [2019-10-10T22:45:20.397Z] #42 0.414 + bin=tini [2019-10-10T22:45:20.397Z] #42 0.414 + shift [2019-10-10T22:45:20.397Z] #42 0.416 + '[' '!' -f ./tini.installer ']' [2019-10-10T22:45:20.397Z] #42 0.422 + . ./tini.installer [2019-10-10T22:45:20.397Z] #42 0.423 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-10T22:45:20.397Z] #42 0.424 + install_tini [2019-10-10T22:45:20.397Z] #42 0.425 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-10T22:45:20.397Z] #42 0.425 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-10T22:45:20.397Z] #42 0.426 + git clone https://github.com/krallin/tini.git /tmp/tmp.8rIbbk2kow/tini [2019-10-10T22:45:20.397Z] #42 0.430 Cloning into '/tmp/tmp.8rIbbk2kow/tini'... [2019-10-10T22:45:20.687Z] #42 ... [2019-10-10T22:45:20.687Z] [2019-10-10T22:45:20.687Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:45:20.687Z] #46 19.70 + cd /tmp/tmp.hE0GNdNIwe/src/github.com/opencontainers/runc [2019-10-10T22:45:20.687Z] #46 19.71 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-10T22:45:20.687Z] #46 20.63 + '[' -z '' ']' [2019-10-10T22:45:20.687Z] #46 20.63 + target=static [2019-10-10T22:45:20.687Z] #46 20.63 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-10T22:45:20.687Z] #46 25.42 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-10T22:45:20.687Z] #46 ... [2019-10-10T22:45:20.687Z] [2019-10-10T22:45:20.687Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:45:20.687Z] #24 28.23 ######################################################################## 100.0% [2019-10-10T22:45:20.828Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-10T22:45:20.976Z] #24 28.64 [2019-10-10T22:45:21.009Z] #51 207.8 + bin/containerd-shim-runc-v2 [2019-10-10T22:45:21.393Z] --- PASS: TestBuildMultiStageCopy (5.84s) [2019-10-10T22:45:21.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.23s) [2019-10-10T22:45:21.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s) [2019-10-10T22:45:21.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.64s) [2019-10-10T22:45:21.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.66s) [2019-10-10T22:45:21.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.72s) [2019-10-10T22:45:21.393Z] === RUN TestBuildMultiStageParentConfig [2019-10-10T22:45:21.758Z] #50 198.7 + bin/containerd-shim-runc-v2 [2019-10-10T22:45:22.320Z] #51 208.8 + binaries [2019-10-10T22:45:22.320Z] #51 208.8 + mkdir -p /build [2019-10-10T22:45:22.320Z] #51 208.8 + cp bin/containerd /build/containerd [2019-10-10T22:45:22.320Z] #51 208.9 + cp bin/containerd-shim /build/containerd-shim [2019-10-10T22:45:22.320Z] #51 208.9 + cp bin/ctr /build/ctr [2019-10-10T22:45:22.320Z] #51 DONE 209.0s [2019-10-10T22:45:22.695Z] #50 199.8 + binaries [2019-10-10T22:45:22.695Z] #50 199.8 + mkdir -p /build [2019-10-10T22:45:22.695Z] #50 199.8 + cp bin/containerd /build/containerd [2019-10-10T22:45:22.695Z] #50 199.9 + cp bin/containerd-shim /build/containerd-shim [2019-10-10T22:45:22.695Z] #50 199.9 + cp bin/ctr /build/ctr [2019-10-10T22:45:23.137Z] [2019-10-10T22:45:23.137Z] #52 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-10T22:45:23.137Z] #52 DONE 0.1s [2019-10-10T22:45:23.137Z] [2019-10-10T22:45:23.137Z] #55 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-10T22:45:23.137Z] #55 DONE 0.1s [2019-10-10T22:45:23.290Z] --- PASS: TestBuildMultiStageParentConfig (1.55s) [2019-10-10T22:45:23.290Z] === RUN TestBuildLabelWithTargets [2019-10-10T22:45:23.501Z] [2019-10-10T22:45:23.501Z] #58 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-10T22:45:23.501Z] #58 DONE 0.1s [2019-10-10T22:45:23.501Z] [2019-10-10T22:45:23.501Z] #60 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-10T22:45:23.501Z] #60 DONE 0.1s [2019-10-10T22:45:23.501Z] [2019-10-10T22:45:23.501Z] #63 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-10-10T22:45:23.501Z] #63 DONE 0.1s [2019-10-10T22:45:23.501Z] [2019-10-10T22:45:23.501Z] #67 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-10T22:45:23.635Z] #50 DONE 200.6s [2019-10-10T22:45:23.718Z] #24 ... [2019-10-10T22:45:23.718Z] [2019-10-10T22:45:23.718Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-10T22:45:23.718Z] #61 82.25 Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-10-10T22:45:23.718Z] #61 82.25 Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-10T22:45:23.718Z] #61 82.26 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-10T22:45:23.718Z] #61 82.28 Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-10T22:45:23.718Z] #61 82.29 Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-10-10T22:45:23.718Z] #61 82.31 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-10T22:45:23.718Z] #61 82.32 Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-10T22:45:23.718Z] #61 82.33 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-10T22:45:23.718Z] #61 82.34 Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-10T22:45:23.718Z] #61 82.37 Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-10T22:45:23.718Z] #61 82.37 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:45:23.718Z] #61 DONE 82.7s [2019-10-10T22:45:23.718Z] [2019-10-10T22:45:23.718Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:45:23.892Z] #67 DONE 0.1s [2019-10-10T22:45:23.892Z] [2019-10-10T22:45:23.892Z] #69 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-10T22:45:23.892Z] #69 DONE 0.1s [2019-10-10T22:45:23.892Z] [2019-10-10T22:45:23.892Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-10T22:45:23.892Z] #70 DONE 0.1s [2019-10-10T22:45:23.892Z] [2019-10-10T22:45:23.892Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-10T22:45:24.271Z] #71 DONE 0.5s [2019-10-10T22:45:24.635Z] [2019-10-10T22:45:24.635Z] #72 exporting to oci image format [2019-10-10T22:45:24.635Z] #72 exporting layers [2019-10-10T22:45:25.014Z] [2019-10-10T22:45:25.014Z] #51 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-10T22:45:25.581Z] #51 DONE 0.5s [2019-10-10T22:45:25.581Z] [2019-10-10T22:45:25.581Z] #54 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-10T22:45:25.581Z] #54 DONE 0.1s [2019-10-10T22:45:25.581Z] [2019-10-10T22:45:25.581Z] #57 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-10T22:45:25.787Z] #62 ... [2019-10-10T22:45:25.787Z] [2019-10-10T22:45:25.787Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:45:25.787Z] #19 75.08 + cd /tmp/tmp.f3ldNlw186/src/github.com/go-swagger/go-swagger [2019-10-10T22:45:25.787Z] #19 75.09 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-10T22:45:25.787Z] #19 78.04 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-10T22:45:25.787Z] #19 ... [2019-10-10T22:45:25.787Z] [2019-10-10T22:45:25.787Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:45:25.787Z] #42 2.340 + cd /tmp/tmp.8rIbbk2kow/tini [2019-10-10T22:45:25.787Z] #42 2.341 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-10T22:45:25.787Z] #42 2.369 + cmake . [2019-10-10T22:45:25.787Z] #42 3.556 -- The C compiler identification is GNU 6.3.0 [2019-10-10T22:45:25.787Z] #42 3.646 -- Check for working C compiler: /usr/bin/cc [2019-10-10T22:45:25.787Z] #42 4.596 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-10T22:45:25.787Z] #42 4.605 -- Detecting C compiler ABI info [2019-10-10T22:45:25.787Z] #42 5.518 -- Detecting C compiler ABI info - done [2019-10-10T22:45:25.787Z] #42 5.677 -- Detecting C compile features [2019-10-10T22:45:25.812Z] --- PASS: TestBuildLabelWithTargets (2.60s) [2019-10-10T22:45:25.812Z] === RUN TestBuildWithEmptyLayers [2019-10-10T22:45:26.149Z] #57 DONE 0.5s [2019-10-10T22:45:26.149Z] [2019-10-10T22:45:26.149Z] #59 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-10T22:45:26.149Z] #59 DONE 0.1s [2019-10-10T22:45:26.149Z] [2019-10-10T22:45:26.149Z] #62 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-10-10T22:45:26.149Z] #62 DONE 0.1s [2019-10-10T22:45:26.407Z] [2019-10-10T22:45:26.407Z] #66 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-10T22:45:26.407Z] #66 DONE 0.1s [2019-10-10T22:45:26.407Z] [2019-10-10T22:45:26.407Z] #68 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-10T22:45:26.667Z] #68 DONE 0.2s [2019-10-10T22:45:26.667Z] [2019-10-10T22:45:26.667Z] #69 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-10T22:45:26.667Z] #69 DONE 0.0s [2019-10-10T22:45:26.667Z] [2019-10-10T22:45:26.667Z] #70 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-10T22:45:26.746Z] --- PASS: TestBuildWithEmptyLayers (1.27s) [2019-10-10T22:45:26.746Z] === RUN TestBuildMultiStageOnBuild [2019-10-10T22:45:26.820Z] #42 ... [2019-10-10T22:45:26.820Z] [2019-10-10T22:45:26.820Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:45:26.820Z] #34 76.10 bytes [2019-10-10T22:45:26.820Z] #34 76.13 strings [2019-10-10T22:45:26.820Z] #34 ... [2019-10-10T22:45:26.820Z] [2019-10-10T22:45:26.820Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:45:26.820Z] #24 32.29 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-10T22:45:26.820Z] #24 33.54 [2019-10-10T22:45:26.820Z] #24 34.14 ##################################################################### 96.4% ######################################################################## 100.0% [2019-10-10T22:45:26.820Z] #24 34.55 [2019-10-10T22:45:28.572Z] #70 DONE 2.0s [2019-10-10T22:45:28.832Z] [2019-10-10T22:45:28.832Z] #71 exporting to image [2019-10-10T22:45:28.832Z] #71 exporting layers [2019-10-10T22:45:30.327Z] #24 ... [2019-10-10T22:45:30.327Z] [2019-10-10T22:45:30.327Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:45:30.327Z] #17 25.85 Fetched 7720 kB in 25s (307 kB/s) [2019-10-10T22:45:30.327Z] #17 25.85 Reading package lists... [2019-10-10T22:45:30.327Z] #17 35.74 Reading package lists... [2019-10-10T22:45:30.327Z] #17 ... [2019-10-10T22:45:30.327Z] [2019-10-10T22:45:30.327Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:45:30.327Z] #24 37.82 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-10T22:45:30.327Z] #24 37.97 skipping existing c8c2d4a6b2e3 [2019-10-10T22:45:30.616Z] #24 38.33 [2019-10-10T22:45:30.926Z] --- PASS: TestBuildMultiStageOnBuild (3.78s) [2019-10-10T22:45:30.926Z] === RUN TestBuildUncleanTarFilenames [2019-10-10T22:45:32.299Z] --- PASS: TestBuildUncleanTarFilenames (1.76s) [2019-10-10T22:45:32.299Z] === RUN TestBuildMultiStageLayerLeak [2019-10-10T22:45:32.681Z] #24 ... [2019-10-10T22:45:32.681Z] [2019-10-10T22:45:32.681Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:45:32.681Z] #37 81.97 vendor/golang.org/x/net/dns/dnsmessage [2019-10-10T22:45:32.681Z] #37 83.14 bytes [2019-10-10T22:45:32.681Z] #37 ... [2019-10-10T22:45:32.681Z] [2019-10-10T22:45:32.681Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:45:32.681Z] #62 2.715 Note: Building without setproctitle() and strlcpy() support. [2019-10-10T22:45:32.681Z] #62 2.715 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-10T22:45:32.681Z] #62 4.772 fatal: Not a git repository (or any of the parent directories): .git [2019-10-10T22:45:32.681Z] #62 4.863 GEN .gitid [2019-10-10T22:45:32.681Z] #62 4.875 GEN criu/include/version.h [2019-10-10T22:45:32.681Z] #62 4.969 GEN include/common/asm [2019-10-10T22:45:32.681Z] #62 7.965 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-10T22:45:32.681Z] #62 8.185 PBCC images/opts.pb-c.c [2019-10-10T22:45:32.681Z] #62 8.289 PBCC images/sit.pb-c.c [2019-10-10T22:45:32.681Z] #62 8.467 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-10T22:45:32.681Z] #62 8.668 DEP images/opts.pb-c.d [2019-10-10T22:45:32.681Z] #62 8.782 DEP images/sit.pb-c.d [2019-10-10T22:45:32.681Z] #62 8.907 PBCC images/macvlan.pb-c.c [2019-10-10T22:45:32.681Z] #62 8.948 DEP images/macvlan.pb-c.d [2019-10-10T22:45:32.681Z] #62 9.090 PBCC images/autofs.pb-c.c [2019-10-10T22:45:32.681Z] #62 9.138 DEP images/autofs.pb-c.d [2019-10-10T22:45:32.681Z] #62 9.228 PBCC images/sysctl.pb-c.c [2019-10-10T22:45:32.681Z] #62 9.258 DEP images/sysctl.pb-c.d [2019-10-10T22:45:32.681Z] #62 9.411 PBCC images/time.pb-c.c [2019-10-10T22:45:32.681Z] #62 9.428 DEP images/time.pb-c.d [2019-10-10T22:45:32.681Z] #62 9.553 PBCC images/binfmt-misc.pb-c.c [2019-10-10T22:45:32.681Z] #62 9.580 DEP images/binfmt-misc.pb-c.d [2019-10-10T22:45:32.970Z] #62 9.801 PBCC images/seccomp.pb-c.c [2019-10-10T22:45:32.970Z] #62 9.836 DEP images/seccomp.pb-c.d [2019-10-10T22:45:33.261Z] #62 9.951 PBCC images/userns.pb-c.c [2019-10-10T22:45:33.261Z] #62 10.04 DEP images/userns.pb-c.d [2019-10-10T22:45:33.261Z] #62 10.15 PBCC images/cgroup.pb-c.c [2019-10-10T22:45:33.261Z] #62 10.20 DEP images/cgroup.pb-c.d [2019-10-10T22:45:33.552Z] #62 10.28 PBCC images/fown.pb-c.c [2019-10-10T22:45:33.552Z] #62 10.33 PBCC images/ext-file.pb-c.c [2019-10-10T22:45:33.552Z] #62 10.41 DEP images/fown.pb-c.d [2019-10-10T22:45:33.842Z] #62 10.53 DEP images/ext-file.pb-c.d [2019-10-10T22:45:33.842Z] #62 10.61 PBCC images/rpc.pb-c.c [2019-10-10T22:45:33.842Z] #62 ... [2019-10-10T22:45:33.842Z] [2019-10-10T22:45:33.842Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:45:33.842Z] #24 41.45 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-10T22:45:34.111Z] #71 exporting layers 4.9s done [2019-10-10T22:45:34.111Z] #71 writing image sha256:04acf3e5f09e5f1af2d7beb779dba276726718b5e024f9cf89e5593e26d83188 done [2019-10-10T22:45:34.111Z] #71 naming to docker.io/library/docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 done [2019-10-10T22:45:34.111Z] #71 DONE 4.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-10T22:45:34.469Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40062/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 hack/test/unit [2019-10-10T22:45:34.872Z] #24 42.49 [2019-10-10T22:45:35.503Z] #24 42.92 ######################################################################## 100.0% [2019-10-10T22:45:35.503Z] #24 ... [2019-10-10T22:45:35.503Z] [2019-10-10T22:45:35.503Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:45:35.503Z] #42 8.992 -- Detecting C compile features - done [2019-10-10T22:45:35.503Z] #42 9.080 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-10T22:45:35.503Z] #42 9.482 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-10T22:45:35.503Z] #42 9.859 -- Configuring done [2019-10-10T22:45:35.503Z] #42 9.903 -- Generating done [2019-10-10T22:45:35.503Z] #42 9.920 -- Build files have been written to: /tmp/tmp.8rIbbk2kow/tini [2019-10-10T22:45:35.503Z] #42 9.926 + make tini-static [2019-10-10T22:45:35.503Z] #42 10.49 Scanning dependencies of target tini-static [2019-10-10T22:45:35.503Z] #42 10.62 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-10T22:45:35.503Z] #42 14.13 [100%] Linking C executable tini-static [2019-10-10T22:45:35.503Z] #42 15.17 [100%] Built target tini-static [2019-10-10T22:45:35.503Z] #42 15.26 + mkdir -p /build [2019-10-10T22:45:35.503Z] #42 15.28 + cp tini-static /build/docker-init [2019-10-10T22:45:35.503Z] #42 DONE 15.4s [2019-10-10T22:45:35.503Z] [2019-10-10T22:45:35.503Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T22:45:35.503Z] #24 43.28 [2019-10-10T22:45:35.793Z] #24 43.43 Download of images into '/build' complete. [2019-10-10T22:45:35.794Z] #24 43.43 Use something like the following to load the result into a Docker daemon: [2019-10-10T22:45:35.794Z] #24 43.44 tar -cC '/build' . | docker load [2019-10-10T22:45:35.794Z] #24 DONE 43.5s [2019-10-10T22:45:35.794Z] [2019-10-10T22:45:35.794Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:45:35.794Z] #62 10.78 DEP images/rpc.pb-c.d [2019-10-10T22:45:35.794Z] #62 10.96 PBCC images/siginfo.pb-c.c [2019-10-10T22:45:35.794Z] #62 11.04 DEP images/siginfo.pb-c.d [2019-10-10T22:45:35.794Z] #62 11.17 PBCC images/pagemap.pb-c.c [2019-10-10T22:45:35.794Z] #62 11.24 DEP images/pagemap.pb-c.d [2019-10-10T22:45:35.794Z] #62 11.31 PBCC images/rlimit.pb-c.c [2019-10-10T22:45:35.794Z] #62 11.35 DEP images/rlimit.pb-c.d [2019-10-10T22:45:35.794Z] #62 11.45 PBCC images/file-lock.pb-c.c [2019-10-10T22:45:35.794Z] #62 11.52 DEP images/file-lock.pb-c.d [2019-10-10T22:45:35.794Z] #62 11.65 PBCC images/tty.pb-c.c [2019-10-10T22:45:35.794Z] #62 11.81 DEP images/tty.pb-c.d [2019-10-10T22:45:35.794Z] #62 11.94 PBCC images/tun.pb-c.c [2019-10-10T22:45:35.794Z] #62 12.12 PBCC images/netdev.pb-c.c [2019-10-10T22:45:35.794Z] #62 12.24 DEP images/tun.pb-c.d [2019-10-10T22:45:35.794Z] #62 12.41 DEP images/netdev.pb-c.d [2019-10-10T22:45:35.794Z] #62 12.53 PBCC images/vma.pb-c.c [2019-10-10T22:45:35.794Z] #62 12.66 DEP images/vma.pb-c.d [2019-10-10T22:45:36.084Z] #62 12.79 PBCC images/creds.pb-c.c [2019-10-10T22:45:36.084Z] #62 12.87 DEP images/creds.pb-c.d [2019-10-10T22:45:36.374Z] #62 13.03 PBCC images/utsns.pb-c.c [2019-10-10T22:45:36.374Z] #62 13.18 DEP images/utsns.pb-c.d [2019-10-10T22:45:36.374Z] #62 13.29 PBCC images/ipc-desc.pb-c.c [2019-10-10T22:45:36.480Z] --- PASS: TestBuildMultiStageLayerLeak (3.83s) [2019-10-10T22:45:36.480Z] === RUN TestBuildWithHugeFile [2019-10-10T22:45:36.663Z] #62 13.38 PBCC images/ipc-sem.pb-c.c [2019-10-10T22:45:36.955Z] #62 13.62 DEP images/ipc-desc.pb-c.d [2019-10-10T22:45:36.955Z] #62 13.79 DEP images/ipc-sem.pb-c.d [2019-10-10T22:45:37.245Z] #62 13.95 PBCC images/ipc-msg.pb-c.c [2019-10-10T22:45:37.245Z] #62 14.04 DEP images/ipc-msg.pb-c.d [2019-10-10T22:45:37.536Z] #62 14.20 PBCC images/ipc-shm.pb-c.c [2019-10-10T22:45:37.536Z] #62 14.30 DEP images/ipc-shm.pb-c.d [2019-10-10T22:45:37.824Z] #62 14.46 PBCC images/ipc-var.pb-c.c [2019-10-10T22:45:37.824Z] #62 14.49 DEP images/ipc-var.pb-c.d [2019-10-10T22:45:37.824Z] #62 14.61 PBCC images/sk-opts.pb-c.c [2019-10-10T22:45:37.824Z] #62 14.66 PBCC images/packet-sock.pb-c.c [2019-10-10T22:45:38.125Z] #62 14.82 DEP images/sk-opts.pb-c.d [2019-10-10T22:45:38.125Z] #62 14.92 DEP images/packet-sock.pb-c.d [2019-10-10T22:45:38.414Z] #62 15.19 PBCC images/sk-netlink.pb-c.c [2019-10-10T22:45:38.414Z] #62 15.33 DEP images/sk-netlink.pb-c.d [2019-10-10T22:45:38.702Z] ? github.com/docker/docker/api [no test files] [2019-10-10T22:45:38.704Z] #62 15.46 PBCC images/sk-inet.pb-c.c [2019-10-10T22:45:38.704Z] #62 15.58 DEP images/sk-inet.pb-c.d [2019-10-10T22:45:38.704Z] #62 15.73 PBCC images/sk-unix.pb-c.c [2019-10-10T22:45:38.994Z] #62 15.86 DEP images/sk-unix.pb-c.d [2019-10-10T22:45:38.994Z] #62 15.99 PBCC images/mm.pb-c.c [2019-10-10T22:45:38.994Z] #62 ... [2019-10-10T22:45:38.994Z] [2019-10-10T22:45:38.994Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:45:38.994Z] #34 88.44 bufio [2019-10-10T22:45:38.994Z] #34 90.65 reflect [2019-10-10T22:45:38.994Z] #34 92.39 path [2019-10-10T22:45:38.994Z] #34 96.55 text/tabwriter [2019-10-10T22:45:39.282Z] #34 ... [2019-10-10T22:45:39.282Z] [2019-10-10T22:45:39.282Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:45:39.282Z] #62 16.09 DEP images/mm.pb-c.d [2019-10-10T22:45:39.577Z] #62 16.27 PBCC images/timerfd.pb-c.c [2019-10-10T22:45:39.577Z] #62 16.34 DEP images/timerfd.pb-c.d [2019-10-10T22:45:39.756Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-10T22:45:39.756Z] Using test binary docker [2019-10-10T22:45:39.756Z] +++ /etc/init.d/apparmor start [2019-10-10T22:45:39.756Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-10T22:45:39.756Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-10T22:45:39.756Z] Warning failed to create cache: (null) [2019-10-10T22:45:39.756Z] . [2019-10-10T22:45:39.756Z] INFO: Waiting for daemon to start... [2019-10-10T22:45:39.756Z] Starting dockerd [2019-10-10T22:45:39.756Z] +++ 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-10T22:45:39.865Z] #62 16.63 PBCC images/timer.pb-c.c [2019-10-10T22:45:39.865Z] #62 16.69 DEP images/timer.pb-c.d [2019-10-10T22:45:39.865Z] #62 16.75 PBCC images/sa.pb-c.c [2019-10-10T22:45:39.865Z] #62 16.85 DEP images/sa.pb-c.d [2019-10-10T22:45:40.152Z] #62 16.96 PBCC images/pipe-data.pb-c.c [2019-10-10T22:45:40.152Z] #62 16.99 DEP images/pipe-data.pb-c.d [2019-10-10T22:45:40.440Z] #62 17.18 PBCC images/mnt.pb-c.c [2019-10-10T22:45:40.440Z] #62 17.34 DEP images/mnt.pb-c.d [2019-10-10T22:45:40.728Z] #62 17.49 PBCC images/sk-packet.pb-c.c [2019-10-10T22:45:40.728Z] #62 17.52 DEP images/sk-packet.pb-c.d [2019-10-10T22:45:40.728Z] #62 17.62 PBCC images/tcp-stream.pb-c.c [2019-10-10T22:45:41.022Z] #62 17.71 DEP images/tcp-stream.pb-c.d [2019-10-10T22:45:41.022Z] #62 17.81 PBCC images/pipe.pb-c.c [2019-10-10T22:45:41.022Z] #62 17.87 DEP images/pipe.pb-c.d [2019-10-10T22:45:41.312Z] #62 17.96 PBCC images/pstree.pb-c.c [2019-10-10T22:45:41.312Z] #62 18.00 DEP images/pstree.pb-c.d [2019-10-10T22:45:41.312Z] #62 18.09 PBCC images/fs.pb-c.c [2019-10-10T22:45:41.312Z] #62 18.12 DEP images/fs.pb-c.d [2019-10-10T22:45:41.312Z] #62 18.20 PBCC images/signalfd.pb-c.c [2019-10-10T22:45:41.312Z] #62 18.26 DEP images/signalfd.pb-c.d [2019-10-10T22:45:41.599Z] #62 18.45 PBCC images/fh.pb-c.c [2019-10-10T22:45:41.599Z] #62 18.52 PBCC images/fsnotify.pb-c.c [2019-10-10T22:45:41.653Z] . [2019-10-10T22:45:41.653Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-10T22:45:41.653Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-10T22:45:41.653Z] Error: No such image: emptyfs [2019-10-10T22:45:41.653Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-10T22:45:41.653Z] ++++ docker load [2019-10-10T22:45:41.890Z] #62 18.61 DEP images/fh.pb-c.d [2019-10-10T22:45:41.890Z] #62 18.77 DEP images/fsnotify.pb-c.d [2019-10-10T22:45:42.178Z] #62 18.95 PBCC images/eventpoll.pb-c.c [2019-10-10T22:45:42.178Z] #62 19.03 DEP images/eventpoll.pb-c.d [2019-10-10T22:45:42.218Z] Running integration-test (iteration 1) [2019-10-10T22:45:42.218Z] 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-10T22:45:42.218Z] ++ 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-10T22:45:42.218Z] ++ set -e [2019-10-10T22:45:42.218Z] ++ '[' -n 0 ']' [2019-10-10T22:45:42.218Z] ++ set -x [2019-10-10T22:45:42.218Z] ++ 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-10T22:45:42.218Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-10T22:45:42.218Z] Using test binary docker [2019-10-10T22:45:42.218Z] +++ /etc/init.d/apparmor start [2019-10-10T22:45:42.218Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-10T22:45:42.218Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-10T22:45:42.218Z] Warning failed to create cache: (null) [2019-10-10T22:45:42.218Z] . [2019-10-10T22:45:42.218Z] Starting dockerd [2019-10-10T22:45:42.218Z] INFO: Waiting for daemon to start... [2019-10-10T22:45:42.218Z] +++ 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-10T22:45:42.468Z] #62 19.22 PBCC images/eventfd.pb-c.c [2019-10-10T22:45:42.468Z] #62 19.31 DEP images/eventfd.pb-c.d [2019-10-10T22:45:42.468Z] #62 19.44 PBCC images/remap-file-path.pb-c.c [2019-10-10T22:45:42.758Z] #62 19.52 DEP images/remap-file-path.pb-c.d [2019-10-10T22:45:42.758Z] #62 19.71 PBCC images/fifo.pb-c.c [2019-10-10T22:45:43.047Z] #62 19.73 DEP images/fifo.pb-c.d [2019-10-10T22:45:43.047Z] #62 19.83 PBCC images/ghost-file.pb-c.c [2019-10-10T22:45:43.047Z] #62 19.93 DEP images/ghost-file.pb-c.d [2019-10-10T22:45:43.337Z] #62 20.08 PBCC images/regfile.pb-c.c [2019-10-10T22:45:43.337Z] #62 20.24 DEP images/regfile.pb-c.d [2019-10-10T22:45:43.337Z] #62 20.34 PBCC images/ns.pb-c.c [2019-10-10T22:45:43.337Z] #62 20.36 DEP images/ns.pb-c.d [2019-10-10T22:45:43.626Z] #62 20.49 PBCC images/fdinfo.pb-c.c [2019-10-10T22:45:43.922Z] #62 20.65 DEP images/fdinfo.pb-c.d [2019-10-10T22:45:43.922Z] #62 20.87 PBCC images/core-aarch64.pb-c.c [2019-10-10T22:45:44.218Z] #62 21.05 PBCC images/core-arm.pb-c.c [2019-10-10T22:45:44.218Z] #62 21.17 PBCC images/core-ppc64.pb-c.c [2019-10-10T22:45:44.506Z] #62 21.29 PBCC images/core-s390.pb-c.c [2019-10-10T22:45:44.506Z] #62 21.34 PBCC images/core-x86.pb-c.c [2019-10-10T22:45:44.506Z] #62 21.40 PBCC images/core.pb-c.c [2019-10-10T22:45:44.506Z] #62 21.49 PBCC images/inventory.pb-c.c [2019-10-10T22:45:44.745Z] . [2019-10-10T22:45:44.745Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-10T22:45:44.745Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-10T22:45:44.745Z] Error: No such image: emptyfs [2019-10-10T22:45:44.745Z] ++++ docker load [2019-10-10T22:45:44.745Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-10T22:45:44.794Z] #62 21.58 DEP images/core-aarch64.pb-c.d [2019-10-10T22:45:44.794Z] #62 21.66 DEP images/core-arm.pb-c.d [2019-10-10T22:45:44.794Z] #62 21.78 DEP images/core-ppc64.pb-c.d [2019-10-10T22:45:45.002Z] Running integration-test (iteration 1) [2019-10-10T22:45:45.002Z] 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-10T22:45:45.002Z] ++ 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-10T22:45:45.002Z] ++ set -e [2019-10-10T22:45:45.002Z] ++ '[' -n 0 ']' [2019-10-10T22:45:45.002Z] ++ set -x [2019-10-10T22:45:45.002Z] ++ 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-10T22:45:45.083Z] #62 21.89 DEP images/core-s390.pb-c.d [2019-10-10T22:45:45.083Z] #62 21.97 DEP images/core-x86.pb-c.d [2019-10-10T22:45:45.371Z] #62 22.08 DEP images/core.pb-c.d [2019-10-10T22:45:45.371Z] #62 22.16 DEP images/inventory.pb-c.d [2019-10-10T22:45:45.371Z] #62 22.27 PBCC images/cpuinfo.pb-c.c [2019-10-10T22:45:45.660Z] #62 22.31 DEP images/cpuinfo.pb-c.d [2019-10-10T22:45:45.660Z] #62 22.43 PBCC images/stats.pb-c.c [2019-10-10T22:45:45.660Z] #62 22.47 DEP images/stats.pb-c.d [2019-10-10T22:45:46.288Z] #62 ... [2019-10-10T22:45:46.288Z] [2019-10-10T22:45:46.288Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:45:46.288Z] #37 95.73 bufio [2019-10-10T22:45:46.288Z] #37 98.94 reflect [2019-10-10T22:45:46.288Z] #37 105.3 regexp/syntax [2019-10-10T22:45:46.578Z] #37 ... [2019-10-10T22:45:46.578Z] [2019-10-10T22:45:46.578Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:45:46.578Z] #17 35.74 Reading package lists... [2019-10-10T22:45:46.578Z] #17 47.27 Building dependency tree... [2019-10-10T22:45:46.578Z] #17 49.15 The following additional packages will be installed: [2019-10-10T22:45:46.578Z] #17 49.16 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-10T22:45:46.578Z] #17 49.16 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-10T22:45:46.578Z] #17 49.16 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-10T22:45:46.578Z] #17 49.16 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-10T22:45:46.578Z] #17 49.16 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-10T22:45:46.578Z] #17 49.16 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-10T22:45:46.578Z] #17 49.16 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-10T22:45:46.578Z] #17 49.16 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-10T22:45:46.578Z] #17 49.17 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-10T22:45:46.578Z] #17 49.18 Suggested packages: [2019-10-10T22:45:46.578Z] #17 49.18 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-10T22:45:46.578Z] #17 49.18 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-10T22:45:46.578Z] #17 49.18 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-10T22:45:46.578Z] #17 49.18 vim-doc vim-scripts xfsdump acl attr quota [2019-10-10T22:45:46.578Z] #17 49.18 Recommended packages: [2019-10-10T22:45:46.578Z] #17 49.18 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-10T22:45:46.578Z] #17 49.18 python3-keyrings.alt python3-xdg unzip [2019-10-10T22:45:46.578Z] #17 ... [2019-10-10T22:45:46.578Z] [2019-10-10T22:45:46.578Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:45:46.578Z] #34 106.0 internal/syscall/unix [2019-10-10T22:45:46.578Z] #34 106.1 time [2019-10-10T22:45:51.017Z] 65014b3c3121: Pull complete [2019-10-10T22:45:51.025Z] ok github.com/docker/docker/api/server 0.022s coverage: 9.0% of statements [2019-10-10T22:45:52.143Z] #34 ... [2019-10-10T22:45:52.143Z] [2019-10-10T22:45:52.143Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:45:52.433Z] #51 61.41 Checking out files: 47% (1385/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: 79% (2333/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-10T22:45:52.433Z] #51 63.04 + cd /tmp/tmp.NgfNUk3RP8/src/github.com/containerd/containerd [2019-10-10T22:45:52.723Z] #51 63.04 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-10T22:45:53.413Z] #51 63.75 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-10T22:45:53.413Z] #51 63.75 + BUILDTAGS='netgo osusergo static_build' [2019-10-10T22:45:53.413Z] #51 63.75 + export EXTRA_FLAGS=-buildmode=pie [2019-10-10T22:45:53.413Z] #51 63.75 + EXTRA_FLAGS=-buildmode=pie [2019-10-10T22:45:53.413Z] #51 63.75 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-10T22:45:53.413Z] #51 63.75 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-10T22:45:53.413Z] #51 63.76 + '[' '' = dynamic ']' [2019-10-10T22:45:53.413Z] #51 63.76 + make [2019-10-10T22:45:54.447Z] #51 65.03 + bin/ctr [2019-10-10T22:45:58.896Z] #51 ... [2019-10-10T22:45:58.896Z] [2019-10-10T22:45:58.896Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:45:58.896Z] #62 25.21 make[1]: Nothing to be done for 'all'. [2019-10-10T22:45:58.896Z] #62 27.82 CC images/stats.o [2019-10-10T22:45:58.896Z] #62 28.52 CC images/core.o [2019-10-10T22:45:58.896Z] #62 30.12 CC images/core-x86.o [2019-10-10T22:45:58.896Z] #62 31.23 CC images/core-arm.o [2019-10-10T22:45:58.896Z] #62 32.16 CC images/core-aarch64.o [2019-10-10T22:45:58.896Z] #62 32.98 CC images/core-ppc64.o [2019-10-10T22:45:58.896Z] #62 34.34 CC images/core-s390.o [2019-10-10T22:45:58.896Z] #62 ... [2019-10-10T22:45:58.896Z] [2019-10-10T22:45:58.896Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:45:58.896Z] #17 56.40 The following NEW packages will be installed: [2019-10-10T22:45:58.896Z] #17 56.40 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-10T22:45:58.896Z] #17 56.40 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-10T22:45:58.896Z] #17 56.40 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-10T22:45:58.896Z] #17 56.40 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-10T22:45:58.896Z] #17 56.41 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-10T22:45:58.896Z] #17 56.41 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-10T22:45:58.896Z] #17 56.41 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-10T22:45:58.896Z] #17 56.41 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-10T22:45:58.896Z] #17 56.41 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-10T22:45:58.896Z] #17 56.41 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-10T22:45:58.896Z] #17 56.41 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-10T22:45:58.896Z] #17 56.41 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-10T22:45:58.896Z] #17 56.41 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-10T22:45:58.896Z] #17 56.41 xfsprogs xxd xz-utils zip [2019-10-10T22:45:58.896Z] #17 56.53 0 upgraded, 69 newly installed, 0 to remove and 12 not upgraded. [2019-10-10T22:45:58.896Z] #17 56.53 Need to get 87.3 MB of archives. [2019-10-10T22:45:58.896Z] #17 56.53 After this operation, 585 MB of additional disk space will be used. [2019-10-10T22:45:58.896Z] #17 56.53 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-10-10T22:45:58.896Z] #17 56.59 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-10T22:45:58.896Z] #17 56.63 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-10-10T22:45:58.896Z] #17 56.64 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-10-10T22:45:58.896Z] #17 56.73 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-10-10T22:45:58.896Z] #17 56.77 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-10T22:45:58.896Z] #17 56.88 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-10T22:45:58.896Z] #17 57.07 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-10-10T22:45:58.896Z] #17 57.08 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-10-10T22:45:58.896Z] #17 57.09 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-10T22:45:58.896Z] #17 57.38 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-10-10T22:45:58.896Z] #17 57.41 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-10-10T22:45:58.896Z] #17 57.41 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-10-10T22:45:58.896Z] #17 57.43 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-10-10T22:45:58.896Z] #17 57.43 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-10-10T22:45:58.896Z] #17 57.44 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-10-10T22:45:58.896Z] #17 57.46 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-10T22:45:58.896Z] #17 57.47 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-10-10T22:45:58.896Z] #17 57.49 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-10-10T22:45:58.896Z] #17 57.50 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-10-10T22:45:58.896Z] #17 57.51 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-10-10T22:45:58.896Z] #17 57.55 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-10T22:45:58.896Z] #17 57.56 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-10T22:45:58.896Z] #17 57.58 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-10-10T22:45:58.896Z] #17 57.59 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-10T22:45:58.896Z] #17 57.59 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-10T22:45:58.896Z] #17 57.61 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-10-10T22:45:58.896Z] #17 57.63 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-10T22:45:58.896Z] #17 57.64 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-10T22:45:58.896Z] #17 57.67 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-10T22:45:58.896Z] #17 57.67 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-10T22:45:58.896Z] #17 57.68 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-10-10T22:45:58.896Z] #17 57.69 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-10T22:45:58.896Z] #17 57.71 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-10T22:45:58.896Z] #17 57.72 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-10T22:45:58.896Z] #17 57.72 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-10-10T22:45:58.896Z] #17 57.72 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-10-10T22:45:58.896Z] #17 57.73 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-10T22:45:58.896Z] #17 57.73 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-10-10T22:45:58.896Z] #17 57.75 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-10-10T22:45:58.896Z] #17 57.76 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-10-10T22:45:58.896Z] #17 57.78 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-10-10T22:45:58.896Z] #17 57.91 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-10-10T22:45:58.896Z] #17 57.94 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-10T22:45:58.896Z] #17 57.97 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-10T22:45:58.896Z] #17 57.98 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-10T22:45:58.896Z] #17 57.98 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-10-10T22:45:58.896Z] #17 58.00 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-10-10T22:45:58.896Z] #17 58.28 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-10-10T22:45:58.896Z] #17 58.30 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-10T22:45:58.896Z] #17 58.53 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-10T22:45:58.896Z] #17 58.55 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-10T22:45:58.896Z] #17 58.58 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-10-10T22:45:58.896Z] #17 58.62 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-10T22:45:58.896Z] #17 58.63 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-10T22:45:58.896Z] #17 58.69 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-10T22:45:58.896Z] #17 59.49 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-10-10T22:45:58.896Z] #17 59.63 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-10-10T22:45:58.896Z] #17 59.73 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-10-10T22:45:58.896Z] #17 59.79 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-10T22:45:58.896Z] #17 59.80 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-10-10T22:45:58.896Z] #17 59.89 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-10T22:45:58.896Z] #17 60.17 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-10T22:45:58.896Z] #17 60.55 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-10T22:45:58.896Z] #17 60.57 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-10T22:45:58.896Z] #17 61.17 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-10T22:45:58.896Z] #17 61.44 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-10T22:45:58.896Z] #17 61.47 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-10T22:45:59.185Z] #17 64.90 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-10T22:45:59.186Z] #17 ... [2019-10-10T22:45:59.186Z] [2019-10-10T22:45:59.186Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:45:59.186Z] #62 35.92 CC images/cpuinfo.o [2019-10-10T22:45:59.811Z] #62 36.74 CC images/inventory.o [2019-10-10T22:46:00.438Z] #62 37.11 CC images/fdinfo.o [2019-10-10T22:46:01.065Z] #62 37.81 CC images/fown.o [2019-10-10T22:46:01.358Z] #62 38.19 CC images/ns.o [2019-10-10T22:46:02.022Z] #62 38.67 CC images/regfile.o [2019-10-10T22:46:02.310Z] #62 39.17 CC images/ghost-file.o [2019-10-10T22:46:02.598Z] #62 ... [2019-10-10T22:46:02.598Z] [2019-10-10T22:46:02.598Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:46:02.598Z] #37 111.7 hash/crc32 [2019-10-10T22:46:02.598Z] #37 114.4 time [2019-10-10T22:46:02.598Z] #37 115.6 vendor/golang.org/x/text/transform [2019-10-10T22:46:02.598Z] #37 ... [2019-10-10T22:46:02.598Z] [2019-10-10T22:46:02.598Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:46:02.598Z] #34 116.9 internal/poll [2019-10-10T22:46:02.598Z] #34 121.2 os [2019-10-10T22:46:02.598Z] #34 122.0 internal/fmtsort [2019-10-10T22:46:03.228Z] #34 ... [2019-10-10T22:46:03.228Z] [2019-10-10T22:46:03.228Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:46:03.228Z] #62 39.85 CC images/fifo.o [2019-10-10T22:46:03.228Z] #62 40.25 CC images/remap-file-path.o [2019-10-10T22:46:03.858Z] #62 40.64 CC images/eventfd.o [2019-10-10T22:46:04.147Z] #62 41.02 CC images/eventpoll.o [2019-10-10T22:46:04.777Z] #62 41.56 CC images/fh.o [2019-10-10T22:46:05.409Z] #62 42.15 CC images/fsnotify.o [2019-10-10T22:46:06.456Z] #62 43.27 CC images/signalfd.o [2019-10-10T22:46:06.746Z] #62 43.76 CC images/fs.o [2019-10-10T22:46:07.377Z] #62 44.11 CC images/pstree.o [2019-10-10T22:46:07.668Z] #62 44.52 CC images/pipe.o [2019-10-10T22:46:08.317Z] #62 44.96 CC images/tcp-stream.o [2019-10-10T22:46:08.609Z] #62 45.62 CC images/sk-packet.o [2019-10-10T22:46:09.239Z] #62 46.10 CC images/mnt.o [2019-10-10T22:46:09.868Z] #62 46.65 CC images/pipe-data.o [2019-10-10T22:46:10.161Z] #62 ... [2019-10-10T22:46:10.161Z] [2019-10-10T22:46:10.161Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:46:10.161Z] #17 69.08 debconf: delaying package configuration, since apt-utils is not installed [2019-10-10T22:46:10.161Z] #17 69.22 Fetched 87.3 MB in 11s (7783 kB/s) [2019-10-10T22:46:10.161Z] #17 69.35 Selecting previously unselected package bash-completion. [2019-10-10T22:46:10.161Z] #17 69.35 (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-10T22:46:10.161Z] #17 69.44 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-10T22:46:10.161Z] #17 75.34 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-10T22:46:10.161Z] #17 76.07 Selecting previously unselected package libnet1:ppc64el. [2019-10-10T22:46:10.452Z] #17 76.09 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-10T22:46:10.452Z] #17 76.09 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-10T22:46:10.452Z] #17 ... [2019-10-10T22:46:10.452Z] [2019-10-10T22:46:10.452Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:46:10.452Z] #62 47.14 CC images/sa.o [2019-10-10T22:46:10.470Z] ................................................ [ 29%] [2019-10-10T22:46:10.741Z] #62 47.66 CC images/timer.o [2019-10-10T22:46:12.064Z] #62 48.44 CC images/timerfd.o [2019-10-10T22:46:12.064Z] #62 48.96 CC images/mm.o [2019-10-10T22:46:12.701Z] #62 49.52 CC images/sk-opts.o [2019-10-10T22:46:13.333Z] #62 50.09 CC images/sk-unix.o [2019-10-10T22:46:13.964Z] #62 50.84 CC images/sk-inet.o [2019-10-10T22:46:14.995Z] #62 51.64 CC images/tun.o [2019-10-10T22:46:15.635Z] #62 52.37 CC images/sk-netlink.o [2019-10-10T22:46:15.925Z] #62 52.73 CC images/packet-sock.o [2019-10-10T22:46:15.925Z] #62 ... [2019-10-10T22:46:15.925Z] [2019-10-10T22:46:15.925Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:46:15.925Z] #34 125.3 fmt [2019-10-10T22:46:15.925Z] #34 125.3 path/filepath [2019-10-10T22:46:15.925Z] #34 128.2 io/ioutil [2019-10-10T22:46:15.925Z] #34 131.7 flag [2019-10-10T22:46:15.925Z] #34 131.7 github.com/BurntSushi/toml [2019-10-10T22:46:15.925Z] #34 131.7 log [2019-10-10T22:46:15.925Z] #34 ... [2019-10-10T22:46:15.925Z] [2019-10-10T22:46:15.925Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:46:15.925Z] #17 76.30 Selecting previously unselected package libnfnetlink0:ppc64el. [2019-10-10T22:46:15.925Z] #17 76.31 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-10-10T22:46:15.925Z] #17 76.31 Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-10T22:46:15.925Z] #17 76.44 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-10-10T22:46:15.925Z] #17 76.46 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-10-10T22:46:15.925Z] #17 76.47 Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-10T22:46:15.925Z] #17 76.65 Selecting previously unselected package libudev-dev:ppc64el. [2019-10-10T22:46:15.925Z] #17 76.66 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-10T22:46:15.925Z] #17 76.73 Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-10T22:46:15.925Z] #17 76.95 Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-10-10T22:46:15.925Z] #17 76.96 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-10T22:46:15.925Z] #17 76.96 Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-10T22:46:15.925Z] #17 77.70 Selecting previously unselected package python3.5-minimal. [2019-10-10T22:46:15.925Z] #17 77.70 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-10T22:46:15.925Z] #17 77.73 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-10T22:46:15.925Z] #17 79.49 Selecting previously unselected package python3-minimal. [2019-10-10T22:46:15.925Z] #17 79.50 Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-10-10T22:46:15.925Z] #17 79.50 Unpacking python3-minimal (3.5.3-1) ... [2019-10-10T22:46:15.925Z] #17 79.67 Selecting previously unselected package libmpdec2:ppc64el. [2019-10-10T22:46:15.925Z] #17 79.70 Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-10-10T22:46:15.925Z] #17 79.70 Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-10-10T22:46:15.925Z] #17 79.95 Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-10-10T22:46:15.925Z] #17 79.96 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-10T22:46:15.925Z] #17 79.98 Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-10T22:46:16.954Z] #17 83.02 Selecting previously unselected package python3.5. [2019-10-10T22:46:17.057Z] Loaded image: buildpack-deps:jessie [2019-10-10T22:46:17.057Z] Loaded image: busybox:latest [2019-10-10T22:46:17.057Z] Loaded image: busybox:glibc [2019-10-10T22:46:17.057Z] Loaded image: debian:jessie [2019-10-10T22:46:17.057Z] Loaded image: hello-world:latest [2019-10-10T22:46:17.057Z] INFO: Testing against a local daemon [2019-10-10T22:46:17.057Z] === RUN TestDockerSuite [2019-10-10T22:46:17.057Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-10T22:46:17.057Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-10T22:46:17.057Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-10T22:46:17.057Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-10T22:46:17.057Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-10T22:46:17.057Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-10T22:46:17.057Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-10T22:46:17.057Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-10T22:46:17.057Z] Loaded image: buildpack-deps:jessie [2019-10-10T22:46:17.057Z] Loaded image: busybox:latest [2019-10-10T22:46:17.057Z] Loaded image: busybox:glibc [2019-10-10T22:46:17.057Z] Loaded image: debian:jessie [2019-10-10T22:46:17.057Z] Loaded image: hello-world:latest [2019-10-10T22:46:17.057Z] INFO: Testing against a local daemon [2019-10-10T22:46:17.057Z] === RUN TestDockerDaemonSuite [2019-10-10T22:46:17.057Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-10-10T22:46:17.244Z] #17 83.04 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-10T22:46:17.244Z] #17 83.07 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-10T22:46:17.244Z] #17 ... [2019-10-10T22:46:17.244Z] [2019-10-10T22:46:17.245Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:46:17.245Z] #37 126.5 regexp [2019-10-10T22:46:17.245Z] #37 132.7 os/exec [2019-10-10T22:46:17.245Z] #37 132.8 net [2019-10-10T22:46:17.245Z] #37 ... [2019-10-10T22:46:17.245Z] [2019-10-10T22:46:17.245Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:46:17.245Z] #17 83.32 Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-10-10T22:46:17.550Z] #17 83.34 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-10-10T22:46:17.550Z] #17 83.35 Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-10T22:46:17.840Z] #17 83.55 Selecting previously unselected package dh-python. [2019-10-10T22:46:17.840Z] #17 83.56 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-10T22:46:17.840Z] #17 83.57 Unpacking dh-python (2.20170125) ... [2019-10-10T22:46:17.987Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-10T22:46:17.988Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-10T22:46:18.130Z] #17 84.01 Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-10T22:46:18.130Z] #17 84.02 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-10T22:46:18.551Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-10T22:46:18.551Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-10T22:46:19.483Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-10T22:46:19.483Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-10T22:46:19.483Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-10T22:46:22.007Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-10T22:46:22.571Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-10T22:46:22.571Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-10T22:46:22.571Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-10T22:46:22.571Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-10-10T22:46:23.503Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-10T22:46:23.782Z] #72 exporting layers 54.1s done [2019-10-10T22:46:23.782Z] #72 exporting manifest sha256:21aec2f078c15d9d3bdb6ce99e4d7d24e4e7435fee781dae7212e95bea6b4308 0.0s done [2019-10-10T22:46:23.782Z] #72 exporting config sha256:94511b00d0183ddc7bab83aa9215c521a7b4a7b6a0722500e4879eac0bb82949 done [2019-10-10T22:46:23.782Z] #72 sending tarball [2019-10-10T22:46:24.874Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-10T22:46:24.874Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-10T22:46:24.874Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-10T22:46:24.874Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-10T22:46:24.874Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-10T22:46:25.003Z] #17 ... [2019-10-10T22:46:25.003Z] [2019-10-10T22:46:25.003Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:46:25.003Z] #37 143.4 go/token [2019-10-10T22:46:25.003Z] #37 143.4 net/url [2019-10-10T22:46:25.003Z] #37 143.4 text/template/parse [2019-10-10T22:46:25.440Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-10-10T22:46:26.048Z] #37 ... [2019-10-10T22:46:26.048Z] [2019-10-10T22:46:26.048Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-10T22:46:26.048Z] #34 138.8 github.com/BurntSushi/toml/cmd/tomlv [2019-10-10T22:46:26.048Z] #34 DONE 145.3s [2019-10-10T22:46:26.048Z] [2019-10-10T22:46:26.048Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:46:26.048Z] #62 53.77 CC images/ipc-var.o [2019-10-10T22:46:26.048Z] #62 54.17 CC images/ipc-desc.o [2019-10-10T22:46:26.048Z] #62 54.59 CC images/ipc-shm.o [2019-10-10T22:46:26.048Z] #62 55.00 CC images/ipc-msg.o [2019-10-10T22:46:26.048Z] #62 55.53 CC images/ipc-sem.o [2019-10-10T22:46:26.048Z] #62 56.10 CC images/utsns.o [2019-10-10T22:46:26.048Z] #62 56.58 CC images/creds.o [2019-10-10T22:46:26.048Z] #62 57.08 CC images/vma.o [2019-10-10T22:46:26.048Z] #62 57.49 CC images/netdev.o [2019-10-10T22:46:26.048Z] #62 58.44 CC images/tty.o [2019-10-10T22:46:26.048Z] #62 59.72 CC images/file-lock.o [2019-10-10T22:46:26.048Z] #62 60.22 CC images/rlimit.o [2019-10-10T22:46:26.048Z] #62 60.70 CC images/pagemap.o [2019-10-10T22:46:26.048Z] #62 61.32 CC images/siginfo.o [2019-10-10T22:46:26.048Z] #62 61.84 CC images/rpc.o [2019-10-10T22:46:26.676Z] #62 ... [2019-10-10T22:46:26.676Z] [2019-10-10T22:46:26.676Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:46:26.676Z] #17 90.30 Setting up python3-minimal (3.5.3-1) ... [2019-10-10T22:46:26.676Z] #17 92.44 Selecting previously unselected package python3. [2019-10-10T22:46:26.676Z] #17 92.44 (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-10T22:46:26.676Z] #17 92.51 Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-10-10T22:46:26.676Z] #17 92.53 Unpacking python3 (3.5.3-1) ... [2019-10-10T22:46:26.968Z] #17 92.73 Selecting previously unselected package pigz. [2019-10-10T22:46:26.968Z] #17 92.77 Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-10-10T22:46:26.968Z] #17 92.78 Unpacking pigz (2.3.4-1) ... [2019-10-10T22:46:27.259Z] #17 92.93 Selecting previously unselected package libip4tc0:ppc64el. [2019-10-10T22:46:27.259Z] #17 92.93 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-10T22:46:27.259Z] #17 92.94 Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-10T22:46:27.259Z] #17 93.10 Selecting previously unselected package libip6tc0:ppc64el. [2019-10-10T22:46:27.259Z] #17 93.12 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-10T22:46:27.259Z] #17 93.13 Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-10T22:46:27.365Z] #72 sending tarball 8.2s done [2019-10-10T22:46:27.366Z] #72 DONE 62.4s [2019-10-10T22:46:27.366Z] [2019-10-10T22:46:27.366Z] #73 importing to docker [2019-10-10T22:46:27.553Z] #17 93.32 Selecting previously unselected package libiptc0:ppc64el. [2019-10-10T22:46:27.553Z] #17 93.34 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-10T22:46:27.553Z] #17 93.35 Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-10T22:46:27.553Z] #17 93.61 Selecting previously unselected package libxtables12:ppc64el. [2019-10-10T22:46:27.843Z] #17 93.62 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-10T22:46:27.843Z] #17 93.62 Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-10T22:46:27.843Z] #17 93.76 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-10-10T22:46:27.843Z] #17 93.77 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-10-10T22:46:27.843Z] #17 93.78 Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-10T22:46:27.843Z] #17 93.90 Selecting previously unselected package iptables. [2019-10-10T22:46:28.134Z] #17 93.92 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-10T22:46:28.134Z] #17 93.92 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-10T22:46:28.764Z] #17 94.68 Selecting previously unselected package xxd. [2019-10-10T22:46:28.764Z] #17 94.69 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-10T22:46:28.764Z] #17 94.69 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:46:29.054Z] #17 94.90 Selecting previously unselected package vim-common. [2019-10-10T22:46:29.054Z] #17 94.91 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-10T22:46:29.054Z] #17 94.94 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:46:29.344Z] #17 95.24 Selecting previously unselected package bzip2. [2019-10-10T22:46:29.344Z] #17 95.25 Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-10-10T22:46:29.344Z] #17 95.26 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-10T22:46:29.640Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-10-10T22:46:29.640Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-10T22:46:29.657Z] #17 95.38 Selecting previously unselected package libgpm2:ppc64el. [2019-10-10T22:46:29.657Z] #17 95.39 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-10-10T22:46:29.657Z] #17 95.40 Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-10T22:46:29.657Z] #17 95.51 Selecting previously unselected package xz-utils. [2019-10-10T22:46:29.657Z] #17 95.52 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-10-10T22:46:29.657Z] #17 95.53 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-10T22:46:29.947Z] #17 95.83 Selecting previously unselected package aufs-tools. [2019-10-10T22:46:29.947Z] #17 95.83 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-10-10T22:46:29.947Z] #17 95.85 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-10T22:46:30.239Z] #17 96.15 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-10T22:46:30.529Z] #17 96.22 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-10T22:46:30.529Z] #17 96.23 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-10T22:46:30.529Z] #17 96.43 Selecting previously unselected package btrfs-progs. [2019-10-10T22:46:30.529Z] #17 96.43 Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-10T22:46:30.529Z] #17 96.45 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-10T22:46:31.562Z] #17 97.25 Selecting previously unselected package btrfs-tools. [2019-10-10T22:46:31.562Z] #17 97.27 Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-10T22:46:31.562Z] #17 97.28 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-10T22:46:31.562Z] #17 97.43 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-10-10T22:46:31.562Z] #17 97.46 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-10T22:46:31.562Z] #17 97.46 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-10T22:46:31.869Z] #17 97.68 Selecting previously unselected package dmsetup. [2019-10-10T22:46:31.869Z] #17 97.72 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-10-10T22:46:31.869Z] #17 97.72 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-10T22:46:32.159Z] #17 97.95 Selecting previously unselected package libonig4:ppc64el. [2019-10-10T22:46:32.159Z] #17 97.96 Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-10-10T22:46:32.159Z] #17 97.96 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-10T22:46:32.447Z] #17 98.17 Selecting previously unselected package libjq1:ppc64el. [2019-10-10T22:46:32.447Z] #17 98.17 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-10T22:46:32.447Z] #17 98.18 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-10T22:46:32.735Z] #17 98.43 Selecting previously unselected package jq. [2019-10-10T22:46:32.735Z] #17 98.45 Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-10T22:46:32.735Z] #17 98.46 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-10T22:46:32.735Z] #17 98.59 Selecting previously unselected package libaio1:ppc64el. [2019-10-10T22:46:32.735Z] #17 98.59 Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-10-10T22:46:32.735Z] #17 98.60 Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-10-10T22:46:32.735Z] #17 98.70 Selecting previously unselected package libcap2-bin. [2019-10-10T22:46:32.918Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-10-10T22:46:33.031Z] #17 98.70 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-10-10T22:46:33.031Z] #17 98.72 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-10T22:46:33.031Z] #17 98.85 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-10-10T22:46:33.031Z] #17 98.86 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-10T22:46:33.031Z] #17 98.86 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-10T22:46:33.176Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-10T22:46:33.320Z] #17 99.01 Selecting previously unselected package libsepol1-dev:ppc64el. [2019-10-10T22:46:33.320Z] #17 99.02 Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-10-10T22:46:33.320Z] #17 99.04 Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-10-10T22:46:33.456Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-10-10T22:46:33.611Z] #17 99.46 Selecting previously unselected package libpcre16-3:ppc64el. [2019-10-10T22:46:33.611Z] #17 99.47 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-10-10T22:46:33.611Z] #17 99.49 Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-10T22:46:33.901Z] #17 99.79 Selecting previously unselected package libpcre32-3:ppc64el. [2019-10-10T22:46:33.901Z] #17 99.80 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-10-10T22:46:33.901Z] #17 99.81 Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-10T22:46:34.190Z] #17 100.1 Selecting previously unselected package libpcre3-dev:ppc64el. [2019-10-10T22:46:34.190Z] #17 100.1 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-10-10T22:46:34.190Z] #17 100.1 Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-10T22:46:34.822Z] #17 100.7 Selecting previously unselected package libselinux1-dev:ppc64el. [2019-10-10T22:46:34.822Z] #17 100.7 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-10-10T22:46:34.822Z] #17 100.7 Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-10T22:46:35.454Z] #17 101.1 Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-10-10T22:46:35.454Z] #17 101.1 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-10-10T22:46:35.454Z] #17 101.1 Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-10T22:46:35.454Z] #17 101.3 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-10T22:46:35.454Z] #17 101.3 Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-10T22:46:35.454Z] #17 101.3 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-10T22:46:35.454Z] #17 101.5 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-10T22:46:35.700Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-10-10T22:46:35.744Z] #17 101.5 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-10T22:46:35.744Z] #17 101.5 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-10T22:46:35.744Z] #17 101.7 Selecting previously unselected package libreadline5:ppc64el. [2019-10-10T22:46:35.744Z] #17 101.7 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-10-10T22:46:35.744Z] #17 101.7 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-10T22:46:36.035Z] #17 101.9 Selecting previously unselected package libsystemd-dev:ppc64el. [2019-10-10T22:46:36.036Z] #17 102.0 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-10T22:46:36.036Z] #17 102.0 Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-10T22:46:37.071Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-10T22:46:37.634Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-10-10T22:46:37.726Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 14.7% of statements [2019-10-10T22:46:37.726Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-10T22:46:37.726Z] ok github.com/docker/docker/api/server/middleware 0.029s coverage: 37.7% of statements [2019-10-10T22:46:37.726Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-10T22:46:37.726Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-10T22:46:37.726Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-10T22:46:38.093Z] #17 ... [2019-10-10T22:46:38.093Z] [2019-10-10T22:46:38.093Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:46:38.093Z] #37 147.3 go/scanner [2019-10-10T22:46:38.093Z] #37 151.3 encoding/binary [2019-10-10T22:46:38.093Z] #37 152.7 go/ast [2019-10-10T22:46:38.093Z] #37 ... [2019-10-10T22:46:38.093Z] [2019-10-10T22:46:38.093Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:46:38.093Z] #62 66.25 CC images/ext-file.o [2019-10-10T22:46:38.093Z] #62 66.71 CC images/cgroup.o [2019-10-10T22:46:38.093Z] #62 67.99 CC images/userns.o [2019-10-10T22:46:38.093Z] #62 68.58 CC images/google/protobuf/descriptor.o [2019-10-10T22:46:38.093Z] #62 71.54 CC images/opts.o [2019-10-10T22:46:38.093Z] #62 72.00 CC images/seccomp.o [2019-10-10T22:46:38.093Z] #62 72.66 CC images/binfmt-misc.o [2019-10-10T22:46:38.093Z] #62 73.11 CC images/time.o [2019-10-10T22:46:38.093Z] #62 73.51 CC images/sysctl.o [2019-10-10T22:46:38.093Z] #62 73.92 CC images/autofs.o [2019-10-10T22:46:38.093Z] #62 74.30 CC images/macvlan.o [2019-10-10T22:46:38.093Z] #62 74.65 CC images/sit.o [2019-10-10T22:46:38.093Z] #62 75.02 LINK images/built-in.o [2019-10-10T22:46:38.296Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-10T22:46:38.296Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-10T22:46:38.296Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-10T22:46:38.296Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-10T22:46:38.296Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-10T22:46:38.296Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-10T22:46:38.384Z] #62 75.30 GEN compel/include/asm [2019-10-10T22:46:38.384Z] #62 75.32 GEN compel/include/version.h [2019-10-10T22:46:38.384Z] #62 75.37 touch .config [2019-10-10T22:46:38.708Z] #62 75.39 GEN include/common/config.h [2019-10-10T22:46:38.708Z] #62 ... [2019-10-10T22:46:38.708Z] [2019-10-10T22:46:38.708Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:46:38.708Z] #17 104.6 Selecting previously unselected package net-tools. [2019-10-10T22:46:38.709Z] #17 104.6 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-10-10T22:46:38.709Z] #17 104.7 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-10T22:46:39.238Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-10T22:46:39.238Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-10T22:46:39.347Z] #17 105.2 Selecting previously unselected package python-pip-whl. [2019-10-10T22:46:39.348Z] #17 105.2 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-10T22:46:39.348Z] #17 105.2 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-10T22:46:39.530Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-10T22:46:39.810Z] ok github.com/docker/docker/api/types/filters 0.022s coverage: 95.2% of statements [2019-10-10T22:46:39.810Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2019-10-10T22:46:39.810Z] ok github.com/docker/docker/api/server/router/swarm 0.014s coverage: 4.0% of statements [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/types [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-10T22:46:39.810Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-10T22:46:39.810Z] ok github.com/docker/docker/api/types/time 0.023s coverage: 100.0% of statements [2019-10-10T22:46:39.977Z] #17 105.9 Selecting previously unselected package python3-pip. [2019-10-10T22:46:39.977Z] #17 105.9 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-10T22:46:39.977Z] #17 105.9 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-10T22:46:40.070Z] ok github.com/docker/docker/api/types/versions 0.028s coverage: 75.0% of statements [2019-10-10T22:46:40.070Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-10T22:46:40.070Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-10T22:46:40.070Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-10T22:46:40.070Z] ? github.com/docker/docker/builder [no test files] [2019-10-10T22:46:40.070Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-10T22:46:40.070Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-10T22:46:40.070Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-10T22:46:40.070Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-10T22:46:40.070Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-10T22:46:40.070Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-10T22:46:40.070Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-10T22:46:40.266Z] #17 106.1 Selecting previously unselected package python3-pkg-resources. [2019-10-10T22:46:40.266Z] #17 106.2 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-10T22:46:40.266Z] #17 106.2 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-10T22:46:40.330Z] ok github.com/docker/docker/builder/dockerignore 0.021s coverage: 96.8% of statements [2019-10-10T22:46:40.557Z] #17 106.4 Selecting previously unselected package python3-setuptools. [2019-10-10T22:46:40.557Z] #17 106.4 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-10T22:46:40.557Z] #17 106.4 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-10T22:46:40.846Z] #17 106.7 Selecting previously unselected package python3-wheel. [2019-10-10T22:46:40.846Z] #17 106.7 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-10T22:46:40.846Z] #17 106.7 Unpacking python3-wheel (0.29.0-2) ... [2019-10-10T22:46:41.137Z] #17 106.9 Selecting previously unselected package thin-provisioning-tools. [2019-10-10T22:46:41.137Z] #17 106.9 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-10-10T22:46:41.137Z] #17 106.9 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-10T22:46:41.412Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-10-10T22:46:41.425Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-10T22:46:41.425Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-10-10T22:46:41.768Z] #17 107.4 Selecting previously unselected package vim-runtime. [2019-10-10T22:46:41.768Z] #17 107.4 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-10T22:46:41.768Z] #17 107.5 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-10T22:46:41.768Z] #17 107.6 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-10T22:46:41.768Z] #17 107.6 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:46:42.795Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-10T22:46:42.879Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2019-10-10T22:46:43.878Z] #73 DONE 16.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-10T22:46:44.167Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-10T22:46:44.424Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-10-10T22:46:44.718Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40062/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 hack/test/unit [2019-10-10T22:46:44.799Z] ok github.com/docker/docker/builder/remotecontext 0.385s coverage: 13.6% of statements [2019-10-10T22:46:44.799Z] ok github.com/docker/docker/builder/remotecontext/git 2.896s coverage: 85.1% of statements [2019-10-10T22:46:44.989Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-10-10T22:46:46.182Z] ok github.com/docker/docker/builder/dockerfile 1.314s coverage: 48.2% of statements [2019-10-10T22:46:46.183Z] ? github.com/docker/docker/cli [no test files] [2019-10-10T22:46:46.183Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-10T22:46:46.550Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-10-10T22:46:47.216Z] ? github.com/docker/docker/api [no test files] [2019-10-10T22:46:47.517Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-10-10T22:46:48.646Z] #17 113.4 Selecting previously unselected package vim. [2019-10-10T22:46:48.646Z] #17 113.5 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-10T22:46:48.646Z] #17 113.5 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:46:48.646Z] #17 114.2 Selecting previously unselected package xfsprogs. [2019-10-10T22:46:48.646Z] #17 114.2 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-10-10T22:46:48.646Z] #17 114.2 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-10T22:46:48.937Z] #17 ... [2019-10-10T22:46:48.937Z] [2019-10-10T22:46:48.937Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:46:48.937Z] #62 75.73 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-10T22:46:48.937Z] #62 75.80 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-10T22:46:48.937Z] #62 75.88 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-10-10T22:46:48.937Z] #62 75.91 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-10-10T22:46:48.937Z] #62 75.97 DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-10-10T22:46:48.937Z] #62 76.01 DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-10-10T22:46:48.937Z] #62 76.07 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-10-10T22:46:48.937Z] #62 76.13 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-10T22:46:48.937Z] #62 76.14 DEP compel/plugins/std/infect.d [2019-10-10T22:46:48.937Z] #62 76.48 DEP compel/plugins/std/string.d [2019-10-10T22:46:48.937Z] #62 76.68 DEP compel/plugins/std/log.d [2019-10-10T22:46:48.937Z] #62 76.91 DEP compel/plugins/std/fds.d [2019-10-10T22:46:48.937Z] #62 77.17 DEP compel/plugins/std/std.d [2019-10-10T22:46:48.937Z] #62 77.37 DEP compel/plugins/shmem/shmem.d [2019-10-10T22:46:48.937Z] #62 77.55 DEP compel/plugins/fds/fds.d [2019-10-10T22:46:48.937Z] #62 77.80 CC compel/plugins/std/std.o [2019-10-10T22:46:48.937Z] #62 78.43 CC compel/plugins/std/fds.o [2019-10-10T22:46:48.937Z] #62 79.26 CC compel/plugins/std/log.o [2019-10-10T22:46:48.937Z] #62 80.85 CC compel/plugins/std/string.o [2019-10-10T22:46:48.937Z] #62 82.01 CC compel/plugins/std/infect.o [2019-10-10T22:46:48.937Z] #62 82.84 CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-10-10T22:46:48.937Z] #62 82.92 CC compel/arch/ppc64/plugins/std/memcpy.o [2019-10-10T22:46:48.937Z] #62 83.03 CC compel/arch/ppc64/plugins/std/memcmp.o [2019-10-10T22:46:48.937Z] #62 83.11 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-10-10T22:46:48.937Z] #62 83.22 AR compel/plugins/std.lib.a [2019-10-10T22:46:48.937Z] #62 83.37 CC compel/plugins/fds/fds.o [2019-10-10T22:46:48.937Z] #62 83.91 AR compel/plugins/fds.lib.a [2019-10-10T22:46:48.937Z] #62 84.01 HOSTDEP compel/src/lib/log-host.d [2019-10-10T22:46:48.937Z] #62 84.33 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-10T22:46:48.937Z] #62 84.60 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-10-10T22:46:48.937Z] #62 84.82 HOSTDEP compel/src/main-host.d [2019-10-10T22:46:48.937Z] #62 85.09 DEP compel/src/lib/ptrace.d [2019-10-10T22:46:48.937Z] #62 85.36 DEP compel/src/lib/infect.d [2019-10-10T22:46:48.937Z] #62 85.65 DEP compel/src/lib/infect-util.d [2019-10-10T22:46:49.224Z] #62 85.96 DEP compel/src/lib/infect-rpc.d [2019-10-10T22:46:49.224Z] #62 ... [2019-10-10T22:46:49.224Z] [2019-10-10T22:46:49.224Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:46:49.224Z] #17 115.1 Selecting previously unselected package zip. [2019-10-10T22:46:49.224Z] #17 115.1 Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-10-10T22:46:49.224Z] #17 115.1 Unpacking zip (3.0-11+b1) ... [2019-10-10T22:46:49.477Z] ok github.com/docker/docker/client 0.448s coverage: 75.8% of statements [2019-10-10T22:46:49.516Z] #17 115.3 Selecting previously unselected package libapparmor-perl. [2019-10-10T22:46:49.516Z] #17 115.3 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-10T22:46:49.516Z] #17 115.4 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-10T22:46:49.806Z] #17 115.7 Selecting previously unselected package apparmor. [2019-10-10T22:46:49.807Z] #17 115.7 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-10T22:46:50.041Z] === RUN TestDockerSuite/TestAttachDetach [2019-10-10T22:46:50.041Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-10-10T22:46:50.095Z] #17 ... [2019-10-10T22:46:50.095Z] [2019-10-10T22:46:50.095Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:46:50.095Z] #37 159.3 encoding/json [2019-10-10T22:46:50.095Z] #37 162.6 text/template [2019-10-10T22:46:50.095Z] #37 ... [2019-10-10T22:46:50.095Z] [2019-10-10T22:46:50.095Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:46:50.095Z] #17 116.0 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-10T22:46:50.722Z] #17 116.7 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-10T22:46:51.014Z] #17 116.7 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-10T22:46:51.014Z] #17 116.7 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-10T22:46:51.415Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-10T22:46:53.322Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-10T22:46:53.738Z] #17 119.6 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-10T22:46:53.738Z] #17 119.6 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-10T22:46:53.738Z] #17 119.6 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-10T22:46:55.848Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-10T22:46:55.848Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-10-10T22:46:56.456Z] #17 ... [2019-10-10T22:46:56.456Z] [2019-10-10T22:46:56.456Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:46:56.456Z] #37 175.4 go/parser [2019-10-10T22:46:57.219Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-10T22:46:58.592Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-10T22:46:58.869Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2019-10-10T22:46:59.156Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-10-10T22:46:59.970Z] #37 ... [2019-10-10T22:46:59.970Z] [2019-10-10T22:46:59.970Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:46:59.970Z] #62 86.26 DEP compel/arch/ppc64/src/lib/infect.d [2019-10-10T22:46:59.970Z] #62 86.55 DEP compel/arch/ppc64/src/lib/cpu.d [2019-10-10T22:46:59.970Z] #62 86.76 DEP compel/src/lib/log.d [2019-10-10T22:46:59.970Z] #62 86.97 DEP compel/src/main.d [2019-10-10T22:46:59.970Z] #62 87.33 DEP compel/src/lib/handle-elf.d [2019-10-10T22:46:59.970Z] #62 87.66 DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-10-10T22:46:59.970Z] #62 88.01 CC compel/src/lib/log.o [2019-10-10T22:46:59.970Z] #62 88.49 CC compel/arch/ppc64/src/lib/cpu.o [2019-10-10T22:46:59.970Z] #62 89.04 CC compel/arch/ppc64/src/lib/infect.o [2019-10-10T22:46:59.970Z] #62 90.21 CC compel/src/lib/infect-rpc.o [2019-10-10T22:46:59.970Z] #62 91.06 CC compel/src/lib/infect-util.o [2019-10-10T22:46:59.970Z] #62 91.59 CC compel/src/lib/infect.o [2019-10-10T22:46:59.970Z] #62 ... [2019-10-10T22:46:59.970Z] [2019-10-10T22:46:59.970Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:46:59.970Z] #17 123.0 Selecting previously unselected package binutils-mingw-w64. [2019-10-10T22:46:59.970Z] #17 123.0 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-10T22:46:59.970Z] #17 123.1 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-10T22:46:59.970Z] #17 123.2 Selecting previously unselected package mingw-w64-common. [2019-10-10T22:46:59.970Z] #17 123.2 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-10T22:46:59.970Z] #17 123.3 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-10T22:47:00.527Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-10T22:47:00.784Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-10-10T22:47:02.681Z] #17 ... [2019-10-10T22:47:02.681Z] [2019-10-10T22:47:02.681Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-10T22:47:02.681Z] #65 182.1 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-10T22:47:02.681Z] #65 182.1 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-10T22:47:04.965Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-10T22:47:04.965Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-10-10T22:47:04.965Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-10-10T22:47:05.222Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-10-10T22:47:06.155Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-10T22:47:08.052Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-10-10T22:47:08.225Z] #65 ... [2019-10-10T22:47:08.225Z] [2019-10-10T22:47:08.225Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:47:08.225Z] #62 96.71 CC compel/src/lib/ptrace.o [2019-10-10T22:47:08.225Z] #62 97.73 AR compel/libcompel.a [2019-10-10T22:47:08.225Z] #62 97.88 HOSTCC compel/src/main-host.o [2019-10-10T22:47:08.225Z] #62 98.85 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-10-10T22:47:08.225Z] #62 99.34 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-10T22:47:08.225Z] #62 100.2 HOSTCC compel/src/lib/log-host.o [2019-10-10T22:47:08.225Z] #62 100.6 HOSTLINK compel/compel-host-bin [2019-10-10T22:47:08.225Z] #62 100.8 DEP soccr/soccr.d [2019-10-10T22:47:08.225Z] #62 101.2 CC soccr/soccr.o [2019-10-10T22:47:08.225Z] #62 104.0 AR soccr/libsoccr.a [2019-10-10T22:47:08.225Z] #62 104.1 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-10T22:47:08.225Z] #62 104.8 DEP criu/arch/ppc64/sigframe.d [2019-10-10T22:47:08.225Z] #62 105.1 DEP criu/arch/ppc64/crtools.d [2019-10-10T22:47:08.532Z] #62 105.5 DEP criu/arch/ppc64/cpu.d [2019-10-10T22:47:08.617Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-10-10T22:47:08.617Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-10T22:47:08.617Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-10T22:47:09.570Z] #62 106.1 CC criu/arch/ppc64/cpu.o [2019-10-10T22:47:10.594Z] #62 107.5 CC criu/arch/ppc64/crtools.o [2019-10-10T22:47:11.906Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-10T22:47:12.163Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-10T22:47:12.216Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-10-10T22:47:12.420Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-10-10T22:47:12.644Z] #62 109.3 CC criu/arch/ppc64/sigframe.o [2019-10-10T22:47:12.678Z] --- PASS: TestBuildWithHugeFile (96.60s) [2019-10-10T22:47:12.678Z] === RUN TestBuildWithEmptyDockerfile [2019-10-10T22:47:12.678Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T22:47:12.678Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T22:47:12.678Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T22:47:12.678Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T22:47:12.678Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T22:47:12.678Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T22:47:12.932Z] #62 109.7 LINK criu/arch/ppc64/crtools.built-in.o [2019-10-10T22:47:12.932Z] #62 109.8 DEP criu/arch/ppc64/misc.d [2019-10-10T22:47:12.932Z] #62 109.9 DEP criu/arch/ppc64/vdso-trampoline.d [2019-10-10T22:47:12.932Z] #62 109.9 DEP criu/arch/ppc64/vdso-pie.d [2019-10-10T22:47:12.935Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T22:47:12.935Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T22:47:12.935Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T22:47:13.192Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2019-10-10T22:47:13.192Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2019-10-10T22:47:13.192Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2019-10-10T22:47:13.192Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2019-10-10T22:47:13.192Z] === RUN TestBuildPreserveOwnership [2019-10-10T22:47:13.192Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-10T22:47:13.559Z] #62 110.3 DEP criu/pie/parasite-vdso.d [2019-10-10T22:47:13.847Z] #62 110.8 DEP criu/pie/util-vdso.d [2019-10-10T22:47:14.123Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-10-10T22:47:14.137Z] #62 ... [2019-10-10T22:47:14.137Z] [2019-10-10T22:47:14.137Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:47:14.137Z] #17 130.0 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-10T22:47:14.137Z] #17 130.0 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-10T22:47:14.137Z] #17 130.0 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-10T22:47:14.137Z] #17 136.8 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-10T22:47:14.137Z] #17 136.8 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-10T22:47:14.137Z] #17 136.8 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-10T22:47:14.137Z] #17 137.0 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-10T22:47:14.137Z] #17 137.0 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-10T22:47:14.137Z] #17 137.0 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-10T22:47:14.427Z] #17 ... [2019-10-10T22:47:14.427Z] [2019-10-10T22:47:14.427Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:47:14.427Z] #62 111.1 DEP criu/pie/util.d [2019-10-10T22:47:15.052Z] #62 111.7 CC criu/pie/util.o [2019-10-10T22:47:15.690Z] #62 112.4 CC criu/pie/util-vdso.o [2019-10-10T22:47:16.060Z] ok github.com/docker/docker/cmd/dockerd 0.135s coverage: 30.3% of statements [2019-10-10T22:47:16.316Z] #62 ... [2019-10-10T22:47:16.316Z] [2019-10-10T22:47:16.316Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:47:16.316Z] #37 185.8 math/big [2019-10-10T22:47:16.316Z] #37 188.2 go/doc [2019-10-10T22:47:16.316Z] #37 193.3 vendor/golang.org/x/text/unicode/norm [2019-10-10T22:47:16.648Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-10-10T22:47:16.943Z] #37 ... [2019-10-10T22:47:16.943Z] [2019-10-10T22:47:16.943Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:47:16.943Z] #62 113.7 CC criu/pie/parasite-vdso.o [2019-10-10T22:47:16.943Z] #62 ... [2019-10-10T22:47:16.943Z] [2019-10-10T22:47:16.943Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-10T22:47:16.943Z] #65 DONE 196.4s [2019-10-10T22:47:17.212Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-10T22:47:17.232Z] [2019-10-10T22:47:17.232Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-10T22:47:17.232Z] #66 DONE 0.1s [2019-10-10T22:47:17.232Z] [2019-10-10T22:47:17.232Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:47:17.443Z] ok github.com/docker/docker/container 0.190s coverage: 35.3% of statements [2019-10-10T22:47:17.443Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-10T22:47:17.443Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-10T22:47:17.443Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-10T22:47:17.443Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-10T22:47:17.775Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-10-10T22:47:18.341Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-10-10T22:47:19.273Z] --- PASS: TestBuildPreserveOwnership (6.11s) [2019-10-10T22:47:19.273Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.09s) [2019-10-10T22:47:19.273Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.01s) [2019-10-10T22:47:19.273Z] === RUN TestBuildPlatformInvalid [2019-10-10T22:47:19.273Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2019-10-10T22:47:19.273Z] PASS [2019-10-10T22:47:19.273Z] [2019-10-10T22:47:19.273Z] === Skipped [2019-10-10T22:47:19.273Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2019-10-10T22:47:19.273Z] build_session_test.go:25: TODO: BuildKit [2019-10-10T22:47:19.273Z] [2019-10-10T22:47:19.273Z] [2019-10-10T22:47:19.273Z] DONE 32 tests, 1 skipped in 180.280s [2019-10-10T22:47:19.530Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-10-10T22:47:19.530Z] ++ 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-10T22:47:19.530Z] ++ set -e [2019-10-10T22:47:19.530Z] ++ '[' -n 0 ']' [2019-10-10T22:47:19.530Z] ++ set -x [2019-10-10T22:47:19.530Z] ++ 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-10T22:47:19.530Z] INFO: Testing against a local daemon [2019-10-10T22:47:19.530Z] === RUN TestConfigList [2019-10-10T22:47:19.952Z] #57 ... [2019-10-10T22:47:19.952Z] [2019-10-10T22:47:19.952Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:47:19.952Z] #62 116.4 CC criu/arch/ppc64/vdso-pie.o [2019-10-10T22:47:19.989Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.037s coverage: 65.3% of statements [2019-10-10T22:47:20.242Z] #62 117.0 CC criu/arch/ppc64/vdso-trampoline.o [2019-10-10T22:47:20.242Z] #62 117.1 CC criu/arch/ppc64/misc.o [2019-10-10T22:47:20.242Z] #62 117.2 AR criu/pie/pie.lib.a [2019-10-10T22:47:20.531Z] #62 117.3 DEP criu/pie/restorer.d [2019-10-10T22:47:21.158Z] #62 117.8 DEP criu/arch/ppc64/restorer.d [2019-10-10T22:47:21.159Z] #62 118.1 DEP criu/pie/parasite.d [2019-10-10T22:47:21.188Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-10-10T22:47:21.373Z] ok github.com/docker/docker/daemon/cluster/convert 0.026s coverage: 35.8% of statements [2019-10-10T22:47:21.633Z] ok github.com/docker/docker/daemon/cluster 0.150s coverage: 0.5% of statements [2019-10-10T22:47:21.789Z] #62 118.6 CC criu/pie/parasite.o [2019-10-10T22:47:22.054Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-10-10T22:47:22.985Z] --- PASS: TestConfigList (3.22s) [2019-10-10T22:47:22.985Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-10T22:47:22.985Z] === RUN TestConfigsCreateAndDelete [2019-10-10T22:47:23.647Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-10-10T22:47:24.521Z] #62 121.1 LINK criu/pie/parasite.built-in.o [2019-10-10T22:47:24.522Z] #62 121.2 GEN criu/pie/parasite-blob.h [2019-10-10T22:47:24.522Z] #62 121.3 CC criu/arch/ppc64/restorer.o [2019-10-10T22:47:24.929Z] ok github.com/docker/docker/daemon/discovery 0.040s coverage: 30.0% of statements [2019-10-10T22:47:24.929Z] ok github.com/docker/docker/daemon/config 0.103s coverage: 84.6% of statements [2019-10-10T22:47:25.509Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-10-10T22:47:25.563Z] #62 122.3 CC criu/pie/restorer.o [2019-10-10T22:47:25.870Z] ok github.com/docker/docker/daemon/events 0.081s coverage: 50.0% of statements [2019-10-10T22:47:26.074Z] --- PASS: TestConfigsCreateAndDelete (3.10s) [2019-10-10T22:47:26.074Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-10T22:47:26.074Z] === RUN TestConfigsUpdate [2019-10-10T22:47:26.074Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-10-10T22:47:26.331Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-10-10T22:47:26.896Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-10-10T22:47:27.463Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-10-10T22:47:27.628Z] #62 ... [2019-10-10T22:47:27.628Z] [2019-10-10T22:47:27.628Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:47:27.628Z] #37 206.7 github.com/LK4D4/vndr/build [2019-10-10T22:47:27.782Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements [2019-10-10T22:47:28.536Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-10-10T22:47:29.364Z] --- PASS: TestConfigsUpdate (3.38s) [2019-10-10T22:47:29.364Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-10T22:47:29.364Z] === RUN TestTemplatedConfig [2019-10-10T22:47:31.071Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2019-10-10T22:47:31.259Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-10-10T22:47:31.259Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-10-10T22:47:31.824Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-10T22:47:32.450Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.464s coverage: 13.7% of statements [2019-10-10T22:47:32.756Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-10T22:47:33.013Z] --- PASS: TestTemplatedConfig (3.67s) [2019-10-10T22:47:33.013Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-10T22:47:33.013Z] === RUN TestConfigInspect [2019-10-10T22:47:33.020Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.661s coverage: 57.0% of statements [2019-10-10T22:47:33.214Z] #37 ... [2019-10-10T22:47:33.214Z] [2019-10-10T22:47:33.214Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:47:33.214Z] #62 127.6 LINK criu/pie/restorer.built-in.o [2019-10-10T22:47:33.214Z] #62 127.7 GEN criu/pie/restorer-blob.h [2019-10-10T22:47:33.214Z] #62 127.8 DEP criu/vdso.d [2019-10-10T22:47:33.214Z] #62 128.3 DEP criu/uts_ns.d [2019-10-10T22:47:33.214Z] #62 128.5 DEP criu/util.d [2019-10-10T22:47:33.214Z] #62 128.9 DEP criu/uffd.d [2019-10-10T22:47:33.214Z] #62 129.3 DEP criu/tun.d [2019-10-10T22:47:33.214Z] #62 129.6 DEP criu/tty.d [2019-10-10T22:47:33.214Z] #62 130.1 DEP criu/timerfd.d [2019-10-10T22:47:33.517Z] #62 130.4 DEP criu/sysfs_parse.d [2019-10-10T22:47:33.808Z] #62 130.7 DEP criu/sysctl.d [2019-10-10T22:47:34.053Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-10-10T22:47:34.054Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-10-10T22:47:34.054Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-10T22:47:34.311Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-10T22:47:34.435Z] #62 131.1 DEP criu/string.d [2019-10-10T22:47:34.435Z] #62 131.2 DEP criu/stats.d [2019-10-10T22:47:34.724Z] #62 131.5 DEP criu/sockets.d [2019-10-10T22:47:35.242Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-10-10T22:47:35.358Z] #62 131.9 DEP criu/sk-unix.d [2019-10-10T22:47:35.358Z] #62 132.3 DEP criu/sk-tcp.d [2019-10-10T22:47:35.649Z] #62 132.7 DEP criu/sk-queue.d [2019-10-10T22:47:36.174Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-10-10T22:47:36.277Z] #62 133.1 DEP criu/sk-packet.d [2019-10-10T22:47:36.432Z] --- PASS: TestConfigInspect (3.48s) [2019-10-10T22:47:36.432Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-10T22:47:36.432Z] === RUN TestConfigCreateWithLabels [2019-10-10T22:47:36.564Z] #62 133.3 DEP criu/sk-netlink.d [2019-10-10T22:47:36.853Z] #62 133.8 DEP criu/sk-inet.d [2019-10-10T22:47:37.313Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.752s coverage: 51.0% of statements [2019-10-10T22:47:37.313Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.888s coverage: 72.5% of statements [2019-10-10T22:47:37.480Z] #62 134.3 DEP criu/signalfd.d [2019-10-10T22:47:37.575Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.634s coverage: 45.9% of statements [2019-10-10T22:47:37.768Z] #62 134.7 DEP criu/sigframe.d [2019-10-10T22:47:37.802Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-10T22:47:38.057Z] #62 134.9 DEP criu/shmem.d [2019-10-10T22:47:38.345Z] #62 ... [2019-10-10T22:47:38.345Z] [2019-10-10T22:47:38.345Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:47:38.345Z] #37 217.7 vendor/golang.org/x/net/idna [2019-10-10T22:47:38.367Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-10-10T22:47:39.737Z] --- PASS: TestConfigCreateWithLabels (3.18s) [2019-10-10T22:47:39.737Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-10T22:47:39.737Z] === RUN TestConfigCreateResolve [2019-10-10T22:47:39.737Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-10-10T22:47:39.994Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-10T22:47:40.115Z] ok github.com/docker/docker/daemon 12.285s coverage: 17.6% of statements [2019-10-10T22:47:40.115Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-10T22:47:40.115Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-10T22:47:40.115Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-10T22:47:40.115Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-10T22:47:40.115Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-10T22:47:40.115Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.018s coverage: 58.0% of statements [2019-10-10T22:47:40.115Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.513s coverage: 76.1% of statements [2019-10-10T22:47:40.925Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-10T22:47:41.485Z] ......................... [ 67%] [2019-10-10T22:47:41.489Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-10-10T22:47:41.497Z] ok github.com/docker/docker/daemon/links 0.009s coverage: 93.0% of statements [2019-10-10T22:47:41.757Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.032s coverage: 3.0% of statements [2019-10-10T22:47:43.385Z] --- PASS: TestConfigCreateResolve (3.73s) [2019-10-10T22:47:43.385Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-10T22:47:43.385Z] === RUN TestConfigDaemonLibtrustID [2019-10-10T22:47:43.668Z] ok github.com/docker/docker/daemon/images 0.028s coverage: 4.9% of statements [2019-10-10T22:47:43.913Z] #37 ... [2019-10-10T22:47:43.913Z] [2019-10-10T22:47:43.913Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:47:43.914Z] #62 135.2 DEP criu/servicefd.d [2019-10-10T22:47:43.914Z] #62 135.7 DEP criu/seize.d [2019-10-10T22:47:43.914Z] #62 136.0 DEP criu/seccomp.d [2019-10-10T22:47:43.914Z] #62 136.4 DEP criu/rst-malloc.d [2019-10-10T22:47:43.914Z] #62 136.6 DEP criu/rbtree.d [2019-10-10T22:47:43.914Z] #62 136.7 DEP criu/pstree.d [2019-10-10T22:47:43.914Z] #62 137.0 DEP criu/protobuf.d [2019-10-10T22:47:43.914Z] #62 137.3 GEN criu/protobuf-desc-gen.h [2019-10-10T22:47:43.914Z] #62 140.1 DEP criu/protobuf-desc.d [2019-10-10T22:47:43.914Z] #62 140.4 DEP criu/proc_parse.d [2019-10-10T22:47:43.914Z] #62 140.8 DEP criu/plugin.d [2019-10-10T22:47:43.914Z] #62 ... [2019-10-10T22:47:43.914Z] [2019-10-10T22:47:43.914Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:47:43.914Z] #37 223.3 net/http/internal [2019-10-10T22:47:43.927Z] ok github.com/docker/docker/daemon/logger 0.241s coverage: 42.7% of statements [2019-10-10T22:47:43.948Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2019-10-10T22:47:43.948Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-10T22:47:43.948Z] PASS [2019-10-10T22:47:43.948Z] [2019-10-10T22:47:43.948Z] DONE 8 tests in 24.439s [2019-10-10T22:47:43.948Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-10-10T22:47:43.948Z] ++ 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-10T22:47:43.948Z] ++ set -e [2019-10-10T22:47:43.948Z] ++ '[' -n 0 ']' [2019-10-10T22:47:43.948Z] ++ set -x [2019-10-10T22:47:43.948Z] ++ 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-10T22:47:44.206Z] INFO: Testing against a local daemon [2019-10-10T22:47:44.206Z] === RUN TestCheckpoint [2019-10-10T22:47:44.206Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-10T22:47:44.206Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-10T22:47:44.206Z] === RUN TestContainerInvalidJSON [2019-10-10T22:47:44.206Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T22:47:44.206Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T22:47:44.206Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T22:47:44.206Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T22:47:44.206Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-10T22:47:44.206Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-10T22:47:44.206Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T22:47:44.206Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-10T22:47:44.206Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T22:47:44.206Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-10-10T22:47:44.206Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-10T22:47:44.206Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-10T22:47:44.206Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-10T22:47:44.206Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-10T22:47:44.206Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2019-10-10T22:47:44.206Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-10T22:47:44.463Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.18s) [2019-10-10T22:47:44.463Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-10T22:47:44.463Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2019-10-10T22:47:44.463Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-10T22:47:44.498Z] ok github.com/docker/docker/daemon/logger/awslogs 0.297s coverage: 77.8% of statements [2019-10-10T22:47:44.720Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2019-10-10T22:47:44.720Z] === RUN TestCopyFromContainer [2019-10-10T22:47:44.939Z] #37 ... [2019-10-10T22:47:44.939Z] [2019-10-10T22:47:44.939Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:47:44.939Z] #17 160.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-10T22:47:44.939Z] #17 160.9 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-10T22:47:44.939Z] #17 160.9 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-10T22:47:44.977Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-10-10T22:47:45.068Z] ok github.com/docker/docker/daemon/logger/gelf 0.062s coverage: 68.2% of statements [2019-10-10T22:47:45.227Z] #17 ... [2019-10-10T22:47:45.227Z] [2019-10-10T22:47:45.227Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:47:45.227Z] #62 140.9 DEP criu/pipes.d [2019-10-10T22:47:45.227Z] #62 141.3 DEP criu/pie-util.d [2019-10-10T22:47:45.227Z] #62 141.5 DEP criu/pie-util-vdso.d [2019-10-10T22:47:45.227Z] #62 141.9 DEP criu/pie-util-vdso-elf32.d [2019-10-10T22:47:45.328Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.183s coverage: 57.2% of statements [2019-10-10T22:47:45.328Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-10T22:47:45.328Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-10T22:47:45.328Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-10T22:47:45.328Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-10T22:47:45.328Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-10T22:47:45.328Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-10T22:47:45.328Z] ok github.com/docker/docker/daemon/logger/journald 0.017s coverage: 26.2% of statements [2019-10-10T22:47:45.516Z] #62 142.2 DEP criu/path.d [2019-10-10T22:47:45.541Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-10-10T22:47:45.807Z] #62 142.7 DEP criu/parasite-syscall.d [2019-10-10T22:47:45.897Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.018s coverage: 88.3% of statements [2019-10-10T22:47:46.157Z] time="2019-10-10T22:47:46Z" level=error msg="Failed to open log file: open /tmp/docker-logger-855136445/container.log.1: no such file or directory" [2019-10-10T22:47:46.157Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.020s coverage: 62.1% of statements [2019-10-10T22:47:46.436Z] #62 143.3 DEP criu/pagemap.d [2019-10-10T22:47:46.727Z] #62 143.7 DEP criu/pagemap-cache.d [2019-10-10T22:47:46.913Z] === RUN TestCopyFromContainer// [2019-10-10T22:47:46.913Z] === RUN TestCopyFromContainer//bar/root [2019-10-10T22:47:46.913Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-10T22:47:47.019Z] #62 144.0 DEP criu/page-xfer.d [2019-10-10T22:47:47.099Z] ok github.com/docker/docker/daemon/logger/local 0.049s coverage: 74.7% of statements [2019-10-10T22:47:47.099Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-10T22:47:47.170Z] === RUN TestCopyFromContainer/bar/quux [2019-10-10T22:47:47.427Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-10T22:47:47.427Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-10T22:47:47.427Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-10T22:47:47.649Z] #62 144.4 DEP criu/page-pipe.d [2019-10-10T22:47:47.675Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.051s coverage: 19.9% of statements [2019-10-10T22:47:47.675Z] ok github.com/docker/docker/daemon/logger/syslog 0.035s coverage: 47.8% of statements [2019-10-10T22:47:47.685Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-10T22:47:47.685Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-10T22:47:47.685Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-10T22:47:47.939Z] #62 144.6 DEP criu/netfilter.d [2019-10-10T22:47:47.946Z] --- PASS: TestCopyFromContainer (3.25s) [2019-10-10T22:47:47.946Z] --- PASS: TestCopyFromContainer// (0.10s) [2019-10-10T22:47:47.946Z] --- PASS: TestCopyFromContainer//bar/root (0.16s) [2019-10-10T22:47:47.946Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2019-10-10T22:47:47.946Z] --- PASS: TestCopyFromContainer/bar/quux (0.19s) [2019-10-10T22:47:47.946Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2019-10-10T22:47:47.946Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2019-10-10T22:47:47.946Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2019-10-10T22:47:47.946Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2019-10-10T22:47:47.946Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2019-10-10T22:47:47.946Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-10-10T22:47:47.946Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-10T22:47:47.946Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T22:47:47.946Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T22:47:47.946Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T22:47:47.946Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T22:47:47.946Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T22:47:47.946Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T22:47:47.946Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T22:47:47.946Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T22:47:47.946Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T22:47:47.946Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-10T22:47:47.946Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-10T22:47:47.946Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-10T22:47:47.946Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-10T22:47:47.946Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-10T22:47:47.946Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-10-10T22:47:47.946Z] === RUN TestCreateWithInvalidEnv [2019-10-10T22:47:47.946Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-10T22:47:47.946Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-10T22:47:47.946Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-10T22:47:47.946Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-10T22:47:47.946Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-10T22:47:47.946Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-10T22:47:47.946Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-10T22:47:47.946Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-10T22:47:47.946Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-10T22:47:47.946Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-10-10T22:47:47.946Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-10T22:47:47.946Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-10T22:47:47.946Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-10T22:47:47.946Z] === RUN TestCreateTmpfsMountsTarget [2019-10-10T22:47:47.946Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-10-10T22:47:47.946Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-10T22:47:48.229Z] #62 145.0 DEP criu/net.d [2019-10-10T22:47:48.246Z] ok github.com/docker/docker/daemon/logger/templates 0.053s coverage: 8.3% of statements [2019-10-10T22:47:48.830Z] ok github.com/docker/docker/daemon/network 0.040s coverage: 63.8% of statements [2019-10-10T22:47:48.885Z] #62 145.7 DEP criu/namespaces.d [2019-10-10T22:47:49.328Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-10-10T22:47:49.513Z] #62 146.2 DEP criu/mount.d [2019-10-10T22:47:49.585Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-10T22:47:49.804Z] #62 ... [2019-10-10T22:47:49.804Z] [2019-10-10T22:47:49.804Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:47:50.215Z] ok github.com/docker/docker/daemon/logger/splunk 1.938s coverage: 84.5% of statements [2019-10-10T22:47:50.215Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-10T22:47:50.215Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-10T22:47:50.515Z] --- PASS: TestCreateWithCustomMaskedPaths (2.47s) [2019-10-10T22:47:50.515Z] === RUN TestCreateWithCapabilities [2019-10-10T22:47:50.515Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-10T22:47:50.515Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-10T22:47:50.515Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-10T22:47:50.515Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-10T22:47:50.515Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-10T22:47:50.515Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-10T22:47:50.515Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-10T22:47:50.515Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-10T22:47:50.515Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-10T22:47:50.515Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-10T22:47:50.515Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-10T22:47:50.515Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-10T22:47:50.515Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-10T22:47:50.515Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-10T22:47:50.515Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-10T22:47:50.515Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-10T22:47:50.515Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-10T22:47:50.515Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-10T22:47:50.515Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-10T22:47:50.515Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-10T22:47:50.515Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-10T22:47:50.515Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-10T22:47:50.515Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-10T22:47:50.515Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-10T22:47:50.515Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-10T22:47:50.515Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-10T22:47:50.515Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-10T22:47:50.515Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-10T22:47:50.771Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-10T22:47:50.771Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-10T22:47:50.771Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-10T22:47:50.771Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-10T22:47:50.771Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-10T22:47:50.771Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-10T22:47:50.771Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-10T22:47:50.771Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-10T22:47:50.771Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-10-10T22:47:50.771Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2019-10-10T22:47:50.771Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-10-10T22:47:50.771Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-10-10T22:47:50.771Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-10-10T22:47:50.771Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-10-10T22:47:50.771Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-10T22:47:50.771Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.15s) [2019-10-10T22:47:50.771Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.15s) [2019-10-10T22:47:50.771Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-10T22:47:50.785Z] ok github.com/docker/docker/distribution/metadata 0.097s coverage: 48.2% of statements [2019-10-10T22:47:51.259Z] #57 226.2 Checking out files: 17% (1845/10638) Checking out files: 18% (1915/10638) Checking out files: 19% (2022/10638) Checking out files: 20% (2128/10638) Checking out files: 21% (2234/10638) Checking out files: 22% (2341/10638) Checking out files: 23% (2447/10638) Checking out files: 24% (2554/10638) Checking out files: 25% (2660/10638) Checking out files: 26% (2766/10638) Checking out files: 27% (2873/10638) Checking out files: 28% (2979/10638) Checking out files: 29% (3086/10638) Checking out files: 30% (3192/10638) Checking out files: 31% (3298/10638) Checking out files: 32% (3405/10638) Checking out files: 33% (3511/10638) Checking out files: 34% (3617/10638) Checking out files: 35% (3724/10638) Checking out files: 36% (3830/10638) Checking out files: 36% (3852/10638) Checking out files: 37% (3937/10638) Checking out files: 38% (4043/10638) Checking out files: 39% (4149/10638) Checking out files: 40% (4256/10638) Checking out files: 41% (4362/10638) Checking out files: 42% (4468/10638) Checking out files: 43% (4575/10638) Checking out files: 44% (4681/10638) Checking out files: 45% (4788/10638) Checking out files: 46% (4894/10638) Checking out files: 47% (5000/10638) Checking out files: 48% (5107/10638) Checking out files: 49% (5213/10638) Checking out files: 50% (5319/10638) Checking out files: 51% (5426/10638) Checking out files: 52% (5532/10638) Checking out files: 53% (5639/10638) Checking out files: 54% (5745/10638) Checking out files: 55% (5851/10638) Checking out files: 56% (5958/10638) Checking out files: 57% (6064/10638) Checking out files: 58% (6171/10638) Checking out files: 59% (6277/10638) Checking out files: 60% (6383/10638) Checking out files: 61% (6490/10638) Checking out files: 62% (6596/10638) Checking out files: 63% (6702/10638) Checking out files: 64% (6809/10638) Checking out files: 65% (6915/10638) Checking out files: 66% (7022/10638) Checking out files: 67% (7128/10638) Checking out files: 68% (7234/10638) Checking out files: 69% (7341/10638) Checking out files: 70% (7447/10638) Checking out files: 71% (7553/10638) Checking out files: 72% (7660/10638) Checking out files: 73% (7766/10638) Checking out files: 74% (7873/10638) Checking out files: 75% (7979/10638) Checking out files: 76% (8085/10638) Checking out files: 76% (8143/10638) Checking out files: 77% (8192/10638) Checking out files: 78% (8298/10638) Checking out files: 79% (8405/10638) Checking out files: 80% (8511/10638) Checking out files: 81% (8617/10638) Checking out files: 82% (8724/10638) Checking out files: 83% (8830/10638) Checking out files: 84% (8936/10638) Checking out files: 85% (9043/10638) Checking out files: 86% (9149/10638) Checking out files: 87% (9256/10638) Checking out files: 88% (9362/10638) Checking out files: 89% (9468/10638) Checking out files: 90% (9575/10638) Checking out files: 91% (9681/10638) Checking out files: 92% (9787/10638) Checking out files: 93% (9894/10638) Checking out files: 94% (10000/10638) Checking out files: 95% (10107/10638) Checking out files: 95% (10182/10638) Checking out files: 96% (10213/10638) Checking out files: 97% (10319/10638) Checking out files: 98% (10426/10638) Checking out files: 99% (10532/10638) Checking out files: 100% (10638/10638) Checking out files: 100% (10638/10638), done. [2019-10-10T22:47:51.259Z] #57 230.8 + cd /tmp/tmp.Hgimj7dhvY/tmp/docker-ce [2019-10-10T22:47:51.548Z] #57 230.8 + git checkout -q v17.06.2-ce [2019-10-10T22:47:51.726Z] ok github.com/docker/docker/distribution 0.318s coverage: 22.4% of statements [2019-10-10T22:47:51.726Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-10T22:47:51.726Z] ok github.com/docker/docker/errdefs 0.024s coverage: 49.4% of statements [2019-10-10T22:47:53.107Z] ok github.com/docker/docker/image 0.055s coverage: 86.4% of statements [2019-10-10T22:47:53.297Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.52s) [2019-10-10T22:47:53.297Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-10T22:47:53.297Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T22:47:53.297Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T22:47:53.297Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T22:47:53.297Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T22:47:53.297Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T22:47:53.297Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T22:47:53.297Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T22:47:53.297Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T22:47:53.297Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T22:47:53.297Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T22:47:53.297Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T22:47:53.297Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T22:47:53.554Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T22:47:53.554Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T22:47:53.554Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T22:47:53.554Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-10-10T22:47:53.554Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-10T22:47:53.554Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-10T22:47:53.554Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-10T22:47:53.554Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-10T22:47:53.554Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-10T22:47:53.554Z] === RUN TestContainerStartOnDaemonRestart [2019-10-10T22:47:53.554Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-10T22:47:53.555Z] === RUN TestDaemonRestartIpcMode [2019-10-10T22:47:53.555Z] === PAUSE TestDaemonRestartIpcMode [2019-10-10T22:47:53.555Z] === RUN TestDiff [2019-10-10T22:47:53.609Z] #57 ... [2019-10-10T22:47:53.609Z] [2019-10-10T22:47:53.609Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:47:53.609Z] #17 179.5 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-10T22:47:53.609Z] #17 179.5 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-10T22:47:53.609Z] #17 179.5 Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-10-10T22:47:53.609Z] #17 179.5 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-10T22:47:53.609Z] #17 179.6 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-10T22:47:53.677Z] ok github.com/docker/docker/image/cache 0.025s coverage: 19.2% of statements [2019-10-10T22:47:53.677Z] ok github.com/docker/docker/distribution/xfer 1.716s coverage: 85.1% of statements [2019-10-10T22:47:53.677Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-10T22:47:53.677Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-10T22:47:53.677Z] ok github.com/docker/docker/image/v1 0.034s coverage: 25.0% of statements [2019-10-10T22:47:53.677Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-10T22:47:53.817Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-10-10T22:47:53.898Z] #17 179.7 Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-10T22:47:53.898Z] #17 179.7 Processing triggers for mime-support (3.60) ... [2019-10-10T22:47:53.898Z] #17 179.7 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:47:53.898Z] #17 179.8 Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-10T22:47:53.898Z] #17 179.8 Setting up libcap2-bin (1:2.25-1) ... [2019-10-10T22:47:53.898Z] #17 179.8 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-10T22:47:53.898Z] #17 179.8 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-10T22:47:53.898Z] #17 179.8 Setting up bash-completion (1:2.1-4.3) ... [2019-10-10T22:47:54.074Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-10T22:47:54.331Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-10T22:47:54.590Z] --- PASS: TestDiff (1.10s) [2019-10-10T22:47:54.590Z] === RUN TestExecWithCloseStdin [2019-10-10T22:47:54.620Z] ok github.com/docker/docker/libcontainerd/queue 0.054s coverage: 100.0% of statements [2019-10-10T22:47:54.620Z] ok github.com/docker/docker/pkg/aaparser 0.014s coverage: 50.0% of statements [2019-10-10T22:47:55.962Z] --- PASS: TestExecWithCloseStdin (1.20s) [2019-10-10T22:47:55.962Z] === RUN TestExec [2019-10-10T22:47:56.006Z] ok github.com/docker/docker/opts 0.109s coverage: 66.9% of statements [2019-10-10T22:47:56.219Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-10T22:47:56.637Z] #17 ... [2019-10-10T22:47:56.637Z] [2019-10-10T22:47:56.637Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:47:56.637Z] #37 225.7 encoding/asn1 [2019-10-10T22:47:56.637Z] #37 225.8 crypto/elliptic [2019-10-10T22:47:56.637Z] #37 ... [2019-10-10T22:47:56.637Z] [2019-10-10T22:47:56.637Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:47:56.637Z] #57 235.6 + mkdir -p /tmp/tmp.Hgimj7dhvY/src/github.com/docker [2019-10-10T22:47:56.637Z] #57 235.6 + mv components/cli /tmp/tmp.Hgimj7dhvY/src/github.com/docker/cli [2019-10-10T22:47:56.637Z] #57 235.6 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-10-10T22:47:56.783Z] --- PASS: TestExec (1.15s) [2019-10-10T22:47:56.783Z] === RUN TestExecUser [2019-10-10T22:47:57.386Z] ok github.com/docker/docker/pkg/broadcaster 0.009s coverage: 100.0% of statements [2019-10-10T22:47:57.386Z] ok github.com/docker/docker/pkg/authorization 0.807s coverage: 68.3% of statements [2019-10-10T22:47:57.645Z] ok github.com/docker/docker/pkg/capabilities 0.011s coverage: 87.5% of statements [2019-10-10T22:47:57.713Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-10T22:47:57.924Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2019-10-10T22:47:57.924Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-10T22:47:57.924Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-10T22:47:57.924Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2019-10-10T22:47:57.924Z] ok github.com/docker/docker/api/types/filters 0.023s coverage: 95.2% of statements [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-10T22:47:57.924Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-10-10T22:47:57.924Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/builder [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-10T22:47:57.924Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-10T22:47:57.924Z] ok github.com/docker/docker/builder/dockerignore 0.009s coverage: 96.8% of statements [2019-10-10T22:47:57.971Z] --- PASS: TestExecUser (1.11s) [2019-10-10T22:47:57.971Z] === RUN TestExportContainerAndImportImage [2019-10-10T22:47:58.214Z] ok github.com/docker/docker/pkg/directory 0.024s coverage: 80.0% of statements [2019-10-10T22:47:58.229Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-10-10T22:47:58.783Z] ok github.com/docker/docker/pkg/archive 1.349s coverage: 76.9% of statements [2019-10-10T22:47:58.793Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-10-10T22:47:59.043Z] ok github.com/docker/docker/pkg/discovery 0.017s coverage: 58.3% of statements [2019-10-10T22:47:59.302Z] ok github.com/docker/docker/pkg/discovery/file 0.016s coverage: 92.9% of statements [2019-10-10T22:47:59.356Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-10-10T22:47:59.356Z] --- PASS: TestExportContainerAndImportImage (1.23s) [2019-10-10T22:47:59.356Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-10T22:47:59.917Z] ok github.com/docker/docker/builder/remotecontext 0.347s coverage: 13.6% of statements [2019-10-10T22:48:00.140Z] #57 ... [2019-10-10T22:48:00.140Z] [2019-10-10T22:48:00.140Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:48:00.140Z] #62 146.9 DEP criu/mem.d [2019-10-10T22:48:00.140Z] #62 147.3 DEP criu/lsm.d [2019-10-10T22:48:00.140Z] #62 147.6 DEP criu/log.d [2019-10-10T22:48:00.140Z] #62 147.9 DEP criu/libnetlink.d [2019-10-10T22:48:00.140Z] #62 148.2 DEP criu/kerndat.d [2019-10-10T22:48:00.140Z] #62 148.6 DEP criu/kcmp-ids.d [2019-10-10T22:48:00.140Z] #62 148.8 DEP criu/irmap.d [2019-10-10T22:48:00.140Z] #62 149.1 DEP criu/ipc_ns.d [2019-10-10T22:48:00.140Z] #62 149.5 DEP criu/image.d [2019-10-10T22:48:00.140Z] #62 149.8 DEP criu/image-desc.d [2019-10-10T22:48:00.140Z] #62 150.0 DEP criu/fsnotify.d [2019-10-10T22:48:00.140Z] #62 150.5 DEP criu/filesystems.d [2019-10-10T22:48:00.140Z] #62 150.9 DEP criu/files.d [2019-10-10T22:48:00.140Z] #62 151.2 DEP criu/files-reg.d [2019-10-10T22:48:00.140Z] #62 151.6 DEP criu/files-ext.d [2019-10-10T22:48:00.140Z] #62 151.9 DEP criu/file-lock.d [2019-10-10T22:48:00.140Z] #62 152.3 DEP criu/file-ids.d [2019-10-10T22:48:00.140Z] #62 152.6 DEP criu/fifo.d [2019-10-10T22:48:00.140Z] #62 153.0 DEP criu/fdstore.d [2019-10-10T22:48:00.140Z] #62 153.3 DEP criu/fault-injection.d [2019-10-10T22:48:00.140Z] #62 153.4 DEP criu/external.d [2019-10-10T22:48:00.140Z] #62 153.6 DEP criu/eventpoll.d [2019-10-10T22:48:00.140Z] #62 154.0 DEP criu/eventfd.d [2019-10-10T22:48:00.140Z] #62 154.4 DEP criu/crtools.d [2019-10-10T22:48:00.140Z] #62 154.9 DEP criu/cr-service.d [2019-10-10T22:48:00.140Z] #62 155.3 DEP criu/cr-restore.d [2019-10-10T22:48:00.140Z] #62 155.8 DEP criu/cr-errno.d [2019-10-10T22:48:00.140Z] #62 155.9 DEP criu/cr-dump.d [2019-10-10T22:48:00.140Z] #62 156.3 DEP criu/cr-dedup.d [2019-10-10T22:48:00.140Z] #62 156.6 DEP criu/cr-check.d [2019-10-10T22:48:00.140Z] #62 156.9 DEP criu/config.d [2019-10-10T22:48:00.239Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2019-10-10T22:48:00.287Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-10T22:48:00.382Z] ok github.com/docker/docker/builder/dockerfile 0.988s coverage: 48.2% of statements [2019-10-10T22:48:00.429Z] #62 157.3 DEP criu/clone-noasan.d [2019-10-10T22:48:00.429Z] #62 ... [2019-10-10T22:48:00.429Z] [2019-10-10T22:48:00.429Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:48:00.429Z] #17 186.4 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-10T22:48:00.498Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2019-10-10T22:48:00.717Z] #17 186.4 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-10T22:48:00.717Z] #17 186.4 Setting up zip (3.0-11+b1) ... [2019-10-10T22:48:00.717Z] #17 186.4 Setting up bzip2 (1.0.6-8.1) ... [2019-10-10T22:48:00.717Z] #17 186.4 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-10T22:48:00.717Z] #17 186.4 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-10T22:48:00.717Z] #17 186.4 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:48:00.717Z] #17 186.5 Setting up libaio1:ppc64el (0.3.110-3) ... [2019-10-10T22:48:00.717Z] #17 186.5 Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-10T22:48:00.717Z] #17 186.5 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-10T22:48:00.717Z] #17 186.6 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-10T22:48:00.717Z] #17 186.6 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-10T22:48:00.717Z] #17 186.6 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:48:00.717Z] #17 186.6 Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-10T22:48:00.717Z] #17 186.6 Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-10T22:48:00.717Z] #17 186.6 Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-10T22:48:00.717Z] #17 186.7 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:48:00.851Z] --- PASS: TestExportContainerAfterDaemonRestart (1.58s) [2019-10-10T22:48:00.851Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-10T22:48:00.851Z] === RUN TestHealthCheckWorkdir [2019-10-10T22:48:01.066Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2019-10-10T22:48:01.108Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-10-10T22:48:01.675Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-10T22:48:01.745Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-10-10T22:48:01.749Z] #17 187.7 Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-10T22:48:01.749Z] #17 187.7 Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-10T22:48:01.749Z] #17 187.7 Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-10T22:48:01.749Z] #17 187.7 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-10T22:48:01.749Z] #17 187.7 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-10T22:48:01.749Z] #17 187.7 Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-10T22:48:01.749Z] #17 187.8 Setting up pigz (2.3.4-1) ... [2019-10-10T22:48:01.749Z] #17 187.8 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-10T22:48:01.749Z] #17 187.8 Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-10-10T22:48:01.749Z] #17 187.8 Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-10T22:48:01.749Z] #17 187.8 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-10T22:48:02.001Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2019-10-10T22:48:02.038Z] #17 187.8 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ...#17 ... [2019-10-10T22:48:02.038Z] [2019-10-10T22:48:02.038Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:48:02.038Z] #31 DONE 241.3s [2019-10-10T22:48:02.038Z] [2019-10-10T22:48:02.038Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:48:02.038Z] #17 187.8 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-10T22:48:02.038Z] #17 187.8 Setting up jq (1.5+dfsg-1.3) ... [2019-10-10T22:48:02.038Z] #17 187.8 Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-10T22:48:02.038Z] #17 187.8 Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-10T22:48:02.038Z] #17 187.9 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-10T22:48:02.038Z] #17 187.9 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-10T22:48:02.038Z] #17 187.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-10T22:48:02.038Z] #17 187.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-10T22:48:02.038Z] #17 188.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-10T22:48:02.038Z] #17 188.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-10T22:48:02.038Z] #17 188.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-10T22:48:02.038Z] #17 188.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-10T22:48:02.038Z] #17 188.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-10T22:48:02.240Z] --- PASS: TestHealthCheckWorkdir (1.43s) [2019-10-10T22:48:02.240Z] === RUN TestHealthKillContainer [2019-10-10T22:48:02.327Z] #17 188.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-10T22:48:02.327Z] #17 188.1 Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-10T22:48:02.328Z] #17 188.1 Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-10T22:48:02.328Z] #17 188.1 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-10T22:48:02.328Z] #17 188.1 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-10T22:48:02.328Z] #17 188.1 Setting up btrfs-progs (4.7.3-1) ... [2019-10-10T22:48:02.328Z] #17 188.1 Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-10T22:48:02.328Z] #17 188.1 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-10T22:48:02.498Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-10T22:48:02.545Z] ok github.com/docker/docker/builder/remotecontext/git 0.842s coverage: 85.1% of statements [2019-10-10T22:48:02.546Z] ? github.com/docker/docker/cli [no test files] [2019-10-10T22:48:02.546Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-10T22:48:02.570Z] ok github.com/docker/docker/pkg/chrootarchive 3.589s coverage: 43.2% of statements [2019-10-10T22:48:02.570Z] ok github.com/docker/docker/pkg/fileutils 0.024s coverage: 89.5% of statements [2019-10-10T22:48:03.061Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-10-10T22:48:03.062Z] 12c8dbabfd62: Pull complete [2019-10-10T22:48:03.062Z] Digest: sha256:404e0ee336a063619d1e93a2446061cf19cb3068bacb1775f5613e3b54e527e1 [2019-10-10T22:48:03.062Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:48:03.062Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-10-10T22:48:03.062Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-10-10T22:48:03.062Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.805' [2019-10-10T22:48:03.062Z] WARN: Skipping validation tests [2019-10-10T22:48:03.062Z] INFO: Running unit tests at 10/10/2019 22:48:01... [2019-10-10T22:48:03.139Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2019-10-10T22:48:03.399Z] ok github.com/docker/docker/pkg/fsutils 0.323s coverage: 85.1% of statements [2019-10-10T22:48:03.399Z] ok github.com/docker/docker/pkg/discovery/kv 3.138s coverage: 84.1% of statements [2019-10-10T22:48:04.338Z] ok github.com/docker/docker/layer 7.602s coverage: 68.8% of statements [2019-10-10T22:48:04.338Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-10T22:48:04.338Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-10T22:48:04.338Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-10T22:48:04.338Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-10T22:48:04.338Z] ? github.com/docker/docker/oci [no test files] [2019-10-10T22:48:04.338Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-10T22:48:04.338Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-10T22:48:04.339Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-10T22:48:04.599Z] ok github.com/docker/docker/pkg/jsonmessage 0.033s coverage: 91.7% of statements [2019-10-10T22:48:04.599Z] ok github.com/docker/docker/pkg/locker 0.033s coverage: 88.9% of statements [2019-10-10T22:48:04.858Z] ok github.com/docker/docker/pkg/idtools 0.695s coverage: 70.1% of statements [2019-10-10T22:48:04.858Z] ok github.com/docker/docker/pkg/ioutils 0.676s coverage: 70.6% of statements [2019-10-10T22:48:05.068Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-10-10T22:48:05.118Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2019-10-10T22:48:05.118Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-10T22:48:05.378Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2019-10-10T22:48:05.634Z] --- PASS: TestHealthKillContainer (3.48s) [2019-10-10T22:48:05.634Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-10T22:48:05.638Z] ok github.com/docker/docker/pkg/parsers 0.024s coverage: 97.0% of statements [2019-10-10T22:48:05.898Z] ok github.com/docker/docker/pkg/parsers/kernel 0.011s coverage: 60.0% of statements [2019-10-10T22:48:06.159Z] ok github.com/docker/docker/pkg/pidfile 0.024s coverage: 82.4% of statements [2019-10-10T22:48:06.159Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.018s coverage: 91.4% of statements [2019-10-10T22:48:06.566Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-10T22:48:06.566Z] --- PASS: TestInspectCpusetInConfigPre120 (0.96s) [2019-10-10T22:48:06.566Z] === RUN TestIpcModeNone [2019-10-10T22:48:06.692Z] ok github.com/docker/docker/client 0.376s coverage: 75.8% of statements [2019-10-10T22:48:06.727Z] ok github.com/docker/docker/pkg/mount 0.844s coverage: 69.6% of statements [2019-10-10T22:48:06.727Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-10T22:48:06.727Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-10T22:48:06.727Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-10T22:48:06.823Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-10-10T22:48:06.885Z] INFO: make.ps1 starting at 10/10/2019 22:48:06 [2019-10-10T22:48:06.885Z] INFO: Git commit (293c1a27a) assumed from DOCKER_GITCOMMIT environment variable [2019-10-10T22:48:06.885Z] INFO: Invoking autogen... [2019-10-10T22:48:06.987Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.037s coverage: 56.8% of statements [2019-10-10T22:48:07.358Z] INFO: Running unit tests... [2019-10-10T22:48:07.558Z] ok github.com/docker/docker/pkg/pools 0.046s coverage: 88.2% of statements [2019-10-10T22:48:07.558Z] ok github.com/docker/docker/pkg/progress 0.008s coverage: 75.9% of statements [2019-10-10T22:48:07.818Z] ok github.com/docker/docker/pkg/plugins/transport 0.018s coverage: 85.7% of statements [2019-10-10T22:48:07.872Z] #17 ... [2019-10-10T22:48:07.872Z] [2019-10-10T22:48:07.872Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:48:07.872Z] #37 237.2 vendor/golang.org/x/crypto/cryptobyte [2019-10-10T22:48:07.872Z] #37 237.6 vendor/golang.org/x/net/http/httpproxy [2019-10-10T22:48:07.872Z] #37 237.7 net/textproto [2019-10-10T22:48:07.872Z] #37 240.8 vendor/golang.org/x/net/http/httpguts [2019-10-10T22:48:07.872Z] #37 240.8 mime/multipart [2019-10-10T22:48:07.872Z] #37 242.5 crypto/x509 [2019-10-10T22:48:08.078Z] ok github.com/docker/docker/pkg/reexec 0.017s coverage: 82.4% of statements [2019-10-10T22:48:08.162Z] #37 ... [2019-10-10T22:48:08.162Z] [2019-10-10T22:48:08.162Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:48:08.162Z] #62 157.5 DEP criu/cgroup.d [2019-10-10T22:48:08.162Z] #62 157.8 DEP criu/cgroup-props.d [2019-10-10T22:48:08.162Z] #62 158.1 DEP criu/bitmap.d [2019-10-10T22:48:08.162Z] #62 158.2 DEP criu/bfd.d [2019-10-10T22:48:08.162Z] #62 158.4 DEP criu/autofs.d [2019-10-10T22:48:08.162Z] #62 158.9 DEP criu/aio.d [2019-10-10T22:48:08.162Z] #62 159.4 DEP criu/action-scripts.d [2019-10-10T22:48:08.162Z] #62 159.9 CC criu/action-scripts.o [2019-10-10T22:48:08.162Z] #62 161.3 CC criu/aio.o [2019-10-10T22:48:08.162Z] #62 162.4 CC criu/autofs.o [2019-10-10T22:48:08.191Z] --- PASS: TestIpcModeNone (1.27s) [2019-10-10T22:48:08.191Z] === RUN TestIpcModePrivate [2019-10-10T22:48:08.448Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-10-10T22:48:08.790Z] #62 ... [2019-10-10T22:48:08.790Z] [2019-10-10T22:48:08.791Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:48:08.791Z] #37 248.0 crypto/tls [2019-10-10T22:48:09.011Z] --- PASS: TestIpcModePrivate (0.90s) [2019-10-10T22:48:09.011Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:194, shared: false, mustBeShared: false [2019-10-10T22:48:09.011Z] === RUN TestIpcModeShareable [2019-10-10T22:48:09.016Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2019-10-10T22:48:09.016Z] ok github.com/docker/docker/pkg/pubsub 1.099s coverage: 73.9% of statements [2019-10-10T22:48:09.575Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-10T22:48:09.586Z] ok github.com/docker/docker/pkg/streamformatter 0.013s coverage: 66.2% of statements [2019-10-10T22:48:09.586Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2019-10-10T22:48:10.139Z] --- PASS: TestIpcModeShareable (1.16s) [2019-10-10T22:48:10.139Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:189, shared: true, mustBeShared: true [2019-10-10T22:48:10.139Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-10T22:48:10.139Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-10-10T22:48:10.155Z] ok github.com/docker/docker/pkg/symlink 0.028s coverage: 87.7% of statements [2019-10-10T22:48:10.155Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 80.6% of statements [2019-10-10T22:48:10.704Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-10T22:48:11.092Z] ok github.com/docker/docker/pkg/tailfile 0.090s coverage: 88.6% of statements [2019-10-10T22:48:11.092Z] ok github.com/docker/docker/pkg/system 0.051s coverage: 36.9% of statements [2019-10-10T22:48:11.352Z] ok github.com/docker/docker/pkg/signal 2.846s coverage: 61.0% of statements [2019-10-10T22:48:11.922Z] ok github.com/docker/docker/pkg/term 0.015s coverage: 84.8% of statements [2019-10-10T22:48:11.922Z] testing: warning: no tests to run [2019-10-10T22:48:11.922Z] coverage: [no statements] [2019-10-10T22:48:11.922Z] ok github.com/docker/docker/pkg/term/windows 0.015s coverage: [no statements] [no tests to run] [2019-10-10T22:48:11.922Z] ok github.com/docker/docker/pkg/tarsum 0.119s coverage: 89.3% of statements [2019-10-10T22:48:12.073Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-10-10T22:48:12.330Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-10T22:48:12.492Z] ok github.com/docker/docker/pkg/urlutil 0.010s coverage: 100.0% of statements [2019-10-10T22:48:12.492Z] ok github.com/docker/docker/pkg/useragent 0.008s coverage: 88.9% of statements [2019-10-10T22:48:12.492Z] ok github.com/docker/docker/pkg/truncindex 0.113s coverage: 91.5% of statements [2019-10-10T22:48:12.587Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-10-10T22:48:13.516Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.36s) [2019-10-10T22:48:13.516Z] === RUN TestAPIIpcModeHost [2019-10-10T22:48:14.080Z] --- PASS: TestAPIIpcModeHost (0.82s) [2019-10-10T22:48:14.080Z] === RUN TestDaemonIpcModeShareable [2019-10-10T22:48:14.342Z] #37 ... [2019-10-10T22:48:14.342Z] [2019-10-10T22:48:14.342Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:48:14.342Z] #17 197.9 Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-10T22:48:14.342Z] #17 197.9 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-10T22:48:14.342Z] #17 198.0 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-10T22:48:14.342Z] #17 198.0 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-10T22:48:14.342Z] #17 198.0 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-10T22:48:14.342Z] #17 198.0 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-10T22:48:14.342Z] #17 198.0 Setting up btrfs-tools (4.7.3-1) ... [2019-10-10T22:48:14.342Z] #17 198.0 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-10T22:48:14.342Z] #17 198.0 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-10T22:48:14.342Z] #17 198.0 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-10T22:48:14.342Z] #17 198.0 Setting up python3 (3.5.3-1) ... [2019-10-10T22:48:14.403Z] ok github.com/docker/docker/plugin/v2 0.013s coverage: 14.5% of statements [2019-10-10T22:48:14.403Z] ok github.com/docker/docker/profiles/seccomp 0.014s coverage: 73.8% of statements [2019-10-10T22:48:15.342Z] ok github.com/docker/docker/reference 0.024s coverage: 83.7% of statements [2019-10-10T22:48:15.424Z] #17 201.3 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-10T22:48:15.449Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-10T22:48:15.601Z] ok github.com/docker/docker/plugin 0.645s coverage: 27.1% of statements [2019-10-10T22:48:16.013Z] --- PASS: TestDaemonIpcModeShareable (1.67s) [2019-10-10T22:48:16.013Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-10T22:48:16.013Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:214, shared: true, mustBeShared: true [2019-10-10T22:48:16.013Z] === RUN TestDaemonIpcModePrivate [2019-10-10T22:48:16.013Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-10-10T22:48:16.541Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 45.3% of statements [2019-10-10T22:48:16.541Z] ok github.com/docker/docker/registry/resumable 0.031s coverage: 100.0% of statements [2019-10-10T22:48:16.800Z] ok github.com/docker/docker/registry 0.285s coverage: 56.3% of statements [2019-10-10T22:48:17.059Z] ok github.com/docker/docker/testutil 0.010s coverage: 62.5% of statements [2019-10-10T22:48:17.629Z] ok github.com/docker/docker/runconfig 0.035s coverage: 68.2% of statements [2019-10-10T22:48:17.783Z] #17 203.5 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-10T22:48:17.908Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2019-10-10T22:48:17.908Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-10T22:48:17.908Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:211, shared: false, mustBeShared: false [2019-10-10T22:48:17.908Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-10T22:48:18.071Z] #17 203.8 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-10T22:48:18.071Z] #17 203.9 Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-10T22:48:18.071Z] #17 203.9 Setting up python3-wheel (0.29.0-2) ... [2019-10-10T22:48:19.537Z] ok github.com/docker/docker/volume/drivers 0.026s coverage: 36.1% of statements [2019-10-10T22:48:19.576Z] #17 ... [2019-10-10T22:48:19.576Z] [2019-10-10T22:48:19.576Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:48:19.576Z] #62 166.3 CC criu/bfd.o [2019-10-10T22:48:19.576Z] #62 167.7 CC criu/bitmap.o [2019-10-10T22:48:19.576Z] #62 168.1 CC criu/cgroup-props.o [2019-10-10T22:48:19.576Z] #62 169.7 CC criu/cgroup.o [2019-10-10T22:48:19.576Z] #62 176.1 CC criu/clone-noasan.o [2019-10-10T22:48:19.576Z] #62 176.4 CC criu/config.o [2019-10-10T22:48:19.576Z] #62 ... [2019-10-10T22:48:19.576Z] [2019-10-10T22:48:19.576Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:48:19.576Z] #37 258.7 net/http/httptrace [2019-10-10T22:48:19.800Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.90s) [2019-10-10T22:48:19.800Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-10T22:48:19.800Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:212, shared: false, mustBeShared: false [2019-10-10T22:48:19.800Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-10T22:48:19.866Z] #37 259.1 net/http [2019-10-10T22:48:20.110Z] ok github.com/docker/docker/volume/local 0.045s coverage: 73.0% of statements [2019-10-10T22:48:20.110Z] ok github.com/docker/docker/volume/mounts 0.074s coverage: 67.0% of statements [2019-10-10T22:48:21.045Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.0% of statements [2019-10-10T22:48:21.169Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s) [2019-10-10T22:48:21.169Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-10T22:48:21.169Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:204, shared: true, mustBeShared: true [2019-10-10T22:48:21.169Z] === RUN TestIpcModeOlderClient [2019-10-10T22:48:21.169Z] === PAUSE TestIpcModeOlderClient [2019-10-10T22:48:21.169Z] === RUN TestKillContainerInvalidSignal [2019-10-10T22:48:22.103Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2019-10-10T22:48:22.103Z] === RUN TestKillContainer [2019-10-10T22:48:22.103Z] === RUN TestKillContainer/no_signal [2019-10-10T22:48:22.668Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-10-10T22:48:22.934Z] === RUN TestKillContainer/non_killing_signal [2019-10-10T22:48:23.524Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-10T22:48:23.524Z] === RUN TestKillContainer/killing_signal [2019-10-10T22:48:24.119Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-10-10T22:48:24.895Z] --- PASS: TestKillContainer (3.05s) [2019-10-10T22:48:24.896Z] --- PASS: TestKillContainer/no_signal (0.83s) [2019-10-10T22:48:24.896Z] --- PASS: TestKillContainer/non_killing_signal (0.82s) [2019-10-10T22:48:24.896Z] --- PASS: TestKillContainer/killing_signal (1.09s) [2019-10-10T22:48:24.896Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-10T22:48:25.153Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-10T22:48:25.409Z] #37 ... [2019-10-10T22:48:25.409Z] [2019-10-10T22:48:25.409Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-10T22:48:25.409Z] #17 205.7 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-10T22:48:25.409Z] #17 207.8 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-10T22:48:25.409Z] #17 207.8 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-10T22:48:25.409Z] #17 209.9 Setting up dmsetup (2:1.02.137-2) ... [2019-10-10T22:48:25.409Z] #17 209.9 Setting up python3-setuptools (33.1.1-1) ... [2019-10-10T22:48:26.086Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-10T22:48:26.922Z] #17 212.8 Setting up dh-python (2.20170125) ... [2019-10-10T22:48:27.016Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.98s) [2019-10-10T22:48:27.016Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.86s) [2019-10-10T22:48:27.016Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.84s) [2019-10-10T22:48:27.016Z] === RUN TestKillStoppedContainer [2019-10-10T22:48:27.016Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-10-10T22:48:27.016Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-10T22:48:27.273Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2019-10-10T22:48:27.273Z] === RUN TestKillDifferentUserContainer [2019-10-10T22:48:28.206Z] --- PASS: TestKillDifferentUserContainer (1.00s) [2019-10-10T22:48:28.206Z] === RUN TestInspectOomKilledTrue [2019-10-10T22:48:28.206Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-10T22:48:28.206Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:48:28.206Z] === RUN TestInspectOomKilledFalse [2019-10-10T22:48:28.206Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-10T22:48:28.206Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:48:28.206Z] === RUN TestLinksEtcHostsContentMatch [2019-10-10T22:48:28.414Z] #17 214.3 Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-10T22:48:28.415Z] #17 214.3 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-10T22:48:28.658Z] ? github.com/docker/docker/api [no test files] [2019-10-10T22:48:28.706Z] #17 DONE 214.6s [2019-10-10T22:48:28.706Z] [2019-10-10T22:48:28.706Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:48:28.706Z] #62 179.7 CC criu/cr-check.o [2019-10-10T22:48:28.706Z] #62 184.1 CC criu/cr-dedup.o [2019-10-10T22:48:28.706Z] #62 185.3 CC criu/cr-dump.o [2019-10-10T22:48:28.706Z] #62 ... [2019-10-10T22:48:28.706Z] [2019-10-10T22:48:28.706Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-10T22:48:28.771Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-10-10T22:48:29.028Z] --- PASS: TestLinksEtcHostsContentMatch (0.81s) [2019-10-10T22:48:29.028Z] === RUN TestLinksContainerNames [2019-10-10T22:48:29.285Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-10T22:48:31.183Z] --- PASS: TestLinksContainerNames (2.04s) [2019-10-10T22:48:31.183Z] === RUN TestLogsFollowTailEmpty [2019-10-10T22:48:31.183Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-10-10T22:48:32.114Z] --- PASS: TestLogsFollowTailEmpty (0.96s) [2019-10-10T22:48:32.115Z] === RUN TestContainerNetworkMountsNoChown [2019-10-10T22:48:32.678Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-10T22:48:32.936Z] --- PASS: TestContainerNetworkMountsNoChown (0.91s) [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/default [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/default [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/private [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/private [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/rprivate [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/slave [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/slave [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/rslave [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/shared [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/shared [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/rshared [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-10T22:48:32.936Z] === CONT TestMountDaemonRoot/default [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-10T22:48:32.936Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-10T22:48:32.936Z] === CONT TestMountDaemonRoot/rshared [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-10T22:48:32.936Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-10T22:48:32.936Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-10T22:48:32.936Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-10T22:48:33.194Z] === CONT TestMountDaemonRoot/shared [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-10T22:48:33.194Z] === CONT TestMountDaemonRoot/rslave [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-10T22:48:33.194Z] === CONT TestMountDaemonRoot/slave [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-10T22:48:33.194Z] === CONT TestMountDaemonRoot/rprivate [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-10T22:48:33.194Z] === CONT TestMountDaemonRoot/private [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-10T22:48:33.194Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-10T22:48:33.194Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-10T22:48:33.194Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-10T22:48:33.194Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-10T22:48:33.194Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-10T22:48:33.194Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-10T22:48:33.194Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-10T22:48:33.194Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-10T22:48:33.451Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-10T22:48:33.451Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-10T22:48:33.451Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-10T22:48:33.451Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-10T22:48:33.451Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-10T22:48:33.451Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-10T22:48:33.451Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-10T22:48:33.451Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-10T22:48:33.451Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-10T22:48:33.709Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-10T22:48:33.709Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-10T22:48:33.709Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-10T22:48:33.709Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-10T22:48:33.709Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-10T22:48:33.709Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-10T22:48:33.709Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-10T22:48:33.709Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-10T22:48:33.966Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-10T22:48:33.966Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-10T22:48:33.966Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-10T22:48:33.966Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot (0.07s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.13s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.12s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.12s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.11s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.07s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.08s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.07s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-10-10T22:48:33.966Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2019-10-10T22:48:33.966Z] === RUN TestContainerBindMountNonRecursive [2019-10-10T22:48:34.326Z] #18 ... [2019-10-10T22:48:34.326Z] [2019-10-10T22:48:34.326Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:48:34.326Z] #62 190.9 CC criu/cr-errno.o [2019-10-10T22:48:34.326Z] #62 191.0 CC criu/cr-restore.o [2019-10-10T22:48:37.359Z] --- PASS: TestContainerBindMountNonRecursive (2.93s) [2019-10-10T22:48:37.359Z] === RUN TestNetworkNat [2019-10-10T22:48:38.289Z] --- PASS: TestNetworkNat (1.35s) [2019-10-10T22:48:38.289Z] === RUN TestNetworkLocalhostTCPNat [2019-10-10T22:48:38.969Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-10-10T22:48:39.660Z] --- PASS: TestNetworkLocalhostTCPNat (1.14s) [2019-10-10T22:48:39.660Z] === RUN TestNetworkLoopbackNat [2019-10-10T22:48:41.038Z] ok github.com/docker/docker/cmd/dockerd 0.051s coverage: 30.3% of statements [2019-10-10T22:48:41.038Z] ok github.com/docker/docker/container 0.113s coverage: 35.3% of statements [2019-10-10T22:48:41.038Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-10T22:48:41.038Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-10T22:48:41.038Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-10T22:48:41.038Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-10T22:48:41.198Z] #62 ... [2019-10-10T22:48:41.198Z] [2019-10-10T22:48:41.198Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:48:41.198Z] #37 278.4 github.com/LK4D4/vndr/godl [2019-10-10T22:48:41.198Z] #37 279.7 github.com/LK4D4/vndr [2019-10-10T22:48:41.487Z] tests/integration/client_test.py ..... [ 75%] [2019-10-10T22:48:41.557Z] --- PASS: TestNetworkLoopbackNat (1.80s) [2019-10-10T22:48:41.557Z] === RUN TestPause [2019-10-10T22:48:42.051Z] tests/integration/errors_test.py . [ 76%] [2019-10-10T22:48:42.926Z] --- PASS: TestPause (1.43s) [2019-10-10T22:48:42.926Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-10T22:48:42.926Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-10T22:48:42.926Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-10T22:48:42.926Z] === RUN TestPauseStopPausedContainer [2019-10-10T22:48:42.967Z] ok github.com/docker/docker/pkg/plugins 33.638s coverage: 76.6% of statements [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/rootless [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/volume [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-10T22:48:42.967Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-10T22:48:42.967Z] [2019-10-10T22:48:42.967Z] === Skipped [2019-10-10T22:48:42.967Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-10T22:48:42.967Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-10T22:48:42.967Z] [2019-10-10T22:48:42.967Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-10T22:48:42.967Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-10T22:48:42.967Z] [2019-10-10T22:48:42.967Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-10T22:48:42.967Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:48:42.967Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:48:42.967Z] [2019-10-10T22:48:42.967Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-10T22:48:42.967Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:48:42.967Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:48:42.967Z] [2019-10-10T22:48:42.967Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-10T22:48:42.967Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:48:42.967Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:48:42.967Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-10T22:48:42.968Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:48:42.968Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-10T22:48:42.968Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:48:42.968Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-10T22:48:42.968Z] graphtest_unix.go:73: No driver to put! [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-10T22:48:42.968Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-10T22:48:42.968Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-10T22:48:42.968Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-10T22:48:42.968Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-10T22:48:42.968Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:48:42.968Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-10T22:48:42.968Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:48:42.968Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-10T22:48:42.968Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:48:42.968Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-10T22:48:42.968Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:48:42.968Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-10T22:48:42.968Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:48:42.968Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-10T22:48:42.968Z] graphtest_unix.go:73: No driver to put! [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-10T22:48:42.968Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-10T22:48:42.968Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] [2019-10-10T22:48:42.968Z] DONE 2114 tests, 20 skipped in 183.848s Post stage [Pipeline] junit [2019-10-10T22:48:42.982Z] Recording test results [2019-10-10T22:48:43.860Z] --- PASS: TestPauseStopPausedContainer (1.02s) [2019-10-10T22:48:43.860Z] === RUN TestPsFilter [2019-10-10T22:48:43.860Z] --- PASS: TestPsFilter (0.22s) [2019-10-10T22:48:43.860Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-10T22:48:44.117Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-10T22:48:44.286Z] ok github.com/docker/docker/daemon/cluster 0.041s coverage: 0.5% of statements [2019-10-10T22:48:45.048Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.16s) [2019-10-10T22:48:45.048Z] === RUN TestRemoveContainerWithVolume [2019-10-10T22:48:45.662Z] #37 ... [2019-10-10T22:48:45.662Z] [2019-10-10T22:48:45.662Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:48:45.662Z] #62 201.8 CC criu/cr-service.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-10T22:48:45.986Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-10-10T22:48:45.986Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-10T22:48:46.078Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40062/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -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:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 hack/make.sh dynbinary test-integration [2019-10-10T22:48:46.132Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-10-10T22:48:46.243Z] --- PASS: TestRemoveContainerWithVolume (1.12s) [2019-10-10T22:48:46.243Z] === RUN TestRemoveContainerRunning [2019-10-10T22:48:46.535Z] ok github.com/docker/docker/api/server 0.144s coverage: 9.0% of statements [2019-10-10T22:48:47.017Z] [2019-10-10T22:48:47.017Z] Removing bundles/ [2019-10-10T22:48:47.017Z] [2019-10-10T22:48:47.017Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-10T22:48:47.017Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-10T22:48:47.017Z] GOOS="" GOARCH="" GOARM="" [2019-10-10T22:48:47.174Z] --- PASS: TestRemoveContainerRunning (0.95s) [2019-10-10T22:48:47.174Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-10T22:48:47.431Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-10T22:48:47.925Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.8% of statements [2019-10-10T22:48:47.996Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.98s) [2019-10-10T22:48:47.996Z] === RUN TestRemoveInvalidContainer [2019-10-10T22:48:47.996Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-10-10T22:48:47.996Z] === RUN TestRenameLinkedContainer [2019-10-10T22:48:48.253Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-10-10T22:48:49.191Z] #62 206.1 CC criu/crtools.o [2019-10-10T22:48:49.623Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-10-10T22:48:51.263Z] #62 ... [2019-10-10T22:48:51.263Z] [2019-10-10T22:48:51.263Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-10T22:48:51.263Z] #18 12.36 Collecting yamllint==1.16.0 [2019-10-10T22:48:51.263Z] #18 14.20 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-10T22:48:51.263Z] #18 15.35 Collecting pyyaml (from yamllint==1.16.0) [2019-10-10T22:48:51.263Z] #18 15.83 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-10T22:48:51.551Z] #18 22.80 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-10T22:48:51.551Z] #18 ... [2019-10-10T22:48:51.551Z] [2019-10-10T22:48:51.551Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:48:51.551Z] #62 208.3 CC criu/eventfd.o [2019-10-10T22:48:52.147Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-10T22:48:52.147Z] --- PASS: TestRenameLinkedContainer (3.83s) [2019-10-10T22:48:52.147Z] === RUN TestRenameStoppedContainer [2019-10-10T22:48:52.178Z] #62 209.1 CC criu/eventpoll.o [2019-10-10T22:48:53.077Z] --- PASS: TestRenameStoppedContainer (1.01s) [2019-10-10T22:48:53.077Z] === RUN TestRenameRunningContainerAndReuse [2019-10-10T22:48:54.897Z] #62 211.5 CC criu/external.o [2019-10-10T22:48:54.897Z] #62 ... [2019-10-10T22:48:54.897Z] [2019-10-10T22:48:54.897Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:48:54.897Z] #37 DONE 294.0s [2019-10-10T22:48:54.897Z] [2019-10-10T22:48:54.897Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-10T22:48:54.897Z] #18 23.12 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-10T22:48:54.972Z] --- PASS: TestRenameRunningContainerAndReuse (1.63s) [2019-10-10T22:48:54.972Z] === RUN TestRenameInvalidName [2019-10-10T22:48:54.972Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-10-10T22:48:55.528Z] #18 26.74 Building wheels for collected packages: pyyaml, pathspec [2019-10-10T22:48:55.528Z] #18 26.75 Running setup.py bdist_wheel for pyyaml: started [2019-10-10T22:48:55.536Z] --- PASS: TestRenameInvalidName (0.97s) [2019-10-10T22:48:55.536Z] === RUN TestRenameAnonymousContainer [2019-10-10T22:48:55.663Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.426s coverage: 13.7% of statements [2019-10-10T22:48:57.005Z] ok github.com/docker/docker/daemon 12.293s coverage: 17.6% of statements [2019-10-10T22:48:57.005Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-10T22:48:57.005Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-10T22:48:57.393Z] ok github.com/docker/docker/daemon/config 0.083s coverage: 84.6% of statements [2019-10-10T22:48:58.058Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-10-10T22:48:58.221Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2019-10-10T22:48:58.221Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2019-10-10T22:48:58.221Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-10T22:48:58.221Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-10T22:48:58.270Z] #18 ... [2019-10-10T22:48:58.270Z] [2019-10-10T22:48:58.270Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:48:58.270Z] #62 212.8 CC criu/fault-injection.o [2019-10-10T22:48:58.270Z] #62 213.2 CC criu/fdstore.o [2019-10-10T22:48:58.270Z] #62 214.0 CC criu/fifo.o [2019-10-10T22:48:58.270Z] #62 214.9 CC criu/file-ids.o [2019-10-10T22:48:58.897Z] #62 215.5 CC criu/file-lock.o [2019-10-10T22:48:59.431Z] --- PASS: TestRenameAnonymousContainer (3.64s) [2019-10-10T22:48:59.431Z] === RUN TestRenameContainerWithSameName [2019-10-10T22:48:59.431Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-10T22:48:59.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-10T22:49:00.120Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2019-10-10T22:49:00.252Z] --- PASS: TestRenameContainerWithSameName (0.95s) [2019-10-10T22:49:00.252Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-10T22:49:00.951Z] #62 217.6 CC criu/files-ext.o [2019-10-10T22:49:01.579Z] #62 218.4 CC criu/files-reg.o [2019-10-10T22:49:02.147Z] --- PASS: TestRenameContainerWithLinkedContainer (2.03s) [2019-10-10T22:49:02.147Z] === RUN TestResize [2019-10-10T22:49:02.186Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-10-10T22:49:02.404Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-10T22:49:02.969Z] --- PASS: TestResize (0.76s) [2019-10-10T22:49:02.969Z] === RUN TestResizeWithInvalidSize [2019-10-10T22:49:03.521Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.228s coverage: 57.9% of statements [2019-10-10T22:49:03.632Z] #62 ... [2019-10-10T22:49:03.632Z] [2019-10-10T22:49:03.632Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-10T22:49:03.632Z] #18 30.43 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-10T22:49:03.632Z] #18 30.43 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-10T22:49:03.632Z] #18 30.59 Running setup.py bdist_wheel for pathspec: started [2019-10-10T22:49:03.632Z] #18 33.10 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-10T22:49:03.632Z] #18 33.10 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-10T22:49:03.632Z] #18 33.14 Successfully built pyyaml pathspec [2019-10-10T22:49:03.632Z] #18 33.14 Installing collected packages: pyyaml, pathspec, yamllint [2019-10-10T22:49:03.632Z] #18 34.20 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-10T22:49:03.632Z] #18 DONE 34.6s [2019-10-10T22:49:03.632Z] [2019-10-10T22:49:03.632Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:49:03.901Z] --- PASS: TestResizeWithInvalidSize (0.84s) [2019-10-10T22:49:03.901Z] === RUN TestResizeWhenContainerNotStarted [2019-10-10T22:49:03.901Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-10-10T22:49:04.466Z] --- PASS: TestResizeWhenContainerNotStarted (0.80s) [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-10T22:49:04.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-10T22:49:04.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-10T22:49:04.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-10T22:49:04.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-10T22:49:04.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-10T22:49:04.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-10T22:49:04.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-10T22:49:04.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:49:04.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:49:04.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:49:04.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:49:04.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:49:04.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:49:04.466Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-10T22:49:04.466Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-10T22:49:04.723Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-10T22:49:05.654Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-10-10T22:49:05.683Z] #51 ... [2019-10-10T22:49:05.683Z] [2019-10-10T22:49:05.683Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:49:05.683Z] #62 222.5 CC criu/files.o [2019-10-10T22:49:06.585Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-10T22:49:07.151Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-10T22:49:07.409Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-10T22:49:08.341Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-10-10T22:49:09.197Z] #62 ... [2019-10-10T22:49:09.197Z] [2019-10-10T22:49:09.197Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-10T22:49:09.197Z] #19 307.8 + rm -rf /tmp/tmp.f3ldNlw186 [2019-10-10T22:49:09.197Z] #19 DONE 308.3s [2019-10-10T22:49:09.197Z] [2019-10-10T22:49:09.197Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:49:09.732Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-10T22:49:09.831Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.579s coverage: 46.2% of statements [2019-10-10T22:49:09.839Z] #57 ... [2019-10-10T22:49:09.839Z] [2019-10-10T22:49:09.839Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:49:09.839Z] #62 226.6 CC criu/filesystems.o [2019-10-10T22:49:10.867Z] #62 ... [2019-10-10T22:49:10.867Z] [2019-10-10T22:49:10.867Z] #20 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-10T22:49:10.867Z] #20 DONE 0.1s [2019-10-10T22:49:11.110Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-10T22:49:11.156Z] [2019-10-10T22:49:11.156Z] #25 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-10T22:49:11.444Z] #25 DONE 0.5s [2019-10-10T22:49:11.444Z] [2019-10-10T22:49:11.444Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:49:11.674Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-10T22:49:11.732Z] #51 ... [2019-10-10T22:49:11.732Z] [2019-10-10T22:49:11.732Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:49:11.732Z] #62 228.5 CC criu/fsnotify.o [2019-10-10T22:49:12.312Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.839s coverage: 51.0% of statements [2019-10-10T22:49:12.606Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-10T22:49:12.850Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.432s coverage: 72.5% of statements [2019-10-10T22:49:12.850Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-10T22:49:13.788Z] #62 230.5 CC criu/image-desc.o [2019-10-10T22:49:13.977Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-10T22:49:14.076Z] #62 230.9 CC criu/image.o [2019-10-10T22:49:14.234Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:49:15.506Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.539s coverage: 76.1% of statements [2019-10-10T22:49:15.580Z] #62 232.5 CC criu/ipc_ns.o [2019-10-10T22:49:15.604Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-10T22:49:15.861Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:49:16.117Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:49:16.805Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-10-10T22:49:17.489Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-10T22:49:17.489Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:49:17.626Z] #62 234.4 CC criu/irmap.o [2019-10-10T22:49:18.052Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-10T22:49:18.137Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2019-10-10T22:49:18.647Z] #62 235.4 CC criu/kcmp-ids.o [2019-10-10T22:49:19.272Z] #62 235.9 CC criu/kerndat.o [2019-10-10T22:49:19.948Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-10-10T22:49:20.016Z] ok github.com/docker/docker/daemon/images 0.009s coverage: 4.9% of statements [2019-10-10T22:49:20.016Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.622s coverage: 57.0% of statements [2019-10-10T22:49:20.016Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-10T22:49:20.017Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-10T22:49:20.017Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-10T22:49:20.407Z] ok github.com/docker/docker/daemon/links 0.009s coverage: 93.0% of statements [2019-10-10T22:49:20.407Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.64s) [2019-10-10T22:49:20.513Z] 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-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.77s) [2019-10-10T22:49:20.513Z] 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-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.83s) [2019-10-10T22:49:20.513Z] 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-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.25s) [2019-10-10T22:49:20.513Z] 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-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.67s) [2019-10-10T22:49:20.513Z] 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-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.64s) [2019-10-10T22:49:20.513Z] 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-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.63s) [2019-10-10T22:49:20.513Z] 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-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.50s) [2019-10-10T22:49:20.513Z] 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-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.71s) [2019-10-10T22:49:20.513Z] 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-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.70s) [2019-10-10T22:49:20.513Z] 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-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.69s) [2019-10-10T22:49:20.513Z] 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-10T22:49:20.513Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.55s) [2019-10-10T22:49:20.513Z] 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-10T22:49:20.513Z] === RUN TestCgroupNamespacesRun [2019-10-10T22:49:20.768Z] #62 237.7 CC criu/libnetlink.o [2019-10-10T22:49:21.445Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-10T22:49:21.716Z] ok github.com/docker/docker/daemon/logger 0.211s coverage: 42.7% of statements [2019-10-10T22:49:21.795Z] #62 238.4 CC criu/log.o [2019-10-10T22:49:22.377Z] --- PASS: TestCgroupNamespacesRun (1.69s) [2019-10-10T22:49:22.378Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-10T22:49:22.378Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-10T22:49:22.439Z] #62 239.1 CC criu/lsm.o [2019-10-10T22:49:22.541Z] ok github.com/docker/docker/daemon/logger/awslogs 0.112s coverage: 77.8% of statements [2019-10-10T22:49:22.541Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-10T22:49:22.541Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-10T22:49:22.726Z] #62 239.7 CC criu/mem.o [2019-10-10T22:49:22.835Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-10-10T22:49:23.308Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-10-10T22:49:23.667Z] ok github.com/docker/docker/daemon/logger/gelf 0.018s coverage: 68.2% of statements [2019-10-10T22:49:23.872Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.75s) [2019-10-10T22:49:23.872Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-10T22:49:23.872Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-10T22:49:24.720Z] ok github.com/docker/docker/daemon/logger/journald 0.039s coverage: 26.2% of statements [2019-10-10T22:49:24.720Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 62.1% of statements [2019-10-10T22:49:25.243Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-10-10T22:49:25.550Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.013s coverage: 88.3% of statements [2019-10-10T22:49:25.807Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.75s) [2019-10-10T22:49:25.807Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-10T22:49:25.807Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-10T22:49:25.916Z] ok github.com/docker/docker/daemon/logger/local 0.024s coverage: 74.7% of statements [2019-10-10T22:49:25.916Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-10T22:49:26.224Z] #62 242.7 CC criu/mount.o [2019-10-10T22:49:26.762Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.051s coverage: 19.9% of statements [2019-10-10T22:49:27.704Z] --- PASS: TestCgroupNamespacesRunHostMode (1.79s) [2019-10-10T22:49:27.704Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-10T22:49:27.704Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-10T22:49:27.704Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-10-10T22:49:28.653Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2019-10-10T22:49:28.653Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2019-10-10T22:49:29.043Z] ok github.com/docker/docker/daemon/logger/splunk 1.579s coverage: 84.5% of statements [2019-10-10T22:49:29.043Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-10T22:49:29.600Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.86s) [2019-10-10T22:49:29.600Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-10T22:49:29.600Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-10T22:49:29.861Z] ok github.com/docker/docker/daemon/network 0.013s coverage: 63.8% of statements [2019-10-10T22:49:29.861Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-10T22:49:30.165Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.83s) [2019-10-10T22:49:30.165Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-10T22:49:30.165Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-10T22:49:30.731Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-10-10T22:49:30.731Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-10-10T22:49:30.731Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-10-10T22:49:30.988Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s) [2019-10-10T22:49:30.988Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-10T22:49:30.988Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-10T22:49:31.767Z] #62 ... [2019-10-10T22:49:31.767Z] [2019-10-10T22:49:31.767Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-10T22:49:31.767Z] #46 280.0 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-10T22:49:31.809Z] ok github.com/docker/docker/distribution/metadata 0.053s coverage: 48.2% of statements [2019-10-10T22:49:32.459Z] ok github.com/docker/docker/distribution 0.389s coverage: 22.4% of statements [2019-10-10T22:49:32.459Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-10T22:49:32.882Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.84s) [2019-10-10T22:49:32.882Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-10T22:49:32.882Z] === RUN TestKernelTCPMemory [2019-10-10T22:49:33.929Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2019-10-10T22:49:34.264Z] --- PASS: TestKernelTCPMemory (1.15s) [2019-10-10T22:49:34.264Z] === RUN TestNISDomainname [2019-10-10T22:49:34.264Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-10T22:49:34.831Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-10-10T22:49:35.240Z] ok github.com/docker/docker/image 0.015s coverage: 86.4% of statements [2019-10-10T22:49:35.275Z] #46 283.7 + mkdir -p /build [2019-10-10T22:49:35.275Z] #46 283.7 + cp runc /build/runc [2019-10-10T22:49:35.275Z] #46 DONE 283.8s [2019-10-10T22:49:35.275Z] [2019-10-10T22:49:35.275Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:49:35.275Z] #62 248.7 CC criu/namespaces.o [2019-10-10T22:49:35.275Z] #62 251.9 CC criu/net.o [2019-10-10T22:49:35.764Z] --- PASS: TestNISDomainname (1.51s) [2019-10-10T22:49:35.764Z] === RUN TestHostnameDnsResolution [2019-10-10T22:49:36.028Z] ok github.com/docker/docker/distribution/xfer 1.952s coverage: 85.1% of statements [2019-10-10T22:49:36.028Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-10T22:49:36.028Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2019-10-10T22:49:36.028Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-10T22:49:37.134Z] --- PASS: TestHostnameDnsResolution (1.48s) [2019-10-10T22:49:37.134Z] === RUN TestStats [2019-10-10T22:49:37.373Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2019-10-10T22:49:37.373Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-10T22:49:37.391Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-10T22:49:38.181Z] ok github.com/docker/docker/libcontainerd/queue 0.030s coverage: 100.0% of statements [2019-10-10T22:49:38.998Z] ok github.com/docker/docker/opts 0.026s coverage: 66.9% of statements [2019-10-10T22:49:39.373Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-10-10T22:49:39.914Z] --- PASS: TestStats (2.78s) [2019-10-10T22:49:39.914Z] === RUN TestStopContainerWithTimeout [2019-10-10T22:49:39.914Z] === RUN TestStopContainerWithTimeout/0 [2019-10-10T22:49:39.914Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-10T22:49:39.914Z] === RUN TestStopContainerWithTimeout/1 [2019-10-10T22:49:39.914Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-10T22:49:39.914Z] === RUN TestStopContainerWithTimeout/3 [2019-10-10T22:49:39.914Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-10T22:49:39.914Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-10T22:49:39.914Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-10T22:49:39.914Z] === CONT TestStopContainerWithTimeout/0 [2019-10-10T22:49:39.914Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-10T22:49:39.914Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-10-10T22:49:40.171Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-10T22:49:40.429Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-10T22:49:40.838Z] #62 257.1 CC criu/netfilter.o [2019-10-10T22:49:40.838Z] #62 257.7 CC criu/page-pipe.o [2019-10-10T22:49:40.994Z] === CONT TestStopContainerWithTimeout/3 [2019-10-10T22:49:41.206Z] ok github.com/docker/docker/pkg/archive 0.522s coverage: 77.2% of statements [2019-10-10T22:49:41.865Z] #62 258.8 CC criu/page-xfer.o [2019-10-10T22:49:42.720Z] ok github.com/docker/docker/pkg/authorization 0.555s coverage: 68.3% of statements [2019-10-10T22:49:42.892Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-10T22:49:43.142Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-10-10T22:49:43.150Z] === CONT TestStopContainerWithTimeout/1 [2019-10-10T22:49:43.407Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-10-10T22:49:43.445Z] ......... [ 85%] [2019-10-10T22:49:43.531Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-10T22:49:43.918Z] #62 260.7 CC criu/pagemap-cache.o [2019-10-10T22:49:44.219Z] #62 261.2 CC criu/pagemap.o [2019-10-10T22:49:45.301Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-10-10T22:49:45.301Z] --- PASS: TestStopContainerWithTimeout/0 (1.22s) [2019-10-10T22:49:45.301Z] --- PASS: TestStopContainerWithTimeout/-1 (3.28s) [2019-10-10T22:49:45.301Z] --- PASS: TestStopContainerWithTimeout/3 (3.02s) [2019-10-10T22:49:45.301Z] --- PASS: TestStopContainerWithTimeout/1 (2.05s) [2019-10-10T22:49:45.301Z] === RUN TestDeleteDevicemapper [2019-10-10T22:49:45.301Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-10T22:49:45.301Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-10T22:49:45.301Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-10T22:49:45.361Z] ok github.com/docker/docker/layer 7.228s coverage: 68.8% of statements [2019-10-10T22:49:45.361Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-10T22:49:45.361Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-10T22:49:45.361Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-10T22:49:45.361Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-10T22:49:45.361Z] ? github.com/docker/docker/oci [no test files] [2019-10-10T22:49:45.361Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-10T22:49:45.361Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-10-10T22:49:45.558Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-10T22:49:45.714Z] #62 262.5 CC criu/parasite-syscall.o [2019-10-10T22:49:46.189Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2019-10-10T22:49:46.492Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-10-10T22:49:46.571Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-10T22:49:47.386Z] ok github.com/docker/docker/api/server/httputils 0.179s coverage: 14.7% of statements [2019-10-10T22:49:47.386Z] ok github.com/docker/docker/api/server/middleware 0.222s coverage: 37.7% of statements [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-10T22:49:47.386Z] ok github.com/docker/docker/api/server/router/swarm 0.137s coverage: 4.0% of statements [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-10T22:49:47.386Z] ok github.com/docker/docker/api/types/filters 0.074s coverage: 95.2% of statements [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-10T22:49:47.386Z] ok github.com/docker/docker/api/types/strslice 0.106s coverage: 90.0% of statements [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-10T22:49:47.386Z] ok github.com/docker/docker/api/types/time 0.503s coverage: 100.0% of statements [2019-10-10T22:49:47.386Z] ok github.com/docker/docker/api/types/versions 0.091s coverage: 75.0% of statements [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/builder [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-10T22:49:47.386Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-10T22:49:47.760Z] #62 264.3 CC criu/path.o [2019-10-10T22:49:47.889Z] ok github.com/docker/docker/pkg/chrootarchive 3.469s coverage: 43.2% of statements [2019-10-10T22:49:47.890Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-10T22:49:47.890Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-10T22:49:48.049Z] #62 264.9 CC criu/pie-util-vdso-elf32.o [2019-10-10T22:49:48.678Z] #62 265.5 CC criu/pie-util-vdso.o [2019-10-10T22:49:48.722Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2019-10-10T22:49:49.015Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.52s) [2019-10-10T22:49:49.015Z] === RUN TestUpdateMemory [2019-10-10T22:49:49.015Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-10T22:49:49.015Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:49:49.015Z] === RUN TestUpdateCPUQuota [2019-10-10T22:49:49.015Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-10-10T22:49:49.123Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2019-10-10T22:49:49.304Z] #62 266.2 CC criu/pie-util.o [2019-10-10T22:49:49.930Z] #62 266.6 CC criu/pipes.o [2019-10-10T22:49:49.954Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2019-10-10T22:49:49.971Z] tests/integration/models_images_test.py ............... [ 89%] [2019-10-10T22:49:50.409Z] ok github.com/docker/docker/pkg/discovery/kv 3.108s coverage: 84.1% of statements [2019-10-10T22:49:50.909Z] --- PASS: TestUpdateCPUQuota (1.90s) [2019-10-10T22:49:50.909Z] === RUN TestUpdatePidsLimit [2019-10-10T22:49:50.909Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-10T22:49:50.909Z] === RUN TestUpdatePidsLimit/no_change [2019-10-10T22:49:50.952Z] #62 267.9 CC criu/plugin.o [2019-10-10T22:49:51.208Z] ok github.com/docker/docker/builder/dockerfile 0.804s coverage: 46.1% of statements [2019-10-10T22:49:51.208Z] ok github.com/docker/docker/builder/dockerignore 0.100s coverage: 96.8% of statements [2019-10-10T22:49:51.208Z] ok github.com/docker/docker/builder/remotecontext 0.789s coverage: 9.2% of statements [2019-10-10T22:49:51.350Z] ok github.com/docker/docker/pkg/filenotify 0.620s coverage: 67.0% of statements [2019-10-10T22:49:51.350Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 89.5% of statements [2019-10-10T22:49:51.474Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-10T22:49:51.765Z] ok github.com/docker/docker/pkg/homedir 0.015s coverage: 11.4% of statements [2019-10-10T22:49:51.995Z] #62 268.5 CC criu/proc_parse.o [2019-10-10T22:49:52.038Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-10T22:49:52.038Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-10T22:49:52.120Z] tests/integration/models_networks_test.py .... [ 90%] [2019-10-10T22:49:52.140Z] ok github.com/docker/docker/pkg/fsutils 0.441s coverage: 85.1% of statements [2019-10-10T22:49:52.294Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-10T22:49:52.859Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-10T22:49:52.859Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-10-10T22:49:52.953Z] ok github.com/docker/docker/pkg/idtools 0.460s coverage: 70.1% of statements [2019-10-10T22:49:53.334Z] ok github.com/docker/docker/pkg/ioutils 0.506s coverage: 69.3% of statements [2019-10-10T22:49:53.334Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2019-10-10T22:49:53.424Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-10T22:49:53.424Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-10T22:49:53.731Z] ok github.com/docker/docker/pkg/locker 0.014s coverage: 88.9% of statements [2019-10-10T22:49:53.731Z] ok github.com/docker/docker/pkg/longpath 0.013s coverage: 100.0% of statements [2019-10-10T22:49:53.731Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-10T22:49:54.545Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2019-10-10T22:49:54.723Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-10T22:49:54.723Z] [2019-10-10T22:49:54.723Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-10T22:49:54.723Z] PKG_CONFIG=pkg-config [2019-10-10T22:49:54.723Z] GOLANG_VERSION=1.13.1 [2019-10-10T22:49:54.723Z] HOSTNAME=6db63bf15887 [2019-10-10T22:49:54.723Z] DOCKER_EXPERIMENTAL=1 [2019-10-10T22:49:54.723Z] container=docker [2019-10-10T22:49:54.723Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-10T22:49:54.723Z] GO111MODULE=off [2019-10-10T22:49:54.723Z] GOPATH=/go [2019-10-10T22:49:54.723Z] PWD=/go/src/github.com/docker/docker [2019-10-10T22:49:54.723Z] HOME=/root [2019-10-10T22:49:54.723Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-10T22:49:54.723Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-10T22:49:54.723Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-10T22:49:54.723Z] DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:49:54.723Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-10T22:49:54.723Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-10T22:49:54.723Z] TERM=xterm [2019-10-10T22:49:54.723Z] VALIDATE_BRANCH=master [2019-10-10T22:49:54.723Z] DEST=bundles/test-integration [2019-10-10T22:49:54.723Z] SHLVL=1 [2019-10-10T22:49:54.723Z] TIMEOUT=120m [2019-10-10T22:49:54.723Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-10T22:49:54.723Z] DOCKER_PKG=github.com/docker/docker [2019-10-10T22:49:54.723Z] TESTDEBUG=0 [2019-10-10T22:49:54.723Z] _=/usr/bin/env [2019-10-10T22:49:54.723Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-10T22:49:54.938Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2019-10-10T22:49:55.321Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-10T22:49:55.321Z] --- PASS: TestUpdatePidsLimit (4.54s) [2019-10-10T22:49:55.321Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2019-10-10T22:49:55.321Z] --- PASS: TestUpdatePidsLimit/no_change (0.44s) [2019-10-10T22:49:55.321Z] --- PASS: TestUpdatePidsLimit/update_lower (0.46s) [2019-10-10T22:49:55.321Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2019-10-10T22:49:55.321Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.50s) [2019-10-10T22:49:55.321Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.50s) [2019-10-10T22:49:55.321Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.47s) [2019-10-10T22:49:55.321Z] === RUN TestUpdateRestartPolicy [2019-10-10T22:49:55.324Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2019-10-10T22:49:55.704Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2019-10-10T22:49:55.704Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-10-10T22:49:55.704Z] ok github.com/docker/docker/pkg/mount 1.233s coverage: 69.6% of statements [2019-10-10T22:49:55.704Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-10T22:49:55.704Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-10T22:49:55.704Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-10T22:49:55.886Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-10T22:49:56.429Z] #62 272.7 CC criu/protobuf-desc.o [2019-10-10T22:49:56.449Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-10T22:49:57.006Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2019-10-10T22:49:57.014Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-10-10T22:49:57.368Z] tests/integration/models_nodes_test.py . [ 91%] [2019-10-10T22:49:57.460Z] #62 274.2 CC criu/protobuf.o [2019-10-10T22:49:57.751Z] #62 274.8 CC criu/pstree.o [2019-10-10T22:49:57.824Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-10T22:49:58.212Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-10T22:49:58.212Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-10-10T22:49:59.261Z] tests/integration/models_resources_test.py . [ 91%] [2019-10-10T22:49:59.711Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 73.9% of statements [2019-10-10T22:49:59.807Z] #62 276.6 CC criu/rbtree.o [2019-10-10T22:50:00.220Z] ok github.com/docker/docker/pkg/reexec 0.004s coverage: 82.4% of statements [2019-10-10T22:50:00.431Z] #62 277.2 CC criu/rst-malloc.o [2019-10-10T22:50:00.733Z] #62 277.7 CC criu/seccomp.o [2019-10-10T22:50:02.237Z] #62 278.9 CC criu/seize.o [2019-10-10T22:50:02.265Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-10-10T22:50:02.265Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-10T22:50:03.265Z] #62 ... [2019-10-10T22:50:03.265Z] [2019-10-10T22:50:03.265Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:50:03.265Z] #59 362.7 + dpkg --print-architecture [2019-10-10T22:50:03.265Z] #59 362.7 + cd /tmp/tmp.x6yKkguLlJ/src/github.com/docker/distribution [2019-10-10T22:50:03.265Z] #59 362.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-10T22:50:03.415Z] ok github.com/docker/docker/pkg/signal 2.490s coverage: 61.0% of statements [2019-10-10T22:50:03.415Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-10-10T22:50:03.556Z] #59 363.0 + GOPATH=/tmp/tmp.x6yKkguLlJ/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.x6yKkguLlJ [2019-10-10T22:50:03.556Z] #59 363.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-10T22:50:03.639Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-10T22:50:03.639Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-10-10T22:50:04.214Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-10-10T22:50:04.235Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2019-10-10T22:50:04.235Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-10T22:50:04.608Z] ok github.com/docker/docker/pkg/symlink 0.016s coverage: 87.7% of statements [2019-10-10T22:50:05.022Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-10-10T22:50:05.444Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-10-10T22:50:05.586Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-10T22:50:05.816Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 36.9% of statements [2019-10-10T22:50:06.603Z] ok github.com/docker/docker/pkg/tailfile 0.071s coverage: 88.6% of statements [2019-10-10T22:50:06.959Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-10-10T22:50:06.994Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2019-10-10T22:50:07.815Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-10-10T22:50:07.815Z] testing: warning: no tests to run [2019-10-10T22:50:07.815Z] coverage: [no statements] [2019-10-10T22:50:07.815Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-10-10T22:50:08.220Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-10T22:50:08.678Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-10-10T22:50:08.678Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-10-10T22:50:09.435Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-10-10T22:50:09.435Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-10-10T22:50:09.480Z] --- PASS: TestUpdateRestartPolicy (14.05s) [2019-10-10T22:50:09.480Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-10T22:50:10.045Z] --- PASS: TestUpdateRestartWithAutoRemove (0.88s) [2019-10-10T22:50:10.045Z] === RUN TestWaitNonBlocked [2019-10-10T22:50:10.045Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T22:50:10.045Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T22:50:10.045Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T22:50:10.045Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T22:50:10.045Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T22:50:10.045Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T22:50:10.612Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-10-10T22:50:11.290Z] ok github.com/docker/docker/plugin 0.550s coverage: 27.1% of statements [2019-10-10T22:50:11.547Z] --- PASS: TestWaitNonBlocked (0.04s) [2019-10-10T22:50:11.547Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.00s) [2019-10-10T22:50:11.547Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.27s) [2019-10-10T22:50:11.547Z] === RUN TestWaitBlocked [2019-10-10T22:50:11.547Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-10T22:50:11.547Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-10T22:50:11.547Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-10T22:50:11.547Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-10T22:50:11.547Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-10T22:50:11.547Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-10T22:50:11.547Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-10T22:50:12.478Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-10T22:50:12.478Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.08s) [2019-10-10T22:50:12.478Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.21s) [2019-10-10T22:50:12.478Z] === CONT TestContainerStartOnDaemonRestart [2019-10-10T22:50:12.478Z] === CONT TestIpcModeOlderClient [2019-10-10T22:50:12.586Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-10-10T22:50:12.735Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-10-10T22:50:12.735Z] === CONT TestDaemonRestartIpcMode [2019-10-10T22:50:12.993Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-10-10T22:50:13.383Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 76.2% of statements [2019-10-10T22:50:13.762Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2019-10-10T22:50:13.907Z] #59 ... [2019-10-10T22:50:13.908Z] [2019-10-10T22:50:13.908Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:50:13.908Z] #62 280.4 CC criu/servicefd.o [2019-10-10T22:50:13.908Z] #62 281.3 CC criu/shmem.o [2019-10-10T22:50:13.908Z] #62 283.0 CC criu/sigframe.o [2019-10-10T22:50:13.908Z] #62 283.3 CC criu/signalfd.o [2019-10-10T22:50:13.908Z] #62 283.7 CC criu/sk-inet.o [2019-10-10T22:50:13.908Z] #62 285.4 CC criu/sk-netlink.o [2019-10-10T22:50:13.908Z] #62 286.2 CC criu/sk-packet.o [2019-10-10T22:50:13.908Z] #62 287.4 CC criu/sk-queue.o [2019-10-10T22:50:13.908Z] #62 288.2 CC criu/sk-tcp.o [2019-10-10T22:50:13.908Z] #62 289.0 CC criu/sk-unix.o [2019-10-10T22:50:13.924Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-10T22:50:14.855Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-10T22:50:15.057Z] ok github.com/docker/docker/registry 0.188s coverage: 56.3% of statements [2019-10-10T22:50:15.136Z] tests/integration/regression_test.py ...... [ 98%] [2019-10-10T22:50:15.394Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-10-10T22:50:15.394Z] tests/integration/credentials/utils_test.py . [100%] [2019-10-10T22:50:15.394Z] [2019-10-10T22:50:15.394Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-10-10T22:50:15.394Z] =========================== short test summary info ============================ [2019-10-10T22:50:15.394Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-10-10T22:50:15.394Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-10-10T22:50:15.394Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-10-10T22:50:15.394Z] Not supported on most drivers [2019-10-10T22:50:15.394Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-10-10T22:50:15.394Z] This doesn't seem to be taken into account by the engine [2019-10-10T22:50:15.394Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2019-10-10T22:50:15.394Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2019-10-10T22:50:15.394Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-10-10T22:50:15.394Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-10-10T22:50:15.394Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-10-10T22:50:15.394Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-10-10T22:50:15.394Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-10-10T22:50:15.394Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 389.49 seconds == [2019-10-10T22:50:15.420Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-10T22:50:15.420Z] --- PASS: TestContainerStartOnDaemonRestart (2.94s) [2019-10-10T22:50:15.420Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-10T22:50:15.420Z] #62 292.4 CC criu/sockets.o [2019-10-10T22:50:15.678Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-10T22:50:15.848Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-10-10T22:50:15.957Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-10-10T22:50:16.234Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2019-10-10T22:50:16.243Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-10T22:50:16.500Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-10-10T22:50:16.500Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-10T22:50:16.500Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-10T22:50:16.758Z] --- PASS: TestDaemonRestartIpcMode (3.92s) [2019-10-10T22:50:16.758Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-10T22:50:16.758Z] PASS [2019-10-10T22:50:16.758Z] [2019-10-10T22:50:16.758Z] === Skipped [2019-10-10T22:50:16.758Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-10-10T22:50:16.758Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-10T22:50:16.758Z] [2019-10-10T22:50:16.758Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-10T22:50:16.758Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:50:16.758Z] [2019-10-10T22:50:16.758Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-10T22:50:16.758Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:50:16.758Z] [2019-10-10T22:50:16.758Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-10T22:50:16.758Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-10T22:50:16.758Z] [2019-10-10T22:50:16.758Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-10T22:50:16.758Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-10T22:50:16.758Z] [2019-10-10T22:50:16.758Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-10-10T22:50:16.758Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:50:16.758Z] [2019-10-10T22:50:16.758Z] [2019-10-10T22:50:16.758Z] DONE 197 tests, 6 skipped in 152.769s [2019-10-10T22:50:16.758Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-10-10T22:50:16.758Z] ++ 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-10T22:50:16.758Z] ++ set -e [2019-10-10T22:50:16.758Z] ++ '[' -n 0 ']' [2019-10-10T22:50:16.758Z] ++ set -x [2019-10-10T22:50:16.758Z] ++ 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-10T22:50:17.015Z] INFO: Testing against a local daemon [2019-10-10T22:50:17.015Z] === RUN TestCommitInheritsEnv [2019-10-10T22:50:17.080Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-10-10T22:50:17.473Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-10T22:50:17.485Z] #62 294.1 CC criu/stats.o [2019-10-10T22:50:17.580Z] --- PASS: TestCommitInheritsEnv (0.47s) [2019-10-10T22:50:17.580Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-10T22:50:17.580Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-10T22:50:17.580Z] === RUN TestImagesFilterMultiReference [2019-10-10T22:50:17.580Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2019-10-10T22:50:17.580Z] === RUN TestImagePullPlatformInvalid [2019-10-10T22:50:17.580Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2019-10-10T22:50:17.580Z] === RUN TestRemoveImageOrphaning [2019-10-10T22:50:17.772Z] #62 294.7 CC criu/string.o [2019-10-10T22:50:18.061Z] #62 294.9 CC criu/sysctl.o [2019-10-10T22:50:18.144Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-10T22:50:18.144Z] --- PASS: TestRemoveImageOrphaning (0.57s) [2019-10-10T22:50:18.144Z] === RUN TestRemoveImageGarbageCollector [2019-10-10T22:50:19.088Z] #62 296.0 CC criu/sysfs_parse.o [2019-10-10T22:50:20.115Z] #62 296.8 CC criu/timerfd.o [2019-10-10T22:50:20.669Z] --- PASS: TestRemoveImageGarbageCollector (2.21s) [2019-10-10T22:50:20.669Z] remove_unix_test.go:40: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector" [2019-10-10T22:50:20.669Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-10T22:50:20.669Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-10T22:50:20.669Z] === RUN TestTagInvalidReference [2019-10-10T22:50:20.669Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-10T22:50:20.669Z] === RUN TestTagValidPrefixedRepo [2019-10-10T22:50:20.669Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-10-10T22:50:20.669Z] === RUN TestTagExistedNameWithoutForce [2019-10-10T22:50:20.669Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-10-10T22:50:20.669Z] === RUN TestTagOfficialNames [2019-10-10T22:50:20.669Z] --- PASS: TestTagOfficialNames (0.07s) [2019-10-10T22:50:20.669Z] === RUN TestTagMatchesDigest [2019-10-10T22:50:20.669Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-10T22:50:20.669Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-10T22:50:20.744Z] #62 297.5 CC criu/tty.o [2019-10-10T22:50:20.866Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2019-10-10T22:50:21.236Z] ok github.com/docker/docker/volume/local 0.043s coverage: 73.0% of statements [2019-10-10T22:50:21.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-10T22:50:21.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-10T22:50:21.542Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-10T22:50:22.030Z] ok github.com/docker/docker/volume/mounts 0.026s coverage: 67.0% of statements [2019-10-10T22:50:22.564Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-10-10T22:50:22.862Z] ok github.com/docker/docker/volume/service 0.021s coverage: 73.0% of statements [2019-10-10T22:50:23.495Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-10-10T22:50:24.060Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-10-10T22:50:24.625Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-10T22:50:24.625Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-10-10T22:50:25.189Z] #62 301.2 CC criu/tun.o [2019-10-10T22:50:25.477Z] #62 302.3 CC criu/uffd.o [2019-10-10T22:50:25.995Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-10T22:50:27.137Z] ok github.com/docker/docker/builder/remotecontext/git 36.335s coverage: 85.1% of statements [2019-10-10T22:50:27.137Z] ? github.com/docker/docker/cli [no test files] [2019-10-10T22:50:27.137Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-10T22:50:27.137Z] ok github.com/docker/docker/cli/debug 0.043s coverage: 100.0% of statements [2019-10-10T22:50:27.137Z] ok github.com/docker/docker/client 0.522s coverage: 75.3% of statements [2019-10-10T22:50:28.131Z] Clearing AppArmor profiles cache:. [2019-10-10T22:50:28.131Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-10T22:50:28.131Z] Unloading profiles will leave already running processes permanently [2019-10-10T22:50:28.131Z] unconfined, which can lead to unexpected situations. [2019-10-10T22:50:28.131Z] [2019-10-10T22:50:28.131Z] To set a process to complain mode, use the command line tool [2019-10-10T22:50:28.131Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-10T22:50:28.131Z] with the 'teardown' option." [2019-10-10T22:50:28.131Z] [2019-10-10T22:50:28.193Z] #62 304.7 CC criu/util.o Post stage [Pipeline] junit [2019-10-10T22:50:28.709Z] Recording test results [Pipeline] sh [2019-10-10T22:50:29.104Z] + echo Ensuring container killed. [2019-10-10T22:50:29.104Z] Ensuring container killed. [2019-10-10T22:50:29.104Z] + docker rm -vf docker-pr10 [2019-10-10T22:50:29.104Z] Error: No such container: docker-pr10 [2019-10-10T22:50:29.104Z] + true [Pipeline] sh [2019-10-10T22:50:29.384Z] + echo Chowning /workspace to jenkins user [2019-10-10T22:50:29.384Z] Chowning /workspace to jenkins user [2019-10-10T22:50:29.384Z] + id -u [2019-10-10T22:50:29.384Z] + id -g [2019-10-10T22:50:29.384Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40062:/workspace busybox chown -R 1000:1000 /workspace [2019-10-10T22:50:30.173Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-10-10T22:50:30.173Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-10T22:50:30.252Z] #62 307.1 CC criu/uts_ns.o [2019-10-10T22:50:30.882Z] #62 307.6 CC criu/vdso.o [2019-10-10T22:50:30.964Z] ok github.com/docker/docker/cmd/dockerd 0.574s coverage: 19.0% of statements [2019-10-10T22:50:31.104Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-10T22:50:31.375Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-10-10T22:50:31.375Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-10T22:50:31.573Z] + bundleName=docker-py [2019-10-10T22:50:31.573Z] + echo Creating docker-py-bundles.tar.gz [2019-10-10T22:50:31.573Z] Creating docker-py-bundles.tar.gz [2019-10-10T22:50:31.573Z] + 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-10T22:50:31.584Z] Archiving artifacts [2019-10-10T22:50:31.754Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40062/10/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-10-10T22:50:31.923Z] #62 308.6 LINK criu/built-in.o [2019-10-10T22:50:31.923Z] #62 308.9 LINK criu/criu [2019-10-10T22:50:31.946Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-10T22:50:31.946Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-10-10T22:50:32.103Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40062/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -e DOCKER_GRAPHDRIVER docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 hack/make.sh binary-daemon [2019-10-10T22:50:32.194Z] ok github.com/docker/docker/pkg/plugins 33.620s coverage: 76.6% of statements [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/rootless [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/volume [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-10T22:50:32.194Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === Skipped [2019-10-10T22:50:32.194Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-10T22:50:32.194Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-10T22:50:32.194Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:50:32.194Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:50:32.194Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:50:32.194Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:50:32.194Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:50:32.194Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:73: No driver to put! [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-10T22:50:32.194Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-10T22:50:32.194Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-10T22:50:32.194Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:50:32.194Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:50:32.194Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:50:32.194Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:50:32.194Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:50:32.194Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-10T22:50:32.194Z] graphtest_unix.go:73: No driver to put! [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-10T22:50:32.194Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-10T22:50:32.194Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] [2019-10-10T22:50:32.194Z] DONE 2114 tests, 20 skipped in 224.892s Post stage [Pipeline] junit [2019-10-10T22:50:32.330Z] Recording test results [2019-10-10T22:50:32.511Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-10T22:50:32.668Z] [2019-10-10T22:50:32.926Z] Removing bundles/ [2019-10-10T22:50:32.926Z] [2019-10-10T22:50:32.926Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-10-10T22:50:32.926Z] Building: bundles/binary-daemon/dockerd-dev [2019-10-10T22:50:32.926Z] GOOS="" GOARCH="" GOARM="" [2019-10-10T22:50:32.954Z] #62 310.0 DEP lib/c/criu.d [2019-10-10T22:50:33.241Z] #62 310.2 CC images/rpc.pb-c.o [2019-10-10T22:50:33.445Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-10T22:50:33.702Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-10T22:50:33.932Z] ok github.com/docker/docker/container 0.576s coverage: 42.5% of statements [2019-10-10T22:50:33.932Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-10T22:50:33.932Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-10T22:50:33.932Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-10T22:50:33.932Z] ? github.com/docker/docker/contrib/httpserver [no test files] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-10T22:50:34.267Z] #62 311.3 CC lib/c/criu.o [2019-10-10T22:50:34.811Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40062/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -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:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 hack/make.sh dynbinary test-integration [2019-10-10T22:50:35.202Z] [2019-10-10T22:50:35.202Z] Removing bundles/ [2019-10-10T22:50:35.202Z] [2019-10-10T22:50:35.202Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-10T22:50:35.202Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-10T22:50:35.202Z] GOOS="" GOARCH="" GOARM="" [2019-10-10T22:50:35.598Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-10-10T22:50:36.161Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-10-10T22:50:36.389Z] #62 313.4 LINK lib/c/built-in.o [2019-10-10T22:50:36.678Z] #62 313.4 LINK lib/c/libcriu.so [2019-10-10T22:50:37.305Z] #62 314.0 GEN magic.py [2019-10-10T22:50:37.594Z] #62 314.3 Note: Building without setproctitle() and strlcpy() support. [2019-10-10T22:50:37.594Z] #62 314.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-10T22:50:38.621Z] #62 315.3 fatal: Not a git repository (or any of the parent directories): .git [2019-10-10T22:50:39.439Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-10-10T22:50:39.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-10T22:50:40.136Z] #62 316.9 make[1]: Nothing to be done for 'all'. [2019-10-10T22:50:41.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-10T22:50:41.635Z] #62 318.2 make[1]: 'images/built-in.o' is up to date. [2019-10-10T22:50:41.635Z] #62 318.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-10T22:50:41.635Z] #62 318.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-10T22:50:41.635Z] #62 318.4 make[1]: 'compel/libcompel.a' is up to date. [2019-10-10T22:50:41.635Z] #62 318.5 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-10T22:50:41.635Z] #62 318.5 make[1]: Nothing to be done for 'all'. [2019-10-10T22:50:41.924Z] #62 318.6 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-10T22:50:41.924Z] #62 ... [2019-10-10T22:50:41.924Z] [2019-10-10T22:50:41.924Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-10T22:50:41.924Z] #59 401.5 + rm -rf /tmp/tmp.x6yKkguLlJ/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.x6yKkguLlJ [2019-10-10T22:50:41.924Z] #59 DONE 401.6s [2019-10-10T22:50:41.924Z] [2019-10-10T22:50:41.924Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:50:41.961Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-10-10T22:50:42.212Z] #57 ... [2019-10-10T22:50:42.212Z] [2019-10-10T22:50:42.212Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-10T22:50:42.212Z] #62 319.0 make[2]: Nothing to be done for 'all'. [2019-10-10T22:50:42.212Z] #62 319.0 make[2]: Nothing to be done for 'all'. [2019-10-10T22:50:42.212Z] #62 319.1 make[2]: Nothing to be done for 'all'. [2019-10-10T22:50:42.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-10T22:50:42.500Z] #62 319.4 make[2]: Nothing to be done for 'all'. [2019-10-10T22:50:42.500Z] #62 319.4 make[2]: Nothing to be done for 'all'. [2019-10-10T22:50:42.500Z] #62 319.5 make[2]: Nothing to be done for 'all'. [2019-10-10T22:50:42.788Z] #62 319.6 make[2]: Nothing to be done for 'all'. [2019-10-10T22:50:43.076Z] #62 320.0 make[2]: Nothing to be done for 'all'. [2019-10-10T22:50:43.076Z] #62 320.1 INSTALL criu/criu [2019-10-10T22:50:43.365Z] #62 DONE 320.2s [2019-10-10T22:50:43.365Z] [2019-10-10T22:50:43.365Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:50:43.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-10T22:50:44.032Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-10T22:50:46.139Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-10-10T22:50:46.568Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-10T22:50:46.703Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-10-10T22:50:47.504Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-10T22:50:49.229Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-10T22:50:49.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-10T22:50:50.600Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-10T22:50:51.165Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-10T22:50:51.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-10T22:50:52.538Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-10T22:50:54.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-10T22:50:55.061Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-10T22:50:55.346Z] ok github.com/docker/docker/daemon 3.418s coverage: 9.2% of statements [2019-10-10T22:50:55.346Z] ok github.com/docker/docker/daemon/cluster 1.987s coverage: 0.5% of statements [2019-10-10T22:50:55.346Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.446s coverage: 65.3% of statements [2019-10-10T22:50:55.346Z] ok github.com/docker/docker/daemon/cluster/convert 0.536s coverage: 35.8% of statements [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-10T22:50:55.346Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.447s coverage: 10.9% of statements [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-10T22:50:55.346Z] ok github.com/docker/docker/daemon/config 0.640s coverage: 82.8% of statements [2019-10-10T22:50:55.346Z] ok github.com/docker/docker/daemon/discovery 0.720s coverage: 30.0% of statements [2019-10-10T22:50:55.346Z] ok github.com/docker/docker/daemon/events 0.350s coverage: 50.0% of statements [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-10T22:50:55.346Z] ok github.com/docker/docker/daemon/graphdriver 0.746s coverage: 2.3% of statements [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-10-10T22:50:55.346Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-10-10T22:50:55.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-10T22:50:56.432Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-10-10T22:50:57.578Z] ok github.com/docker/docker/daemon/images 0.384s coverage: 4.9% of statements [2019-10-10T22:50:57.578Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-10T22:50:57.578Z] ok github.com/docker/docker/daemon/links 0.060s coverage: 93.0% of statements [2019-10-10T22:50:57.578Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-10T22:50:57.578Z] ok github.com/docker/docker/daemon/logger 0.448s coverage: 43.0% of statements [2019-10-10T22:50:57.950Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-10T22:50:58.051Z] ok github.com/docker/docker/daemon/logger/awslogs 0.679s coverage: 77.8% of statements [2019-10-10T22:50:58.051Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-10-10T22:50:58.051Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-10T22:50:58.051Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-10T22:50:58.051Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-10-10T22:50:58.051Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-10-10T22:50:58.523Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.387s coverage: 62.1% of statements [2019-10-10T22:50:58.523Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.307s coverage: 88.3% of statements [2019-10-10T22:50:58.888Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-10T22:51:00.266Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-10T22:51:00.608Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-10-10T22:51:00.608Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-10T22:51:00.754Z] ok github.com/docker/docker/daemon/logger/local 0.484s coverage: 74.7% of statements [2019-10-10T22:51:00.754Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-10T22:51:01.226Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.171s coverage: 21.4% of statements [2019-10-10T22:51:01.643Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-10T22:51:01.643Z] Using test binary docker [2019-10-10T22:51:01.643Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-10T22:51:01.643Z] +++ /etc/init.d/apparmor start [2019-10-10T22:51:01.643Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-10T22:51:01.643Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-10T22:51:01.643Z] Warning failed to create cache: (null) [2019-10-10T22:51:01.643Z] . [2019-10-10T22:51:01.643Z] INFO: Waiting for daemon to start... [2019-10-10T22:51:01.643Z] Starting dockerd [2019-10-10T22:51:01.643Z] +++ 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-10T22:51:02.505Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-10T22:51:02.505Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-10T22:51:02.505Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-10T22:51:02.505Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-10T22:51:02.505Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-10T22:51:02.505Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-10-10T22:51:02.762Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-10-10T22:51:03.326Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-10-10T22:51:03.460Z] ok github.com/docker/docker/daemon/logger/splunk 2.194s coverage: 84.5% of statements [2019-10-10T22:51:03.460Z] ok github.com/docker/docker/daemon/logger/syslog 0.285s coverage: 47.8% of statements [2019-10-10T22:51:03.460Z] ok github.com/docker/docker/daemon/logger/templates 0.152s coverage: 8.3% of statements [2019-10-10T22:51:03.460Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-10T22:51:03.460Z] ? github.com/docker/docker/daemon/network [no test files] [2019-10-10T22:51:03.460Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-10T22:51:03.917Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-10-10T22:51:04.176Z] . [2019-10-10T22:51:04.176Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-10T22:51:04.176Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-10T22:51:04.176Z] Error: No such image: emptyfs [2019-10-10T22:51:04.176Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-10T22:51:04.176Z] ++++ docker load [2019-10-10T22:51:04.176Z] Running integration-test (iteration 1) [2019-10-10T22:51:04.176Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2019-10-10T22:51:04.176Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:51:04.176Z] ++ set -e [2019-10-10T22:51:04.176Z] ++ '[' -n 0 ']' [2019-10-10T22:51:04.176Z] ++ set -x [2019-10-10T22:51:04.176Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:51:06.444Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-10-10T22:51:06.444Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-10-10T22:51:07.275Z] ok github.com/docker/docker/distribution 2.082s coverage: 20.6% of statements [2019-10-10T22:51:07.275Z] ok github.com/docker/docker/distribution/metadata 2.656s coverage: 48.2% of statements [2019-10-10T22:51:07.275Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-10T22:51:07.275Z] ok github.com/docker/docker/distribution/xfer 2.243s coverage: 76.8% of statements [2019-10-10T22:51:07.275Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-10T22:51:07.275Z] ok github.com/docker/docker/errdefs 0.216s coverage: 49.4% of statements [2019-10-10T22:51:07.376Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-10T22:51:08.309Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-10-10T22:51:10.207Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-10-10T22:51:12.060Z] ok github.com/docker/docker/image 1.172s coverage: 86.4% of statements [2019-10-10T22:51:12.060Z] ok github.com/docker/docker/image/cache 0.210s coverage: 19.2% of statements [2019-10-10T22:51:12.060Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-10T22:51:12.060Z] ok github.com/docker/docker/image/v1 0.192s coverage: 25.0% of statements [2019-10-10T22:51:12.060Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-10T22:51:13.055Z] ok github.com/docker/docker/layer 0.646s coverage: 30.0% of statements [2019-10-10T22:51:13.055Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-10T22:51:14.154Z] Loaded image: buildpack-deps:jessie [2019-10-10T22:51:14.154Z] Loaded image: busybox:latest [2019-10-10T22:51:14.154Z] Loaded image: busybox:glibc [2019-10-10T22:51:14.154Z] Loaded image: debian:jessie [2019-10-10T22:51:14.154Z] Loaded image: hello-world:latest [2019-10-10T22:51:14.154Z] INFO: Testing against a local daemon [2019-10-10T22:51:14.154Z] === RUN TestCgroupNamespacesBuild [2019-10-10T22:51:15.294Z] ok github.com/docker/docker/libcontainerd/local 0.354s coverage: 1.0% of statements [2019-10-10T22:51:15.294Z] ok github.com/docker/docker/libcontainerd/queue 0.097s coverage: 100.0% of statements [2019-10-10T22:51:15.294Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-10T22:51:15.294Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-10T22:51:15.294Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-10T22:51:15.294Z] ? github.com/docker/docker/oci [no test files] [2019-10-10T22:51:15.294Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-10T22:51:15.294Z] ok github.com/docker/docker/opts 0.655s coverage: 67.3% of statements [2019-10-10T22:51:15.294Z] ok github.com/docker/docker/pkg/aaparser 0.056s coverage: 50.0% of statements [2019-10-10T22:51:15.463Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-10-10T22:51:15.463Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-10T22:51:15.971Z] #51 ... [2019-10-10T22:51:15.971Z] [2019-10-10T22:51:15.971Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-10T22:51:15.971Z] #28 DONE 434.9s [2019-10-10T22:51:15.971Z] [2019-10-10T22:51:15.971Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:51:16.028Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-10-10T22:51:17.439Z] --- PASS: TestCgroupNamespacesBuild (4.26s) [2019-10-10T22:51:17.439Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-10T22:51:17.439Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-10T22:51:17.461Z] #51 ... [2019-10-10T22:51:17.461Z] [2019-10-10T22:51:17.461Z] #29 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-10T22:51:17.748Z] #29 DONE 0.1s [2019-10-10T22:51:17.748Z] [2019-10-10T22:51:17.748Z] #32 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-10T22:51:17.748Z] #32 DONE 0.1s [2019-10-10T22:51:17.748Z] [2019-10-10T22:51:17.748Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:51:17.748Z] #51 ... [2019-10-10T22:51:17.748Z] [2019-10-10T22:51:17.748Z] #35 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-10T22:51:17.748Z] #35 DONE 0.1s [2019-10-10T22:51:17.748Z] [2019-10-10T22:51:17.748Z] #38 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-10T22:51:17.927Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-10T22:51:18.036Z] #38 DONE 0.1s [2019-10-10T22:51:18.036Z] [2019-10-10T22:51:18.036Z] #43 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-10T22:51:18.036Z] #43 DONE 0.1s [2019-10-10T22:51:18.036Z] [2019-10-10T22:51:18.036Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:51:18.036Z] #51 388.4 + bin/containerd [2019-10-10T22:51:18.036Z] #51 ... [2019-10-10T22:51:18.036Z] [2019-10-10T22:51:18.036Z] #47 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-10T22:51:18.036Z] #47 DONE 0.1s [2019-10-10T22:51:18.324Z] [2019-10-10T22:51:18.325Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:51:18.492Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-10-10T22:51:19.056Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-10T22:51:19.341Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2019-10-10T22:51:19.341Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-10T22:51:19.341Z] === RUN TestBuildWithSession [2019-10-10T22:51:19.341Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-10T22:51:19.341Z] build_session_test.go:25: TODO: BuildKit [2019-10-10T22:51:19.341Z] === RUN TestBuildSquashParent [2019-10-10T22:51:19.621Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-10T22:51:22.898Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-10-10T22:51:25.905Z] --- PASS: TestBuildSquashParent (6.53s) [2019-10-10T22:51:25.905Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-10T22:51:25.905Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-10T22:51:25.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-10T22:51:25.905Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-10T22:51:25.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-10T22:51:25.905Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-10T22:51:25.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-10T22:51:25.905Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-10T22:51:25.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-10T22:51:25.905Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-10T22:51:25.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-10T22:51:25.905Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-10T22:51:25.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-10T22:51:25.905Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-10T22:51:25.905Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-10T22:51:25.905Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-10T22:51:25.905Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-10T22:51:27.080Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-10-10T22:51:27.080Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-10T22:51:29.198Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-10T22:51:29.198Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-10T22:51:31.102Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-10T22:51:31.102Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.00s) [2019-10-10T22:51:31.102Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.09s) [2019-10-10T22:51:31.102Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.16s) [2019-10-10T22:51:31.102Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.22s) [2019-10-10T22:51:31.102Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.92s) [2019-10-10T22:51:31.102Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.97s) [2019-10-10T22:51:31.102Z] === RUN TestBuildMultiStageCopy [2019-10-10T22:51:31.102Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-10T22:51:32.340Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-10-10T22:51:33.004Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-10T22:51:33.571Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-10T22:51:33.628Z] #51 ... [2019-10-10T22:51:33.628Z] [2019-10-10T22:51:33.628Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-10T22:51:33.628Z] #57 451.1 + return [2019-10-10T22:51:33.628Z] #57 DONE 451.2s [2019-10-10T22:51:33.628Z] [2019-10-10T22:51:33.628Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-10T22:51:34.082Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-10T22:51:34.082Z] [2019-10-10T22:51:34.082Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-10T22:51:34.082Z] PKG_CONFIG=pkg-config [2019-10-10T22:51:34.082Z] GOLANG_VERSION=1.13.1 [2019-10-10T22:51:34.082Z] HOSTNAME=1013770e2df8 [2019-10-10T22:51:34.082Z] DOCKER_EXPERIMENTAL=1 [2019-10-10T22:51:34.082Z] container=docker [2019-10-10T22:51:34.082Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-10T22:51:34.082Z] GO111MODULE=off [2019-10-10T22:51:34.082Z] GOPATH=/go [2019-10-10T22:51:34.082Z] PWD=/go/src/github.com/docker/docker [2019-10-10T22:51:34.082Z] HOME=/root [2019-10-10T22:51:34.082Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-10T22:51:34.082Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-10T22:51:34.082Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-10T22:51:34.082Z] DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T22:51:34.082Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-10T22:51:34.082Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-10T22:51:34.082Z] TERM=xterm [2019-10-10T22:51:34.082Z] VALIDATE_BRANCH=master [2019-10-10T22:51:34.082Z] DEST=bundles/test-integration [2019-10-10T22:51:34.082Z] SHLVL=1 [2019-10-10T22:51:34.082Z] TIMEOUT=120m [2019-10-10T22:51:34.082Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-10T22:51:34.082Z] DOCKER_PKG=github.com/docker/docker [2019-10-10T22:51:34.082Z] TESTDEBUG=0 [2019-10-10T22:51:34.082Z] _=/usr/bin/env [2019-10-10T22:51:34.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-10T22:51:34.139Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-10T22:51:34.234Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-10-10T22:51:34.490Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-10T22:51:34.705Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-10T22:51:35.055Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-10-10T22:51:35.273Z] --- PASS: TestBuildMultiStageCopy (4.36s) [2019-10-10T22:51:35.273Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.23s) [2019-10-10T22:51:35.273Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2019-10-10T22:51:35.273Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2019-10-10T22:51:35.273Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.53s) [2019-10-10T22:51:35.273Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s) [2019-10-10T22:51:35.273Z] === RUN TestBuildMultiStageParentConfig [2019-10-10T22:51:35.313Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-10T22:51:36.243Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-10-10T22:51:36.649Z] --- PASS: TestBuildMultiStageParentConfig (1.34s) [2019-10-10T22:51:36.649Z] === RUN TestBuildLabelWithTargets [2019-10-10T22:51:37.177Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-10T22:51:39.180Z] --- PASS: TestBuildLabelWithTargets (2.22s) [2019-10-10T22:51:39.180Z] === RUN TestBuildWithEmptyLayers [2019-10-10T22:51:39.748Z] --- PASS: TestBuildWithEmptyLayers (0.96s) [2019-10-10T22:51:39.748Z] === RUN TestBuildMultiStageOnBuild [2019-10-10T22:51:40.472Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-10-10T22:51:42.368Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-10T22:51:42.932Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-10T22:51:42.933Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-10T22:51:43.034Z] --- PASS: TestBuildMultiStageOnBuild (2.71s) [2019-10-10T22:51:43.034Z] === RUN TestBuildUncleanTarFilenames [2019-10-10T22:51:43.970Z] --- PASS: TestBuildUncleanTarFilenames (1.29s) [2019-10-10T22:51:43.970Z] === RUN TestBuildMultiStageLayerLeak [2019-10-10T22:51:44.830Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/archive 10.338s coverage: 62.0% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/authorization 0.873s coverage: 26.8% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/broadcaster 0.048s coverage: 100.0% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/capabilities 0.067s coverage: 87.5% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/chrootarchive 0.116s coverage: 15.4% of statements [2019-10-10T22:51:45.482Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-10T22:51:45.482Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/directory 0.069s coverage: 80.0% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/discovery 0.062s coverage: 58.3% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/discovery/file 0.138s coverage: 92.9% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/discovery/kv 3.495s coverage: 84.1% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/discovery/memory 0.180s coverage: 92.3% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/discovery/nodes 0.055s coverage: 93.8% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/filenotify 0.096s coverage: 36.2% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/fileutils 0.196s coverage: 87.7% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/homedir 0.044s coverage: 42.9% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/idtools 0.118s coverage: 6.3% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/ioutils 0.868s coverage: 69.2% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/jsonmessage 0.307s coverage: 91.7% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/locker 0.128s coverage: 88.9% of statements [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2019-10-10T22:51:45.482Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/namesgenerator 0.072s coverage: 85.7% of statements [2019-10-10T22:51:45.482Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/parsers 0.065s coverage: 97.0% of statements [2019-10-10T22:51:45.482Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-10-10T22:51:45.482Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-10-10T22:51:45.482Z] ok github.com/docker/docker/pkg/pidfile 0.156s coverage: 82.6% of statements [2019-10-10T22:51:45.482Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-10T22:51:45.482Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-10T22:51:46.200Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-10T22:51:46.503Z] --- PASS: TestBuildMultiStageLayerLeak (2.82s) [2019-10-10T22:51:46.503Z] === RUN TestBuildWithHugeFile [2019-10-10T22:51:48.098Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-10T22:51:49.469Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-10-10T22:51:54.492Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-10-10T22:51:54.492Z] Copying nested executables into bundles/binary-daemon [2019-10-10T22:51:54.492Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-10-10T22:51:54.817Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40062/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -e DOCKER_GRAPHDRIVER docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 hack/make.sh cross [2019-10-10T22:51:55.383Z] [2019-10-10T22:51:55.640Z] Removing bundles/ [2019-10-10T22:51:55.640Z] [2019-10-10T22:51:55.640Z] ---> Making bundle: cross (in bundles/cross) [2019-10-10T22:51:55.640Z] Cross building: bundles/cross/linux/amd64 [2019-10-10T22:51:55.640Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-10-10T22:51:55.640Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-10-10T22:51:59.431Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-10T22:52:01.328Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-10T22:52:01.897Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-10-10T22:52:02.829Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-10T22:52:03.066Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-10T22:52:03.356Z] ok github.com/docker/docker/pkg/plugins 35.104s coverage: 73.4% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.102s coverage: 56.8% of statements [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/plugins/transport 0.146s coverage: 85.7% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/pools 0.066s coverage: 88.2% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/progress 0.034s coverage: 75.9% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/pubsub 1.117s coverage: 73.9% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/reexec 0.127s coverage: 82.4% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/signal 0.050s coverage: 20.3% of statements [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/stdcopy 0.071s coverage: 100.0% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/streamformatter 0.149s coverage: 66.2% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/stringid 0.042s coverage: 70.6% of statements [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/sysinfo 0.043s coverage: 38.2% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/system 0.098s coverage: 12.7% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/tailfile 0.116s coverage: 88.6% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/tarsum 0.223s coverage: 89.3% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/term 0.137s coverage: 30.8% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/term/windows 0.057s coverage: 0.0% of statements [no tests to run] [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/truncindex 0.136s coverage: 91.5% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/pkg/useragent 0.043s coverage: 88.9% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/plugin 0.253s coverage: 11.6% of statements [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/plugin/v2 0.148s coverage: 20.1% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/reference 0.250s coverage: 84.4% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/registry 0.514s coverage: 52.2% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/registry/resumable 0.359s coverage: 100.0% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/restartmanager 0.039s coverage: 50.9% of statements [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/rootless [no test files] [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/runconfig 0.131s coverage: 54.5% of statements [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/testutil 0.126s coverage: 62.5% of statements [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/volume [no test files] [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/volume/drivers 0.203s coverage: 36.1% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/volume/local 0.160s coverage: 37.7% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/volume/mounts 0.098s coverage: 66.2% of statements [2019-10-10T22:52:03.357Z] ok github.com/docker/docker/volume/service 0.400s coverage: 70.3% of statements [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-10T22:52:03.357Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-10T22:52:04.199Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-10-10T22:52:04.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-10T22:52:05.608Z] INFO: make.ps1 ended at 10/10/2019 22:52:05 [2019-10-10T22:52:06.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-10T22:52:07.185Z] INFO: Unit tests ended at 10/10/2019 22:52:07. Duration:00:04:05.6126631 [2019-10-10T22:52:07.185Z] INFO: Building busybox [2019-10-10T22:52:07.477Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-10T22:52:07.477Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-10-10T22:52:07.477Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-10-10T22:52:07.658Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-10T22:52:07.658Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-10T22:52:07.658Z] [2019-10-10T22:52:07.658Z] Sending build context to Docker daemon 2.56kB [2019-10-10T22:52:07.658Z] [2019-10-10T22:52:07.658Z] Step 1/6 : FROM microsoft/windowsservercore [2019-10-10T22:52:07.658Z] ---> 739b21bd02e7 [2019-10-10T22:52:07.658Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-10-10T22:52:07.658Z] ---> Running in 4e70a073bab9 [2019-10-10T22:52:12.909Z] #51 437.4 + bin/containerd-stress [2019-10-10T22:52:12.909Z] #51 441.2 + bin/containerd-shim [2019-10-10T22:52:13.569Z] Removing intermediate container 4e70a073bab9 [2019-10-10T22:52:13.569Z] ---> c7c83a565e63 [2019-10-10T22:52:13.569Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite (356.83s) [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.17s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.18s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.61s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.68s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-10T22:52:14.027Z] docker_cli_daemon_test.go:1449: [d07f1fcf2c1cd] daemon is not started [2019-10-10T22:52:14.027Z] check_test.go:309: [d59f54a6cf720] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.59s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.76s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-10T22:52:14.027Z] check_test.go:309: [d09366eb6aa61] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (2.08s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.01s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.06s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.48s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.55s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.69s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.64s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.40s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-10T22:52:14.027Z] check_test.go:309: [d8233921335dc] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-10T22:52:14.027Z] check_test.go:309: [de970af5a68db] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.82s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog" [2019-10-10T22:52:14.027Z] check_test.go:309: [dd387712f5135] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.73s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.63s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.53s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.13s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.55s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.63s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure" [2019-10-10T22:52:14.027Z] check_test.go:309: [d34789761bbba] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.44s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose" [2019-10-10T22:52:14.027Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-10T22:52:14.027Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-10-10T22:52:14.027Z] check_test.go:309: [d1688009c8c28] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.12s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP" [2019-10-10T22:52:14.027Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-10T22:52:14.027Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-10-10T22:52:14.027Z] check_test.go:309: [d5236a7f43fc6] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.19s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.93s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.48s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.85s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean" [2019-10-10T22:52:14.027Z] check_test.go:309: [d2cb19db04631] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.49s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration" [2019-10-10T22:52:14.027Z] check_test.go:309: [d504edade58ab] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.90s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins" [2019-10-10T22:52:14.027Z] docker_cli_daemon_plugins_test.go:79: [df9572e7cf813] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.45s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins" [2019-10-10T22:52:14.027Z] docker_cli_daemon_plugins_test.go:169: [de60c9cea9111] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.75s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong" [2019-10-10T22:52:14.027Z] check_test.go:309: [ddbe277f9f0b1] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.92s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.81s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.70s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.08s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.67s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.70s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.98s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.24s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError" [2019-10-10T22:52:14.027Z] check_test.go:309: [d42148de2ac17] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.40s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.57s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.49s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.07s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.65s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.06s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.73s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork" [2019-10-10T22:52:14.027Z] check_test.go:309: [d6f429c0e55a7] daemon is not started [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.72s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.61s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode" [2019-10-10T22:52:14.027Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.87s) [2019-10-10T22:52:14.027Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.32s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.63s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.56s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.25s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways" [2019-10-10T22:52:14.028Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-10-10T22:52:14.028Z] check_test.go:309: [d9d963d86abe3] daemon is not started [2019-10-10T22:52:14.028Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-10-10T22:52:14.028Z] check_test.go:309: [db75296fd2942] daemon is not started [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.88s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer" [2019-10-10T22:52:14.028Z] check_test.go:309: [d9aff58338037] daemon is not started [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.19s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.57s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.03s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.39s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.08s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.04s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.36s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.33s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer" [2019-10-10T22:52:14.028Z] check_test.go:309: [d4736274027c7] daemon is not started [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.29s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.64s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.27s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout" [2019-10-10T22:52:14.028Z] check_test.go:309: [d5d1c3fe9286e] daemon is not started [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.95s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.13s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-10-10T22:52:14.028Z] check_test.go:309: [dec715b0aeed7] daemon is not started [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors" [2019-10-10T22:52:14.028Z] check_test.go:309: [d256bd488d694] daemon is not started [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.61s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.61s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp" [2019-10-10T22:52:14.028Z] check_test.go:309: [d91b23ae5d13d] daemon is not started [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.15s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.12s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.27s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey" [2019-10-10T22:52:14.028Z] check_test.go:309: [dbc888b95e5df] daemon is not started [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.75s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.84s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.52s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.34s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-10T22:52:14.028Z] check_test.go:309: [d49811a84bdab] daemon is not started [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.03s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand" [2019-10-10T22:52:14.028Z] check_test.go:309: [dcded92688ff3] daemon is not started [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.19s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.12s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.32s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.41s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.93s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.58s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.21s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.72s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.37s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.03s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.21s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.22s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.83s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.10s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine" [2019-10-10T22:52:14.028Z] docker_cli_daemon_test.go:2542: [dc17a39d8f0f9] daemon is not started [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.53s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.08s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.09s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.18s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload" [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify" [2019-10-10T22:52:14.028Z] check_test.go:309: [d5d51db620ad5] daemon is not started [2019-10-10T22:52:14.028Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.97s) [2019-10-10T22:52:14.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin" [2019-10-10T22:52:14.028Z] === RUN TestDockerSwarmSuite [2019-10-10T22:52:14.028Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-10-10T22:52:14.567Z] [2019-10-10T22:52:15.038Z] ---> fdd8c1ee9db8 [2019-10-10T22:52:15.038Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-10-10T22:52:15.038Z] ---> Running in a6d02bcbafa2 [2019-10-10T22:52:16.034Z] [2019-10-10T22:52:16.034Z] SUCCESS: Specified value was saved. [2019-10-10T22:52:18.220Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-10-10T22:52:19.005Z] Removing intermediate container a6d02bcbafa2 [2019-10-10T22:52:19.005Z] ---> c8b51ab741c4 [2019-10-10T22:52:19.005Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-10-10T22:52:19.005Z] ---> Running in 87a5d142f7d1 [2019-10-10T22:52:21.351Z] #51 451.3 + bin/containerd-shim-runc-v1 [2019-10-10T22:52:21.495Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-10-10T22:52:21.495Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-10T22:52:22.428Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-10T22:52:22.428Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-10T22:52:25.776Z] #51 456.3 + bin/containerd-shim-runc-v2 [2019-10-10T22:52:26.224Z] Cannot create a file when that file already exists. [2019-10-10T22:52:26.794Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-10T22:52:26.794Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-10T22:52:27.258Z] #51 457.8 + binaries [2019-10-10T22:52:27.258Z] #51 457.8 + mkdir -p /build [2019-10-10T22:52:27.258Z] #51 457.8 + cp bin/containerd /build/containerd [2019-10-10T22:52:27.258Z] #51 457.8 + cp bin/containerd-shim /build/containerd-shim [2019-10-10T22:52:27.258Z] #51 457.8 + cp bin/ctr /build/ctr [2019-10-10T22:52:27.258Z] #51 DONE 457.9s [2019-10-10T22:52:27.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-10T22:52:27.688Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-10-10T22:52:27.945Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-10T22:52:28.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-10T22:52:29.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-10T22:52:29.301Z] [2019-10-10T22:52:29.301Z] #52 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-10T22:52:29.301Z] #52 DONE 0.1s [2019-10-10T22:52:29.301Z] [2019-10-10T22:52:29.301Z] #55 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-10T22:52:29.301Z] #55 DONE 0.1s [2019-10-10T22:52:29.301Z] [2019-10-10T22:52:29.301Z] #58 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-10T22:52:29.301Z] #58 DONE 0.1s [2019-10-10T22:52:29.301Z] [2019-10-10T22:52:29.301Z] #60 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-10T22:52:29.301Z] #60 DONE 0.1s [2019-10-10T22:52:29.301Z] [2019-10-10T22:52:29.301Z] #63 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-10-10T22:52:29.301Z] #63 DONE 0.1s [2019-10-10T22:52:29.301Z] [2019-10-10T22:52:29.301Z] #67 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-10T22:52:29.301Z] #67 DONE 0.1s [2019-10-10T22:52:29.301Z] [2019-10-10T22:52:29.301Z] #69 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-10T22:52:29.586Z] #69 DONE 0.1s [2019-10-10T22:52:29.586Z] [2019-10-10T22:52:29.586Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-10T22:52:29.586Z] #70 DONE 0.0s [2019-10-10T22:52:29.586Z] [2019-10-10T22:52:29.586Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-10T22:52:31.221Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-10T22:52:31.243Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-10T22:52:31.614Z] #71 DONE 2.3s [2019-10-10T22:52:31.911Z] [2019-10-10T22:52:31.911Z] #72 exporting to oci image format [2019-10-10T22:52:31.911Z] #72 exporting layers [2019-10-10T22:52:32.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-10T22:52:33.194Z] --- PASS: TestBuildWithHugeFile (40.83s) [2019-10-10T22:52:33.194Z] === RUN TestBuildWithEmptyDockerfile [2019-10-10T22:52:33.194Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T22:52:33.194Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T22:52:33.194Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T22:52:33.194Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T22:52:33.194Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T22:52:33.194Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T22:52:33.194Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T22:52:33.194Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T22:52:33.194Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T22:52:33.194Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s) [2019-10-10T22:52:33.194Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2019-10-10T22:52:33.194Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.27s) [2019-10-10T22:52:33.194Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.27s) [2019-10-10T22:52:33.194Z] === RUN TestBuildPreserveOwnership [2019-10-10T22:52:33.194Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-10T22:52:33.194Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-10T22:52:33.426Z] Removing intermediate container 87a5d142f7d1 [2019-10-10T22:52:33.426Z] ---> 16453ab5477d [2019-10-10T22:52:33.426Z] Step 6/6 : CMD ["sh"] [2019-10-10T22:52:33.426Z] ---> Running in d40d9931b57a [2019-10-10T22:52:33.426Z] Removing intermediate container d40d9931b57a [2019-10-10T22:52:33.426Z] ---> 1b12a8cb431f [2019-10-10T22:52:33.426Z] Successfully built 1b12a8cb431f [2019-10-10T22:52:33.426Z] Successfully tagged busybox:latest [2019-10-10T22:52:33.426Z] INFO: Docker images of the daemon under test [2019-10-10T22:52:33.426Z] [2019-10-10T22:52:33.426Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-10T22:52:33.426Z] busybox latest 1b12a8cb431f Less than a second ago 4.83GB [2019-10-10T22:52:33.426Z] microsoft/windowsservercore latest 739b21bd02e7 2 days ago 4.79GB [2019-10-10T22:52:33.426Z] mcr.microsoft.com/windows/servercore ltsc2019 739b21bd02e7 2 days ago 4.79GB [2019-10-10T22:52:33.426Z] [2019-10-10T22:52:33.426Z] INFO: Running integration tests at 10/10/2019 22:52:33... [2019-10-10T22:52:33.426Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-10-10T22:52:33.426Z] INFO: Integration API tests being run from the host: [2019-10-10T22:52:33.426Z] INFO: make.ps1 starting at 10/10/2019 22:52:33 [2019-10-10T22:52:33.744Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-10T22:52:33.761Z] --- PASS: TestBuildPreserveOwnership (5.92s) [2019-10-10T22:52:33.761Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.86s) [2019-10-10T22:52:33.761Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.04s) [2019-10-10T22:52:33.761Z] === RUN TestBuildPlatformInvalid [2019-10-10T22:52:34.020Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2019-10-10T22:52:34.020Z] PASS [2019-10-10T22:52:34.020Z] [2019-10-10T22:52:34.020Z] === Skipped [2019-10-10T22:52:34.020Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2019-10-10T22:52:34.020Z] build_session_test.go:25: TODO: BuildKit [2019-10-10T22:52:34.020Z] [2019-10-10T22:52:34.020Z] [2019-10-10T22:52:34.020Z] DONE 32 tests, 1 skipped in 89.763s [2019-10-10T22:52:34.020Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2019-10-10T22:52:34.020Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:52:34.020Z] ++ set -e [2019-10-10T22:52:34.020Z] ++ '[' -n 0 ']' [2019-10-10T22:52:34.020Z] ++ set -x [2019-10-10T22:52:34.020Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:52:34.279Z] INFO: Testing against a local daemon [2019-10-10T22:52:34.279Z] === RUN TestConfigList [2019-10-10T22:52:34.440Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-10T22:52:35.010Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-10-10T22:52:36.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-10T22:52:37.563Z] --- PASS: TestConfigList (3.48s) [2019-10-10T22:52:37.563Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-10T22:52:37.563Z] === RUN TestConfigsCreateAndDelete [2019-10-10T22:52:38.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-10T22:52:39.569Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-10T22:52:40.853Z] --- PASS: TestConfigsCreateAndDelete (3.12s) [2019-10-10T22:52:40.853Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-10T22:52:40.853Z] === RUN TestConfigsUpdate [2019-10-10T22:52:41.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-10T22:52:41.842Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-10-10T22:52:41.842Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-10T22:52:41.842Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-10-10T22:52:42.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-10T22:52:43.533Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-10T22:52:44.138Z] --- PASS: TestConfigsUpdate (3.18s) [2019-10-10T22:52:44.138Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-10T22:52:44.138Z] === RUN TestTemplatedConfig [2019-10-10T22:52:44.359Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-10T22:52:44.359Z] Using test binary docker [2019-10-10T22:52:44.368Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-10T22:52:44.724Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-10T22:52:44.724Z] +++ /etc/init.d/apparmor start [2019-10-10T22:52:44.724Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-10T22:52:44.724Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-10T22:52:44.724Z] Warning failed to create cache: (null) [2019-10-10T22:52:44.724Z] . [2019-10-10T22:52:44.724Z] Starting dockerd [2019-10-10T22:52:44.724Z] INFO: Waiting for daemon to start... [2019-10-10T22:52:44.724Z] +++ 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-10T22:52:46.505Z] . [2019-10-10T22:52:46.505Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-10T22:52:46.873Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-10T22:52:46.873Z] Error: No such image: emptyfs [2019-10-10T22:52:46.873Z] ++++ docker load [2019-10-10T22:52:46.873Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-10T22:52:46.873Z] Running integration-test (iteration 1) [2019-10-10T22:52:46.873Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-10-10T22:52:46.873Z] ++ 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-10T22:52:46.873Z] ++ set -e [2019-10-10T22:52:46.873Z] ++ '[' -n 0 ']' [2019-10-10T22:52:46.873Z] ++ set -x [2019-10-10T22:52:46.873Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10T22:52:46.893Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-10T22:52:47.423Z] --- PASS: TestTemplatedConfig (3.35s) [2019-10-10T22:52:47.423Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-10T22:52:47.423Z] === RUN TestConfigInspect [2019-10-10T22:52:50.707Z] --- PASS: TestConfigInspect (3.12s) [2019-10-10T22:52:50.707Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-10T22:52:50.707Z] === RUN TestConfigCreateWithLabels [2019-10-10T22:52:53.992Z] --- PASS: TestConfigCreateWithLabels (3.10s) [2019-10-10T22:52:53.992Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-10T22:52:53.992Z] === RUN TestConfigCreateResolve [2019-10-10T22:52:56.441Z] Loaded image: buildpack-deps:jessie [2019-10-10T22:52:56.441Z] Loaded image: busybox:latest [2019-10-10T22:52:56.441Z] Loaded image: busybox:glibc [2019-10-10T22:52:56.441Z] Loaded image: debian:jessie [2019-10-10T22:52:56.441Z] Loaded image: hello-world:latest [2019-10-10T22:52:56.524Z] --- PASS: TestConfigCreateResolve (3.11s) [2019-10-10T22:52:56.524Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-10T22:52:56.524Z] === RUN TestConfigDaemonLibtrustID [2019-10-10T22:52:56.800Z] INFO: Testing against a local daemon [2019-10-10T22:52:56.800Z] === RUN TestCgroupNamespacesBuild [2019-10-10T22:52:57.091Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2019-10-10T22:52:57.091Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-10T22:52:57.091Z] PASS [2019-10-10T22:52:57.091Z] [2019-10-10T22:52:57.091Z] DONE 8 tests in 23.186s [2019-10-10T22:52:57.091Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2019-10-10T22:52:57.091Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:52:57.091Z] ++ set -e [2019-10-10T22:52:57.091Z] ++ '[' -n 0 ']' [2019-10-10T22:52:57.091Z] ++ set -x [2019-10-10T22:52:57.091Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:52:57.349Z] INFO: Testing against a local daemon [2019-10-10T22:52:57.349Z] === RUN TestCheckpoint [2019-10-10T22:52:57.349Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-10T22:52:57.349Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-10T22:52:57.349Z] === RUN TestContainerInvalidJSON [2019-10-10T22:52:57.349Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T22:52:57.349Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T22:52:57.349Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T22:52:57.349Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T22:52:57.349Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-10T22:52:57.349Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-10T22:52:57.349Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T22:52:57.349Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-10T22:52:57.349Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T22:52:57.349Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-10T22:52:57.349Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-10T22:52:57.349Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-10T22:52:57.349Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-10T22:52:57.349Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-10T22:52:57.607Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-10-10T22:52:57.607Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-10T22:52:57.607Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-10-10T22:52:57.607Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-10T22:52:57.865Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2019-10-10T22:52:57.865Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-10T22:52:57.865Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2019-10-10T22:52:57.865Z] === RUN TestCopyFromContainer [2019-10-10T22:52:58.608Z] --- PASS: TestCgroupNamespacesBuild (1.81s) [2019-10-10T22:52:58.608Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-10T22:52:58.608Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-10T22:52:59.768Z] === RUN TestCopyFromContainer// [2019-10-10T22:53:00.028Z] === RUN TestCopyFromContainer//bar/root [2019-10-10T22:53:00.028Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-10T22:53:00.028Z] === RUN TestCopyFromContainer/bar/quux [2019-10-10T22:53:00.287Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-10T22:53:00.287Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-10T22:53:00.389Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-10-10T22:53:00.407Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.67s) [2019-10-10T22:53:00.407Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-10T22:53:00.407Z] === RUN TestBuildWithSession [2019-10-10T22:53:00.407Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-10T22:53:00.407Z] build_session_test.go:25: TODO: BuildKit [2019-10-10T22:53:00.407Z] === RUN TestBuildSquashParent [2019-10-10T22:53:00.546Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-10T22:53:00.546Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-10T22:53:00.804Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-10T22:53:00.804Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-10T22:53:01.062Z] --- PASS: TestCopyFromContainer (3.07s) [2019-10-10T22:53:01.062Z] --- PASS: TestCopyFromContainer// (0.10s) [2019-10-10T22:53:01.062Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2019-10-10T22:53:01.062Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-10-10T22:53:01.062Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2019-10-10T22:53:01.062Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-10-10T22:53:01.062Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2019-10-10T22:53:01.062Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-10-10T22:53:01.062Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2019-10-10T22:53:01.062Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2019-10-10T22:53:01.062Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-10-10T22:53:01.062Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-10T22:53:01.062Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T22:53:01.062Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T22:53:01.062Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T22:53:01.062Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T22:53:01.062Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T22:53:01.062Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T22:53:01.062Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T22:53:01.062Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T22:53:01.062Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T22:53:01.062Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-10T22:53:01.062Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-10T22:53:01.062Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-10T22:53:01.062Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-10T22:53:01.062Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-10T22:53:01.062Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-10-10T22:53:01.062Z] === RUN TestCreateWithInvalidEnv [2019-10-10T22:53:01.062Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-10T22:53:01.062Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-10T22:53:01.062Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-10T22:53:01.062Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-10T22:53:01.062Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-10T22:53:01.062Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-10T22:53:01.062Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-10T22:53:01.062Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-10T22:53:01.062Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-10T22:53:01.062Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-10-10T22:53:01.062Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-10T22:53:01.062Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-10T22:53:01.062Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-10T22:53:01.062Z] === RUN TestCreateTmpfsMountsTarget [2019-10-10T22:53:01.062Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-10T22:53:01.062Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-10T22:53:02.667Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCustomMaskedPaths (2.25s) [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCapabilities [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-10T22:53:03.595Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-10T22:53:03.595Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-10T22:53:03.595Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-10T22:53:03.595Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-10T22:53:03.595Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-10T22:53:03.595Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-10T22:53:03.595Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-10T22:53:03.595Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-10T22:53:03.595Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-10T22:53:03.595Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-10T22:53:03.595Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-10T22:53:03.595Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-10T22:53:03.595Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-10T22:53:03.595Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-10T22:53:03.595Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-10T22:53:03.595Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-10T22:53:03.595Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-10T22:53:03.595Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-10T22:53:03.595Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-10T22:53:03.595Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-10T22:53:03.595Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-10T22:53:03.595Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.09s) [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.12s) [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.12s) [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.11s) [2019-10-10T22:53:03.595Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.12s) [2019-10-10T22:53:03.595Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-10T22:53:06.127Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.60s) [2019-10-10T22:53:06.127Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-10T22:53:06.127Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T22:53:06.127Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T22:53:06.127Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T22:53:06.127Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T22:53:06.127Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T22:53:06.127Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T22:53:06.127Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T22:53:06.127Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T22:53:06.127Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T22:53:06.127Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T22:53:06.127Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T22:53:06.127Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T22:53:06.127Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T22:53:06.127Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T22:53:06.387Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T22:53:06.387Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-10T22:53:06.387Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2019-10-10T22:53:06.387Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-10-10T22:53:06.387Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2019-10-10T22:53:06.387Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-10-10T22:53:06.387Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-10-10T22:53:06.387Z] === RUN TestContainerStartOnDaemonRestart [2019-10-10T22:53:06.387Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-10T22:53:06.387Z] === RUN TestDaemonRestartIpcMode [2019-10-10T22:53:06.387Z] === PAUSE TestDaemonRestartIpcMode [2019-10-10T22:53:06.387Z] === RUN TestDiff [2019-10-10T22:53:06.488Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-10-10T22:53:07.322Z] --- PASS: TestDiff (0.84s) [2019-10-10T22:53:07.322Z] === RUN TestExecWithCloseStdin [2019-10-10T22:53:08.222Z] --- PASS: TestBuildSquashParent (7.10s) [2019-10-10T22:53:08.223Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-10T22:53:08.223Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-10T22:53:08.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-10T22:53:08.223Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-10T22:53:08.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-10T22:53:08.223Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-10T22:53:08.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-10T22:53:08.223Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-10T22:53:08.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-10T22:53:08.223Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-10T22:53:08.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-10T22:53:08.223Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-10T22:53:08.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-10T22:53:08.223Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-10T22:53:08.223Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-10T22:53:08.259Z] --- PASS: TestExecWithCloseStdin (1.01s) [2019-10-10T22:53:08.259Z] === RUN TestExec [2019-10-10T22:53:08.804Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-10T22:53:08.804Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-10T22:53:08.804Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-10-10T22:53:08.804Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-10-10T22:53:09.194Z] --- PASS: TestExec (0.96s) [2019-10-10T22:53:09.194Z] === RUN TestExecUser [2019-10-10T22:53:09.479Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-10-10T22:53:10.053Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-10T22:53:10.053Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-10T22:53:10.129Z] --- PASS: TestExecUser (0.97s) [2019-10-10T22:53:10.129Z] === RUN TestExportContainerAndImportImage [2019-10-10T22:53:11.065Z] --- PASS: TestExportContainerAndImportImage (1.10s) [2019-10-10T22:53:11.065Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-10T22:53:12.467Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-10T22:53:12.474Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-10T22:53:12.863Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-10T22:53:12.969Z] --- PASS: TestExportContainerAfterDaemonRestart (1.82s) [2019-10-10T22:53:12.969Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-10T22:53:12.969Z] === RUN TestHealthCheckWorkdir [2019-10-10T22:53:12.995Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-10T22:53:12.995Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-10T22:53:13.462Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-10T22:53:13.559Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-10T22:53:14.123Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-10T22:53:14.344Z] --- PASS: TestHealthCheckWorkdir (1.16s) [2019-10-10T22:53:14.344Z] === RUN TestHealthKillContainer [2019-10-10T22:53:14.380Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-10T22:53:14.457Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-10T22:53:14.637Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-10T22:53:14.929Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-10T22:53:15.202Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-10T22:53:15.343Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-10-10T22:53:15.343Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.88s) [2019-10-10T22:53:15.343Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.97s) [2019-10-10T22:53:15.343Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.22s) [2019-10-10T22:53:15.343Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.49s) [2019-10-10T22:53:15.343Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.47s) [2019-10-10T22:53:15.343Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.91s) [2019-10-10T22:53:15.343Z] === RUN TestBuildMultiStageCopy [2019-10-10T22:53:15.343Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-10T22:53:15.925Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-10T22:53:17.052Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-10-10T22:53:17.052Z] Copying nested executables into bundles/cross/linux/amd64 [2019-10-10T22:53:17.052Z] Cross building: bundles/cross/windows/amd64 [2019-10-10T22:53:17.052Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-10T22:53:17.052Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-10-10T22:53:17.626Z] --- PASS: TestHealthKillContainer (2.98s) [2019-10-10T22:53:17.626Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-10T22:53:17.726Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-10T22:53:17.886Z] --- PASS: TestInspectCpusetInConfigPre120 (0.83s) [2019-10-10T22:53:17.886Z] === RUN TestIpcModeNone [2019-10-10T22:53:18.017Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-10T22:53:18.414Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-10T22:53:18.780Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-10T22:53:18.822Z] --- PASS: TestIpcModeNone (0.94s) [2019-10-10T22:53:18.822Z] === RUN TestIpcModePrivate [2019-10-10T22:53:18.906Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-10T22:53:19.094Z] --- PASS: TestImportExtremelyLargeImageWorks (178.18s) [2019-10-10T22:53:19.094Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-10T22:53:19.094Z] PASS [2019-10-10T22:53:19.094Z] [2019-10-10T22:53:19.094Z] DONE 12 tests in 182.096s [2019-10-10T22:53:19.094Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-10-10T22:53:19.094Z] ++ 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-10T22:53:19.094Z] ++ set -e [2019-10-10T22:53:19.094Z] ++ '[' -n 0 ']' [2019-10-10T22:53:19.094Z] ++ set -x [2019-10-10T22:53:19.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=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-10T22:53:19.095Z] INFO: Testing against a local daemon [2019-10-10T22:53:19.095Z] === RUN TestNetworkCreateDelete [2019-10-10T22:53:19.095Z] --- PASS: TestNetworkCreateDelete (0.12s) [2019-10-10T22:53:19.095Z] === RUN TestDockerNetworkDeletePreferID [2019-10-10T22:53:19.351Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-10T22:53:19.351Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2019-10-10T22:53:19.351Z] === RUN TestInspectNetwork [2019-10-10T22:53:19.562Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-10T22:53:19.757Z] --- PASS: TestIpcModePrivate (0.92s) [2019-10-10T22:53:19.757Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:100, shared: false, mustBeShared: false [2019-10-10T22:53:19.757Z] === RUN TestIpcModeShareable [2019-10-10T22:53:19.931Z] --- PASS: TestBuildMultiStageCopy (4.74s) [2019-10-10T22:53:19.931Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.64s) [2019-10-10T22:53:19.931Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2019-10-10T22:53:19.931Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.49s) [2019-10-10T22:53:19.931Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2019-10-10T22:53:19.931Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2019-10-10T22:53:19.931Z] === RUN TestBuildMultiStageParentConfig [2019-10-10T22:53:20.693Z] --- PASS: TestIpcModeShareable (0.95s) [2019-10-10T22:53:20.693Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:94, shared: true, mustBeShared: true [2019-10-10T22:53:20.693Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-10T22:53:20.720Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-10T22:53:21.751Z] --- PASS: TestBuildMultiStageParentConfig (1.44s) [2019-10-10T22:53:21.751Z] === RUN TestBuildLabelWithTargets [2019-10-10T22:53:22.615Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-10T22:53:23.552Z] --- PASS: TestBuildLabelWithTargets (2.09s) [2019-10-10T22:53:23.552Z] === RUN TestBuildWithEmptyLayers [2019-10-10T22:53:23.709Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-10T22:53:23.979Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.87s) [2019-10-10T22:53:23.979Z] === RUN TestAPIIpcModeHost [2019-10-10T22:53:24.239Z] --- PASS: TestAPIIpcModeHost (0.72s) [2019-10-10T22:53:24.239Z] === RUN TestDaemonIpcModeShareable [2019-10-10T22:53:24.474Z] --- PASS: TestBuildWithEmptyLayers (1.02s) [2019-10-10T22:53:24.474Z] === RUN TestBuildMultiStageOnBuild [2019-10-10T22:53:24.508Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-10T22:53:25.439Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-10T22:53:26.371Z] === RUN TestInspectNetwork/full_network_id [2019-10-10T22:53:26.371Z] === RUN TestInspectNetwork/partial_network_id [2019-10-10T22:53:26.371Z] === RUN TestInspectNetwork/network_name [2019-10-10T22:53:26.371Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-10T22:53:26.770Z] --- PASS: TestDaemonIpcModeShareable (1.92s) [2019-10-10T22:53:26.770Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-10T22:53:26.770Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2019-10-10T22:53:26.770Z] === RUN TestDaemonIpcModePrivate [2019-10-10T22:53:27.698Z] --- PASS: TestBuildMultiStageOnBuild (2.81s) [2019-10-10T22:53:27.698Z] === RUN TestBuildUncleanTarFilenames [2019-10-10T22:53:28.146Z] --- PASS: TestDaemonIpcModePrivate (1.81s) [2019-10-10T22:53:28.146Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-10T22:53:28.146Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2019-10-10T22:53:28.146Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-10T22:53:28.265Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-10-10T22:53:28.469Z] --- PASS: TestBuildUncleanTarFilenames (1.20s) [2019-10-10T22:53:28.469Z] === RUN TestBuildMultiStageLayerLeak [2019-10-10T22:53:29.200Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-10-10T22:53:30.048Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.92s) [2019-10-10T22:53:30.048Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-10T22:53:30.048Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2019-10-10T22:53:30.048Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-10T22:53:30.569Z] --- PASS: TestInspectNetwork (11.21s) [2019-10-10T22:53:30.569Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-10T22:53:30.569Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-10T22:53:30.569Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-10T22:53:30.569Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-10T22:53:30.569Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-10T22:53:30.569Z] === RUN TestRunContainerWithBridgeNone [2019-10-10T22:53:30.911Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-10T22:53:31.620Z] --- PASS: TestBuildMultiStageLayerLeak (2.96s) [2019-10-10T22:53:31.620Z] === RUN TestBuildWithHugeFile [2019-10-10T22:53:31.950Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2019-10-10T22:53:31.950Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-10T22:53:31.950Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2019-10-10T22:53:31.950Z] === RUN TestIpcModeOlderClient [2019-10-10T22:53:31.950Z] === PAUSE TestIpcModeOlderClient [2019-10-10T22:53:31.950Z] === RUN TestKillContainerInvalidSignal [2019-10-10T22:53:32.885Z] --- PASS: TestKillContainerInvalidSignal (0.83s) [2019-10-10T22:53:32.885Z] === RUN TestKillContainer [2019-10-10T22:53:32.885Z] === RUN TestKillContainer/no_signal [2019-10-10T22:53:33.094Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-10T22:53:33.452Z] === RUN TestKillContainer/non_killing_signal [2019-10-10T22:53:33.658Z] --- PASS: TestRunContainerWithBridgeNone (2.91s) [2019-10-10T22:53:33.658Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-10T22:53:33.658Z] === RUN TestNetworkInvalidJSON [2019-10-10T22:53:33.658Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-10T22:53:33.658Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-10T22:53:33.658Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T22:53:33.658Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T22:53:33.658Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T22:53:33.658Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T22:53:33.658Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-10T22:53:33.658Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T22:53:33.658Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T22:53:33.658Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-10T22:53:33.658Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-10T22:53:33.658Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-10T22:53:33.658Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-10T22:53:33.658Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-10T22:53:34.019Z] === RUN TestKillContainer/killing_signal [2019-10-10T22:53:34.588Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2019-10-10T22:53:34.588Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-10T22:53:34.588Z] === RUN TestDaemonDefaultNetworkPools [2019-10-10T22:53:34.725Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-10-10T22:53:35.397Z] --- PASS: TestKillContainer (2.56s) [2019-10-10T22:53:35.397Z] --- PASS: TestKillContainer/no_signal (0.80s) [2019-10-10T22:53:35.397Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2019-10-10T22:53:35.397Z] --- PASS: TestKillContainer/killing_signal (0.83s) [2019-10-10T22:53:35.397Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-10T22:53:35.397Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-10T22:53:35.520Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2019-10-10T22:53:35.520Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-10T22:53:35.520Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-10T22:53:35.964Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-10T22:53:36.452Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2019-10-10T22:53:36.452Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-10T22:53:36.452Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-10T22:53:36.898Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.61s) [2019-10-10T22:53:36.899Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s) [2019-10-10T22:53:36.899Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2019-10-10T22:53:36.899Z] === RUN TestKillStoppedContainer [2019-10-10T22:53:36.899Z] --- PASS: TestKillStoppedContainer (0.10s) [2019-10-10T22:53:36.899Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-10T22:53:36.981Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-10-10T22:53:37.157Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2019-10-10T22:53:37.157Z] === RUN TestKillDifferentUserContainer [2019-10-10T22:53:37.823Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2019-10-10T22:53:37.823Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-10T22:53:37.823Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-10T22:53:38.092Z] --- PASS: TestKillDifferentUserContainer (0.87s) [2019-10-10T22:53:38.092Z] === RUN TestInspectOomKilledTrue [2019-10-10T22:53:38.092Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-10T22:53:38.092Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:53:38.092Z] === RUN TestInspectOomKilledFalse [2019-10-10T22:53:38.092Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-10T22:53:38.092Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:53:38.092Z] === RUN TestLinksEtcHostsContentMatch [2019-10-10T22:53:38.385Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-10-10T22:53:38.385Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-10T22:53:38.385Z] === RUN TestServiceWithPredefinedNetwork [2019-10-10T22:53:38.659Z] --- PASS: TestLinksEtcHostsContentMatch (0.69s) [2019-10-10T22:53:38.659Z] === RUN TestLinksContainerNames [2019-10-10T22:53:40.562Z] --- PASS: TestLinksContainerNames (1.66s) [2019-10-10T22:53:40.562Z] === RUN TestLogsFollowTailEmpty [2019-10-10T22:53:40.795Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-10-10T22:53:41.128Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2019-10-10T22:53:41.128Z] === RUN TestContainerNetworkMountsNoChown [2019-10-10T22:53:41.668Z] --- PASS: TestServiceWithPredefinedNetwork (3.01s) [2019-10-10T22:53:41.668Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-10T22:53:41.668Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-10T22:53:41.668Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-10T22:53:41.668Z] service_test.go:230: FLAKY_TEST [2019-10-10T22:53:41.668Z] === RUN TestServiceWithDataPathPortInit [2019-10-10T22:53:42.063Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/default [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/default [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/private [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/private [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rprivate [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/slave [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/slave [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rslave [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/shared [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/shared [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rshared [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/default [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/rslave [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/rshared [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/slave [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/rprivate [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/private [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/shared [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-10T22:53:42.063Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-10T22:53:42.063Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-10T22:53:42.063Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-10T22:53:42.322Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.12s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.13s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.11s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.11s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-10-10T22:53:42.581Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-10-10T22:53:42.581Z] === RUN TestContainerBindMountNonRecursive [2019-10-10T22:53:43.767Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-10-10T22:53:44.483Z] --- PASS: TestContainerBindMountNonRecursive (1.97s) [2019-10-10T22:53:44.483Z] === RUN TestNetworkNat [2019-10-10T22:53:45.421Z] --- PASS: TestNetworkNat (0.91s) [2019-10-10T22:53:45.421Z] === RUN TestNetworkLocalhostTCPNat [2019-10-10T22:53:46.007Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-10-10T22:53:46.356Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s) [2019-10-10T22:53:46.356Z] === RUN TestNetworkLoopbackNat [2019-10-10T22:53:47.731Z] --- PASS: TestNetworkLoopbackNat (1.20s) [2019-10-10T22:53:47.731Z] === RUN TestPause [2019-10-10T22:53:48.301Z] --- PASS: TestPause (0.86s) [2019-10-10T22:53:48.301Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-10T22:53:48.301Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-10T22:53:48.301Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-10T22:53:48.301Z] === RUN TestPauseStopPausedContainer [2019-10-10T22:53:48.979Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-10-10T22:53:48.979Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:53:48.979Z] INFO: Testing against a local daemon [2019-10-10T22:53:48.979Z] === RUN TestBuildWithSession [2019-10-10T22:53:48.979Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-10T22:53:48.979Z] build_session_test.go:25: TODO: BuildKit [2019-10-10T22:53:48.979Z] === RUN TestBuildSquashParent [2019-10-10T22:53:48.979Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-10-10T22:53:48.979Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:53:48.979Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-10T22:53:48.979Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-10-10T22:53:48.979Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-10T22:53:48.979Z] === RUN TestBuildMultiStageCopy [2019-10-10T22:53:48.979Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-10T22:53:49.239Z] --- PASS: TestPauseStopPausedContainer (0.90s) [2019-10-10T22:53:49.239Z] === RUN TestPsFilter [2019-10-10T22:53:49.498Z] --- PASS: TestPsFilter (0.40s) [2019-10-10T22:53:49.498Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-10T22:53:50.434Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.84s) [2019-10-10T22:53:50.434Z] === RUN TestRemoveContainerWithVolume [2019-10-10T22:53:51.369Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2019-10-10T22:53:51.369Z] === RUN TestRemoveContainerRunning [2019-10-10T22:53:52.305Z] --- PASS: TestRemoveContainerRunning (0.83s) [2019-10-10T22:53:52.305Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-10T22:53:52.873Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.84s) [2019-10-10T22:53:52.873Z] === RUN TestRemoveInvalidContainer [2019-10-10T22:53:52.873Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-10-10T22:53:52.873Z] === RUN TestRenameLinkedContainer [2019-10-10T22:53:56.528Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-10T22:53:56.786Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-10T22:53:57.078Z] --- PASS: TestRenameLinkedContainer (3.40s) [2019-10-10T22:53:57.078Z] === RUN TestRenameStoppedContainer [2019-10-10T22:53:57.078Z] --- PASS: TestRenameStoppedContainer (0.80s) [2019-10-10T22:53:57.078Z] === RUN TestRenameRunningContainerAndReuse [2019-10-10T22:53:58.990Z] --- PASS: TestRenameRunningContainerAndReuse (1.75s) [2019-10-10T22:53:58.990Z] === RUN TestRenameInvalidName [2019-10-10T22:53:59.451Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-10T22:53:59.928Z] --- PASS: TestRenameInvalidName (0.86s) [2019-10-10T22:53:59.928Z] === RUN TestRenameAnonymousContainer [2019-10-10T22:53:59.930Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-10T22:54:00.923Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-10T22:54:00.959Z] --- PASS: TestServiceWithDataPathPortInit (19.51s) [2019-10-10T22:54:00.959Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-10T22:54:00.959Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-10T22:54:00.959Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-10T22:54:01.918Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-10T22:54:03.494Z] --- PASS: TestBuildMultiStageCopy (14.52s) [2019-10-10T22:54:03.494Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.75s) [2019-10-10T22:54:03.494Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.85s) [2019-10-10T22:54:03.494Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.10s) [2019-10-10T22:54:03.494Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.28s) [2019-10-10T22:54:03.494Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.54s) [2019-10-10T22:54:03.494Z] === RUN TestBuildMultiStageParentConfig [2019-10-10T22:54:03.494Z] --- SKIP: TestBuildMultiStageParentConfig (0.01s) [2019-10-10T22:54:03.494Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-10T22:54:03.494Z] === RUN TestBuildLabelWithTargets [2019-10-10T22:54:03.494Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-10-10T22:54:03.494Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-10T22:54:03.494Z] === RUN TestBuildWithEmptyLayers [2019-10-10T22:54:04.115Z] --- PASS: TestRenameAnonymousContainer (4.10s) [2019-10-10T22:54:04.115Z] === RUN TestRenameContainerWithSameName [2019-10-10T22:54:04.682Z] --- PASS: TestRenameContainerWithSameName (0.83s) [2019-10-10T22:54:04.682Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-10T22:54:05.072Z] --- PASS: TestBuildWithEmptyLayers (1.28s) [2019-10-10T22:54:05.072Z] === RUN TestBuildMultiStageOnBuild [2019-10-10T22:54:05.072Z] --- SKIP: TestBuildMultiStageOnBuild (0.01s) [2019-10-10T22:54:05.072Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-10T22:54:05.072Z] === RUN TestBuildUncleanTarFilenames [2019-10-10T22:54:05.072Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2019-10-10T22:54:05.072Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-10T22:54:05.072Z] === RUN TestBuildMultiStageLayerLeak [2019-10-10T22:54:05.072Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s) [2019-10-10T22:54:05.072Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-10T22:54:05.072Z] === RUN TestBuildWithHugeFile [2019-10-10T22:54:05.072Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-10-10T22:54:05.072Z] build_test.go:491: testEnv.OSType == "windows" [2019-10-10T22:54:05.072Z] === RUN TestBuildWithEmptyDockerfile [2019-10-10T22:54:05.072Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T22:54:05.072Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T22:54:05.072Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T22:54:05.072Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T22:54:05.072Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T22:54:05.072Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T22:54:05.544Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T22:54:05.544Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T22:54:05.544Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T22:54:05.544Z] --- PASS: TestBuildWithEmptyDockerfile (0.42s) [2019-10-10T22:54:05.544Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2019-10-10T22:54:05.544Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-10-10T22:54:05.544Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2019-10-10T22:54:05.544Z] === RUN TestBuildPreserveOwnership [2019-10-10T22:54:05.544Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2019-10-10T22:54:05.544Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-10T22:54:05.544Z] === RUN TestBuildPlatformInvalid [2019-10-10T22:54:05.544Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2019-10-10T22:54:05.544Z] PASS [2019-10-10T22:54:05.544Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-10-10T22:54:05.544Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:54:05.544Z] INFO: Testing against a local daemon [2019-10-10T22:54:05.544Z] === RUN TestConfigList [2019-10-10T22:54:05.544Z] --- SKIP: TestConfigList (0.00s) [2019-10-10T22:54:05.544Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:54:05.544Z] === RUN TestConfigsCreateAndDelete [2019-10-10T22:54:05.544Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-10-10T22:54:05.544Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:54:05.544Z] === RUN TestConfigsUpdate [2019-10-10T22:54:05.544Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-10-10T22:54:05.544Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:54:05.544Z] === RUN TestTemplatedConfig [2019-10-10T22:54:05.544Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-10-10T22:54:05.544Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:54:05.544Z] === RUN TestConfigInspect [2019-10-10T22:54:05.544Z] --- SKIP: TestConfigInspect (0.00s) [2019-10-10T22:54:05.544Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:54:05.544Z] === RUN TestConfigCreateWithLabels [2019-10-10T22:54:05.544Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-10-10T22:54:05.544Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:54:05.544Z] === RUN TestConfigCreateResolve [2019-10-10T22:54:05.544Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-10-10T22:54:05.544Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:54:05.544Z] === RUN TestConfigDaemonLibtrustID [2019-10-10T22:54:05.544Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2019-10-10T22:54:05.544Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:54:05.544Z] PASS [2019-10-10T22:54:05.544Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-10-10T22:54:05.544Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:54:05.544Z] INFO: Testing against a local daemon [2019-10-10T22:54:05.544Z] === RUN TestCheckpoint [2019-10-10T22:54:05.544Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-10T22:54:05.544Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-10T22:54:05.544Z] === RUN TestContainerInvalidJSON [2019-10-10T22:54:05.544Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T22:54:05.544Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T22:54:05.544Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T22:54:05.544Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T22:54:05.544Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-10T22:54:05.544Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-10T22:54:05.544Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T22:54:05.544Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-10T22:54:05.544Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T22:54:05.544Z] --- PASS: TestContainerInvalidJSON (0.05s) [2019-10-10T22:54:05.544Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-10-10T22:54:05.544Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-10-10T22:54:05.544Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-10-10T22:54:05.544Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-10T22:54:05.544Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.04s) [2019-10-10T22:54:05.544Z] copy_test.go:25: testEnv.OSType == "windows" [2019-10-10T22:54:05.544Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-10T22:54:05.998Z] --- PASS: TestBuildWithHugeFile (30.49s) [2019-10-10T22:54:05.998Z] === RUN TestBuildWithEmptyDockerfile [2019-10-10T22:54:05.998Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T22:54:05.998Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T22:54:05.998Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T22:54:05.998Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T22:54:05.998Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T22:54:05.998Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T22:54:05.998Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T22:54:05.998Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T22:54:05.998Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T22:54:05.998Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s) [2019-10-10T22:54:05.998Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2019-10-10T22:54:05.998Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2019-10-10T22:54:05.998Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2019-10-10T22:54:05.998Z] === RUN TestBuildPreserveOwnership [2019-10-10T22:54:05.998Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-10T22:54:06.019Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2019-10-10T22:54:06.019Z] copy_test.go:39: testEnv.OSType == "windows" [2019-10-10T22:54:06.019Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-10T22:54:06.019Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.03s) [2019-10-10T22:54:06.019Z] copy_test.go:51: testEnv.OSType == "windows" [2019-10-10T22:54:06.019Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-10T22:54:06.019Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2019-10-10T22:54:06.019Z] copy_test.go:65: testEnv.OSType == "windows" [2019-10-10T22:54:06.019Z] === RUN TestCopyFromContainer [2019-10-10T22:54:06.019Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-10-10T22:54:06.019Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:54:06.019Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-10T22:54:06.019Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T22:54:06.019Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T22:54:06.019Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T22:54:06.019Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T22:54:06.019Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T22:54:06.019Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T22:54:06.019Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T22:54:06.019Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T22:54:06.019Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T22:54:06.019Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2019-10-10T22:54:06.019Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-10T22:54:06.019Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-10T22:54:06.019Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-10T22:54:06.019Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-10T22:54:06.019Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-10-10T22:54:06.019Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-10-10T22:54:06.019Z] === RUN TestCreateWithInvalidEnv [2019-10-10T22:54:06.019Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-10T22:54:06.019Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-10T22:54:06.019Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-10T22:54:06.019Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-10T22:54:06.019Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-10T22:54:06.019Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-10T22:54:06.019Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-10T22:54:06.019Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-10T22:54:06.019Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-10T22:54:06.019Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-10-10T22:54:06.019Z] --- PASS: TestCreateWithInvalidEnv/0 (0.02s) [2019-10-10T22:54:06.019Z] --- PASS: TestCreateWithInvalidEnv/2 (0.02s) [2019-10-10T22:54:06.019Z] --- PASS: TestCreateWithInvalidEnv/1 (0.02s) [2019-10-10T22:54:06.019Z] === RUN TestCreateTmpfsMountsTarget [2019-10-10T22:54:06.019Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-10-10T22:54:06.019Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:54:06.019Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-10T22:54:06.019Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-10-10T22:54:06.019Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:54:06.019Z] === RUN TestCreateWithCapabilities [2019-10-10T22:54:06.019Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-10-10T22:54:06.019Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-10-10T22:54:06.019Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-10T22:54:06.019Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-10-10T22:54:06.019Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:54:06.019Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-10T22:54:06.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T22:54:06.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T22:54:06.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T22:54:06.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T22:54:06.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T22:54:06.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T22:54:06.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T22:54:06.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T22:54:06.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T22:54:06.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T22:54:06.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T22:54:06.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T22:54:06.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T22:54:06.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T22:54:06.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T22:54:06.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-10T22:54:06.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-10T22:54:06.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-10T22:54:06.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-10T22:54:06.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-10T22:54:06.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-10T22:54:06.019Z] === RUN TestDiff [2019-10-10T22:54:06.019Z] --- SKIP: TestDiff (0.00s) [2019-10-10T22:54:06.019Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-10-10T22:54:06.019Z] === RUN TestExecWithCloseStdin [2019-10-10T22:54:06.361Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-10T22:54:06.585Z] --- PASS: TestRenameContainerWithLinkedContainer (1.85s) [2019-10-10T22:54:06.585Z] === RUN TestResize [2019-10-10T22:54:07.507Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-10T22:54:07.520Z] --- PASS: TestResize (0.88s) [2019-10-10T22:54:07.520Z] === RUN TestResizeWithInvalidSize [2019-10-10T22:54:07.764Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-10T22:54:08.152Z] --- PASS: TestBuildPreserveOwnership (5.76s) [2019-10-10T22:54:08.152Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.75s) [2019-10-10T22:54:08.152Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.00s) [2019-10-10T22:54:08.152Z] === RUN TestBuildPlatformInvalid [2019-10-10T22:54:08.253Z] --- PASS: TestExecWithCloseStdin (2.14s) [2019-10-10T22:54:08.253Z] === RUN TestExec [2019-10-10T22:54:08.253Z] --- SKIP: TestExec (0.00s) [2019-10-10T22:54:08.253Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-10T22:54:08.253Z] === RUN TestExecUser [2019-10-10T22:54:08.253Z] --- SKIP: TestExecUser (0.00s) [2019-10-10T22:54:08.253Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-10T22:54:08.253Z] === RUN TestExportContainerAndImportImage [2019-10-10T22:54:08.253Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-10-10T22:54:08.253Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:54:08.253Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-10T22:54:08.253Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-10-10T22:54:08.253Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:54:08.253Z] === RUN TestHealthCheckWorkdir [2019-10-10T22:54:08.253Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-10-10T22:54:08.253Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-10T22:54:08.253Z] === RUN TestHealthKillContainer [2019-10-10T22:54:08.253Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-10-10T22:54:08.253Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-10-10T22:54:08.253Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-10T22:54:08.253Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-10-10T22:54:08.253Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-10-10T22:54:08.253Z] === RUN TestKillContainerInvalidSignal [2019-10-10T22:54:08.328Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-10T22:54:08.457Z] --- PASS: TestResizeWithInvalidSize (0.88s) [2019-10-10T22:54:08.457Z] === RUN TestResizeWhenContainerNotStarted [2019-10-10T22:54:08.537Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-10-10T22:54:08.537Z] PASS [2019-10-10T22:54:08.537Z] [2019-10-10T22:54:08.537Z] === Skipped [2019-10-10T22:54:08.537Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2019-10-10T22:54:08.537Z] build_session_test.go:25: TODO: BuildKit [2019-10-10T22:54:08.537Z] [2019-10-10T22:54:08.537Z] [2019-10-10T22:54:08.537Z] DONE 32 tests, 1 skipped in 81.410s [2019-10-10T22:54:08.537Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-10-10T22:54:08.537Z] ++ 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-10T22:54:08.537Z] ++ set -e [2019-10-10T22:54:08.537Z] ++ '[' -n 0 ']' [2019-10-10T22:54:08.537Z] ++ set -x [2019-10-10T22:54:08.537Z] ++ 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-10T22:54:08.537Z] INFO: Testing against a local daemon [2019-10-10T22:54:08.537Z] === RUN TestConfigList [2019-10-10T22:54:08.585Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-10T22:54:09.027Z] --- PASS: TestResizeWhenContainerNotStarted (0.83s) [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-10T22:54:09.027Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-10T22:54:09.027Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-10T22:54:09.027Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-10T22:54:09.027Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-10T22:54:09.027Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-10T22:54:09.027Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-10T22:54:09.027Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-10T22:54:09.027Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:54:09.027Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:54:09.027Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:54:09.027Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:54:09.027Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:54:09.027Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:54:09.027Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-10T22:54:09.027Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-10T22:54:09.027Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:54:09.027Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:54:09.832Z] --- PASS: TestKillContainerInvalidSignal (1.84s) [2019-10-10T22:54:09.832Z] === RUN TestKillContainer [2019-10-10T22:54:09.832Z] --- SKIP: TestKillContainer (0.00s) [2019-10-10T22:54:09.832Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-10-10T22:54:09.832Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-10T22:54:09.832Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-10-10T22:54:09.832Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-10T22:54:09.832Z] === RUN TestKillStoppedContainer [2019-10-10T22:54:09.832Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-10-10T22:54:09.832Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-10T22:54:09.832Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-10T22:54:09.832Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-10-10T22:54:09.832Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-10T22:54:09.832Z] === RUN TestKillDifferentUserContainer [2019-10-10T22:54:09.832Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-10-10T22:54:09.832Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-10-10T22:54:09.832Z] === RUN TestInspectOomKilledTrue [2019-10-10T22:54:09.832Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-10T22:54:09.832Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:54:09.832Z] === RUN TestInspectOomKilledFalse [2019-10-10T22:54:09.832Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-10T22:54:09.832Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:54:09.832Z] === RUN TestLogsFollowTailEmpty [2019-10-10T22:54:09.953Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-10T22:54:10.209Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-10T22:54:10.466Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-10T22:54:10.723Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.76s) [2019-10-10T22:54:10.723Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-10T22:54:10.723Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:5lu4xwx8zg89lerwl1r5v1g64 Created:2019-10-10 22:54:02.224967554 +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[7f6f6d1568d69efadb88b3d7f840fbbc4fcf4212766bd218b7134f28f5e07453:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zqz2bsbf2ey9570c7pqarfyyo EndpointID:5148946c0202156da4964622902e6a015692b7075b55a152132c88fd87ebe078 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c1eed9e26e9832e15200563dae3c5c71a63d104980e700fc0f83338ee6fc337e 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:95db353792b7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zqz2bsbf2ey9570c7pqarfyyo EndpointID:5148946c0202156da4964622902e6a015692b7075b55a152132c88fd87ebe078 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-10T22:54:10.723Z] PASS [2019-10-10T22:54:10.723Z] [2019-10-10T22:54:10.723Z] === Skipped [2019-10-10T22:54:10.723Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-10T22:54:10.723Z] service_test.go:230: FLAKY_TEST [2019-10-10T22:54:10.723Z] [2019-10-10T22:54:10.723Z] [2019-10-10T22:54:10.723Z] DONE 21 tests, 1 skipped in 51.776s [2019-10-10T22:54:10.723Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-10T22:54:10.723Z] ++ 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-10T22:54:10.723Z] ++ set -e [2019-10-10T22:54:10.723Z] ++ '[' -n 0 ']' [2019-10-10T22:54:10.723Z] ++ set -x [2019-10-10T22:54:10.723Z] ++ 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-10T22:54:10.723Z] INFO: Testing against a local daemon [2019-10-10T22:54:10.723Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-10T22:54:10.723Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-10T22:54:10.723Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-10T22:54:10.723Z] === RUN TestDockerNetworkIpvlan [2019-10-10T22:54:10.723Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-10T22:54:10.723Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-10T22:54:10.723Z] PASS [2019-10-10T22:54:10.723Z] [2019-10-10T22:54:10.723Z] === Skipped [2019-10-10T22:54:10.723Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-10T22:54:10.723Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-10T22:54:10.723Z] [2019-10-10T22:54:10.723Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-10T22:54:10.723Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-10T22:54:10.723Z] [2019-10-10T22:54:10.723Z] [2019-10-10T22:54:10.723Z] DONE 2 tests, 2 skipped in 0.164s [2019-10-10T22:54:10.723Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-10T22:54:10.723Z] ++ 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-10T22:54:10.723Z] ++ set -e [2019-10-10T22:54:10.723Z] ++ '[' -n 0 ']' [2019-10-10T22:54:10.723Z] ++ set -x [2019-10-10T22:54:10.723Z] ++ 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-10T22:54:10.935Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-10T22:54:10.935Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-10T22:54:10.985Z] INFO: Testing against a local daemon [2019-10-10T22:54:10.985Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-10T22:54:11.032Z] --- PASS: TestConfigList (2.57s) [2019-10-10T22:54:11.032Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-10T22:54:11.032Z] === RUN TestConfigsCreateAndDelete [2019-10-10T22:54:11.873Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-10T22:54:11.873Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-10T22:54:12.061Z] --- PASS: TestLogsFollowTailEmpty (1.88s) [2019-10-10T22:54:12.061Z] === RUN TestNetworkNat [2019-10-10T22:54:12.061Z] --- SKIP: TestNetworkNat (0.00s) [2019-10-10T22:54:12.061Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-10-10T22:54:12.061Z] === RUN TestNetworkLocalhostTCPNat [2019-10-10T22:54:12.061Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-10-10T22:54:12.061Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-10T22:54:12.061Z] === RUN TestNetworkLoopbackNat [2019-10-10T22:54:12.061Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-10-10T22:54:12.061Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-10-10T22:54:12.061Z] === RUN TestPause [2019-10-10T22:54:12.061Z] --- SKIP: TestPause (0.00s) [2019-10-10T22:54:12.061Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-10-10T22:54:12.061Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-10T22:54:12.354Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2019-10-10T22:54:12.354Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-10T22:54:12.354Z] === RUN TestDockerNetworkMacvlan [2019-10-10T22:54:13.285Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-10T22:54:13.644Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.88s) [2019-10-10T22:54:13.644Z] === RUN TestPauseStopPausedContainer [2019-10-10T22:54:13.644Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-10-10T22:54:13.644Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:54:13.644Z] === RUN TestPsFilter [2019-10-10T22:54:13.849Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-10T22:54:14.119Z] --- PASS: TestPsFilter (0.17s) [2019-10-10T22:54:14.119Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-10T22:54:14.194Z] --- PASS: TestConfigsCreateAndDelete (2.77s) [2019-10-10T22:54:14.194Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-10T22:54:14.194Z] === RUN TestConfigsUpdate [2019-10-10T22:54:14.408Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-10T22:54:14.408Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-10T22:54:14.668Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:54:14.779Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-10T22:54:14.927Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:54:16.350Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.24s) [2019-10-10T22:54:16.350Z] === RUN TestRemoveContainerWithVolume [2019-10-10T22:54:16.631Z] --- PASS: TestConfigsUpdate (2.40s) [2019-10-10T22:54:16.631Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-10T22:54:16.631Z] === RUN TestTemplatedConfig [2019-10-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.70s) [2019-10-10T22:54:17.461Z] 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-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.79s) [2019-10-10T22:54:17.461Z] 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-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.68s) [2019-10-10T22:54:17.461Z] 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-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.73s) [2019-10-10T22:54:17.461Z] 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-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.39s) [2019-10-10T22:54:17.461Z] 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-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.53s) [2019-10-10T22:54:17.461Z] 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-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.82s) [2019-10-10T22:54:17.461Z] 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-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.03s) [2019-10-10T22:54:17.461Z] 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-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.66s) [2019-10-10T22:54:17.461Z] 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-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.68s) [2019-10-10T22:54:17.461Z] 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-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.48s) [2019-10-10T22:54:17.461Z] 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-10T22:54:17.461Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.58s) [2019-10-10T22:54:17.461Z] 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-10T22:54:17.461Z] === RUN TestCgroupNamespacesRun [2019-10-10T22:54:18.053Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-10-10T22:54:18.054Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-10T22:54:18.581Z] --- PASS: TestRemoveContainerWithVolume (2.17s) [2019-10-10T22:54:18.581Z] === RUN TestRemoveContainerRunning [2019-10-10T22:54:18.837Z] --- PASS: TestCgroupNamespacesRun (1.82s) [2019-10-10T22:54:18.837Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-10T22:54:18.837Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-10T22:54:19.793Z] --- PASS: TestTemplatedConfig (3.35s) [2019-10-10T22:54:19.793Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-10T22:54:19.793Z] === RUN TestConfigInspect [2019-10-10T22:54:20.156Z] --- PASS: TestRemoveContainerRunning (1.84s) [2019-10-10T22:54:20.156Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-10T22:54:20.740Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2019-10-10T22:54:20.740Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-10T22:54:20.740Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-10T22:54:22.235Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-10T22:54:22.235Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-10T22:54:22.397Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.89s) [2019-10-10T22:54:22.397Z] === RUN TestRemoveInvalidContainer [2019-10-10T22:54:22.397Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2019-10-10T22:54:22.397Z] === RUN TestRenameLinkedContainer [2019-10-10T22:54:22.397Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-10-10T22:54:22.397Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-10-10T22:54:22.397Z] === RUN TestRenameStoppedContainer [2019-10-10T22:54:22.642Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.83s) [2019-10-10T22:54:22.643Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-10T22:54:22.643Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-10T22:54:22.858Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-10T22:54:22.984Z] --- PASS: TestConfigInspect (2.80s) [2019-10-10T22:54:22.984Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-10T22:54:22.984Z] === RUN TestConfigCreateWithLabels [2019-10-10T22:54:23.421Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-10T22:54:23.973Z] --- PASS: TestRenameStoppedContainer (2.07s) [2019-10-10T22:54:23.973Z] === RUN TestRenameRunningContainerAndReuse [2019-10-10T22:54:23.986Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-10T22:54:24.105Z] #72 exporting layers 110.2s done [2019-10-10T22:54:24.105Z] #72 exporting manifest sha256:99bbb3ec808ec55f31c80ed14540ce22e706994b718b3d1ab129daa7c844ed62 done [2019-10-10T22:54:24.105Z] #72 exporting config sha256:eb2d69a7bc1caf0991edb4d86cb574a48c190039e603f2eef2a56ad617b2e9b3 done [2019-10-10T22:54:24.105Z] #72 sending tarball [2019-10-10T22:54:24.243Z] === RUN TestDockerSuite/TestBuildFails [2019-10-10T22:54:24.543Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2019-10-10T22:54:24.543Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-10T22:54:24.543Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-10T22:54:24.713Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-10T22:54:24.713Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-10-10T22:54:24.713Z] remote: Enumerating objects: 19, done. [2019-10-10T22:54:24.713Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-10-10T22:54:24.713Z] 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-10T22:54:24.713Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-10-10T22:54:24.713Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-10T22:54:25.040Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40062/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 hack/test/unit [2019-10-10T22:54:25.174Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-10T22:54:25.174Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-10T22:54:25.711Z] --- PASS: TestConfigCreateWithLabels (2.91s) [2019-10-10T22:54:25.711Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-10T22:54:25.711Z] === RUN TestConfigCreateResolve [2019-10-10T22:54:26.446Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.88s) [2019-10-10T22:54:26.446Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-10T22:54:26.446Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-10T22:54:27.013Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.86s) [2019-10-10T22:54:27.013Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-10T22:54:27.013Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-10T22:54:27.565Z] ? github.com/docker/docker/api [no test files] [2019-10-10T22:54:27.695Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-10T22:54:27.790Z] --- PASS: TestRenameRunningContainerAndReuse (3.69s) [2019-10-10T22:54:27.790Z] === RUN TestRenameInvalidName [2019-10-10T22:54:27.949Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2019-10-10T22:54:27.949Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-10T22:54:27.949Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-10T22:54:28.142Z] --- PASS: TestConfigCreateResolve (2.68s) [2019-10-10T22:54:28.142Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-10T22:54:28.142Z] === RUN TestConfigDaemonLibtrustID [2019-10-10T22:54:28.259Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-10T22:54:28.515Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-10-10T22:54:28.515Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-10T22:54:28.515Z] PASS [2019-10-10T22:54:28.515Z] [2019-10-10T22:54:28.515Z] DONE 8 tests in 20.207s [2019-10-10T22:54:28.515Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-10-10T22:54:28.515Z] ++ 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-10T22:54:28.515Z] ++ set -e [2019-10-10T22:54:28.515Z] ++ '[' -n 0 ']' [2019-10-10T22:54:28.515Z] ++ set -x [2019-10-10T22:54:28.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=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-10T22:54:28.877Z] INFO: Testing against a local daemon [2019-10-10T22:54:28.877Z] === RUN TestCheckpoint [2019-10-10T22:54:28.877Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-10T22:54:28.877Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-10T22:54:28.877Z] === RUN TestContainerInvalidJSON [2019-10-10T22:54:28.877Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T22:54:28.877Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T22:54:28.877Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T22:54:28.877Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T22:54:28.877Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-10T22:54:28.877Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-10T22:54:28.877Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T22:54:28.877Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-10T22:54:28.877Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T22:54:28.877Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-10-10T22:54:28.877Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-10T22:54:28.877Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-10T22:54:28.877Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-10T22:54:28.877Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-10T22:54:28.877Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2019-10-10T22:54:28.877Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-10T22:54:29.240Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-10-10T22:54:29.240Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-10T22:54:29.240Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2019-10-10T22:54:29.240Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-10T22:54:29.240Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2019-10-10T22:54:29.240Z] === RUN TestCopyFromContainer [2019-10-10T22:54:29.851Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.81s) [2019-10-10T22:54:29.851Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-10T22:54:29.851Z] === RUN TestKernelTCPMemory [2019-10-10T22:54:30.018Z] --- PASS: TestRenameInvalidName (1.85s) [2019-10-10T22:54:30.018Z] === RUN TestRenameAnonymousContainer [2019-10-10T22:54:30.018Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-10-10T22:54:30.018Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-10-10T22:54:30.018Z] === RUN TestRenameContainerWithSameName [2019-10-10T22:54:30.153Z] --- PASS: TestDockerNetworkMacvlan (17.43s) [2019-10-10T22:54:30.153Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T22:54:30.153Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2019-10-10T22:54:30.153Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T22:54:30.153Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-10-10T22:54:30.153Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T22:54:30.153Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.88s) [2019-10-10T22:54:30.153Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T22:54:30.153Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.09s) [2019-10-10T22:54:30.153Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T22:54:30.153Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.67s) [2019-10-10T22:54:30.153Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T22:54:30.153Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.21s) [2019-10-10T22:54:30.153Z] PASS [2019-10-10T22:54:30.153Z] [2019-10-10T22:54:30.153Z] DONE 8 tests in 18.977s [2019-10-10T22:54:30.153Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-10T22:54:30.153Z] ++ 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-10T22:54:30.153Z] ++ set -e [2019-10-10T22:54:30.153Z] ++ '[' -n 0 ']' [2019-10-10T22:54:30.153Z] ++ set -x [2019-10-10T22:54:30.153Z] ++ 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-10T22:54:30.153Z] testing: warning: no tests to run [2019-10-10T22:54:30.153Z] PASS [2019-10-10T22:54:30.153Z] [2019-10-10T22:54:30.153Z] DONE 0 tests in 0.032s [2019-10-10T22:54:30.153Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-10T22:54:30.153Z] ++ 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-10T22:54:30.153Z] ++ set -e [2019-10-10T22:54:30.153Z] ++ '[' -n 0 ']' [2019-10-10T22:54:30.153Z] ++ set -x [2019-10-10T22:54:30.153Z] ++ 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-10T22:54:30.153Z] INFO: Testing against a local daemon [2019-10-10T22:54:30.153Z] === RUN TestAuthZPluginAllowRequest [2019-10-10T22:54:30.153Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-10T22:54:30.786Z] --- PASS: TestKernelTCPMemory (0.97s) [2019-10-10T22:54:30.786Z] === RUN TestNISDomainname [2019-10-10T22:54:31.523Z] --- PASS: TestAuthZPluginAllowRequest (1.60s) [2019-10-10T22:54:31.523Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-10T22:54:31.523Z] === RUN TestAuthZPluginTLS [2019-10-10T22:54:31.593Z] --- PASS: TestRenameContainerWithSameName (1.86s) [2019-10-10T22:54:31.593Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-10T22:54:31.593Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-10-10T22:54:31.593Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-10-10T22:54:31.593Z] === RUN TestResize [2019-10-10T22:54:31.593Z] --- SKIP: TestResize (0.00s) [2019-10-10T22:54:31.593Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-10T22:54:31.593Z] === RUN TestResizeWithInvalidSize [2019-10-10T22:54:31.593Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-10-10T22:54:31.594Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-10-10T22:54:31.594Z] === RUN TestResizeWhenContainerNotStarted [2019-10-10T22:54:31.723Z] --- PASS: TestNISDomainname (1.15s) [2019-10-10T22:54:31.723Z] === RUN TestHostnameDnsResolution [2019-10-10T22:54:31.748Z] === RUN TestCopyFromContainer// [2019-10-10T22:54:31.748Z] === RUN TestCopyFromContainer//bar/root [2019-10-10T22:54:31.748Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-10T22:54:31.748Z] === RUN TestCopyFromContainer/bar/quux [2019-10-10T22:54:31.748Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-10T22:54:31.748Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-10T22:54:31.748Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-10T22:54:31.748Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-10T22:54:31.748Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-10T22:54:32.087Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-10T22:54:32.087Z] --- PASS: TestAuthZPluginTLS (0.56s) [2019-10-10T22:54:32.087Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-10T22:54:32.087Z] === RUN TestAuthZPluginDenyRequest [2019-10-10T22:54:32.170Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-10T22:54:32.170Z] --- PASS: TestCopyFromContainer (2.71s) [2019-10-10T22:54:32.170Z] --- PASS: TestCopyFromContainer// (0.07s) [2019-10-10T22:54:32.170Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-10-10T22:54:32.170Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2019-10-10T22:54:32.170Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-10-10T22:54:32.170Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-10-10T22:54:32.170Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2019-10-10T22:54:32.170Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2019-10-10T22:54:32.170Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-10-10T22:54:32.170Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-10-10T22:54:32.170Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-10-10T22:54:32.170Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-10T22:54:32.170Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T22:54:32.170Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T22:54:32.170Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T22:54:32.170Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T22:54:32.170Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T22:54:32.170Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T22:54:32.170Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T22:54:32.170Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T22:54:32.170Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T22:54:32.170Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-10-10T22:54:32.170Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-10T22:54:32.170Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-10T22:54:32.170Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-10T22:54:32.170Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-10T22:54:32.170Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-10-10T22:54:32.170Z] === RUN TestCreateWithInvalidEnv [2019-10-10T22:54:32.170Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-10T22:54:32.170Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-10T22:54:32.170Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-10T22:54:32.170Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-10T22:54:32.170Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-10T22:54:32.170Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-10T22:54:32.170Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-10T22:54:32.170Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-10T22:54:32.170Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-10T22:54:32.170Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-10T22:54:32.170Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-10T22:54:32.170Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-10T22:54:32.170Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-10T22:54:32.170Z] === RUN TestCreateTmpfsMountsTarget [2019-10-10T22:54:32.170Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-10-10T22:54:32.170Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-10T22:54:32.652Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2019-10-10T22:54:32.652Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-10T22:54:32.652Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-10T22:54:33.219Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2019-10-10T22:54:33.219Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-10T22:54:33.219Z] === RUN TestAuthZPluginDenyResponse [2019-10-10T22:54:33.625Z] --- PASS: TestHostnameDnsResolution (1.73s) [2019-10-10T22:54:33.626Z] === RUN TestStats [2019-10-10T22:54:33.786Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-10T22:54:33.786Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2019-10-10T22:54:33.786Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-10T22:54:33.786Z] === RUN TestAuthZPluginAllowEventStream [2019-10-10T22:54:33.822Z] --- PASS: TestResizeWhenContainerNotStarted (2.33s) [2019-10-10T22:54:33.822Z] === RUN TestDaemonRestartKillContainers [2019-10-10T22:54:33.822Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-10-10T22:54:33.822Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:54:33.822Z] === RUN TestStats [2019-10-10T22:54:33.822Z] --- SKIP: TestStats (0.00s) [2019-10-10T22:54:33.822Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-10-10T22:54:33.822Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-10T22:54:34.042Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-10T22:54:34.655Z] --- PASS: TestCreateWithCustomMaskedPaths (2.46s) [2019-10-10T22:54:34.655Z] === RUN TestCreateWithCapabilities [2019-10-10T22:54:34.655Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-10T22:54:34.655Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-10T22:54:34.655Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-10T22:54:34.655Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-10T22:54:34.655Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-10T22:54:34.655Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-10T22:54:34.655Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-10T22:54:34.655Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-10T22:54:34.655Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-10T22:54:34.655Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-10T22:54:34.655Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-10T22:54:34.655Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-10T22:54:34.655Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-10T22:54:34.655Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-10T22:54:34.655Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-10T22:54:34.655Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-10T22:54:34.655Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-10T22:54:34.655Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-10T22:54:34.655Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-10T22:54:34.655Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-10T22:54:34.655Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-10T22:54:34.655Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-10T22:54:34.655Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-10T22:54:34.655Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-10T22:54:34.655Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-10T22:54:34.655Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-10T22:54:34.655Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-10T22:54:34.655Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-10T22:54:34.655Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-10T22:54:34.655Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-10T22:54:34.974Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-10T22:54:35.025Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-10T22:54:35.025Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-10T22:54:35.025Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-10T22:54:35.025Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-10-10T22:54:35.025Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-10T22:54:35.025Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-10T22:54:35.025Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-10-10T22:54:35.025Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-10-10T22:54:35.025Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-10-10T22:54:35.025Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2019-10-10T22:54:35.025Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-10-10T22:54:35.025Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-10T22:54:35.025Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s) [2019-10-10T22:54:35.025Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-10-10T22:54:35.025Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-10-10T22:54:35.025Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-10T22:54:35.538Z] --- PASS: TestAuthZPluginAllowEventStream (1.77s) [2019-10-10T22:54:35.538Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-10T22:54:35.538Z] === RUN TestAuthZPluginErrorResponse [2019-10-10T22:54:36.103Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2019-10-10T22:54:36.103Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-10T22:54:36.103Z] === RUN TestAuthZPluginErrorRequest [2019-10-10T22:54:36.668Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-10-10T22:54:36.669Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-10T22:54:36.669Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-10T22:54:36.909Z] --- PASS: TestStats (2.79s) [2019-10-10T22:54:36.909Z] === RUN TestStopContainerWithTimeout [2019-10-10T22:54:36.909Z] === RUN TestStopContainerWithTimeout/0 [2019-10-10T22:54:36.909Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-10T22:54:36.909Z] === RUN TestStopContainerWithTimeout/1 [2019-10-10T22:54:36.909Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-10T22:54:36.909Z] === RUN TestStopContainerWithTimeout/3 [2019-10-10T22:54:36.909Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-10T22:54:36.909Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-10T22:54:36.909Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-10T22:54:36.909Z] === CONT TestStopContainerWithTimeout/0 [2019-10-10T22:54:36.909Z] === CONT TestStopContainerWithTimeout/1 [2019-10-10T22:54:36.909Z] === CONT TestStopContainerWithTimeout/3 [2019-10-10T22:54:36.909Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-10T22:54:37.232Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-10T22:54:37.232Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-10-10T22:54:37.232Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-10T22:54:37.232Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-10T22:54:37.462Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.55s) [2019-10-10T22:54:37.462Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-10T22:54:37.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T22:54:37.462Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T22:54:37.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T22:54:37.462Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T22:54:37.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T22:54:37.462Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T22:54:37.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T22:54:37.462Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T22:54:37.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T22:54:37.462Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T22:54:37.462Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T22:54:37.462Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T22:54:37.462Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T22:54:37.462Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T22:54:37.462Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T22:54:37.462Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-10-10T22:54:37.462Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-10T22:54:37.462Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-10T22:54:37.462Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2019-10-10T22:54:37.462Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-10T22:54:37.462Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-10-10T22:54:37.462Z] === RUN TestContainerStartOnDaemonRestart [2019-10-10T22:54:37.462Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-10T22:54:37.462Z] === RUN TestDaemonRestartIpcMode [2019-10-10T22:54:37.462Z] === PAUSE TestDaemonRestartIpcMode [2019-10-10T22:54:37.462Z] === RUN TestDiff [2019-10-10T22:54:38.166Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-10T22:54:38.232Z] --- PASS: TestDiff (0.89s) [2019-10-10T22:54:38.232Z] === RUN TestExecWithCloseStdin [2019-10-10T22:54:38.423Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-10T22:54:39.357Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.15s) [2019-10-10T22:54:39.357Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-10T22:54:39.357Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-10T22:54:39.441Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-10-10T22:54:39.441Z] --- PASS: TestStopContainerWithTimeout/0 (1.31s) [2019-10-10T22:54:39.441Z] --- PASS: TestStopContainerWithTimeout/1 (2.32s) [2019-10-10T22:54:39.441Z] --- PASS: TestStopContainerWithTimeout/3 (3.00s) [2019-10-10T22:54:39.441Z] --- PASS: TestStopContainerWithTimeout/-1 (3.19s) [2019-10-10T22:54:39.441Z] === RUN TestDeleteDevicemapper [2019-10-10T22:54:39.441Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-10T22:54:39.441Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-10T22:54:39.441Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-10T22:54:39.456Z] #72 ... [2019-10-10T22:54:39.456Z] [2019-10-10T22:54:39.456Z] #73 importing to docker [2019-10-10T22:54:39.456Z] #73 ... [2019-10-10T22:54:39.456Z] [2019-10-10T22:54:39.456Z] #72 exporting to oci image format [2019-10-10T22:54:39.456Z] #72 sending tarball 16.8s done [2019-10-10T22:54:39.456Z] #72 DONE 127.0s [2019-10-10T22:54:39.456Z] [2019-10-10T22:54:39.456Z] #73 importing to docker [2019-10-10T22:54:39.488Z] --- PASS: TestExecWithCloseStdin (1.11s) [2019-10-10T22:54:39.488Z] === RUN TestExec [2019-10-10T22:54:39.727Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.77s) [2019-10-10T22:54:39.727Z] === RUN TestStopContainerWithTimeout [2019-10-10T22:54:39.727Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-10-10T22:54:39.727Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-10-10T22:54:39.727Z] === RUN TestUpdateRestartPolicy [2019-10-10T22:54:40.728Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-10T22:54:40.741Z] --- PASS: TestExec (1.05s) [2019-10-10T22:54:40.741Z] === RUN TestExecUser [2019-10-10T22:54:41.544Z] --- PASS: TestExecUser (1.06s) [2019-10-10T22:54:41.544Z] === RUN TestExportContainerAndImportImage [2019-10-10T22:54:41.663Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.25s) [2019-10-10T22:54:41.663Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-10T22:54:41.663Z] === RUN TestAuthZPluginHeader [2019-10-10T22:54:41.974Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.19s) [2019-10-10T22:54:41.974Z] === RUN TestUpdateMemory [2019-10-10T22:54:41.974Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-10T22:54:41.974Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:54:41.974Z] === RUN TestUpdateCPUQuota [2019-10-10T22:54:42.430Z] ok github.com/docker/docker/api/server 0.015s coverage: 9.0% of statements [2019-10-10T22:54:42.593Z] --- PASS: TestAuthZPluginHeader (0.80s) [2019-10-10T22:54:42.593Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-10T22:54:42.593Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-10T22:54:42.849Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-10T22:54:43.035Z] --- PASS: TestExportContainerAndImportImage (1.20s) [2019-10-10T22:54:43.036Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-10T22:54:43.349Z] --- PASS: TestUpdateCPUQuota (1.72s) [2019-10-10T22:54:43.349Z] === RUN TestUpdatePidsLimit [2019-10-10T22:54:43.349Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-10T22:54:43.916Z] === RUN TestUpdatePidsLimit/no_change [2019-10-10T22:54:44.218Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-10T22:54:44.392Z] --- PASS: TestExportContainerAfterDaemonRestart (1.52s) [2019-10-10T22:54:44.392Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-10T22:54:44.392Z] === RUN TestHealthCheckWorkdir [2019-10-10T22:54:44.483Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-10T22:54:44.742Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-10T22:54:45.309Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-10T22:54:45.568Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-10T22:54:45.654Z] --- PASS: TestHealthCheckWorkdir (1.18s) [2019-10-10T22:54:45.654Z] === RUN TestHealthKillContainer [2019-10-10T22:54:46.135Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-10T22:54:48.039Z] --- PASS: TestUpdatePidsLimit (4.56s) [2019-10-10T22:54:48.039Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.45s) [2019-10-10T22:54:48.039Z] --- PASS: TestUpdatePidsLimit/no_change (0.45s) [2019-10-10T22:54:48.039Z] --- PASS: TestUpdatePidsLimit/update_lower (0.45s) [2019-10-10T22:54:48.039Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2019-10-10T22:54:48.039Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.46s) [2019-10-10T22:54:48.039Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.46s) [2019-10-10T22:54:48.039Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.49s) [2019-10-10T22:54:48.039Z] === RUN TestUpdateRestartPolicy [2019-10-10T22:54:48.392Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.25s) [2019-10-10T22:54:48.392Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest" [2019-10-10T22:54:48.392Z] === RUN TestAuthZPluginV2Disable [2019-10-10T22:54:48.649Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-10T22:54:48.815Z] --- PASS: TestHealthKillContainer (3.12s) [2019-10-10T22:54:48.815Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-10T22:54:49.214Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-10T22:54:49.471Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-10T22:54:49.595Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s) [2019-10-10T22:54:49.595Z] === RUN TestIpcModeNone [2019-10-10T22:54:50.035Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-10T22:54:50.378Z] --- PASS: TestIpcModeNone (0.99s) [2019-10-10T22:54:50.378Z] === RUN TestIpcModePrivate [2019-10-10T22:54:50.597Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-10T22:54:50.598Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-10T22:54:51.535Z] --- PASS: TestAuthZPluginV2Disable (3.86s) [2019-10-10T22:54:51.535Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable" [2019-10-10T22:54:51.535Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-10T22:54:51.535Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-10T22:54:51.731Z] --- PASS: TestIpcModePrivate (0.99s) [2019-10-10T22:54:51.731Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2019-10-10T22:54:51.732Z] === RUN TestIpcModeShareable [2019-10-10T22:54:52.106Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-10T22:54:52.514Z] --- PASS: TestIpcModeShareable (1.08s) [2019-10-10T22:54:52.514Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2019-10-10T22:54:52.514Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-10T22:54:52.670Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-10T22:54:52.927Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-10T22:54:53.491Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-10T22:54:54.054Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-10T22:54:54.985Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-10T22:54:55.242Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.76s) [2019-10-10T22:54:55.242Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests" [2019-10-10T22:54:55.242Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-10T22:54:55.500Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-10-10T22:54:55.667Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.86s) [2019-10-10T22:54:55.667Z] === RUN TestAPIIpcModeHost [2019-10-10T22:54:56.440Z] --- PASS: TestAPIIpcModeHost (0.83s) [2019-10-10T22:54:56.440Z] === RUN TestDaemonIpcModeShareable [2019-10-10T22:54:58.231Z] --- PASS: TestDaemonIpcModeShareable (1.73s) [2019-10-10T22:54:58.231Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-10T22:54:58.231Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-10T22:54:58.231Z] === RUN TestDaemonIpcModePrivate [2019-10-10T22:54:58.773Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-10T22:55:00.014Z] --- PASS: TestDaemonIpcModePrivate (1.72s) [2019-10-10T22:55:00.014Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-10T22:55:00.014Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-10T22:55:00.014Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-10T22:55:01.029Z] --- PASS: TestUpdateRestartPolicy (20.91s) [2019-10-10T22:55:01.029Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-10T22:55:01.356Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.78s) [2019-10-10T22:55:01.356Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-10T22:55:01.356Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-10T22:55:01.356Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-10T22:55:02.604Z] --- PASS: TestUpdateRestartWithAutoRemove (1.74s) [2019-10-10T22:55:02.604Z] === RUN TestWaitNonBlocked [2019-10-10T22:55:02.604Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T22:55:02.604Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T22:55:02.604Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T22:55:02.604Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T22:55:02.604Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T22:55:02.604Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T22:55:03.052Z] --- PASS: TestUpdateRestartPolicy (12.58s) [2019-10-10T22:55:03.052Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-10T22:55:03.052Z] --- PASS: TestUpdateRestartWithAutoRemove (0.88s) [2019-10-10T22:55:03.052Z] === RUN TestWaitNonBlocked [2019-10-10T22:55:03.052Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T22:55:03.052Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T22:55:03.052Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T22:55:03.052Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T22:55:03.052Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T22:55:03.052Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T22:55:03.052Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-10T22:55:03.052Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.19s) [2019-10-10T22:55:03.052Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.21s) [2019-10-10T22:55:03.052Z] === RUN TestWaitBlocked [2019-10-10T22:55:03.052Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-10T22:55:03.052Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-10T22:55:03.052Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-10T22:55:03.052Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-10T22:55:03.052Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-10T22:55:03.052Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-10T22:55:03.406Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.89s) [2019-10-10T22:55:03.406Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-10T22:55:03.406Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-10T22:55:03.406Z] === RUN TestIpcModeOlderClient [2019-10-10T22:55:03.406Z] === PAUSE TestIpcModeOlderClient [2019-10-10T22:55:03.406Z] === RUN TestKillContainerInvalidSignal [2019-10-10T22:55:03.879Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-10T22:55:03.879Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.98s) [2019-10-10T22:55:03.879Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.04s) [2019-10-10T22:55:03.879Z] === CONT TestContainerStartOnDaemonRestart [2019-10-10T22:55:03.879Z] === CONT TestIpcModeOlderClient [2019-10-10T22:55:03.879Z] === CONT TestDaemonRestartIpcMode [2019-10-10T22:55:03.879Z] --- PASS: TestIpcModeOlderClient (0.19s) [2019-10-10T22:55:04.193Z] --- PASS: TestKillContainerInvalidSignal (0.86s) [2019-10-10T22:55:04.193Z] === RUN TestKillContainer [2019-10-10T22:55:04.193Z] === RUN TestKillContainer/no_signal [2019-10-10T22:55:05.443Z] === RUN TestKillContainer/non_killing_signal [2019-10-10T22:55:05.819Z] === RUN TestKillContainer/killing_signal [2019-10-10T22:55:06.493Z] #73 DONE 25.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-10T22:55:06.877Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-10T22:55:06.945Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40062/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 hack/test/unit [2019-10-10T22:55:07.068Z] --- PASS: TestKillContainer (2.67s) [2019-10-10T22:55:07.068Z] --- PASS: TestKillContainer/no_signal (0.91s) [2019-10-10T22:55:07.068Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2019-10-10T22:55:07.068Z] --- PASS: TestKillContainer/killing_signal (0.85s) [2019-10-10T22:55:07.068Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-10T22:55:07.068Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-10T22:55:07.179Z] --- PASS: TestContainerStartOnDaemonRestart (3.18s) [2019-10-10T22:55:07.180Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-10T22:55:07.747Z] --- PASS: TestDaemonRestartIpcMode (3.89s) [2019-10-10T22:55:07.747Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-10T22:55:07.747Z] PASS [2019-10-10T22:55:07.747Z] [2019-10-10T22:55:07.747Z] === Skipped [2019-10-10T22:55:07.747Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2019-10-10T22:55:07.747Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-10T22:55:07.747Z] [2019-10-10T22:55:07.747Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-10T22:55:07.747Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:55:07.747Z] [2019-10-10T22:55:07.747Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-10T22:55:07.747Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:55:07.747Z] [2019-10-10T22:55:07.747Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-10T22:55:07.747Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-10T22:55:07.747Z] [2019-10-10T22:55:07.747Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-10T22:55:07.747Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-10T22:55:07.747Z] [2019-10-10T22:55:07.747Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2019-10-10T22:55:07.747Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:55:07.747Z] [2019-10-10T22:55:07.747Z] [2019-10-10T22:55:07.747Z] DONE 197 tests, 6 skipped in 130.446s [2019-10-10T22:55:07.747Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2019-10-10T22:55:07.747Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:55:07.747Z] ++ set -e [2019-10-10T22:55:07.747Z] ++ '[' -n 0 ']' [2019-10-10T22:55:07.747Z] ++ set -x [2019-10-10T22:55:07.747Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:55:07.846Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-10T22:55:08.005Z] INFO: Testing against a local daemon [2019-10-10T22:55:08.005Z] === RUN TestCommitInheritsEnv [2019-10-10T22:55:08.572Z] --- PASS: TestCommitInheritsEnv (0.55s) [2019-10-10T22:55:08.572Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-10T22:55:08.572Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-10T22:55:08.572Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-10-10T22:55:08.572Z] === RUN TestImagesFilterMultiReference [2019-10-10T22:55:08.572Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2019-10-10T22:55:08.572Z] === RUN TestImagePullPlatformInvalid [2019-10-10T22:55:08.572Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-10-10T22:55:08.572Z] === RUN TestRemoveImageOrphaning [2019-10-10T22:55:08.626Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.83s) [2019-10-10T22:55:08.626Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.93s) [2019-10-10T22:55:08.626Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s) [2019-10-10T22:55:08.626Z] === RUN TestKillStoppedContainer [2019-10-10T22:55:08.772Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.16s) [2019-10-10T22:55:08.772Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart" [2019-10-10T22:55:08.772Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-10T22:55:08.994Z] --- PASS: TestKillStoppedContainer (0.13s) [2019-10-10T22:55:08.994Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-10T22:55:08.994Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2019-10-10T22:55:08.994Z] === RUN TestKillDifferentUserContainer [2019-10-10T22:55:09.140Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2019-10-10T22:55:09.140Z] === RUN TestRemoveImageGarbageCollector [2019-10-10T22:55:09.140Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-10T22:55:09.140Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:55:09.140Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-10T22:55:09.140Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-10T22:55:09.140Z] === RUN TestTagInvalidReference [2019-10-10T22:55:09.140Z] --- PASS: TestTagInvalidReference (0.04s) [2019-10-10T22:55:09.140Z] === RUN TestTagValidPrefixedRepo [2019-10-10T22:55:09.398Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-10-10T22:55:09.398Z] === RUN TestTagExistedNameWithoutForce [2019-10-10T22:55:09.398Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-10T22:55:09.398Z] === RUN TestTagOfficialNames [2019-10-10T22:55:09.398Z] --- PASS: TestTagOfficialNames (0.08s) [2019-10-10T22:55:09.398Z] === RUN TestTagMatchesDigest [2019-10-10T22:55:09.398Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-10T22:55:09.398Z] PASS [2019-10-10T22:55:09.398Z] [2019-10-10T22:55:09.398Z] === Skipped [2019-10-10T22:55:09.398Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2019-10-10T22:55:09.398Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-10-10T22:55:09.398Z] [2019-10-10T22:55:09.398Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-10T22:55:09.398Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:55:09.398Z] [2019-10-10T22:55:09.398Z] [2019-10-10T22:55:09.398Z] DONE 12 tests, 2 skipped in 1.800s [2019-10-10T22:55:09.398Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2019-10-10T22:55:09.398Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:55:09.398Z] ++ set -e [2019-10-10T22:55:09.398Z] ++ '[' -n 0 ']' [2019-10-10T22:55:09.398Z] ++ set -x [2019-10-10T22:55:09.398Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:55:09.657Z] INFO: Testing against a local daemon [2019-10-10T22:55:09.657Z] === RUN TestNetworkCreateDelete [2019-10-10T22:55:09.819Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-10T22:55:09.819Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.89s) [2019-10-10T22:55:09.819Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (7.59s) [2019-10-10T22:55:09.819Z] === RUN TestWaitBlocked [2019-10-10T22:55:09.819Z] --- SKIP: TestWaitBlocked (0.00s) [2019-10-10T22:55:09.819Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:55:09.819Z] PASS [2019-10-10T22:55:09.819Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-10-10T22:55:09.819Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:55:09.819Z] INFO: Testing against a local daemon [2019-10-10T22:55:09.819Z] === RUN TestCommitInheritsEnv [2019-10-10T22:55:09.819Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-10-10T22:55:09.819Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-10T22:55:09.819Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-10T22:55:09.819Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-10T22:55:09.819Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-10-10T22:55:09.819Z] === RUN TestImagesFilterMultiReference [2019-10-10T22:55:09.844Z] --- PASS: TestKillDifferentUserContainer (0.86s) [2019-10-10T22:55:09.844Z] === RUN TestInspectOomKilledTrue [2019-10-10T22:55:09.844Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-10-10T22:55:09.844Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:55:09.844Z] === RUN TestInspectOomKilledFalse [2019-10-10T22:55:09.844Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-10T22:55:09.844Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:55:09.844Z] === RUN TestLinksEtcHostsContentMatch [2019-10-10T22:55:09.916Z] --- PASS: TestNetworkCreateDelete (0.37s) [2019-10-10T22:55:09.916Z] === RUN TestDockerNetworkDeletePreferID [2019-10-10T22:55:10.143Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-10T22:55:10.291Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2019-10-10T22:55:10.291Z] === RUN TestImagePullPlatformInvalid [2019-10-10T22:55:10.291Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-10-10T22:55:10.291Z] === RUN TestRemoveImageOrphaning [2019-10-10T22:55:10.291Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-10-10T22:55:10.291Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-10T22:55:10.291Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-10T22:55:10.291Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-10T22:55:10.291Z] === RUN TestTagInvalidReference [2019-10-10T22:55:10.291Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-10T22:55:10.291Z] === RUN TestTagValidPrefixedRepo [2019-10-10T22:55:10.291Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2019-10-10T22:55:10.291Z] === RUN TestTagExistedNameWithoutForce [2019-10-10T22:55:10.291Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-10-10T22:55:10.291Z] === RUN TestTagOfficialNames [2019-10-10T22:55:10.291Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-10-10T22:55:10.291Z] tag_test.go:98: testEnv.OSType == "windows" [2019-10-10T22:55:10.291Z] === RUN TestTagMatchesDigest [2019-10-10T22:55:10.291Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-10T22:55:10.291Z] PASS [2019-10-10T22:55:10.291Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-10-10T22:55:10.291Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:55:10.291Z] INFO: Testing against a local daemon [2019-10-10T22:55:10.291Z] === RUN TestNetworkCreateDelete [2019-10-10T22:55:10.291Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-10-10T22:55:10.291Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:55:10.291Z] === RUN TestDockerNetworkDeletePreferID [2019-10-10T22:55:10.291Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-10-10T22:55:10.291Z] 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-10T22:55:10.291Z] === RUN TestInspectNetwork [2019-10-10T22:55:10.291Z] --- SKIP: TestInspectNetwork (0.00s) [2019-10-10T22:55:10.291Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-10-10T22:55:10.291Z] === RUN TestRunContainerWithBridgeNone [2019-10-10T22:55:10.291Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-10-10T22:55:10.291Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:55:10.291Z] === RUN TestNetworkInvalidJSON [2019-10-10T22:55:10.291Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-10T22:55:10.291Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-10T22:55:10.291Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T22:55:10.291Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T22:55:10.291Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T22:55:10.291Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T22:55:10.291Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-10T22:55:10.291Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T22:55:10.291Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T22:55:10.291Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-10T22:55:10.291Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-10-10T22:55:10.291Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-10-10T22:55:10.291Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-10-10T22:55:10.291Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-10T22:55:10.291Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-10-10T22:55:10.291Z] service_test.go:29: testEnv.OSType == "windows" [2019-10-10T22:55:10.291Z] === RUN TestDaemonDefaultNetworkPools [2019-10-10T22:55:10.291Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-10-10T22:55:10.291Z] service_test.go:51: testEnv.OSType == "windows" [2019-10-10T22:55:10.291Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-10T22:55:10.291Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-10-10T22:55:10.291Z] service_test.go:94: testEnv.OSType == "windows" [2019-10-10T22:55:10.291Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-10T22:55:10.291Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-10-10T22:55:10.291Z] service_test.go:127: testEnv.OSType == "windows" [2019-10-10T22:55:10.291Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-10T22:55:10.291Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-10-10T22:55:10.291Z] service_test.go:177: testEnv.OSType == "windows" [2019-10-10T22:55:10.291Z] === RUN TestServiceWithPredefinedNetwork [2019-10-10T22:55:10.291Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-10-10T22:55:10.291Z] service_test.go:201: testEnv.OSType == "windows" [2019-10-10T22:55:10.291Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-10T22:55:10.291Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-10T22:55:10.291Z] service_test.go:230: FLAKY_TEST [2019-10-10T22:55:10.291Z] === RUN TestServiceWithDataPathPortInit [2019-10-10T22:55:10.291Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-10-10T22:55:10.291Z] service_test.go:319: testEnv.OSType == "windows" [2019-10-10T22:55:10.291Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-10T22:55:10.291Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-10-10T22:55:10.291Z] service_test.go:386: testEnv.OSType == "windows" [2019-10-10T22:55:10.291Z] PASS [2019-10-10T22:55:10.291Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-10T22:55:10.291Z] PASS [2019-10-10T22:55:10.291Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-10T22:55:10.400Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-10T22:55:10.400Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-10T22:55:10.656Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-10T22:55:10.656Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-10T22:55:10.762Z] --- PASS: TestLinksEtcHostsContentMatch (0.77s) [2019-10-10T22:55:10.762Z] === RUN TestLinksContainerNames [2019-10-10T22:55:10.769Z] PASS [2019-10-10T22:55:10.769Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-10T22:55:10.769Z] PASS [2019-10-10T22:55:10.769Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-10T22:55:10.769Z] PASS [2019-10-10T22:55:10.769Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-10T22:55:10.769Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:55:10.769Z] INFO: Testing against a local daemon [2019-10-10T22:55:10.769Z] === RUN TestPluginInvalidJSON [2019-10-10T22:55:10.769Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T22:55:10.769Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T22:55:10.769Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T22:55:10.769Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-10-10T22:55:10.769Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-10T22:55:10.769Z] PASS [2019-10-10T22:55:10.769Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-10T22:55:10.769Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:55:10.769Z] INFO: Testing against a local daemon [2019-10-10T22:55:10.769Z] === RUN TestExternalGraphDriver [2019-10-10T22:55:10.769Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-10-10T22:55:10.769Z] external_test.go:48: runtime.GOOS == "windows" [2019-10-10T22:55:10.769Z] === RUN TestGraphdriverPluginV2 [2019-10-10T22:55:10.769Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-10-10T22:55:10.769Z] external_test.go:407: runtime.GOOS == "windows" [2019-10-10T22:55:10.769Z] PASS [2019-10-10T22:55:10.769Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-10T22:55:10.769Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:55:10.769Z] INFO: Testing against a local daemon [2019-10-10T22:55:10.769Z] PASS [2019-10-10T22:55:10.769Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-10T22:55:10.769Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:55:10.769Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-10-10T22:55:10.913Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-10T22:55:11.241Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:55:11.241Z] INFO: Testing against a local daemon [2019-10-10T22:55:11.241Z] === RUN TestSecretInspect [2019-10-10T22:55:11.241Z] --- SKIP: TestSecretInspect (0.00s) [2019-10-10T22:55:11.241Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestSecretList [2019-10-10T22:55:11.241Z] --- SKIP: TestSecretList (0.00s) [2019-10-10T22:55:11.241Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestSecretsCreateAndDelete [2019-10-10T22:55:11.241Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-10-10T22:55:11.241Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestSecretsUpdate [2019-10-10T22:55:11.241Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-10-10T22:55:11.241Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestTemplatedSecret [2019-10-10T22:55:11.241Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-10-10T22:55:11.241Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestSecretCreateResolve [2019-10-10T22:55:11.241Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-10-10T22:55:11.241Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:55:11.241Z] PASS [2019-10-10T22:55:11.241Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-10-10T22:55:11.241Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:55:11.241Z] INFO: Testing against a local daemon [2019-10-10T22:55:11.241Z] === RUN TestServiceCreateInit [2019-10-10T22:55:11.241Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-10T22:55:11.241Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-10T22:55:11.241Z] --- PASS: TestServiceCreateInit (0.03s) [2019-10-10T22:55:11.241Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-10-10T22:55:11.241Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-10-10T22:55:11.241Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestCreateServiceMultipleTimes [2019-10-10T22:55:11.241Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-10-10T22:55:11.241Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestCreateServiceConflict [2019-10-10T22:55:11.241Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-10-10T22:55:11.241Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestCreateServiceMaxReplicas [2019-10-10T22:55:11.241Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-10-10T22:55:11.241Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-10T22:55:11.241Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-10-10T22:55:11.241Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestCreateServiceSecretFileMode [2019-10-10T22:55:11.241Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-10-10T22:55:11.241Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestCreateServiceConfigFileMode [2019-10-10T22:55:11.241Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-10-10T22:55:11.241Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestCreateServiceSysctls [2019-10-10T22:55:11.241Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-10-10T22:55:11.241Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestCreateServiceCapabilities [2019-10-10T22:55:11.241Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-10-10T22:55:11.241Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestInspect [2019-10-10T22:55:11.241Z] --- SKIP: TestInspect (0.00s) [2019-10-10T22:55:11.241Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestDockerNetworkConnectAlias [2019-10-10T22:55:11.241Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-10-10T22:55:11.241Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestDockerNetworkReConnect [2019-10-10T22:55:11.241Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-10-10T22:55:11.241Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestServicePlugin [2019-10-10T22:55:11.241Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-10T22:55:11.241Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestServiceUpdateLabel [2019-10-10T22:55:11.241Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-10-10T22:55:11.241Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:55:11.241Z] === RUN TestServiceUpdateSecrets [2019-10-10T22:55:11.241Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-10-10T22:55:11.241Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:55:11.241Z] === RUN TestServiceUpdateConfigs [2019-10-10T22:55:11.241Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-10-10T22:55:11.241Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:55:11.241Z] === RUN TestServiceUpdateNetwork [2019-10-10T22:55:11.241Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-10-10T22:55:11.241Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-10-10T22:55:11.241Z] PASS [2019-10-10T22:55:11.241Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-10-10T22:55:11.241Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:55:11.241Z] INFO: Testing against a local daemon [2019-10-10T22:55:11.241Z] === RUN TestSessionCreate [2019-10-10T22:55:11.241Z] --- SKIP: TestSessionCreate (0.00s) [2019-10-10T22:55:11.241Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-10-10T22:55:11.241Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-10T22:55:11.241Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-10-10T22:55:11.241Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-10-10T22:55:11.241Z] PASS [2019-10-10T22:55:11.241Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-10-10T22:55:11.241Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:55:11.241Z] INFO: Testing against a local daemon [2019-10-10T22:55:11.241Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-10T22:55:11.241Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-10T22:55:11.241Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-10-10T22:55:11.241Z] === RUN TestEventsExecDie [2019-10-10T22:55:11.241Z] --- SKIP: TestEventsExecDie (0.00s) [2019-10-10T22:55:11.241Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-10-10T22:55:11.241Z] === RUN TestEventsBackwardsCompatible [2019-10-10T22:55:11.241Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-10-10T22:55:11.241Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-10-10T22:55:11.241Z] === RUN TestInfoAPI [2019-10-10T22:55:11.241Z] --- PASS: TestInfoAPI (0.04s) [2019-10-10T22:55:11.241Z] === RUN TestInfoAPIWarnings [2019-10-10T22:55:11.241Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-10-10T22:55:11.241Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-10T22:55:11.241Z] === RUN TestLoginFailsWithBadCredentials [2019-10-10T22:55:11.291Z] --- PASS: TestDockerNetworkDeletePreferID (1.04s) [2019-10-10T22:55:11.291Z] === RUN TestInspectNetwork [2019-10-10T22:55:11.399Z] ? github.com/docker/docker/api [no test files] [2019-10-10T22:55:12.281Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-10T22:55:12.566Z] --- PASS: TestLinksContainerNames (1.67s) [2019-10-10T22:55:12.566Z] === RUN TestLogsFollowTailEmpty [2019-10-10T22:55:12.817Z] --- PASS: TestLoginFailsWithBadCredentials (1.12s) [2019-10-10T22:55:12.817Z] === RUN TestPingCacheHeaders [2019-10-10T22:55:12.817Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-10-10T22:55:12.817Z] === RUN TestPingGet [2019-10-10T22:55:12.817Z] --- PASS: TestPingGet (0.03s) [2019-10-10T22:55:12.817Z] === RUN TestPingHead [2019-10-10T22:55:12.817Z] --- PASS: TestPingHead (0.03s) [2019-10-10T22:55:12.817Z] === RUN TestVersion [2019-10-10T22:55:12.817Z] --- PASS: TestVersion (0.03s) [2019-10-10T22:55:12.817Z] PASS [2019-10-10T22:55:12.817Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-10-10T22:55:12.817Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:55:12.817Z] INFO: Testing against a local daemon [2019-10-10T22:55:12.817Z] === RUN TestVolumesCreateAndList [2019-10-10T22:55:12.817Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-10T22:55:12.817Z] === RUN TestVolumesRemove [2019-10-10T22:55:12.817Z] --- SKIP: TestVolumesRemove (0.00s) [2019-10-10T22:55:12.817Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-10-10T22:55:12.817Z] === RUN TestVolumesInspect [2019-10-10T22:55:12.817Z] --- PASS: TestVolumesInspect (0.05s) [2019-10-10T22:55:12.817Z] === RUN TestVolumesInvalidJSON [2019-10-10T22:55:12.817Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-10T22:55:12.817Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-10T22:55:12.817Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-10T22:55:12.817Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-10T22:55:12.817Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-10T22:55:12.817Z] PASS [2019-10-10T22:55:12.817Z] INFO: make.ps1 ended at 10/10/2019 22:55:12 [2019-10-10T22:55:12.817Z] INFO: Integration CLI tests being run from the host: [2019-10-10T22:55:12.817Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-10-10T22:55:13.359Z] --- PASS: TestLogsFollowTailEmpty (0.93s) [2019-10-10T22:55:13.359Z] === RUN TestContainerNetworkMountsNoChown [2019-10-10T22:55:14.139Z] --- PASS: TestContainerNetworkMountsNoChown (0.92s) [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/default [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/default [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/private [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/private [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rprivate [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/slave [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/slave [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rslave [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/shared [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/shared [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rshared [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/default [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/rshared [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/shared [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/rslave [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/slave [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/rprivate [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/private [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-10T22:55:14.139Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-10T22:55:14.139Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-10T22:55:14.139Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-10T22:55:14.175Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-10T22:55:14.501Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-10T22:55:14.867Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-10T22:55:14.867Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-10T22:55:14.867Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-10T22:55:14.867Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-10T22:55:14.867Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-10T22:55:14.867Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-10T22:55:14.867Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-10T22:55:14.867Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-10T22:55:14.867Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot (0.01s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.11s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2019-10-10T22:55:14.867Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-10-10T22:55:14.867Z] === RUN TestContainerBindMountNonRecursive [2019-10-10T22:55:16.689Z] --- PASS: TestContainerBindMountNonRecursive (1.80s) [2019-10-10T22:55:16.689Z] === RUN TestNetworkNat [2019-10-10T22:55:17.466Z] --- PASS: TestNetworkNat (0.89s) [2019-10-10T22:55:17.466Z] === RUN TestNetworkLocalhostTCPNat [2019-10-10T22:55:17.856Z] === RUN TestInspectNetwork/full_network_id [2019-10-10T22:55:17.856Z] === RUN TestInspectNetwork/partial_network_id [2019-10-10T22:55:17.856Z] === RUN TestInspectNetwork/network_name [2019-10-10T22:55:17.856Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-10T22:55:18.348Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-10T22:55:18.348Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-10T22:55:18.710Z] --- PASS: TestNetworkLocalhostTCPNat (0.90s) [2019-10-10T22:55:18.710Z] === RUN TestNetworkLoopbackNat [2019-10-10T22:55:19.278Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-10T22:55:19.623Z] --- PASS: TestNetworkLoopbackNat (1.27s) [2019-10-10T22:55:19.623Z] === RUN TestPause [2019-10-10T22:55:20.646Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-10-10T22:55:21.056Z] --- PASS: TestPause (1.02s) [2019-10-10T22:55:21.056Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-10T22:55:21.056Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-10T22:55:21.056Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-10T22:55:21.056Z] === RUN TestPauseStopPausedContainer [2019-10-10T22:55:21.828Z] --- PASS: TestPauseStopPausedContainer (0.89s) [2019-10-10T22:55:21.828Z] === RUN TestPsFilter [2019-10-10T22:55:21.828Z] --- PASS: TestPsFilter (0.26s) [2019-10-10T22:55:21.828Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-10T22:55:22.041Z] --- PASS: TestInspectNetwork (10.75s) [2019-10-10T22:55:22.041Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-10T22:55:22.041Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-10T22:55:22.041Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-10T22:55:22.041Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-10T22:55:22.041Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-10T22:55:22.041Z] === RUN TestRunContainerWithBridgeNone [2019-10-10T22:55:22.610Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.70s) [2019-10-10T22:55:22.610Z] === RUN TestRemoveContainerWithVolume [2019-10-10T22:55:23.324Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-10T22:55:23.324Z] INFO: Testing against a local daemon [2019-10-10T22:55:23.324Z] === RUN TestDockerSuite [2019-10-10T22:55:23.324Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-10T22:55:23.324Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-10T22:55:23.324Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-10T22:55:23.324Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-10T22:55:23.324Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-10T22:55:23.324Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-10T22:55:23.324Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-10T22:55:23.324Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-10T22:55:23.384Z] --- PASS: TestRemoveContainerWithVolume (0.84s) [2019-10-10T22:55:23.384Z] === RUN TestRemoveContainerRunning [2019-10-10T22:55:23.797Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-10T22:55:23.797Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-10T22:55:24.572Z] --- PASS: TestRunContainerWithBridgeNone (2.75s) [2019-10-10T22:55:24.572Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-10T22:55:24.572Z] === RUN TestNetworkInvalidJSON [2019-10-10T22:55:24.572Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-10T22:55:24.572Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-10T22:55:24.572Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T22:55:24.572Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T22:55:24.572Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T22:55:24.572Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T22:55:24.572Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-10T22:55:24.572Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T22:55:24.572Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T22:55:24.572Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-10T22:55:24.572Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-10T22:55:24.572Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-10T22:55:24.572Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-10T22:55:24.572Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-10T22:55:24.636Z] --- PASS: TestRemoveContainerRunning (0.90s) [2019-10-10T22:55:24.636Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-10T22:55:24.797Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-10T22:55:24.797Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-10T22:55:25.428Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.92s) [2019-10-10T22:55:25.428Z] === RUN TestRemoveInvalidContainer [2019-10-10T22:55:25.428Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-10-10T22:55:25.428Z] === RUN TestRenameLinkedContainer [2019-10-10T22:55:25.901Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2019-10-10T22:55:25.901Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-10T22:55:25.901Z] PASS [2019-10-10T22:55:25.901Z] [2019-10-10T22:55:25.901Z] DONE 17 tests in 55.212s [2019-10-10T22:55:25.901Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-10T22:55:25.901Z] ++ 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-10T22:55:25.901Z] ++ set -e [2019-10-10T22:55:25.901Z] ++ '[' -n 0 ']' [2019-10-10T22:55:25.901Z] ++ set -x [2019-10-10T22:55:25.901Z] ++ 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-10T22:55:25.901Z] INFO: Testing against a local daemon [2019-10-10T22:55:25.901Z] === RUN TestPluginInvalidJSON [2019-10-10T22:55:25.901Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T22:55:25.901Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T22:55:25.901Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T22:55:25.901Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-10T22:55:25.901Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-10T22:55:25.901Z] PASS [2019-10-10T22:55:25.901Z] [2019-10-10T22:55:25.901Z] DONE 2 tests in 0.167s [2019-10-10T22:55:25.901Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-10T22:55:25.901Z] ++ 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-10T22:55:25.901Z] ++ set -e [2019-10-10T22:55:25.901Z] ++ '[' -n 0 ']' [2019-10-10T22:55:25.901Z] ++ set -x [2019-10-10T22:55:25.901Z] ++ 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-10T22:55:25.901Z] INFO: Testing against a local daemon [2019-10-10T22:55:25.901Z] === RUN TestExternalGraphDriver [2019-10-10T22:55:25.901Z] === RUN TestExternalGraphDriver/json [2019-10-10T22:55:25.948Z] --- PASS: TestDaemonRestartWithLiveRestore (1.38s) [2019-10-10T22:55:25.948Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-10T22:55:25.948Z] === RUN TestDaemonDefaultNetworkPools [2019-10-10T22:55:27.323Z] --- PASS: TestDaemonDefaultNetworkPools (1.06s) [2019-10-10T22:55:27.323Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-10T22:55:27.323Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-10T22:55:27.814Z] === RUN TestExternalGraphDriver/spec [2019-10-10T22:55:28.699Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.71s) [2019-10-10T22:55:28.699Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-10T22:55:28.699Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-10T22:55:28.825Z] --- PASS: TestRenameLinkedContainer (3.52s) [2019-10-10T22:55:28.825Z] === RUN TestRenameStoppedContainer [2019-10-10T22:55:29.601Z] --- PASS: TestRenameStoppedContainer (0.92s) [2019-10-10T22:55:29.601Z] === RUN TestRenameRunningContainerAndReuse [2019-10-10T22:55:29.708Z] === RUN TestExternalGraphDriver/pull [2019-10-10T22:55:30.271Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-10T22:55:31.245Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.05s) [2019-10-10T22:55:31.245Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-10T22:55:31.245Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-10T22:55:31.401Z] --- PASS: TestRenameRunningContainerAndReuse (1.65s) [2019-10-10T22:55:31.401Z] === RUN TestRenameInvalidName [2019-10-10T22:55:31.504Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.68s) [2019-10-10T22:55:31.504Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-10T22:55:31.504Z] === RUN TestServiceWithPredefinedNetwork [2019-10-10T22:55:31.641Z] --- PASS: TestExternalGraphDriver (6.05s) [2019-10-10T22:55:31.642Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-10T22:55:31.642Z] --- PASS: TestExternalGraphDriver/json (2.06s) [2019-10-10T22:55:31.642Z] --- PASS: TestExternalGraphDriver/spec (2.00s) [2019-10-10T22:55:31.642Z] --- PASS: TestExternalGraphDriver/pull (1.81s) [2019-10-10T22:55:31.642Z] === RUN TestGraphdriverPluginV2 [2019-10-10T22:55:32.179Z] --- PASS: TestRenameInvalidName (0.92s) [2019-10-10T22:55:32.179Z] === RUN TestRenameAnonymousContainer [2019-10-10T22:55:33.837Z] ok github.com/docker/docker/api/server 0.018s coverage: 9.0% of statements [2019-10-10T22:55:34.163Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-10T22:55:34.787Z] --- PASS: TestServiceWithPredefinedNetwork (3.27s) [2019-10-10T22:55:34.787Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-10T22:55:34.787Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-10T22:55:34.787Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-10T22:55:34.787Z] service_test.go:230: FLAKY_TEST [2019-10-10T22:55:34.787Z] === RUN TestServiceWithDataPathPortInit [2019-10-10T22:55:35.371Z] --- PASS: TestRenameAnonymousContainer (2.86s) [2019-10-10T22:55:35.371Z] === RUN TestRenameContainerWithSameName [2019-10-10T22:55:35.531Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-10T22:55:36.170Z] --- PASS: TestRenameContainerWithSameName (0.77s) [2019-10-10T22:55:36.170Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-10T22:55:37.426Z] --- PASS: TestGraphdriverPluginV2 (5.65s) [2019-10-10T22:55:37.427Z] external_test.go:413: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2" [2019-10-10T22:55:37.427Z] PASS [2019-10-10T22:55:37.427Z] [2019-10-10T22:55:37.427Z] DONE 5 tests in 11.905s [2019-10-10T22:55:37.427Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-10T22:55:37.427Z] ++ 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-10T22:55:37.427Z] ++ set -e [2019-10-10T22:55:37.427Z] ++ '[' -n 0 ']' [2019-10-10T22:55:37.427Z] ++ set -x [2019-10-10T22:55:37.427Z] ++ 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-10T22:55:37.427Z] INFO: Testing against a local daemon [2019-10-10T22:55:37.427Z] === RUN TestContinueAfterPluginCrash [2019-10-10T22:55:37.427Z] === PAUSE TestContinueAfterPluginCrash [2019-10-10T22:55:37.427Z] === RUN TestDaemonStartWithLogOpt [2019-10-10T22:55:37.427Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-10T22:55:37.427Z] === CONT TestContinueAfterPluginCrash [2019-10-10T22:55:37.427Z] === CONT TestDaemonStartWithLogOpt [2019-10-10T22:55:37.955Z] --- PASS: TestRenameContainerWithLinkedContainer (1.69s) [2019-10-10T22:55:37.955Z] === RUN TestResize [2019-10-10T22:55:37.991Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-10T22:55:37.991Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-10T22:55:38.810Z] --- PASS: TestResize (0.97s) [2019-10-10T22:55:38.810Z] === RUN TestResizeWithInvalidSize [2019-10-10T22:55:39.739Z] --- PASS: TestResizeWithInvalidSize (1.00s) [2019-10-10T22:55:39.739Z] === RUN TestResizeWhenContainerNotStarted [2019-10-10T22:55:40.535Z] --- PASS: TestResizeWhenContainerNotStarted (0.86s) [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-10T22:55:40.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-10T22:55:40.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-10T22:55:40.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-10T22:55:40.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-10T22:55:40.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-10T22:55:40.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-10T22:55:40.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-10T22:55:40.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:55:40.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:55:40.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:55:40.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:55:40.535Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:55:40.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:55:40.535Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-10T22:55:40.535Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-10T22:55:42.405Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:55:42.771Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:55:44.026Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-10T22:55:44.389Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-10T22:55:45.181Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-10T22:55:45.974Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-10T22:55:46.089Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-10-10T22:55:46.089Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-10T22:55:46.089Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-10T22:55:47.964Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-10T22:55:48.341Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-10T22:55:49.365Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-10T22:55:49.929Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-10-10T22:55:49.929Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-10T22:55:50.094Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2019-10-10T22:55:50.094Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-10T22:55:50.094Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-10T22:55:50.094Z] ok github.com/docker/docker/api/types/strslice 0.017s coverage: 90.0% of statements [2019-10-10T22:55:50.094Z] ok github.com/docker/docker/api/types/filters 0.015s coverage: 95.2% of statements [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-10T22:55:50.094Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2019-10-10T22:55:50.094Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/builder [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-10T22:55:50.094Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-10T22:55:50.094Z] ok github.com/docker/docker/builder/dockerignore 0.003s coverage: 96.8% of statements [2019-10-10T22:55:50.094Z] ok github.com/docker/docker/builder/remotecontext 0.177s coverage: 13.6% of statements [2019-10-10T22:55:50.094Z] ok github.com/docker/docker/builder/dockerfile 0.545s coverage: 48.2% of statements [2019-10-10T22:55:50.187Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-10T22:55:50.351Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-10-10T22:55:50.979Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-10T22:55:52.246Z] ok github.com/docker/docker/builder/remotecontext/git 2.080s coverage: 85.1% of statements [2019-10-10T22:55:52.246Z] ? github.com/docker/docker/cli [no test files] [2019-10-10T22:55:52.246Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.01s) [2019-10-10T22:55:52.811Z] 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-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.35s) [2019-10-10T22:55:52.811Z] 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-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.39s) [2019-10-10T22:55:52.811Z] 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-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.46s) [2019-10-10T22:55:52.811Z] 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-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.46s) [2019-10-10T22:55:52.811Z] 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-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.44s) [2019-10-10T22:55:52.811Z] 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-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.38s) [2019-10-10T22:55:52.811Z] 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-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.45s) [2019-10-10T22:55:52.811Z] 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-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.96s) [2019-10-10T22:55:52.811Z] 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-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.03s) [2019-10-10T22:55:52.811Z] 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-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.34s) [2019-10-10T22:55:52.811Z] 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-10T22:55:52.811Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.18s) [2019-10-10T22:55:52.811Z] 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-10T22:55:52.811Z] === RUN TestCgroupNamespacesRun [2019-10-10T22:55:53.202Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-10T22:55:53.766Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-10T22:55:54.141Z] ok github.com/docker/docker/client 0.227s coverage: 75.8% of statements [2019-10-10T22:55:54.604Z] --- PASS: TestCgroupNamespacesRun (1.68s) [2019-10-10T22:55:54.604Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-10T22:55:54.604Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-10T22:55:54.698Z] --- PASS: TestDaemonStartWithLogOpt (17.17s) [2019-10-10T22:55:54.698Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-10T22:55:54.955Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-10T22:55:55.885Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-10T22:55:56.450Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.59s) [2019-10-10T22:55:56.450Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-10T22:55:56.450Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-10T22:55:56.709Z] --- PASS: TestServiceWithDataPathPortInit (19.66s) [2019-10-10T22:55:56.709Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-10T22:55:56.709Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-10T22:55:56.709Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-10T22:55:57.780Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-10T22:55:57.937Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.88s) [2019-10-10T22:55:57.937Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-10T22:55:57.937Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-10T22:55:58.346Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-10T22:55:58.346Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-10T22:55:59.277Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-10T22:55:59.277Z] --- PASS: TestContinueAfterPluginCrash (21.99s) [2019-10-10T22:55:59.277Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-10T22:55:59.277Z] PASS [2019-10-10T22:55:59.277Z] [2019-10-10T22:55:59.277Z] DONE 2 tests in 22.184s [2019-10-10T22:55:59.536Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-10T22:55:59.536Z] ++ 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-10T22:55:59.536Z] ++ set -e [2019-10-10T22:55:59.536Z] ++ '[' -n 0 ']' [2019-10-10T22:55:59.536Z] ++ set -x [2019-10-10T22:55:59.536Z] ++ 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-10T22:55:59.536Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-10T22:55:59.536Z] INFO: Testing against a local daemon [2019-10-10T22:55:59.536Z] === RUN TestPluginWithDevMounts [2019-10-10T22:55:59.536Z] === PAUSE TestPluginWithDevMounts [2019-10-10T22:55:59.536Z] === CONT TestPluginWithDevMounts [2019-10-10T22:55:59.737Z] --- PASS: TestCgroupNamespacesRunHostMode (1.75s) [2019-10-10T22:55:59.737Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-10T22:55:59.737Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-10T22:56:00.100Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-10T22:56:01.493Z] --- PASS: TestPluginWithDevMounts (2.01s) [2019-10-10T22:56:01.493Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-10T22:56:01.493Z] PASS [2019-10-10T22:56:01.493Z] [2019-10-10T22:56:01.493Z] DONE 1 tests in 2.178s [2019-10-10T22:56:01.493Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-10T22:56:01.493Z] ++ 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-10T22:56:01.493Z] ++ set -e [2019-10-10T22:56:01.493Z] ++ '[' -n 0 ']' [2019-10-10T22:56:01.493Z] ++ set -x [2019-10-10T22:56:01.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=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-10T22:56:01.563Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.69s) [2019-10-10T22:56:01.563Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-10T22:56:01.563Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-10T22:56:01.750Z] INFO: Testing against a local daemon [2019-10-10T22:56:01.750Z] === RUN TestSecretInspect [2019-10-10T22:56:02.363Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.85s) [2019-10-10T22:56:02.363Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-10T22:56:02.363Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-10T22:56:02.681Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-10T22:56:03.212Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2019-10-10T22:56:03.212Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-10T22:56:03.212Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-10T22:56:03.613Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-10T22:56:04.176Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-10-10T22:56:04.740Z] --- PASS: TestSecretInspect (2.84s) [2019-10-10T22:56:04.740Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-10T22:56:04.740Z] === RUN TestSecretList [2019-10-10T22:56:04.821Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.79s) [2019-10-10T22:56:04.821Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-10T22:56:04.821Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:x763h1b4pr2hkdnl4qdbi7e59 Created:2019-10-10 22:55:56.03537004 +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[70b5cb67fbb36cd0f4cbc9dc2a8f7578d40f89920238852eabb85f9e467c995c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jjj99349mhf8dgfzoqp0pv9if EndpointID:566247dfb65b8e0ed892cf7e6967a1a1a6c2b664ece7e6520f7c2fb7dcd39ce7 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4d70c60335d7514f12ede67dfb065d6626592a89c93bab81a1564abc158f70bb 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:2832c2d7ddb8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jjj99349mhf8dgfzoqp0pv9if EndpointID:566247dfb65b8e0ed892cf7e6967a1a1a6c2b664ece7e6520f7c2fb7dcd39ce7 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-10T22:56:04.821Z] PASS [2019-10-10T22:56:04.821Z] [2019-10-10T22:56:04.821Z] === Skipped [2019-10-10T22:56:04.821Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-10T22:56:04.821Z] service_test.go:230: FLAKY_TEST [2019-10-10T22:56:04.821Z] [2019-10-10T22:56:04.821Z] [2019-10-10T22:56:04.821Z] DONE 21 tests, 1 skipped in 54.714s [2019-10-10T22:56:04.821Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-10T22:56:04.821Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:56:04.821Z] ++ set -e [2019-10-10T22:56:04.821Z] ++ '[' -n 0 ']' [2019-10-10T22:56:04.821Z] ++ set -x [2019-10-10T22:56:04.821Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:56:04.821Z] INFO: Testing against a local daemon [2019-10-10T22:56:04.821Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-10T22:56:04.821Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-10T22:56:04.821Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-10T22:56:04.821Z] === RUN TestDockerNetworkIpvlan [2019-10-10T22:56:04.821Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-10T22:56:04.821Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-10T22:56:04.821Z] PASS [2019-10-10T22:56:04.821Z] [2019-10-10T22:56:04.821Z] === Skipped [2019-10-10T22:56:04.821Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-10T22:56:04.821Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-10T22:56:04.821Z] [2019-10-10T22:56:04.821Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-10T22:56:04.821Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-10T22:56:04.821Z] [2019-10-10T22:56:04.821Z] [2019-10-10T22:56:04.821Z] DONE 2 tests, 2 skipped in 0.176s [2019-10-10T22:56:04.821Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-10T22:56:04.821Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:56:04.821Z] ++ set -e [2019-10-10T22:56:04.821Z] ++ '[' -n 0 ']' [2019-10-10T22:56:04.821Z] ++ set -x [2019-10-10T22:56:04.821Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:56:04.821Z] INFO: Testing against a local daemon [2019-10-10T22:56:04.821Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-10T22:56:05.126Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.88s) [2019-10-10T22:56:05.126Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-10T22:56:05.126Z] === RUN TestKernelTCPMemory [2019-10-10T22:56:06.578Z] --- PASS: TestKernelTCPMemory (1.10s) [2019-10-10T22:56:06.578Z] === RUN TestNISDomainname [2019-10-10T22:56:06.636Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-10T22:56:06.723Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.85s) [2019-10-10T22:56:06.723Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-10T22:56:06.723Z] === RUN TestDockerNetworkMacvlan [2019-10-10T22:56:07.290Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-10T22:56:07.384Z] --- PASS: TestNISDomainname (1.24s) [2019-10-10T22:56:07.384Z] === RUN TestHostnameDnsResolution [2019-10-10T22:56:07.567Z] --- PASS: TestSecretList (3.02s) [2019-10-10T22:56:07.567Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-10T22:56:07.567Z] === RUN TestSecretsCreateAndDelete [2019-10-10T22:56:08.131Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-10T22:56:08.653Z] --- PASS: TestHostnameDnsResolution (1.23s) [2019-10-10T22:56:08.653Z] === RUN TestStats [2019-10-10T22:56:08.666Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-10T22:56:09.602Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-10T22:56:11.080Z] --- PASS: TestStats (2.43s) [2019-10-10T22:56:11.080Z] === RUN TestStopContainerWithTimeout [2019-10-10T22:56:11.080Z] === RUN TestStopContainerWithTimeout/0 [2019-10-10T22:56:11.080Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-10T22:56:11.080Z] === RUN TestStopContainerWithTimeout/1 [2019-10-10T22:56:11.080Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-10T22:56:11.080Z] === RUN TestStopContainerWithTimeout/3 [2019-10-10T22:56:11.080Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-10T22:56:11.080Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-10T22:56:11.080Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-10T22:56:11.080Z] === CONT TestStopContainerWithTimeout/0 [2019-10-10T22:56:11.080Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-10T22:56:11.409Z] --- PASS: TestSecretsCreateAndDelete (3.24s) [2019-10-10T22:56:11.409Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-10T22:56:11.409Z] === RUN TestSecretsUpdate [2019-10-10T22:56:11.409Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-10T22:56:12.332Z] === CONT TestStopContainerWithTimeout/3 [2019-10-10T22:56:12.777Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-10T22:56:12.887Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-10T22:56:13.708Z] --- PASS: TestSecretsUpdate (2.84s) [2019-10-10T22:56:13.708Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-10T22:56:13.708Z] === RUN TestTemplatedSecret [2019-10-10T22:56:14.117Z] === CONT TestStopContainerWithTimeout/1 [2019-10-10T22:56:14.272Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-10T22:56:14.528Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-10T22:56:16.012Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-10-10T22:56:16.012Z] --- PASS: TestStopContainerWithTimeout/0 (0.90s) [2019-10-10T22:56:16.012Z] --- PASS: TestStopContainerWithTimeout/-1 (2.95s) [2019-10-10T22:56:16.012Z] --- PASS: TestStopContainerWithTimeout/3 (2.92s) [2019-10-10T22:56:16.012Z] --- PASS: TestStopContainerWithTimeout/1 (1.98s) [2019-10-10T22:56:16.012Z] === RUN TestDeleteDevicemapper [2019-10-10T22:56:16.012Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-10T22:56:16.012Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-10T22:56:16.012Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-10T22:56:17.051Z] --- PASS: TestTemplatedSecret (3.30s) [2019-10-10T22:56:17.051Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-10T22:56:17.051Z] === RUN TestSecretCreateResolve [2019-10-10T22:56:17.072Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-10T22:56:18.422Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-10T22:56:20.021Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.32s) [2019-10-10T22:56:20.021Z] === RUN TestUpdateMemory [2019-10-10T22:56:20.021Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-10T22:56:20.021Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:56:20.021Z] === RUN TestUpdateCPUQuota [2019-10-10T22:56:20.382Z] --- PASS: TestSecretCreateResolve (3.15s) [2019-10-10T22:56:20.382Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-10T22:56:20.382Z] PASS [2019-10-10T22:56:20.382Z] [2019-10-10T22:56:20.382Z] DONE 6 tests in 18.569s [2019-10-10T22:56:20.382Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-10-10T22:56:20.382Z] ++ 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-10T22:56:20.382Z] ++ set -e [2019-10-10T22:56:20.382Z] ++ '[' -n 0 ']' [2019-10-10T22:56:20.382Z] ++ set -x [2019-10-10T22:56:20.382Z] ++ 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-10T22:56:20.382Z] INFO: Testing against a local daemon [2019-10-10T22:56:20.382Z] === RUN TestServiceCreateInit [2019-10-10T22:56:20.382Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-10T22:56:20.794Z] --- PASS: TestUpdateCPUQuota (1.47s) [2019-10-10T22:56:20.794Z] === RUN TestUpdatePidsLimit [2019-10-10T22:56:20.794Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-10T22:56:20.945Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-10T22:56:21.565Z] === RUN TestUpdatePidsLimit/no_change [2019-10-10T22:56:21.875Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-10T22:56:21.939Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-10T22:56:22.299Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-10T22:56:22.664Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-10T22:56:23.039Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-10T22:56:23.244Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-10T22:56:23.408Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-10T22:56:23.639Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-10T22:56:25.342Z] --- PASS: TestUpdatePidsLimit (4.30s) [2019-10-10T22:56:25.342Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.48s) [2019-10-10T22:56:25.342Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2019-10-10T22:56:25.342Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2019-10-10T22:56:25.342Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.43s) [2019-10-10T22:56:25.342Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2019-10-10T22:56:25.342Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.46s) [2019-10-10T22:56:25.342Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.46s) [2019-10-10T22:56:25.342Z] === RUN TestUpdateRestartPolicy [2019-10-10T22:56:25.540Z] --- PASS: TestDockerNetworkMacvlan (18.88s) [2019-10-10T22:56:25.541Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T22:56:25.541Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2019-10-10T22:56:25.541Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T22:56:25.541Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2019-10-10T22:56:25.541Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T22:56:25.541Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.97s) [2019-10-10T22:56:25.541Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T22:56:25.541Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.07s) [2019-10-10T22:56:25.541Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T22:56:25.541Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.81s) [2019-10-10T22:56:25.541Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T22:56:25.541Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.36s) [2019-10-10T22:56:25.541Z] PASS [2019-10-10T22:56:25.541Z] [2019-10-10T22:56:25.541Z] DONE 8 tests in 20.890s [2019-10-10T22:56:25.541Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-10T22:56:25.541Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:56:25.541Z] ++ set -e [2019-10-10T22:56:25.541Z] ++ '[' -n 0 ']' [2019-10-10T22:56:25.541Z] ++ set -x [2019-10-10T22:56:25.541Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:56:25.541Z] testing: warning: no tests to run [2019-10-10T22:56:25.541Z] PASS [2019-10-10T22:56:25.541Z] [2019-10-10T22:56:25.541Z] DONE 0 tests in 0.039s [2019-10-10T22:56:25.541Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-10T22:56:25.541Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:56:25.541Z] ++ set -e [2019-10-10T22:56:25.541Z] ++ '[' -n 0 ']' [2019-10-10T22:56:25.541Z] ++ set -x [2019-10-10T22:56:25.541Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:56:25.541Z] INFO: Testing against a local daemon [2019-10-10T22:56:25.541Z] === RUN TestAuthZPluginAllowRequest [2019-10-10T22:56:25.765Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-10T22:56:27.443Z] --- PASS: TestAuthZPluginAllowRequest (1.81s) [2019-10-10T22:56:27.443Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-10T22:56:27.443Z] === RUN TestAuthZPluginTLS [2019-10-10T22:56:28.010Z] --- PASS: TestAuthZPluginTLS (0.60s) [2019-10-10T22:56:28.010Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-10T22:56:28.010Z] === RUN TestAuthZPluginDenyRequest [2019-10-10T22:56:28.577Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-10-10T22:56:28.577Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-10T22:56:28.577Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-10T22:56:29.144Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-10-10T22:56:29.144Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-10T22:56:29.144Z] === RUN TestAuthZPluginDenyResponse [2019-10-10T22:56:29.711Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-10-10T22:56:29.711Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-10T22:56:29.711Z] === RUN TestAuthZPluginAllowEventStream [2019-10-10T22:56:31.036Z] --- PASS: TestServiceCreateInit (10.08s) [2019-10-10T22:56:31.036Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.18s) [2019-10-10T22:56:31.036Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-10T22:56:31.036Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.88s) [2019-10-10T22:56:31.036Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-10T22:56:31.036Z] === RUN TestCreateServiceMultipleTimes [2019-10-10T22:56:31.616Z] --- PASS: TestAuthZPluginAllowEventStream (1.72s) [2019-10-10T22:56:31.616Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-10T22:56:31.616Z] === RUN TestAuthZPluginErrorResponse [2019-10-10T22:56:32.184Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2019-10-10T22:56:32.184Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-10T22:56:32.184Z] === RUN TestAuthZPluginErrorRequest [2019-10-10T22:56:32.751Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-10-10T22:56:32.751Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-10T22:56:32.751Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-10T22:56:32.827Z] ok github.com/docker/docker/cmd/dockerd 0.068s coverage: 30.3% of statements [2019-10-10T22:56:32.827Z] ok github.com/docker/docker/container 0.131s coverage: 35.3% of statements [2019-10-10T22:56:32.827Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-10T22:56:32.827Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-10T22:56:32.827Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-10T22:56:32.827Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-10T22:56:33.317Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-10-10T22:56:33.317Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-10T22:56:33.317Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-10T22:56:33.560Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-10T22:56:35.849Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.20s) [2019-10-10T22:56:35.849Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-10T22:56:35.849Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-10T22:56:37.758Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.20s) [2019-10-10T22:56:37.758Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-10T22:56:37.758Z] === RUN TestAuthZPluginHeader [2019-10-10T22:56:38.692Z] --- PASS: TestAuthZPluginHeader (0.92s) [2019-10-10T22:56:38.692Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-10T22:56:38.692Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-10T22:56:38.692Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-10T22:56:38.692Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:56:38.692Z] === RUN TestAuthZPluginV2Disable [2019-10-10T22:56:38.692Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-10T22:56:38.692Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:56:38.692Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-10T22:56:38.692Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-10T22:56:38.692Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:56:38.692Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-10T22:56:38.692Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-10T22:56:38.692Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:56:38.692Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-10T22:56:38.816Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-10-10T22:56:38.873Z] --- PASS: TestUpdateRestartPolicy (12.76s) [2019-10-10T22:56:38.873Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-10T22:56:38.873Z] --- PASS: TestUpdateRestartWithAutoRemove (0.89s) [2019-10-10T22:56:38.873Z] === RUN TestWaitNonBlocked [2019-10-10T22:56:38.873Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T22:56:38.873Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T22:56:38.873Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T22:56:38.873Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T22:56:38.873Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T22:56:38.873Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T22:56:39.380Z] ok github.com/docker/docker/daemon/cluster 0.056s coverage: 0.5% of statements [2019-10-10T22:56:40.132Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-10-10T22:56:40.132Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.02s) [2019-10-10T22:56:40.132Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s) [2019-10-10T22:56:40.132Z] === RUN TestWaitBlocked [2019-10-10T22:56:40.132Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-10T22:56:40.132Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-10T22:56:40.132Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-10T22:56:40.132Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-10T22:56:40.132Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-10T22:56:40.132Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-10T22:56:40.711Z] === RUN TestDockerSuite/TestBuildRm [2019-10-10T22:56:40.752Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-10-10T22:56:41.477Z] --- PASS: TestWaitBlocked (0.01s) [2019-10-10T22:56:41.477Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.04s) [2019-10-10T22:56:41.477Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.14s) [2019-10-10T22:56:41.477Z] === CONT TestContainerStartOnDaemonRestart [2019-10-10T22:56:41.477Z] === CONT TestIpcModeOlderClient [2019-10-10T22:56:41.477Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-10-10T22:56:41.477Z] === CONT TestDaemonRestartIpcMode [2019-10-10T22:56:42.124Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.8% of statements [2019-10-10T22:56:43.985Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-10T22:56:44.886Z] --- PASS: TestContainerStartOnDaemonRestart (3.25s) [2019-10-10T22:56:44.886Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-10T22:56:44.914Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-10T22:56:45.256Z] --- PASS: TestDaemonRestartIpcMode (4.00s) [2019-10-10T22:56:45.256Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-10T22:56:45.256Z] PASS [2019-10-10T22:56:45.256Z] [2019-10-10T22:56:45.256Z] === Skipped [2019-10-10T22:56:45.256Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-10-10T22:56:45.256Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-10T22:56:45.256Z] [2019-10-10T22:56:45.256Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s) [2019-10-10T22:56:45.256Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:56:45.256Z] [2019-10-10T22:56:45.256Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-10T22:56:45.256Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:56:45.256Z] [2019-10-10T22:56:45.256Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-10T22:56:45.256Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-10T22:56:45.256Z] [2019-10-10T22:56:45.256Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-10-10T22:56:45.256Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-10T22:56:45.256Z] [2019-10-10T22:56:45.256Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-10-10T22:56:45.256Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-10T22:56:45.256Z] [2019-10-10T22:56:45.256Z] [2019-10-10T22:56:45.256Z] DONE 197 tests, 6 skipped in 136.605s [2019-10-10T22:56:45.256Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-10-10T22:56:45.256Z] ++ 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-10T22:56:45.256Z] ++ set -e [2019-10-10T22:56:45.256Z] ++ '[' -n 0 ']' [2019-10-10T22:56:45.256Z] ++ set -x [2019-10-10T22:56:45.256Z] ++ 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-10T22:56:45.622Z] INFO: Testing against a local daemon [2019-10-10T22:56:45.622Z] === RUN TestCommitInheritsEnv [2019-10-10T22:56:45.990Z] --- PASS: TestCommitInheritsEnv (0.50s) [2019-10-10T22:56:45.990Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-10T22:56:45.990Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-10T22:56:45.990Z] === RUN TestImagesFilterMultiReference [2019-10-10T22:56:45.990Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2019-10-10T22:56:45.990Z] === RUN TestImagePullPlatformInvalid [2019-10-10T22:56:45.990Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-10-10T22:56:45.990Z] === RUN TestRemoveImageOrphaning [2019-10-10T22:56:46.284Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-10T22:56:46.540Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-10T22:56:46.773Z] --- PASS: TestRemoveImageOrphaning (0.50s) [2019-10-10T22:56:46.773Z] === RUN TestRemoveImageGarbageCollector [2019-10-10T22:56:46.773Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-10T22:56:46.773Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:56:46.773Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-10T22:56:46.773Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2019-10-10T22:56:46.773Z] === RUN TestTagInvalidReference [2019-10-10T22:56:46.773Z] --- PASS: TestTagInvalidReference (0.01s) [2019-10-10T22:56:46.773Z] === RUN TestTagValidPrefixedRepo [2019-10-10T22:56:46.773Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2019-10-10T22:56:46.773Z] === RUN TestTagExistedNameWithoutForce [2019-10-10T22:56:46.773Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-10-10T22:56:46.773Z] === RUN TestTagOfficialNames [2019-10-10T22:56:46.773Z] --- PASS: TestTagOfficialNames (0.04s) [2019-10-10T22:56:46.773Z] === RUN TestTagMatchesDigest [2019-10-10T22:56:46.773Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-10-10T22:56:46.773Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-10T22:56:47.470Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-10T22:56:48.840Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-10T22:56:49.769Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-10T22:56:50.223Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.430s coverage: 13.7% of statements [2019-10-10T22:56:51.137Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-10T22:56:51.591Z] ok github.com/docker/docker/daemon/config 0.026s coverage: 84.6% of statements [2019-10-10T22:56:51.848Z] ok github.com/docker/docker/daemon 12.217s coverage: 17.6% of statements [2019-10-10T22:56:51.848Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-10T22:56:51.848Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-10T22:56:52.779Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2019-10-10T22:56:53.037Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2019-10-10T22:56:53.037Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-10T22:56:53.037Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-10T22:56:53.658Z] --- PASS: TestCreateServiceMultipleTimes (23.23s) [2019-10-10T22:56:53.658Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-10T22:56:53.658Z] === RUN TestCreateServiceConflict [2019-10-10T22:56:54.410Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-10-10T22:56:55.030Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-10T22:56:55.030Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-10-10T22:56:55.030Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-10T22:56:55.594Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-10T22:56:55.594Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-10T22:56:56.157Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-10T22:56:56.770Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.91s) [2019-10-10T22:56:56.770Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-10T22:56:56.770Z] PASS [2019-10-10T22:56:56.770Z] [2019-10-10T22:56:56.770Z] === Skipped [2019-10-10T22:56:56.770Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-10T22:56:56.770Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:56:56.770Z] [2019-10-10T22:56:56.770Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-10T22:56:56.770Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:56:56.770Z] [2019-10-10T22:56:56.770Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-10T22:56:56.770Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:56:56.770Z] [2019-10-10T22:56:56.770Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-10T22:56:56.770Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:56:56.770Z] [2019-10-10T22:56:56.770Z] [2019-10-10T22:56:56.770Z] DONE 17 tests, 4 skipped in 31.039s [2019-10-10T22:56:56.770Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-10T22:56:56.770Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:56:56.770Z] ++ set -e [2019-10-10T22:56:56.770Z] ++ '[' -n 0 ']' [2019-10-10T22:56:56.770Z] ++ set -x [2019-10-10T22:56:56.770Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:56:56.770Z] INFO: Testing against a local daemon [2019-10-10T22:56:56.770Z] === RUN TestPluginInvalidJSON [2019-10-10T22:56:56.770Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T22:56:56.770Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T22:56:56.770Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T22:56:56.770Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-10T22:56:56.770Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2019-10-10T22:56:56.770Z] PASS [2019-10-10T22:56:56.770Z] [2019-10-10T22:56:56.770Z] DONE 2 tests in 0.178s [2019-10-10T22:56:56.770Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-10T22:56:56.770Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:56:56.770Z] ++ set -e [2019-10-10T22:56:56.770Z] ++ '[' -n 0 ']' [2019-10-10T22:56:56.770Z] ++ set -x [2019-10-10T22:56:56.770Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:56:56.770Z] INFO: Testing against a local daemon [2019-10-10T22:56:56.770Z] === RUN TestExternalGraphDriver [2019-10-10T22:56:56.933Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-10-10T22:56:57.029Z] === RUN TestExternalGraphDriver/json [2019-10-10T22:56:57.090Z] --- PASS: TestCreateServiceConflict (3.24s) [2019-10-10T22:56:57.090Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-10T22:56:57.090Z] === RUN TestCreateServiceMaxReplicas [2019-10-10T22:56:57.090Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-10T22:56:57.348Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-10T22:56:57.496Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.209s coverage: 57.0% of statements [2019-10-10T22:56:58.716Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-10T22:56:59.559Z] === RUN TestExternalGraphDriver/spec [2019-10-10T22:57:00.778Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.406s coverage: 72.5% of statements [2019-10-10T22:57:00.778Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.860s coverage: 46.2% of statements [2019-10-10T22:57:00.778Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-10T22:57:01.240Z] --- PASS: TestCreateServiceMaxReplicas (4.41s) [2019-10-10T22:57:01.240Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-10T22:57:01.240Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-10T22:57:02.091Z] === RUN TestExternalGraphDriver/pull [2019-10-10T22:57:03.301Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.086s coverage: 51.0% of statements [2019-10-10T22:57:03.773Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-10T22:57:04.671Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.318s coverage: 76.1% of statements [2019-10-10T22:57:05.142Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-10T22:57:05.237Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-10-10T22:57:05.374Z] --- PASS: TestExternalGraphDriver (8.04s) [2019-10-10T22:57:05.374Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-10T22:57:05.374Z] --- PASS: TestExternalGraphDriver/json (2.41s) [2019-10-10T22:57:05.374Z] --- PASS: TestExternalGraphDriver/spec (2.56s) [2019-10-10T22:57:05.374Z] --- PASS: TestExternalGraphDriver/pull (2.89s) [2019-10-10T22:57:05.374Z] === RUN TestGraphdriverPluginV2 [2019-10-10T22:57:05.374Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2019-10-10T22:57:05.374Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:57:05.374Z] PASS [2019-10-10T22:57:05.374Z] [2019-10-10T22:57:05.374Z] === Skipped [2019-10-10T22:57:05.374Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2019-10-10T22:57:05.374Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:57:05.374Z] [2019-10-10T22:57:05.374Z] [2019-10-10T22:57:05.374Z] DONE 5 tests, 1 skipped in 8.238s [2019-10-10T22:57:05.374Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-10T22:57:05.374Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:57:05.374Z] ++ set -e [2019-10-10T22:57:05.374Z] ++ '[' -n 0 ']' [2019-10-10T22:57:05.374Z] ++ set -x [2019-10-10T22:57:05.374Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:57:05.374Z] INFO: Testing against a local daemon [2019-10-10T22:57:05.374Z] === RUN TestContinueAfterPluginCrash [2019-10-10T22:57:05.374Z] === PAUSE TestContinueAfterPluginCrash [2019-10-10T22:57:05.374Z] === RUN TestDaemonStartWithLogOpt [2019-10-10T22:57:05.374Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-10T22:57:05.374Z] === CONT TestContinueAfterPluginCrash [2019-10-10T22:57:05.374Z] === CONT TestDaemonStartWithLogOpt [2019-10-10T22:57:05.802Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.134s coverage: 57.2% of statements [2019-10-10T22:57:05.802Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-10T22:57:05.802Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-10T22:57:06.513Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-10T22:57:06.735Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2019-10-10T22:57:07.077Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-10T22:57:07.668Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-10-10T22:57:08.008Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-10T22:57:09.041Z] ok github.com/docker/docker/daemon/images 0.015s coverage: 4.9% of statements [2019-10-10T22:57:09.041Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-10T22:57:09.041Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-10T22:57:09.377Z] === RUN TestDockerSuite/TestBuildUser [2019-10-10T22:57:09.606Z] ok github.com/docker/docker/daemon/logger 0.233s coverage: 42.7% of statements [2019-10-10T22:57:11.014Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2019-10-10T22:57:11.014Z] ok github.com/docker/docker/daemon/logger/awslogs 0.154s coverage: 77.8% of statements [2019-10-10T22:57:11.014Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-10T22:57:11.014Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-10T22:57:11.243Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2019-10-10T22:57:11.270Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-10T22:57:11.951Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2019-10-10T22:57:12.518Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2019-10-10T22:57:12.518Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 88.3% of statements [2019-10-10T22:57:12.639Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-10-10T22:57:12.737Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-10T22:57:13.778Z] ok github.com/docker/docker/api/server/middleware 0.029s coverage: 37.7% of statements [2019-10-10T22:57:13.778Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-10T22:57:13.778Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-10T22:57:13.778Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-10T22:57:13.778Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-10T22:57:13.778Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-10T22:57:13.778Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-10T22:57:13.778Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-10T22:57:13.778Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-10T22:57:13.887Z] ok github.com/docker/docker/daemon/logger/local 0.018s coverage: 74.7% of statements [2019-10-10T22:57:13.887Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-10T22:57:13.887Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.032s coverage: 19.9% of statements [2019-10-10T22:57:14.404Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-10T22:57:15.256Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 47.8% of statements [2019-10-10T22:57:15.356Z] --- PASS: TestDaemonStartWithLogOpt (10.21s) [2019-10-10T22:57:15.356Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-10T22:57:15.820Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2019-10-10T22:57:15.913Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-10T22:57:16.384Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-10-10T22:57:16.947Z] ok github.com/docker/docker/daemon/logger/splunk 1.584s coverage: 84.5% of statements [2019-10-10T22:57:16.947Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-10T22:57:16.947Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-10T22:57:17.115Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-10T22:57:17.115Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-10T22:57:17.115Z] ok github.com/docker/docker/api/types/filters 0.028s coverage: 95.2% of statements [2019-10-10T22:57:17.115Z] ok github.com/docker/docker/api/types/strslice 0.019s coverage: 90.0% of statements [2019-10-10T22:57:17.404Z] ok github.com/docker/docker/api/server/router/swarm 0.008s coverage: 4.0% of statements [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/types [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-10T22:57:17.404Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-10T22:57:17.808Z] --- PASS: TestCreateWithDuplicateNetworkNames (16.20s) [2019-10-10T22:57:17.808Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-10T22:57:17.808Z] === RUN TestCreateServiceSecretFileMode [2019-10-10T22:57:18.034Z] ok github.com/docker/docker/api/types/versions 0.011s coverage: 75.0% of statements [2019-10-10T22:57:18.034Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2019-10-10T22:57:18.034Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-10T22:57:18.034Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-10T22:57:18.034Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-10T22:57:18.034Z] ? github.com/docker/docker/builder [no test files] [2019-10-10T22:57:18.034Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-10T22:57:18.034Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-10T22:57:18.034Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-10T22:57:18.034Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-10T22:57:18.034Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-10T22:57:18.034Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-10T22:57:18.034Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-10T22:57:18.843Z] ok github.com/docker/docker/distribution/metadata 0.039s coverage: 48.2% of statements [2019-10-10T22:57:18.843Z] ok github.com/docker/docker/distribution 0.355s coverage: 22.4% of statements [2019-10-10T22:57:18.843Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-10T22:57:19.055Z] ok github.com/docker/docker/builder/dockerignore 0.031s coverage: 96.8% of statements [2019-10-10T22:57:20.214Z] ok github.com/docker/docker/errdefs 0.008s coverage: 49.4% of statements [2019-10-10T22:57:20.619Z] --- PASS: TestContinueAfterPluginCrash (15.15s) [2019-10-10T22:57:20.619Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-10T22:57:20.619Z] PASS [2019-10-10T22:57:20.619Z] [2019-10-10T22:57:20.619Z] DONE 2 tests in 15.317s [2019-10-10T22:57:20.619Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-10T22:57:20.619Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:57:20.619Z] ++ set -e [2019-10-10T22:57:20.619Z] ++ '[' -n 0 ']' [2019-10-10T22:57:20.619Z] ++ set -x [2019-10-10T22:57:20.619Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:57:20.619Z] INFO: Testing against a local daemon [2019-10-10T22:57:20.619Z] === RUN TestPluginWithDevMounts [2019-10-10T22:57:20.619Z] === PAUSE TestPluginWithDevMounts [2019-10-10T22:57:20.619Z] === CONT TestPluginWithDevMounts [2019-10-10T22:57:21.079Z] --- PASS: TestCreateServiceSecretFileMode (3.26s) [2019-10-10T22:57:21.079Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-10T22:57:21.079Z] === RUN TestCreateServiceConfigFileMode [2019-10-10T22:57:21.584Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-10-10T22:57:22.148Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-10-10T22:57:22.148Z] ok github.com/docker/docker/distribution/xfer 1.880s coverage: 85.6% of statements [2019-10-10T22:57:22.148Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-10T22:57:22.148Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-10T22:57:23.150Z] --- PASS: TestPluginWithDevMounts (2.23s) [2019-10-10T22:57:23.150Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-10T22:57:23.150Z] PASS [2019-10-10T22:57:23.150Z] [2019-10-10T22:57:23.150Z] DONE 1 tests in 2.411s [2019-10-10T22:57:23.150Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-10T22:57:23.150Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:57:23.150Z] ++ set -e [2019-10-10T22:57:23.150Z] ++ '[' -n 0 ']' [2019-10-10T22:57:23.150Z] ++ set -x [2019-10-10T22:57:23.150Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:57:23.150Z] INFO: Testing against a local daemon [2019-10-10T22:57:23.150Z] === RUN TestSecretInspect [2019-10-10T22:57:23.517Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2019-10-10T22:57:23.517Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-10T22:57:24.082Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-10-10T22:57:24.353Z] --- PASS: TestCreateServiceConfigFileMode (3.20s) [2019-10-10T22:57:24.353Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-10T22:57:24.353Z] === RUN TestCreateServiceSysctls [2019-10-10T22:57:24.592Z] ok github.com/docker/docker/cli/debug 0.017s coverage: 100.0% of statements [2019-10-10T22:57:25.013Z] ok github.com/docker/docker/opts 0.017s coverage: 66.9% of statements [2019-10-10T22:57:25.270Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-10-10T22:57:26.433Z] --- PASS: TestSecretInspect (3.16s) [2019-10-10T22:57:26.433Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-10T22:57:26.433Z] === RUN TestSecretList [2019-10-10T22:57:26.664Z] ok github.com/docker/docker/builder/remotecontext/git 5.205s coverage: 85.1% of statements [2019-10-10T22:57:27.165Z] ok github.com/docker/docker/pkg/archive 0.384s coverage: 77.2% of statements [2019-10-10T22:57:28.099Z] ok github.com/docker/docker/pkg/authorization 0.360s coverage: 68.3% of statements [2019-10-10T22:57:28.356Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-10-10T22:57:28.530Z] --- PASS: TestCreateServiceSysctls (4.05s) [2019-10-10T22:57:28.530Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-10T22:57:28.530Z] === RUN TestCreateServiceCapabilities [2019-10-10T22:57:28.614Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-10T22:57:29.376Z] ok github.com/docker/docker/builder/remotecontext 0.515s coverage: 13.6% of statements [2019-10-10T22:57:29.717Z] --- PASS: TestSecretList (3.18s) [2019-10-10T22:57:29.718Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-10T22:57:29.718Z] === RUN TestSecretsCreateAndDelete [2019-10-10T22:57:30.890Z] ok github.com/docker/docker/builder/dockerfile 1.555s coverage: 48.2% of statements [2019-10-10T22:57:30.890Z] ? github.com/docker/docker/cli [no test files] [2019-10-10T22:57:30.890Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-10T22:57:31.802Z] --- PASS: TestCreateServiceCapabilities (3.34s) [2019-10-10T22:57:31.803Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-10T22:57:31.803Z] === RUN TestInspect [2019-10-10T22:57:32.251Z] --- PASS: TestSecretsCreateAndDelete (3.14s) [2019-10-10T22:57:32.251Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-10T22:57:32.251Z] === RUN TestSecretsUpdate [2019-10-10T22:57:32.734Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-10T22:57:32.785Z] ok github.com/docker/docker/layer 7.760s coverage: 68.8% of statements [2019-10-10T22:57:32.786Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-10T22:57:32.786Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-10T22:57:32.786Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-10T22:57:32.786Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-10T22:57:32.786Z] ? github.com/docker/docker/oci [no test files] [2019-10-10T22:57:32.786Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-10T22:57:32.786Z] ok github.com/docker/docker/pkg/chrootarchive 2.852s coverage: 43.2% of statements [2019-10-10T22:57:32.786Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-10T22:57:32.786Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-10T22:57:32.786Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2019-10-10T22:57:32.786Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2019-10-10T22:57:33.350Z] ok github.com/docker/docker/pkg/discovery/file 0.005s coverage: 92.9% of statements [2019-10-10T22:57:33.667Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-10T22:57:33.916Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2019-10-10T22:57:34.232Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-10T22:57:34.480Z] ok github.com/docker/docker/pkg/discovery/nodes 0.006s coverage: 93.8% of statements [2019-10-10T22:57:34.737Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2019-10-10T22:57:34.795Z] --- PASS: TestInspect (3.41s) [2019-10-10T22:57:34.795Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-10T22:57:34.795Z] === RUN TestDockerNetworkConnectAlias [2019-10-10T22:57:35.052Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-10T22:57:35.536Z] --- PASS: TestSecretsUpdate (3.14s) [2019-10-10T22:57:35.536Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-10T22:57:35.536Z] === RUN TestTemplatedSecret [2019-10-10T22:57:36.107Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-10-10T22:57:36.442Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-10T22:57:36.672Z] ok github.com/docker/docker/pkg/fileutils 0.014s coverage: 89.5% of statements [2019-10-10T22:57:37.239Z] ok github.com/docker/docker/pkg/fsutils 0.189s coverage: 85.1% of statements [2019-10-10T22:57:37.239Z] ok github.com/docker/docker/pkg/discovery/kv 3.134s coverage: 84.1% of statements [2019-10-10T22:57:37.505Z] ok github.com/docker/docker/pkg/homedir 0.025s coverage: 11.4% of statements [2019-10-10T22:57:37.810Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-10T22:57:37.810Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-10T22:57:37.810Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-10T22:57:37.810Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-10T22:57:37.810Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-10T22:57:38.876Z] ok github.com/docker/docker/pkg/idtools 0.587s coverage: 70.1% of statements [2019-10-10T22:57:38.876Z] ok github.com/docker/docker/pkg/ioutils 0.472s coverage: 68.8% of statements [2019-10-10T22:57:39.324Z] ok github.com/docker/docker/client 0.951s coverage: 75.8% of statements [2019-10-10T22:57:39.440Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2019-10-10T22:57:39.440Z] ok github.com/docker/docker/pkg/locker 0.015s coverage: 88.9% of statements [2019-10-10T22:57:39.698Z] ok github.com/docker/docker/pkg/longpath 0.017s coverage: 100.0% of statements [2019-10-10T22:57:39.698Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-10T22:57:39.725Z] --- PASS: TestTemplatedSecret (3.53s) [2019-10-10T22:57:39.725Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-10T22:57:39.725Z] === RUN TestSecretCreateResolve [2019-10-10T22:57:40.261Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2019-10-10T22:57:40.331Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-10T22:57:40.331Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-10T22:57:40.519Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-10-10T22:57:40.776Z] ok github.com/docker/docker/pkg/mount 0.562s coverage: 69.6% of statements [2019-10-10T22:57:40.776Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-10T22:57:40.776Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2019-10-10T22:57:41.261Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-10T22:57:41.343Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 82.4% of statements [2019-10-10T22:57:41.343Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2019-10-10T22:57:41.343Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-10T22:57:41.343Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-10T22:57:41.825Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-10T22:57:41.825Z] --- PASS: TestDockerNetworkConnectAlias (7.08s) [2019-10-10T22:57:41.825Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-10T22:57:41.825Z] === RUN TestDockerNetworkReConnect [2019-10-10T22:57:41.908Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2019-10-10T22:57:42.266Z] --- PASS: TestSecretCreateResolve (3.20s) [2019-10-10T22:57:42.266Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-10T22:57:42.266Z] PASS [2019-10-10T22:57:42.266Z] [2019-10-10T22:57:42.266Z] DONE 6 tests in 19.495s [2019-10-10T22:57:42.266Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2019-10-10T22:57:42.266Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:57:42.266Z] ++ set -e [2019-10-10T22:57:42.266Z] ++ '[' -n 0 ']' [2019-10-10T22:57:42.266Z] ++ set -x [2019-10-10T22:57:42.266Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-10T22:57:42.542Z] INFO: Testing against a local daemon [2019-10-10T22:57:42.542Z] === RUN TestServiceCreateInit [2019-10-10T22:57:42.542Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-10T22:57:42.758Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-10T22:57:42.838Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-10T22:57:42.838Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-10T22:57:43.015Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-10T22:57:43.095Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2019-10-10T22:57:44.468Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2019-10-10T22:57:44.726Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-10-10T22:57:46.382Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-10T22:57:47.312Z] --- PASS: TestDockerNetworkReConnect (5.46s) [2019-10-10T22:57:47.312Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-10T22:57:47.312Z] === RUN TestServicePlugin [2019-10-10T22:57:47.823Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-10T22:57:47.878Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-10T22:57:47.878Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-10-10T22:57:47.998Z] ok github.com/docker/docker/pkg/signal 2.377s coverage: 61.0% of statements [2019-10-10T22:57:47.998Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2019-10-10T22:57:48.255Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-10T22:57:48.513Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-10T22:57:48.770Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-10-10T22:57:49.028Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-10-10T22:57:49.248Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-10T22:57:49.591Z] ok github.com/docker/docker/pkg/system 0.017s coverage: 36.9% of statements [2019-10-10T22:57:49.812Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-10T22:57:50.155Z] ok github.com/docker/docker/pkg/tailfile 0.056s coverage: 88.6% of statements [2019-10-10T22:57:50.720Z] ok github.com/docker/docker/pkg/tarsum 0.070s coverage: 89.3% of statements [2019-10-10T22:57:50.744Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-10T22:57:50.744Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-10T22:57:50.978Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 85.9% of statements [2019-10-10T22:57:51.236Z] testing: warning: no tests to run [2019-10-10T22:57:51.236Z] coverage: [no statements] [2019-10-10T22:57:51.236Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-10-10T22:57:51.493Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-10T22:57:51.675Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-10T22:57:51.750Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2019-10-10T22:57:52.006Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-10-10T22:57:53.090Z] --- PASS: TestServiceCreateInit (10.15s) [2019-10-10T22:57:53.090Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.15s) [2019-10-10T22:57:53.090Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-10T22:57:53.090Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.96s) [2019-10-10T22:57:53.090Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-10T22:57:53.090Z] === RUN TestCreateServiceMultipleTimes [2019-10-10T22:57:53.900Z] ok github.com/docker/docker/plugin 0.534s coverage: 27.1% of statements [2019-10-10T22:57:54.196Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-10T22:57:54.196Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-10T22:57:54.196Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-10T22:57:54.453Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-10-10T22:57:54.832Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-10-10T22:57:55.016Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-10T22:57:55.397Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2019-10-10T22:57:55.962Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2019-10-10T22:57:56.388Z] === RUN TestDockerSuite/TestCommitChange [2019-10-10T22:57:57.333Z] ok github.com/docker/docker/registry 0.091s coverage: 56.3% of statements [2019-10-10T22:57:57.897Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2019-10-10T22:57:57.897Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2019-10-10T22:57:58.284Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-10T22:57:58.829Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-10-10T22:57:58.829Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-10T22:57:59.214Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-10T22:58:01.109Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-10T22:58:01.354Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-10-10T22:58:01.919Z] ok github.com/docker/docker/volume/local 0.019s coverage: 73.0% of statements [2019-10-10T22:58:02.483Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2019-10-10T22:58:03.006Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-10T22:58:03.855Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2019-10-10T22:58:03.945Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-10T22:58:05.839Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-10T22:58:07.210Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-10T22:58:07.265Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-10T22:58:09.104Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-10T22:58:09.516Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-10T22:58:09.516Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-10T22:58:09.516Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-10T22:58:09.516Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-10T22:58:09.516Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-10T22:58:10.037Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-10T22:58:10.037Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-10T22:58:10.037Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-10T22:58:10.294Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-10T22:58:10.294Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-10T22:58:10.294Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-10T22:58:10.294Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-10T22:58:12.188Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-10T22:58:12.492Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-10T22:58:12.492Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-10T22:58:12.492Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-10T22:58:14.083Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-10-10T22:58:14.083Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-10T22:58:14.083Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-10T22:58:15.013Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-10T22:58:15.945Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-10T22:58:16.049Z] ok github.com/docker/docker/pkg/plugins 33.619s coverage: 76.6% of statements [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/rootless [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/volume [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-10T22:58:16.049Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === Skipped [2019-10-10T22:58:16.049Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-10T22:58:16.049Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-10T22:58:16.049Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:58:16.049Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:58:16.049Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:58:16.049Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:58:16.049Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:58:16.049Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:73: No driver to put! [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-10T22:58:16.049Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-10T22:58:16.049Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-10T22:58:16.049Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:58:16.049Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:58:16.049Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:58:16.049Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:58:16.049Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T22:58:16.049Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-10T22:58:16.049Z] graphtest_unix.go:73: No driver to put! [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-10T22:58:16.049Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-10T22:58:16.049Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] [2019-10-10T22:58:16.049Z] DONE 2114 tests, 20 skipped in 229.464s Post stage [Pipeline] junit [2019-10-10T22:58:16.623Z] Recording test results [2019-10-10T22:58:16.874Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-10-10T22:58:17.213Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40062/.git:/go/src/github.com/docker/docker/.git --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 hack/validate/vendor [2019-10-10T22:58:17.805Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-10T22:58:18.146Z] No vendor changes in diff. [2019-10-10T22:58:18.370Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-10T22:58:18.626Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-10T22:58:18.626Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-10-10T22:58:19.189Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-10T22:58:19.406Z] + echo Building e2e image [2019-10-10T22:58:19.406Z] Building e2e image [2019-10-10T22:58:19.406Z] + docker build --build-arg DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -t moby-e2e-test -f Dockerfile.e2e . [2019-10-10T22:58:19.406Z] #2 [internal] load .dockerignore [2019-10-10T22:58:19.406Z] #2 transferring context: 34B done [2019-10-10T22:58:19.406Z] #2 DONE 0.0s [2019-10-10T22:58:19.406Z] [2019-10-10T22:58:19.406Z] #1 [internal] load build definition from Dockerfile.e2e [2019-10-10T22:58:19.406Z] #1 transferring dockerfile: 3.21kB done [2019-10-10T22:58:19.406Z] #1 DONE 0.0s [2019-10-10T22:58:19.406Z] [2019-10-10T22:58:19.406Z] #4 [internal] load metadata for docker.io/library/golang:1.13.1-alpine [2019-10-10T22:58:19.406Z] #4 DONE 0.1s [2019-10-10T22:58:19.406Z] [2019-10-10T22:58:19.406Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-10-10T22:58:19.446Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-10T22:58:19.446Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-10T22:58:19.446Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-10T22:58:19.631Z] --- PASS: TestCreateServiceMultipleTimes (24.18s) [2019-10-10T22:58:19.631Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-10T22:58:19.631Z] === RUN TestCreateServiceConflict [2019-10-10T22:58:19.664Z] #3 DONE 0.1s [2019-10-10T22:58:19.664Z] [2019-10-10T22:58:19.664Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-10-10T22:58:19.664Z] #5 DONE 0.0s [2019-10-10T22:58:19.664Z] [2019-10-10T22:58:19.664Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.1-alpine@sha256:2293e952c7... [2019-10-10T22:58:19.664Z] #14 DONE 0.0s [2019-10-10T22:58:19.664Z] [2019-10-10T22:58:19.664Z] #8 [internal] load build context [2019-10-10T22:58:19.664Z] #8 transferring context: 806.82kB 0.2s done [2019-10-10T22:58:19.692Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-10T22:58:19.703Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-10T22:58:19.890Z] --- PASS: TestCreateServiceConflict (3.15s) [2019-10-10T22:58:19.890Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-10T22:58:19.890Z] === RUN TestCreateServiceMaxReplicas [2019-10-10T22:58:19.921Z] #8 DONE 0.3s [2019-10-10T22:58:19.921Z] [2019-10-10T22:58:19.921Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-10-10T22:58:19.921Z] #15 CACHED [2019-10-10T22:58:19.921Z] [2019-10-10T22:58:19.921Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-10-10T22:58:19.921Z] #16 CACHED [2019-10-10T22:58:19.921Z] [2019-10-10T22:58:19.921Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-10-10T22:58:19.921Z] #17 CACHED [2019-10-10T22:58:19.921Z] [2019-10-10T22:58:19.921Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-10-10T22:58:19.921Z] #18 CACHED [2019-10-10T22:58:19.921Z] [2019-10-10T22:58:19.921Z] #31 [builder 1/4] COPY . . [2019-10-10T22:58:20.632Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-10T22:58:21.196Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-10T22:58:22.126Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-10T22:58:22.126Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-10T22:58:23.496Z] --- PASS: TestServicePlugin (36.26s) [2019-10-10T22:58:23.496Z] plugin_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-10T22:58:23.496Z] plugin_test.go:59: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-10T22:58:23.496Z] plugin_test.go:61: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-10T22:58:23.496Z] plugin_test.go:62: [dfa369b398518] joining swarm manager [db47906db429e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T22:58:23.496Z] plugin_test.go:64: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-10T22:58:23.496Z] plugin_test.go:65: [d53eb4e2dbdb6] joining swarm manager [db47906db429e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T22:58:23.496Z] === RUN TestServiceUpdateLabel [2019-10-10T22:58:24.061Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-10T22:58:24.080Z] --- PASS: TestCreateServiceMaxReplicas (3.56s) [2019-10-10T22:58:24.080Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-10T22:58:24.080Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-10T22:58:24.093Z] #31 DONE 3.8s [2019-10-10T22:58:24.093Z] [2019-10-10T22:58:24.093Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-10-10T22:58:24.657Z] #32 DONE 1.0s [2019-10-10T22:58:24.657Z] [2019-10-10T22:58:24.657Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-10T22:58:24.993Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-10T22:58:24.993Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-10T22:58:25.220Z] #33 0.661 [2019-10-10T22:58:25.783Z] #33 1.050 Removing bundles/ [2019-10-10T22:58:25.783Z] #33 1.051 [2019-10-10T22:58:25.783Z] #33 1.054 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-10-10T22:58:25.924Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-10T22:58:26.182Z] --- PASS: TestServiceUpdateLabel (2.60s) [2019-10-10T22:58:26.182Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-10T22:58:26.182Z] === RUN TestServiceUpdateSecrets [2019-10-10T22:58:26.439Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-10T22:58:26.714Z] #33 2.173 Building test suite binary ./integration-cli/test.main [2019-10-10T22:58:27.369Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-10T22:58:28.744Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-10T22:58:28.744Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-10T22:58:29.679Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-10T22:58:30.243Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-10T22:58:31.174Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-10T22:58:31.174Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-10T22:58:32.105Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-10T22:58:34.000Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-10T22:58:35.373Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-10T22:58:35.373Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-10T22:58:35.373Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-10T22:58:35.373Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-10T22:58:35.373Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-10T22:58:36.184Z] ok github.com/docker/docker/cmd/dockerd 0.198s coverage: 30.3% of statements [2019-10-10T22:58:36.304Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-10T22:58:36.473Z] ok github.com/docker/docker/container 0.150s coverage: 35.3% of statements [2019-10-10T22:58:36.473Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-10T22:58:36.473Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-10T22:58:36.473Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-10T22:58:36.473Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-10T22:58:38.954Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.32s) [2019-10-10T22:58:38.954Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-10T22:58:38.954Z] === RUN TestCreateServiceSecretFileMode [2019-10-10T22:58:39.973Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.056s coverage: 65.3% of statements [2019-10-10T22:58:41.556Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-10T22:58:41.556Z] --- PASS: TestServiceUpdateSecrets (15.30s) [2019-10-10T22:58:41.556Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-10T22:58:41.556Z] === RUN TestServiceUpdateConfigs [2019-10-10T22:58:41.556Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-10T22:58:42.240Z] --- PASS: TestCreateServiceSecretFileMode (3.22s) [2019-10-10T22:58:42.240Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-10T22:58:42.240Z] === RUN TestCreateServiceConfigFileMode [2019-10-10T22:58:42.488Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-10T22:58:42.488Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-10T22:58:42.745Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-10T22:58:45.526Z] --- PASS: TestCreateServiceConfigFileMode (3.17s) [2019-10-10T22:58:45.526Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-10T22:58:45.526Z] === RUN TestCreateServiceSysctls [2019-10-10T22:58:46.017Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-10T22:58:46.274Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-10T22:58:47.643Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-10T22:58:48.424Z] ok github.com/docker/docker/daemon/cluster/convert 0.045s coverage: 35.8% of statements [2019-10-10T22:58:49.713Z] --- PASS: TestCreateServiceSysctls (4.42s) [2019-10-10T22:58:49.713Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-10T22:58:49.713Z] === RUN TestCreateServiceCapabilities [2019-10-10T22:58:49.915Z] ok github.com/docker/docker/daemon/cluster 0.141s coverage: 0.5% of statements [2019-10-10T22:58:52.895Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-10T22:58:52.895Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-10T22:58:52.997Z] --- PASS: TestCreateServiceCapabilities (3.36s) [2019-10-10T22:58:52.997Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-10T22:58:52.997Z] === RUN TestInspect [2019-10-10T22:58:54.331Z] ok github.com/docker/docker/daemon/discovery 0.034s coverage: 30.0% of statements [2019-10-10T22:58:54.787Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-10T22:58:56.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-10T22:58:56.470Z] --- PASS: TestImportExtremelyLargeImageWorks (115.47s) [2019-10-10T22:58:56.470Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-10T22:58:56.470Z] PASS [2019-10-10T22:58:56.470Z] [2019-10-10T22:58:56.470Z] === Skipped [2019-10-10T22:58:56.470Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-10T22:58:56.470Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:58:56.470Z] [2019-10-10T22:58:56.470Z] [2019-10-10T22:58:56.470Z] DONE 12 tests, 1 skipped in 116.946s [2019-10-10T22:58:56.470Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-10-10T22:58:56.470Z] ++ 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-10T22:58:56.470Z] ++ set -e [2019-10-10T22:58:56.470Z] ++ '[' -n 0 ']' [2019-10-10T22:58:56.470Z] ++ set -x [2019-10-10T22:58:56.470Z] ++ 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-10T22:58:56.470Z] INFO: Testing against a local daemon [2019-10-10T22:58:56.470Z] === RUN TestNetworkCreateDelete [2019-10-10T22:58:56.470Z] --- PASS: TestNetworkCreateDelete (0.11s) [2019-10-10T22:58:56.470Z] === RUN TestDockerNetworkDeletePreferID [2019-10-10T22:58:56.470Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2019-10-10T22:58:56.470Z] === RUN TestInspectNetwork [2019-10-10T22:58:56.470Z] === RUN TestInspectNetwork/full_network_id [2019-10-10T22:58:56.470Z] === RUN TestInspectNetwork/partial_network_id [2019-10-10T22:58:56.470Z] === RUN TestInspectNetwork/network_name [2019-10-10T22:58:56.470Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-10T22:58:56.470Z] --- PASS: TestInspectNetwork (9.43s) [2019-10-10T22:58:56.470Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-10T22:58:56.470Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2019-10-10T22:58:56.470Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-10T22:58:56.470Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-10T22:58:56.470Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-10T22:58:56.470Z] === RUN TestRunContainerWithBridgeNone [2019-10-10T22:58:56.470Z] --- PASS: TestRunContainerWithBridgeNone (2.45s) [2019-10-10T22:58:56.470Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-10T22:58:56.470Z] === RUN TestNetworkInvalidJSON [2019-10-10T22:58:56.470Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-10T22:58:56.470Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-10T22:58:56.470Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T22:58:56.470Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T22:58:56.470Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T22:58:56.470Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T22:58:56.470Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-10T22:58:56.470Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T22:58:56.470Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T22:58:56.470Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2019-10-10T22:58:56.470Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-10T22:58:56.470Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-10T22:58:56.470Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-10T22:58:56.470Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-10T22:58:56.470Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2019-10-10T22:58:56.470Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-10T22:58:56.470Z] === RUN TestDaemonDefaultNetworkPools [2019-10-10T22:58:56.470Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2019-10-10T22:58:56.470Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-10T22:58:56.470Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-10T22:58:56.718Z] --- PASS: TestServiceUpdateConfigs (15.15s) [2019-10-10T22:58:56.718Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-10T22:58:56.718Z] === RUN TestServiceUpdateNetwork [2019-10-10T22:58:57.185Z] --- PASS: TestInspect (3.57s) [2019-10-10T22:58:57.185Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-10T22:58:57.185Z] === RUN TestDockerNetworkConnectAlias [2019-10-10T22:58:57.729Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2019-10-10T22:58:57.729Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-10T22:58:57.729Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-10T22:58:57.817Z] ok github.com/docker/docker/daemon/events 0.072s coverage: 50.0% of statements [2019-10-10T22:58:58.843Z] ok github.com/docker/docker/daemon/config 0.094s coverage: 84.6% of statements [2019-10-10T22:58:59.035Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2019-10-10T22:58:59.035Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-10T22:58:59.035Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-10T22:58:59.461Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2019-10-10T22:58:59.461Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-10T22:58:59.461Z] === RUN TestServiceWithPredefinedNetwork [2019-10-10T22:59:01.551Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2019-10-10T22:59:01.950Z] --- PASS: TestServiceWithPredefinedNetwork (2.42s) [2019-10-10T22:59:01.950Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-10T22:59:01.950Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-10T22:59:01.950Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-10T22:59:01.950Z] service_test.go:230: FLAKY_TEST [2019-10-10T22:59:01.950Z] === RUN TestServiceWithDataPathPortInit [2019-10-10T22:59:03.750Z] --- PASS: TestDockerNetworkConnectAlias (7.29s) [2019-10-10T22:59:03.750Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-10T22:59:03.750Z] === RUN TestDockerNetworkReConnect [2019-10-10T22:59:05.082Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.537s coverage: 13.6% of statements [2019-10-10T22:59:06.587Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 2.9% of statements [2019-10-10T22:59:08.083Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.938s coverage: 57.9% of statements [2019-10-10T22:59:08.083Z] ok github.com/docker/docker/daemon 12.466s coverage: 17.6% of statements [2019-10-10T22:59:08.083Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-10T22:59:08.083Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-10T22:59:08.083Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-10T22:59:08.083Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-10T22:59:09.018Z] --- PASS: TestDockerNetworkReConnect (5.10s) [2019-10-10T22:59:09.018Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-10T22:59:09.018Z] === RUN TestServicePlugin [2019-10-10T22:59:09.018Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-10T22:59:09.018Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T22:59:09.018Z] === RUN TestServiceUpdateLabel [2019-10-10T22:59:12.307Z] --- PASS: TestServiceUpdateLabel (3.12s) [2019-10-10T22:59:12.307Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-10T22:59:12.307Z] === RUN TestServiceUpdateSecrets [2019-10-10T22:59:14.942Z] --- PASS: TestServiceUpdateNetwork (15.25s) [2019-10-10T22:59:14.942Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-10T22:59:14.942Z] PASS [2019-10-10T22:59:14.942Z] [2019-10-10T22:59:14.942Z] DONE 19 tests in 171.725s [2019-10-10T22:59:14.942Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-10-10T22:59:14.942Z] ++ 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-10T22:59:14.942Z] ++ set -e [2019-10-10T22:59:14.942Z] ++ '[' -n 0 ']' [2019-10-10T22:59:14.942Z] ++ set -x [2019-10-10T22:59:14.942Z] ++ 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-10T22:59:14.942Z] INFO: Testing against a local daemon [2019-10-10T22:59:14.942Z] === RUN TestSessionCreate [2019-10-10T22:59:14.942Z] --- PASS: TestSessionCreate (0.03s) [2019-10-10T22:59:14.942Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-10T22:59:14.942Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-10-10T22:59:14.942Z] PASS [2019-10-10T22:59:14.942Z] [2019-10-10T22:59:14.942Z] DONE 2 tests in 0.244s [2019-10-10T22:59:14.942Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-10-10T22:59:14.942Z] ++ 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-10T22:59:14.942Z] ++ set -e [2019-10-10T22:59:14.942Z] ++ '[' -n 0 ']' [2019-10-10T22:59:14.942Z] ++ set -x [2019-10-10T22:59:14.943Z] ++ 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-10T22:59:14.943Z] INFO: Testing against a local daemon [2019-10-10T22:59:14.943Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-10T22:59:14.943Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-10-10T22:59:14.943Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-10T22:59:14.943Z] === RUN TestEventsExecDie [2019-10-10T22:59:14.943Z] --- PASS: TestEventsExecDie (0.93s) [2019-10-10T22:59:14.943Z] === RUN TestEventsBackwardsCompatible [2019-10-10T22:59:14.943Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-10-10T22:59:14.943Z] === RUN TestInfoBinaryCommits [2019-10-10T22:59:14.943Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-10-10T22:59:14.943Z] === RUN TestInfoAPIVersioned [2019-10-10T22:59:14.943Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-10T22:59:14.943Z] === RUN TestInfoAPI [2019-10-10T22:59:14.943Z] --- PASS: TestInfoAPI (0.02s) [2019-10-10T22:59:14.943Z] === RUN TestInfoAPIWarnings [2019-10-10T22:59:14.943Z] --- PASS: TestInfoAPIWarnings (0.74s) [2019-10-10T22:59:14.943Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-10T22:59:14.943Z] === RUN TestLoginFailsWithBadCredentials [2019-10-10T22:59:14.943Z] --- PASS: TestLoginFailsWithBadCredentials (0.20s) [2019-10-10T22:59:14.943Z] === RUN TestPingCacheHeaders [2019-10-10T22:59:14.943Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-10-10T22:59:14.943Z] === RUN TestPingGet [2019-10-10T22:59:14.943Z] --- PASS: TestPingGet (0.01s) [2019-10-10T22:59:14.943Z] === RUN TestPingHead [2019-10-10T22:59:14.943Z] --- PASS: TestPingHead (0.02s) [2019-10-10T22:59:14.943Z] === RUN TestVersion [2019-10-10T22:59:14.943Z] --- PASS: TestVersion (0.02s) [2019-10-10T22:59:14.943Z] PASS [2019-10-10T22:59:14.943Z] [2019-10-10T22:59:14.943Z] === Skipped [2019-10-10T22:59:14.943Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-10-10T22:59:14.943Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-10T22:59:14.943Z] [2019-10-10T22:59:14.943Z] [2019-10-10T22:59:14.943Z] DONE 12 tests, 1 skipped in 2.252s [2019-10-10T22:59:14.943Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-10T22:59:14.943Z] ++ 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-10T22:59:14.943Z] ++ set -e [2019-10-10T22:59:14.943Z] ++ '[' -n 0 ']' [2019-10-10T22:59:14.943Z] ++ set -x [2019-10-10T22:59:14.943Z] ++ 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-10T22:59:14.943Z] INFO: Testing against a local daemon [2019-10-10T22:59:14.943Z] === RUN TestVolumesCreateAndList [2019-10-10T22:59:14.943Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-10-10T22:59:14.943Z] === RUN TestVolumesRemove [2019-10-10T22:59:14.943Z] --- PASS: TestVolumesRemove (0.09s) [2019-10-10T22:59:14.943Z] === RUN TestVolumesInspect [2019-10-10T22:59:14.943Z] --- PASS: TestVolumesInspect (0.05s) [2019-10-10T22:59:14.943Z] === RUN TestVolumesInvalidJSON [2019-10-10T22:59:14.943Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-10T22:59:14.943Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-10T22:59:14.943Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-10T22:59:14.943Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-10T22:59:14.943Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-10T22:59:14.943Z] PASS [2019-10-10T22:59:14.943Z] [2019-10-10T22:59:14.943Z] DONE 5 tests in 0.351s [2019-10-10T22:59:14.943Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-10T22:59:14.955Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.276s coverage: 68.6% of statements [2019-10-10T22:59:14.955Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.827s coverage: 51.0% of statements [2019-10-10T22:59:15.507Z] ++++ cat bundles/test-integration/docker.pid [2019-10-10T22:59:15.507Z] +++ kill 5263 [2019-10-10T22:59:16.478Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.976s coverage: 45.9% of statements [2019-10-10T22:59:16.478Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-10T22:59:16.876Z] +++ /etc/init.d/apparmor stop [2019-10-10T22:59:16.876Z] Clearing AppArmor profiles cache:. [2019-10-10T22:59:16.876Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-10T22:59:16.876Z] Unloading profiles will leave already running processes permanently [2019-10-10T22:59:16.876Z] unconfined, which can lead to unexpected situations. [2019-10-10T22:59:16.876Z] [2019-10-10T22:59:16.876Z] To set a process to complain mode, use the command line tool [2019-10-10T22:59:16.876Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-10T22:59:16.876Z] with the 'teardown' option." [2019-10-10T22:59:16.876Z] [2019-10-10T22:59:18.549Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.014s coverage: 58.0% of statements [2019-10-10T22:59:18.555Z] --- PASS: TestServiceWithDataPathPortInit (16.66s) [2019-10-10T22:59:18.555Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-10T22:59:18.555Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-10T22:59:18.555Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-10T22:59:18.837Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.457s coverage: 52.6% of statements [2019-10-10T22:59:18.837Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-10T22:59:19.124Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.600s coverage: 76.1% of statements [2019-10-10T22:59:19.124Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-10T22:59:20.147Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-10T22:59:20.618Z] ok github.com/docker/docker/daemon/links 0.034s coverage: 93.0% of statements [2019-10-10T22:59:21.514Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-10T22:59:21.770Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-10T22:59:22.114Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.060s coverage: 3.0% of statements [2019-10-10T22:59:22.701Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-10-10T22:59:24.889Z] ok github.com/docker/docker/daemon/logger 0.308s coverage: 42.7% of statements [2019-10-10T22:59:25.223Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-10T22:59:26.388Z] ok github.com/docker/docker/daemon/logger/gelf 0.026s coverage: 68.2% of statements [2019-10-10T22:59:27.746Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-10T22:59:27.835Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.25s) [2019-10-10T22:59:27.835Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-10T22:59:27.835Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:u5h2bq645en0hqmwdj685ebp2 Created:2019-10-10 22:59:20.016824873 +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[235063f9eb120f50cb971910e4ddb88e805de6582b487218c8ba1343fb32b678:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.v13rnp1rjuzng5ksjbr0kj9r7 EndpointID:47c7e9d1a15cc9800f95deb7fea0b9f2e047a000f2b2dd40c41a970dd4fd6388 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b0e556069f7595740b15f53cb5e91634b4dc0915e10e44aa79454f51914acbaa 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:7f50de736f24 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.v13rnp1rjuzng5ksjbr0kj9r7 EndpointID:47c7e9d1a15cc9800f95deb7fea0b9f2e047a000f2b2dd40c41a970dd4fd6388 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-10T22:59:27.835Z] PASS [2019-10-10T22:59:27.835Z] [2019-10-10T22:59:27.835Z] === Skipped [2019-10-10T22:59:27.835Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-10T22:59:27.835Z] service_test.go:230: FLAKY_TEST [2019-10-10T22:59:27.835Z] [2019-10-10T22:59:27.835Z] [2019-10-10T22:59:27.835Z] DONE 21 tests, 1 skipped in 44.588s [2019-10-10T22:59:27.835Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-10T22:59:27.835Z] ++ 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-10T22:59:27.835Z] ++ set -e [2019-10-10T22:59:27.835Z] ++ '[' -n 0 ']' [2019-10-10T22:59:27.835Z] ++ set -x [2019-10-10T22:59:27.835Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10T22:59:27.835Z] INFO: Testing against a local daemon [2019-10-10T22:59:27.835Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-10T22:59:28.444Z] ok github.com/docker/docker/daemon/logger/journald 0.078s coverage: 26.2% of statements [2019-10-10T22:59:28.444Z] ok github.com/docker/docker/daemon/logger/awslogs 0.684s coverage: 77.8% of statements [2019-10-10T22:59:28.620Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.40s) [2019-10-10T22:59:28.620Z] ipvlan_test.go:28: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance" [2019-10-10T22:59:28.620Z] === RUN TestDockerNetworkIpvlan [2019-10-10T22:59:29.414Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-10-10T22:59:29.466Z] ok github.com/docker/docker/daemon/images 0.033s coverage: 4.9% of statements [2019-10-10T22:59:29.466Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-10T22:59:29.466Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-10T22:59:29.466Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-10T22:59:29.466Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-10T22:59:30.091Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.035s coverage: 62.1% of statements [2019-10-10T22:59:30.091Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.037s coverage: 88.3% of statements [2019-10-10T22:59:30.204Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-10-10T22:59:30.386Z] --- PASS: TestServiceUpdateSecrets (15.37s) [2019-10-10T22:59:30.386Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-10T22:59:30.386Z] === RUN TestServiceUpdateConfigs [2019-10-10T22:59:30.989Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-10-10T22:59:31.020Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-10T22:59:31.950Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-10T22:59:32.207Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-10T22:59:33.142Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-10T22:59:33.576Z] ok github.com/docker/docker/daemon/logger/local 0.102s coverage: 74.7% of statements [2019-10-10T22:59:33.576Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-10T22:59:33.637Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-10-10T22:59:33.863Z] ok github.com/docker/docker/daemon/logger/syslog 0.011s coverage: 47.8% of statements [2019-10-10T22:59:34.072Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-10-10T22:59:34.151Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.043s coverage: 19.9% of statements [2019-10-10T22:59:35.003Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-10T22:59:36.198Z] ok github.com/docker/docker/daemon/logger/templates 0.032s coverage: 8.3% of statements [2019-10-10T22:59:36.372Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-10T22:59:36.848Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-10-10T22:59:37.303Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-10T22:59:37.692Z] ok github.com/docker/docker/daemon/network 0.012s coverage: 63.8% of statements [2019-10-10T22:59:38.232Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-10T22:59:38.317Z] ok github.com/docker/docker/daemon/logger/splunk 3.071s coverage: 84.5% of statements [2019-10-10T22:59:38.317Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-10T22:59:38.317Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-10T22:59:39.163Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-10T22:59:40.058Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-10-10T22:59:40.094Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-10T22:59:41.024Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-10T22:59:42.405Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-10T22:59:42.749Z] ok github.com/docker/docker/errdefs 0.029s coverage: 49.4% of statements [2019-10-10T22:59:42.749Z] ok github.com/docker/docker/distribution/metadata 0.125s coverage: 48.2% of statements [2019-10-10T22:59:43.278Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-10-10T22:59:43.336Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-10T22:59:43.376Z] ok github.com/docker/docker/distribution 0.801s coverage: 22.4% of statements [2019-10-10T22:59:43.376Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-10T22:59:44.265Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-10T22:59:45.194Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-10T22:59:45.258Z] --- PASS: TestServiceUpdateConfigs (15.45s) [2019-10-10T22:59:45.258Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-10T22:59:45.258Z] === RUN TestServiceUpdateNetwork [2019-10-10T22:59:46.093Z] ok github.com/docker/docker/distribution/xfer 1.699s coverage: 85.1% of statements [2019-10-10T22:59:46.093Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-10T22:59:46.390Z] ok github.com/docker/docker/image/cache 0.021s coverage: 19.2% of statements [2019-10-10T22:59:47.097Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-10T22:59:47.881Z] ok github.com/docker/docker/image 0.149s coverage: 86.4% of statements [2019-10-10T22:59:47.881Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-10T22:59:47.881Z] ok github.com/docker/docker/libcontainerd/queue 0.032s coverage: 100.0% of statements [2019-10-10T22:59:48.028Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-10T22:59:48.552Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-10-10T22:59:48.902Z] ok github.com/docker/docker/image/v1 0.025s coverage: 25.0% of statements [2019-10-10T22:59:48.902Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-10T22:59:48.957Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-10T22:59:48.957Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-10T22:59:50.325Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-10T22:59:50.397Z] ok github.com/docker/docker/pkg/aaparser 0.030s coverage: 50.0% of statements [2019-10-10T22:59:51.256Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-10T22:59:52.188Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-10T22:59:52.605Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-10-10T22:59:53.117Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-10T22:59:53.904Z] ok github.com/docker/docker/opts 0.078s coverage: 66.9% of statements [2019-10-10T22:59:54.487Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-10T22:59:55.033Z] --- PASS: TestDockerNetworkIpvlan (26.33s) [2019-10-10T22:59:55.033Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T22:59:55.033Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.10s) [2019-10-10T22:59:55.033Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T22:59:55.033Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.05s) [2019-10-10T22:59:55.033Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T22:59:55.033Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.17s) [2019-10-10T22:59:55.033Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T22:59:55.033Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.22s) [2019-10-10T22:59:55.033Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T22:59:55.033Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.19s) [2019-10-10T22:59:55.033Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T22:59:55.033Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.17s) [2019-10-10T22:59:55.033Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T22:59:55.033Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.18s) [2019-10-10T22:59:55.033Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T22:59:55.033Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.07s) [2019-10-10T22:59:55.033Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T22:59:55.033Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.89s) [2019-10-10T22:59:55.033Z] PASS [2019-10-10T22:59:55.033Z] [2019-10-10T22:59:55.033Z] DONE 11 tests in 27.909s [2019-10-10T22:59:55.033Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-10T22:59:55.033Z] ++ 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-10T22:59:55.033Z] ++ set -e [2019-10-10T22:59:55.033Z] ++ '[' -n 0 ']' [2019-10-10T22:59:55.033Z] ++ set -x [2019-10-10T22:59:55.033Z] ++ 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-10T22:59:55.033Z] INFO: Testing against a local daemon [2019-10-10T22:59:55.033Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-10T22:59:55.400Z] ok github.com/docker/docker/pkg/broadcaster 0.006s coverage: 100.0% of statements [2019-10-10T22:59:55.687Z] ok github.com/docker/docker/pkg/authorization 1.315s coverage: 68.3% of statements [2019-10-10T22:59:55.974Z] ok github.com/docker/docker/pkg/archive 1.372s coverage: 77.3% of statements [2019-10-10T22:59:55.974Z] ok github.com/docker/docker/pkg/capabilities 0.023s coverage: 87.5% of statements [2019-10-10T22:59:56.381Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-10T22:59:56.428Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.45s) [2019-10-10T22:59:56.428Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-10T22:59:56.428Z] === RUN TestDockerNetworkMacvlan [2019-10-10T22:59:56.944Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-10T22:59:56.995Z] ok github.com/docker/docker/pkg/directory 0.014s coverage: 80.0% of statements [2019-10-10T22:59:57.269Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-10T22:59:58.041Z] ok github.com/docker/docker/pkg/discovery 0.026s coverage: 58.3% of statements [2019-10-10T22:59:58.075Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-10T22:59:58.662Z] ok github.com/docker/docker/pkg/discovery/file 0.008s coverage: 92.9% of statements [2019-10-10T22:59:59.336Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-10T23:00:00.131Z] --- PASS: TestServiceUpdateNetwork (15.48s) [2019-10-10T23:00:00.131Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-10T23:00:00.131Z] PASS [2019-10-10T23:00:00.131Z] [2019-10-10T23:00:00.131Z] === Skipped [2019-10-10T23:00:00.131Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2019-10-10T23:00:00.131Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:00:00.131Z] [2019-10-10T23:00:00.131Z] [2019-10-10T23:00:00.131Z] DONE 19 tests, 1 skipped in 136.077s [2019-10-10T23:00:00.131Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2019-10-10T23:00:00.131Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-10T23:00:00.131Z] ++ set -e [2019-10-10T23:00:00.131Z] ++ '[' -n 0 ']' [2019-10-10T23:00:00.131Z] ++ set -x [2019-10-10T23:00:00.131Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-10T23:00:00.131Z] INFO: Testing against a local daemon [2019-10-10T23:00:00.131Z] === RUN TestSessionCreate [2019-10-10T23:00:00.131Z] --- PASS: TestSessionCreate (0.05s) [2019-10-10T23:00:00.131Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-10T23:00:00.131Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-10-10T23:00:00.131Z] PASS [2019-10-10T23:00:00.131Z] [2019-10-10T23:00:00.131Z] DONE 2 tests in 0.282s [2019-10-10T23:00:00.131Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2019-10-10T23:00:00.131Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-10T23:00:00.131Z] ++ set -e [2019-10-10T23:00:00.131Z] ++ '[' -n 0 ']' [2019-10-10T23:00:00.131Z] ++ set -x [2019-10-10T23:00:00.132Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-10T23:00:00.132Z] INFO: Testing against a local daemon [2019-10-10T23:00:00.132Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-10T23:00:00.132Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-10T23:00:00.132Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-10T23:00:00.132Z] === RUN TestEventsExecDie [2019-10-10T23:00:00.132Z] --- PASS: TestEventsExecDie (1.01s) [2019-10-10T23:00:00.132Z] === RUN TestEventsBackwardsCompatible [2019-10-10T23:00:00.132Z] --- PASS: TestEventsBackwardsCompatible (0.13s) [2019-10-10T23:00:00.132Z] === RUN TestInfoBinaryCommits [2019-10-10T23:00:00.132Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-10-10T23:00:00.132Z] === RUN TestInfoAPIVersioned [2019-10-10T23:00:00.132Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-10-10T23:00:00.132Z] === RUN TestInfoAPI [2019-10-10T23:00:00.132Z] --- PASS: TestInfoAPI (0.05s) [2019-10-10T23:00:00.132Z] === RUN TestInfoAPIWarnings [2019-10-10T23:00:00.155Z] ok github.com/docker/docker/pkg/discovery/memory 0.031s coverage: 92.3% of statements [2019-10-10T23:00:00.216Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-10T23:00:01.067Z] --- PASS: TestInfoAPIWarnings (0.89s) [2019-10-10T23:00:01.067Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-10T23:00:01.067Z] === RUN TestLoginFailsWithBadCredentials [2019-10-10T23:00:01.173Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2019-10-10T23:00:01.173Z] ok github.com/docker/docker/layer 7.603s coverage: 68.8% of statements [2019-10-10T23:00:01.173Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-10T23:00:01.173Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-10T23:00:01.173Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-10T23:00:01.173Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-10T23:00:01.173Z] ? github.com/docker/docker/oci [no test files] [2019-10-10T23:00:01.173Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-10T23:00:01.326Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s) [2019-10-10T23:00:01.326Z] === RUN TestPingCacheHeaders [2019-10-10T23:00:01.326Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-10-10T23:00:01.326Z] === RUN TestPingGet [2019-10-10T23:00:01.326Z] --- PASS: TestPingGet (0.03s) [2019-10-10T23:00:01.326Z] === RUN TestPingHead [2019-10-10T23:00:01.585Z] --- PASS: TestPingHead (0.05s) [2019-10-10T23:00:01.585Z] === RUN TestVersion [2019-10-10T23:00:01.585Z] --- PASS: TestVersion (0.05s) [2019-10-10T23:00:01.585Z] PASS [2019-10-10T23:00:01.585Z] [2019-10-10T23:00:01.585Z] === Skipped [2019-10-10T23:00:01.585Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-10T23:00:01.585Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-10T23:00:01.585Z] [2019-10-10T23:00:01.585Z] [2019-10-10T23:00:01.585Z] DONE 12 tests, 1 skipped in 2.883s [2019-10-10T23:00:01.585Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-10T23:00:01.585Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-10T23:00:01.585Z] ++ set -e [2019-10-10T23:00:01.585Z] ++ '[' -n 0 ']' [2019-10-10T23:00:01.585Z] ++ set -x [2019-10-10T23:00:01.585Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-10T23:00:01.585Z] INFO: Testing against a local daemon [2019-10-10T23:00:01.585Z] === RUN TestVolumesCreateAndList [2019-10-10T23:00:01.752Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-10T23:00:01.803Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2019-10-10T23:00:01.844Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-10T23:00:01.844Z] === RUN TestVolumesRemove [2019-10-10T23:00:01.844Z] --- PASS: TestVolumesRemove (0.13s) [2019-10-10T23:00:01.844Z] === RUN TestVolumesInspect [2019-10-10T23:00:01.844Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-10T23:00:01.844Z] === RUN TestVolumesInvalidJSON [2019-10-10T23:00:01.844Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-10T23:00:01.844Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-10T23:00:01.844Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-10T23:00:01.844Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2019-10-10T23:00:01.844Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-10T23:00:01.844Z] PASS [2019-10-10T23:00:01.844Z] [2019-10-10T23:00:01.844Z] DONE 5 tests in 0.410s [2019-10-10T23:00:01.844Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-10T23:00:02.411Z] ++++ cat bundles/test-integration/docker.pid [2019-10-10T23:00:02.411Z] +++ kill 12936 [2019-10-10T23:00:02.820Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2019-10-10T23:00:03.108Z] ok github.com/docker/docker/pkg/chrootarchive 4.458s coverage: 43.2% of statements [2019-10-10T23:00:03.108Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-10T23:00:03.108Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-10T23:00:03.108Z] ok github.com/docker/docker/pkg/fileutils 0.031s coverage: 89.5% of statements [2019-10-10T23:00:03.738Z] ok github.com/docker/docker/pkg/discovery/kv 3.212s coverage: 84.1% of statements [2019-10-10T23:00:03.786Z] +++ /etc/init.d/apparmor stop [2019-10-10T23:00:03.786Z] Clearing AppArmor profiles cache:. [2019-10-10T23:00:03.786Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-10T23:00:03.786Z] Unloading profiles will leave already running processes permanently [2019-10-10T23:00:03.786Z] unconfined, which can lead to unexpected situations. [2019-10-10T23:00:03.786Z] [2019-10-10T23:00:03.786Z] To set a process to complain mode, use the command line tool [2019-10-10T23:00:03.786Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-10T23:00:03.786Z] with the 'teardown' option." [2019-10-10T23:00:03.786Z] [2019-10-10T23:00:04.364Z] ok github.com/docker/docker/pkg/fsutils 0.405s coverage: 85.1% of statements [2019-10-10T23:00:04.991Z] ok github.com/docker/docker/pkg/homedir 0.045s coverage: 11.4% of statements [2019-10-10T23:00:05.471Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-10T23:00:05.864Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-10T23:00:07.067Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2019-10-10T23:00:07.067Z] ok github.com/docker/docker/pkg/locker 0.044s coverage: 88.9% of statements Post stage [Pipeline] junit [2019-10-10T23:00:07.085Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-10T23:00:07.707Z] ok github.com/docker/docker/pkg/idtools 1.011s coverage: 70.1% of statements [2019-10-10T23:00:07.707Z] ok github.com/docker/docker/pkg/longpath 0.019s coverage: 100.0% of statements [2019-10-10T23:00:07.951Z] + echo Ensuring container killed. [2019-10-10T23:00:07.951Z] Ensuring container killed. [2019-10-10T23:00:07.951Z] + docker rm -vf docker-pr10 [2019-10-10T23:00:07.951Z] Error: No such container: docker-pr10 [2019-10-10T23:00:07.951Z] + true [Pipeline] sh [2019-10-10T23:00:07.993Z] ok github.com/docker/docker/pkg/ioutils 1.903s coverage: 70.6% of statements [2019-10-10T23:00:07.993Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-10T23:00:08.245Z] + echo Chowning /workspace to jenkins user [2019-10-10T23:00:08.246Z] Chowning /workspace to jenkins user [2019-10-10T23:00:08.246Z] + id -u [2019-10-10T23:00:08.246Z] + id -g [2019-10-10T23:00:08.246Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40062:/workspace busybox chown -R 1000:1000 /workspace [2019-10-10T23:00:08.246Z] Unable to find image 'busybox:latest' locally [2019-10-10T23:00:08.504Z] latest: Pulling from library/busybox [2019-10-10T23:00:08.504Z] 20f390519e2a: Pulling fs layer [2019-10-10T23:00:08.504Z] 20f390519e2a: Verifying Checksum [2019-10-10T23:00:08.504Z] 20f390519e2a: Download complete [2019-10-10T23:00:08.747Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-10T23:00:09.003Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-10T23:00:09.018Z] ok github.com/docker/docker/pkg/namesgenerator 0.024s coverage: 85.7% of statements [2019-10-10T23:00:09.018Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2019-10-10T23:00:09.073Z] 20f390519e2a: Pull complete [2019-10-10T23:00:09.073Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-10T23:00:09.073Z] Status: Downloaded newer image for busybox:latest [2019-10-10T23:00:09.642Z] ok github.com/docker/docker/pkg/parsers/kernel 0.017s coverage: 60.0% of statements [2019-10-10T23:00:09.931Z] ok github.com/docker/docker/pkg/mount 0.971s coverage: 69.6% of statements [2019-10-10T23:00:09.931Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-10T23:00:10.555Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.012s coverage: 91.4% of statements [2019-10-10T23:00:10.555Z] ok github.com/docker/docker/pkg/pidfile 0.021s coverage: 82.4% of statements [2019-10-10T23:00:10.555Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-10T23:00:10.555Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-10T23:00:11.576Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2019-10-10T23:00:12.160Z] === RUN TestDockerNetworkMacvlan/Addressing [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-10T23:00:12.659Z] + bundleName=arm64-integration [2019-10-10T23:00:12.659Z] + echo Creating arm64-integration-bundles.tar.gz [2019-10-10T23:00:12.659Z] Creating arm64-integration-bundles.tar.gz [2019-10-10T23:00:12.659Z] + 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-10T23:00:12.659Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-10-10T23:00:12.930Z] Archiving artifacts [2019-10-10T23:00:12.949Z] --- PASS: TestDockerNetworkMacvlan (16.55s) [2019-10-10T23:00:12.949Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T23:00:12.949Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-10-10T23:00:12.949Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T23:00:12.949Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2019-10-10T23:00:12.949Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T23:00:12.949Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.29s) [2019-10-10T23:00:12.949Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T23:00:12.949Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.31s) [2019-10-10T23:00:12.949Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T23:00:12.949Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.60s) [2019-10-10T23:00:12.949Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T23:00:12.949Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.15s) [2019-10-10T23:00:12.949Z] PASS [2019-10-10T23:00:12.949Z] [2019-10-10T23:00:12.949Z] DONE 8 tests in 18.169s [2019-10-10T23:00:12.949Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-10T23:00:12.949Z] ++ 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-10T23:00:12.949Z] ++ set -e [2019-10-10T23:00:12.949Z] ++ '[' -n 0 ']' [2019-10-10T23:00:12.949Z] ++ set -x [2019-10-10T23:00:12.949Z] ++ 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-10T23:00:12.949Z] testing: warning: no tests to run [2019-10-10T23:00:12.949Z] PASS [2019-10-10T23:00:12.949Z] [2019-10-10T23:00:12.949Z] DONE 0 tests in 0.142s [2019-10-10T23:00:12.949Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-10T23:00:12.949Z] ++ 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-10T23:00:12.949Z] ++ set -e [2019-10-10T23:00:12.949Z] ++ '[' -n 0 ']' [2019-10-10T23:00:12.949Z] ++ set -x [2019-10-10T23:00:12.949Z] ++ 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-10T23:00:13.080Z] ok github.com/docker/docker/pkg/pools 0.024s coverage: 88.2% of statements [2019-10-10T23:00:13.080Z] ok github.com/docker/docker/pkg/progress 0.022s coverage: 75.9% of statements [2019-10-10T23:00:13.317Z] INFO: Testing against a local daemon [2019-10-10T23:00:13.317Z] === RUN TestAuthZPluginAllowRequest [2019-10-10T23:00:13.368Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2019-10-10T23:00:14.263Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-10T23:00:14.390Z] ok github.com/docker/docker/pkg/reexec 0.011s coverage: 82.4% of statements [2019-10-10T23:00:14.765Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40062/10/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-10T23:00:15.018Z] ok github.com/docker/docker/pkg/pubsub 1.192s coverage: 73.9% of statements [2019-10-10T23:00:15.085Z] + make clean [2019-10-10T23:00:15.306Z] ok github.com/docker/docker/pkg/stdcopy 0.057s coverage: 100.0% of statements [2019-10-10T23:00:15.654Z] docker volume rm -f docker-dev-cache [2019-10-10T23:00:15.749Z] --- PASS: TestAuthZPluginAllowRequest (2.15s) [2019-10-10T23:00:15.749Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-10T23:00:15.749Z] === RUN TestAuthZPluginTLS [2019-10-10T23:00:15.914Z] docker-dev-cache [Pipeline] deleteDir [2019-10-10T23:00:16.111Z] --- PASS: TestAuthZPluginTLS (0.61s) [2019-10-10T23:00:16.111Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-10T23:00:16.111Z] === RUN TestAuthZPluginDenyRequest [2019-10-10T23:00:16.326Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2019-10-10T23:00:16.326Z] ok github.com/docker/docker/pkg/streamformatter 0.013s coverage: 66.2% of statements [2019-10-10T23:00:16.473Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2019-10-10T23:00:16.473Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-10T23:00:16.473Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-10T23:00:17.344Z] ok github.com/docker/docker/pkg/symlink 0.018s coverage: 87.7% of statements [2019-10-10T23:00:17.346Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2019-10-10T23:00:17.346Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-10T23:00:17.346Z] === RUN TestAuthZPluginDenyResponse [2019-10-10T23:00:17.537Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-10-10T23:00:17.630Z] ok github.com/docker/docker/pkg/sysinfo 0.013s coverage: 80.0% of statements [2019-10-10T23:00:17.753Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2019-10-10T23:00:17.753Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-10T23:00:17.753Z] === RUN TestAuthZPluginAllowEventStream [2019-10-10T23:00:17.794Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-10T23:00:18.134Z] #33 109.0 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-10T23:00:18.134Z] #33 111.3 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-10T23:00:18.134Z] #33 112.6 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-10T23:00:18.252Z] ok github.com/docker/docker/pkg/signal 3.380s coverage: 61.0% of statements [2019-10-10T23:00:18.723Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-10T23:00:18.877Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 36.9% of statements [2019-10-10T23:00:19.065Z] #33 114.5 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-10T23:00:19.164Z] ok github.com/docker/docker/pkg/tailfile 0.129s coverage: 88.6% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2019-10-10T23:00:19.621Z] --- PASS: TestAuthZPluginAllowEventStream (1.77s) [2019-10-10T23:00:19.621Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-10T23:00:19.621Z] === RUN TestAuthZPluginErrorResponse [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-10T23:00:19.994Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2019-10-10T23:00:19.994Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-10T23:00:19.994Z] === RUN TestAuthZPluginErrorRequest [2019-10-10T23:00:20.304Z] ok github.com/docker/docker/pkg/term 0.012s coverage: 84.8% of statements [2019-10-10T23:00:20.361Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-10-10T23:00:20.361Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-10T23:00:20.361Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-10T23:00:20.594Z] testing: warning: no tests to run [2019-10-10T23:00:20.594Z] coverage: [no statements] [2019-10-10T23:00:20.594Z] ok github.com/docker/docker/pkg/term/windows 0.016s coverage: [no statements] [no tests to run] [2019-10-10T23:00:20.882Z] ok github.com/docker/docker/pkg/tarsum 0.246s coverage: 89.3% of statements [2019-10-10T23:00:21.154Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2019-10-10T23:00:21.154Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-10T23:00:21.154Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-10T23:00:21.176Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2019-10-10T23:00:21.177Z] ok github.com/docker/docker/pkg/truncindex 0.119s coverage: 91.5% of statements [2019-10-10T23:00:21.589Z] #33 116.8 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-10T23:00:22.207Z] ok github.com/docker/docker/pkg/useragent 0.041s coverage: 88.9% of statements [2019-10-10T23:00:22.520Z] #33 118.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-10T23:00:23.598Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.14s) [2019-10-10T23:00:23.598Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-10T23:00:23.598Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-10T23:00:23.890Z] #33 119.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-10T23:00:23.975Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-10-10T23:00:24.258Z] ok github.com/docker/docker/plugin/v2 0.010s coverage: 14.5% of statements [2019-10-10T23:00:24.537Z] === RUN TestDockerSuite/TestCpToDot [2019-10-10T23:00:25.260Z] #33 120.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-10T23:00:25.260Z] #33 120.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-10T23:00:25.468Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-10T23:00:26.040Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.60s) [2019-10-10T23:00:26.040Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-10T23:00:26.040Z] === RUN TestAuthZPluginHeader [2019-10-10T23:00:26.309Z] ok github.com/docker/docker/reference 0.019s coverage: 83.7% of statements [2019-10-10T23:00:26.438Z] --- PASS: TestAuthZPluginHeader (0.82s) [2019-10-10T23:00:26.438Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-10T23:00:26.438Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-10T23:00:26.906Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-10-10T23:00:26.906Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:00:26.906Z] === RUN TestAuthZPluginV2Disable [2019-10-10T23:00:26.906Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-10T23:00:26.906Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:00:26.906Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-10T23:00:26.906Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-10T23:00:26.906Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:00:26.906Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-10T23:00:26.906Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-10T23:00:26.906Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:00:26.906Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-10T23:00:26.937Z] ok github.com/docker/docker/profiles/seccomp 0.051s coverage: 68.8% of statements [2019-10-10T23:00:27.156Z] #33 122.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-10T23:00:27.362Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-10T23:00:27.583Z] ok github.com/docker/docker/plugin 0.604s coverage: 27.1% of statements [2019-10-10T23:00:27.720Z] #33 123.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-10T23:00:29.071Z] ok github.com/docker/docker/registry/resumable 0.047s coverage: 100.0% of statements [2019-10-10T23:00:29.256Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-10T23:00:29.617Z] #33 124.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-10T23:00:29.695Z] ok github.com/docker/docker/restartmanager 0.032s coverage: 45.3% of statements [2019-10-10T23:00:29.819Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-10T23:00:30.987Z] #33 126.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-10T23:00:31.186Z] ok github.com/docker/docker/testutil 0.006s coverage: 62.5% of statements [2019-10-10T23:00:31.730Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-10T23:00:31.730Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-10T23:00:31.730Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-10T23:00:31.730Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-10T23:00:31.730Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-10T23:00:31.730Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-10T23:00:31.730Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-10T23:00:31.730Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-10T23:00:31.730Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-10T23:00:31.730Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-10T23:00:31.810Z] ok github.com/docker/docker/runconfig 0.037s coverage: 68.2% of statements [2019-10-10T23:00:31.810Z] ok github.com/docker/docker/registry 0.613s coverage: 56.3% of statements [2019-10-10T23:00:32.203Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-10T23:00:32.881Z] #33 128.2 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-10T23:00:33.813Z] #33 129.4 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-10T23:00:33.993Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-10T23:00:33.993Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-10T23:00:34.923Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-10T23:00:35.294Z] ok github.com/docker/docker/volume/drivers 0.039s coverage: 36.1% of statements [2019-10-10T23:00:35.710Z] #33 131.2 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-10T23:00:36.021Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-10T23:00:36.642Z] #33 132.2 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-10T23:00:36.815Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-10T23:00:36.815Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-10T23:00:36.815Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-10T23:00:37.015Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-10T23:00:37.016Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-10T23:00:37.016Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-10T23:00:37.016Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-10T23:00:37.377Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-10T23:00:38.004Z] ok github.com/docker/docker/volume/mounts 0.074s coverage: 67.0% of statements [2019-10-10T23:00:38.004Z] ok github.com/docker/docker/volume/local 0.051s coverage: 73.0% of statements [2019-10-10T23:00:38.010Z] #33 133.3 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-10T23:00:38.308Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-10T23:00:38.308Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-10T23:00:38.308Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-10T23:00:38.872Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-10-10T23:00:39.128Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-10T23:00:39.381Z] #33 134.5 [2019-10-10T23:00:39.638Z] #33 DONE 135.2s [2019-10-10T23:00:39.692Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-10T23:00:39.692Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-10T23:00:39.692Z] === RUN TestDockerSuite/TestCreateRM [2019-10-10T23:00:39.896Z] [2019-10-10T23:00:39.896Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-10-10T23:00:39.949Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-10T23:00:39.949Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-10T23:00:39.949Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-10T23:00:39.987Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-10T23:00:40.045Z] ok github.com/docker/docker/volume/service 0.033s coverage: 73.0% of statements [2019-10-10T23:00:40.206Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-10T23:00:41.790Z] #34 DONE 2.1s [2019-10-10T23:00:43.303Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.82s) [2019-10-10T23:00:43.303Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-10T23:00:43.303Z] PASS [2019-10-10T23:00:43.303Z] [2019-10-10T23:00:43.303Z] === Skipped [2019-10-10T23:00:43.303Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-10-10T23:00:43.303Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:00:43.303Z] [2019-10-10T23:00:43.303Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-10T23:00:43.303Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:00:43.303Z] [2019-10-10T23:00:43.303Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-10T23:00:43.303Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:00:43.303Z] [2019-10-10T23:00:43.303Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-10T23:00:43.303Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:00:43.303Z] [2019-10-10T23:00:43.303Z] [2019-10-10T23:00:43.303Z] DONE 17 tests, 4 skipped in 30.335s [2019-10-10T23:00:43.303Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-10T23:00:43.303Z] ++ 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-10T23:00:43.303Z] ++ set -e [2019-10-10T23:00:43.303Z] ++ '[' -n 0 ']' [2019-10-10T23:00:43.303Z] ++ set -x [2019-10-10T23:00:43.303Z] ++ 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-10T23:00:43.484Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-10T23:00:43.485Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-10T23:00:43.485Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-10T23:00:43.679Z] INFO: Testing against a local daemon [2019-10-10T23:00:43.679Z] === RUN TestPluginInvalidJSON [2019-10-10T23:00:43.679Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T23:00:43.679Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T23:00:43.679Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T23:00:43.679Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-10-10T23:00:43.679Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-10T23:00:43.679Z] PASS [2019-10-10T23:00:43.679Z] [2019-10-10T23:00:43.679Z] DONE 2 tests in 0.213s [2019-10-10T23:00:43.679Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-10T23:00:43.679Z] ++ 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-10T23:00:43.679Z] ++ set -e [2019-10-10T23:00:43.679Z] ++ '[' -n 0 ']' [2019-10-10T23:00:43.679Z] ++ set -x [2019-10-10T23:00:43.679Z] ++ 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-10T23:00:43.679Z] INFO: Testing against a local daemon [2019-10-10T23:00:43.679Z] === RUN TestExternalGraphDriver [2019-10-10T23:00:43.741Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-10-10T23:00:44.059Z] === RUN TestExternalGraphDriver/json [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-10-10T23:00:44.311Z] #27 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-10-10T23:00:44.311Z] #19 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-10-10T23:00:44.311Z] #11 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-10-10T23:00:44.311Z] #9 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-10T23:00:44.311Z] #23 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-10-10T23:00:44.311Z] #26 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-10-10T23:00:44.311Z] #7 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-10-10T23:00:44.311Z] #10 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-10T23:00:44.311Z] #21 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-10-10T23:00:44.311Z] #28 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-10-10T23:00:44.311Z] #13 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-10-10T23:00:44.311Z] #25 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-10-10T23:00:44.311Z] #6 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-10T23:00:44.311Z] #20 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-10T23:00:44.311Z] #24 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-10T23:00:44.311Z] #29 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-10-10T23:00:44.311Z] #12 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-10T23:00:44.311Z] #22 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-10-10T23:00:44.311Z] #30 CACHED [2019-10-10T23:00:44.311Z] [2019-10-10T23:00:44.311Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-10-10T23:00:45.241Z] #35 DONE 1.1s [2019-10-10T23:00:45.241Z] [2019-10-10T23:00:45.241Z] #36 exporting to image [2019-10-10T23:00:45.241Z] #36 exporting layers [2019-10-10T23:00:45.899Z] === RUN TestExternalGraphDriver/spec [2019-10-10T23:00:46.612Z] #36 exporting layers 1.3s done [2019-10-10T23:00:46.612Z] #36 writing image sha256:42713788ff8ad0e62911dae012459b2876249c49dd8a108166f7b8cb1f9e0953 done [2019-10-10T23:00:46.612Z] #36 naming to docker.io/library/moby-e2e-test done [2019-10-10T23:00:46.612Z] #36 DONE 1.4s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-10T23:00:46.845Z] ok github.com/docker/docker/pkg/plugins 33.662s coverage: 76.6% of statements [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/rootless [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/volume [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-10T23:00:46.845Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === Skipped [2019-10-10T23:00:46.845Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-10T23:00:46.845Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-10T23:00:46.845Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T23:00:46.845Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T23:00:46.845Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T23:00:46.845Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T23:00:46.845Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T23:00:46.845Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:73: No driver to put! [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-10T23:00:46.845Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-10T23:00:46.845Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-10T23:00:46.845Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T23:00:46.845Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T23:00:46.845Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T23:00:46.845Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T23:00:46.845Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-10T23:00:46.845Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-10T23:00:46.845Z] graphtest_unix.go:73: No driver to put! [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-10T23:00:46.845Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-10T23:00:46.845Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] [2019-10-10T23:00:46.845Z] DONE 2114 tests, 20 skipped in 337.797s [2019-10-10T23:00:46.947Z] + echo Ensuring container killed. [2019-10-10T23:00:46.947Z] Ensuring container killed. [2019-10-10T23:00:46.947Z] + docker rm -vf docker-pr10 [2019-10-10T23:00:46.947Z] Error: No such container: docker-pr10 [2019-10-10T23:00:46.947Z] + true [Pipeline] sh [2019-10-10T23:00:47.228Z] + echo Chowning /workspace to jenkins user [2019-10-10T23:00:47.228Z] Chowning /workspace to jenkins user [2019-10-10T23:00:47.228Z] + id -u [2019-10-10T23:00:47.228Z] + id -g [2019-10-10T23:00:47.228Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40062:/workspace busybox chown -R 1000:1000 /workspace Post stage [Pipeline] junit [2019-10-10T23:00:47.504Z] Recording test results [2019-10-10T23:00:47.929Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-10T23:00:47.929Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-10T23:00:47.929Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-10T23:00:47.929Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-10T23:00:47.929Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-10T23:00:48.185Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-10T23:00:48.407Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40062/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 -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:293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 hack/make.sh dynbinary test-integration [2019-10-10T23:00:48.455Z] === RUN TestExternalGraphDriver/pull [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-10T23:00:48.893Z] + bundleName=unit [2019-10-10T23:00:48.893Z] + echo Creating unit-bundles.tar.gz [2019-10-10T23:00:48.893Z] Creating unit-bundles.tar.gz [2019-10-10T23:00:48.893Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-10-10T23:00:48.893Z] bundles/junit-report.xml [2019-10-10T23:00:48.893Z] bundles/go-test-report.json [2019-10-10T23:00:48.893Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-10-10T23:00:48.904Z] Archiving artifacts [2019-10-10T23:00:49.034Z] [2019-10-10T23:00:49.034Z] Removing bundles/ [2019-10-10T23:00:49.034Z] [2019-10-10T23:00:49.034Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-10T23:00:49.034Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-10T23:00:49.034Z] GOOS="" GOARCH="" GOARM="" [2019-10-10T23:00:49.116Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-10T23:00:49.564Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40062/10/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-10T23:00:49.869Z] + make clean [2019-10-10T23:00:50.127Z] docker volume rm -f docker-dev-cache [2019-10-10T23:00:50.127Z] docker-dev-cache [Pipeline] deleteDir [2019-10-10T23:00:50.261Z] --- PASS: TestExternalGraphDriver (6.48s) [2019-10-10T23:00:50.261Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-10T23:00:50.261Z] --- PASS: TestExternalGraphDriver/json (2.06s) [2019-10-10T23:00:50.261Z] --- PASS: TestExternalGraphDriver/spec (2.14s) [2019-10-10T23:00:50.261Z] --- PASS: TestExternalGraphDriver/pull (2.08s) [2019-10-10T23:00:50.261Z] === RUN TestGraphdriverPluginV2 [2019-10-10T23:00:50.261Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-10-10T23:00:50.261Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:00:50.261Z] PASS [2019-10-10T23:00:50.261Z] [2019-10-10T23:00:50.261Z] === Skipped [2019-10-10T23:00:50.261Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2019-10-10T23:00:50.261Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:00:50.261Z] [2019-10-10T23:00:50.261Z] [2019-10-10T23:00:50.261Z] DONE 5 tests, 1 skipped in 6.662s [2019-10-10T23:00:50.261Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-10T23:00:50.261Z] ++ 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-10T23:00:50.261Z] ++ set -e [2019-10-10T23:00:50.261Z] ++ '[' -n 0 ']' [2019-10-10T23:00:50.261Z] ++ set -x [2019-10-10T23:00:50.261Z] ++ 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-10T23:00:50.635Z] INFO: Testing against a local daemon [2019-10-10T23:00:50.635Z] === RUN TestContinueAfterPluginCrash [2019-10-10T23:00:50.635Z] === PAUSE TestContinueAfterPluginCrash [2019-10-10T23:00:50.635Z] === RUN TestDaemonStartWithLogOpt [2019-10-10T23:00:50.635Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-10T23:00:50.635Z] === CONT TestContinueAfterPluginCrash [2019-10-10T23:00:50.635Z] === CONT TestDaemonStartWithLogOpt [2019-10-10T23:00:51.011Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-10T23:00:51.575Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-10T23:00:53.472Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-10T23:00:54.978Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-10T23:00:55.365Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-10T23:00:55.928Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-10T23:00:56.858Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-10T23:00:56.858Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-10T23:00:57.789Z] === RUN TestDockerSuite/TestDockerFails [2019-10-10T23:00:57.789Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-10-10T23:00:57.789Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-10-10T23:00:57.789Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-10-10T23:00:58.798Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-10T23:00:59.156Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-10-10T23:00:59.792Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-10T23:00:59.792Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-10T23:01:00.086Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-10-10T23:01:01.456Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-10-10T23:01:01.456Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-10-10T23:01:01.456Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-10-10T23:01:01.713Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-10-10T23:01:02.073Z] --- PASS: TestDaemonStartWithLogOpt (10.26s) [2019-10-10T23:01:02.073Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-10T23:01:02.761Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-10T23:01:03.607Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-10-10T23:01:04.336Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-10T23:01:06.070Z] --- PASS: TestContinueAfterPluginCrash (15.19s) [2019-10-10T23:01:06.071Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-10T23:01:06.071Z] PASS [2019-10-10T23:01:06.071Z] [2019-10-10T23:01:06.071Z] DONE 2 tests in 15.378s [2019-10-10T23:01:06.071Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-10T23:01:06.071Z] ++ 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-10T23:01:06.071Z] ++ set -e [2019-10-10T23:01:06.071Z] ++ '[' -n 0 ']' [2019-10-10T23:01:06.071Z] ++ set -x [2019-10-10T23:01:06.071Z] ++ 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-10T23:01:06.071Z] INFO: Testing against a local daemon [2019-10-10T23:01:06.071Z] === RUN TestPluginWithDevMounts [2019-10-10T23:01:06.071Z] === PAUSE TestPluginWithDevMounts [2019-10-10T23:01:06.071Z] === CONT TestPluginWithDevMounts [2019-10-10T23:01:07.885Z] --- PASS: TestPluginWithDevMounts (1.98s) [2019-10-10T23:01:07.886Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-10T23:01:07.886Z] PASS [2019-10-10T23:01:07.886Z] [2019-10-10T23:01:07.886Z] DONE 1 tests in 2.175s [2019-10-10T23:01:07.886Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-10-10T23:01:07.886Z] ++ 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-10T23:01:07.886Z] ++ set -e [2019-10-10T23:01:07.886Z] ++ '[' -n 0 ']' [2019-10-10T23:01:07.886Z] ++ set -x [2019-10-10T23:01:07.886Z] ++ 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-10T23:01:08.248Z] INFO: Testing against a local daemon [2019-10-10T23:01:08.248Z] === RUN TestSecretInspect [2019-10-10T23:01:08.859Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-10T23:01:10.242Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-10T23:01:10.242Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-10T23:01:10.242Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-10T23:01:10.242Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-10T23:01:10.242Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-10T23:01:10.830Z] --- PASS: TestSecretInspect (2.74s) [2019-10-10T23:01:10.830Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-10T23:01:10.830Z] === RUN TestSecretList [2019-10-10T23:01:10.865Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-10T23:01:11.424Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-10T23:01:13.945Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-10T23:01:14.170Z] --- PASS: TestSecretList (2.89s) [2019-10-10T23:01:14.170Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-10T23:01:14.170Z] === RUN TestSecretsCreateAndDelete [2019-10-10T23:01:16.466Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-10-10T23:01:16.603Z] --- PASS: TestSecretsCreateAndDelete (2.75s) [2019-10-10T23:01:16.603Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-10T23:01:16.603Z] === RUN TestSecretsUpdate [2019-10-10T23:01:17.415Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-10T23:01:18.351Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-10T23:01:19.043Z] --- PASS: TestSecretsUpdate (2.33s) [2019-10-10T23:01:19.043Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-10T23:01:19.043Z] === RUN TestTemplatedSecret [2019-10-10T23:01:19.281Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-10T23:01:20.211Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-10T23:01:20.211Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-10-10T23:01:21.141Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-10T23:01:22.076Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-10-10T23:01:22.235Z] --- PASS: TestTemplatedSecret (3.50s) [2019-10-10T23:01:22.235Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-10T23:01:22.235Z] === RUN TestSecretCreateResolve [2019-10-10T23:01:23.970Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-10-10T23:01:25.520Z] --- PASS: TestSecretCreateResolve (2.93s) [2019-10-10T23:01:25.520Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-10T23:01:25.520Z] PASS [2019-10-10T23:01:25.520Z] [2019-10-10T23:01:25.520Z] DONE 6 tests in 17.269s [2019-10-10T23:01:25.520Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-10-10T23:01:25.520Z] ++ 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-10T23:01:25.520Z] ++ set -e [2019-10-10T23:01:25.520Z] ++ '[' -n 0 ']' [2019-10-10T23:01:25.520Z] ++ set -x [2019-10-10T23:01:25.521Z] ++ 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-10T23:01:25.521Z] INFO: Testing against a local daemon [2019-10-10T23:01:25.521Z] === RUN TestServiceCreateInit [2019-10-10T23:01:25.521Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-10T23:01:26.496Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-10T23:01:29.768Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-10-10T23:01:30.555Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-10T23:01:32.289Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-10T23:01:33.219Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-10T23:01:35.113Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-10T23:01:35.595Z] --- PASS: TestServiceCreateInit (10.09s) [2019-10-10T23:01:35.595Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.04s) [2019-10-10T23:01:35.595Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-10T23:01:35.595Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.03s) [2019-10-10T23:01:35.595Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-10T23:01:35.595Z] === RUN TestCreateServiceMultipleTimes [2019-10-10T23:01:35.676Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-10T23:01:35.932Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-10T23:01:36.495Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-10-10T23:01:37.424Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-10T23:01:38.359Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-10-10T23:01:38.359Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-10T23:01:38.924Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-10-10T23:01:39.181Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-10-10T23:01:39.181Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-10T23:01:41.076Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-10T23:01:42.970Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-10T23:01:42.970Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-10T23:01:42.970Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-10T23:01:42.970Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-10-10T23:01:43.900Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-10T23:01:43.900Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-10T23:01:44.464Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-10T23:01:45.408Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-10-10T23:01:45.971Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-10-10T23:01:45.971Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-10-10T23:01:45.971Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-10T23:01:48.494Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-10-10T23:01:49.424Z] === RUN TestDockerSuite/TestEventsRename [2019-10-10T23:01:50.354Z] === RUN TestDockerSuite/TestEventsResize [2019-10-10T23:01:51.284Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-10T23:01:51.847Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-10T23:01:52.778Z] === RUN TestDockerSuite/TestEventsStreaming [2019-10-10T23:01:53.667Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-10T23:01:53.667Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-10T23:01:53.667Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-10T23:01:53.708Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-10T23:01:55.468Z] --- PASS: TestCreateServiceMultipleTimes (17.23s) [2019-10-10T23:01:55.468Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-10T23:01:55.468Z] === RUN TestCreateServiceConflict [2019-10-10T23:01:55.468Z] --- PASS: TestCreateServiceConflict (2.77s) [2019-10-10T23:01:55.468Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-10T23:01:55.468Z] === RUN TestCreateServiceMaxReplicas [2019-10-10T23:01:56.984Z] === RUN TestDockerSuite/TestEventsTop [2019-10-10T23:01:57.548Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-10T23:01:59.500Z] --- PASS: TestCreateServiceMaxReplicas (3.78s) [2019-10-10T23:01:59.500Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-10T23:01:59.500Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-10T23:02:00.818Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-10T23:02:01.747Z] === RUN TestDockerSuite/TestExec [2019-10-10T23:02:02.677Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-10T23:02:03.607Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-10T23:02:04.171Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-10T23:02:05.104Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-10T23:02:06.999Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-10T23:02:07.930Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-10T23:02:08.494Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-10T23:02:09.424Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-10T23:02:10.354Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-10T23:02:11.285Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-10T23:02:11.543Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-10-10T23:02:12.134Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-10T23:02:13.270Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.08s) [2019-10-10T23:02:13.270Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-10T23:02:13.270Z] === RUN TestCreateServiceSecretFileMode [2019-10-10T23:02:14.659Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-10T23:02:14.916Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-10-10T23:02:15.846Z] === RUN TestDockerSuite/TestExecEnv [2019-10-10T23:02:16.436Z] --- PASS: TestCreateServiceSecretFileMode (3.21s) [2019-10-10T23:02:16.436Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-10T23:02:16.436Z] === RUN TestCreateServiceConfigFileMode [2019-10-10T23:02:16.777Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-10T23:02:18.675Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-10T23:02:19.034Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-10T23:02:19.034Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-10T23:02:19.034Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-10T23:02:19.607Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-10T23:02:20.643Z] --- PASS: TestCreateServiceConfigFileMode (3.55s) [2019-10-10T23:02:20.643Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-10T23:02:20.643Z] === RUN TestCreateServiceSysctls [2019-10-10T23:02:22.883Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-10T23:02:23.448Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-10-10T23:02:24.378Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-10T23:02:24.655Z] --- PASS: TestCreateServiceSysctls (4.07s) [2019-10-10T23:02:24.655Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-10T23:02:24.655Z] === RUN TestCreateServiceCapabilities [2019-10-10T23:02:25.310Z] === RUN TestDockerSuite/TestExecParseError [2019-10-10T23:02:26.229Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-10T23:02:26.241Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-10T23:02:27.172Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-10T23:02:27.812Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-10T23:02:27.851Z] --- PASS: TestCreateServiceCapabilities (3.26s) [2019-10-10T23:02:27.851Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-10T23:02:27.851Z] === RUN TestInspect [2019-10-10T23:02:28.103Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-10T23:02:30.626Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-10T23:02:31.189Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-10T23:02:31.281Z] --- PASS: TestInspect (3.44s) [2019-10-10T23:02:31.281Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-10T23:02:31.281Z] === RUN TestDockerNetworkConnectAlias [2019-10-10T23:02:32.121Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-10T23:02:33.712Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-10T23:02:37.518Z] --- PASS: TestDockerNetworkConnectAlias (5.91s) [2019-10-10T23:02:37.519Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-10T23:02:37.519Z] === RUN TestDockerNetworkReConnect [2019-10-10T23:02:38.664Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-10-10T23:02:41.545Z] --- PASS: TestDockerNetworkReConnect (4.48s) [2019-10-10T23:02:41.545Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-10T23:02:41.545Z] === RUN TestServicePlugin [2019-10-10T23:02:41.545Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-10T23:02:41.545Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:02:41.545Z] === RUN TestServiceUpdateLabel [2019-10-10T23:02:43.916Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-10T23:02:44.039Z] --- PASS: TestServiceUpdateLabel (2.79s) [2019-10-10T23:02:44.039Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-10T23:02:44.039Z] === RUN TestServiceUpdateSecrets [2019-10-10T23:02:44.192Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-10T23:02:45.299Z] === RUN TestDockerSuite/TestExecTTY [2019-10-10T23:02:46.230Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-10T23:02:47.160Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-10T23:02:48.090Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-10T23:02:49.019Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-10T23:02:49.019Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-10T23:02:51.539Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-10-10T23:02:52.470Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-10T23:02:53.841Z] === RUN TestDockerSuite/TestExecWithTERM [2019-10-10T23:02:54.405Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-10T23:02:54.673Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-10T23:02:54.673Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-10T23:02:55.773Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-10T23:02:56.241Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-10T23:02:56.241Z] [2019-10-10T23:02:56.241Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-10T23:02:56.241Z] PKG_CONFIG=pkg-config [2019-10-10T23:02:56.241Z] GOLANG_VERSION=1.13.1 [2019-10-10T23:02:56.241Z] HOSTNAME=5fe4a839f612 [2019-10-10T23:02:56.241Z] DOCKER_EXPERIMENTAL=1 [2019-10-10T23:02:56.241Z] container=docker [2019-10-10T23:02:56.241Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-10T23:02:56.241Z] GO111MODULE=off [2019-10-10T23:02:56.241Z] GOPATH=/go [2019-10-10T23:02:56.241Z] PWD=/go/src/github.com/docker/docker [2019-10-10T23:02:56.241Z] HOME=/root [2019-10-10T23:02:56.241Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-10T23:02:56.241Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-10T23:02:56.241Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-10T23:02:56.241Z] DOCKER_GITCOMMIT=293c1a27a21fd2c0ee0dbff4f348a36aa7a10e28 [2019-10-10T23:02:56.241Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-10T23:02:56.241Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-10T23:02:56.241Z] TERM=xterm [2019-10-10T23:02:56.241Z] VALIDATE_BRANCH=master [2019-10-10T23:02:56.241Z] DEST=bundles/test-integration [2019-10-10T23:02:56.241Z] SHLVL=1 [2019-10-10T23:02:56.241Z] TIMEOUT=120m [2019-10-10T23:02:56.241Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-10T23:02:56.241Z] DOCKER_PKG=github.com/docker/docker [2019-10-10T23:02:56.241Z] TESTDEBUG=0 [2019-10-10T23:02:56.241Z] _=/usr/bin/env [2019-10-10T23:02:56.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-10T23:03:00.363Z] --- PASS: TestServiceUpdateSecrets (15.47s) [2019-10-10T23:03:00.363Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-10T23:03:00.363Z] === RUN TestServiceUpdateConfigs [2019-10-10T23:03:00.584Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-10T23:03:00.584Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-10T23:03:00.584Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-10T23:03:01.022Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-10T23:03:06.276Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-10T23:03:06.491Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-10T23:03:06.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-10T23:03:07.436Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-10T23:03:07.436Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-10T23:03:07.436Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-10T23:03:08.168Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-10T23:03:08.425Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-10-10T23:03:13.677Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-10T23:03:13.677Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-10T23:03:13.677Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-10T23:03:13.677Z] === RUN TestDockerSuite/TestHealth [2019-10-10T23:03:16.824Z] --- PASS: TestServiceUpdateConfigs (15.53s) [2019-10-10T23:03:16.825Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-10T23:03:16.825Z] === RUN TestServiceUpdateNetwork [2019-10-10T23:03:30.507Z] --- PASS: TestServiceUpdateNetwork (14.25s) [2019-10-10T23:03:30.507Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-10T23:03:30.507Z] PASS [2019-10-10T23:03:30.507Z] [2019-10-10T23:03:30.507Z] === Skipped [2019-10-10T23:03:30.507Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2019-10-10T23:03:30.507Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:03:30.507Z] [2019-10-10T23:03:30.507Z] [2019-10-10T23:03:30.507Z] DONE 19 tests, 1 skipped in 124.071s [2019-10-10T23:03:30.507Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-10-10T23:03:30.507Z] ++ 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-10T23:03:30.507Z] ++ set -e [2019-10-10T23:03:30.507Z] ++ '[' -n 0 ']' [2019-10-10T23:03:30.507Z] ++ set -x [2019-10-10T23:03:30.507Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10T23:03:30.507Z] INFO: Testing against a local daemon [2019-10-10T23:03:30.507Z] === RUN TestSessionCreate [2019-10-10T23:03:30.507Z] --- PASS: TestSessionCreate (0.03s) [2019-10-10T23:03:30.507Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-10T23:03:30.507Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-10-10T23:03:30.507Z] PASS [2019-10-10T23:03:30.507Z] [2019-10-10T23:03:30.507Z] DONE 2 tests in 0.180s [2019-10-10T23:03:30.507Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-10-10T23:03:30.507Z] ++ 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-10T23:03:30.507Z] ++ set -e [2019-10-10T23:03:30.507Z] ++ '[' -n 0 ']' [2019-10-10T23:03:30.507Z] ++ set -x [2019-10-10T23:03:30.507Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10T23:03:30.507Z] INFO: Testing against a local daemon [2019-10-10T23:03:30.507Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-10T23:03:30.507Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-10T23:03:30.507Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-10T23:03:30.507Z] === RUN TestEventsExecDie [2019-10-10T23:03:30.507Z] --- PASS: TestEventsExecDie (0.90s) [2019-10-10T23:03:30.507Z] === RUN TestEventsBackwardsCompatible [2019-10-10T23:03:30.507Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-10-10T23:03:30.507Z] === RUN TestInfoBinaryCommits [2019-10-10T23:03:30.507Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-10-10T23:03:30.507Z] === RUN TestInfoAPIVersioned [2019-10-10T23:03:30.507Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-10T23:03:30.507Z] === RUN TestInfoAPI [2019-10-10T23:03:30.868Z] --- PASS: TestInfoAPI (0.03s) [2019-10-10T23:03:30.868Z] === RUN TestInfoAPIWarnings [2019-10-10T23:03:31.642Z] --- PASS: TestInfoAPIWarnings (0.82s) [2019-10-10T23:03:31.642Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-10T23:03:31.642Z] === RUN TestLoginFailsWithBadCredentials [2019-10-10T23:03:32.017Z] --- PASS: TestLoginFailsWithBadCredentials (0.43s) [2019-10-10T23:03:32.017Z] === RUN TestPingCacheHeaders [2019-10-10T23:03:32.017Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-10-10T23:03:32.017Z] === RUN TestPingGet [2019-10-10T23:03:32.017Z] --- PASS: TestPingGet (0.02s) [2019-10-10T23:03:32.017Z] === RUN TestPingHead [2019-10-10T23:03:32.017Z] --- PASS: TestPingHead (0.02s) [2019-10-10T23:03:32.017Z] === RUN TestVersion [2019-10-10T23:03:32.017Z] --- PASS: TestVersion (0.01s) [2019-10-10T23:03:32.017Z] PASS [2019-10-10T23:03:32.017Z] [2019-10-10T23:03:32.017Z] === Skipped [2019-10-10T23:03:32.017Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-10T23:03:32.017Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-10T23:03:32.017Z] [2019-10-10T23:03:32.017Z] [2019-10-10T23:03:32.017Z] DONE 12 tests, 1 skipped in 2.494s [2019-10-10T23:03:32.017Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-10-10T23:03:32.017Z] ++ 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-10T23:03:32.017Z] ++ set -e [2019-10-10T23:03:32.017Z] ++ '[' -n 0 ']' [2019-10-10T23:03:32.017Z] ++ set -x [2019-10-10T23:03:32.017Z] ++ 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-10T23:03:32.017Z] INFO: Testing against a local daemon [2019-10-10T23:03:32.017Z] === RUN TestVolumesCreateAndList [2019-10-10T23:03:32.017Z] --- PASS: TestVolumesCreateAndList (0.02s) [2019-10-10T23:03:32.017Z] === RUN TestVolumesRemove [2019-10-10T23:03:32.383Z] --- PASS: TestVolumesRemove (0.11s) [2019-10-10T23:03:32.383Z] === RUN TestVolumesInspect [2019-10-10T23:03:32.383Z] --- PASS: TestVolumesInspect (0.02s) [2019-10-10T23:03:32.383Z] === RUN TestVolumesInvalidJSON [2019-10-10T23:03:32.383Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-10T23:03:32.383Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-10T23:03:32.383Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-10T23:03:32.383Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-10-10T23:03:32.383Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-10T23:03:32.383Z] PASS [2019-10-10T23:03:32.383Z] [2019-10-10T23:03:32.383Z] DONE 5 tests in 0.296s [2019-10-10T23:03:32.383Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-10T23:03:32.383Z] ++++ cat bundles/test-integration/docker.pid [2019-10-10T23:03:32.383Z] +++ kill 11500 [2019-10-10T23:03:34.174Z] +++ /etc/init.d/apparmor stop [2019-10-10T23:03:34.174Z] Clearing AppArmor profiles cache:. [2019-10-10T23:03:34.174Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-10T23:03:34.174Z] Unloading profiles will leave already running processes permanently [2019-10-10T23:03:34.174Z] unconfined, which can lead to unexpected situations. [2019-10-10T23:03:34.174Z] [2019-10-10T23:03:34.174Z] To set a process to complain mode, use the command line tool [2019-10-10T23:03:34.174Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-10T23:03:34.174Z] with the 'teardown' option." [2019-10-10T23:03:34.174Z] [2019-10-10T23:03:35.644Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate Post stage [Pipeline] junit [2019-10-10T23:03:36.144Z] Recording test results [2019-10-10T23:03:36.575Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-10T23:03:36.576Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-10T23:03:36.576Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-10T23:03:36.576Z] === RUN TestDockerSuite/TestHistoryImageWithComment [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-10T23:03:37.509Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-10T23:03:37.509Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-10T23:03:38.054Z] + echo Ensuring container killed. [2019-10-10T23:03:38.054Z] Ensuring container killed. [2019-10-10T23:03:38.054Z] + docker rm -vf docker-pr10 [2019-10-10T23:03:38.054Z] Error: No such container: docker-pr10 [2019-10-10T23:03:38.054Z] + true [Pipeline] sh [2019-10-10T23:03:38.442Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-10T23:03:38.442Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-10T23:03:38.442Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-10T23:03:38.442Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-10T23:03:38.867Z] + echo Chowning /workspace to jenkins user [2019-10-10T23:03:38.867Z] Chowning /workspace to jenkins user [2019-10-10T23:03:38.867Z] + id -u [2019-10-10T23:03:38.867Z] + id -g [2019-10-10T23:03:38.867Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40062:/workspace busybox chown -R 1001:1001 /workspace [2019-10-10T23:03:38.867Z] Unable to find image 'busybox:latest' locally [2019-10-10T23:03:38.867Z] latest: Pulling from library/busybox [2019-10-10T23:03:39.006Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-10T23:03:39.234Z] 6d4c3d9fc915: Pulling fs layer [2019-10-10T23:03:39.234Z] 6d4c3d9fc915: Verifying Checksum [2019-10-10T23:03:39.234Z] 6d4c3d9fc915: Download complete [2019-10-10T23:03:39.263Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-10T23:03:39.609Z] 6d4c3d9fc915: Pull complete [2019-10-10T23:03:39.609Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-10T23:03:39.609Z] Status: Downloaded newer image for busybox:latest [2019-10-10T23:03:39.828Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-10T23:03:39.828Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-10T23:03:40.759Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-10T23:03:41.016Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-10T23:03:41.949Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-10T23:03:42.226Z] + bundleName=s390x-integration [2019-10-10T23:03:42.226Z] + echo Creating s390x-integration-bundles.tar.gz [2019-10-10T23:03:42.226Z] Creating s390x-integration-bundles.tar.gz [2019-10-10T23:03:42.226Z] + 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-10T23:03:42.226Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-10-10T23:03:42.365Z] Archiving artifacts [2019-10-10T23:03:42.880Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-10T23:03:42.880Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-10T23:03:43.374Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-10T23:03:43.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-10T23:03:43.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-10T23:03:43.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-10T23:03:43.598Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40062/10/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-10T23:03:43.810Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-10T23:03:43.847Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-10T23:03:44.331Z] + make clean [2019-10-10T23:03:44.331Z] docker volume rm -f docker-dev-cache [2019-10-10T23:03:44.331Z] docker-dev-cache [Pipeline] deleteDir [2019-10-10T23:03:44.847Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-10T23:03:45.323Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-10T23:03:46.328Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-10T23:03:46.585Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-10T23:03:46.585Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-10T23:03:46.900Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-10T23:03:46.900Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-10T23:03:48.479Z] === RUN TestDockerSuite/TestImportFile [2019-10-10T23:03:50.372Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-10T23:03:50.372Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-10T23:03:52.267Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-10T23:03:52.813Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-10T23:03:53.810Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-10T23:03:53.810Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-10T23:03:53.810Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-10T23:03:54.159Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-10T23:03:55.387Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-10T23:03:56.053Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-10T23:03:56.310Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-10T23:03:56.385Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-10T23:03:56.858Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-10T23:03:57.240Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-10T23:03:57.332Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-10T23:03:57.501Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-10T23:03:57.804Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-10T23:03:58.871Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-10T23:03:59.435Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-10T23:04:00.365Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-10T23:04:01.316Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-10T23:04:01.316Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-10T23:04:01.316Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-10-10T23:04:01.316Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-10T23:04:01.879Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-10T23:04:02.810Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-10T23:04:03.713Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-10T23:04:03.739Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-10T23:04:04.671Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-10T23:04:05.600Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-10T23:04:05.950Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-10T23:04:05.950Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-10T23:04:06.166Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-10T23:04:07.096Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-10T23:04:07.096Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-10-10T23:04:07.531Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-10T23:04:08.989Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-10T23:04:09.554Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-10T23:04:10.485Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-10T23:04:10.485Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-10T23:04:11.417Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-10T23:04:11.417Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-10T23:04:12.786Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-10T23:04:13.349Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-10T23:04:14.280Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-10T23:04:15.213Z] === RUN TestDockerSuite/TestInspectImage [2019-10-10T23:04:15.213Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-10T23:04:15.213Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-10T23:04:15.213Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-10T23:04:15.470Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-10-10T23:04:16.034Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-10T23:04:16.966Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-10T23:04:16.966Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-10T23:04:17.897Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-10T23:04:19.267Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-10T23:04:21.163Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-10T23:04:21.163Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-10T23:04:21.727Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-10T23:04:22.524Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-10T23:04:22.524Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-10T23:04:22.524Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-10T23:04:22.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-10T23:04:22.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-10T23:04:23.096Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-10T23:04:23.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-10T23:04:24.753Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-10T23:04:24.988Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-10T23:04:25.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-10T23:04:25.552Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-10T23:04:25.745Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-10T23:04:26.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-10T23:04:26.216Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-10T23:04:26.216Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-10T23:04:26.507Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-10T23:04:27.217Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-10T23:04:27.437Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-10T23:04:27.691Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-10T23:04:27.691Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-10T23:04:27.691Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-10T23:04:28.368Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-10T23:04:29.298Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-10T23:04:29.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-10T23:04:29.861Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-10T23:04:29.861Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-10-10T23:04:31.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-10T23:04:33.139Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-10T23:04:33.582Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-10T23:04:34.509Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-10T23:04:34.533Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-10T23:04:36.406Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-10T23:04:36.973Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-10T23:04:38.010Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-10T23:04:38.865Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-10T23:04:41.394Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-10-10T23:04:41.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-10T23:04:41.957Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-10T23:04:42.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-10T23:04:45.233Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-10T23:04:45.233Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-10T23:04:47.131Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-10-10T23:04:47.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-10T23:04:47.693Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-10T23:04:47.950Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-10T23:04:48.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-10T23:04:49.319Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-10T23:04:49.883Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-10-10T23:04:50.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-10T23:04:52.509Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-10T23:04:52.509Z] Using test binary docker [2019-10-10T23:04:52.795Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-10T23:04:52.795Z] +++ /etc/init.d/apparmor start [2019-10-10T23:04:52.795Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-10T23:04:52.795Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-10T23:04:52.795Z] Warning failed to create cache: (null) [2019-10-10T23:04:52.795Z] . [2019-10-10T23:04:52.795Z] INFO: Waiting for daemon to start... [2019-10-10T23:04:52.795Z] Starting dockerd [2019-10-10T23:04:52.795Z] +++ 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-10T23:04:53.159Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-10-10T23:04:54.830Z] . [2019-10-10T23:04:54.830Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-10T23:04:54.830Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-10T23:04:54.830Z] Error: No such image: emptyfs [2019-10-10T23:04:54.830Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-10T23:04:54.830Z] ++++ docker load [2019-10-10T23:04:55.118Z] Running integration-test (iteration 1) [2019-10-10T23:04:55.118Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-10-10T23:04:55.118Z] ++ 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-10T23:04:55.118Z] ++ set -e [2019-10-10T23:04:55.118Z] ++ '[' -n 0 ']' [2019-10-10T23:04:55.118Z] ++ set -x [2019-10-10T23:04:55.118Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-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-10T23:04:56.602Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-10-10T23:05:00.773Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-10-10T23:05:01.704Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-10T23:05:03.074Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-10-10T23:05:04.008Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-10T23:05:06.532Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-10T23:05:07.096Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-10T23:05:08.991Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-10-10T23:05:09.921Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-10-10T23:05:09.921Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-10T23:05:10.377Z] Loaded image: buildpack-deps:jessie [2019-10-10T23:05:10.378Z] Loaded image: busybox:latest [2019-10-10T23:05:10.378Z] Loaded image: busybox:glibc [2019-10-10T23:05:10.378Z] Loaded image: debian:jessie [2019-10-10T23:05:10.378Z] Loaded image: hello-world:latest [2019-10-10T23:05:10.378Z] INFO: Testing against a local daemon [2019-10-10T23:05:10.378Z] === RUN TestCgroupNamespacesBuild [2019-10-10T23:05:10.486Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-10T23:05:10.486Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-10T23:05:10.486Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-10T23:05:10.998Z] --- PASS: TestCgroupNamespacesBuild (1.60s) [2019-10-10T23:05:10.998Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-10T23:05:10.998Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-10T23:05:11.419Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-10T23:05:11.983Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-10T23:05:12.486Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.59s) [2019-10-10T23:05:12.486Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-10T23:05:12.486Z] === RUN TestBuildWithSession [2019-10-10T23:05:12.486Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-10T23:05:12.486Z] build_session_test.go:25: TODO: BuildKit [2019-10-10T23:05:12.486Z] === RUN TestBuildSquashParent [2019-10-10T23:05:15.255Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-10-10T23:05:15.819Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-10T23:05:16.375Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-10T23:05:16.375Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-10T23:05:16.375Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-10T23:05:16.754Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-10T23:05:18.002Z] --- PASS: TestBuildSquashParent (4.95s) [2019-10-10T23:05:18.002Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-10T23:05:18.002Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-10T23:05:18.002Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-10T23:05:18.002Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-10T23:05:18.002Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-10T23:05:18.002Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-10T23:05:18.002Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-10T23:05:18.002Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-10T23:05:18.002Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-10T23:05:18.002Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-10T23:05:18.002Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-10T23:05:18.002Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-10T23:05:18.002Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-10T23:05:18.002Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-10T23:05:18.002Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-10T23:05:18.002Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-10T23:05:18.002Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-10T23:05:20.729Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-10T23:05:20.729Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-10T23:05:22.005Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-10T23:05:22.264Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-10T23:05:22.264Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-10T23:05:22.274Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-10T23:05:22.746Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-10T23:05:22.764Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2019-10-10T23:05:22.764Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.78s) [2019-10-10T23:05:22.764Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.14s) [2019-10-10T23:05:22.764Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.61s) [2019-10-10T23:05:22.764Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.67s) [2019-10-10T23:05:22.764Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.14s) [2019-10-10T23:05:22.764Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.57s) [2019-10-10T23:05:22.764Z] === RUN TestBuildMultiStageCopy [2019-10-10T23:05:22.764Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-10T23:05:23.218Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-10T23:05:23.219Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-10T23:05:23.633Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-10T23:05:23.692Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-10T23:05:23.692Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-10T23:05:24.563Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-10T23:05:24.793Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-10T23:05:25.076Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-10T23:05:25.692Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-10T23:05:25.933Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-10T23:05:25.977Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-10T23:05:26.262Z] --- PASS: TestBuildMultiStageCopy (3.49s) [2019-10-10T23:05:26.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.94s) [2019-10-10T23:05:26.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.38s) [2019-10-10T23:05:26.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.39s) [2019-10-10T23:05:26.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.38s) [2019-10-10T23:05:26.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.40s) [2019-10-10T23:05:26.262Z] === RUN TestBuildMultiStageParentConfig [2019-10-10T23:05:27.273Z] --- PASS: TestBuildMultiStageParentConfig (0.98s) [2019-10-10T23:05:27.273Z] === RUN TestBuildLabelWithTargets [2019-10-10T23:05:27.311Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-10T23:05:28.242Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-10T23:05:28.750Z] --- PASS: TestBuildLabelWithTargets (1.50s) [2019-10-10T23:05:28.750Z] === RUN TestBuildWithEmptyLayers [2019-10-10T23:05:29.766Z] --- PASS: TestBuildWithEmptyLayers (0.80s) [2019-10-10T23:05:29.766Z] === RUN TestBuildMultiStageOnBuild [2019-10-10T23:05:30.763Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-10T23:05:31.020Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-10T23:05:31.817Z] --- PASS: TestBuildMultiStageOnBuild (2.34s) [2019-10-10T23:05:31.817Z] === RUN TestBuildUncleanTarFilenames [2019-10-10T23:05:31.950Z] === RUN TestDockerSuite/TestLogsSince [2019-10-10T23:05:33.298Z] --- PASS: TestBuildUncleanTarFilenames (1.10s) [2019-10-10T23:05:33.298Z] === RUN TestBuildMultiStageLayerLeak [2019-10-10T23:05:35.329Z] --- PASS: TestBuildMultiStageLayerLeak (2.29s) [2019-10-10T23:05:35.329Z] === RUN TestBuildWithHugeFile [2019-10-10T23:05:40.041Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-10T23:05:40.604Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-10-10T23:05:44.779Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-10T23:05:45.709Z] === RUN TestDockerSuite/TestLogsTail [2019-10-10T23:05:46.640Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-10T23:05:47.207Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-10T23:05:48.136Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-10T23:05:48.699Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-10T23:05:49.629Z] === RUN TestDockerSuite/TestNetHostname [2019-10-10T23:05:52.153Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-10-10T23:05:52.153Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-10T23:05:52.409Z] === RUN TestDockerSuite/TestNetworkEvents [2019-10-10T23:05:53.778Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-10T23:05:55.673Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-10-10T23:05:56.603Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-10T23:05:57.533Z] === RUN TestDockerSuite/TestPluginActive [2019-10-10T23:05:59.424Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-10T23:05:59.624Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-10T23:05:59.624Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-10T23:06:00.096Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-10T23:06:05.996Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-10T23:06:05.996Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-10T23:06:05.996Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-10T23:06:08.516Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-10-10T23:06:09.885Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-10T23:06:11.256Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-10-10T23:06:11.512Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-10T23:06:14.034Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-10T23:06:14.598Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-10-10T23:06:17.118Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-10-10T23:06:19.639Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-10T23:06:21.008Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-10-10T23:06:21.940Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-10T23:06:23.837Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-10T23:06:25.206Z] === RUN TestDockerSuite/TestPortList [2019-10-10T23:06:25.206Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-10-10T23:06:25.470Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-10T23:06:26.474Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-10T23:06:27.471Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-10T23:06:28.483Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-10-10T23:06:31.455Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-10T23:06:31.756Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-10-10T23:06:34.430Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-10T23:06:35.938Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-10-10T23:06:36.868Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-10T23:06:37.408Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-10T23:06:38.764Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-10T23:06:42.036Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-10-10T23:06:46.213Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-10T23:06:46.213Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-10T23:06:46.213Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-10T23:06:46.778Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-10T23:06:46.778Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-10T23:06:47.709Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-10T23:06:47.709Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-10T23:06:47.968Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-10-10T23:06:48.531Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-10T23:06:48.790Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-10T23:06:50.688Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-10T23:06:50.688Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-10-10T23:06:53.960Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-10-10T23:06:55.330Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-10-10T23:06:55.587Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-10-10T23:06:55.843Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-10T23:06:59.114Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-10T23:07:00.483Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-10T23:07:01.852Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-10-10T23:07:04.375Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-10T23:07:04.631Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-10-10T23:07:08.819Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-10-10T23:07:09.076Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-10T23:07:09.344Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-10T23:07:12.413Z] --- PASS: TestBuildWithHugeFile (86.60s) [2019-10-10T23:07:12.413Z] === RUN TestBuildWithEmptyDockerfile [2019-10-10T23:07:12.413Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T23:07:12.413Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T23:07:12.413Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T23:07:12.413Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T23:07:12.413Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T23:07:12.413Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T23:07:12.413Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-10T23:07:12.413Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-10T23:07:12.413Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-10T23:07:12.413Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2019-10-10T23:07:12.413Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.24s) [2019-10-10T23:07:12.413Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s) [2019-10-10T23:07:12.413Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s) [2019-10-10T23:07:12.413Z] === RUN TestBuildPreserveOwnership [2019-10-10T23:07:12.413Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-10T23:07:12.413Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-10T23:07:12.413Z] --- PASS: TestBuildPreserveOwnership (4.86s) [2019-10-10T23:07:12.413Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.22s) [2019-10-10T23:07:12.413Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.63s) [2019-10-10T23:07:12.413Z] === RUN TestBuildPlatformInvalid [2019-10-10T23:07:12.413Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2019-10-10T23:07:12.413Z] PASS [2019-10-10T23:07:12.413Z] [2019-10-10T23:07:12.413Z] === Skipped [2019-10-10T23:07:12.413Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2019-10-10T23:07:12.413Z] build_session_test.go:25: TODO: BuildKit [2019-10-10T23:07:12.413Z] [2019-10-10T23:07:12.413Z] [2019-10-10T23:07:12.413Z] DONE 32 tests, 1 skipped in 132.165s [2019-10-10T23:07:12.413Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-10-10T23:07:12.413Z] ++ 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-10T23:07:12.413Z] ++ set -e [2019-10-10T23:07:12.413Z] ++ '[' -n 0 ']' [2019-10-10T23:07:12.413Z] ++ set -x [2019-10-10T23:07:12.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=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-10T23:07:12.413Z] INFO: Testing against a local daemon [2019-10-10T23:07:12.413Z] === RUN TestConfigList [2019-10-10T23:07:12.413Z] --- PASS: TestConfigList (2.25s) [2019-10-10T23:07:12.413Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-10T23:07:12.413Z] === RUN TestConfigsCreateAndDelete [2019-10-10T23:07:12.413Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2019-10-10T23:07:12.413Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-10T23:07:12.413Z] === RUN TestConfigsUpdate [2019-10-10T23:07:12.620Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-10-10T23:07:13.550Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-10T23:07:13.898Z] --- PASS: TestConfigsUpdate (2.18s) [2019-10-10T23:07:13.898Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-10T23:07:13.898Z] === RUN TestTemplatedConfig [2019-10-10T23:07:17.394Z] --- PASS: TestTemplatedConfig (2.92s) [2019-10-10T23:07:17.394Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-10T23:07:17.394Z] === RUN TestConfigInspect [2019-10-10T23:07:17.722Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-10-10T23:07:19.430Z] --- PASS: TestConfigInspect (2.18s) [2019-10-10T23:07:19.430Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-10T23:07:19.430Z] === RUN TestConfigCreateWithLabels [2019-10-10T23:07:20.994Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-10-10T23:07:21.477Z] --- PASS: TestConfigCreateWithLabels (2.22s) [2019-10-10T23:07:21.477Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-10T23:07:21.477Z] === RUN TestConfigCreateResolve [2019-10-10T23:07:21.557Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-10T23:07:23.451Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-10T23:07:23.512Z] --- PASS: TestConfigCreateResolve (2.21s) [2019-10-10T23:07:23.512Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-10T23:07:23.512Z] === RUN TestConfigDaemonLibtrustID [2019-10-10T23:07:24.129Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2019-10-10T23:07:24.129Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-10T23:07:24.129Z] PASS [2019-10-10T23:07:24.129Z] [2019-10-10T23:07:24.129Z] DONE 8 tests in 16.773s [2019-10-10T23:07:24.129Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-10-10T23:07:24.129Z] ++ 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-10T23:07:24.129Z] ++ set -e [2019-10-10T23:07:24.129Z] ++ '[' -n 0 ']' [2019-10-10T23:07:24.129Z] ++ set -x [2019-10-10T23:07:24.129Z] ++ 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-10T23:07:24.129Z] INFO: Testing against a local daemon [2019-10-10T23:07:24.129Z] === RUN TestCheckpoint [2019-10-10T23:07:24.129Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-10T23:07:24.129Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-10T23:07:24.129Z] === RUN TestContainerInvalidJSON [2019-10-10T23:07:24.129Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T23:07:24.129Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T23:07:24.129Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T23:07:24.129Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T23:07:24.129Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-10T23:07:24.129Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-10T23:07:24.130Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-10T23:07:24.130Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-10T23:07:24.130Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-10T23:07:24.130Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-10T23:07:24.130Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-10T23:07:24.130Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-10T23:07:24.130Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-10T23:07:24.130Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-10T23:07:24.417Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-10-10T23:07:24.417Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-10T23:07:24.417Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-10-10T23:07:24.417Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-10T23:07:24.417Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2019-10-10T23:07:24.417Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-10T23:07:24.417Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2019-10-10T23:07:24.417Z] === RUN TestCopyFromContainer [2019-10-10T23:07:25.972Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-10T23:07:26.454Z] === RUN TestCopyFromContainer// [2019-10-10T23:07:26.454Z] === RUN TestCopyFromContainer//bar/root [2019-10-10T23:07:26.454Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-10T23:07:26.454Z] === RUN TestCopyFromContainer/bar/quux [2019-10-10T23:07:26.454Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-10T23:07:26.454Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-10T23:07:26.742Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-10T23:07:26.742Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-10T23:07:26.742Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-10T23:07:27.031Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-10T23:07:27.031Z] --- PASS: TestCopyFromContainer (2.51s) [2019-10-10T23:07:27.031Z] --- PASS: TestCopyFromContainer// (0.10s) [2019-10-10T23:07:27.031Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-10-10T23:07:27.031Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-10-10T23:07:27.031Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-10-10T23:07:27.031Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-10-10T23:07:27.031Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-10-10T23:07:27.031Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-10-10T23:07:27.031Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-10-10T23:07:27.031Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-10-10T23:07:27.031Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-10-10T23:07:27.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-10T23:07:27.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T23:07:27.031Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T23:07:27.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T23:07:27.031Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T23:07:27.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T23:07:27.031Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T23:07:27.031Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-10T23:07:27.031Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-10T23:07:27.031Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-10T23:07:27.031Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-10-10T23:07:27.031Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-10T23:07:27.031Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-10T23:07:27.031Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-10T23:07:27.031Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-10T23:07:27.031Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-10-10T23:07:27.031Z] === RUN TestCreateWithInvalidEnv [2019-10-10T23:07:27.031Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-10T23:07:27.031Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-10T23:07:27.031Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-10T23:07:27.031Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-10T23:07:27.031Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-10T23:07:27.031Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-10T23:07:27.031Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-10T23:07:27.031Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-10T23:07:27.031Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-10T23:07:27.031Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-10T23:07:27.031Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-10T23:07:27.031Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-10T23:07:27.031Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-10T23:07:27.031Z] === RUN TestCreateTmpfsMountsTarget [2019-10-10T23:07:27.315Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s) [2019-10-10T23:07:27.315Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-10T23:07:27.340Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-10T23:07:29.234Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCustomMaskedPaths (1.91s) [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCapabilities [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-10T23:07:29.348Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-10T23:07:29.348Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-10T23:07:29.348Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-10T23:07:29.348Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-10T23:07:29.348Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-10T23:07:29.348Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-10T23:07:29.348Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-10T23:07:29.348Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-10T23:07:29.348Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-10T23:07:29.348Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-10T23:07:29.348Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-10T23:07:29.348Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-10T23:07:29.348Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-10T23:07:29.348Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-10T23:07:29.348Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-10T23:07:29.348Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-10T23:07:29.348Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-10T23:07:29.348Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-10T23:07:29.348Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-10T23:07:29.348Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-10T23:07:29.348Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-10T23:07:29.348Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.04s) [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2019-10-10T23:07:29.348Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.04s) [2019-10-10T23:07:29.348Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-10T23:07:31.127Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-10T23:07:31.386Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.03s) [2019-10-10T23:07:31.386Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-10T23:07:31.386Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T23:07:31.386Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T23:07:31.386Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T23:07:31.386Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T23:07:31.386Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T23:07:31.386Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T23:07:31.386Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T23:07:31.386Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T23:07:31.386Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T23:07:31.386Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T23:07:31.386Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-10T23:07:31.386Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-10T23:07:31.386Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-10T23:07:31.386Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-10T23:07:31.386Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-10T23:07:31.386Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-10-10T23:07:31.386Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2019-10-10T23:07:31.386Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-10-10T23:07:31.386Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-10-10T23:07:31.386Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-10-10T23:07:31.386Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-10T23:07:31.386Z] === RUN TestContainerStartOnDaemonRestart [2019-10-10T23:07:31.386Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-10T23:07:31.386Z] === RUN TestDaemonRestartIpcMode [2019-10-10T23:07:31.386Z] === PAUSE TestDaemonRestartIpcMode [2019-10-10T23:07:31.386Z] === RUN TestDiff [2019-10-10T23:07:32.021Z] --- PASS: TestDiff (0.68s) [2019-10-10T23:07:32.021Z] === RUN TestExecWithCloseStdin [2019-10-10T23:07:33.033Z] --- PASS: TestExecWithCloseStdin (0.90s) [2019-10-10T23:07:33.033Z] === RUN TestExec [2019-10-10T23:07:33.651Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-10T23:07:33.908Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-10-10T23:07:34.047Z] --- PASS: TestExec (0.85s) [2019-10-10T23:07:34.047Z] === RUN TestExecUser [2019-10-10T23:07:34.666Z] --- PASS: TestExecUser (0.85s) [2019-10-10T23:07:34.666Z] === RUN TestExportContainerAndImportImage [2019-10-10T23:07:34.840Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-10T23:07:35.096Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-10T23:07:35.678Z] --- PASS: TestExportContainerAndImportImage (0.98s) [2019-10-10T23:07:35.678Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-10T23:07:36.027Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-10T23:07:37.166Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2019-10-10T23:07:37.166Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-10T23:07:37.166Z] === RUN TestHealthCheckWorkdir [2019-10-10T23:07:38.180Z] --- PASS: TestHealthCheckWorkdir (1.04s) [2019-10-10T23:07:38.180Z] === RUN TestHealthKillContainer [2019-10-10T23:07:39.315Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-10T23:07:41.643Z] --- PASS: TestHealthKillContainer (2.87s) [2019-10-10T23:07:41.643Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-10T23:07:41.839Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-10T23:07:41.931Z] --- PASS: TestInspectCpusetInConfigPre120 (0.72s) [2019-10-10T23:07:41.931Z] === RUN TestIpcModeNone [2019-10-10T23:07:42.551Z] --- PASS: TestIpcModeNone (0.86s) [2019-10-10T23:07:42.551Z] === RUN TestIpcModePrivate [2019-10-10T23:07:42.769Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-10T23:07:42.769Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-10T23:07:43.026Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-10T23:07:43.026Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-10T23:07:43.282Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-10T23:07:43.564Z] --- PASS: TestIpcModePrivate (0.85s) [2019-10-10T23:07:43.564Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2019-10-10T23:07:43.564Z] === RUN TestIpcModeShareable [2019-10-10T23:07:44.581Z] --- PASS: TestIpcModeShareable (0.91s) [2019-10-10T23:07:44.581Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2019-10-10T23:07:44.581Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-10T23:07:44.651Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-10T23:07:46.021Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-10T23:07:47.273Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.44s) [2019-10-10T23:07:47.273Z] === RUN TestAPIIpcModeHost [2019-10-10T23:07:47.392Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-10-10T23:07:47.570Z] --- PASS: TestAPIIpcModeHost (0.69s) [2019-10-10T23:07:47.570Z] === RUN TestDaemonIpcModeShareable [2019-10-10T23:07:47.649Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-10T23:07:48.579Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-10T23:07:49.604Z] --- PASS: TestDaemonIpcModeShareable (1.73s) [2019-10-10T23:07:49.604Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-10T23:07:49.604Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-10-10T23:07:49.604Z] === RUN TestDaemonIpcModePrivate [2019-10-10T23:07:49.835Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-10T23:07:49.835Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-10T23:07:49.835Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-10T23:07:51.092Z] --- PASS: TestDaemonIpcModePrivate (1.81s) [2019-10-10T23:07:51.092Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-10T23:07:51.092Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-10-10T23:07:51.092Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-10T23:07:53.143Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.78s) [2019-10-10T23:07:53.143Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-10T23:07:53.143Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-10-10T23:07:53.143Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-10T23:07:54.626Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s) [2019-10-10T23:07:54.626Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-10T23:07:54.626Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-10-10T23:07:54.626Z] === RUN TestIpcModeOlderClient [2019-10-10T23:07:54.626Z] === PAUSE TestIpcModeOlderClient [2019-10-10T23:07:54.626Z] === RUN TestKillContainerInvalidSignal [2019-10-10T23:07:55.242Z] --- PASS: TestKillContainerInvalidSignal (0.70s) [2019-10-10T23:07:55.242Z] === RUN TestKillContainer [2019-10-10T23:07:55.242Z] === RUN TestKillContainer/no_signal [2019-10-10T23:07:56.253Z] === RUN TestKillContainer/non_killing_signal [2019-10-10T23:07:56.537Z] === RUN TestKillContainer/killing_signal [2019-10-10T23:07:56.677Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-10T23:07:57.572Z] --- PASS: TestKillContainer (2.10s) [2019-10-10T23:07:57.572Z] --- PASS: TestKillContainer/no_signal (0.63s) [2019-10-10T23:07:57.572Z] --- PASS: TestKillContainer/non_killing_signal (0.48s) [2019-10-10T23:07:57.572Z] --- PASS: TestKillContainer/killing_signal (0.66s) [2019-10-10T23:07:57.572Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-10T23:07:57.572Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-10T23:07:58.045Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-10T23:07:58.192Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-10T23:07:58.811Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.47s) [2019-10-10T23:07:58.811Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.70s) [2019-10-10T23:07:58.811Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.50s) [2019-10-10T23:07:58.811Z] === RUN TestKillStoppedContainer [2019-10-10T23:07:59.096Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-10-10T23:07:59.096Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-10T23:07:59.096Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-10-10T23:07:59.096Z] === RUN TestKillDifferentUserContainer [2019-10-10T23:07:59.718Z] --- PASS: TestKillDifferentUserContainer (0.73s) [2019-10-10T23:07:59.718Z] === RUN TestInspectOomKilledTrue [2019-10-10T23:08:01.203Z] --- PASS: TestInspectOomKilledTrue (1.22s) [2019-10-10T23:08:01.203Z] === RUN TestInspectOomKilledFalse [2019-10-10T23:08:01.317Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-10T23:08:01.317Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-10T23:08:01.317Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-10-10T23:08:01.317Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-10T23:08:01.317Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-10T23:08:01.820Z] --- PASS: TestInspectOomKilledFalse (0.67s) [2019-10-10T23:08:01.820Z] === RUN TestLinksEtcHostsContentMatch [2019-10-10T23:08:02.452Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2019-10-10T23:08:02.452Z] === RUN TestLinksContainerNames [2019-10-10T23:08:03.839Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-10-10T23:08:03.935Z] --- PASS: TestLinksContainerNames (1.38s) [2019-10-10T23:08:03.935Z] === RUN TestLogsFollowTailEmpty [2019-10-10T23:08:04.095Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-10T23:08:04.552Z] --- PASS: TestLogsFollowTailEmpty (0.69s) [2019-10-10T23:08:04.552Z] === RUN TestContainerNetworkMountsNoChown [2019-10-10T23:08:05.174Z] --- PASS: TestContainerNetworkMountsNoChown (0.68s) [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/default [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/default [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/private [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/private [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/rprivate [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/slave [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/slave [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/rslave [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/shared [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/shared [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/rshared [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-10T23:08:05.174Z] === CONT TestMountDaemonRoot/default [2019-10-10T23:08:05.174Z] === CONT TestMountDaemonRoot/shared [2019-10-10T23:08:05.174Z] === CONT TestMountDaemonRoot/rslave [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-10T23:08:05.174Z] === CONT TestMountDaemonRoot/rshared [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-10T23:08:05.174Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-10T23:08:05.174Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-10T23:08:05.174Z] === CONT TestMountDaemonRoot/rprivate [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/slave [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/private [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-10T23:08:05.175Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-10T23:08:05.175Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-10T23:08:05.175Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-10T23:08:05.459Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2019-10-10T23:08:05.459Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2019-10-10T23:08:05.459Z] === RUN TestContainerBindMountNonRecursive [2019-10-10T23:08:05.989Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-10T23:08:07.490Z] --- PASS: TestContainerBindMountNonRecursive (1.67s) [2019-10-10T23:08:07.490Z] === RUN TestNetworkNat [2019-10-10T23:08:08.108Z] --- PASS: TestNetworkNat (0.75s) [2019-10-10T23:08:08.108Z] === RUN TestNetworkLocalhostTCPNat [2019-10-10T23:08:08.727Z] --- PASS: TestNetworkLocalhostTCPNat (0.74s) [2019-10-10T23:08:08.727Z] === RUN TestNetworkLoopbackNat [2019-10-10T23:08:09.742Z] --- PASS: TestNetworkLoopbackNat (0.94s) [2019-10-10T23:08:09.742Z] === RUN TestPause [2019-10-10T23:08:10.165Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-10T23:08:10.367Z] --- PASS: TestPause (0.77s) [2019-10-10T23:08:10.367Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-10T23:08:10.367Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-10T23:08:10.367Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-10T23:08:10.367Z] === RUN TestPauseStopPausedContainer [2019-10-10T23:08:11.382Z] --- PASS: TestPauseStopPausedContainer (0.76s) [2019-10-10T23:08:11.382Z] === RUN TestPsFilter [2019-10-10T23:08:11.382Z] --- PASS: TestPsFilter (0.20s) [2019-10-10T23:08:11.382Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-10T23:08:12.004Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.65s) [2019-10-10T23:08:12.004Z] === RUN TestRemoveContainerWithVolume [2019-10-10T23:08:12.060Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-10T23:08:12.061Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-10T23:08:12.061Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-10T23:08:12.625Z] --- PASS: TestRemoveContainerWithVolume (0.70s) [2019-10-10T23:08:12.625Z] === RUN TestRemoveContainerRunning [2019-10-10T23:08:13.635Z] --- PASS: TestRemoveContainerRunning (0.72s) [2019-10-10T23:08:13.635Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-10T23:08:14.252Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s) [2019-10-10T23:08:14.252Z] === RUN TestRemoveInvalidContainer [2019-10-10T23:08:14.252Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-10T23:08:14.252Z] === RUN TestRenameLinkedContainer [2019-10-10T23:08:16.236Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-10T23:08:16.955Z] --- PASS: TestRenameLinkedContainer (2.68s) [2019-10-10T23:08:16.955Z] === RUN TestRenameStoppedContainer [2019-10-10T23:08:17.166Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-10T23:08:17.422Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-10T23:08:17.577Z] --- PASS: TestRenameStoppedContainer (0.71s) [2019-10-10T23:08:17.577Z] === RUN TestRenameRunningContainerAndReuse [2019-10-10T23:08:19.056Z] --- PASS: TestRenameRunningContainerAndReuse (1.41s) [2019-10-10T23:08:19.056Z] === RUN TestRenameInvalidName [2019-10-10T23:08:19.316Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-10T23:08:19.674Z] --- PASS: TestRenameInvalidName (0.71s) [2019-10-10T23:08:19.675Z] === RUN TestRenameAnonymousContainer [2019-10-10T23:08:20.247Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-10T23:08:22.361Z] --- PASS: TestRenameAnonymousContainer (2.47s) [2019-10-10T23:08:22.361Z] === RUN TestRenameContainerWithSameName [2019-10-10T23:08:22.769Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-10T23:08:22.980Z] --- PASS: TestRenameContainerWithSameName (0.70s) [2019-10-10T23:08:22.980Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-10T23:08:23.333Z] === RUN TestDockerSuite/TestRmiTag [2019-10-10T23:08:23.333Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-10T23:08:24.267Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-10-10T23:08:24.267Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-10T23:08:24.460Z] --- PASS: TestRenameContainerWithLinkedContainer (1.36s) [2019-10-10T23:08:24.460Z] === RUN TestResize [2019-10-10T23:08:25.080Z] --- PASS: TestResize (0.74s) [2019-10-10T23:08:25.080Z] === RUN TestResizeWithInvalidSize [2019-10-10T23:08:25.698Z] --- PASS: TestResizeWithInvalidSize (0.72s) [2019-10-10T23:08:25.698Z] === RUN TestResizeWhenContainerNotStarted [2019-10-10T23:08:26.319Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s) [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-10T23:08:26.319Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-10T23:08:26.319Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-10T23:08:26.319Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-10T23:08:26.319Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-10T23:08:26.319Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-10T23:08:26.319Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-10T23:08:26.319Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-10T23:08:26.319Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-10T23:08:26.319Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-10T23:08:26.319Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-10T23:08:26.319Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-10T23:08:26.319Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-10T23:08:26.319Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-10T23:08:26.319Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-10T23:08:26.319Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-10T23:08:26.319Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-10T23:08:26.319Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-10T23:08:27.540Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-10-10T23:08:28.379Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-10T23:08:29.434Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-10T23:08:29.872Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-10T23:08:29.872Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-10T23:08:29.872Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-10T23:08:29.998Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-10T23:08:30.254Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-10-10T23:08:31.186Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-10T23:08:31.750Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-10T23:08:31.926Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-10T23:08:31.927Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-10T23:08:33.423Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-10T23:08:33.648Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-10T23:08:33.715Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-10T23:08:34.212Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-10T23:08:34.776Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-10T23:08:35.708Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-10T23:08:35.708Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-10T23:08:36.273Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.11s) [2019-10-10T23:08:36.424Z] 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-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.33s) [2019-10-10T23:08:36.424Z] 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-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.39s) [2019-10-10T23:08:36.424Z] 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-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.40s) [2019-10-10T23:08:36.424Z] 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-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.01s) [2019-10-10T23:08:36.424Z] 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-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.08s) [2019-10-10T23:08:36.424Z] 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-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.70s) [2019-10-10T23:08:36.424Z] 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-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.07s) [2019-10-10T23:08:36.424Z] 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-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.49s) [2019-10-10T23:08:36.424Z] 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-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.14s) [2019-10-10T23:08:36.424Z] 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-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.74s) [2019-10-10T23:08:36.424Z] 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-10T23:08:36.424Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.60s) [2019-10-10T23:08:36.424Z] 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-10T23:08:36.424Z] === RUN TestCgroupNamespacesRun [2019-10-10T23:08:38.166Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-10T23:08:38.452Z] --- PASS: TestCgroupNamespacesRun (1.73s) [2019-10-10T23:08:38.452Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-10T23:08:38.452Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-10T23:08:39.098Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-10T23:08:39.950Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.71s) [2019-10-10T23:08:39.951Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-10T23:08:39.951Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-10T23:08:40.027Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-10T23:08:40.969Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-10-10T23:08:41.985Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.72s) [2019-10-10T23:08:41.985Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-10T23:08:41.985Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-10T23:08:42.364Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-10T23:08:43.477Z] --- PASS: TestCgroupNamespacesRunHostMode (1.79s) [2019-10-10T23:08:43.477Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-10T23:08:43.477Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-10T23:08:44.256Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-10-10T23:08:44.820Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-10-10T23:08:45.513Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.76s) [2019-10-10T23:08:45.514Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-10T23:08:45.514Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-10T23:08:45.749Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-10-10T23:08:46.136Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.93s) [2019-10-10T23:08:46.136Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-10T23:08:46.136Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-10T23:08:46.681Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-10-10T23:08:46.892Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2019-10-10T23:08:46.892Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-10T23:08:46.892Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-10T23:08:47.612Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-10-10T23:08:48.541Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-10T23:08:48.937Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.76s) [2019-10-10T23:08:48.937Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-10T23:08:48.937Z] === RUN TestKernelTCPMemory [2019-10-10T23:08:49.910Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-10-10T23:08:49.910Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-10-10T23:08:49.948Z] --- PASS: TestKernelTCPMemory (0.99s) [2019-10-10T23:08:49.948Z] === RUN TestNISDomainname [2019-10-10T23:08:50.959Z] --- PASS: TestNISDomainname (1.02s) [2019-10-10T23:08:50.959Z] === RUN TestHostnameDnsResolution [2019-10-10T23:08:51.280Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-10T23:08:51.844Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-10T23:08:51.973Z] --- PASS: TestHostnameDnsResolution (1.23s) [2019-10-10T23:08:51.973Z] === RUN TestStats [2019-10-10T23:08:52.774Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-10T23:08:53.705Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-10T23:08:53.705Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-10T23:08:54.658Z] --- PASS: TestStats (2.25s) [2019-10-10T23:08:54.658Z] === RUN TestStopContainerWithTimeout [2019-10-10T23:08:54.658Z] === RUN TestStopContainerWithTimeout/0 [2019-10-10T23:08:54.658Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-10T23:08:54.658Z] === RUN TestStopContainerWithTimeout/1 [2019-10-10T23:08:54.658Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-10T23:08:54.658Z] === RUN TestStopContainerWithTimeout/3 [2019-10-10T23:08:54.658Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-10T23:08:54.658Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-10T23:08:54.658Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-10T23:08:54.658Z] === CONT TestStopContainerWithTimeout/0 [2019-10-10T23:08:54.658Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-10T23:08:54.658Z] === CONT TestStopContainerWithTimeout/1 [2019-10-10T23:08:54.658Z] === CONT TestStopContainerWithTimeout/3 [2019-10-10T23:08:56.226Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-10T23:08:56.790Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-10T23:08:57.720Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-10T23:08:58.130Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2019-10-10T23:08:58.130Z] --- PASS: TestStopContainerWithTimeout/0 (1.25s) [2019-10-10T23:08:58.130Z] --- PASS: TestStopContainerWithTimeout/1 (1.97s) [2019-10-10T23:08:58.130Z] --- PASS: TestStopContainerWithTimeout/3 (3.23s) [2019-10-10T23:08:58.130Z] --- PASS: TestStopContainerWithTimeout/-1 (3.28s) [2019-10-10T23:08:58.130Z] === RUN TestDeleteDevicemapper [2019-10-10T23:08:58.130Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-10T23:08:58.130Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-10T23:08:58.130Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-10T23:08:58.284Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-10-10T23:08:58.284Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-10T23:08:59.216Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-10T23:08:59.216Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-10T23:08:59.610Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.17s) [2019-10-10T23:08:59.610Z] === RUN TestUpdateMemory [2019-10-10T23:09:00.146Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-10T23:09:01.077Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-10T23:09:01.077Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-10-10T23:09:01.092Z] --- PASS: TestUpdateMemory (1.12s) [2019-10-10T23:09:01.092Z] === RUN TestUpdateCPUQuota [2019-10-10T23:09:02.008Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-10T23:09:02.575Z] --- PASS: TestUpdateCPUQuota (1.68s) [2019-10-10T23:09:02.575Z] === RUN TestUpdatePidsLimit [2019-10-10T23:09:02.575Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-10T23:09:02.860Z] === RUN TestUpdatePidsLimit/no_change [2019-10-10T23:09:02.937Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-10T23:09:03.480Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-10T23:09:03.502Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-10T23:09:03.502Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-10T23:09:03.764Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-10T23:09:04.051Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-10T23:09:04.431Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-10T23:09:04.431Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-10T23:09:04.672Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-10T23:09:04.963Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-10T23:09:05.799Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-10T23:09:06.753Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-10T23:09:07.000Z] --- PASS: TestUpdatePidsLimit (4.07s) [2019-10-10T23:09:07.000Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2019-10-10T23:09:07.000Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2019-10-10T23:09:07.000Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2019-10-10T23:09:07.000Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2019-10-10T23:09:07.000Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2019-10-10T23:09:07.000Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2019-10-10T23:09:07.000Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.42s) [2019-10-10T23:09:07.000Z] === RUN TestUpdateRestartPolicy [2019-10-10T23:09:07.317Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-10T23:09:08.247Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-10T23:09:08.247Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-10T23:09:09.178Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-10T23:09:11.072Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-10T23:09:12.439Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-10T23:09:14.332Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-10T23:09:14.896Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-10T23:09:15.870Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-10T23:09:16.198Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-10T23:09:16.198Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-10T23:09:16.198Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-10T23:09:16.433Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-10T23:09:17.363Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-10-10T23:09:17.363Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-10T23:09:18.296Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-10T23:09:19.528Z] --- PASS: TestUpdateRestartPolicy (12.32s) [2019-10-10T23:09:19.528Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-10T23:09:19.815Z] --- PASS: TestUpdateRestartWithAutoRemove (0.76s) [2019-10-10T23:09:19.815Z] === RUN TestWaitNonBlocked [2019-10-10T23:09:19.815Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T23:09:19.815Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T23:09:19.815Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T23:09:19.815Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T23:09:19.815Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-10T23:09:19.815Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-10T23:09:20.190Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-10T23:09:20.827Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-10T23:09:20.827Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.81s) [2019-10-10T23:09:20.827Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.87s) [2019-10-10T23:09:20.827Z] === RUN TestWaitBlocked [2019-10-10T23:09:20.827Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-10T23:09:20.827Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-10T23:09:20.827Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-10T23:09:20.827Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-10T23:09:20.827Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-10T23:09:20.827Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-10T23:09:21.841Z] --- PASS: TestWaitBlocked (0.04s) [2019-10-10T23:09:21.841Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.05s) [2019-10-10T23:09:21.841Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.12s) [2019-10-10T23:09:21.841Z] === CONT TestContainerStartOnDaemonRestart [2019-10-10T23:09:21.841Z] === CONT TestIpcModeOlderClient [2019-10-10T23:09:21.841Z] === CONT TestDaemonRestartIpcMode [2019-10-10T23:09:21.841Z] --- PASS: TestIpcModeOlderClient (0.13s) [2019-10-10T23:09:24.363Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-10T23:09:24.363Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-10T23:09:25.292Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-10T23:09:25.323Z] --- PASS: TestContainerStartOnDaemonRestart (3.66s) [2019-10-10T23:09:25.323Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-10T23:09:26.336Z] --- PASS: TestDaemonRestartIpcMode (4.42s) [2019-10-10T23:09:26.336Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-10T23:09:26.336Z] PASS [2019-10-10T23:09:26.336Z] [2019-10-10T23:09:26.336Z] === Skipped [2019-10-10T23:09:26.336Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-10-10T23:09:26.336Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-10T23:09:26.336Z] [2019-10-10T23:09:26.336Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-10T23:09:26.336Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-10T23:09:26.336Z] [2019-10-10T23:09:26.336Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-10-10T23:09:26.336Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-10T23:09:26.336Z] [2019-10-10T23:09:26.336Z] [2019-10-10T23:09:26.336Z] DONE 197 tests, 3 skipped in 122.132s [2019-10-10T23:09:26.336Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-10-10T23:09:26.336Z] ++ 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-10T23:09:26.336Z] ++ set -e [2019-10-10T23:09:26.336Z] ++ '[' -n 0 ']' [2019-10-10T23:09:26.336Z] ++ set -x [2019-10-10T23:09:26.336Z] ++ 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-10T23:09:26.336Z] INFO: Testing against a local daemon [2019-10-10T23:09:26.336Z] === RUN TestCommitInheritsEnv [2019-10-10T23:09:26.957Z] --- PASS: TestCommitInheritsEnv (0.44s) [2019-10-10T23:09:26.957Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-10T23:09:26.957Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-10T23:09:26.957Z] === RUN TestImagesFilterMultiReference [2019-10-10T23:09:26.957Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-10T23:09:26.957Z] === RUN TestImagePullPlatformInvalid [2019-10-10T23:09:26.957Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-10-10T23:09:26.957Z] === RUN TestRemoveImageOrphaning [2019-10-10T23:09:27.241Z] --- PASS: TestRemoveImageOrphaning (0.40s) [2019-10-10T23:09:27.241Z] === RUN TestRemoveImageGarbageCollector [2019-10-10T23:09:27.241Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-10T23:09:27.241Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:09:27.241Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-10T23:09:27.241Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-10-10T23:09:27.241Z] === RUN TestTagInvalidReference [2019-10-10T23:09:27.527Z] --- PASS: TestTagInvalidReference (0.04s) [2019-10-10T23:09:27.527Z] === RUN TestTagValidPrefixedRepo [2019-10-10T23:09:27.527Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-10T23:09:27.527Z] === RUN TestTagExistedNameWithoutForce [2019-10-10T23:09:27.527Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-10-10T23:09:27.527Z] === RUN TestTagOfficialNames [2019-10-10T23:09:27.527Z] --- PASS: TestTagOfficialNames (0.06s) [2019-10-10T23:09:27.527Z] === RUN TestTagMatchesDigest [2019-10-10T23:09:27.527Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-10T23:09:27.527Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-10T23:09:27.812Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-10T23:09:28.751Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-10T23:09:29.181Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-10T23:09:32.454Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-10T23:09:34.974Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-10T23:09:34.974Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-10T23:09:34.974Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-10T23:09:35.543Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-10T23:09:36.476Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-10-10T23:09:37.406Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-10T23:09:39.301Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-10T23:09:41.278Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-10T23:09:41.821Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-10T23:09:42.428Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-10T23:09:44.321Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-10T23:09:44.885Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-10-10T23:09:45.141Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-10-10T23:09:45.142Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-10T23:09:46.072Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-10-10T23:09:47.967Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-10T23:09:48.226Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-10T23:09:49.156Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-10T23:09:49.718Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-10T23:09:50.648Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-10-10T23:09:51.577Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-10T23:09:51.577Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-10T23:09:52.515Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-10T23:09:53.078Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-10T23:09:53.799Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-10T23:09:54.008Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-10T23:09:54.938Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-10T23:09:55.502Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-10T23:09:56.431Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-10T23:09:57.363Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-10T23:09:57.926Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-10T23:09:57.926Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-10T23:09:58.855Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-10T23:09:59.538Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-10T23:10:01.449Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-10T23:10:01.449Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-10T23:10:01.449Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-10T23:10:05.630Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-10T23:10:06.193Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-10T23:10:18.370Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-10-10T23:10:18.627Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-10T23:10:20.520Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-10-10T23:10:20.520Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-10-10T23:10:20.520Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-10T23:10:20.520Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-10T23:10:21.084Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-10T23:10:24.358Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-10T23:10:26.249Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-10T23:10:27.617Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-10T23:10:28.546Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-10T23:10:29.110Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-10T23:10:29.672Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-10T23:10:29.711Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-10T23:10:31.041Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-10T23:10:31.041Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-10T23:10:31.041Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-10T23:10:32.937Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-10T23:10:33.868Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-10T23:10:35.764Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-10T23:10:35.764Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-10T23:10:35.764Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-10T23:10:37.659Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-10T23:10:39.051Z] === RUN TestDockerSuite/TestRunMount [2019-10-10T23:10:42.253Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-10T23:10:45.598Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-10T23:10:46.528Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-10T23:10:47.092Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-10T23:10:48.986Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-10T23:10:51.505Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-10T23:10:54.781Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-10T23:10:57.302Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-10T23:10:59.822Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-10T23:11:00.130Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-10T23:11:01.194Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-10T23:11:03.087Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-10T23:11:03.087Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-10T23:11:04.017Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-10T23:11:04.948Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-10T23:11:05.880Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-10T23:11:06.443Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-10T23:11:08.966Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-10T23:11:11.580Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-10T23:11:16.832Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-10T23:11:16.832Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-10T23:11:17.089Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-10-10T23:11:18.019Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-10T23:11:18.019Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-10T23:11:18.947Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-10T23:11:19.877Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-10T23:11:19.877Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-10T23:11:20.807Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-10T23:11:21.370Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-10-10T23:11:21.370Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-10T23:11:22.301Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-10-10T23:11:23.231Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-10T23:11:25.124Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-10T23:11:26.053Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-10-10T23:11:26.983Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-10T23:11:27.546Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-10T23:11:28.110Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-10T23:11:29.039Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-10T23:11:29.970Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-10T23:11:29.970Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-10T23:11:30.534Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-10T23:11:31.464Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-10T23:11:31.464Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-10T23:11:32.393Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-10-10T23:11:33.762Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-10T23:11:33.762Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-10T23:11:37.034Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-10T23:11:38.929Z] === RUN TestDockerSuite/TestRunRm [2019-10-10T23:11:39.505Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-10T23:11:43.683Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-10T23:11:44.612Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-10T23:11:45.177Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-10-10T23:11:47.072Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-10-10T23:11:48.001Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-10-10T23:11:52.174Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-10-10T23:11:57.424Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-10-10T23:11:57.987Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-10-10T23:11:58.550Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-10-10T23:11:59.479Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-10-10T23:12:00.409Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-10-10T23:12:00.972Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-10-10T23:12:01.989Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-10-10T23:12:02.920Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-10T23:12:03.850Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-10T23:12:04.780Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-10T23:12:07.300Z] === RUN TestDockerSuite/TestRunState [2019-10-10T23:12:09.193Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-10T23:12:10.146Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-10T23:12:11.076Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-10T23:12:11.076Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-10-10T23:12:11.076Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-10T23:12:12.005Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-10T23:12:12.683Z] === RUN TestDockerSuite/TestRunSysctls [2019-10-10T23:12:14.052Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-10-10T23:12:14.616Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-10T23:12:14.616Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-10T23:12:14.616Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-10T23:12:15.546Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-10-10T23:12:18.819Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-10-10T23:12:19.383Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-10-10T23:12:19.640Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-10-10T23:12:21.535Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-10-10T23:12:26.640Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-10T23:12:26.790Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-10T23:12:27.631Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-10T23:12:28.102Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-10T23:12:28.102Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-10T23:12:28.575Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-10T23:12:29.311Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-10T23:12:30.151Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-10T23:12:30.152Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-10T23:12:30.152Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-10T23:12:30.242Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-10T23:12:30.498Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-10-10T23:12:31.061Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-10T23:12:31.144Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-10T23:12:31.625Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-10T23:12:34.150Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-10T23:12:35.522Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-10T23:12:36.453Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-10T23:12:36.710Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-10T23:12:36.967Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-10T23:12:37.034Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-10T23:12:37.902Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-10T23:12:38.486Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-10T23:12:39.259Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-10T23:12:39.855Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-10-10T23:12:39.855Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-10T23:12:39.855Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-10T23:12:39.855Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-10-10T23:12:40.788Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-10T23:12:42.683Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-10-10T23:12:45.149Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-10T23:12:45.149Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-10T23:12:45.149Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-10T23:12:45.149Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-10T23:12:45.620Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-10T23:12:45.620Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-10T23:12:45.957Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-10T23:12:46.520Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-10T23:12:47.891Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-10T23:12:48.454Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-10-10T23:12:49.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-10T23:12:49.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-10T23:12:49.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-10T23:12:49.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-10T23:12:50.347Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-10T23:12:50.422Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-10T23:12:51.718Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-10-10T23:12:51.718Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-10T23:12:54.990Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-10T23:12:56.316Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-10T23:12:56.882Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-10-10T23:12:56.882Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-10-10T23:12:57.139Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-10T23:12:58.069Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-10T23:12:58.634Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-10T23:13:00.003Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-10T23:13:00.003Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-10T23:13:00.003Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-10T23:13:00.003Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-10T23:13:00.003Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-10-10T23:13:00.933Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-10-10T23:13:02.302Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-10-10T23:13:02.867Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-10-10T23:13:03.797Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-10-10T23:13:04.730Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-10-10T23:13:04.999Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-10-10T23:13:05.573Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-10-10T23:13:05.831Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-10-10T23:13:06.764Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-10T23:13:06.764Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-10-10T23:13:07.696Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-10-10T23:13:07.696Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-10-10T23:13:07.952Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-10-10T23:13:07.953Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-10T23:13:07.953Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-10-10T23:13:08.209Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-10-10T23:13:08.465Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-10-10T23:13:08.465Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-10-10T23:13:08.465Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-10-10T23:13:08.722Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-10-10T23:13:08.979Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-10-10T23:13:09.910Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-10-10T23:13:10.841Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-10-10T23:13:11.405Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-10-10T23:13:11.405Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-10-10T23:13:12.335Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-10T23:13:12.592Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-10T23:13:13.522Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-10T23:13:13.522Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-10-10T23:13:14.084Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-10-10T23:13:15.014Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-10-10T23:13:15.014Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-10T23:13:15.014Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-10T23:13:15.945Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-10T23:13:17.316Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-10-10T23:13:17.595Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-10T23:13:17.595Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-10T23:13:17.595Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-10T23:13:17.595Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-10T23:13:17.595Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-10T23:13:17.595Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-10T23:13:17.595Z] === RUN TestDockerSuite/TestBuildFails [2019-10-10T23:13:18.066Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-10T23:13:18.247Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-10-10T23:13:18.247Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-10T23:13:18.537Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-10T23:13:18.811Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-10T23:13:19.068Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-10T23:13:20.437Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-10T23:13:21.367Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-10T23:13:23.888Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-10T23:13:24.819Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-10T23:13:24.819Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-10T23:13:24.819Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-10T23:13:25.749Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-10-10T23:13:27.119Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-10-10T23:13:28.489Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-10T23:13:28.489Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-10T23:13:29.062Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-10T23:13:30.394Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-10T23:13:30.394Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-10T23:13:30.957Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-10T23:13:33.478Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-10T23:13:33.478Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-10T23:13:34.848Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-10T23:13:34.848Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-10T23:13:34.848Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-10T23:13:35.145Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-10T23:13:36.742Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-10T23:13:38.110Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-10T23:13:38.673Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-10T23:13:38.673Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-10T23:13:38.930Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-10T23:13:38.930Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-10T23:13:39.493Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-10T23:13:42.014Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-10T23:13:43.866Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-10T23:13:48.555Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-10T23:13:49.923Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-10T23:13:51.057Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-10T23:13:51.292Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-10T23:13:52.050Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-10T23:13:52.660Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-10T23:13:55.931Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-10T23:13:58.452Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-10T23:13:59.016Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-10T23:13:59.252Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-10T23:13:59.252Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-10T23:13:59.724Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-10T23:14:00.196Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-10T23:14:00.196Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-10T23:14:00.919Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-10T23:14:02.288Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-10-10T23:14:03.657Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-10T23:14:06.181Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-10T23:14:10.356Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-10T23:14:10.655Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-10T23:14:10.655Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-10T23:14:14.530Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-10T23:14:17.050Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-10T23:14:23.201Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-10T23:14:23.201Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-10T23:14:23.593Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-10T23:14:25.432Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-10T23:14:25.906Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-10T23:14:26.112Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-10-10T23:14:26.380Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-10T23:14:26.853Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-10T23:14:28.005Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-10T23:14:28.572Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-10T23:14:29.502Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-10T23:14:30.434Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-10T23:14:30.434Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-10T23:14:31.363Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-10T23:14:31.634Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-10T23:14:32.626Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-10T23:14:33.618Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-10T23:14:34.611Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-10T23:14:35.088Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-10T23:14:35.098Z] --- PASS: TestImportExtremelyLargeImageWorks (301.91s) [2019-10-10T23:14:35.098Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-10T23:14:35.098Z] PASS [2019-10-10T23:14:35.098Z] [2019-10-10T23:14:35.098Z] === Skipped [2019-10-10T23:14:35.098Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-10T23:14:35.098Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:14:35.098Z] [2019-10-10T23:14:35.098Z] [2019-10-10T23:14:35.098Z] DONE 12 tests, 1 skipped in 303.308s [2019-10-10T23:14:35.098Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-10-10T23:14:35.098Z] ++ 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-10T23:14:35.098Z] ++ set -e [2019-10-10T23:14:35.098Z] ++ '[' -n 0 ']' [2019-10-10T23:14:35.098Z] ++ set -x [2019-10-10T23:14:35.098Z] ++ 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-10T23:14:35.098Z] INFO: Testing against a local daemon [2019-10-10T23:14:35.098Z] === RUN TestNetworkCreateDelete [2019-10-10T23:14:35.098Z] --- PASS: TestNetworkCreateDelete (0.21s) [2019-10-10T23:14:35.098Z] === RUN TestDockerNetworkDeletePreferID [2019-10-10T23:14:35.098Z] --- PASS: TestDockerNetworkDeletePreferID (0.59s) [2019-10-10T23:14:35.099Z] === RUN TestInspectNetwork [2019-10-10T23:14:35.099Z] === RUN TestInspectNetwork/full_network_id [2019-10-10T23:14:35.099Z] === RUN TestInspectNetwork/partial_network_id [2019-10-10T23:14:35.099Z] === RUN TestInspectNetwork/network_name [2019-10-10T23:14:35.099Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-10T23:14:35.550Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-10T23:14:36.086Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-10T23:14:37.664Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-10T23:14:39.494Z] --- PASS: TestInspectNetwork (8.73s) [2019-10-10T23:14:39.494Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-10T23:14:39.494Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-10T23:14:39.494Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-10T23:14:39.494Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-10T23:14:39.494Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-10T23:14:39.494Z] === RUN TestRunContainerWithBridgeNone [2019-10-10T23:14:39.729Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-10-10T23:14:39.986Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-10-10T23:14:40.915Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-10-10T23:14:40.915Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-10-10T23:14:41.845Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-10-10T23:14:42.186Z] --- PASS: TestRunContainerWithBridgeNone (2.66s) [2019-10-10T23:14:42.186Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-10T23:14:42.186Z] === RUN TestNetworkInvalidJSON [2019-10-10T23:14:42.186Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-10T23:14:42.186Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-10T23:14:42.186Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T23:14:42.186Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T23:14:42.186Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T23:14:42.186Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T23:14:42.186Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-10T23:14:42.186Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-10T23:14:42.186Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-10T23:14:42.186Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-10-10T23:14:42.186Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-10T23:14:42.186Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-10T23:14:42.186Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-10T23:14:42.186Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-10T23:14:42.808Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-10-10T23:14:42.808Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-10T23:14:42.808Z] === RUN TestDaemonDefaultNetworkPools [2019-10-10T23:14:43.562Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-10T23:14:43.562Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-10T23:14:43.562Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-10T23:14:43.739Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-10-10T23:14:43.739Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-10-10T23:14:43.827Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2019-10-10T23:14:43.827Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-10T23:14:43.827Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-10T23:14:44.033Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-10T23:14:44.033Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-10T23:14:44.033Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-10T23:14:44.033Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-10T23:14:44.847Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) [2019-10-10T23:14:44.847Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-10T23:14:44.847Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-10T23:14:45.029Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-10T23:14:45.502Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-10T23:14:45.633Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-10-10T23:14:46.198Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-10-10T23:14:46.359Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.42s) [2019-10-10T23:14:46.359Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-10T23:14:46.359Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-10T23:14:46.975Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-10-10T23:14:46.975Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-10T23:14:46.975Z] === RUN TestServiceWithPredefinedNetwork [2019-10-10T23:14:47.127Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-10-10T23:14:49.020Z] === RUN TestDockerSuite/TestUpdateStats [2019-10-10T23:14:49.668Z] --- PASS: TestServiceWithPredefinedNetwork (2.49s) [2019-10-10T23:14:49.668Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-10T23:14:49.668Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-10T23:14:49.668Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-10T23:14:49.668Z] service_test.go:230: FLAKY_TEST [2019-10-10T23:14:49.668Z] === RUN TestServiceWithDataPathPortInit [2019-10-10T23:14:51.396Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-10T23:14:54.270Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-10-10T23:14:54.833Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-10-10T23:14:54.833Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-10-10T23:14:54.833Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-10-10T23:14:56.202Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-10-10T23:14:57.573Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-10T23:15:03.005Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-10-10T23:15:04.921Z] --- PASS: TestServiceWithDataPathPortInit (14.81s) [2019-10-10T23:15:04.922Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-10T23:15:04.922Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-10T23:15:04.922Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-10T23:15:06.279Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-10-10T23:15:08.809Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-10-10T23:15:09.065Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-10-10T23:15:09.262Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-10T23:15:09.262Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-10T23:15:10.835Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-10T23:15:11.761Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.34s) [2019-10-10T23:15:11.761Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-10T23:15:11.761Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:tq5uhv5vh7i9ob8mmn64rvf19 Created:2019-10-10 23:15:05.376438183 +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[d5e31439774edf63106e372403d79299fa83a86ea8bcf7596bbbfa5b48cee9b1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8hb6w1z9vq628xjp1w6q2g80f EndpointID:66c065d6426d7142772ec63ca08ffed48e3997eaf7967832d7ba4dbb41ecd776 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:40f8f7022bac64a6b271e74167a0b0473cc9d9c2cd9f70d0d530c6f3961bf142 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:941a46247641 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8hb6w1z9vq628xjp1w6q2g80f EndpointID:66c065d6426d7142772ec63ca08ffed48e3997eaf7967832d7ba4dbb41ecd776 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-10T23:15:11.761Z] PASS [2019-10-10T23:15:11.761Z] [2019-10-10T23:15:11.761Z] === Skipped [2019-10-10T23:15:11.761Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-10T23:15:11.761Z] service_test.go:230: FLAKY_TEST [2019-10-10T23:15:11.761Z] [2019-10-10T23:15:11.761Z] [2019-10-10T23:15:11.761Z] DONE 21 tests, 1 skipped in 42.049s [2019-10-10T23:15:11.761Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-10T23:15:11.761Z] ++ 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-10T23:15:11.761Z] ++ set -e [2019-10-10T23:15:11.761Z] ++ '[' -n 0 ']' [2019-10-10T23:15:11.761Z] ++ set -x [2019-10-10T23:15:11.761Z] ++ 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-10T23:15:11.761Z] INFO: Testing against a local daemon [2019-10-10T23:15:11.761Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-10T23:15:12.339Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-10T23:15:13.249Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.50s) [2019-10-10T23:15:13.249Z] ipvlan_test.go:28: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance" [2019-10-10T23:15:13.249Z] === RUN TestDockerNetworkIpvlan [2019-10-10T23:15:14.275Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-10-10T23:15:14.861Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-10-10T23:15:15.294Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-10-10T23:15:16.304Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-10-10T23:15:17.382Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-10T23:15:18.998Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-10-10T23:15:22.466Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-10-10T23:15:22.635Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-10-10T23:15:25.155Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-10-10T23:15:25.180Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-10-10T23:15:27.676Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-10-10T23:15:28.643Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-10-10T23:15:29.044Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-10-10T23:15:30.412Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-10-10T23:15:32.933Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-10-10T23:15:34.168Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-10-10T23:15:35.454Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-10-10T23:15:37.976Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-10-10T23:15:38.570Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-10-10T23:15:40.522Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-10-10T23:15:41.338Z] --- PASS: TestDockerNetworkIpvlan (27.59s) [2019-10-10T23:15:41.338Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T23:15:41.338Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.12s) [2019-10-10T23:15:41.338Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T23:15:41.339Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.07s) [2019-10-10T23:15:41.339Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T23:15:41.339Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.23s) [2019-10-10T23:15:41.339Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T23:15:41.339Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.22s) [2019-10-10T23:15:41.339Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T23:15:41.339Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.45s) [2019-10-10T23:15:41.339Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T23:15:41.339Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.20s) [2019-10-10T23:15:41.339Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T23:15:41.339Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.32s) [2019-10-10T23:15:41.339Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T23:15:41.339Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.43s) [2019-10-10T23:15:41.339Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-10T23:15:41.339Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.93s) [2019-10-10T23:15:41.339Z] PASS [2019-10-10T23:15:41.339Z] [2019-10-10T23:15:41.339Z] DONE 11 tests in 29.190s [2019-10-10T23:15:41.339Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-10T23:15:41.339Z] ++ 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-10T23:15:41.339Z] ++ set -e [2019-10-10T23:15:41.339Z] ++ '[' -n 0 ']' [2019-10-10T23:15:41.339Z] ++ set -x [2019-10-10T23:15:41.339Z] ++ 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-10T23:15:41.339Z] INFO: Testing against a local daemon [2019-10-10T23:15:41.339Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-10T23:15:42.355Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.50s) [2019-10-10T23:15:42.355Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-10T23:15:42.355Z] === RUN TestDockerNetworkMacvlan [2019-10-10T23:15:42.419Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-10T23:15:43.371Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-10T23:15:44.408Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-10T23:15:45.422Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-10T23:15:48.328Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-10T23:15:51.801Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-10T23:15:53.619Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-10T23:15:57.340Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-10T23:15:57.959Z] --- PASS: TestDockerNetworkMacvlan (15.49s) [2019-10-10T23:15:57.959Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T23:15:57.959Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-10-10T23:15:57.959Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T23:15:57.959Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2019-10-10T23:15:57.959Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T23:15:57.959Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.21s) [2019-10-10T23:15:57.959Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T23:15:57.959Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.27s) [2019-10-10T23:15:57.959Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T23:15:57.959Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.39s) [2019-10-10T23:15:57.959Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-10T23:15:57.959Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.97s) [2019-10-10T23:15:57.959Z] PASS [2019-10-10T23:15:57.959Z] [2019-10-10T23:15:57.959Z] DONE 8 tests in 17.091s [2019-10-10T23:15:57.959Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-10T23:15:57.959Z] ++ 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-10T23:15:57.959Z] ++ set -e [2019-10-10T23:15:57.959Z] ++ '[' -n 0 ']' [2019-10-10T23:15:57.959Z] ++ set -x [2019-10-10T23:15:57.959Z] ++ 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-10T23:15:57.959Z] testing: warning: no tests to run [2019-10-10T23:15:57.959Z] PASS [2019-10-10T23:15:57.959Z] [2019-10-10T23:15:57.959Z] DONE 0 tests in 0.015s [2019-10-10T23:15:57.959Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-10T23:15:57.959Z] ++ 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-10T23:15:57.959Z] ++ set -e [2019-10-10T23:15:57.959Z] ++ '[' -n 0 ']' [2019-10-10T23:15:57.959Z] ++ set -x [2019-10-10T23:15:57.959Z] ++ 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-10T23:15:58.244Z] INFO: Testing against a local daemon [2019-10-10T23:15:58.244Z] === RUN TestAuthZPluginAllowRequest [2019-10-10T23:15:59.726Z] --- PASS: TestAuthZPluginAllowRequest (1.67s) [2019-10-10T23:15:59.726Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-10T23:15:59.726Z] === RUN TestAuthZPluginTLS [2019-10-10T23:16:00.347Z] --- PASS: TestAuthZPluginTLS (0.60s) [2019-10-10T23:16:00.347Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-10T23:16:00.347Z] === RUN TestAuthZPluginDenyRequest [2019-10-10T23:16:00.479Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-10T23:16:00.479Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-10T23:16:00.479Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-10T23:16:00.479Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-10T23:16:00.479Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-10T23:16:00.479Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-10T23:16:00.479Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-10T23:16:00.479Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-10T23:16:00.479Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-10T23:16:00.736Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-10T23:16:00.736Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-10T23:16:00.736Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-10T23:16:00.736Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-10T23:16:00.736Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-10T23:16:00.968Z] --- PASS: TestAuthZPluginDenyRequest (0.58s) [2019-10-10T23:16:00.968Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-10T23:16:00.968Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-10T23:16:01.590Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-10-10T23:16:01.590Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-10T23:16:01.590Z] === RUN TestAuthZPluginDenyResponse [2019-10-10T23:16:02.211Z] --- PASS: TestAuthZPluginDenyResponse (0.59s) [2019-10-10T23:16:02.211Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-10T23:16:02.211Z] === RUN TestAuthZPluginAllowEventStream [2019-10-10T23:16:03.255Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-10T23:16:03.255Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-10T23:16:03.512Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-10T23:16:03.512Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-10T23:16:03.512Z] === RUN TestDockerSuite/TestVolumeEvents [2019-10-10T23:16:03.710Z] --- PASS: TestAuthZPluginAllowEventStream (1.69s) [2019-10-10T23:16:03.711Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-10T23:16:03.711Z] === RUN TestAuthZPluginErrorResponse [2019-10-10T23:16:04.331Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2019-10-10T23:16:04.331Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-10T23:16:04.331Z] === RUN TestAuthZPluginErrorRequest [2019-10-10T23:16:04.442Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-10T23:16:04.951Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2019-10-10T23:16:04.951Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-10T23:16:04.951Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-10T23:16:05.569Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2019-10-10T23:16:05.569Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-10T23:16:05.569Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-10T23:16:06.964Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-10T23:16:06.964Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-10T23:16:07.220Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-10T23:16:07.600Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.12s) [2019-10-10T23:16:07.600Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-10T23:16:07.600Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-10T23:16:08.602Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-10T23:16:09.628Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.08s) [2019-10-10T23:16:09.628Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-10T23:16:09.628Z] === RUN TestAuthZPluginHeader [2019-10-10T23:16:10.495Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-10T23:16:10.655Z] --- PASS: TestAuthZPluginHeader (0.95s) [2019-10-10T23:16:10.655Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-10T23:16:10.655Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-10T23:16:10.655Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-10T23:16:10.655Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:16:10.655Z] === RUN TestAuthZPluginV2Disable [2019-10-10T23:16:10.655Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-10T23:16:10.655Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:16:10.655Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-10T23:16:10.655Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-10T23:16:10.655Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:16:10.655Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-10T23:16:10.655Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-10T23:16:10.655Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:16:10.655Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-10T23:16:14.670Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite (1800.81s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.04s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.88s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.54s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.05s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.76s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.27s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.02s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.41s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.44s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.81s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.40s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.52s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.79s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.70s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.63s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.75s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.30s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.38s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.14s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.33s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.50s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAttachDetach (1.63s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.78s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.24s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.41s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.61s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.05s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (3.60s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (2.04s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (2.44s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (2.70s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.72s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.70s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.69s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.57s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.78s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.54s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.41s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.93s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.64s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.51s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.13s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.90s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.09s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.39s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.89s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.79s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.06s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.23s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.66s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.18s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.91s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.87s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.52s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.72s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddTar (10.74s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.87s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.44s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.31s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.65s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.49s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.51s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.28s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.77s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.02s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.03s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.99s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.72s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.96s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.91s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.26s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.59s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.42s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.34s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.77s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.40s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.43s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.53s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.83s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.75s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.74s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.36s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.71s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.06s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.12s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.51s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.91s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.56s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCmd (0.30s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.35s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.33s) [2019-10-10T23:16:14.670Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-10-10T23:16:14.670Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.55s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.52s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.41s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildContChar (4.14s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.40s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.56s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.45s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.78s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.44s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.58s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.13s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.66s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.05s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.09s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.90s) [2019-10-10T23:16:14.670Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2019-10-10T23:16:14.670Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.670Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.04s) [2019-10-10T23:16:14.670Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.670Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-10-10T23:16:14.670Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.670Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-10-10T23:16:14.670Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.22s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (7.36s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.12s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.58s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.30s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.79s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.85s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.75s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.85s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.84s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.64s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.73s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.63s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.24s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.76s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.99s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.41s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.21s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.51s) [2019-10-10T23:16:14.670Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.97s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.69s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (7.35s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.05s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.72s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.78s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.69s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.44s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.48s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.85s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.34s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.35s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.62s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.64s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.46s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEnv (1.93s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.40s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.39s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.41s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.19s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.76s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.04s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.76s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.48s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.45s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.47s) [2019-10-10T23:16:14.671Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-10T23:16:14.671Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.45s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.75s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildExpose (0.35s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.72s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.47s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.35s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildFails (0.97s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.56s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.48s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.77s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.60s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.37s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.01s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.08s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.87s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.39s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.25s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.14s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.39s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildHistory (4.55s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.45s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.30s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.54s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.54s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.06s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLabel (0.52s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.42s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.46s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.54s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLabels (0.47s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.09s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.19s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLastModified (8.01s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.00s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.28s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.35s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.58s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.09s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.40s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.74s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (11.11s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.07s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.23s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.57s) [2019-10-10T23:16:14.671Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-10T23:16:14.671Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (6.70s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (1.06s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (3.41s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.56s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildNetContainer (3.07s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.94s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.14s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.00s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.88s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.37s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.68s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.37s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.75s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.54s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.70s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.14s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.60s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (3.03s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.32s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.59s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.54s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.75s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildPATH (2.58s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.91s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.11s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.56s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.84s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.07s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildRm (3.27s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.13s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.23s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.47s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.68s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.30s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.24s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.12s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.07s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.13s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.34s) [2019-10-10T23:16:14.671Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-10T23:16:14.671Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.59s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.16s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.15s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildStderr (1.11s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.12s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.46s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.36s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.54s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.93s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.47s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildUser (1.95s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.03s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (17.34s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.05s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.42s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.99s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.06s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.65s) [2019-10-10T23:16:14.671Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-10T23:16:14.671Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.671Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-10T23:16:14.671Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.671Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-10T23:16:14.671Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.671Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-10T23:16:14.671Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.07s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.01s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.62s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.11s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.10s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.76s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.26s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.64s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.86s) [2019-10-10T23:16:14.671Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-10T23:16:14.671Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.98s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.30s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2019-10-10T23:16:14.671Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-10T23:16:14.671Z] docker_cli_sni_test.go:18: Flakey test [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.04s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.43s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestCommitChange (1.70s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.04s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.83s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.00s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.11s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestCommitTTY (1.77s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.29s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.83s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.20s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.12s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.88s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.83s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.83s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.94s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.87s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.94s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.82s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.78s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.14s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.83s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.85s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.81s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.92s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.89s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.85s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.77s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.88s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.10s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.90s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.87s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.85s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.81s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.62s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.54s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.85s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.63s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.77s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.95s) [2019-10-10T23:16:14.671Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.91s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.82s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.21s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.75s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.54s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.01s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.35s) [2019-10-10T23:16:14.671Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.58s) [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 0 - config: {volume /foo false } [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 1 - config: {volume /foo/ false } [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 /foo false } [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 /foo true } [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 /foo false 0xc00097e0c0 } [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 5 - config: {bind /tmp/test-mounts-api-1179647208 /foo false } [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 6 - config: {bind /tmp/test-mounts-api-1179647208 /foo true } [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 7 - config: {bind /tmp/test-mounts-api-3443752231 /foo false } [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 8 - config: {bind /tmp/test-mounts-api-3443752231 /foo true } [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 9 - config: {bind /tmp/test-mounts-api-3443752231 /foo true 0xc00097e580 } [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 10 - config: {volume /foo false 0xc00097e5a0 } [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 11 - config: {volume /foo/ false 0xc00097e5c0 } [2019-10-10T23:16:14.671Z] docker_api_containers_test.go:2100: case 12 - config: {volume test4 /foo false 0xc00097e5e0 } [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:2100: case 13 - config: {volume test5 /foo true 0xc00097e600 } [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.54s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.45s) [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 0 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 1 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 2 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 3 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 4 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 5 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 6 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 7 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 8 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 9 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 10 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 11 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 12 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 13 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 14 [2019-10-10T23:16:14.672Z] docker_api_containers_test.go:1927: case 15 [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.11s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.52s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.04s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.61s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.17s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.94s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.95s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.93s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership846505360/file1 31b99250ef80a7f83dc538f28cdabbeb5709b5fb9d017325d126684c984ffce8:/tmpvol/file1` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.16s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 7e8bd0800787ba067ad20d63b419ba57c60f54dc2dadc67cf557e7050819a313:/root/file1 /tmp/test-cp-from-case-a110830511/itWorks.txt` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a110830511/itWorks.txt" contains "file1\n" [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.97s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp b9be303cbc40760fc602d95a206c2aa26a49a5ac6d5343170ae3eb42d14f4a4f:/file1 /tmp/test-cp-from-case-b648495938/testDir/` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.95s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c764469177/file2" contains "file2\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 11181447d43deb01103e316f492f80810bce8726026e67a8cc18753d45b2fc06:/root/file1 /tmp/test-cp-from-case-c764469177/file2` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c764469177/file2" contains "file1\n" [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.98s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 502c75a526c25cd380778bbccc7e0ee4b57cd548251372b02bc53881669d4bf6:/file1 /tmp/test-cp-from-case-d354530244/dir1` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d354530244/dir1/file1" contains "file1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 502c75a526c25cd380778bbccc7e0ee4b57cd548251372b02bc53881669d4bf6:/file1 /tmp/test-cp-from-case-d354530244/dir1/` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d354530244/dir1/file1" contains "file1\n" [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.06s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp cd0128eaa737f1fef1bbd045ef5f3e5dbed159e009622f21866c7c6f19b3eecc:dir1 /tmp/test-cp-from-case-e630829139/testDir` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e630829139/testDir/file1-1" contains "file1-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp cd0128eaa737f1fef1bbd045ef5f3e5dbed159e009622f21866c7c6f19b3eecc:dir1 /tmp/test-cp-from-case-e630829139/testDir/` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e630829139/testDir/file1-1" contains "file1-1\n" [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.95s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp e33debb10d96348526bb34339573a98124e40e390df0d9950e97621cdd6e69fd:/root/dir1 /tmp/test-cp-from-case-f576939414/file1` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.11s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 636b88081ea3749dab6cefcc53c7fd93752c4304e487c16d72e5026f6f783abc:/root/dir1 /tmp/test-cp-from-case-g548444669/dir2` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g548444669/dir2/dir1/file1-1" contains "file1-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 636b88081ea3749dab6cefcc53c7fd93752c4304e487c16d72e5026f6f783abc:/root/dir1 /tmp/test-cp-from-case-g548444669/dir2/` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g548444669/dir2/dir1/file1-1" contains "file1-1\n" [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.06s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 4f4387abfeca704d718279fd9696db9b2ee25954fe51bdd8bda6ace877f99b87:dir1/. /tmp/test-cp-from-case-h117339960/testDir` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h117339960/testDir/file1-1" contains "file1-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 4f4387abfeca704d718279fd9696db9b2ee25954fe51bdd8bda6ace877f99b87:dir1/. /tmp/test-cp-from-case-h117339960/testDir/` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h117339960/testDir/file1-1" contains "file1-1\n" [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.90s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp e5e2302bae4764a87a33106d93dad1e1518d8fb2c0b1daa82d78056c9d2baa6c:/root/dir1/. /tmp/test-cp-from-case-i881572151/file1` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.07s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp b3c7fd39a5714e7f5e332e4d4a4e725b108923ad8d2b76415310f1dda19ff96a:/root/dir1/. /tmp/test-cp-from-case-j055567146/dir2` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j055567146/dir2/file1-1" contains "file1-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp b3c7fd39a5714e7f5e332e4d4a4e725b108923ad8d2b76415310f1dda19ff96a:/root/dir1/. /tmp/test-cp-from-case-j055567146/dir2/` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j055567146/dir2/file1-1" contains "file1-1\n" [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.50s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 13bc8031f97b44a7815d73379e5c3e988086bc5640a4be04536dd4131214328d:/file2 /tmp/test-cp-from-err-dst-not-dir544948353/symlinkToFile1` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir544948353/symlinkToFile1" points to "file1" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir544948353/file1" contains "file2\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 13bc8031f97b44a7815d73379e5c3e988086bc5640a4be04536dd4131214328d:/file2 /tmp/test-cp-from-err-dst-not-dir544948353/symlinkToDir1` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir544948353/symlinkToDir1" points to "dir1" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir544948353/file2" contains "file2\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 13bc8031f97b44a7815d73379e5c3e988086bc5640a4be04536dd4131214328d:/file2 /tmp/test-cp-from-err-dst-not-dir544948353/brokenSymlinkToFileX` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir544948353/brokenSymlinkToFileX" points to "fileX" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir544948353/fileX" contains "file2\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 13bc8031f97b44a7815d73379e5c3e988086bc5640a4be04536dd4131214328d:/dir2 /tmp/test-cp-from-err-dst-not-dir544948353/symlinkToDir1` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir544948353/symlinkToDir1" points to "dir1" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir544948353/dir1/dir2/file2-1" contains "file2-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp 13bc8031f97b44a7815d73379e5c3e988086bc5640a4be04536dd4131214328d:/dir2 /tmp/test-cp-from-err-dst-not-dir544948353/brokenSymlinkToDirX` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir544948353/brokenSymlinkToDirX" points to "dirX" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir544948353/dirX/file2-1" contains "file2-1\n" [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.17s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.02s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpNameHasColon (1.10s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.94s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.18s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.90s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.25s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.85s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a120251977/file1 db280512216fbe1f224ec7c05dc377a328f72045140a7b8e181372f156408dc0:/root/itWorks.txt` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "db280512216fbe1f224ec7c05dc377a328f72045140a7b8e181372f156408dc0" start output contains "file1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a db280512216fbe1f224ec7c05dc377a328f72045140a7b8e181372f156408dc0` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.86s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b614557972/file1 34b55f1dfcdd17f9c7b0946344499788c716efe00ff56f8f818c13938a537f9f:testDir/` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.57s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "30eb31cf81197ace89103863be36d730578dd44099b0bb6a992791f2eb9b5699" start output contains "file2\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 30eb31cf81197ace89103863be36d730578dd44099b0bb6a992791f2eb9b5699` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c250491235/file1 30eb31cf81197ace89103863be36d730578dd44099b0bb6a992791f2eb9b5699:/root/file2` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "30eb31cf81197ace89103863be36d730578dd44099b0bb6a992791f2eb9b5699" start output contains "file1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 30eb31cf81197ace89103863be36d730578dd44099b0bb6a992791f2eb9b5699` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.06s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "e7320d1785d533e3cd66148fd6ab25269f0cba7d90518651127e5b841bedd439" start output contains "" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a e7320d1785d533e3cd66148fd6ab25269f0cba7d90518651127e5b841bedd439` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d475715430/file1 e7320d1785d533e3cd66148fd6ab25269f0cba7d90518651127e5b841bedd439:dir1` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "e7320d1785d533e3cd66148fd6ab25269f0cba7d90518651127e5b841bedd439" start output contains "file1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a e7320d1785d533e3cd66148fd6ab25269f0cba7d90518651127e5b841bedd439` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "ade351aebd44c8464f4b2b75ce7eb88209a185170f501e3f28083c4628253f35" start output contains "" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a ade351aebd44c8464f4b2b75ce7eb88209a185170f501e3f28083c4628253f35` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d475715430/file1 ade351aebd44c8464f4b2b75ce7eb88209a185170f501e3f28083c4628253f35:dir1/` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "ade351aebd44c8464f4b2b75ce7eb88209a185170f501e3f28083c4628253f35" start output contains "file1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a ade351aebd44c8464f4b2b75ce7eb88209a185170f501e3f28083c4628253f35` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.45s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e263499149/dir1 919c20b8920b4ff98091c4c66185c3b5b511b8c0e4edcec736fa484e45b15951:testDir` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "919c20b8920b4ff98091c4c66185c3b5b511b8c0e4edcec736fa484e45b15951" start output contains "file1-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 919c20b8920b4ff98091c4c66185c3b5b511b8c0e4edcec736fa484e45b15951` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e263499149/dir1 05201c2fbd7f3e22a383afbd0d6c0e59f68d5ca00dcd89b7b96d535db09c02f0:testDir/` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "05201c2fbd7f3e22a383afbd0d6c0e59f68d5ca00dcd89b7b96d535db09c02f0" start output contains "file1-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 05201c2fbd7f3e22a383afbd0d6c0e59f68d5ca00dcd89b7b96d535db09c02f0` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.85s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f083160456/dir1 879eeb24cba99f7e0cb471e05d5e6f4950a9a232a63e6a6924f1666e4a3cd620:/root/file1` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.29s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "31cf2273b71f635f92c5470c3eed629ed02d727a33b451823cb7355e3bd2d145" start output contains "" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 31cf2273b71f635f92c5470c3eed629ed02d727a33b451823cb7355e3bd2d145` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g005445447/dir1 31cf2273b71f635f92c5470c3eed629ed02d727a33b451823cb7355e3bd2d145:/root/dir2` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "31cf2273b71f635f92c5470c3eed629ed02d727a33b451823cb7355e3bd2d145" start output contains "file1-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 31cf2273b71f635f92c5470c3eed629ed02d727a33b451823cb7355e3bd2d145` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "04b872e1041ec1cec42c20cc40927bcac788c5b5d4782b0533cdaeafebd1274c" start output contains "" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 04b872e1041ec1cec42c20cc40927bcac788c5b5d4782b0533cdaeafebd1274c` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g005445447/dir1 04b872e1041ec1cec42c20cc40927bcac788c5b5d4782b0533cdaeafebd1274c:/dir2/` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "04b872e1041ec1cec42c20cc40927bcac788c5b5d4782b0533cdaeafebd1274c" start output contains "file1-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 04b872e1041ec1cec42c20cc40927bcac788c5b5d4782b0533cdaeafebd1274c` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.51s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h924111866/dir1/. de657baa2392d52bb01032932040341fab5b33075b6a140a5108c74e421090b3:testDir` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "de657baa2392d52bb01032932040341fab5b33075b6a140a5108c74e421090b3" start output contains "file1-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a de657baa2392d52bb01032932040341fab5b33075b6a140a5108c74e421090b3` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h924111866/dir1/. 84bb9a33a0bc12dd41fb6cceb81d29c2a13390c8597b17f773680912ab469253:testDir/` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "84bb9a33a0bc12dd41fb6cceb81d29c2a13390c8597b17f773680912ab469253" start output contains "file1-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 84bb9a33a0bc12dd41fb6cceb81d29c2a13390c8597b17f773680912ab469253` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.91s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i348868369/dir1/. 97c5a3a1a23f9b1cbbc124b09928973cf2b730af8d66463e9a46ae3787bfc0ab:/root/file1` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.87s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "3c84d9394a4bdf73a14f7a955cfc37bdde3fe5f5db3d47a7ac55a2d7d3fe5484" start output contains "" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 3c84d9394a4bdf73a14f7a955cfc37bdde3fe5f5db3d47a7ac55a2d7d3fe5484` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j917058876/dir1/. 3c84d9394a4bdf73a14f7a955cfc37bdde3fe5f5db3d47a7ac55a2d7d3fe5484:/dir2` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "3c84d9394a4bdf73a14f7a955cfc37bdde3fe5f5db3d47a7ac55a2d7d3fe5484" start output contains "file1-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 3c84d9394a4bdf73a14f7a955cfc37bdde3fe5f5db3d47a7ac55a2d7d3fe5484` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "40a0879e68ef08ab56fb6e79d16a70d541f378b9aa6024cee1d84a0cd204c983" start output contains "" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 40a0879e68ef08ab56fb6e79d16a70d541f378b9aa6024cee1d84a0cd204c983` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j917058876/dir1/. 40a0879e68ef08ab56fb6e79d16a70d541f378b9aa6024cee1d84a0cd204c983:/dir2/` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "40a0879e68ef08ab56fb6e79d16a70d541f378b9aa6024cee1d84a0cd204c983" start output contains "file1-1\n" [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a 40a0879e68ef08ab56fb6e79d16a70d541f378b9aa6024cee1d84a0cd204c983` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.03s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions242274667/permdirtest permtest:/` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToDot (0.92s) [2019-10-10T23:16:14.672Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.67s) [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs346324693/file1 afcf2204e321e8efd1c8eb8beb3c1975518418ec00c8bd1674bce69fcb5a9204:/root/shouldNotExist` [2019-10-10T23:16:14.672Z] docker_cli_cp_utils_test.go:279: checking that container "afcf2204e321e8efd1c8eb8beb3c1975518418ec00c8bd1674bce69fcb5a9204" start output contains "" [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:209: running `docker start -a afcf2204e321e8efd1c8eb8beb3c1975518418ec00c8bd1674bce69fcb5a9204` [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.79s) [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume116552752/file1 7ac9fb3a80dd29767b4a768f2eafc48cd0601b7617a5936e31a12970dcd0516f:/vol_ro/shouldNotExist` [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:279: checking that container "7ac9fb3a80dd29767b4a768f2eafc48cd0601b7617a5936e31a12970dcd0516f" start output contains "" [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:209: running `docker start -a 7ac9fb3a80dd29767b4a768f2eafc48cd0601b7617a5936e31a12970dcd0516f` [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCpToStdout (0.93s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.40s) [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-684700623/file2 c6dc57af25ea32d05dc1c5c0573183f8a53bc1dc2bfd43bc6863d6051485f57d:/vol2/symlinkToFile1` [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-684700623/symlinkToFile1" points to "file1" [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-684700623/file1" contains "file2\n" [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-684700623/file2 c6dc57af25ea32d05dc1c5c0573183f8a53bc1dc2bfd43bc6863d6051485f57d:/vol2/symlinkToDir1` [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-684700623/symlinkToDir1" points to "dir1" [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-684700623/file2" contains "file2\n" [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-684700623/file2 c6dc57af25ea32d05dc1c5c0573183f8a53bc1dc2bfd43bc6863d6051485f57d:/vol2/brokenSymlinkToFileX` [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-684700623/brokenSymlinkToFileX" points to "fileX" [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-684700623/fileX" contains "file2\n" [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-684700623//dir2 c6dc57af25ea32d05dc1c5c0573183f8a53bc1dc2bfd43bc6863d6051485f57d:/vol2/symlinkToDir1` [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-684700623/symlinkToDir1" points to "dir1" [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-684700623/dir1/dir2/file2-1" contains "file2-1\n" [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-684700623//dir2 c6dc57af25ea32d05dc1c5c0573183f8a53bc1dc2bfd43bc6863d6051485f57d:/vol2/brokenSymlinkToDirX` [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-684700623/brokenSymlinkToDirX" points to "dirX" [2019-10-10T23:16:14.673Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-684700623/dirX/file2-1" contains "file2-1\n" [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.52s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.99s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.79s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateArgs (0.11s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.54s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.83s) [2019-10-10T23:16:14.673Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-10T23:16:14.673Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.11s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.82s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.41s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.15s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateRM (0.17s) [2019-10-10T23:16:14.673Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-10T23:16:14.673Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.18s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.72s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.11s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.55s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.19s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.96s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.63s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.92s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.90s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.65s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.85s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.76s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.11s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.85s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.33s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.86s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.50s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.13s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.61s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.94s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.73s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.18s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.27s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsAttach (0.90s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsCommit (1.01s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.92s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.90s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.88s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.96s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (2.14s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.34s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.45s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsCopy (1.27s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.60s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.79s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.33s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.64s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.63s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.16s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.53s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.39s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFilters (1.68s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFormat (1.79s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.03s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.04s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.47s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.35s) [2019-10-10T23:16:14.673Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-10T23:16:14.673Z] docker_cli_events_unix_test.go:51: unmatched requirement swapMemorySupport [2019-10-10T23:16:14.673Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.01s) [2019-10-10T23:16:14.673Z] docker_cli_events_unix_test.go:81: unmatched requirement swapMemorySupport [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.50s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (1.10s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsRename (0.84s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsResize (0.76s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.82s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.96s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.81s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.10s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsTop (0.88s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.42s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExec (0.92s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.84s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.81s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.87s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.73s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.89s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.89s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.90s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.90s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.93s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.91s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.96s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecCgroup (1.50s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecEnv (0.96s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.85s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.07s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecInspectID (2.92s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecInteractive (0.94s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.95s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.91s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecParseError (0.88s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.96s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (1.02s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.11s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.93s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecStartFails (0.93s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.16s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (2.04s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecTTY (0.92s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.00s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.84s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecUlimits (0.92s) [2019-10-10T23:16:14.673Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-10T23:16:14.673Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.25s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.98s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.31s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.94s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestExecWithUser (1.19s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.92s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.92s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.37s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.84s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.82s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestHealth (22.77s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.99s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.91s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.36s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.32s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.63s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.04s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.00s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.07s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.88s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.84s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesFormat (0.10s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.87s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.84s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImportDisplay (1.67s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImportFile (2.05s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.84s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImportGzipped (1.83s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.97s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInfoDebug (0.55s) [2019-10-10T23:16:14.673Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug" [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2019-10-10T23:16:14.673Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName" [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.53s) [2019-10-10T23:16:14.673Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend" [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-10-10T23:16:14.673Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise" [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.92s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.84s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.89s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInfoFormat (0.04s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.53s) [2019-10-10T23:16:14.673Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries" [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.88s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.91s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.00s) [2019-10-10T23:16:14.673Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.73s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.85s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.82s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.68s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.82s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.87s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.87s) [2019-10-10T23:16:14.674Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-10T23:16:14.674Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.25s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.88s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectDefault (0.79s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectHistory (0.92s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2019-10-10T23:16:14.674Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-10T23:16:14.674Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.79s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.91s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.89s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.25s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.79s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.89s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectStatus (1.11s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.70s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.85s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.04s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.90s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.79s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.85s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.87s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.60s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.82s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.91s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.51s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.99s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (3.02s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.88s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.84s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.47s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.05s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.38s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.53s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.24s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.94s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.75s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.39s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.90s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.81s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.80s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.78s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.83s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.82s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.16s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.11s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.10s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.27s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.06s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.23s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.84s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.82s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsSince (6.88s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.88s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.85s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsTail (0.88s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.85s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.87s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.51s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.79s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestNetHostname (2.61s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.41s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.39s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.59s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.92s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPluginActive (1.86s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.15s) [2019-10-10T23:16:14.674Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-10T23:16:14.674Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.70s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.63s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.77s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.25s) [2019-10-10T23:16:14.674Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector" [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.86s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.40s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.61s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.52s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPortList (11.53s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.83s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.32s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.08s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.85s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.98s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.93s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.15s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.74s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.19s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.62s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.33s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsByOrder (3.28s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.22s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.72s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.13s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.14s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.09s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.25s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.69s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.44s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.64s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.54s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.78s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.47s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.63s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.20s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.97s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.92s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.76s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.87s) [2019-10-10T23:16:14.674Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-10T23:16:14.674Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.43s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.15s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.10s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.10s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.72s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.50s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.86s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.24s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.46s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.60s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.11s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.11s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.30s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.89s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.70s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.87s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (2.04s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.12s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.08s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.33s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.83s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.01s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.00s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.01s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.83s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.87s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.96s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.04s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.43s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.81s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAddHost (0.86s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.37s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.86s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.80s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.88s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.85s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.87s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.88s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.58s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.57s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.96s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.95s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.93s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.88s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.97s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.25s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.19s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.81s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.89s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.80s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.42s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.80s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.82s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.80s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.88s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.83s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.88s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.91s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.82s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.85s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.83s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.24s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.87s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.86s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.80s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.82s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.66s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.74s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.53s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.79s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.83s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.82s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.80s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.94s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (2.03s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.93s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.81s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.37s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.79s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.65s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.62s) [2019-10-10T23:16:14.674Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-10T23:16:14.674Z] docker_cli_run_test.go:4142: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.674Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-10T23:16:14.674Z] docker_cli_run_test.go:4161: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.82s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.03s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.75s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.44s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.83s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.93s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.90s) [2019-10-10T23:16:14.674Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-10T23:16:14.674Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.84s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.99s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.06s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.88s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.80s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.81s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.80s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.82s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.90s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.79s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.80s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunExitCode (0.79s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.79s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.78s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.84s) [2019-10-10T23:16:14.674Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.81s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.80s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.57s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.36s) [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-10T23:16:14.675Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.66s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.82s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.55s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.11s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.57s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.78s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.22s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.59s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.62s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.86s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.66s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.68s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.17s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.25s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.54s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.30s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.59s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.23s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.65s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.70s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunMount (6.40s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.81s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.79s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.74s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.49s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.36s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.36s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.53s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.65s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.65s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.06s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.78s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNetHost (1.18s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.78s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.72s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.35s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.59s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.73s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.74s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.81s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.32s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.77s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.80s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.12s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.86s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.83s) [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-10T23:16:14.675Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.82s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.82s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.74s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.99s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.89s) [2019-10-10T23:16:14.675Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.72s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.72s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.82s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.74s) [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-10-10T23:16:14.675Z] docker_cli_run_test.go:4227: unmatched requirement IsolationIsProcess [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.84s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.71s) [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-10T23:16:14.675Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.85s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.61s) [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-10T23:16:14.675Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.32s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.60s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunRm (0.83s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunRmAndWait (4.06s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.79s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.79s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.96s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.80s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.13s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.00s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.80s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.77s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.79s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.80s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.78s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.91s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.92s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.84s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (1.01s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.65s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunState (1.94s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.81s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.85s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.19s) [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-10T23:16:14.675Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.82s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.76s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunSysctls (1.74s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.84s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (3.27s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.89s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.11s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.42s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.34s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.79s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.73s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.80s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.48s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.40s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunUserByID (0.92s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.21s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.16s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.76s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunUserByName (0.92s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.97s) [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-10T23:16:14.675Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.19s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.92s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.86s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.83s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.36s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.51s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.58s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.58s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.69s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.85s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.83s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (1.02s) [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-10T23:16:14.675Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-10T23:16:14.675Z] docker_cli_run_test.go:4217: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-10T23:16:14.675Z] docker_cli_run_test.go:4207: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.90s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (1.13s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.87s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.98s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.92s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.89s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (1.05s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.04s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.24s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.20s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.20s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.19s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.17s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.83s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.88s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.76s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.83s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.30s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.79s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.80s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.81s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.81s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.57s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.78s) [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-10T23:16:14.675Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.70s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.53s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.76s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.66s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.78s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.07s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.14s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.28s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.95s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.54s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.27s) [2019-10-10T23:16:14.675Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents287224457 [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.67s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.73s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.50s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.53s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.14s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.48s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.45s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.61s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.55s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.07s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.57s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.86s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.65s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.88s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStartRecordError (1.79s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.70s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.36s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.82s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.27s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.77s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.82s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.87s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.88s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.82s) [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-10T23:16:14.675Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.01s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.29s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.68s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.76s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.81s) [2019-10-10T23:16:14.675Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-10T23:16:14.675Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.02s) [2019-10-10T23:16:14.675Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.83s) [2019-10-10T23:16:14.676Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-10T23:16:14.676Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.63s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.03s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.95s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.75s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUpdateStats (4.42s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.54s) [2019-10-10T23:16:14.676Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-10T23:16:14.676Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.20s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.32s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.61s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.79s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.32s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (3.01s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.99s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.40s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.38s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.32s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.62s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.61s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.29s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.54s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.36s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.37s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.37s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.88s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.84s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (1.21s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.47s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.87s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.56s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.21s) [2019-10-10T23:16:14.676Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.29s) [2019-10-10T23:16:14.676Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-10T23:16:14.676Z] docker_cli_run_test.go:4535: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-10T23:16:14.676Z] === RUN TestDockerRegistrySuite [2019-10-10T23:16:14.676Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-10T23:16:17.200Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-10T23:16:18.129Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-10T23:16:19.074Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-10T23:16:20.022Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-10T23:16:20.022Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-10T23:16:24.210Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-10T23:16:24.988Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-10T23:16:29.116Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.91s) [2019-10-10T23:16:29.116Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-10T23:16:29.116Z] PASS [2019-10-10T23:16:29.116Z] [2019-10-10T23:16:29.116Z] === Skipped [2019-10-10T23:16:29.116Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-10T23:16:29.116Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:16:29.116Z] [2019-10-10T23:16:29.116Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-10T23:16:29.116Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:16:29.116Z] [2019-10-10T23:16:29.116Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-10T23:16:29.116Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:16:29.116Z] [2019-10-10T23:16:29.116Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-10T23:16:29.116Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:16:29.116Z] [2019-10-10T23:16:29.116Z] [2019-10-10T23:16:29.116Z] DONE 17 tests, 4 skipped in 29.577s [2019-10-10T23:16:29.116Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-10T23:16:29.116Z] ++ 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-10T23:16:29.116Z] ++ set -e [2019-10-10T23:16:29.116Z] ++ '[' -n 0 ']' [2019-10-10T23:16:29.116Z] ++ set -x [2019-10-10T23:16:29.116Z] ++ 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-10T23:16:29.116Z] INFO: Testing against a local daemon [2019-10-10T23:16:29.116Z] === RUN TestPluginInvalidJSON [2019-10-10T23:16:29.116Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T23:16:29.117Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T23:16:29.117Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-10T23:16:29.117Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-10-10T23:16:29.117Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-10T23:16:29.117Z] PASS [2019-10-10T23:16:29.117Z] [2019-10-10T23:16:29.117Z] DONE 2 tests in 0.131s [2019-10-10T23:16:29.117Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-10T23:16:29.117Z] ++ 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-10T23:16:29.117Z] ++ set -e [2019-10-10T23:16:29.117Z] ++ '[' -n 0 ']' [2019-10-10T23:16:29.117Z] ++ set -x [2019-10-10T23:16:29.117Z] ++ 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-10T23:16:29.117Z] INFO: Testing against a local daemon [2019-10-10T23:16:29.117Z] === RUN TestExternalGraphDriver [2019-10-10T23:16:29.117Z] === RUN TestExternalGraphDriver/json [2019-10-10T23:16:29.463Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-10T23:16:30.129Z] === RUN TestExternalGraphDriver/spec [2019-10-10T23:16:32.168Z] === RUN TestExternalGraphDriver/pull [2019-10-10T23:16:32.169Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-10T23:16:32.736Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-10T23:16:34.105Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-10T23:16:34.866Z] --- PASS: TestExternalGraphDriver (7.09s) [2019-10-10T23:16:34.866Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-10T23:16:34.866Z] --- PASS: TestExternalGraphDriver/json (2.03s) [2019-10-10T23:16:34.866Z] --- PASS: TestExternalGraphDriver/spec (2.09s) [2019-10-10T23:16:34.866Z] --- PASS: TestExternalGraphDriver/pull (2.76s) [2019-10-10T23:16:34.866Z] === RUN TestGraphdriverPluginV2 [2019-10-10T23:16:35.162Z] --- SKIP: TestGraphdriverPluginV2 (0.11s) [2019-10-10T23:16:35.162Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:16:35.162Z] PASS [2019-10-10T23:16:35.162Z] [2019-10-10T23:16:35.162Z] === Skipped [2019-10-10T23:16:35.162Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.11s) [2019-10-10T23:16:35.162Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:16:35.162Z] [2019-10-10T23:16:35.162Z] [2019-10-10T23:16:35.162Z] DONE 5 tests, 1 skipped in 7.320s [2019-10-10T23:16:35.162Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-10T23:16:35.162Z] ++ 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-10T23:16:35.162Z] ++ set -e [2019-10-10T23:16:35.162Z] ++ '[' -n 0 ']' [2019-10-10T23:16:35.162Z] ++ set -x [2019-10-10T23:16:35.162Z] ++ 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-10T23:16:35.162Z] INFO: Testing against a local daemon [2019-10-10T23:16:35.162Z] === RUN TestContinueAfterPluginCrash [2019-10-10T23:16:35.162Z] === PAUSE TestContinueAfterPluginCrash [2019-10-10T23:16:35.162Z] === RUN TestDaemonStartWithLogOpt [2019-10-10T23:16:35.162Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-10T23:16:35.162Z] === CONT TestContinueAfterPluginCrash [2019-10-10T23:16:35.162Z] === CONT TestDaemonStartWithLogOpt [2019-10-10T23:16:35.473Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-10T23:16:36.842Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-10T23:16:38.210Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-10T23:16:39.578Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-10T23:16:40.947Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-10T23:16:42.316Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-10T23:16:44.837Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-10T23:16:47.358Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-10T23:16:48.727Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-10T23:16:52.000Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-10T23:16:53.689Z] --- PASS: TestDaemonStartWithLogOpt (16.06s) [2019-10-10T23:16:53.689Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-10T23:16:53.893Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-10T23:16:53.893Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-10T23:16:55.283Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-10T23:16:56.370Z] --- PASS: TestContinueAfterPluginCrash (20.90s) [2019-10-10T23:16:56.370Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-10T23:16:56.370Z] PASS [2019-10-10T23:16:56.370Z] [2019-10-10T23:16:56.370Z] DONE 2 tests in 21.008s [2019-10-10T23:16:56.370Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-10T23:16:56.370Z] ++ 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-10T23:16:56.370Z] ++ set -e [2019-10-10T23:16:56.370Z] ++ '[' -n 0 ']' [2019-10-10T23:16:56.370Z] ++ set -x [2019-10-10T23:16:56.370Z] ++ 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-10T23:16:56.370Z] INFO: Testing against a local daemon [2019-10-10T23:16:56.370Z] === RUN TestPluginWithDevMounts [2019-10-10T23:16:56.370Z] === PAUSE TestPluginWithDevMounts [2019-10-10T23:16:56.370Z] === CONT TestPluginWithDevMounts [2019-10-10T23:16:56.654Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-10T23:16:57.517Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-10T23:16:57.517Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-10T23:16:57.687Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-10T23:16:58.444Z] --- PASS: TestPluginWithDevMounts (2.31s) [2019-10-10T23:16:58.444Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-10T23:16:58.444Z] PASS [2019-10-10T23:16:58.444Z] [2019-10-10T23:16:58.444Z] DONE 1 tests in 2.420s [2019-10-10T23:16:58.731Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-10-10T23:16:58.731Z] ++ 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-10T23:16:58.731Z] ++ set -e [2019-10-10T23:16:58.731Z] ++ '[' -n 0 ']' [2019-10-10T23:16:58.731Z] ++ set -x [2019-10-10T23:16:58.731Z] ++ 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-10T23:16:58.731Z] INFO: Testing against a local daemon [2019-10-10T23:16:58.731Z] === RUN TestSecretInspect [2019-10-10T23:17:00.850Z] --- PASS: TestSecretInspect (2.22s) [2019-10-10T23:17:00.850Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-10T23:17:00.850Z] === RUN TestSecretList [2019-10-10T23:17:01.863Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-10T23:17:01.863Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-10T23:17:03.233Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-10T23:17:03.489Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-10T23:17:03.548Z] --- PASS: TestSecretList (2.28s) [2019-10-10T23:17:03.548Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-10T23:17:03.548Z] === RUN TestSecretsCreateAndDelete [2019-10-10T23:17:03.746Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-10T23:17:04.003Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-10T23:17:04.260Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-10T23:17:04.517Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-10T23:17:04.707Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-10T23:17:04.707Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-10T23:17:04.707Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-10T23:17:04.707Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-10T23:17:04.774Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-10T23:17:05.584Z] --- PASS: TestSecretsCreateAndDelete (2.27s) [2019-10-10T23:17:05.584Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-10T23:17:05.584Z] === RUN TestSecretsUpdate [2019-10-10T23:17:06.143Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-10T23:17:07.618Z] --- PASS: TestSecretsUpdate (2.24s) [2019-10-10T23:17:07.618Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-10T23:17:07.618Z] === RUN TestTemplatedSecret [2019-10-10T23:17:08.663Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-10T23:17:09.593Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-10T23:17:10.960Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-10T23:17:11.098Z] --- PASS: TestTemplatedSecret (2.88s) [2019-10-10T23:17:11.099Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-10T23:17:11.099Z] === RUN TestSecretCreateResolve [2019-10-10T23:17:11.893Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-10T23:17:12.328Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite (58.14s) [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (2.12s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest" [2019-10-10T23:17:12.894Z] check_test.go:196: [d24cd659243d1] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.44s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull" [2019-10-10T23:17:12.894Z] check_test.go:196: [d1b1809795023] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.75s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull" [2019-10-10T23:17:12.894Z] check_test.go:196: [d2ba2836672fd] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentFailingPull" [2019-10-10T23:17:12.894Z] check_test.go:196: [d052c44821d4c] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.19s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags" [2019-10-10T23:17:12.894Z] check_test.go:196: [d95f1e8758f78] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.21s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullWholeRepo" [2019-10-10T23:17:12.894Z] check_test.go:196: [de01301a199f3] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.19s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush" [2019-10-10T23:17:12.894Z] check_test.go:196: [d3d72f33f1e11] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.43s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest" [2019-10-10T23:17:12.894Z] check_test.go:196: [d4207cb489213] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.17s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush" [2019-10-10T23:17:12.894Z] check_test.go:196: [d11fcf2dd3fe9] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.38s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest" [2019-10-10T23:17:12.894Z] check_test.go:196: [dfce5cc15e95d] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.52s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag" [2019-10-10T23:17:12.894Z] check_test.go:196: [d42aeb25fbd23] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.47s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag" [2019-10-10T23:17:12.894Z] check_test.go:196: [d254e8058d6b5] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.27s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush" [2019-10-10T23:17:12.894Z] check_test.go:196: [d197243bc6eba] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.34s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests" [2019-10-10T23:17:12.894Z] check_test.go:196: [dc600c665400d] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.56s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests" [2019-10-10T23:17:12.894Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c55a98a8566ccc34adb48467da936b42c0ce68de5560d52273f4c4102be2b998 [2019-10-10T23:17:12.894Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9bb84fdfa02fda811e917ba53f4b483f234a9bfae9fee524bbe02efbc28e6e43 [2019-10-10T23:17:12.894Z] check_test.go:196: [d4c4db90af729] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.58s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests" [2019-10-10T23:17:12.894Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:73dc729cc60cc16c502b7e368f57097b4f9da8a9df702b9fab8a44c5130d9717 [2019-10-10T23:17:12.894Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6adb04f8b038b90ba726225310f23fa5b17d25c7f2b2795c49ef9b2659d1d93d [2019-10-10T23:17:12.894Z] check_test.go:196: [d2fe08c0a94d2] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.34s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests" [2019-10-10T23:17:12.894Z] check_test.go:196: [d895c1d465627] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.27s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest" [2019-10-10T23:17:12.894Z] check_test.go:196: [dcd3fb0e959f1] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.48s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest" [2019-10-10T23:17:12.894Z] check_test.go:196: [d164ee8e98bde] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback" [2019-10-10T23:17:12.894Z] check_test.go:196: [d48c518272d17] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.50s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest" [2019-10-10T23:17:12.894Z] check_test.go:196: [d82648d95adf3] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.26s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-10T23:17:12.894Z] check_test.go:196: [de66ec7c2a294] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.25s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-10T23:17:12.894Z] check_test.go:196: [d50d391cf19dd] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.69s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability" [2019-10-10T23:17:12.894Z] check_test.go:196: [dc2f11084a312] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases" [2019-10-10T23:17:12.894Z] check_test.go:196: [d2dc6a24b0c23] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.39s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList" [2019-10-10T23:17:12.894Z] check_test.go:196: [df58ddf98bacb] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.46s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers" [2019-10-10T23:17:12.894Z] check_test.go:196: [da4c9b78d401e] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag" [2019-10-10T23:17:12.894Z] check_test.go:196: [d9457c891b282] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.26s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage" [2019-10-10T23:17:12.894Z] check_test.go:196: [dc6514c2950ff] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer" [2019-10-10T23:17:12.894Z] check_test.go:196: [d8e345c92e751] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags" [2019-10-10T23:17:12.894Z] check_test.go:196: [d0ca6b8e42f76] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged" [2019-10-10T23:17:12.894Z] check_test.go:196: [d7362c925cdc3] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.43s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest" [2019-10-10T23:17:12.894Z] check_test.go:196: [d2f22866c2e21] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.44s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest" [2019-10-10T23:17:12.894Z] check_test.go:196: [d0861a15b7ec1] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.14s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag" [2019-10-10T23:17:12.894Z] check_test.go:196: [d1519b7ddaec7] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.37s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest" [2019-10-10T23:17:12.894Z] check_test.go:196: [d79579c5d9fe5] daemon is not started [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.99s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough" [2019-10-10T23:17:12.894Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2019-10-10T23:17:12.894Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only" [2019-10-10T23:17:12.894Z] === RUN TestDockerSchema1RegistrySuite [2019-10-10T23:17:12.894Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-10T23:17:13.129Z] --- PASS: TestSecretCreateResolve (2.19s) [2019-10-10T23:17:13.129Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-10T23:17:13.129Z] PASS [2019-10-10T23:17:13.129Z] [2019-10-10T23:17:13.129Z] DONE 6 tests in 14.179s [2019-10-10T23:17:13.129Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-10-10T23:17:13.129Z] ++ 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-10T23:17:13.129Z] ++ set -e [2019-10-10T23:17:13.129Z] ++ '[' -n 0 ']' [2019-10-10T23:17:13.129Z] ++ set -x [2019-10-10T23:17:13.129Z] ++ 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-10T23:17:13.129Z] INFO: Testing against a local daemon [2019-10-10T23:17:13.129Z] === RUN TestServiceCreateInit [2019-10-10T23:17:13.129Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-10T23:17:13.151Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-10T23:17:17.543Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-10T23:17:18.406Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-10T23:17:21.678Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-10T23:17:21.977Z] --- PASS: TestServiceCreateInit (8.52s) [2019-10-10T23:17:21.977Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.22s) [2019-10-10T23:17:21.977Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-10T23:17:21.977Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.26s) [2019-10-10T23:17:21.977Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-10T23:17:21.977Z] === RUN TestCreateServiceMultipleTimes [2019-10-10T23:17:22.343Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-10T23:17:24.569Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-10T23:17:24.570Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-10T23:17:24.570Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-10T23:17:26.937Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-10T23:17:27.197Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-10T23:17:27.542Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-10T23:17:28.535Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-10T23:17:28.565Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-10T23:17:28.821Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-10T23:17:30.110Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-10T23:17:30.717Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-10T23:17:30.717Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-10-10T23:17:31.647Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-10T23:17:33.541Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-10T23:17:37.716Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-10T23:17:37.716Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-10T23:17:37.973Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-10T23:17:38.230Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-10T23:17:38.486Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-10T23:17:38.743Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-10T23:17:39.000Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite (26.41s) [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.25s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentFailingPull" [2019-10-10T23:17:39.258Z] check_test.go:223: [d223cb4e2282c] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.45s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags" [2019-10-10T23:17:39.258Z] check_test.go:223: [dcc71dae20329] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.16s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo" [2019-10-10T23:17:39.258Z] check_test.go:223: [dffd90c9bfa1f] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.34s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush" [2019-10-10T23:17:39.258Z] check_test.go:223: [d5ba83cbf055d] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.31s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported" [2019-10-10T23:17:39.258Z] check_test.go:223: [dc5ccf89b35bc] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.38s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest" [2019-10-10T23:17:39.258Z] check_test.go:223: [dcb793c9b994b] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback" [2019-10-10T23:17:39.258Z] check_test.go:223: [d494f097165fc] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.55s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest" [2019-10-10T23:17:39.258Z] check_test.go:223: [dcf715c0fb090] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.32s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-10T23:17:39.258Z] check_test.go:223: [d20687055e7bc] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.47s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-10T23:17:39.258Z] check_test.go:223: [dadb56d8febb9] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.92s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability" [2019-10-10T23:17:39.258Z] check_test.go:223: [d0c880eea7814] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.53s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases" [2019-10-10T23:17:39.258Z] check_test.go:223: [dbae16a7d5bea] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.46s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers" [2019-10-10T23:17:39.258Z] check_test.go:223: [d660ec64faed6] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag" [2019-10-10T23:17:39.258Z] check_test.go:223: [dee785344d835] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage" [2019-10-10T23:17:39.258Z] check_test.go:223: [d42e4a8de5586] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.28s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer" [2019-10-10T23:17:39.258Z] check_test.go:223: [d25264fc8a1e9] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags" [2019-10-10T23:17:39.258Z] check_test.go:223: [de9becbc96384] daemon is not started [2019-10-10T23:17:39.258Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-10-10T23:17:39.258Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged" [2019-10-10T23:17:39.258Z] check_test.go:223: [dee96f0ee8f00] daemon is not started [2019-10-10T23:17:39.258Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-10T23:17:39.258Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-10T23:17:40.188Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-10T23:17:40.460Z] --- PASS: TestCreateServiceMultipleTimes (17.97s) [2019-10-10T23:17:40.460Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-10T23:17:40.460Z] === RUN TestCreateServiceConflict [2019-10-10T23:17:40.582Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-10T23:17:40.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-10T23:17:40.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-10T23:17:41.949Z] --- PASS: TestCreateServiceConflict (2.28s) [2019-10-10T23:17:41.949Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-10T23:17:41.949Z] === RUN TestCreateServiceMaxReplicas [2019-10-10T23:17:42.121Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-10T23:17:42.121Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-10T23:17:42.168Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-10T23:17:42.377Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-10T23:17:42.940Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-10T23:17:43.197Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.91s) [2019-10-10T23:17:43.197Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.93s) [2019-10-10T23:17:43.197Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry" [2019-10-10T23:17:43.197Z] check_test.go:252: [dfd265f1dd8cd] daemon is not started [2019-10-10T23:17:43.197Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s) [2019-10-10T23:17:43.197Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth" [2019-10-10T23:17:43.197Z] check_test.go:252: [d5a82ff79e751] daemon is not started [2019-10-10T23:17:43.197Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-10-10T23:17:43.197Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry" [2019-10-10T23:17:43.197Z] check_test.go:252: [d77505abb6bb8] daemon is not started [2019-10-10T23:17:43.197Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.09s) [2019-10-10T23:17:43.197Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth" [2019-10-10T23:17:43.197Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2019-10-10T23:17:43.197Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored" [2019-10-10T23:17:43.197Z] check_test.go:252: [dae83daee3f2b] daemon is not started [2019-10-10T23:17:43.197Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s) [2019-10-10T23:17:43.197Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth" [2019-10-10T23:17:43.197Z] check_test.go:252: [d2e9ae455a444] daemon is not started [2019-10-10T23:17:43.197Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.50s) [2019-10-10T23:17:43.197Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme" [2019-10-10T23:17:43.197Z] check_test.go:252: [dfc68f62e8104] daemon is not started [2019-10-10T23:17:43.197Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2019-10-10T23:17:43.197Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry" [2019-10-10T23:17:43.197Z] check_test.go:252: [de0a0cb5277c5] daemon is not started [2019-10-10T23:17:43.197Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-10T23:17:43.197Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-10T23:17:44.564Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-10-10T23:17:44.648Z] --- PASS: TestCreateServiceMaxReplicas (3.07s) [2019-10-10T23:17:44.648Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-10T23:17:44.648Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-10T23:17:47.083Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-10-10T23:17:48.451Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-10T23:17:48.451Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-10T23:17:48.708Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-10T23:17:48.708Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-10T23:17:48.964Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s) [2019-10-10T23:17:48.964Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2019-10-10T23:17:48.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError" [2019-10-10T23:17:48.964Z] check_test.go:279: [d50b3da16244f] daemon is not started [2019-10-10T23:17:48.964Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.14s) [2019-10-10T23:17:48.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken" [2019-10-10T23:17:48.964Z] check_test.go:279: [de161354b99e1] daemon is not started [2019-10-10T23:17:48.964Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.18s) [2019-10-10T23:17:48.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized" [2019-10-10T23:17:48.965Z] check_test.go:279: [d4425c9eadfdc] daemon is not started [2019-10-10T23:17:48.965Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-10-10T23:17:48.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable" [2019-10-10T23:17:48.965Z] check_test.go:279: [db91249621e80] daemon is not started [2019-10-10T23:17:48.965Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2019-10-10T23:17:48.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse" [2019-10-10T23:17:48.965Z] check_test.go:279: [d49a0d51ff391] daemon is not started [2019-10-10T23:17:48.965Z] === RUN TestDockerNetworkSuite [2019-10-10T23:17:48.965Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2019-10-10T23:17:50.334Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-10-10T23:17:52.228Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-10-10T23:17:52.639Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-10T23:17:53.603Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-10-10T23:17:56.457Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-10T23:17:56.898Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-10-10T23:17:59.422Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-10-10T23:17:59.422Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-10-10T23:18:00.072Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.62s) [2019-10-10T23:18:00.073Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-10T23:18:00.073Z] === RUN TestCreateServiceSecretFileMode [2019-10-10T23:18:01.946Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-10-10T23:18:02.123Z] --- PASS: TestCreateServiceSecretFileMode (2.56s) [2019-10-10T23:18:02.123Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-10T23:18:02.123Z] === RUN TestCreateServiceConfigFileMode [2019-10-10T23:18:04.810Z] --- PASS: TestCreateServiceConfigFileMode (2.70s) [2019-10-10T23:18:04.810Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-10T23:18:04.810Z] === RUN TestCreateServiceSysctls [2019-10-10T23:18:06.120Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-10-10T23:18:06.914Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-10T23:18:08.013Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-10-10T23:18:08.392Z] --- PASS: TestCreateServiceSysctls (3.47s) [2019-10-10T23:18:08.392Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-10T23:18:08.392Z] === RUN TestCreateServiceCapabilities [2019-10-10T23:18:11.094Z] --- PASS: TestCreateServiceCapabilities (2.78s) [2019-10-10T23:18:11.094Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-10T23:18:11.094Z] === RUN TestInspect [2019-10-10T23:18:11.693Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-10T23:18:13.799Z] --- PASS: TestInspect (2.94s) [2019-10-10T23:18:13.799Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-10T23:18:13.799Z] === RUN TestDockerNetworkConnectAlias [2019-10-10T23:18:17.582Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-10T23:18:17.969Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-10-10T23:18:18.054Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-10T23:18:18.054Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-10T23:18:18.054Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-10T23:18:19.317Z] --- PASS: TestDockerNetworkConnectAlias (5.60s) [2019-10-10T23:18:19.317Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-10T23:18:19.317Z] === RUN TestDockerNetworkReConnect [2019-10-10T23:18:21.243Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-10-10T23:18:22.613Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-10-10T23:18:23.546Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-10-10T23:18:23.724Z] --- PASS: TestDockerNetworkReConnect (3.85s) [2019-10-10T23:18:23.724Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-10T23:18:23.724Z] === RUN TestServicePlugin [2019-10-10T23:18:23.724Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-10T23:18:23.724Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:18:23.724Z] === RUN TestServiceUpdateLabel [2019-10-10T23:18:24.110Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-10-10T23:18:25.233Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-10T23:18:25.233Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-10T23:18:25.760Z] --- PASS: TestServiceUpdateLabel (2.23s) [2019-10-10T23:18:25.761Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-10T23:18:25.761Z] === RUN TestServiceUpdateSecrets [2019-10-10T23:18:26.003Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-10-10T23:18:27.371Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2019-10-10T23:18:27.371Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-10-10T23:18:27.628Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-10-10T23:18:28.996Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2019-10-10T23:18:28.996Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-10-10T23:18:28.996Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-10-10T23:18:29.252Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-10-10T23:18:30.652Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-10-10T23:18:32.021Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-10-10T23:18:32.278Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-10-10T23:18:32.535Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2019-10-10T23:18:32.791Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-10-10T23:18:36.967Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2019-10-10T23:18:40.241Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-10-10T23:18:40.991Z] --- PASS: TestServiceUpdateSecrets (14.81s) [2019-10-10T23:18:40.991Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-10T23:18:40.991Z] === RUN TestServiceUpdateConfigs [2019-10-10T23:18:50.196Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-10-10T23:18:50.197Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-10-10T23:18:50.453Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-10-10T23:18:50.453Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-10-10T23:18:50.710Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-10-10T23:18:50.710Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-10-10T23:18:50.967Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2019-10-10T23:18:50.967Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-10-10T23:18:54.242Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-10-10T23:18:55.172Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2019-10-10T23:18:55.172Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-10-10T23:18:55.172Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2019-10-10T23:18:56.229Z] --- PASS: TestServiceUpdateConfigs (14.98s) [2019-10-10T23:18:56.229Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-10T23:18:56.229Z] === RUN TestServiceUpdateNetwork [2019-10-10T23:18:56.544Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-10-10T23:18:56.801Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-10-10T23:19:00.977Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-10-10T23:19:01.540Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-10-10T23:19:04.062Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-10-10T23:19:06.610Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-10-10T23:19:06.610Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-10-10T23:19:08.089Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-10-10T23:19:08.652Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-10-10T23:19:08.786Z] --- PASS: TestServiceUpdateNetwork (13.04s) [2019-10-10T23:19:08.786Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-10T23:19:08.786Z] PASS [2019-10-10T23:19:08.786Z] [2019-10-10T23:19:08.786Z] === Skipped [2019-10-10T23:19:08.786Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-10-10T23:19:08.786Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-10T23:19:08.786Z] [2019-10-10T23:19:08.786Z] [2019-10-10T23:19:08.786Z] DONE 19 tests, 1 skipped in 115.539s [2019-10-10T23:19:08.786Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-10-10T23:19:08.786Z] ++ 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-10T23:19:08.786Z] ++ set -e [2019-10-10T23:19:08.786Z] ++ '[' -n 0 ']' [2019-10-10T23:19:08.786Z] ++ set -x [2019-10-10T23:19:08.786Z] ++ 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-10T23:19:08.786Z] INFO: Testing against a local daemon [2019-10-10T23:19:08.786Z] === RUN TestSessionCreate [2019-10-10T23:19:08.786Z] --- PASS: TestSessionCreate (0.07s) [2019-10-10T23:19:08.786Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-10T23:19:08.786Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-10-10T23:19:08.786Z] PASS [2019-10-10T23:19:08.786Z] [2019-10-10T23:19:08.786Z] DONE 2 tests in 0.214s [2019-10-10T23:19:08.786Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-10-10T23:19:08.786Z] ++ 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-10T23:19:08.786Z] ++ set -e [2019-10-10T23:19:08.786Z] ++ '[' -n 0 ']' [2019-10-10T23:19:08.786Z] ++ set -x [2019-10-10T23:19:08.786Z] ++ 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-10T23:19:08.786Z] INFO: Testing against a local daemon [2019-10-10T23:19:08.786Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-10T23:19:08.786Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-10T23:19:08.786Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-10T23:19:08.786Z] === RUN TestEventsExecDie [2019-10-10T23:19:09.800Z] --- PASS: TestEventsExecDie (0.92s) [2019-10-10T23:19:09.800Z] === RUN TestEventsBackwardsCompatible [2019-10-10T23:19:09.800Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-10-10T23:19:09.800Z] === RUN TestInfoBinaryCommits [2019-10-10T23:19:09.800Z] --- PASS: TestInfoBinaryCommits (0.06s) [2019-10-10T23:19:09.800Z] === RUN TestInfoAPIVersioned [2019-10-10T23:19:09.800Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-10-10T23:19:09.800Z] === RUN TestInfoAPI [2019-10-10T23:19:09.800Z] --- PASS: TestInfoAPI (0.05s) [2019-10-10T23:19:09.800Z] === RUN TestInfoAPIWarnings [2019-10-10T23:19:10.812Z] --- PASS: TestInfoAPIWarnings (0.93s) [2019-10-10T23:19:10.812Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-10T23:19:10.812Z] === RUN TestLoginFailsWithBadCredentials [2019-10-10T23:19:11.172Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2019-10-10T23:19:11.172Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2019-10-10T23:19:11.429Z] --- PASS: TestLoginFailsWithBadCredentials (0.55s) [2019-10-10T23:19:11.430Z] === RUN TestPingCacheHeaders [2019-10-10T23:19:11.430Z] --- PASS: TestPingCacheHeaders (0.07s) [2019-10-10T23:19:11.430Z] === RUN TestPingGet [2019-10-10T23:19:11.430Z] --- PASS: TestPingGet (0.03s) [2019-10-10T23:19:11.430Z] === RUN TestPingHead [2019-10-10T23:19:11.430Z] --- PASS: TestPingHead (0.05s) [2019-10-10T23:19:11.430Z] === RUN TestVersion [2019-10-10T23:19:11.430Z] --- PASS: TestVersion (0.05s) [2019-10-10T23:19:11.430Z] PASS [2019-10-10T23:19:11.430Z] [2019-10-10T23:19:11.430Z] === Skipped [2019-10-10T23:19:11.430Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-10T23:19:11.430Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-10T23:19:11.430Z] [2019-10-10T23:19:11.430Z] [2019-10-10T23:19:11.430Z] DONE 12 tests, 1 skipped in 2.916s [2019-10-10T23:19:11.430Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-10-10T23:19:11.430Z] ++ 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-10T23:19:11.430Z] ++ set -e [2019-10-10T23:19:11.430Z] ++ '[' -n 0 ']' [2019-10-10T23:19:11.430Z] ++ set -x [2019-10-10T23:19:11.430Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10T23:19:11.714Z] INFO: Testing against a local daemon [2019-10-10T23:19:11.714Z] === RUN TestVolumesCreateAndList [2019-10-10T23:19:11.714Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-10T23:19:11.714Z] === RUN TestVolumesRemove [2019-10-10T23:19:11.714Z] --- PASS: TestVolumesRemove (0.10s) [2019-10-10T23:19:11.714Z] === RUN TestVolumesInspect [2019-10-10T23:19:11.714Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-10T23:19:11.714Z] === RUN TestVolumesInvalidJSON [2019-10-10T23:19:11.714Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-10T23:19:11.714Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-10T23:19:11.735Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-10-10T23:19:11.998Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-10T23:19:11.998Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2019-10-10T23:19:11.998Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-10T23:19:11.998Z] PASS [2019-10-10T23:19:11.998Z] [2019-10-10T23:19:11.998Z] DONE 5 tests in 0.316s [2019-10-10T23:19:11.998Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-10T23:19:12.281Z] ++++ cat bundles/test-integration/docker.pid [2019-10-10T23:19:12.281Z] +++ kill 13114 [2019-10-10T23:19:12.299Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-10-10T23:19:13.229Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2019-10-10T23:19:13.773Z] +++ /etc/init.d/apparmor stop [2019-10-10T23:19:13.773Z] Clearing AppArmor profiles cache:. [2019-10-10T23:19:13.773Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-10T23:19:13.773Z] Unloading profiles will leave already running processes permanently [2019-10-10T23:19:13.773Z] unconfined, which can lead to unexpected situations. [2019-10-10T23:19:13.773Z] [2019-10-10T23:19:13.773Z] To set a process to complain mode, use the command line tool [2019-10-10T23:19:13.773Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-10T23:19:13.773Z] with the 'teardown' option." [2019-10-10T23:19:13.773Z] [2019-10-10T23:19:15.123Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver Post stage [Pipeline] junit [2019-10-10T23:19:15.840Z] Recording test results [2019-10-10T23:19:16.310Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-10T23:19:16.747Z] + echo Ensuring container killed. [2019-10-10T23:19:16.747Z] Ensuring container killed. [2019-10-10T23:19:16.747Z] + docker rm -vf docker-pr10 [2019-10-10T23:19:16.747Z] Error: No such container: docker-pr10 [2019-10-10T23:19:16.747Z] + true [Pipeline] sh [2019-10-10T23:19:17.130Z] + echo Chowning /workspace to jenkins user [2019-10-10T23:19:17.130Z] Chowning /workspace to jenkins user [2019-10-10T23:19:17.130Z] + id -u [2019-10-10T23:19:17.130Z] + id -g [2019-10-10T23:19:17.130Z] + docker run --rm -v /home/docker/workspace/moby_PR-40062:/workspace busybox chown -R 1001:1001 /workspace [2019-10-10T23:19:17.130Z] Unable to find image 'busybox:latest' locally [2019-10-10T23:19:17.747Z] latest: Pulling from library/busybox [2019-10-10T23:19:17.747Z] e38168a01e65: Pulling fs layer [2019-10-10T23:19:18.031Z] e38168a01e65: Verifying Checksum [2019-10-10T23:19:18.031Z] e38168a01e65: Download complete [2019-10-10T23:19:18.315Z] e38168a01e65: Pull complete [2019-10-10T23:19:18.315Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-10T23:19:18.315Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-10T23:19:20.738Z] + bundleName=ppc64le-integration [2019-10-10T23:19:20.738Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-10-10T23:19:20.738Z] Creating ppc64le-integration-bundles.tar.gz [2019-10-10T23:19:20.738Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o+ -name *.log -o -namexargs *.prof tar -o -czf -name ppc64le-integration-bundles.tar.gz *-report.xml [2019-10-10T23:19:20.738Z] ) -print [Pipeline] archiveArtifacts [2019-10-10T23:19:21.060Z] Archiving artifacts [2019-10-10T23:19:21.449Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40062/10/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite (92.69s) [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.05s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestConntrackFlowsLeak" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d9da80e71055d] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.50s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d93f43a860021] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.68s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d14da4f6bcd82] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.90s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d97ba39eea0ff] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.83s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:1233: [d93a450923f78] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.15s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d3efbd376fac1] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.17s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [dfab63332d18b] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.46s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d4ea68fecae79] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.69s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d35ee8c86f245] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.97s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d5e92e12e423e] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.82s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d1213e00748c8] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.52s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithMac" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [dc1f39b870748] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.50s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [dd53f5543646f] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.12s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDelete" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d8faf18366a04] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.25s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d3c8c8d61da86] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.30s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateHostBind" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d9242291fc331] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.15s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateLabel" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d215651a1314f] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreatePredefined" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [de885d3bb7bd2] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.14s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCustomIPAM" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [dce904df524c2] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.38s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d62c2e5a96988] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.54s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [de3dcce9940df] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.11s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d9cf8144ddc5c] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.44s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [db369e2cfcebb] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverOptions" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d181e12782343] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.71s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:968: [d9b48a10ebb72] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.38s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkFlagAlias" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [dd54dbb9455fa] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (9.89s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:1116: [d014be5f3eb7f] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.18s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d9f375eaf2e19] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.64s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d8348ff91d099] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.11s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMOptions" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [dac495e97bbf1] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d6dafee3babc8] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.12s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [dda2a99c15106] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.13s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [da3d8a5b04316] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectDefault" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d365b1151cf99] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.18s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [dffa525727391] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.05s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsDefault" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [dabcbd471d671] daemon is not started [2019-10-10T23:19:21.670Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d9ff7041d338d] daemon is not started [2019-10-10T23:19:21.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.46s) [2019-10-10T23:19:21.670Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMacInspect" [2019-10-10T23:19:21.670Z] docker_cli_network_unix_test.go:46: [d6bb3c95797df] daemon is not started [2019-10-10T23:19:21.671Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.99s) [2019-10-10T23:19:21.671Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart" [2019-10-10T23:19:21.671Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.97s) [2019-10-10T23:19:21.671Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart" [2019-10-10T23:19:21.671Z] docker_cli_network_unix_test.go:1084: [d69ba6ed8364c] daemon is not started [2019-10-10T23:19:21.671Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2019-10-10T23:19:21.671Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver" [2019-10-10T23:19:21.671Z] docker_cli_network_unix_test.go:46: [d0d5722aa27c7] daemon is not started [2019-10-10T23:19:21.671Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.35s) [2019-10-10T23:19:21.671Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping" [2019-10-10T23:19:21.671Z] docker_cli_network_unix_test.go:46: [d13fa48a7f6cc] daemon is not started [2019-10-10T23:19:21.671Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.82s) [2019-10-10T23:19:21.671Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks" [2019-10-10T23:19:21.671Z] docker_cli_network_unix_test.go:46: [d503357388c29] daemon is not started [2019-10-10T23:19:21.671Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.07s) [2019-10-10T23:19:21.671Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRmPredefined" [2019-10-10T23:19:21.671Z] docker_cli_network_unix_test.go:46: [d73599b8b74e3] daemon is not started [2019-10-10T23:19:21.671Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.27s) [2019-10-10T23:19:21.671Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRunNetByID" [2019-10-10T23:19:21.671Z] docker_cli_network_unix_test.go:46: [dac9817cbde9e] daemon is not started [2019-10-10T23:19:21.671Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (1.00s) [2019-10-10T23:19:21.671Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP" [2019-10-10T23:19:21.671Z] docker_cli_network_unix_test.go:46: [d5fc8253ea5c5] daemon is not started [2019-10-10T23:19:21.671Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.79s) [2019-10-10T23:19:21.671Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkValidateIP" [2019-10-10T23:19:21.671Z] docker_cli_network_unix_test.go:46: [df4f2bd6188d0] daemon is not started [2019-10-10T23:19:21.671Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.67s) [2019-10-10T23:19:21.671Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver" [2019-10-10T23:19:21.671Z] docker_cli_network_unix_test.go:46: [d1d54ef7ac89d] daemon is not started [2019-10-10T23:19:21.671Z] === RUN TestDockerHubPullSuite [2019-10-10T23:19:21.671Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-10-10T23:19:21.842Z] + make clean [2019-10-10T23:19:22.461Z] docker volume rm -f docker-dev-cache [2019-10-10T23:19:22.461Z] docker-dev-cache [Pipeline] deleteDir [2019-10-10T23:19:24.190Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-10T23:19:26.709Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-10-10T23:19:26.965Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-10-10T23:19:30.236Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-10-10T23:19:30.493Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-10-10T23:19:30.750Z] --- PASS: TestDockerHubPullSuite (9.05s) [2019-10-10T23:19:30.750Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.32s) [2019-10-10T23:19:30.750Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry" [2019-10-10T23:19:30.750Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.37s) [2019-10-10T23:19:30.750Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.60s) [2019-10-10T23:19:30.750Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (3.19s) [2019-10-10T23:19:30.750Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.48s) [2019-10-10T23:19:30.750Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2019-10-10T23:19:30.750Z] PASS [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === Skipped [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.04s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.04s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-10T23:19:30.750Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-10T23:19:30.750Z] docker_cli_sni_test.go:18: Flakey test [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-10T23:19:30.750Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_events_unix_test.go:51: unmatched requirement swapMemorySupport [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.01s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.01s) [2019-10-10T23:19:30.750Z] docker_cli_events_unix_test.go:81: unmatched requirement swapMemorySupport [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_run_test.go:4142: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_run_test.go:4161: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-10-10T23:19:30.750Z] docker_cli_run_test.go:4227: unmatched requirement IsolationIsProcess [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_run_test.go:4217: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.750Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-10T23:19:30.750Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-10T23:19:30.750Z] docker_cli_run_test.go:4207: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.750Z] [2019-10-10T23:19:30.751Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-10T23:19:30.751Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-10T23:19:30.751Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-10-10T23:19:30.751Z] [2019-10-10T23:19:30.751Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-10T23:19:30.751Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-10T23:19:30.751Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-10-10T23:19:30.751Z] [2019-10-10T23:19:30.751Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-10T23:19:30.751Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-10T23:19:30.751Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-10-10T23:19:30.751Z] [2019-10-10T23:19:30.751Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-10T23:19:30.751Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-10T23:19:30.751Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-10-10T23:19:30.751Z] [2019-10-10T23:19:30.751Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-10T23:19:30.751Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-10T23:19:30.751Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-10-10T23:19:30.751Z] [2019-10-10T23:19:30.751Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-10T23:19:30.751Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-10T23:19:30.751Z] docker_cli_run_test.go:4535: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-10T23:19:30.751Z] [2019-10-10T23:19:30.751Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-10T23:19:30.751Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-10T23:19:30.751Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-10T23:19:30.751Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-10-10T23:19:30.751Z] docker_cli_network_unix_test.go:46: [d9ff7041d338d] daemon is not started [2019-10-10T23:19:30.751Z] [2019-10-10T23:19:30.751Z] [2019-10-10T23:19:30.751Z] DONE 1253 tests, 44 skipped in 2028.523s [2019-10-10T23:19:30.751Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-10T23:19:30.751Z] ++++ cat bundles/test-integration/docker.pid [2019-10-10T23:19:30.751Z] +++ kill 7206 [2019-10-10T23:19:32.645Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-10-10T23:19:34.183Z] === RUN TestDockerSuite/TestBuildRm [2019-10-10T23:19:39.192Z] +++ /etc/init.d/apparmor stop [2019-10-10T23:19:39.192Z] Clearing AppArmor profiles cache:. [2019-10-10T23:19:39.192Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-10T23:19:39.192Z] Unloading profiles will leave already running processes permanently [2019-10-10T23:19:39.192Z] unconfined, which can lead to unexpected situations. [2019-10-10T23:19:39.192Z] [2019-10-10T23:19:39.192Z] To set a process to complain mode, use the command line tool [2019-10-10T23:19:39.192Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-10T23:19:39.192Z] with the 'teardown' option." [2019-10-10T23:19:39.192Z] [2019-10-10T23:19:49.153Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-10-10T23:19:49.158Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-10T23:19:51.046Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-10-10T23:19:51.385Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-10T23:19:51.385Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-10T23:19:51.856Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-10T23:19:53.439Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-10T23:19:54.318Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-10-10T23:19:57.252Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-10T23:19:57.588Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-10-10T23:20:01.056Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-10T23:20:05.680Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-10-10T23:20:05.832Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-10T23:20:10.931Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-10-10T23:20:13.454Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-10-10T23:20:16.727Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-10-10T23:20:20.036Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-10-10T23:20:23.331Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-10-10T23:20:23.705Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-10T23:20:24.181Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-10T23:20:25.175Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-10T23:20:25.850Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-10-10T23:20:29.120Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-10-10T23:20:40.251Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-10T23:20:40.251Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-10T23:20:45.028Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-10T23:20:45.028Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-10T23:20:49.809Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-10T23:21:15.142Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-10T23:21:15.142Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-10T23:21:16.133Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-10T23:21:17.124Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-10T23:21:23.017Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-10T23:21:25.297Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-10-10T23:21:28.907Z] === RUN TestDockerSuite/TestBuildUser [2019-10-10T23:21:28.907Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-10T23:21:28.907Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-10T23:21:28.907Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-10T23:21:33.678Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-10T23:21:34.669Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-10T23:21:37.642Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-10T23:21:37.642Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-10T23:21:37.642Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-10T23:21:40.143Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite (1783.54s) [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.46s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.51s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.09s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.23s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.04s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (25.80s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-10T23:21:58.198Z] check_test.go:358: [d5dbc2a854616] joining swarm manager [df4991670eb53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-10T23:21:58.198Z] check_test.go:358: [de830b1bb0093] joining swarm manager [df4991670eb53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.198Z] check_test.go:379: [d5dbc2a854616] daemon is not started [2019-10-10T23:21:58.198Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-10T23:21:58.198Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.99s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-10T23:21:58.198Z] check_test.go:358: [ddecbd5e70e00] joining swarm manager [d51d157543ca2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.79s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.60s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.75s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-10T23:21:58.198Z] check_test.go:358: [dc67b517310a6] joining swarm manager [dec5c1103cb81]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-10T23:21:58.198Z] check_test.go:358: [d3ffe8416faf1] joining swarm manager [dec5c1103cb81]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.198Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-10-10T23:21:58.198Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.27s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-10T23:21:58.198Z] check_test.go:358: [dab7a3f96506c] joining swarm manager [db4e103f0c121]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-10T23:21:58.198Z] check_test.go:358: [d801cbc36500f] joining swarm manager [db4e103f0c121]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.00s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.00s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.36s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-10T23:21:58.198Z] check_test.go:358: [d5a98298beaf4] joining swarm manager [dba5036d2cd51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-10T23:21:58.198Z] check_test.go:358: [d89be072b7e0b] joining swarm manager [dba5036d2cd51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (50.94s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-10T23:21:58.198Z] check_test.go:358: [da4a77a0eb088] joining swarm manager [db68c99d50baa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-10T23:21:58.198Z] check_test.go:358: [d1236e49304f6] joining swarm manager [db68c99d50baa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.34s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-10T23:21:58.198Z] check_test.go:358: [df6ce70e315c7] joining swarm manager [da57bcea7dcbc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.59s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-10T23:21:58.198Z] check_test.go:358: [d895e93623c5b] joining swarm manager [d5d4467430783]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-10T23:21:58.198Z] check_test.go:358: [d2da86efaf3ba] joining swarm manager [d5d4467430783]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.40s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.33s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-10T23:21:58.198Z] check_test.go:358: [dfefa5d3c8185] joining swarm manager [dffc90183dc7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (68.94s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-10T23:21:58.198Z] check_test.go:358: [d0ba70b65b2aa] joining swarm manager [d73713cc5da35]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-10T23:21:58.198Z] check_test.go:358: [d5bfceacdaea3] joining swarm manager [d73713cc5da35]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.198Z] check_test.go:379: [d5bfceacdaea3] daemon is not started [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (54.73s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-10T23:21:58.198Z] check_test.go:358: [d17f006601c15] joining swarm manager [dc2ae3e6636e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-10T23:21:58.198Z] check_test.go:358: [d90d21bfe810e] joining swarm manager [dc2ae3e6636e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-10T23:21:58.198Z] check_test.go:358: [dcf689d6a2c64] joining swarm manager [dc2ae3e6636e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-10T23:21:58.198Z] check_test.go:358: [d20f6235eb146] joining swarm manager [dc2ae3e6636e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-10T23:21:58.198Z] check_test.go:358: [dd69535085abd] joining swarm manager [dc2ae3e6636e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.35s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.92s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.65s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-10T23:21:58.198Z] check_test.go:358: [dca2faba6cc2c] joining swarm manager [d9aea7075eeef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-10T23:21:58.198Z] check_test.go:358: [d9a46266fa9ca] joining swarm manager [d9aea7075eeef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.97s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-10T23:21:58.198Z] check_test.go:358: [df28752d09f84] joining swarm manager [d2c96e440e3d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-10T23:21:58.198Z] check_test.go:358: [d8a2227f8ec2c] joining swarm manager [d2c96e440e3d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.15s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-10T23:21:58.198Z] check_test.go:358: [dfe6f3806aee5] joining swarm manager [d20ff33db46ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-10T23:21:58.198Z] check_test.go:358: [d9a22a90d33ef] joining swarm manager [d20ff33db46ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.46s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate" [2019-10-10T23:21:58.198Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.70s) [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-10T23:21:58.198Z] check_test.go:358: [d46c34e5b5067] joining swarm manager [daa14dc762b07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-10T23:21:58.198Z] check_test.go:358: [daa4f03c55886] joining swarm manager [daa14dc762b07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-10T23:21:58.198Z] check_test.go:358: [da2328131a57e] joining swarm manager [daa14dc762b07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-10T23:21:58.198Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-10T23:21:58.198Z] check_test.go:358: [de92ea15bb41d] joining swarm manager [daa14dc762b07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.24s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.64s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-10T23:21:58.199Z] check_test.go:358: [da1cca46b8b64] joining swarm manager [d2e01d5edd007]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-10T23:21:58.199Z] check_test.go:358: [d918178e9da27] joining swarm manager [d2e01d5edd007]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (29.99s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-10T23:21:58.199Z] check_test.go:358: [d9e1bc00e1090] joining swarm manager [d7ddb55dc4d60]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-10T23:21:58.199Z] check_test.go:358: [d5b004a921e08] joining swarm manager [d7ddb55dc4d60]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.199Z] check_test.go:379: [d9e1bc00e1090] daemon is not started [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.89s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-10T23:21:58.199Z] check_test.go:358: [d9f403d7ee45a] joining swarm manager [dec1c2b68cf6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-10T23:21:58.199Z] check_test.go:358: [d40fbcfea2f36] joining swarm manager [dec1c2b68cf6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.05s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-10T23:21:58.199Z] check_test.go:358: [df5172327c055] joining swarm manager [dbef8dd015b07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-10T23:21:58.199Z] check_test.go:358: [d68464d43a8b8] joining swarm manager [dbef8dd015b07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.07s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.37s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.01s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.34s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.36s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.59s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.95s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.87s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.88s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.91s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.99s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.03s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.42s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.14s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.21s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.44s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.89s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.37s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.18s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.99s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.86s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.89s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.89s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.58s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs" [2019-10-10T23:21:58.199Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.unme86msfot6@caa574d9efa2 | hello1\n" [2019-10-10T23:21:58.199Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.kmmy9zh7z6wu@caa574d9efa2 | hello2\n" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.07s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.05s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.38s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.16s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.36s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.33s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.26s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.72s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs" [2019-10-10T23:21:58.199Z] docker_cli_service_logs_test.go:242: checking task dpwjm35dj04b [2019-10-10T23:21:58.199Z] docker_cli_service_logs_test.go:247: checking messages for dpwjm35dj04b [2019-10-10T23:21:58.199Z] docker_cli_service_logs_test.go:242: checking task yypzhx74zf98 [2019-10-10T23:21:58.199Z] docker_cli_service_logs_test.go:247: checking messages for yypzhx74zf98 [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.90s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.38s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.90s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.03s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.85s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-10T23:21:58.199Z] check_test.go:358: [d00bda6593b28] joining swarm manager [dba61f02d5704]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-10T23:21:58.199Z] check_test.go:358: [dbea12323f172] joining swarm manager [dba61f02d5704]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.18s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.02s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.09s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.32s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-10T23:21:58.199Z] check_test.go:358: [dc555e5dc8145] joining swarm manager [deb948aff7baa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-10T23:21:58.199Z] check_test.go:358: [d979225b372d8] joining swarm manager [deb948aff7baa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.31s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (149.25s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-10T23:21:58.199Z] check_test.go:358: [d8c2b5565b371] joining swarm manager [df578f3cd74e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-10T23:21:58.199Z] check_test.go:358: [d87f084cc3114] joining swarm manager [df578f3cd74e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.07s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (11.31s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.22s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.79s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.91s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.00s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.21s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit" [2019-10-10T23:21:58.199Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-10-10T23:21:58.199Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.19s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.84s) [2019-10-10T23:21:58.199Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr" [2019-10-10T23:21:58.199Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.90s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.94s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.42s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-10T23:21:58.200Z] check_test.go:358: [d9829dab9c0b5] joining swarm manager [da4eca23a6dc6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-10T23:21:58.200Z] check_test.go:358: [d7854849f2e04] joining swarm manager [da4eca23a6dc6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.77s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (6.01s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (136.09s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-10T23:21:58.200Z] check_test.go:358: [d5e3de61bacf1] joining swarm manager [dd92dfeb9f855]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-10T23:21:58.200Z] check_test.go:358: [d327cd0b469b3] joining swarm manager [dd92dfeb9f855]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-10T23:21:58.200Z] check_test.go:358: [dcda3b09e1404] joining swarm manager [dd92dfeb9f855]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.81s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-10T23:21:58.200Z] check_test.go:358: [d220c11f50225] joining swarm manager [d1e62c0b69458]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-10T23:21:58.200Z] check_test.go:358: [d95914846fd37] joining swarm manager [d1e62c0b69458]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.71s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup" [2019-10-10T23:21:58.200Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-10-10T23:21:58.200Z] 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-10T23:21:58.200Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-10-10T23:21:58.200Z] 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-10T23:21:58.200Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-10-10T23:21:58.200Z] 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-10T23:21:58.200Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-10-10T23:21:58.200Z] 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-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.05s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (6.16s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.02s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.37s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-10T23:21:58.200Z] check_test.go:358: [d3b864e944532] joining swarm manager [dbd08f74a9d05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.06s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.69s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.14s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.86s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.19s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.56s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-10T23:21:58.200Z] check_test.go:358: [dd121ace17e44] joining swarm manager [d9c2f3785a8ee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (15.86s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.99s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.91s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.26s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.33s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.56s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.23s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.00s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.22s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.21s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.86s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.89s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.29s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.88s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm" [2019-10-10T23:21:58.200Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.96s) [2019-10-10T23:21:58.200Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA" [2019-10-10T23:21:58.200Z] === RUN TestDockerExternalVolumeSuite [2019-10-10T23:21:58.200Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-10-10T23:22:03.019Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-10T23:22:03.492Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-10T23:22:13.068Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-10-10T23:22:21.358Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-10T23:22:26.138Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-10T23:22:26.610Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-10T23:22:26.610Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-10T23:22:29.579Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-10T23:22:30.053Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-10-10T23:22:45.029Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-10T23:22:48.837Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-10T23:22:48.837Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-10T23:23:06.719Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-10T23:23:06.719Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-10T23:23:06.719Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-10T23:23:06.719Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-10T23:23:06.719Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-10T23:23:17.187Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-10T23:23:18.178Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-10T23:23:18.649Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-10T23:23:18.649Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-10T23:23:18.649Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-10T23:23:20.702Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-10-10T23:23:21.622Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-10T23:23:26.394Z] === RUN TestDockerSuite/TestCommitChange [2019-10-10T23:23:30.650Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-10-10T23:23:32.437Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-10T23:23:37.213Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-10T23:23:37.213Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-10T23:23:44.399Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-10T23:23:44.399Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-10T23:23:53.102Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-10T23:23:57.884Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-10T23:23:57.884Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-10T23:23:57.884Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-10T23:23:57.884Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-10T23:23:57.884Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-10T23:23:57.884Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-10T23:23:57.884Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-10T23:23:57.884Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-10T23:23:57.884Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-10T23:24:02.693Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-10-10T23:24:05.086Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-10T23:24:13.785Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-10T23:24:13.785Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-10T23:24:15.364Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-10T23:24:15.364Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-10T23:24:15.364Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-10T23:24:15.364Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-10T23:24:17.541Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-10-10T23:24:17.590Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-10T23:24:17.590Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-10T23:24:17.590Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-10T23:24:20.557Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-10T23:24:20.557Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-10T23:24:20.557Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-10T23:24:20.557Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-10T23:24:20.557Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-10T23:24:23.534Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-10T23:24:25.765Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-10T23:24:28.001Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-10T23:24:28.001Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-10T23:24:28.001Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-10T23:24:30.229Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-10T23:24:30.229Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-10T23:24:32.456Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-10T23:24:32.456Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-10T23:24:32.456Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-10T23:24:34.688Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-10T23:24:35.159Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-10T23:24:37.395Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-10T23:24:37.395Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-10T23:24:40.364Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-10T23:24:40.364Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-10T23:24:42.599Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-10T23:24:46.408Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-10T23:24:49.577Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-10-10T23:24:51.181Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-10T23:24:51.181Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-10T23:24:51.181Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-10T23:24:51.181Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-10T23:24:51.181Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-10T23:24:52.756Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-10T23:24:52.756Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-10T23:24:55.727Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-10T23:24:55.727Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-10T23:24:57.953Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-10T23:24:57.953Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-10T23:25:01.754Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-10-10T23:25:02.727Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-10T23:25:04.310Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-10T23:25:04.310Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-10T23:25:04.310Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-10T23:25:04.310Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-10T23:25:04.310Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-10T23:25:04.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-10-10T23:25:06.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-10T23:25:31.893Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-10T23:25:33.808Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-10-10T23:25:34.127Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-10T23:25:34.599Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-10T23:25:34.599Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-10T23:25:36.825Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-10T23:25:36.825Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-10T23:25:36.825Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-10T23:25:36.825Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-10T23:25:41.601Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-10T23:25:43.831Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-10T23:25:43.831Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-10T23:25:43.831Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-10T23:25:51.881Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-10-10T23:25:54.292Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-10T23:25:54.292Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-10T23:25:54.292Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-10T23:26:06.728Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-10-10T23:26:09.285Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-10T23:26:09.285Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-10T23:26:09.285Z] === RUN TestDockerSuite/TestCpToDot [2019-10-10T23:26:10.279Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-10T23:26:10.279Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-10T23:26:10.279Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-10T23:26:13.242Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-10T23:26:13.242Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-10T23:26:13.242Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-10T23:26:13.242Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-10T23:26:13.242Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-10T23:26:13.242Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-10T23:26:13.242Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-10T23:26:15.472Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-10T23:26:17.701Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-10T23:26:17.701Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-10T23:26:18.171Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-10T23:26:20.404Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-10T23:26:20.877Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-10T23:26:21.348Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-10T23:26:21.348Z] === RUN TestDockerSuite/TestCreateRM [2019-10-10T23:26:21.825Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-10T23:26:21.825Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-10T23:26:21.825Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-10T23:26:22.296Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-10T23:26:37.299Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-10T23:26:37.299Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-10T23:26:37.299Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-10T23:26:41.108Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-10T23:26:41.108Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-10T23:26:41.108Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDockerFails [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-10T23:26:44.083Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-10T23:26:47.059Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-10T23:26:49.294Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-10T23:26:51.520Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-10T23:26:53.359Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-10-10T23:27:06.498Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-10T23:27:11.286Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-10T23:27:11.409Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-10-10T23:27:16.649Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-10T23:27:18.228Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-10T23:27:19.225Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-10T23:27:23.039Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-10T23:27:23.510Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-10T23:27:24.503Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-10T23:27:29.297Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-10T23:27:39.885Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-10T23:27:39.885Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-10T23:27:39.885Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-10T23:27:39.885Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-10T23:27:39.885Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-10T23:27:39.885Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-10T23:27:40.357Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-10T23:27:40.357Z] === RUN TestDockerSuite/TestEventsRename [2019-10-10T23:27:42.586Z] === RUN TestDockerSuite/TestEventsResize [2019-10-10T23:27:43.443Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-10-10T23:27:45.557Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-10T23:27:47.790Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-10T23:27:50.765Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-10T23:27:55.535Z] === RUN TestDockerSuite/TestEventsTop [2019-10-10T23:27:55.535Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-10T23:27:58.502Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-10T23:28:02.315Z] === RUN TestDockerSuite/TestExec [2019-10-10T23:28:02.315Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-10T23:28:02.315Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-10T23:28:03.891Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-10T23:28:06.124Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-10T23:28:06.124Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-10T23:28:06.124Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-10T23:28:06.124Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-10T23:28:08.356Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-10T23:28:10.587Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-10T23:28:12.815Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-10T23:28:15.057Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-10T23:28:15.505Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-10-10T23:28:19.831Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-10T23:28:19.831Z] === RUN TestDockerSuite/TestExecEnv [2019-10-10T23:28:19.831Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-10T23:28:19.831Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-10T23:28:22.056Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-10T23:28:26.832Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-10T23:28:26.832Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-10T23:28:26.832Z] === RUN TestDockerSuite/TestExecParseError [2019-10-10T23:28:26.832Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-10T23:28:26.832Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-10T23:28:26.832Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-10T23:28:29.061Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-10T23:28:29.061Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-10T23:28:29.061Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-10T23:28:29.061Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-10T23:28:29.061Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-10T23:28:29.061Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-10T23:28:30.350Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-10-10T23:28:32.025Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-10T23:28:32.025Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-10T23:28:40.155Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-10T23:28:40.155Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-10T23:28:40.155Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-10T23:28:40.155Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-10T23:28:46.062Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-10T23:28:47.158Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-10-10T23:28:51.958Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-10T23:28:55.771Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-10T23:29:01.663Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-10T23:29:02.137Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-10T23:29:02.137Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-10T23:29:02.137Z] === RUN TestDockerSuite/TestHealth [2019-10-10T23:29:02.137Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-10T23:29:02.137Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-10T23:29:02.137Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-10T23:29:02.615Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-10T23:29:05.208Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-10-10T23:29:08.511Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-10T23:29:08.511Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-10T23:29:08.511Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-10T23:29:08.512Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-10T23:29:08.512Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-10T23:29:08.512Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-10T23:29:09.504Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-10T23:29:09.504Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-10T23:29:10.498Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-10T23:29:10.498Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-10T23:29:12.727Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-10T23:29:12.727Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-10T23:29:15.697Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-10T23:29:17.921Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-10T23:29:17.921Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-10T23:29:17.921Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite (441.44s) [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.93s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume" [2019-10-10T23:29:20.077Z] docker_cli_external_volume_driver_test.go:53: [d9743305aab37] daemon is not started [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities" [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.59s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer" [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet" [2019-10-10T23:29:20.077Z] docker_cli_external_volume_driver_test.go:53: [dfac7c5f86a10] daemon is not started [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList" [2019-10-10T23:29:20.077Z] docker_cli_external_volume_driver_test.go:53: [dd4e8ffd9686e] daemon is not started [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-10-10T23:29:20.077Z] docker_cli_external_volume_driver_test.go:53: [dfbcad7c5f09f] daemon is not started [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.59s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID" [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.87s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed" [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.81s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls" [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.64s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.77s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp" [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.01s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.55s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed" [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.37s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom" [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.32s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-10-10T23:29:20.077Z] docker_cli_external_volume_driver_test.go:485: [d51a11744baea] daemon is not started [2019-10-10T23:29:20.077Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict" [2019-10-10T23:29:20.077Z] docker_cli_external_volume_driver_test.go:53: [d6fc0cab8e571] daemon is not started [2019-10-10T23:29:20.077Z] PASS [2019-10-10T23:29:20.077Z] [2019-10-10T23:29:20.077Z] === Skipped [2019-10-10T23:29:20.077Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-10-10T23:29:20.077Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-10T23:29:20.077Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-10-10T23:29:20.077Z] check_test.go:309: [d1688009c8c28] daemon is not started [2019-10-10T23:29:20.077Z] [2019-10-10T23:29:20.077Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-10T23:29:20.077Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-10T23:29:20.077Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-10T23:29:20.078Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-10-10T23:29:20.078Z] check_test.go:309: [d5236a7f43fc6] daemon is not started [2019-10-10T23:29:20.078Z] [2019-10-10T23:29:20.078Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-10T23:29:20.078Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-10T23:29:20.078Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-10T23:29:20.078Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-10-10T23:29:20.078Z] check_test.go:309: [d9d963d86abe3] daemon is not started [2019-10-10T23:29:20.078Z] [2019-10-10T23:29:20.078Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2019-10-10T23:29:20.078Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2019-10-10T23:29:20.078Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-10T23:29:20.078Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-10-10T23:29:20.078Z] check_test.go:309: [db75296fd2942] daemon is not started [2019-10-10T23:29:20.078Z] [2019-10-10T23:29:20.078Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-10T23:29:20.078Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-10T23:29:20.078Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-10T23:29:20.078Z] [2019-10-10T23:29:20.078Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-10-10T23:29:20.078Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-10-10T23:29:20.078Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-10-10T23:29:20.078Z] [2019-10-10T23:29:20.078Z] [2019-10-10T23:29:20.078Z] DONE 270 tests, 6 skipped in 2613.157s [2019-10-10T23:29:20.078Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-10T23:29:20.078Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5ff7606a37a3/docker.pid [2019-10-10T23:29:20.078Z] +++ kill 5228 [2019-10-10T23:29:20.078Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5228 is not a child of this shell [2019-10-10T23:29:20.078Z] warning: PID 5228 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5ff7606a37a3/docker.pid had a nonzero exit code [2019-10-10T23:29:20.078Z] ++++ cat bundles/test-integration/docker.pid [2019-10-10T23:29:20.078Z] +++ kill 7206 [2019-10-10T23:29:20.078Z] +++ /etc/init.d/apparmor stop [2019-10-10T23:29:20.078Z] Clearing AppArmor profiles cache:. [2019-10-10T23:29:20.078Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-10T23:29:20.078Z] Unloading profiles will leave already running processes permanently [2019-10-10T23:29:20.078Z] unconfined, which can lead to unexpected situations. [2019-10-10T23:29:20.078Z] [2019-10-10T23:29:20.078Z] To set a process to complain mode, use the command line tool [2019-10-10T23:29:20.078Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-10T23:29:20.078Z] with the 'teardown' option." [2019-10-10T23:29:20.078Z] [2019-10-10T23:29:20.078Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-10-10T23:29:20.088Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-10T23:29:20.991Z] + echo Ensuring container killed. [2019-10-10T23:29:20.991Z] Ensuring container killed. [2019-10-10T23:29:20.991Z] + docker ps -aq -f name=docker-pr10-* [2019-10-10T23:29:20.991Z] + cids=455f77990e16 [2019-10-10T23:29:20.991Z] caa574d9efa2 [2019-10-10T23:29:20.991Z] feea01df5d1a [2019-10-10T23:29:20.991Z] + [ -n 455f77990e16 [2019-10-10T23:29:20.991Z] caa574d9efa2 [2019-10-10T23:29:20.991Z] feea01df5d1a ] [2019-10-10T23:29:20.991Z] + docker rm -vf 455f77990e16 caa574d9efa2 feea01df5d1a [2019-10-10T23:29:21.737Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-10T23:29:22.209Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-10T23:29:22.887Z] 455f77990e16 [2019-10-10T23:29:24.442Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-10T23:29:24.442Z] === RUN TestDockerSuite/TestImportFile [2019-10-10T23:29:24.442Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-10T23:29:24.442Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-10T23:29:24.442Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-10T23:29:24.442Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-10T23:29:24.442Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-10T23:29:24.442Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-10T23:29:24.912Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-10T23:29:24.912Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-10T23:29:24.912Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-10T23:29:24.912Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-10T23:29:24.912Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-10T23:29:24.912Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-10T23:29:25.386Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-10T23:29:25.386Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-10T23:29:25.386Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-10T23:29:25.386Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-10T23:29:25.386Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-10T23:29:25.407Z] caa574d9efa2 [2019-10-10T23:29:25.407Z] feea01df5d1a [Pipeline] sh [2019-10-10T23:29:25.690Z] + echo Chowning /workspace to jenkins user [2019-10-10T23:29:25.690Z] Chowning /workspace to jenkins user [2019-10-10T23:29:25.690Z] + id -u [2019-10-10T23:29:25.690Z] + id -g [2019-10-10T23:29:25.690Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40062:/workspace busybox chown -R 1000:1000 /workspace [2019-10-10T23:29:27.628Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-10T23:29:29.859Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-10T23:29:29.859Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-10T23:29:29.859Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-10T23:29:30.158Z] + bundleName=amd64 [2019-10-10T23:29:30.158Z] + echo Creating amd64-bundles.tar.gz [2019-10-10T23:29:30.158Z] Creating amd64-bundles.tar.gz [2019-10-10T23:29:30.158Z] + 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-10T23:29:30.158Z] + xargs tar -czf amd64-bundles.tar.gz [2019-10-10T23:29:30.331Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-10T23:29:30.331Z] === RUN TestDockerSuite/TestInspectBindMountPoint [Pipeline] archiveArtifacts [2019-10-10T23:29:31.536Z] Archiving artifacts [2019-10-10T23:29:31.950Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40062/10/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-10T23:29:32.257Z] + make clean [2019-10-10T23:29:32.515Z] docker volume rm -f docker-dev-cache [2019-10-10T23:29:32.515Z] docker-dev-cache [Pipeline] deleteDir [2019-10-10T23:29:32.559Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-10T23:29:32.559Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-10T23:29:39.742Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-10T23:29:39.742Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-10T23:29:39.742Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-10T23:29:39.742Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-10T23:29:41.969Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-10T23:29:47.866Z] === RUN TestDockerSuite/TestInspectImage [2019-10-10T23:29:47.866Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-10T23:29:47.866Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-10T23:29:47.866Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-10T23:29:50.096Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-10T23:29:52.340Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-10T23:29:52.340Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-10T23:29:54.567Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-10T23:29:56.795Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-10T23:29:56.795Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-10T23:29:56.795Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-10T23:29:59.021Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-10T23:30:01.994Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-10T23:30:06.776Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-10T23:30:09.008Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-10T23:30:11.237Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-10T23:30:13.466Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-10T23:30:15.694Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-10T23:30:17.921Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-10T23:30:20.151Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-10T23:30:20.151Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-10T23:30:20.151Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-10T23:30:20.151Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-10T23:30:20.151Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-10T23:30:20.151Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-10T23:30:20.151Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-10T23:30:20.151Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-10T23:30:20.151Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-10T23:30:20.628Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-10T23:30:20.628Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-10T23:30:20.628Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-10T23:30:20.628Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-10T23:30:20.628Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-10T23:30:20.628Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-10T23:30:20.628Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-10T23:30:20.629Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-10T23:30:20.629Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-10T23:30:20.629Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-10T23:30:20.629Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-10T23:30:22.858Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-10T23:30:25.089Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-10T23:30:30.980Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-10T23:30:33.206Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-10T23:30:33.206Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-10T23:30:35.434Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-10T23:30:35.434Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-10T23:30:44.129Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-10T23:30:51.319Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-10T23:31:00.011Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-10T23:31:01.582Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-10T23:31:04.546Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-10T23:31:04.546Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-10T23:31:06.775Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-10T23:31:09.746Z] === RUN TestDockerSuite/TestLogsSince [2019-10-10T23:31:18.440Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-10T23:31:18.440Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-10T23:31:18.440Z] === RUN TestDockerSuite/TestLogsTail [2019-10-10T23:31:27.132Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-10T23:31:29.383Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-10T23:31:31.630Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-10T23:31:31.630Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-10T23:31:31.630Z] === RUN TestDockerSuite/TestNetHostname [2019-10-10T23:31:31.630Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-10T23:31:31.630Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-10T23:31:31.630Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-10T23:31:31.630Z] === RUN TestDockerSuite/TestPluginActive [2019-10-10T23:31:31.630Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-10T23:31:31.630Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-10T23:31:32.103Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-10T23:31:32.103Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-10T23:31:32.103Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-10T23:31:32.103Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-10T23:31:32.103Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-10T23:31:32.103Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-10T23:31:32.103Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-10T23:31:32.103Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-10T23:31:32.103Z] === RUN TestDockerSuite/TestPortList [2019-10-10T23:31:32.103Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-10T23:31:36.901Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-10T23:31:36.901Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-10T23:31:36.901Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-10T23:31:36.901Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-10T23:31:36.901Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-10T23:31:36.901Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-10T23:31:36.901Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-10T23:31:36.901Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-10T23:31:36.901Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-10T23:31:36.901Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-10T23:31:41.688Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-10T23:31:41.688Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-10T23:31:50.380Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-10T23:31:50.380Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-10T23:31:59.072Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-10T23:32:14.039Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-10T23:32:14.514Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-10T23:32:14.514Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-10T23:32:29.494Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-10T23:32:31.728Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-10T23:32:40.435Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-10T23:32:44.247Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-10T23:32:44.247Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-10T23:32:44.247Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-10T23:32:49.027Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-10T23:32:49.027Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-10T23:32:49.027Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-10T23:32:49.027Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-10T23:32:49.027Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-10T23:32:56.217Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-10T23:32:56.217Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-10T23:32:57.215Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-10T23:32:57.215Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-10T23:32:58.794Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-10T23:32:59.791Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-10T23:32:59.791Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-10T23:33:04.576Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-10T23:33:09.355Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-10T23:33:11.590Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-10T23:33:36.929Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-10T23:33:36.929Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-10T23:33:42.816Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-10T23:33:42.816Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-10T23:33:42.816Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-10T23:33:43.813Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-10T23:33:48.593Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-10T23:33:53.397Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-10T23:33:53.397Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-10T23:33:58.178Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-10T23:33:58.178Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-10T23:33:58.178Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-10T23:34:16.049Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-10T23:34:21.958Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-10T23:34:21.958Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-10T23:34:30.661Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-10T23:34:35.442Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-10T23:34:44.146Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-10T23:34:48.924Z] === RUN TestDockerSuite/TestRmiTag [2019-10-10T23:34:49.397Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-10T23:34:51.624Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-10T23:35:09.491Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-10T23:35:12.461Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-10T23:35:18.354Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-10T23:35:19.348Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-10T23:35:19.348Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-10T23:35:19.348Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-10T23:35:19.348Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-10T23:35:19.348Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-10T23:35:19.348Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-10T23:35:19.348Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-10T23:35:19.348Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-10T23:35:21.575Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-10T23:35:21.575Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-10T23:35:21.575Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-10T23:35:26.356Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-10T23:35:29.323Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-10T23:35:31.552Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-10T23:35:33.783Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-10T23:35:36.754Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-10T23:35:36.754Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-10T23:35:41.535Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-10T23:35:41.535Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-10T23:35:41.535Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-10T23:35:41.535Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-10T23:35:41.535Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-10T23:35:41.535Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-10T23:35:41.535Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-10T23:35:41.535Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-10T23:35:41.535Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-10T23:35:41.535Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-10T23:35:41.535Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-10T23:35:41.535Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-10T23:35:43.765Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-10T23:35:43.765Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-10T23:35:46.737Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-10T23:35:46.737Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-10T23:35:46.737Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-10T23:35:48.968Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-10T23:35:48.968Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-10T23:35:48.968Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-10T23:35:48.968Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-10T23:35:48.968Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-10T23:35:48.968Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-10T23:35:48.968Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-10T23:35:48.968Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-10T23:35:51.210Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-10T23:35:54.182Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-10T23:35:55.763Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-10T23:35:55.763Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-10T23:35:55.763Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-10T23:35:55.763Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-10T23:35:57.992Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-10T23:35:57.992Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-10T23:35:57.992Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-10T23:35:58.468Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-10T23:35:58.468Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-10T23:36:00.697Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-10T23:36:15.671Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-10T23:36:15.671Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-10T23:36:15.671Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-10T23:36:15.671Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-10T23:36:15.671Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-10T23:36:15.671Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-10T23:36:15.671Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-10T23:36:16.143Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-10T23:36:16.143Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-10T23:36:16.615Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-10T23:36:16.615Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-10T23:36:18.842Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-10T23:36:21.073Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-10T23:36:21.073Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-10T23:36:23.302Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-10T23:36:23.302Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-10T23:36:23.302Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-10T23:36:23.302Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-10T23:36:25.541Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-10T23:36:27.771Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-10T23:36:29.998Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-10T23:36:32.223Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-10T23:36:32.223Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-10T23:36:32.223Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-10T23:36:32.223Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-10T23:36:32.223Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-10T23:36:32.223Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-10T23:36:32.223Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-10T23:36:32.223Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-10T23:36:32.223Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-10T23:36:37.019Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-10T23:36:37.019Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-10T23:36:37.019Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-10T23:36:37.019Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-10T23:36:37.019Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-10T23:36:37.019Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-10T23:36:37.019Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-10T23:36:47.481Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-10T23:36:47.481Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-10T23:36:48.473Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-10T23:36:48.474Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-10T23:36:48.474Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-10T23:36:48.474Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-10T23:36:48.474Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-10T23:36:48.474Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-10T23:36:48.474Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-10T23:36:48.474Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-10T23:36:48.474Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-10T23:36:48.474Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-10T23:36:48.474Z] === RUN TestDockerSuite/TestRunMount [2019-10-10T23:36:48.474Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-10T23:36:48.474Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-10T23:36:48.944Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-10T23:36:48.944Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-10T23:36:56.133Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-10T23:36:56.133Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-10T23:36:56.133Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-10T23:36:56.133Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-10T23:37:00.916Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-10T23:37:05.687Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-10T23:37:05.688Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-10T23:37:05.688Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-10T23:37:05.688Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-10T23:37:05.688Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-10T23:37:05.688Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-10T23:37:05.688Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-10T23:37:05.688Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-10T23:37:05.688Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-10T23:37:05.688Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-10T23:37:05.688Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-10T23:37:06.684Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-10T23:37:08.908Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-10T23:37:11.135Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-10T23:37:12.131Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-10T23:37:14.359Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-10T23:37:14.359Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-10T23:37:14.359Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-10T23:37:14.359Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-10T23:37:14.359Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-10T23:37:14.359Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-10T23:37:14.830Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-10T23:37:14.830Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-10T23:37:14.830Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-10T23:37:17.812Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-10T23:37:17.812Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-10T23:37:17.812Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-10T23:37:17.812Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-10T23:37:17.812Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-10T23:37:17.812Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-10T23:37:26.525Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-10T23:37:26.525Z] === RUN TestDockerSuite/TestRunRm [2019-10-10T23:37:28.750Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-10T23:37:34.647Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-10T23:37:36.222Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-10T23:37:38.450Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-10T23:37:40.686Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-10T23:37:43.664Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-10T23:37:43.664Z] === RUN TestDockerSuite/TestRunState [2019-10-10T23:37:43.664Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-10T23:37:45.890Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-10T23:37:45.890Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-10T23:37:48.116Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-10T23:37:48.116Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-10T23:37:48.116Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-10T23:37:48.116Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-10T23:37:48.116Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-10T23:37:48.116Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-10T23:37:52.902Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-10T23:37:52.902Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-10T23:37:52.902Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-10T23:37:52.902Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-10T23:37:52.902Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-10T23:37:52.902Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-10T23:37:52.902Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-10T23:37:52.902Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-10T23:37:52.902Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-10T23:37:53.374Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-10T23:37:53.374Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-10T23:37:55.604Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-10T23:37:55.604Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-10T23:37:57.838Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-10T23:37:57.838Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-10T23:37:57.838Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-10T23:38:00.811Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-10T23:38:08.010Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-10T23:38:12.793Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-10T23:38:18.856Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-10T23:38:18.856Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-10T23:38:18.856Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-10T23:38:18.856Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-10T23:38:18.856Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-10T23:38:22.689Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-10T23:38:24.920Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-10T23:38:27.153Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-10T23:38:27.153Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-10T23:38:27.153Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-10T23:38:27.153Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-10T23:38:27.153Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-10T23:38:27.153Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-10T23:38:27.153Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-10T23:38:27.153Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-10T23:38:27.153Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-10T23:38:31.935Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-10T23:38:33.513Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-10T23:38:35.741Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-10T23:38:46.194Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-10T23:38:47.185Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-10T23:38:47.656Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-10T23:38:48.137Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-10T23:38:48.609Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-10T23:38:50.181Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-10T23:39:02.726Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-10T23:39:02.726Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-10T23:39:09.928Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-10T23:39:09.928Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-10T23:39:18.630Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-10T23:39:18.630Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-10T23:39:18.630Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-10T23:39:18.630Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-10T23:39:18.630Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-10T23:39:25.832Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-10T23:39:25.832Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-10T23:39:25.832Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-10T23:39:25.832Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-10T23:39:25.832Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-10T23:39:25.832Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-10T23:39:25.832Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-10T23:39:27.406Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-10T23:39:29.639Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-10T23:39:29.639Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-10T23:39:31.864Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-10T23:39:31.864Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-10T23:39:31.864Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-10T23:39:31.864Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-10T23:39:31.864Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-10T23:39:31.864Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-10T23:39:31.864Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-10T23:39:49.719Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-10T23:39:49.719Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-10T23:39:49.719Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-10T23:39:49.719Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-10T23:39:49.719Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-10T23:39:49.719Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-10T23:39:49.719Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-10T23:39:51.290Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-10T23:39:51.290Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-10T23:39:54.260Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-10T23:39:54.732Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-10T23:39:55.203Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-10T23:39:55.203Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-10T23:39:55.203Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-10T23:40:03.903Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-10T23:40:03.903Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-10T23:40:04.374Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-10T23:40:04.374Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-10T23:40:04.374Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-10T23:40:11.565Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-10T23:40:11.565Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-10T23:40:11.565Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-10T23:40:22.028Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-10T23:40:22.028Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite (2699.27s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2019-10-10T23:40:22.028Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-10-10T23:40:22.028Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.72s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.33s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.59s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (149.97s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.78s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2019-10-10T23:40:22.028Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2019-10-10T23:40:22.028Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2019-10-10T23:40:22.028Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2019-10-10T23:40:22.028Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2019-10-10T23:40:22.028Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2019-10-10T23:40:22.028Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2019-10-10T23:40:22.028Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2019-10-10T23:40:22.028Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.88s) [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-10-10T23:40:22.028Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-10-10T23:40:22.028Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (4.02s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.29s) [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-10-10T23:40:22.028Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2019-10-10T23:40:22.028Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-10-10T23:40:22.028Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-10-10T23:40:22.028Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.27s) [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2019-10-10T23:40:22.028Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-10-10T23:40:22.028Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.01s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (118.36s) [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.50s) [2019-10-10T23:40:22.028Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.97s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.53s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.94s) [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2019-10-10T23:40:22.028Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-10-10T23:40:22.028Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-10-10T23:40:22.028Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.34s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.89s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.27s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.49s) [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2019-10-10T23:40:22.028Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2019-10-10T23:40:22.028Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.68s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.22s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.58s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.00s) [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-10-10T23:40:22.028Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.25s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.64s) [2019-10-10T23:40:22.028Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.65s) [2019-10-10T23:40:22.028Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.54s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildAddTar (41.43s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (24.30s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.85s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.60s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.29s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.59s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.64s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.86s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.66s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.72s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.60s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (31.07s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.24s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.91s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.46s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.60s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.29s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.53s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2019-10-10T23:40:22.029Z] docker_api_build_test.go:407: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.61s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.96s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCmd (0.61s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.62s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.54s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.58s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.39s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.30s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildContChar (14.49s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.60s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.19s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.89s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.56s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.87s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.70s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.80s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (38.04s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.74s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.42s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.38s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.56s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.53s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (35.01s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.90s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (24.56s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.91s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.98s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.74s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.24s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.89s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerignore (64.60s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.66s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (74.69s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.96s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.95s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (21.69s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (12.58s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.55s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (37.06s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.62s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (16.67s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (87.85s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.78s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.44s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.58s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.18s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.54s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.55s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.31s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.23s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.45s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.38s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.67s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.01s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.58s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.33s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.72s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildFails (2.23s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (10.61s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.84s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildForceRm (8.07s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.24s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.71s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.77s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.94s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.66s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.04s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildHistory (12.12s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.05s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.20s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.89s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.13s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.98s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildLabel (1.02s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.66s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.95s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.65s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildLabels (1.07s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.73s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.86s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.64s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.81s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.85s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.72s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2019-10-10T23:40:22.029Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.31s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (38.16s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.82s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (10.15s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.04s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.86s) [2019-10-10T23:40:22.029Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.40s) [2019-10-10T23:40:22.029Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2019-10-10T23:40:22.030Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.66s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.66s) [2019-10-10T23:40:22.030Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2019-10-10T23:40:22.030Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.030Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-10-10T23:40:22.030Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildNoContext (7.52s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.89s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.38s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.29s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.50s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.29s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.27s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.41s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.80s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.99s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.83s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.73s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.73s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.43s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.27s) [2019-10-10T23:40:22.030Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2019-10-10T23:40:22.030Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.030Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2019-10-10T23:40:22.030Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (7.07s) [2019-10-10T23:40:22.030Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-10-10T23:40:22.030Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (46.11s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.14s) [2019-10-10T23:40:22.030Z] --- PASS: TestDockerSuite/TestBuildRm (15.13s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.57s) [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.46s) [2019-10-10T23:40:22.503Z] docker_api_build_test.go:518: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.55s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.89s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.80s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.01s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.40s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.95s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.64s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (13.51s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.35s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.70s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildStderr (5.05s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (22.20s) [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.42s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.58s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.46s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.43s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.03s) [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.97s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.76s) [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (25.11s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.01s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (16.60s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.29s) [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.74s) [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.24s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.22s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.49s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.35s) [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.54s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.28s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.66s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.07s) [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.42s) [2019-10-10T23:40:22.503Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2019-10-10T23:40:22.503Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-10-10T23:40:22.503Z] docker_cli_sni_test.go:18: Flakey test [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.30s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.09s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestCommitChange (5.68s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.15s) [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-10-10T23:40:22.503Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.24s) [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2019-10-10T23:40:22.503Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestCommitTTY (8.06s) [2019-10-10T23:40:22.503Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.18s) [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2019-10-10T23:40:22.503Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.503Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-10-10T23:40:22.503Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.37s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.84s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.39s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.30s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.69s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.77s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.28s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.27s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.42s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.26s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.33s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.25s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.77s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.26s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.13s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.07s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.31s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.92s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.63s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.30s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.39s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.10s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.04s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (22.46s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:2100: case 0 - config: {volume c:\foo false } [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:2100: case 1 - config: {volume c:\foo\ false } [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 c:\foo false } [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 c:\foo true } [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 c:\foo false 0xc000b84d40 } [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:2100: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1020099530 c:\foo false } [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:2100: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1020099530 c:\foo true } [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:2175: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1927: case 0 [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1927: case 1 [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1927: case 2 [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1927: case 3 [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1927: case 4 [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1927: case 5 [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1927: case 6 [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1927: case 7 [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1927: case 8 [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:1927: case 9 [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.46s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_from_container_test.go:120: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_from_container_test.go:140: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_from_container_test.go:158: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_from_container_test.go:183: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_from_container_test.go:223: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_from_container_test.go:252: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_from_container_test.go:275: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_cp_from_container_test.go:314: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_from_container_test.go:344: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_from_container_test.go:368: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.39s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.28s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.85s) [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a282405733\file1 1beb2accc48f48a131ad2917804cb79e47dfae96eb5011ce5bbfcf595a9fcb2a:/root/itWorks.txt` [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:279: checking that container "1beb2accc48f48a131ad2917804cb79e47dfae96eb5011ce5bbfcf595a9fcb2a" start output contains "file1\n" [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1beb2accc48f48a131ad2917804cb79e47dfae96eb5011ce5bbfcf595a9fcb2a` [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.46s) [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b174015872\file1 98bfdba008e1738cc7d7bd1e884696d43cd0a6b41c34bc53ce9f84eacf70af98:testDir/` [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_to_container_test.go:166: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_to_container_test.go:193: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.28s) [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e936870623\dir1 46cf70a504596da0e77f891ff2aa64fc3d63777c7bde655ea0b2b74edc885dac:testDir` [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:279: checking that container "46cf70a504596da0e77f891ff2aa64fc3d63777c7bde655ea0b2b74edc885dac" start output contains "file1-1\n" [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:209: running `docker start -a 46cf70a504596da0e77f891ff2aa64fc3d63777c7bde655ea0b2b74edc885dac` [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e936870623\dir1 a7ca3340e4d1e40d0807a531cd6fd00fccf6a117260e26e0d50fefbe936c1e16:testDir/` [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:279: checking that container "a7ca3340e4d1e40d0807a531cd6fd00fccf6a117260e26e0d50fefbe936c1e16" start output contains "file1-1\n" [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:209: running `docker start -a a7ca3340e4d1e40d0807a531cd6fd00fccf6a117260e26e0d50fefbe936c1e16` [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_to_container_test.go:274: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_cp_to_container_test.go:297: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCpToCaseH (14.33s) [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h092017842\dir1\. e097d7563fbfdc960ced1c934928cd4e40ff2cc56ae235df693ef7c9bb52c3a0:testDir` [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:279: checking that container "e097d7563fbfdc960ced1c934928cd4e40ff2cc56ae235df693ef7c9bb52c3a0" start output contains "file1-1\n" [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:209: running `docker start -a e097d7563fbfdc960ced1c934928cd4e40ff2cc56ae235df693ef7c9bb52c3a0` [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h092017842\dir1\. 31fb5963da983c8e8e0a7b0302dd0f168cf34cf5755f8d8b4be37bed6ab8d19c:testDir/` [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:279: checking that container "31fb5963da983c8e8e0a7b0302dd0f168cf34cf5755f8d8b4be37bed6ab8d19c" start output contains "file1-1\n" [2019-10-10T23:40:22.504Z] docker_cli_cp_utils_test.go:209: running `docker start -a 31fb5963da983c8e8e0a7b0302dd0f168cf34cf5755f8d8b4be37bed6ab8d19c` [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_cp_to_container_test.go:379: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_cp_to_container_test.go:403: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCpToDot (2.46s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_to_container_test.go:447: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2019-10-10T23:40:22.504Z] docker_cli_cp_to_container_test.go:474: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCpToStdout (2.53s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.20s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.96s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.44s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.29s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.18s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.74s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateLabels (0.20s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateRM (0.36s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-10-10T23:40:22.504Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.19s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.41s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (13.18s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.61s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.81s) [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2019-10-10T23:40:22.504Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.30s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-10-10T23:40:22.504Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s) [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2019-10-10T23:40:22.504Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.504Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-10-10T23:40:22.504Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-10-10T23:40:22.505Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-10-10T23:40:22.505Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-10-10T23:40:22.505Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-10-10T23:40:22.505Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-10-10T23:40:22.505Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2019-10-10T23:40:22.505Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.53s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.45s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.64s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (13.13s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsCopy (6.01s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.06s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.24s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.93s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.80s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.46s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.17s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsFilters (4.73s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsFormat (9.52s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.22s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsRename (2.43s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsResize (2.87s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.32s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.77s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.86s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsUntag (2.82s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.82s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-10-10T23:40:22.505Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.94s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.91s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2019-10-10T23:40:22.505Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2019-10-10T23:40:22.505Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2019-10-10T23:40:22.505Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.08s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.19s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.33s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.22s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.61s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.36s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestExecInspectID (4.71s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-10-10T23:40:22.505Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.52s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2019-10-10T23:40:22.505Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.33s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (8.28s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.10s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.13s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.71s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.01s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-10-10T23:40:22.505Z] docker_api_attach_test.go:27: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.10s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.61s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.39s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.77s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.11s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.00s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.31s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.28s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.65s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesFormat (0.25s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.83s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.10s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImportBadURL (2.36s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2019-10-10T23:40:22.505Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_info_test.go:178: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.37s) [2019-10-10T23:40:22.505Z] docker_cli_info_test.go:107: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_info_test.go:73: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_info_test.go:90: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_info_test.go:144: unmatched requirement IsPausable [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_info_test.go:131: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_info_test.go:161: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInfoFormat (0.18s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_info_test.go:196: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-10-10T23:40:22.505Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-10-10T23:40:22.505Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.31s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.31s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-10-10T23:40:22.505Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2019-10-10T23:40:22.505Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_inspect_test.go:412: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.32s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.22s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (7.11s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_inspect_test.go:391: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_inspect_test.go:379: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectDefault (2.32s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectHistory (5.20s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.31s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.24s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.22s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.26s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_inspect_test.go:422: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.10s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.47s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectStatus (2.96s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.38s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.47s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.19s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.18s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.36s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.14s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.26s) [2019-10-10T23:40:22.505Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-10-10T23:40:22.505Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2019-10-10T23:40:22.505Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.505Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.10s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.03s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.01s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.71s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.44s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-10-10T23:40:22.506Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.28s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.97s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.00s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.89s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.73s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.48s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.39s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.64s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsSince (9.09s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsTail (7.70s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.80s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.70s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.13s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2019-10-10T23:40:22.506Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.04s) [2019-10-10T23:40:22.506Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.81s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2019-10-10T23:40:22.506Z] docker_api_attach_test.go:101: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-10-10T23:40:22.506Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-10-10T23:40:22.506Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2019-10-10T23:40:22.506Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2019-10-10T23:40:22.506Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-10T23:40:22.506Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-10-10T23:40:22.506Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-10-10T23:40:22.506Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.75s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-10-10T23:40:22.506Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPsByOrder (8.16s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.30s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.81s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.32s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.57s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.66s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.77s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.27s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2019-10-10T23:40:22.506Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.76s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.20s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.45s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.48s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.12s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-10-10T23:40:22.506Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.60s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.43s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.42s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (23.90s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.01s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.27s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.87s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.91s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.38s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.66s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.35s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.62s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (7.67s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.74s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.41s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.64s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.34s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.92s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiTag (0.81s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.44s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.93s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.62s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.64s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.38s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:4520: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:4037: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.15s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.73s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.00s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.44s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.23s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.50s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.63s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.19s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.10s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.22s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.27s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.42s) [2019-10-10T23:40:22.506Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.22s) [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-10-10T23:40:22.506Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.506Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.23s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.25s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (13.44s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:4002: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.22s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:4177: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.22s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.21s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:4260: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.17s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunExitCode (2.21s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.18s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.19s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.37s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:4512: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.37s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.85s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.83s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:4322: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:4310: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.28s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.02s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.01s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.39s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.01s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.17s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.34s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.02s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.06s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.90s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.35s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunRm (2.36s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.47s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.43s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.28s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.20s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.72s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.25s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.01s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.21s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.87s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.03s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.43s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.18s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3967: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3960: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.99s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.02s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.54s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.35s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2019-10-10T23:40:22.507Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.22s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.57s) [2019-10-10T23:40:22.507Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.43s) [2019-10-10T23:40:22.507Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-10-10T23:40:22.508Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2019-10-10T23:40:22.508Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2019-10-10T23:40:22.508Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2019-10-10T23:40:22.508Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-10-10T23:40:22.508Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-10-10T23:40:22.508Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-10-10T23:40:22.508Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.17s) [2019-10-10T23:40:22.508Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.87s) [2019-10-10T23:40:22.508Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.17s) [2019-10-10T23:40:22.508Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (9.11s) [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2019-10-10T23:40:22.508Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2019-10-10T23:40:22.508Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-10-10T23:40:22.508Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-10-10T23:40:22.508Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-10-10T23:40:22.508Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-10-10T23:40:22.508Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2019-10-10T23:40:22.508Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2019-10-10T23:40:22.508Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2019-10-10T23:40:22.508Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-10-10T23:40:22.508Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2019-10-10T23:40:22.508Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.508Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2019-10-10T23:40:22.508Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2019-10-10T23:40:22.980Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2019-10-10T23:40:22.980Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2019-10-10T23:40:22.980Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2019-10-10T23:40:22.980Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-10-10T23:40:22.980Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.980Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.40s) [2019-10-10T23:40:22.980Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2019-10-10T23:40:22.980Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2019-10-10T23:40:22.980Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.32s) [2019-10-10T23:40:22.980Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.61s) [2019-10-10T23:40:22.980Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (11.57s) [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-10-10T23:40:22.980Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.980Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.65s) [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-10-10T23:40:22.980Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.980Z] --- PASS: TestDockerSuite/TestStartAttachSilent (8.97s) [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2019-10-10T23:40:22.980Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-10-10T23:40:22.980Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2019-10-10T23:40:22.980Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2019-10-10T23:40:22.980Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.980Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.43s) [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-10-10T23:40:22.980Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.980Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2019-10-10T23:40:22.980Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-10-10T23:40:22.981Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2019-10-10T23:40:22.981Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2019-10-10T23:40:22.981Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2019-10-10T23:40:22.981Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.14s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.45s) [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2019-10-10T23:40:22.981Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.25s) [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2019-10-10T23:40:22.981Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-10-10T23:40:22.981Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2019-10-10T23:40:22.981Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-10-10T23:40:22.981Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2019-10-10T23:40:22.981Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2019-10-10T23:40:22.981Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.24s) [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-10-10T23:40:22.981Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.43s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.32s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.57s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.99s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.45s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.46s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.17s) [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2019-10-10T23:40:22.981Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.67s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.23s) [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2019-10-10T23:40:22.981Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.60s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.32s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.32s) [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.80s) [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-10-10T23:40:22.981Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.54s) [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-10T23:40:22.981Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-10T23:40:22.981Z] --- PASS: TestDockerRegistrySuite (0.03s) [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-10T23:40:22.981Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-10T23:40:22.981Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.981Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-10-10T23:40:22.981Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-10T23:40:22.982Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-10T23:40:22.982Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-10T23:40:22.982Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] === RUN TestDockerDaemonSuite [2019-10-10T23:40:22.982Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-10T23:40:22.982Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-10T23:40:22.982Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-10T23:40:22.982Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-10T23:40:22.982Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] === RUN TestDockerSwarmSuite [2019-10-10T23:40:22.982Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-10-10T23:40:22.982Z] === RUN TestDockerPluginSuite [2019-10-10T23:40:22.982Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-10-10T23:40:22.982Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-10-10T23:40:22.982Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-10-10T23:40:22.982Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-10-10T23:40:22.982Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-10-10T23:40:22.982Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-10-10T23:40:22.982Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-10-10T23:40:22.982Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-10-10T23:40:22.982Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-10-10T23:40:22.982Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-10-10T23:40:22.982Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-10-10T23:40:22.982Z] --- PASS: TestDockerPluginSuite (0.00s) [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] === RUN TestDockerExternalVolumeSuite [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:128: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] === RUN TestDockerNetworkSuite [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:134: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] === RUN TestDockerHubPullSuite [2019-10-10T23:40:22.982Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-10-10T23:40:22.982Z] check_test.go:142: unmatched requirement DaemonIsLinux [2019-10-10T23:40:22.982Z] PASS [2019-10-10T23:40:22.982Z] ok github.com/docker/docker/integration-cli 2700.169s [2019-10-10T23:40:22.982Z] INFO: Integration tests ended at 10/10/2019 23:40:22. Duration:00:45:09.9707028 [2019-10-10T23:40:22.982Z] INFO: Docker info of the daemon under test at end of run [2019-10-10T23:40:22.982Z] [2019-10-10T23:40:22.982Z] Containers: 2 [2019-10-10T23:40:22.982Z] Running: 0 [2019-10-10T23:40:22.982Z] Paused: 0 [2019-10-10T23:40:22.982Z] Stopped: 2 [2019-10-10T23:40:22.982Z] Images: 12 [2019-10-10T23:40:22.982Z] Server Version: 0.0.0-dev [2019-10-10T23:40:22.982Z] Storage Driver: windowsfilter [2019-10-10T23:40:22.982Z] Windows: [2019-10-10T23:40:22.982Z] Logging Driver: json-file [2019-10-10T23:40:22.982Z] Plugins: [2019-10-10T23:40:22.982Z] Volume: local [2019-10-10T23:40:22.982Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-10T23:40:22.982Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-10T23:40:22.982Z] Swarm: inactive [2019-10-10T23:40:22.982Z] Default Isolation: process [2019-10-10T23:40:22.982Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-10T23:40:22.982Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-10T23:40:22.982Z] OSType: windows [2019-10-10T23:40:22.982Z] Architecture: x86_64 [2019-10-10T23:40:22.982Z] CPUs: 4 [2019-10-10T23:40:22.982Z] Total Memory: 32GiB [2019-10-10T23:40:22.982Z] Name: azwin-2-271ad0 [2019-10-10T23:40:22.982Z] ID: E6RK:HXVC:ZZ5Q:IKEH:IJKW:IY54:K4QG:2KMC:DHFU:7YZE:6DMU:6TZY [2019-10-10T23:40:22.982Z] Docker Root Dir: D:\CI\PR-40062\10\daemon [2019-10-10T23:40:22.982Z] Debug Mode (client): false [2019-10-10T23:40:22.982Z] Debug Mode (server): true [2019-10-10T23:40:22.982Z] File Descriptors: -1 [2019-10-10T23:40:22.982Z] Goroutines: 18 [2019-10-10T23:40:22.982Z] System Time: 2019-10-10T23:40:22.6628312Z [2019-10-10T23:40:22.982Z] EventsListeners: 0 [2019-10-10T23:40:22.982Z] Registry: https://index.docker.io/v1/ [2019-10-10T23:40:22.982Z] Labels: [2019-10-10T23:40:22.982Z] Experimental: false [2019-10-10T23:40:22.982Z] Insecure Registries: [2019-10-10T23:40:22.982Z] 127.0.0.0/8 [2019-10-10T23:40:22.982Z] Live Restore Enabled: false [2019-10-10T23:40:22.982Z] [2019-10-10T23:40:22.982Z] [2019-10-10T23:40:22.982Z] INFO: Stopping daemon under test [2019-10-10T23:40:22.982Z] SUCCESS: The process with PID 1280 (child process of PID 5104) has been terminated. [2019-10-10T23:40:22.982Z] SUCCESS: The process with PID 5104 (child process of PID 4476) has been terminated. [2019-10-10T23:40:22.982Z] INFO: Stop tailing logs of the daemon under tests [2019-10-10T23:40:22.982Z] INFO: executeCI.ps1 Completed successfully at 10/10/2019 23:40:22. [2019-10-10T23:40:22.982Z] INFO: Tidying up at end of run [2019-10-10T23:40:22.982Z] INFO: Saving daemon under test log (d:\CI\PR-40062\10\dut.out) to C:\windows\TEMP\CIDUT.out [2019-10-10T23:40:22.982Z] INFO: Saving daemon under test log (d:\CI\PR-40062\10\dut.err) to C:\windows\TEMP\CIDUT.err [2019-10-10T23:40:22.982Z] INFO: Nuke-Everything... [2019-10-10T23:40:23.463Z] INFO: Container count on control daemon to delete is 2 [2019-10-10T23:40:24.457Z] d7dee27f182d [2019-10-10T23:40:24.457Z] a2140b029e8c [2019-10-10T23:40:24.457Z] INFO: Non-base image count on control daemon to delete is 1 [2019-10-10T23:40:26.036Z] Deleted: sha256:4caa02939af7ee21557f9e8d3e2a6372e0f31b33b4a6e969e38c98c98135c275 [2019-10-10T23:40:26.036Z] Deleted: sha256:729ade3fd771212c1a3057c693f80b77129c4a7caa0b5a40daae7851465e6549 [2019-10-10T23:40:26.036Z] INFO: Tidying pidfile d:\CI\PR-40062\10\docker.pid [2019-10-10T23:40:26.036Z] INFO: Nuking d:\CI [2019-10-10T23:41:01.975Z] INFO: Zapped successfully [2019-10-10T23:41:01.975Z] [2019-10-10T23:41:01.975Z] INFO: executeCI.ps1 exiting at Thu Oct 10 23:40:58 CUT 2019. Duration 01:01:09.9999369 [2019-10-10T23:41:01.975Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-10-10T23:41:03.768Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-10-10T23:41:05.566Z] Archiving artifacts [2019-10-10T23:41:06.747Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40062/10/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-10T23:41:07.710Z] + make clean [2019-10-10T23:41:08.705Z] docker volume rm -f docker-dev-cache [2019-10-10T23:41:09.176Z] 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