Pull request #40089 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 7eb804c934f2917783ea5eb7c5b9a73edc60ece1+bebd8206285b3d1aeb5d462683db71e7ac625903 (77066a10724b0c401a3f8b106fc09cc0c80dc3c4) 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-21T23:07:45.303Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-10-21T23:07:45.310Z] Trying to pass milestone 14 [Pipeline] milestone [2019-10-21T23:07:45.328Z] Trying to pass milestone 15 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-10-21T23:07:45.471Z] Running on ubuntu-1804-overlay2 (i-072f552fb15a91cf7) in /home/ubuntu/workspace/moby_PR-40089 [Pipeline] { [Pipeline] checkout [2019-10-21T23:07:45.509Z] using credential docker-jenkins-github-credentials [2019-10-21T23:07:45.517Z] Cloning the remote Git repository [2019-10-21T23:07:45.517Z] Cloning with configured refspecs honoured and without tags [2019-10-21T23:07:45.520Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T23:07:45.521Z] > git init /home/ubuntu/workspace/moby_PR-40089 # timeout=10 [2019-10-21T23:07:45.539Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:07:45.539Z] > git --version # timeout=10 [2019-10-21T23:07:45.550Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:07:45.550Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:07:58.942Z] Fetching without tags [2019-10-21T23:07:59.169Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:07:58.930Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:07:58.932Z] > git config --add remote.origin.fetch +refs/pull/40089/head:refs/remotes/origin/PR-40089 # timeout=10 [2019-10-21T23:07:58.935Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T23:07:58.940Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:07:58.945Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:07:58.945Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:07:58.945Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:07:59.172Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:07:59.175Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:07:59.704Z] Merge succeeded, producing 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:07:59.705Z] Checking out Revision 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 (PR-40089) [2019-10-21T23:08:00.180Z] Commit message: "make buildx: update to buildx v0.3.1" [2019-10-21T23:07:59.695Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T23:07:59.702Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-21T23:07:59.708Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:07:59.711Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:00.186Z] > git rev-list --no-walk 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-21T23:08:00.970Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40089:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-10-21T23:08:04.245Z] 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 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [2019-10-21T23:08:04.711Z] Running on ubuntu-1804-overlay2 (i-0f78d6bd563519d2f) in /home/ubuntu/workspace/moby_PR-40089 [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional[2019-10-21T23:08:04.712Z] Running on ubuntu-1804-overlay2 (i-0862e9cabebf37c14) in /home/ubuntu/workspace/moby_PR-40089 [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-10-21T23:08:04.721Z] Running on ubuntu-1604-overlay2-arm64v8 (i-05545270c6cfda08f) in /home/ubuntu/workspace/moby_PR-40089 [Pipeline] { [Pipeline] // stage [Pipeline] { [2019-10-21T23:08:04.743Z] Running on ppc64le-ubuntu-34 in /home/docker/workspace/moby_PR-40089 [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [2019-10-21T23:08:04.808Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Run tests) [2019-10-21T23:08:04.818Z] Cloning the remote Git repository [2019-10-21T23:08:04.818Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] { Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2019-10-21T23:08:04.833Z] using credential docker-jenkins-github-credentials [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-10-21T23:08:04.842Z] Cloning the remote Git repository [2019-10-21T23:08:04.842Z] Cloning with configured refspecs honoured and without tags [2019-10-21T23:08:04.856Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2019-10-21T23:08:04.863Z] Running on s390x-ubuntu-05 in /home/jenkins/workspace/moby_PR-40089 [2019-10-21T23:08:04.865Z] Cloning the remote Git repository [2019-10-21T23:08:04.865Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2019-10-21T23:08:04.908Z] using credential docker-jenkins-github-credentials [Pipeline] { [2019-10-21T23:08:04.925Z] Cloning the remote Git repository [2019-10-21T23:08:04.925Z] Cloning with configured refspecs honoured and without tags Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-10-21T23:08:05.121Z] Running on azwin-2-dc7d70 in d:\jenkins\workspace\moby_PR-40089 [Pipeline] { [2019-10-21T23:08:05.133Z] using credential docker-jenkins-github-credentials [Pipeline] ws [2019-10-21T23:08:05.134Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-10-21T23:08:05.184Z] Cloning the remote Git repository [2019-10-21T23:08:05.184Z] Cloning with configured refspecs honoured and without tags [2019-10-21T23:08:05.432Z] using credential docker-jenkins-github-credentials [2019-10-21T23:08:05.508Z] Cloning the remote Git repository [2019-10-21T23:08:05.508Z] Cloning with configured refspecs honoured and without tags [2019-10-21T23:08:04.820Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T23:08:04.820Z] > git init /home/ubuntu/workspace/moby_PR-40089 # timeout=10 [2019-10-21T23:08:04.876Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:08:04.876Z] > git --version # timeout=10 [2019-10-21T23:08:04.881Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:08:04.882Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:08:04.846Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T23:08:04.846Z] > git init /home/ubuntu/workspace/moby_PR-40089 # timeout=10 [2019-10-21T23:08:04.862Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:08:04.862Z] > git --version # timeout=10 [2019-10-21T23:08:04.864Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:08:04.865Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:08:04.868Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T23:08:04.868Z] > git init /home/ubuntu/workspace/moby_PR-40089 # timeout=10 [2019-10-21T23:08:04.880Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:08:04.880Z] > git --version # timeout=10 [2019-10-21T23:08:04.883Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:08:04.884Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:08:04.929Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T23:08:04.929Z] > git init /home/docker/workspace/moby_PR-40089 # timeout=10 [2019-10-21T23:08:04.940Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:08:04.941Z] > git --version # timeout=10 [2019-10-21T23:08:04.944Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:08:04.946Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:08:05.220Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T23:08:05.222Z] > git init /home/jenkins/workspace/moby_PR-40089 # timeout=10 [2019-10-21T23:08:05.245Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:08:05.247Z] > git --version # timeout=10 [2019-10-21T23:08:05.265Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:08:05.270Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:08:05.539Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T23:08:05.540Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-10-21T23:08:05.605Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:08:05.605Z] > git --version # timeout=10 [2019-10-21T23:08:05.656Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:08:05.658Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:08:14.132Z] Fetching without tags [2019-10-21T23:08:13.993Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:08:14.013Z] > git config --add remote.origin.fetch +refs/pull/40089/head:refs/remotes/origin/PR-40089 # timeout=10 [2019-10-21T23:08:14.031Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T23:08:14.096Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:08:14.165Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:08:14.168Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:08:14.169Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:08:14.534Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:15.302Z] Merge succeeded, producing 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:15.303Z] Checking out Revision 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 (PR-40089) [2019-10-21T23:08:15.815Z] Commit message: "make buildx: update to buildx v0.3.1" [2019-10-21T23:08:14.565Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:08:14.584Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:15.194Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T23:08:15.263Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-21T23:08:15.334Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:08:15.355Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-21T23:08:17.136Z] + docker version [2019-10-21T23:08:17.136Z] Client: [2019-10-21T23:08:17.136Z] Version: 18.06.3-ce [2019-10-21T23:08:17.136Z] API version: 1.38 [2019-10-21T23:08:17.136Z] Go version: go1.10.3 [2019-10-21T23:08:17.136Z] Git commit: d7080c1 [2019-10-21T23:08:17.136Z] Built: Wed Feb 20 02:27:09 2019 [2019-10-21T23:08:17.136Z] OS/Arch: linux/s390x [2019-10-21T23:08:17.136Z] Experimental: false [2019-10-21T23:08:17.136Z] [2019-10-21T23:08:17.136Z] Server: [2019-10-21T23:08:17.136Z] Engine: [2019-10-21T23:08:17.136Z] Version: 18.06.3-ce [2019-10-21T23:08:17.136Z] API version: 1.38 (minimum version 1.12) [2019-10-21T23:08:17.136Z] Go version: go1.10.3 [2019-10-21T23:08:17.136Z] Git commit: d7080c1 [2019-10-21T23:08:17.136Z] Built: Wed Feb 20 02:26:03 2019 [2019-10-21T23:08:17.136Z] OS/Arch: linux/s390x [2019-10-21T23:08:17.136Z] Experimental: true [Pipeline] sh [2019-10-21T23:08:17.981Z] + docker info [2019-10-21T23:08:17.981Z] Containers: 0 [2019-10-21T23:08:17.981Z] Running: 0 [2019-10-21T23:08:17.981Z] Paused: 0 [2019-10-21T23:08:17.981Z] Stopped: 0 [2019-10-21T23:08:17.981Z] Images: 0 [2019-10-21T23:08:17.981Z] Server Version: 18.06.3-ce [2019-10-21T23:08:17.981Z] Storage Driver: overlay2 [2019-10-21T23:08:17.981Z] Backing Filesystem: extfs [2019-10-21T23:08:17.981Z] Supports d_type: true [2019-10-21T23:08:17.981Z] Native Overlay Diff: true [2019-10-21T23:08:17.981Z] Logging Driver: json-file [2019-10-21T23:08:17.981Z] Cgroup Driver: cgroupfs [2019-10-21T23:08:17.981Z] Plugins: [2019-10-21T23:08:17.981Z] Volume: local [2019-10-21T23:08:17.981Z] Network: bridge host ipvlan macvlan null overlay [2019-10-21T23:08:17.981Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-21T23:08:17.981Z] Swarm: inactive [2019-10-21T23:08:17.981Z] Runtimes: runc [2019-10-21T23:08:17.981Z] Default Runtime: runc [2019-10-21T23:08:17.981Z] Init Binary: docker-init [2019-10-21T23:08:17.981Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-21T23:08:17.981Z] runc version: a592beb5bc4c4092b1b1bac971afed27687340c5 [2019-10-21T23:08:17.981Z] init version: fec3683 [2019-10-21T23:08:17.981Z] Security Options: [2019-10-21T23:08:17.981Z] apparmor [2019-10-21T23:08:17.981Z] seccomp [2019-10-21T23:08:17.981Z] Profile: default [2019-10-21T23:08:17.981Z] Kernel Version: 4.4.0-161-generic [2019-10-21T23:08:17.981Z] Operating System: Ubuntu 16.04.6 LTS [2019-10-21T23:08:17.981Z] OSType: linux [2019-10-21T23:08:17.981Z] Architecture: s390x [2019-10-21T23:08:17.981Z] CPUs: 2 [2019-10-21T23:08:17.981Z] Total Memory: 7.862GiB [2019-10-21T23:08:17.981Z] Name: s390x-ubuntu-05 [2019-10-21T23:08:17.981Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-10-21T23:08:17.981Z] Docker Root Dir: /var/lib/docker [2019-10-21T23:08:17.981Z] Debug Mode (client): false [2019-10-21T23:08:17.981Z] Debug Mode (server): false [2019-10-21T23:08:17.981Z] Username: dockerbuildbot [2019-10-21T23:08:17.981Z] Registry: https://index.docker.io/v1/ [2019-10-21T23:08:17.981Z] Labels: [2019-10-21T23:08:17.981Z] Experimental: true [2019-10-21T23:08:17.981Z] Insecure Registries: [2019-10-21T23:08:17.981Z] 127.0.0.0/8 [2019-10-21T23:08:17.981Z] Live Restore Enabled: false [2019-10-21T23:08:17.981Z] [2019-10-21T23:08:17.981Z] WARNING: No swap limit support [Pipeline] sh [2019-10-21T23:08:18.389Z] Fetching without tags [2019-10-21T23:08:18.648Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:18.722Z] Fetching without tags [2019-10-21T23:08:18.834Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T23:08:18.834Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T23:08:18.834Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40089/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-21T23:08:18.834Z] + bash /home/jenkins/workspace/moby_PR-40089/check-config.sh [2019-10-21T23:08:18.834Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-21T23:08:18.834Z] info: reading kernel config from /boot/config-4.4.0-161-generic ... [2019-10-21T23:08:18.834Z] [2019-10-21T23:08:18.834Z] Generally Necessary: [2019-10-21T23:08:18.834Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-21T23:08:18.834Z] - apparmor: enabled and tools installed [2019-10-21T23:08:18.834Z] - CONFIG_NAMESPACES: enabled [2019-10-21T23:08:18.834Z] - CONFIG_NET_NS: enabled [2019-10-21T23:08:18.834Z] - CONFIG_PID_NS: enabled [2019-10-21T23:08:18.834Z] - CONFIG_IPC_NS: enabled [2019-10-21T23:08:18.834Z] - CONFIG_UTS_NS: enabled [2019-10-21T23:08:18.834Z] - CONFIG_CGROUPS: enabled [2019-10-21T23:08:18.877Z] Fetching without tags [2019-10-21T23:08:18.699Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:08:18.702Z] > git config --add remote.origin.fetch +refs/pull/40089/head:refs/remotes/origin/PR-40089 # timeout=10 [2019-10-21T23:08:18.706Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T23:08:18.712Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:08:18.724Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:08:18.724Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:08:18.724Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:08:18.370Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:08:18.373Z] > git config --add remote.origin.fetch +refs/pull/40089/head:refs/remotes/origin/PR-40089 # timeout=10 [2019-10-21T23:08:18.376Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T23:08:18.384Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:08:18.392Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:08:18.392Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:08:18.393Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:08:18.652Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:08:18.661Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:19.027Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:18.852Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:08:18.860Z] > git config --add remote.origin.fetch +refs/pull/40089/head:refs/remotes/origin/PR-40089 # timeout=10 [2019-10-21T23:08:18.864Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T23:08:18.872Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:08:18.880Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:08:18.880Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:08:18.881Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:08:19.188Z] Merge succeeded, producing 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:19.189Z] Checking out Revision 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 (PR-40089) [2019-10-21T23:08:19.204Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-21T23:08:19.204Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-21T23:08:19.204Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-21T23:08:19.204Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-21T23:08:19.204Z] - CONFIG_CPUSETS: enabled [2019-10-21T23:08:19.204Z] - CONFIG_MEMCG: enabled [2019-10-21T23:08:19.204Z] - CONFIG_KEYS: enabled [2019-10-21T23:08:19.204Z] - CONFIG_VETH: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-21T23:08:19.204Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-21T23:08:19.204Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-21T23:08:19.204Z] [2019-10-21T23:08:19.204Z] Optional Features: [2019-10-21T23:08:19.204Z] - CONFIG_USER_NS: enabled [2019-10-21T23:08:19.204Z] - CONFIG_SECCOMP: enabled [2019-10-21T23:08:19.204Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-21T23:08:19.204Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-21T23:08:19.204Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-21T23:08:19.204Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-21T23:08:19.204Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-21T23:08:19.204Z] - CONFIG_BLK_CGROUP: enabled [2019-10-21T23:08:19.204Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-21T23:08:19.204Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-21T23:08:19.204Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-21T23:08:19.204Z] - CONFIG_CGROUP_PERF: enabled [2019-10-21T23:08:19.204Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-21T23:08:19.204Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-21T23:08:19.204Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-21T23:08:19.204Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-21T23:08:19.204Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-21T23:08:19.204Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_IP_VS: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-21T23:08:19.204Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-21T23:08:19.204Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-21T23:08:19.204Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_EXT4_FS: enabled [2019-10-21T23:08:19.204Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-21T23:08:19.204Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-21T23:08:19.204Z] - Network Drivers: [2019-10-21T23:08:19.204Z] - "overlay": [2019-10-21T23:08:19.204Z] - CONFIG_VXLAN: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-21T23:08:19.204Z] Optional (for encrypted networks): [2019-10-21T23:08:19.204Z] - CONFIG_CRYPTO: enabled [2019-10-21T23:08:19.204Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_XFRM: enabled [2019-10-21T23:08:19.204Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-21T23:08:19.204Z] - "ipvlan": [2019-10-21T23:08:19.204Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-21T23:08:19.204Z] - "macvlan": [2019-10-21T23:08:19.204Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_DUMMY: enabled (as module) [2019-10-21T23:08:19.204Z] - "ftp,tftp client in container": [2019-10-21T23:08:19.204Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-21T23:08:19.204Z] - Storage Drivers: [2019-10-21T23:08:19.204Z] - "aufs": [2019-10-21T23:08:19.204Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-21T23:08:19.204Z] - "btrfs": [2019-10-21T23:08:19.204Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-21T23:08:19.204Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-21T23:08:19.204Z] - "devicemapper": [2019-10-21T23:08:19.251Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:19.278Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-21T23:08:19.278Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-21T23:08:19.278Z] - "overlay": [2019-10-21T23:08:19.278Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-21T23:08:19.278Z] - "zfs": [2019-10-21T23:08:19.278Z] - /dev/zfs: missing [2019-10-21T23:08:19.278Z] - zfs command: missing [2019-10-21T23:08:19.278Z] - zpool command: missing [2019-10-21T23:08:19.278Z] [2019-10-21T23:08:19.278Z] Limits: [2019-10-21T23:08:19.278Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-21T23:08:19.278Z] [2019-10-21T23:08:19.278Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-21T23:08:19.402Z] Commit message: "make buildx: update to buildx v0.3.1" [2019-10-21T23:08:19.575Z] Merge succeeded, producing 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:19.576Z] Checking out Revision 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 (PR-40089) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-21T23:08:20.046Z] Commit message: "make buildx: update to buildx v0.3.1" [2019-10-21T23:08:20.048Z] + make bundles/buildx [2019-10-21T23:08:20.048Z] make: command: Command not found [2019-10-21T23:08:20.048Z] mkdir bundles [2019-10-21T23:08:20.048Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2019-10-21T23:08:20.048Z] --build-arg BUILDX_COMMIT \ [2019-10-21T23:08:20.048Z] --build-arg BUILDX_REPO \ [2019-10-21T23:08:20.048Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-21T23:08:20.048Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-21T23:08:20.048Z] . [2019-10-21T23:08:20.048Z] /bin/sh: 4: go: not found [2019-10-21T23:08:20.048Z] /bin/sh: 5: go: not found [2019-10-21T23:08:20.145Z] Merge succeeded, producing 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:20.146Z] Checking out Revision 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 (PR-40089) [2019-10-21T23:08:20.220Z] + docker version [2019-10-21T23:08:20.220Z] Client: Docker Engine - Community [2019-10-21T23:08:20.220Z] Version: 19.03.2 [2019-10-21T23:08:20.220Z] API version: 1.40 [2019-10-21T23:08:20.220Z] Go version: go1.12.8 [2019-10-21T23:08:20.220Z] Git commit: 6a30dfc [2019-10-21T23:08:20.220Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-21T23:08:20.220Z] OS/Arch: linux/amd64 [2019-10-21T23:08:20.220Z] Experimental: false [2019-10-21T23:08:20.220Z] [2019-10-21T23:08:20.220Z] Server: Docker Engine - Community [2019-10-21T23:08:20.220Z] Engine: [2019-10-21T23:08:20.220Z] Version: 19.03.2 [2019-10-21T23:08:20.220Z] API version: 1.40 (minimum version 1.12) [2019-10-21T23:08:20.220Z] Go version: go1.12.8 [2019-10-21T23:08:20.220Z] Git commit: 6a30dfc [2019-10-21T23:08:20.220Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-21T23:08:20.220Z] OS/Arch: linux/amd64 [2019-10-21T23:08:20.220Z] Experimental: true [2019-10-21T23:08:20.220Z] containerd: [2019-10-21T23:08:20.220Z] Version: 1.2.6 [2019-10-21T23:08:20.220Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-21T23:08:20.220Z] runc: [2019-10-21T23:08:20.220Z] Version: 1.0.0-rc8 [2019-10-21T23:08:20.220Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-21T23:08:20.220Z] docker-init: [2019-10-21T23:08:20.220Z] Version: 0.18.0 [2019-10-21T23:08:20.220Z] GitCommit: fec3683 [Pipeline] sh [2019-10-21T23:08:20.327Z] Commit message: "make buildx: update to buildx v0.3.1" [Pipeline] withEnv [Pipeline] { [2019-10-21T23:08:20.504Z] + docker info [2019-10-21T23:08:20.507Z] Fetching without tags [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-21T23:08:19.029Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:08:19.042Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:19.562Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T23:08:19.569Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-21T23:08:19.578Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:08:19.582Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:19.172Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T23:08:19.183Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-21T23:08:19.192Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:08:19.197Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:19.254Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:08:19.271Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:20.125Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T23:08:20.139Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-21T23:08:20.149Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:08:20.152Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:20.800Z] + docker version [2019-10-21T23:08:20.800Z] Client: Docker Engine - Community [2019-10-21T23:08:20.800Z] Version: 19.03.2 [2019-10-21T23:08:20.800Z] API version: 1.40 [2019-10-21T23:08:20.800Z] Go version: go1.12.8 [2019-10-21T23:08:20.800Z] Git commit: 6a30dfc [2019-10-21T23:08:20.800Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-21T23:08:20.800Z] OS/Arch: linux/amd64 [2019-10-21T23:08:20.800Z] Experimental: false [2019-10-21T23:08:20.800Z] [2019-10-21T23:08:20.800Z] Server: Docker Engine - Community [2019-10-21T23:08:20.800Z] Engine: [2019-10-21T23:08:20.800Z] Version: 19.03.2 [2019-10-21T23:08:20.800Z] API version: 1.40 (minimum version 1.12) [2019-10-21T23:08:20.800Z] Go version: go1.12.8 [2019-10-21T23:08:20.800Z] Git commit: 6a30dfc [2019-10-21T23:08:20.800Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-21T23:08:20.800Z] OS/Arch: linux/amd64 [2019-10-21T23:08:20.800Z] Experimental: true [2019-10-21T23:08:20.800Z] containerd: [2019-10-21T23:08:20.800Z] Version: 1.2.6 [2019-10-21T23:08:20.800Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-21T23:08:20.800Z] runc: [2019-10-21T23:08:20.800Z] Version: 1.0.0-rc8 [2019-10-21T23:08:20.800Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-21T23:08:20.800Z] docker-init: [2019-10-21T23:08:20.800Z] Version: 0.18.0 [2019-10-21T23:08:20.800Z] GitCommit: fec3683 [Pipeline] sh [2019-10-21T23:08:21.068Z] Client: [2019-10-21T23:08:21.068Z] Debug Mode: false [2019-10-21T23:08:21.068Z] [2019-10-21T23:08:21.068Z] Server: [2019-10-21T23:08:21.068Z] Containers: 0 [2019-10-21T23:08:21.068Z] Running: 0 [2019-10-21T23:08:21.068Z] Paused: 0 [2019-10-21T23:08:21.068Z] Stopped: 0 [2019-10-21T23:08:21.068Z] Images: 6 [2019-10-21T23:08:21.068Z] Server Version: 19.03.2 [2019-10-21T23:08:21.068Z] Storage Driver: overlay2 [2019-10-21T23:08:21.068Z] Backing Filesystem: extfs [2019-10-21T23:08:21.068Z] Supports d_type: true [2019-10-21T23:08:21.068Z] Native Overlay Diff: true [2019-10-21T23:08:21.068Z] Logging Driver: json-file [2019-10-21T23:08:21.068Z] Cgroup Driver: cgroupfs [2019-10-21T23:08:21.068Z] Plugins: [2019-10-21T23:08:21.068Z] Volume: local [2019-10-21T23:08:21.068Z] Network: bridge host ipvlan macvlan null overlay [2019-10-21T23:08:21.068Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-21T23:08:21.068Z] Swarm: inactive [2019-10-21T23:08:21.068Z] Runtimes: runc [2019-10-21T23:08:21.068Z] Default Runtime: runc [2019-10-21T23:08:21.068Z] Init Binary: docker-init [2019-10-21T23:08:21.068Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-21T23:08:21.068Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-21T23:08:21.068Z] init version: fec3683 [2019-10-21T23:08:21.068Z] Security Options: [2019-10-21T23:08:21.068Z] apparmor [2019-10-21T23:08:21.068Z] seccomp [2019-10-21T23:08:21.068Z] Profile: default [2019-10-21T23:08:21.068Z] Kernel Version: 4.15.0-1048-aws [2019-10-21T23:08:21.068Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-21T23:08:21.068Z] OSType: linux [2019-10-21T23:08:21.068Z] Architecture: x86_64 [2019-10-21T23:08:21.068Z] CPUs: 2 [2019-10-21T23:08:21.068Z] Total Memory: 7.501GiB [2019-10-21T23:08:21.068Z] Name: ip-10-100-115-163 [2019-10-21T23:08:21.068Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-21T23:08:21.068Z] Docker Root Dir: /var/lib/docker [2019-10-21T23:08:21.068Z] Debug Mode: false [2019-10-21T23:08:21.068Z] Registry: https://index.docker.io/v1/ [2019-10-21T23:08:21.068Z] Labels: [2019-10-21T23:08:21.068Z] Experimental: true [2019-10-21T23:08:21.068Z] Insecure Registries: [2019-10-21T23:08:21.068Z] 127.0.0.0/8 [2019-10-21T23:08:21.068Z] Live Restore Enabled: true [2019-10-21T23:08:21.068Z] [2019-10-21T23:08:21.068Z] WARNING: No swap limit support [Pipeline] sh [2019-10-21T23:08:21.084Z] + docker info [2019-10-21T23:08:20.189Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:08:20.241Z] > git config --add remote.origin.fetch +refs/pull/40089/head:refs/remotes/origin/PR-40089 # timeout=10 [2019-10-21T23:08:20.294Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T23:08:20.414Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:08:20.537Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:08:20.537Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:08:20.538Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:08:21.287Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:21.351Z] Sending build context to Docker daemon 50.11MB [2019-10-21T23:08:21.351Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2019-10-21T23:08:21.351Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2019-10-21T23:08:21.351Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2019-10-21T23:08:21.351Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2019-10-21T23:08:21.354Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T23:08:21.354Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T23:08:21.354Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40089/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-21T23:08:21.354Z] + bash /home/ubuntu/workspace/moby_PR-40089/check-config.sh [2019-10-21T23:08:21.354Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-21T23:08:21.354Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-21T23:08:21.354Z] [2019-10-21T23:08:21.354Z] Generally Necessary: [2019-10-21T23:08:21.354Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-21T23:08:21.354Z] - apparmor: enabled and tools installed [2019-10-21T23:08:21.354Z] - CONFIG_NAMESPACES: enabled [2019-10-21T23:08:21.354Z] - CONFIG_NET_NS: enabled [2019-10-21T23:08:21.354Z] - CONFIG_PID_NS: enabled [2019-10-21T23:08:21.354Z] - CONFIG_IPC_NS: enabled [2019-10-21T23:08:21.354Z] - CONFIG_UTS_NS: enabled [2019-10-21T23:08:21.354Z] - CONFIG_CGROUPS: enabled [2019-10-21T23:08:21.354Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-21T23:08:21.354Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-21T23:08:21.354Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-21T23:08:21.354Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-21T23:08:21.354Z] - CONFIG_CPUSETS: enabled [2019-10-21T23:08:21.354Z] - CONFIG_MEMCG: enabled [2019-10-21T23:08:21.354Z] - CONFIG_KEYS: enabled [2019-10-21T23:08:21.354Z] - CONFIG_VETH: enabled (as module) [2019-10-21T23:08:21.354Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-21T23:08:21.354Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-21T23:08:21.354Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-21T23:08:21.354Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-21T23:08:21.354Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-21T23:08:21.354Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-21T23:08:21.354Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-21T23:08:21.354Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-21T23:08:21.354Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-21T23:08:21.354Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-21T23:08:21.354Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-21T23:08:21.354Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-21T23:08:21.354Z] [2019-10-21T23:08:21.354Z] Optional Features: [2019-10-21T23:08:21.354Z] - CONFIG_USER_NS: enabled [2019-10-21T23:08:21.354Z] - CONFIG_SECCOMP: enabled [2019-10-21T23:08:21.354Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-21T23:08:21.354Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-21T23:08:21.354Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-21T23:08:21.354Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-21T23:08:21.354Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-21T23:08:21.354Z] - CONFIG_BLK_CGROUP: enabled [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-21T23:08:21.612Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-21T23:08:21.612Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-21T23:08:21.612Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-21T23:08:21.612Z] - CONFIG_CGROUP_PERF: enabled [2019-10-21T23:08:21.612Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-21T23:08:21.612Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-21T23:08:21.612Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-21T23:08:21.612Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-21T23:08:21.612Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-21T23:08:21.612Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_IP_VS: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-21T23:08:21.612Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-21T23:08:21.612Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-21T23:08:21.612Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_EXT4_FS: enabled [2019-10-21T23:08:21.612Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-21T23:08:21.612Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-21T23:08:21.612Z] - Network Drivers: [2019-10-21T23:08:21.612Z] - "overlay": [2019-10-21T23:08:21.612Z] - CONFIG_VXLAN: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-21T23:08:21.612Z] Optional (for encrypted networks): [2019-10-21T23:08:21.612Z] - CONFIG_CRYPTO: enabled [2019-10-21T23:08:21.612Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-21T23:08:21.612Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-21T23:08:21.612Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-21T23:08:21.612Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-21T23:08:21.612Z] - CONFIG_XFRM: enabled [2019-10-21T23:08:21.612Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-21T23:08:21.612Z] - "ipvlan": [2019-10-21T23:08:21.612Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-21T23:08:21.612Z] - "macvlan": [2019-10-21T23:08:21.612Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_DUMMY: enabled (as module) [2019-10-21T23:08:21.612Z] - "ftp,tftp client in container": [2019-10-21T23:08:21.612Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-21T23:08:21.612Z] - Storage Drivers: [2019-10-21T23:08:21.612Z] - "aufs": [2019-10-21T23:08:21.612Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-21T23:08:21.612Z] - "btrfs": [2019-10-21T23:08:21.612Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-21T23:08:21.612Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-21T23:08:21.612Z] - "devicemapper": [2019-10-21T23:08:21.646Z] Client: [2019-10-21T23:08:21.646Z] Debug Mode: false [2019-10-21T23:08:21.646Z] [2019-10-21T23:08:21.646Z] Server: [2019-10-21T23:08:21.646Z] Containers: 0 [2019-10-21T23:08:21.646Z] Running: 0 [2019-10-21T23:08:21.646Z] Paused: 0 [2019-10-21T23:08:21.646Z] Stopped: 0 [2019-10-21T23:08:21.646Z] Images: 7 [2019-10-21T23:08:21.646Z] Server Version: 19.03.2 [2019-10-21T23:08:21.646Z] Storage Driver: overlay2 [2019-10-21T23:08:21.646Z] Backing Filesystem: extfs [2019-10-21T23:08:21.646Z] Supports d_type: true [2019-10-21T23:08:21.646Z] Native Overlay Diff: true [2019-10-21T23:08:21.646Z] Logging Driver: json-file [2019-10-21T23:08:21.646Z] Cgroup Driver: cgroupfs [2019-10-21T23:08:21.646Z] Plugins: [2019-10-21T23:08:21.646Z] Volume: local [2019-10-21T23:08:21.646Z] Network: bridge host ipvlan macvlan null overlay [2019-10-21T23:08:21.646Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-21T23:08:21.646Z] Swarm: inactive [2019-10-21T23:08:21.646Z] Runtimes: runc [2019-10-21T23:08:21.646Z] Default Runtime: runc [2019-10-21T23:08:21.646Z] Init Binary: docker-init [2019-10-21T23:08:21.646Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-21T23:08:21.646Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-21T23:08:21.646Z] init version: fec3683 [2019-10-21T23:08:21.646Z] Security Options: [2019-10-21T23:08:21.646Z] apparmor [2019-10-21T23:08:21.646Z] seccomp [2019-10-21T23:08:21.646Z] Profile: default [2019-10-21T23:08:21.646Z] Kernel Version: 4.15.0-1048-aws [2019-10-21T23:08:21.646Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-21T23:08:21.646Z] OSType: linux [2019-10-21T23:08:21.646Z] Architecture: x86_64 [2019-10-21T23:08:21.646Z] CPUs: 2 [2019-10-21T23:08:21.646Z] Total Memory: 7.501GiB [2019-10-21T23:08:21.646Z] Name: ip-10-100-108-104 [2019-10-21T23:08:21.646Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-21T23:08:21.646Z] Docker Root Dir: /var/lib/docker [2019-10-21T23:08:21.646Z] Debug Mode: false [2019-10-21T23:08:21.646Z] Registry: https://index.docker.io/v1/ [2019-10-21T23:08:21.646Z] Labels: [2019-10-21T23:08:21.646Z] Experimental: true [2019-10-21T23:08:21.646Z] Insecure Registries: [2019-10-21T23:08:21.646Z] 127.0.0.0/8 [2019-10-21T23:08:21.646Z] Live Restore Enabled: true [2019-10-21T23:08:21.646Z] [2019-10-21T23:08:21.646Z] WARNING: No swap limit support [Pipeline] sh [2019-10-21T23:08:21.685Z] + docker version [2019-10-21T23:08:21.685Z] Client: Docker Engine - Community [2019-10-21T23:08:21.685Z] Version: 19.03.2 [2019-10-21T23:08:21.685Z] API version: 1.40 [2019-10-21T23:08:21.685Z] Go version: go1.12.8 [2019-10-21T23:08:21.685Z] Git commit: 6a30dfc [2019-10-21T23:08:21.685Z] Built: Thu Aug 29 05:32:25 2019 [2019-10-21T23:08:21.685Z] OS/Arch: linux/arm64 [2019-10-21T23:08:21.685Z] Experimental: false [2019-10-21T23:08:21.685Z] [2019-10-21T23:08:21.685Z] Server: Docker Engine - Community [2019-10-21T23:08:21.685Z] Engine: [2019-10-21T23:08:21.685Z] Version: 19.03.2 [2019-10-21T23:08:21.685Z] API version: 1.40 (minimum version 1.12) [2019-10-21T23:08:21.685Z] Go version: go1.12.8 [2019-10-21T23:08:21.685Z] Git commit: 6a30dfc [2019-10-21T23:08:21.685Z] Built: Thu Aug 29 05:30:57 2019 [2019-10-21T23:08:21.685Z] OS/Arch: linux/arm64 [2019-10-21T23:08:21.685Z] Experimental: true [2019-10-21T23:08:21.685Z] containerd: [2019-10-21T23:08:21.685Z] Version: 1.2.6 [2019-10-21T23:08:21.685Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-21T23:08:21.685Z] runc: [2019-10-21T23:08:21.685Z] Version: 1.0.0-rc8 [2019-10-21T23:08:21.685Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-21T23:08:21.685Z] docker-init: [2019-10-21T23:08:21.685Z] Version: 0.18.0 [2019-10-21T23:08:21.685Z] GitCommit: fec3683 [Pipeline] sh [2019-10-21T23:08:21.713Z] 1.12.10-stretch: Pulling from library/golang [2019-10-21T23:08:21.869Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-21T23:08:21.869Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-21T23:08:21.869Z] - "overlay": [2019-10-21T23:08:21.869Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-21T23:08:21.869Z] - "zfs": [2019-10-21T23:08:21.869Z] - /dev/zfs: missing [2019-10-21T23:08:21.869Z] - zfs command: missing [2019-10-21T23:08:21.869Z] - zpool command: missing [2019-10-21T23:08:21.869Z] [2019-10-21T23:08:21.869Z] Limits: [2019-10-21T23:08:21.869Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-21T23:08:21.869Z] [2019-10-21T23:08:21.869Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-21T23:08:21.927Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T23:08:21.927Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T23:08:21.927Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40089/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-21T23:08:21.928Z] + bash /home/ubuntu/workspace/moby_PR-40089/check-config.sh [2019-10-21T23:08:21.928Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-21T23:08:21.928Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-21T23:08:21.928Z] [2019-10-21T23:08:21.928Z] Generally Necessary: [2019-10-21T23:08:21.928Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-21T23:08:21.928Z] - apparmor: enabled and tools installed [2019-10-21T23:08:21.928Z] - CONFIG_NAMESPACES: enabled [2019-10-21T23:08:21.928Z] - CONFIG_NET_NS: enabled [2019-10-21T23:08:21.928Z] - CONFIG_PID_NS: enabled [2019-10-21T23:08:21.928Z] - CONFIG_IPC_NS: enabled [2019-10-21T23:08:21.928Z] - CONFIG_UTS_NS: enabled [2019-10-21T23:08:21.928Z] - CONFIG_CGROUPS: enabled [2019-10-21T23:08:21.928Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-21T23:08:21.928Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-21T23:08:21.928Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-21T23:08:21.928Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-21T23:08:21.928Z] - CONFIG_CPUSETS: enabled [2019-10-21T23:08:21.928Z] - CONFIG_MEMCG: enabled [2019-10-21T23:08:21.928Z] - CONFIG_KEYS: enabled [2019-10-21T23:08:21.928Z] - CONFIG_VETH: enabled (as module) [2019-10-21T23:08:21.928Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-21T23:08:21.928Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-21T23:08:21.928Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-21T23:08:21.928Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-21T23:08:21.928Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-21T23:08:21.928Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-21T23:08:21.928Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-21T23:08:21.928Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-21T23:08:21.928Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-21T23:08:21.928Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-21T23:08:21.928Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-21T23:08:21.928Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-21T23:08:21.928Z] [2019-10-21T23:08:21.928Z] Optional Features: [2019-10-21T23:08:21.928Z] - CONFIG_USER_NS: enabled [2019-10-21T23:08:21.928Z] - CONFIG_SECCOMP: enabled [2019-10-21T23:08:21.928Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-21T23:08:21.928Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-21T23:08:21.928Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-21T23:08:21.928Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-21T23:08:21.928Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-21T23:08:21.928Z] - CONFIG_BLK_CGROUP: enabled [2019-10-21T23:08:21.975Z] + docker info [2019-10-21T23:08:22.186Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-21T23:08:22.186Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-21T23:08:22.186Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-21T23:08:22.186Z] - CONFIG_CGROUP_PERF: enabled [2019-10-21T23:08:22.186Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-21T23:08:22.186Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-21T23:08:22.186Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-21T23:08:22.186Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-21T23:08:22.186Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-21T23:08:22.186Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_IP_VS: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-21T23:08:22.186Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-21T23:08:22.186Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-21T23:08:22.186Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_EXT4_FS: enabled [2019-10-21T23:08:22.186Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-21T23:08:22.186Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-21T23:08:22.186Z] - Network Drivers: [2019-10-21T23:08:22.186Z] - "overlay": [2019-10-21T23:08:22.186Z] - CONFIG_VXLAN: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-21T23:08:22.186Z] Optional (for encrypted networks): [2019-10-21T23:08:22.186Z] - CONFIG_CRYPTO: enabled [2019-10-21T23:08:22.186Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-21T23:08:22.186Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-21T23:08:22.186Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-21T23:08:22.186Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-21T23:08:22.186Z] - CONFIG_XFRM: enabled [2019-10-21T23:08:22.186Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-21T23:08:22.186Z] - "ipvlan": [2019-10-21T23:08:22.186Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-21T23:08:22.186Z] - "macvlan": [2019-10-21T23:08:22.186Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_DUMMY: enabled (as module) [2019-10-21T23:08:22.186Z] - "ftp,tftp client in container": [2019-10-21T23:08:22.186Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-21T23:08:22.186Z] - Storage Drivers: [2019-10-21T23:08:22.186Z] - "aufs": [2019-10-21T23:08:22.186Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-21T23:08:22.186Z] - "btrfs": [2019-10-21T23:08:22.186Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-21T23:08:22.186Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-21T23:08:22.186Z] - "devicemapper": [2019-10-21T23:08:22.186Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-21T23:08:22.186Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-21T23:08:22.186Z] - "overlay": [2019-10-21T23:08:22.195Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 . [2019-10-21T23:08:22.195Z] #2 [internal] load .dockerignore [2019-10-21T23:08:22.195Z] #2 transferring context: 87B 0.0s done [2019-10-21T23:08:22.195Z] #2 DONE 0.0s [2019-10-21T23:08:22.195Z] [2019-10-21T23:08:22.195Z] #1 [internal] load build definition from Dockerfile [2019-10-21T23:08:22.195Z] #1 transferring dockerfile: 14.63kB 0.0s done [2019-10-21T23:08:22.195Z] #1 DONE 0.1s [2019-10-21T23:08:22.195Z] [2019-10-21T23:08:22.195Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-21T23:08:22.276Z] ade01ea651a2: Pulling fs layer [2019-10-21T23:08:22.276Z] fbabdb69f639: Pulling fs layer [2019-10-21T23:08:22.276Z] ff33bd1013d7: Pulling fs layer [2019-10-21T23:08:22.276Z] 85cfe9d77eff: Pulling fs layer [2019-10-21T23:08:22.276Z] ace5139f9caa: Pulling fs layer [2019-10-21T23:08:22.276Z] e4d79466b81c: Pulling fs layer [2019-10-21T23:08:22.276Z] b00baabad4ce: Pulling fs layer [2019-10-21T23:08:22.276Z] 85cfe9d77eff: Waiting [2019-10-21T23:08:22.276Z] ace5139f9caa: Waiting [2019-10-21T23:08:22.276Z] e4d79466b81c: Waiting [2019-10-21T23:08:22.276Z] b00baabad4ce: Waiting [2019-10-21T23:08:22.276Z] ff33bd1013d7: Verifying Checksum [2019-10-21T23:08:22.276Z] ff33bd1013d7: Download complete [2019-10-21T23:08:22.446Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-21T23:08:22.446Z] - "zfs": [2019-10-21T23:08:22.446Z] - /dev/zfs: missing [2019-10-21T23:08:22.446Z] - zfs command: missing [2019-10-21T23:08:22.446Z] - zpool command: missing [2019-10-21T23:08:22.446Z] [2019-10-21T23:08:22.446Z] Limits: [2019-10-21T23:08:22.446Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-21T23:08:22.446Z] [2019-10-21T23:08:22.446Z] + true [Pipeline] } [2019-10-21T23:08:22.458Z] #3 DONE 0.1s [2019-10-21T23:08:22.458Z] [2019-10-21T23:08:22.458Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-21T23:08:22.458Z] #4 CACHED [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-21T23:08:22.541Z] Client: [2019-10-21T23:08:22.542Z] Debug Mode: false [2019-10-21T23:08:22.542Z] [2019-10-21T23:08:22.542Z] Server: [2019-10-21T23:08:22.542Z] Containers: 0 [2019-10-21T23:08:22.542Z] Running: 0 [2019-10-21T23:08:22.542Z] Paused: 0 [2019-10-21T23:08:22.542Z] Stopped: 0 [2019-10-21T23:08:22.542Z] Images: 6 [2019-10-21T23:08:22.542Z] Server Version: 19.03.2 [2019-10-21T23:08:22.542Z] Storage Driver: overlay2 [2019-10-21T23:08:22.542Z] Backing Filesystem: extfs [2019-10-21T23:08:22.542Z] Supports d_type: true [2019-10-21T23:08:22.542Z] Native Overlay Diff: true [2019-10-21T23:08:22.542Z] Logging Driver: json-file [2019-10-21T23:08:22.542Z] Cgroup Driver: cgroupfs [2019-10-21T23:08:22.542Z] Plugins: [2019-10-21T23:08:22.542Z] Volume: local [2019-10-21T23:08:22.542Z] Network: bridge host ipvlan macvlan null overlay [2019-10-21T23:08:22.542Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-21T23:08:22.542Z] Swarm: inactive [2019-10-21T23:08:22.542Z] Runtimes: runc [2019-10-21T23:08:22.542Z] Default Runtime: runc [2019-10-21T23:08:22.542Z] Init Binary: docker-init [2019-10-21T23:08:22.542Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-21T23:08:22.542Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-21T23:08:22.542Z] init version: fec3683 [2019-10-21T23:08:22.542Z] Security Options: [2019-10-21T23:08:22.542Z] apparmor [2019-10-21T23:08:22.542Z] seccomp [2019-10-21T23:08:22.542Z] Profile: default [2019-10-21T23:08:22.542Z] Kernel Version: 4.15.0-1048-aws [2019-10-21T23:08:22.542Z] Operating System: Ubuntu 16.04.6 LTS [2019-10-21T23:08:22.542Z] OSType: linux [2019-10-21T23:08:22.542Z] Architecture: aarch64 [2019-10-21T23:08:22.542Z] CPUs: 4 [2019-10-21T23:08:22.542Z] Total Memory: 7.525GiB [2019-10-21T23:08:22.542Z] Name: ip-10-100-103-184 [2019-10-21T23:08:22.542Z] ID: P6VQ:YKJW:TNGX:TXFI:HUQ3:53UN:TOH3:6BJM:FCYL:64MC:THVR:5KBO [2019-10-21T23:08:22.542Z] Docker Root Dir: /var/lib/docker [2019-10-21T23:08:22.542Z] Debug Mode: false [2019-10-21T23:08:22.542Z] Registry: https://index.docker.io/v1/ [2019-10-21T23:08:22.542Z] Labels: [2019-10-21T23:08:22.542Z] Experimental: true [2019-10-21T23:08:22.542Z] Insecure Registries: [2019-10-21T23:08:22.542Z] 127.0.0.0/8 [2019-10-21T23:08:22.542Z] Live Restore Enabled: true [2019-10-21T23:08:22.542Z] [2019-10-21T23:08:22.542Z] WARNING: No swap limit support [Pipeline] sh [2019-10-21T23:08:22.789Z] + sudo modprobe ip_vs [2019-10-21T23:08:22.832Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T23:08:22.832Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T23:08:22.832Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40089/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-21T23:08:22.832Z] + bash /home/ubuntu/workspace/moby_PR-40089/check-config.sh [2019-10-21T23:08:22.832Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-21T23:08:22.832Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-21T23:08:22.832Z] [2019-10-21T23:08:22.832Z] Generally Necessary: [2019-10-21T23:08:22.832Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-21T23:08:22.832Z] - apparmor: enabled and tools installed [2019-10-21T23:08:22.832Z] - CONFIG_NAMESPACES: enabled [2019-10-21T23:08:22.832Z] - CONFIG_NET_NS: enabled [2019-10-21T23:08:22.832Z] - CONFIG_PID_NS: enabled [2019-10-21T23:08:22.832Z] - CONFIG_IPC_NS: enabled [2019-10-21T23:08:21.316Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:08:21.370Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:23.022Z] [2019-10-21T23:08:23.022Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-21T23:08:23.022Z] #5 DONE 0.0s [2019-10-21T23:08:23.022Z] [2019-10-21T23:08:23.022Z] #6 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-21T23:08:23.022Z] #6 DONE 0.1s [2019-10-21T23:08:23.047Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 . [2019-10-21T23:08:23.047Z] #2 [internal] load .dockerignore [2019-10-21T23:08:23.064Z] fbabdb69f639: Verifying Checksum [2019-10-21T23:08:23.064Z] fbabdb69f639: Download complete [2019-10-21T23:08:23.064Z] ade01ea651a2: Download complete [2019-10-21T23:08:23.064Z] 85cfe9d77eff: Verifying Checksum [2019-10-21T23:08:23.064Z] 85cfe9d77eff: Download complete [2019-10-21T23:08:23.092Z] - CONFIG_UTS_NS: enabled [2019-10-21T23:08:23.092Z] - CONFIG_CGROUPS: enabled [2019-10-21T23:08:23.092Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-21T23:08:23.092Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-21T23:08:23.092Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-21T23:08:23.092Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-21T23:08:23.092Z] - CONFIG_CPUSETS: enabled [2019-10-21T23:08:23.092Z] - CONFIG_MEMCG: enabled [2019-10-21T23:08:23.092Z] - CONFIG_KEYS: enabled [2019-10-21T23:08:23.092Z] - CONFIG_VETH: enabled (as module) [2019-10-21T23:08:23.092Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-21T23:08:23.092Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-21T23:08:23.092Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-21T23:08:23.092Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-21T23:08:23.092Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-21T23:08:23.092Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-21T23:08:23.092Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-21T23:08:23.092Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-21T23:08:23.092Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-21T23:08:23.092Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-21T23:08:23.092Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-21T23:08:23.092Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-21T23:08:23.092Z] [2019-10-21T23:08:23.092Z] Optional Features: [2019-10-21T23:08:23.092Z] - CONFIG_USER_NS: enabled [2019-10-21T23:08:23.092Z] - CONFIG_SECCOMP: enabled [2019-10-21T23:08:23.092Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-21T23:08:23.092Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-21T23:08:23.092Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-21T23:08:23.289Z] [2019-10-21T23:08:23.289Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T23:08:23.289Z] #65 DONE 0.0s [2019-10-21T23:08:23.289Z] [2019-10-21T23:08:23.289Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T23:08:23.289Z] #7 DONE 0.0s [2019-10-21T23:08:23.289Z] [2019-10-21T23:08:23.289Z] #19 [internal] load build context [2019-10-21T23:08:23.303Z] #2 transferring context: 87B done [2019-10-21T23:08:23.303Z] #2 DONE 0.0s [2019-10-21T23:08:23.303Z] [2019-10-21T23:08:23.303Z] #1 [internal] load build definition from Dockerfile [2019-10-21T23:08:23.303Z] #1 transferring dockerfile: 14.63kB done [2019-10-21T23:08:23.303Z] #1 DONE 0.0s [2019-10-21T23:08:23.303Z] [2019-10-21T23:08:23.303Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-21T23:08:23.303Z] #3 DONE 0.1s [2019-10-21T23:08:23.303Z] [2019-10-21T23:08:23.303Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-21T23:08:23.303Z] #4 CACHED [2019-10-21T23:08:23.354Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-21T23:08:23.354Z] - CONFIG_BLK_CGROUP: enabled [2019-10-21T23:08:23.354Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-21T23:08:23.354Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-21T23:08:23.354Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-21T23:08:23.354Z] - CONFIG_CGROUP_PERF: enabled [2019-10-21T23:08:23.354Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-21T23:08:23.354Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-21T23:08:23.354Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-21T23:08:23.354Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-21T23:08:23.354Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-21T23:08:23.354Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-21T23:08:23.354Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-21T23:08:23.354Z] - CONFIG_IP_VS: enabled (as module) [2019-10-21T23:08:23.354Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-21T23:08:23.354Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-21T23:08:23.354Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-21T23:08:23.354Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-21T23:08:23.354Z] - CONFIG_EXT4_FS: enabled [2019-10-21T23:08:23.354Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-21T23:08:23.354Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-21T23:08:23.354Z] - Network Drivers: [2019-10-21T23:08:23.354Z] - "overlay": [2019-10-21T23:08:23.354Z] - CONFIG_VXLAN: enabled (as module) [2019-10-21T23:08:23.354Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-21T23:08:23.354Z] Optional (for encrypted networks): [2019-10-21T23:08:23.450Z] b00baabad4ce: Verifying Checksum [2019-10-21T23:08:23.450Z] b00baabad4ce: Download complete [2019-10-21T23:08:23.612Z] - CONFIG_CRYPTO: enabled [2019-10-21T23:08:23.612Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-21T23:08:23.612Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-21T23:08:23.612Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-21T23:08:23.612Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-21T23:08:23.612Z] - CONFIG_XFRM: enabled [2019-10-21T23:08:23.612Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-21T23:08:23.612Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-21T23:08:23.612Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-21T23:08:23.612Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-21T23:08:23.612Z] - "ipvlan": [2019-10-21T23:08:23.612Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-21T23:08:23.612Z] - "macvlan": [2019-10-21T23:08:23.612Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-21T23:08:23.612Z] - CONFIG_DUMMY: enabled (as module) [2019-10-21T23:08:23.612Z] - "ftp,tftp client in container": [2019-10-21T23:08:23.612Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-21T23:08:23.612Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-21T23:08:23.612Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-21T23:08:23.612Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-21T23:08:23.612Z] - Storage Drivers: [2019-10-21T23:08:23.612Z] - "aufs": [2019-10-21T23:08:23.612Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-21T23:08:23.612Z] - "btrfs": [2019-10-21T23:08:23.612Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-21T23:08:23.612Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-21T23:08:23.612Z] - "devicemapper": [2019-10-21T23:08:23.612Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-21T23:08:23.612Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-21T23:08:23.612Z] - "overlay": [2019-10-21T23:08:23.612Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-21T23:08:23.870Z] - "zfs": [2019-10-21T23:08:23.870Z] - /dev/zfs: missing [2019-10-21T23:08:23.870Z] - zfs command: missing [2019-10-21T23:08:23.870Z] - zpool command: missing [2019-10-21T23:08:23.870Z] [2019-10-21T23:08:23.870Z] Limits: [2019-10-21T23:08:23.870Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-21T23:08:23.870Z] [2019-10-21T23:08:23.870Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-21T23:08:24.223Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 . [2019-10-21T23:08:24.223Z] #1 [internal] load build definition from Dockerfile [2019-10-21T23:08:24.223Z] #1 transferring dockerfile: 14.63kB done [2019-10-21T23:08:24.223Z] #1 DONE 0.0s [2019-10-21T23:08:24.223Z] [2019-10-21T23:08:24.223Z] #2 [internal] load .dockerignore [2019-10-21T23:08:24.223Z] #2 transferring context: 87B done [2019-10-21T23:08:24.223Z] #2 DONE 0.0s [2019-10-21T23:08:24.223Z] [2019-10-21T23:08:24.223Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-21T23:08:24.234Z] [2019-10-21T23:08:24.234Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-21T23:08:24.234Z] #6 DONE 0.0s [2019-10-21T23:08:24.234Z] [2019-10-21T23:08:24.234Z] #5 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-21T23:08:24.234Z] #5 DONE 0.1s [2019-10-21T23:08:24.234Z] [2019-10-21T23:08:24.234Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T23:08:24.234Z] #65 DONE 0.0s [2019-10-21T23:08:24.234Z] [2019-10-21T23:08:24.234Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T23:08:24.234Z] #7 DONE 0.0s [2019-10-21T23:08:24.234Z] [2019-10-21T23:08:24.234Z] #19 [internal] load build context [2019-10-21T23:08:24.483Z] #3 DONE 0.1s [2019-10-21T23:08:24.483Z] [2019-10-21T23:08:24.483Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-21T23:08:24.483Z] #4 CACHED [2019-10-21T23:08:24.550Z] e4d79466b81c: Verifying Checksum [2019-10-21T23:08:24.550Z] e4d79466b81c: Download complete [2019-10-21T23:08:24.684Z] #19 transferring context: 45.63MB 1.3s done [2019-10-21T23:08:24.684Z] #19 DONE 1.3s [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-21T23:08:24.684Z] #69 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-21T23:08:24.684Z] #66 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:24.684Z] #22 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T23:08:24.684Z] #28 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-21T23:08:24.684Z] #53 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:08:24.684Z] #26 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-21T23:08:24.684Z] #32 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #16 [dev 6/24] RUN ldconfig [2019-10-21T23:08:24.684Z] #16 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:08:24.684Z] #52 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:08:24.684Z] #54 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-21T23:08:24.684Z] #55 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-21T23:08:24.684Z] #42 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:08:24.684Z] #44 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-21T23:08:24.684Z] #43 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:08:24.684Z] #33 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-21T23:08:24.684Z] #25 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:24.684Z] #50 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T23:08:24.684Z] #56 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-21T23:08:24.684Z] #15 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-21T23:08:24.684Z] #51 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-21T23:08:24.684Z] #12 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:08:24.684Z] #34 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-21T23:08:24.684Z] #21 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:08:24.684Z] #41 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:08:24.684Z] #17 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:24.684Z] #47 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-21T23:08:24.684Z] #23 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T23:08:24.684Z] #10 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-21T23:08:24.684Z] #8 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-21T23:08:24.684Z] #11 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-21T23:08:24.684Z] #30 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-21T23:08:24.684Z] #63 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:08:24.684Z] #68 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-21T23:08:24.684Z] #37 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-21T23:08:24.684Z] #67 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:08:24.684Z] #20 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-21T23:08:24.684Z] #49 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-21T23:08:24.684Z] #35 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-21T23:08:24.684Z] #64 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:08:24.684Z] #38 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:24.684Z] #59 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-21T23:08:24.684Z] #46 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-21T23:08:24.684Z] #48 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-21T23:08:24.684Z] #60 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-21T23:08:24.684Z] #13 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-21T23:08:24.684Z] #58 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-21T23:08:24.684Z] #29 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:24.684Z] #62 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:08:24.684Z] #31 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:08:24.684Z] #36 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-21T23:08:24.684Z] #39 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:08:24.684Z] #40 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T23:08:24.684Z] #24 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-21T23:08:24.684Z] #45 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:08:24.684Z] #57 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-21T23:08:24.684Z] #27 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-21T23:08:24.684Z] #9 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-21T23:08:24.684Z] #14 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T23:08:24.684Z] #18 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-21T23:08:24.684Z] #61 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-21T23:08:24.684Z] #70 CACHED [2019-10-21T23:08:24.684Z] [2019-10-21T23:08:24.684Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-21T23:08:24.717Z] Merge succeeded, producing 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:24.718Z] Checking out Revision 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 (PR-40089) [2019-10-21T23:08:24.493Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T23:08:24.624Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-10-21T23:08:24.745Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:08:24.804Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:24.940Z] ace5139f9caa: Verifying Checksum [2019-10-21T23:08:24.940Z] ace5139f9caa: Download complete [2019-10-21T23:08:24.940Z] ade01ea651a2: Pull complete [2019-10-21T23:08:25.054Z] [2019-10-21T23:08:25.054Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-21T23:08:25.054Z] #6 DONE 0.0s [2019-10-21T23:08:25.054Z] [2019-10-21T23:08:25.054Z] #5 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-21T23:08:25.054Z] #5 DONE 0.0s [2019-10-21T23:08:25.054Z] [2019-10-21T23:08:25.054Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T23:08:25.054Z] #65 DONE 0.0s [2019-10-21T23:08:25.054Z] [2019-10-21T23:08:25.054Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T23:08:25.054Z] #7 DONE 0.0s [2019-10-21T23:08:25.054Z] [2019-10-21T23:08:25.054Z] #19 [internal] load build context [2019-10-21T23:08:25.165Z] #19 transferring context: 45.63MB 1.1s done [2019-10-21T23:08:25.165Z] #19 DONE 1.1s [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T23:08:25.165Z] #56 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-21T23:08:25.165Z] #11 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:08:25.165Z] #26 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-21T23:08:25.165Z] #23 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:25.165Z] #62 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T23:08:25.165Z] #24 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:08:25.165Z] #20 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-21T23:08:25.165Z] #43 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:08:25.165Z] #41 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:25.165Z] #47 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:08:25.165Z] #31 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-21T23:08:25.165Z] #8 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-21T23:08:25.165Z] #25 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-21T23:08:25.165Z] #9 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-21T23:08:25.165Z] #45 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-21T23:08:25.165Z] #13 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:08:25.165Z] #54 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:25.165Z] #50 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-21T23:08:25.165Z] #64 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:25.165Z] #59 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-21T23:08:25.165Z] #35 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-21T23:08:25.165Z] #42 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-21T23:08:25.165Z] #48 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-21T23:08:25.165Z] #53 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-21T23:08:25.165Z] #39 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:08:25.165Z] #38 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T23:08:25.165Z] #18 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:08:25.165Z] #40 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T23:08:25.165Z] #10 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #16 [dev 6/24] RUN ldconfig [2019-10-21T23:08:25.165Z] #16 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-21T23:08:25.165Z] #67 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:08:25.165Z] #57 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-21T23:08:25.165Z] #69 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-21T23:08:25.165Z] #30 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-21T23:08:25.165Z] #55 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:08:25.165Z] #33 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-21T23:08:25.165Z] #61 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-21T23:08:25.165Z] #49 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:08:25.165Z] #17 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-21T23:08:25.165Z] #29 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:08:25.165Z] #34 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-21T23:08:25.165Z] #27 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:08:25.165Z] #36 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-21T23:08:25.165Z] #21 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-21T23:08:25.165Z] #15 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-21T23:08:25.165Z] #51 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-21T23:08:25.165Z] #46 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-21T23:08:25.165Z] #58 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-21T23:08:25.165Z] #12 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-21T23:08:25.165Z] #14 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-21T23:08:25.165Z] #63 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:08:25.165Z] #68 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:25.165Z] #22 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-21T23:08:25.165Z] #37 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:08:25.165Z] #44 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T23:08:25.165Z] #28 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:08:25.165Z] #52 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-21T23:08:25.165Z] #66 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-21T23:08:25.165Z] #32 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-21T23:08:25.165Z] #60 CACHED [2019-10-21T23:08:25.165Z] [2019-10-21T23:08:25.165Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-21T23:08:25.165Z] #70 CACHED [2019-10-21T23:08:25.259Z] Commit message: "make buildx: update to buildx v0.3.1" [2019-10-21T23:08:25.326Z] fbabdb69f639: Pull complete [2019-10-21T23:08:25.421Z] [2019-10-21T23:08:25.422Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-21T23:08:25.718Z] ff33bd1013d7: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-21T23:08:26.052Z] #71 DONE 1.5s [2019-10-21T23:08:26.052Z] [2019-10-21T23:08:26.052Z] #72 exporting to image [2019-10-21T23:08:26.052Z] #72 exporting layers [2019-10-21T23:08:26.471Z] #19 transferring context: 45.63MB 1.3s done [2019-10-21T23:08:26.471Z] #19 DONE 1.3s [2019-10-21T23:08:26.471Z] [2019-10-21T23:08:26.471Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T23:08:26.471Z] #24 CACHED [2019-10-21T23:08:26.471Z] [2019-10-21T23:08:26.471Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:08:26.471Z] #31 CACHED [2019-10-21T23:08:26.471Z] [2019-10-21T23:08:26.472Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-21T23:08:26.472Z] #8 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-21T23:08:26.472Z] #12 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-21T23:08:26.472Z] #58 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:08:26.472Z] #40 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T23:08:26.472Z] #10 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-21T23:08:26.472Z] #30 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-21T23:08:26.472Z] #61 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-21T23:08:26.472Z] #43 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:08:26.472Z] #38 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-21T23:08:26.472Z] #60 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T23:08:26.472Z] #28 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-21T23:08:26.472Z] #49 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-21T23:08:26.472Z] #25 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-21T23:08:26.472Z] #14 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:08:26.472Z] #52 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T23:08:26.472Z] #18 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-21T23:08:26.472Z] #46 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-21T23:08:26.472Z] #51 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:08:26.472Z] #57 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-21T23:08:26.472Z] #53 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-21T23:08:26.472Z] #15 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:08:26.472Z] #36 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:08:26.472Z] #17 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:26.472Z] #50 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:08:26.472Z] #68 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-21T23:08:26.472Z] #35 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:08:26.472Z] #44 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:08:26.472Z] #26 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-21T23:08:26.472Z] #39 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-21T23:08:26.472Z] #11 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #20 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:08:26.472Z] #20 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:08:26.472Z] #41 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-21T23:08:26.472Z] #67 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-21T23:08:26.472Z] #66 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-21T23:08:26.472Z] #13 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-21T23:08:26.472Z] #29 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-21T23:08:26.472Z] #55 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-21T23:08:26.472Z] #69 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:08:26.472Z] #33 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-21T23:08:26.472Z] #42 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-21T23:08:26.472Z] #9 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:26.472Z] #59 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-21T23:08:26.472Z] #27 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #16 [dev 6/24] RUN ldconfig [2019-10-21T23:08:26.472Z] #16 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-21T23:08:26.472Z] #63 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-21T23:08:26.472Z] #45 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-21T23:08:26.472Z] #23 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-21T23:08:26.472Z] #21 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:26.472Z] #47 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:08:26.472Z] #34 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T23:08:26.472Z] #56 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:26.472Z] #62 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-21T23:08:26.472Z] #48 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-21T23:08:26.472Z] #37 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-21T23:08:26.472Z] #64 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-21T23:08:26.472Z] #32 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:08:26.472Z] #22 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:08:26.472Z] #54 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-21T23:08:26.472Z] #70 CACHED [2019-10-21T23:08:26.472Z] [2019-10-21T23:08:26.472Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-21T23:08:26.676Z] + docker version [2019-10-21T23:08:26.676Z] Client: Docker Engine - Enterprise [2019-10-21T23:08:26.676Z] Version: 19.03.2 [2019-10-21T23:08:26.676Z] API version: 1.40 [2019-10-21T23:08:26.676Z] Go version: go1.12.8 [2019-10-21T23:08:26.676Z] Git commit: c92ab06ed9 [2019-10-21T23:08:26.676Z] Built: 09/03/2019 16:38:11 [2019-10-21T23:08:26.676Z] OS/Arch: windows/amd64 [2019-10-21T23:08:26.676Z] Experimental: false [2019-10-21T23:08:26.676Z] [2019-10-21T23:08:26.676Z] Server: Docker Engine - Enterprise [2019-10-21T23:08:26.676Z] Engine: [2019-10-21T23:08:26.676Z] Version: 19.03.2 [2019-10-21T23:08:26.676Z] API version: 1.40 (minimum version 1.24) [2019-10-21T23:08:26.676Z] Go version: go1.12.8 [2019-10-21T23:08:26.676Z] Git commit: c92ab06ed9 [2019-10-21T23:08:26.676Z] Built: 09/03/2019 16:35:47 [2019-10-21T23:08:26.676Z] OS/Arch: windows/amd64 [2019-10-21T23:08:26.676Z] Experimental: true [2019-10-21T23:08:26.788Z] #71 DONE 1.4s [2019-10-21T23:08:26.788Z] [2019-10-21T23:08:26.788Z] #72 exporting to image [2019-10-21T23:08:26.788Z] #72 exporting layers [Pipeline] sh [2019-10-21T23:08:26.982Z] #72 exporting layers 0.9s done [2019-10-21T23:08:26.982Z] #72 writing image sha256:d4bfb0b202abcef4e7a55e4cc99de53f88c198d491609fd5ce1bb404d5f229bf [2019-10-21T23:08:26.982Z] #72 writing image sha256:d4bfb0b202abcef4e7a55e4cc99de53f88c198d491609fd5ce1bb404d5f229bf done [2019-10-21T23:08:26.982Z] #72 naming to docker.io/library/docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 done [2019-10-21T23:08:26.982Z] #72 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-10-21T23:08:27.689Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40089/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40089/.git:/go/src/github.com/docker/docker/.git --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 hack/validate/default [2019-10-21T23:08:27.693Z] + docker info [2019-10-21T23:08:27.717Z] #72 exporting layers 0.9s done [2019-10-21T23:08:27.717Z] #72 writing image sha256:a6e1eac94e0200cfd007fd6fbf6e4c56b6b980a58b16d8a2340a8bb21794cbc5 done [2019-10-21T23:08:27.717Z] #72 naming to docker.io/library/docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 done [2019-10-21T23:08:27.717Z] #72 DONE 0.9s [Pipeline] } [2019-10-21T23:08:27.730Z] 85cfe9d77eff: Pull complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-10-21T23:08:28.621Z] Congratulations! All commits are properly signed with the DCO! [2019-10-21T23:08:28.659Z] Client: [2019-10-21T23:08:28.659Z] Debug Mode: false [2019-10-21T23:08:28.659Z] Plugins: [2019-10-21T23:08:28.659Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-21T23:08:28.659Z] [2019-10-21T23:08:28.659Z] Server: [2019-10-21T23:08:28.659Z] Containers: 0 [2019-10-21T23:08:28.659Z] Running: 0 [2019-10-21T23:08:28.659Z] Paused: 0 [2019-10-21T23:08:28.659Z] Stopped: 0 [2019-10-21T23:08:28.659Z] Images: 8 [2019-10-21T23:08:28.659Z] Server Version: 19.03.2 [2019-10-21T23:08:28.659Z] Storage Driver: lcow (linux) windowsfilter (windows) [2019-10-21T23:08:28.659Z] LCOW: [2019-10-21T23:08:28.659Z] Windows: [2019-10-21T23:08:28.659Z] Logging Driver: json-file [2019-10-21T23:08:28.659Z] Plugins: [2019-10-21T23:08:28.659Z] Volume: local [2019-10-21T23:08:28.659Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-21T23:08:28.659Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-21T23:08:28.659Z] Swarm: inactive [2019-10-21T23:08:28.659Z] Default Isolation: process [2019-10-21T23:08:28.659Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-21T23:08:28.659Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-21T23:08:28.659Z] OSType: windows [2019-10-21T23:08:28.659Z] Architecture: x86_64 [2019-10-21T23:08:28.659Z] CPUs: 4 [2019-10-21T23:08:28.659Z] Total Memory: 32GiB [2019-10-21T23:08:28.659Z] Name: azwin-2-dc7d70 [2019-10-21T23:08:28.659Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-21T23:08:28.659Z] Docker Root Dir: D:\docker [2019-10-21T23:08:28.659Z] Debug Mode: false [2019-10-21T23:08:28.659Z] Registry: https://index.docker.io/v1/ [2019-10-21T23:08:28.659Z] Labels: [2019-10-21T23:08:28.659Z] Experimental: true [2019-10-21T23:08:28.659Z] Insecure Registries: [2019-10-21T23:08:28.659Z] 10.0.0.4:5000 [2019-10-21T23:08:28.659Z] 127.0.0.0/8 [2019-10-21T23:08:28.659Z] Registry Mirrors: [2019-10-21T23:08:28.659Z] http://10.0.0.4:5000/ [2019-10-21T23:08:28.659Z] Live Restore Enabled: false [2019-10-21T23:08:28.659Z] [2019-10-21T23:08:28.717Z] [2019-10-21T23:08:28.717Z] Removing bundles/ [2019-10-21T23:08:28.717Z] [2019-10-21T23:08:28.717Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-21T23:08:28.717Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T23:08:28.717Z] GOOS="" GOARCH="" GOARM="" [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-10-21T23:08:29.002Z] #71 DONE 2.3s [2019-10-21T23:08:29.002Z] [2019-10-21T23:08:29.002Z] #72 exporting to image [2019-10-21T23:08:29.002Z] #72 exporting layers [2019-10-21T23:08:29.011Z] ace5139f9caa: Pull complete [2019-10-21T23:08:29.185Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-10-21T23:08:29.185Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-10-21T23:08:29.696Z] Fetching without tags [2019-10-21T23:08:30.205Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:30.378Z] #72 exporting layers 1.4s done [2019-10-21T23:08:30.378Z] #72 writing image sha256:cb4386941becc8009224088812391fdea32dbf9d19f280bda12360725ae2600f done [2019-10-21T23:08:30.378Z] #72 naming to docker.io/library/docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 done [2019-10-21T23:08:30.378Z] #72 DONE 1.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-21T23:08:29.659Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:08:29.664Z] > git config --add remote.origin.fetch +refs/pull/40089/head:refs/remotes/origin/PR-40089 # timeout=10 [2019-10-21T23:08:29.668Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T23:08:29.684Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T23:08:29.699Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T23:08:29.700Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T23:08:29.700Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40089/head:refs/remotes/origin/PR-40089 +refs/heads/master:refs/remotes/origin/master [2019-10-21T23:08:30.208Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:08:30.211Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:30.707Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40089/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 hack/test/unit [2019-10-21T23:08:31.191Z] Merge succeeded, producing 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:31.192Z] Checking out Revision 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 (PR-40089) [2019-10-21T23:08:31.453Z] Commit message: "make buildx: update to buildx v0.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-21T23:08:32.261Z] e4d79466b81c: Pull complete [2019-10-21T23:08:32.323Z] + docker version [2019-10-21T23:08:32.323Z] Client: [2019-10-21T23:08:32.323Z] Version: 18.06.1-ce [2019-10-21T23:08:32.323Z] API version: 1.38 [2019-10-21T23:08:32.323Z] Go version: go1.10.3 [2019-10-21T23:08:32.323Z] Git commit: e68fc7a [2019-10-21T23:08:32.323Z] Built: Tue Aug 21 17:26:10 2018 [2019-10-21T23:08:32.323Z] OS/Arch: linux/ppc64le [2019-10-21T23:08:32.323Z] Experimental: false [2019-10-21T23:08:32.323Z] [2019-10-21T23:08:32.323Z] Server: [2019-10-21T23:08:32.323Z] Engine: [2019-10-21T23:08:32.323Z] Version: 18.06.1-ce [2019-10-21T23:08:32.323Z] API version: 1.38 (minimum version 1.12) [2019-10-21T23:08:32.323Z] Go version: go1.10.3 [2019-10-21T23:08:32.323Z] Git commit: e68fc7a [2019-10-21T23:08:32.323Z] Built: Tue Aug 21 17:24:20 2018 [2019-10-21T23:08:32.323Z] OS/Arch: linux/ppc64le [2019-10-21T23:08:32.323Z] Experimental: true [Pipeline] sh [2019-10-21T23:08:32.633Z] b00baabad4ce: Pull complete [2019-10-21T23:08:32.633Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2019-10-21T23:08:32.633Z] Status: Downloaded newer image for golang:1.12.10-stretch [2019-10-21T23:08:32.633Z] ---> 687421176e14 [2019-10-21T23:08:32.633Z] Step 5/16 : ARG BUILDX_REPO [2019-10-21T23:08:32.633Z] ---> Running in 1b857c62d84b [2019-10-21T23:08:32.633Z] Removing intermediate container 1b857c62d84b [2019-10-21T23:08:32.633Z] ---> b6431bfc6913 [2019-10-21T23:08:32.633Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2019-10-21T23:08:32.706Z] + docker info [2019-10-21T23:08:32.706Z] Containers: 0 [2019-10-21T23:08:32.706Z] Running: 0 [2019-10-21T23:08:32.706Z] Paused: 0 [2019-10-21T23:08:32.706Z] Stopped: 0 [2019-10-21T23:08:32.706Z] Images: 0 [2019-10-21T23:08:32.706Z] Server Version: 18.06.1-ce [2019-10-21T23:08:32.706Z] Storage Driver: overlay2 [2019-10-21T23:08:32.706Z] Backing Filesystem: extfs [2019-10-21T23:08:32.706Z] Supports d_type: true [2019-10-21T23:08:32.706Z] Native Overlay Diff: true [2019-10-21T23:08:32.706Z] Logging Driver: json-file [2019-10-21T23:08:32.706Z] Cgroup Driver: cgroupfs [2019-10-21T23:08:32.706Z] Plugins: [2019-10-21T23:08:32.706Z] Volume: local [2019-10-21T23:08:32.706Z] Network: bridge host ipvlan macvlan null overlay [2019-10-21T23:08:32.706Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-21T23:08:32.706Z] Swarm: inactive [2019-10-21T23:08:32.706Z] Runtimes: runc [2019-10-21T23:08:32.706Z] Default Runtime: runc [2019-10-21T23:08:32.706Z] Init Binary: docker-init [2019-10-21T23:08:32.706Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-21T23:08:32.706Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-10-21T23:08:32.706Z] init version: fec3683 [2019-10-21T23:08:32.706Z] Security Options: [2019-10-21T23:08:32.706Z] apparmor [2019-10-21T23:08:32.706Z] seccomp [2019-10-21T23:08:32.706Z] Profile: default [2019-10-21T23:08:32.706Z] Kernel Version: 4.4.0-139-generic [2019-10-21T23:08:32.706Z] Operating System: Ubuntu 16.04.3 LTS [2019-10-21T23:08:32.706Z] OSType: linux [2019-10-21T23:08:32.706Z] Architecture: ppc64le [2019-10-21T23:08:32.706Z] CPUs: 4 [2019-10-21T23:08:32.706Z] Total Memory: 7.972GiB [2019-10-21T23:08:32.706Z] Name: ppc64le-ubuntu-34 [2019-10-21T23:08:32.706Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-10-21T23:08:32.706Z] Docker Root Dir: /var/lib/docker [2019-10-21T23:08:32.706Z] Debug Mode (client): false [2019-10-21T23:08:32.706Z] Debug Mode (server): false [2019-10-21T23:08:32.706Z] Username: dockerbuildbot [2019-10-21T23:08:32.706Z] Registry: https://index.docker.io/v1/ [2019-10-21T23:08:32.706Z] Labels: [2019-10-21T23:08:32.706Z] Experimental: true [2019-10-21T23:08:32.706Z] Insecure Registries: [2019-10-21T23:08:32.706Z] 127.0.0.0/8 [2019-10-21T23:08:32.706Z] Live Restore Enabled: false [2019-10-21T23:08:32.706Z] [Pipeline] sh [2019-10-21T23:08:31.151Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T23:08:31.177Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-21T23:08:31.195Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T23:08:31.199Z] > git checkout -f 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:32.997Z] ---> Running in cd712e809f60 [2019-10-21T23:08:33.083Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T23:08:33.083Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T23:08:33.083Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40089/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-21T23:08:33.359Z] Cloning into '/buildx'... [2019-10-21T23:08:33.369Z] + bash /home/docker/workspace/moby_PR-40089/check-config.sh [2019-10-21T23:08:33.369Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-21T23:08:33.369Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-10-21T23:08:33.369Z] [2019-10-21T23:08:33.369Z] Generally Necessary: [2019-10-21T23:08:33.369Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-21T23:08:33.369Z] - apparmor: enabled and tools installed [2019-10-21T23:08:33.369Z] - CONFIG_NAMESPACES: enabled [2019-10-21T23:08:33.369Z] - CONFIG_NET_NS: enabled [2019-10-21T23:08:33.369Z] - CONFIG_PID_NS: enabled [2019-10-21T23:08:33.369Z] - CONFIG_IPC_NS: enabled [2019-10-21T23:08:33.369Z] - CONFIG_UTS_NS: enabled [2019-10-21T23:08:33.369Z] - CONFIG_CGROUPS: enabled [2019-10-21T23:08:33.369Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-21T23:08:33.369Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-21T23:08:33.369Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-21T23:08:33.369Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-21T23:08:33.369Z] - CONFIG_CPUSETS: enabled [2019-10-21T23:08:33.369Z] - CONFIG_MEMCG: enabled [2019-10-21T23:08:33.369Z] - CONFIG_KEYS: enabled [2019-10-21T23:08:33.654Z] - CONFIG_VETH: enabled (as module) [2019-10-21T23:08:33.654Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-21T23:08:33.654Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-21T23:08:33.654Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-21T23:08:33.654Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-21T23:08:33.654Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-21T23:08:33.654Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-21T23:08:33.654Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-21T23:08:33.654Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-21T23:08:33.654Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-21T23:08:33.654Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-21T23:08:33.654Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-21T23:08:33.654Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-21T23:08:33.654Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-21T23:08:33.654Z] [2019-10-21T23:08:33.654Z] Optional Features: [2019-10-21T23:08:33.654Z] - CONFIG_USER_NS: enabled [2019-10-21T23:08:33.654Z] - CONFIG_SECCOMP: enabled [2019-10-21T23:08:33.654Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-21T23:08:33.654Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-21T23:08:33.654Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-21T23:08:33.654Z] (cgroup swap accounting is currently enabled) [2019-10-21T23:08:33.654Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-21T23:08:33.654Z] - CONFIG_BLK_CGROUP: enabled [2019-10-21T23:08:33.654Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-21T23:08:33.654Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-21T23:08:33.654Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-21T23:08:33.654Z] - CONFIG_CGROUP_PERF: enabled [2019-10-21T23:08:33.654Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-21T23:08:33.941Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-21T23:08:33.941Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-21T23:08:33.941Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-21T23:08:33.941Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-21T23:08:33.941Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-21T23:08:33.941Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-21T23:08:33.941Z] - CONFIG_IP_VS: enabled (as module) [2019-10-21T23:08:33.941Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-21T23:08:33.941Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-21T23:08:33.941Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-21T23:08:33.941Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-21T23:08:33.941Z] - CONFIG_EXT4_FS: enabled [2019-10-21T23:08:33.941Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-21T23:08:33.941Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-21T23:08:33.941Z] - Network Drivers: [2019-10-21T23:08:33.941Z] - "overlay": [2019-10-21T23:08:33.941Z] - CONFIG_VXLAN: enabled (as module) [2019-10-21T23:08:33.941Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-21T23:08:33.941Z] Optional (for encrypted networks): [2019-10-21T23:08:33.941Z] - CONFIG_CRYPTO: enabled [2019-10-21T23:08:33.941Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-21T23:08:33.941Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-21T23:08:33.941Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-21T23:08:33.941Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-21T23:08:33.941Z] - CONFIG_XFRM: enabled [2019-10-21T23:08:33.941Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-21T23:08:33.941Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-21T23:08:33.941Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-21T23:08:33.941Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-21T23:08:33.941Z] - "ipvlan": [2019-10-21T23:08:33.996Z] ? github.com/docker/docker/api [no test files] [2019-10-21T23:08:34.224Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-21T23:08:34.224Z] - "macvlan": [2019-10-21T23:08:34.224Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-21T23:08:34.224Z] - CONFIG_DUMMY: enabled (as module) [2019-10-21T23:08:34.224Z] - "ftp,tftp client in container": [2019-10-21T23:08:34.224Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-21T23:08:34.224Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-21T23:08:34.224Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-21T23:08:34.224Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-21T23:08:34.224Z] - Storage Drivers: [2019-10-21T23:08:34.224Z] - "aufs": [2019-10-21T23:08:34.224Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-21T23:08:34.224Z] - "btrfs": [2019-10-21T23:08:34.224Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-21T23:08:34.224Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-21T23:08:34.224Z] - "devicemapper": [2019-10-21T23:08:34.224Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-21T23:08:34.224Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-21T23:08:34.224Z] - "overlay": [2019-10-21T23:08:34.224Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-21T23:08:34.224Z] - "zfs": [2019-10-21T23:08:34.224Z] - /dev/zfs: missing [2019-10-21T23:08:34.224Z] - zfs command: missing [2019-10-21T23:08:34.224Z] - zpool command: missing [2019-10-21T23:08:34.224Z] [2019-10-21T23:08:34.224Z] Limits: [2019-10-21T23:08:34.224Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-21T23:08:34.224Z] [2019-10-21T23:08:34.224Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-21T23:08:34.652Z] + make bundles/buildx [2019-10-21T23:08:35.271Z] make: command: Command not found [2019-10-21T23:08:35.271Z] mkdir bundles [2019-10-21T23:08:35.271Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2019-10-21T23:08:35.271Z] --build-arg BUILDX_COMMIT \ [2019-10-21T23:08:35.271Z] --build-arg BUILDX_REPO \ [2019-10-21T23:08:35.271Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-21T23:08:35.271Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-21T23:08:35.271Z] . [2019-10-21T23:08:35.271Z] /bin/sh: 4: go: not found [2019-10-21T23:08:35.271Z] /bin/sh: 5: go: not found [2019-10-21T23:08:36.048Z] Removing intermediate container cd712e809f60 [2019-10-21T23:08:36.048Z] ---> 960ea4d88cbc [2019-10-21T23:08:36.048Z] Step 7/16 : WORKDIR /buildx [2019-10-21T23:08:36.048Z] ---> Running in 035daf8a7db1 [2019-10-21T23:08:36.048Z] Removing intermediate container 035daf8a7db1 [2019-10-21T23:08:36.048Z] ---> 60c4e27bb9a5 [2019-10-21T23:08:36.048Z] Step 8/16 : ARG BUILDX_COMMIT [2019-10-21T23:08:36.048Z] ---> Running in 7f284f8155d1 [2019-10-21T23:08:36.048Z] Removing intermediate container 7f284f8155d1 [2019-10-21T23:08:36.048Z] ---> 431fee202bc3 [2019-10-21T23:08:36.048Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2019-10-21T23:08:36.413Z] ---> Running in 3b906b10046a [2019-10-21T23:08:36.799Z] From https://github.com/docker/buildx [2019-10-21T23:08:36.799Z] * [new tag] v0.3.1 -> build [2019-10-21T23:08:37.164Z] Switched to branch 'build' [2019-10-21T23:08:37.540Z] Removing intermediate container 3b906b10046a [2019-10-21T23:08:37.540Z] ---> 9f59d7bddf24 [2019-10-21T23:08:37.540Z] Step 10/16 : RUN go mod download [2019-10-21T23:08:37.540Z] ---> Running in d70344814d61 [2019-10-21T23:08:37.965Z] Sending build context to Docker daemon 50.11MB [2019-10-21T23:08:37.965Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2019-10-21T23:08:37.965Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2019-10-21T23:08:37.965Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2019-10-21T23:08:37.965Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2019-10-21T23:08:37.965Z] 1.12.10-stretch: Pulling from library/golang [2019-10-21T23:08:37.965Z] fb056072eab9: Pulling fs layer [2019-10-21T23:08:37.965Z] 6a33b1f9796f: Pulling fs layer [2019-10-21T23:08:37.965Z] 8f8f8962e456: Pulling fs layer [2019-10-21T23:08:37.965Z] 68adcc365214: Pulling fs layer [2019-10-21T23:08:37.965Z] 76d8adf27bdf: Pulling fs layer [2019-10-21T23:08:37.965Z] d66e58854927: Pulling fs layer [2019-10-21T23:08:37.965Z] 71497195576e: Pulling fs layer [2019-10-21T23:08:37.965Z] 68adcc365214: Waiting [2019-10-21T23:08:37.965Z] 76d8adf27bdf: Waiting [2019-10-21T23:08:37.965Z] d66e58854927: Waiting [2019-10-21T23:08:37.965Z] 71497195576e: Waiting [2019-10-21T23:08:38.338Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-10-21T23:08:38.338Z] go: finding github.com/gofrs/flock v0.7.0 [2019-10-21T23:08:38.338Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2019-10-21T23:08:38.338Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2019-10-21T23:08:38.338Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-10-21T23:08:38.338Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-10-21T23:08:38.338Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-10-21T23:08:38.585Z] 8f8f8962e456: Verifying Checksum [2019-10-21T23:08:38.585Z] 8f8f8962e456: Download complete [2019-10-21T23:08:38.754Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-10-21T23:08:38.754Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-10-21T23:08:38.754Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-10-21T23:08:38.869Z] 6a33b1f9796f: Verifying Checksum [2019-10-21T23:08:38.869Z] 6a33b1f9796f: Download complete [2019-10-21T23:08:39.603Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-10-21T23:08:40.217Z] go: finding github.com/json-iterator/go v1.1.6 [2019-10-21T23:08:40.217Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-10-21T23:08:40.217Z] go: finding github.com/ghodss/yaml v1.0.0 [2019-10-21T23:08:40.217Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-10-21T23:08:40.217Z] go: finding github.com/theupdateframework/notary v0.6.1 [2019-10-21T23:08:40.217Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-10-21T23:08:40.620Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-10-21T23:08:40.620Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-10-21T23:08:41.026Z] go: finding github.com/spf13/cobra v0.0.3 [2019-10-21T23:08:41.026Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-10-21T23:08:41.026Z] go: finding github.com/gorilla/mux v1.7.0 [2019-10-21T23:08:41.026Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-10-21T23:08:41.026Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-10-21T23:08:41.443Z] go: finding github.com/jinzhu/gorm v1.9.2 [2019-10-21T23:08:41.443Z] go: finding github.com/hashicorp/hcl v1.0.0 [2019-10-21T23:08:41.563Z] fb056072eab9: Verifying Checksum [2019-10-21T23:08:41.563Z] fb056072eab9: Download complete [2019-10-21T23:08:41.685Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-10-21T23:08:41.685Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-67bc4209\powershellScript.ps1'; exit $LASTEXITCODE; [2019-10-21T23:08:41.685Z] ---------------------------------------------------------------------------- [2019-10-21T23:08:41.685Z] [2019-10-21T23:08:41.685Z] INFO: executeCI.ps1 starting at Mon Oct 21 23:08:40 CUT 2019 [2019-10-21T23:08:41.685Z] [2019-10-21T23:08:41.685Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-10-21T23:08:41.685Z] INFO: Running git version 2.23.0.windows.1 [2019-10-21T23:08:41.685Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-10-21T23:08:41.685Z] INFO: Environment variables: [2019-10-21T23:08:41.685Z] [2019-10-21T23:08:41.685Z] Name Value [2019-10-21T23:08:41.685Z] ---- ----- [2019-10-21T23:08:41.685Z] ALLUSERSPROFILE C:\ProgramData [2019-10-21T23:08:41.685Z] amd64 true [2019-10-21T23:08:41.685Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-10-21T23:08:41.685Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-10-21T23:08:41.685Z] arm64 true [2019-10-21T23:08:41.685Z] BRANCH_NAME PR-40089 [2019-10-21T23:08:41.685Z] BUILD_DISPLAY_NAME #15 [2019-10-21T23:08:41.685Z] BUILD_ID 15 [2019-10-21T23:08:41.685Z] BUILD_NUMBER 15 [2019-10-21T23:08:41.685Z] BUILD_TAG jenkins-moby-PR-40089-15 [2019-10-21T23:08:41.685Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-40089/15/ [2019-10-21T23:08:41.685Z] CHANGE_AUTHOR thaJeztah [2019-10-21T23:08:41.685Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-10-21T23:08:41.685Z] CHANGE_BRANCH fix_buildx_target [2019-10-21T23:08:41.685Z] CHANGE_FORK thaJeztah [2019-10-21T23:08:41.685Z] CHANGE_ID 40089 [2019-10-21T23:08:41.685Z] CHANGE_TARGET master [2019-10-21T23:08:41.685Z] CHANGE_TITLE Fix various issues with the "make buildx" target [2019-10-21T23:08:41.685Z] CHANGE_URL https://github.com/moby/moby/pull/40089 [2019-10-21T23:08:41.685Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T23:08:41.685Z] CommonProgramFiles C:\Program Files\Common Files [2019-10-21T23:08:41.685Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-10-21T23:08:41.685Z] CommonProgramW6432 C:\Program Files\Common Files [2019-10-21T23:08:41.685Z] COMPUTERNAME azwin-2-dc7d70 [2019-10-21T23:08:41.685Z] ComSpec C:\windows\system32\cmd.exe [2019-10-21T23:08:41.685Z] ConfigSequenceNumber 0 [2019-10-21T23:08:41.685Z] DOCKER_BUILDKIT 0 [2019-10-21T23:08:41.685Z] DOCKER_DUT_DEBUG 1 [2019-10-21T23:08:41.685Z] DOCKER_EXPERIMENTAL 1 [2019-10-21T23:08:41.685Z] DOCKER_GRAPHDRIVER overlay2 [2019-10-21T23:08:41.685Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-10-21T23:08:41.685Z] EXECUTOR_NUMBER 0 [2019-10-21T23:08:41.685Z] FQDN azwin-2-dc7d70.westus.cloudapp.azure.com [2019-10-21T23:08:41.685Z] GIT_BRANCH PR-40089 [2019-10-21T23:08:41.685Z] GIT_COMMIT 7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:08:41.685Z] GIT_PREVIOUS_COMMIT 182a02e1b0eb98ba156a8b8f6fba58bea18ddad2 [2019-10-21T23:08:41.685Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 1ca9430699485e254bd3c032efc93fc396413585 [2019-10-21T23:08:41.685Z] GIT_URL https://github.com/moby/moby.git [2019-10-21T23:08:41.685Z] HUDSON_COOKIE 01e8245a-292d-429a-a50b-cb9a5ec21218 [2019-10-21T23:08:41.685Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-10-21T23:08:41.685Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-10-21T23:08:41.685Z] HUDSON_URL https://ci.docker.com/public/ [2019-10-21T23:08:41.685Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-10-21T23:08:41.685Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-10-21T23:08:41.685Z] JENKINS_NODE_COOKIE a3bcfd1a-7213-4e68-9f69-5226860bb428 [2019-10-21T23:08:41.685Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-10-21T23:08:41.685Z] JENKINS_URL https://ci.docker.com/public/ [2019-10-21T23:08:41.685Z] JOB_BASE_NAME PR-40089 [2019-10-21T23:08:41.685Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40089/display/redirect [2019-10-21T23:08:41.685Z] JOB_NAME moby/PR-40089 [2019-10-21T23:08:41.685Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-40089/ [2019-10-21T23:08:41.685Z] library.jps.version master [2019-10-21T23:08:41.685Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-10-21T23:08:41.685Z] NODE_LABELS amd64 azure azwin-2-dc7d70 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-10-21T23:08:41.685Z] NODE_NAME azwin-2-dc7d70 [2019-10-21T23:08:41.685Z] NUMBER_OF_PROCESSORS 4 [2019-10-21T23:08:41.685Z] OS Windows_NT [2019-10-21T23:08:41.685Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-10-21T23:08:41.685Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-10-21T23:08:41.685Z] ppc64le true [2019-10-21T23:08:41.687Z] PROCESSOR_ARCHITECTURE AMD64 [2019-10-21T23:08:41.687Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-10-21T23:08:41.687Z] PROCESSOR_LEVEL 6 [2019-10-21T23:08:41.687Z] PROCESSOR_REVISION 4f01 [2019-10-21T23:08:41.687Z] ProgramData C:\ProgramData [2019-10-21T23:08:41.687Z] ProgramFiles C:\Program Files [2019-10-21T23:08:41.687Z] ProgramFiles(x86) C:\Program Files (x86) [2019-10-21T23:08:41.687Z] ProgramW6432 C:\Program Files [2019-10-21T23:08:41.687Z] PROMPT $P$G [2019-10-21T23:08:41.687Z] PSExecutionPolicyPreference Bypass [2019-10-21T23:08:41.687Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-10-21T23:08:41.687Z] PUBLIC C:\Users\Public [2019-10-21T23:08:41.687Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40089/15/display/redirect?page=changes [2019-10-21T23:08:41.687Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40089/15/display/redirect [2019-10-21T23:08:41.687Z] s390x true [2019-10-21T23:08:41.687Z] skip_dco false [2019-10-21T23:08:41.687Z] SKIP_VALIDATION_TESTS 1 [2019-10-21T23:08:41.687Z] SOURCES_DRIVE d [2019-10-21T23:08:41.687Z] SOURCES_SUBDIR gopath [2019-10-21T23:08:41.687Z] STAGE_NAME Run tests [2019-10-21T23:08:41.687Z] SystemDrive C: [2019-10-21T23:08:41.687Z] SystemRoot C:\windows [2019-10-21T23:08:41.687Z] TEMP C:\windows\TEMP [2019-10-21T23:08:41.687Z] TESTDEBUG 0 [2019-10-21T23:08:41.687Z] TESTRUN_DRIVE d [2019-10-21T23:08:41.687Z] TESTRUN_SUBDIR CI [2019-10-21T23:08:41.687Z] TIMEOUT 120m [2019-10-21T23:08:41.687Z] TMP C:\windows\TEMP [2019-10-21T23:08:41.687Z] unit_validate true [2019-10-21T23:08:41.687Z] USERDOMAIN WORKGROUP [2019-10-21T23:08:41.687Z] USERNAME azwin-2-dc7d70$ [2019-10-21T23:08:41.687Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-10-21T23:08:41.687Z] windir C:\windows [2019-10-21T23:08:41.687Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-10-21T23:08:41.687Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-10-21T23:08:41.687Z] windowsRS1 false [2019-10-21T23:08:41.687Z] windowsRS5 true [2019-10-21T23:08:41.687Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-10-21T23:08:41.687Z] [2019-10-21T23:08:41.687Z] [2019-10-21T23:08:41.687Z] [2019-10-21T23:08:41.687Z] INFO: Sources under d:\gopath\... [2019-10-21T23:08:41.687Z] INFO: Test run under d:\CI\... [2019-10-21T23:08:41.687Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-10-21T23:08:41.687Z] INFO: docker/docker repository was found [2019-10-21T23:08:41.687Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-10-21T23:08:42.143Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.805' [2019-10-21T23:08:42.143Z] INFO: Docker version of control daemon [2019-10-21T23:08:42.143Z] [2019-10-21T23:08:42.143Z] Client: Docker Engine - Enterprise [2019-10-21T23:08:42.143Z] Version: 19.03.2 [2019-10-21T23:08:42.143Z] API version: 1.40 [2019-10-21T23:08:42.143Z] Go version: go1.12.8 [2019-10-21T23:08:42.143Z] Git commit: c92ab06ed9 [2019-10-21T23:08:42.143Z] Built: 09/03/2019 16:38:11 [2019-10-21T23:08:42.143Z] OS/Arch: windows/amd64 [2019-10-21T23:08:42.143Z] Experimental: false [2019-10-21T23:08:42.143Z] [2019-10-21T23:08:42.143Z] Server: Docker Engine - Enterprise [2019-10-21T23:08:42.143Z] Engine: [2019-10-21T23:08:42.143Z] Version: 19.03.2 [2019-10-21T23:08:42.143Z] API version: 1.40 (minimum version 1.24) [2019-10-21T23:08:42.143Z] Go version: go1.12.8 [2019-10-21T23:08:42.143Z] Git commit: c92ab06ed9 [2019-10-21T23:08:42.143Z] Built: 09/03/2019 16:35:47 [2019-10-21T23:08:42.143Z] OS/Arch: windows/amd64 [2019-10-21T23:08:42.143Z] Experimental: true [2019-10-21T23:08:42.143Z] [2019-10-21T23:08:42.143Z] INFO: Docker info of control daemon [2019-10-21T23:08:42.143Z] [2019-10-21T23:08:42.190Z] 68adcc365214: Verifying Checksum [2019-10-21T23:08:42.190Z] 68adcc365214: Download complete [2019-10-21T23:08:42.322Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-10-21T23:08:42.322Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-10-21T23:08:42.322Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-10-21T23:08:42.322Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-10-21T23:08:42.322Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-10-21T23:08:42.738Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-10-21T23:08:42.738Z] go: finding github.com/gogo/protobuf v1.2.1 [2019-10-21T23:08:42.738Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-10-21T23:08:42.819Z] 71497195576e: Verifying Checksum [2019-10-21T23:08:42.819Z] 71497195576e: Download complete [2019-10-21T23:08:43.104Z] Client: [2019-10-21T23:08:43.104Z] Debug Mode: false [2019-10-21T23:08:43.104Z] Plugins: [2019-10-21T23:08:43.104Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-21T23:08:43.104Z] [2019-10-21T23:08:43.104Z] Server: [2019-10-21T23:08:43.104Z] Containers: 0 [2019-10-21T23:08:43.104Z] Running: 0 [2019-10-21T23:08:43.104Z] Paused: 0 [2019-10-21T23:08:43.104Z] Stopped: 0 [2019-10-21T23:08:43.104Z] Images: 8 [2019-10-21T23:08:43.104Z] Server Version: 19.03.2 [2019-10-21T23:08:43.104Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-21T23:08:43.104Z] Windows: [2019-10-21T23:08:43.104Z] LCOW: [2019-10-21T23:08:43.104Z] Logging Driver: json-file [2019-10-21T23:08:43.104Z] Plugins: [2019-10-21T23:08:43.104Z] Volume: local [2019-10-21T23:08:43.104Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-21T23:08:43.104Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-21T23:08:43.104Z] Swarm: inactive [2019-10-21T23:08:43.104Z] Default Isolation: process [2019-10-21T23:08:43.104Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-21T23:08:43.104Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-21T23:08:43.104Z] OSType: windows [2019-10-21T23:08:43.104Z] Architecture: x86_64 [2019-10-21T23:08:43.104Z] CPUs: 4 [2019-10-21T23:08:43.104Z] Total Memory: 32GiB [2019-10-21T23:08:43.104Z] Name: azwin-2-dc7d70 [2019-10-21T23:08:43.104Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-21T23:08:43.104Z] Docker Root Dir: D:\docker [2019-10-21T23:08:43.104Z] Debug Mode: false [2019-10-21T23:08:43.104Z] Registry: https://index.docker.io/v1/ [2019-10-21T23:08:43.104Z] Labels: [2019-10-21T23:08:43.104Z] Experimental: true [2019-10-21T23:08:43.104Z] Insecure Registries: [2019-10-21T23:08:43.104Z] 10.0.0.4:5000 [2019-10-21T23:08:43.104Z] 127.0.0.0/8 [2019-10-21T23:08:43.104Z] Registry Mirrors: [2019-10-21T23:08:43.104Z] http://10.0.0.4:5000/ [2019-10-21T23:08:43.104Z] Live Restore Enabled: false [2019-10-21T23:08:43.104Z] [2019-10-21T23:08:43.104Z] [2019-10-21T23:08:43.104Z] INFO: Commit hash is 7eb804c93 [2019-10-21T23:08:43.104Z] INFO: Nuke-Everything... [2019-10-21T23:08:43.115Z] 76d8adf27bdf: Verifying Checksum [2019-10-21T23:08:43.116Z] 76d8adf27bdf: Download complete [2019-10-21T23:08:43.560Z] INFO: Container count on control daemon to delete is 0 [2019-10-21T23:08:43.589Z] go: finding github.com/sirupsen/logrus v1.4.0 [2019-10-21T23:08:43.982Z] go: finding github.com/spf13/pflag v1.0.3 [2019-10-21T23:08:43.982Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-10-21T23:08:43.982Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-10-21T23:08:44.016Z] INFO: Nuking d:\CI [2019-10-21T23:08:44.016Z] INFO: Zapped successfully [2019-10-21T23:08:44.016Z] INFO: Location for testing is d:\CI\PR-40089\15 [2019-10-21T23:08:44.016Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-10-21T23:08:44.016Z] [2019-10-21T23:08:44.016Z] [2019-10-21T23:08:44.016Z] INFO: Building the image from Dockerfile.windows at 10/21/2019 23:08:43... [2019-10-21T23:08:44.016Z] [2019-10-21T23:08:44.371Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-10-21T23:08:44.371Z] go: finding github.com/jinzhu/now v1.0.0 [2019-10-21T23:08:44.371Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-10-21T23:08:44.779Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-10-21T23:08:45.371Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-10-21T23:08:45.371Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-10-21T23:08:45.833Z] fb056072eab9: Pull complete [2019-10-21T23:08:45.860Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-10-21T23:08:45.860Z] go: finding github.com/stretchr/testify v1.2.2 [2019-10-21T23:08:45.860Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-10-21T23:08:46.226Z] ok github.com/docker/docker/api/server 0.043s coverage: 9.0% of statements [2019-10-21T23:08:46.260Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-10-21T23:08:46.486Z] 6a33b1f9796f: Pull complete [2019-10-21T23:08:46.682Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-10-21T23:08:46.682Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-10-21T23:08:46.682Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-10-21T23:08:46.682Z] go: finding github.com/docker/go-connections v0.4.0 [2019-10-21T23:08:47.076Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-10-21T23:08:47.077Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2019-10-21T23:08:47.112Z] 8f8f8962e456: Pull complete [2019-10-21T23:08:47.475Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-10-21T23:08:47.475Z] go: finding github.com/kisielk/errcheck v1.1.0 [2019-10-21T23:08:47.882Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-10-21T23:08:48.296Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-10-21T23:08:48.296Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-10-21T23:08:48.296Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-10-21T23:08:48.296Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-10-21T23:08:48.593Z] d66e58854927: Verifying Checksum [2019-10-21T23:08:48.593Z] d66e58854927: Download complete [2019-10-21T23:08:48.703Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-10-21T23:08:48.703Z] go: finding github.com/stretchr/objx v0.1.1 [2019-10-21T23:08:49.113Z] go: finding github.com/pkg/profile v1.2.1 [2019-10-21T23:08:49.790Z] Sending build context to Docker daemon 50.1MB [2019-10-21T23:08:49.790Z] [2019-10-21T23:08:49.999Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-10-21T23:08:49.999Z] go: finding github.com/gogo/protobuf v1.2.0 [2019-10-21T23:08:50.246Z] Step 1/8 : FROM microsoft/windowsservercore [2019-10-21T23:08:50.246Z] ---> 739b21bd02e7 [2019-10-21T23:08:50.246Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-10-21T23:08:50.246Z] ---> Using cache [2019-10-21T23:08:50.246Z] ---> 93de03f73706 [2019-10-21T23:08:50.246Z] Step 3/8 : ARG GO_VERSION=1.13.3 [2019-10-21T23:08:50.246Z] ---> Using cache [2019-10-21T23:08:50.246Z] ---> d11913cdc84c [2019-10-21T23:08:50.246Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-10-21T23:08:50.246Z] ---> Using cache [2019-10-21T23:08:50.246Z] ---> 8df5708fd8ab [2019-10-21T23:08:50.246Z] 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-21T23:08:50.246Z] ---> Using cache [2019-10-21T23:08:50.246Z] ---> 4f2a04812b42 [2019-10-21T23:08:50.246Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-10-21T23:08:50.246Z] ---> Using cache [2019-10-21T23:08:50.246Z] ---> b4ceefb8e72d [2019-10-21T23:08:50.246Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-10-21T23:08:50.246Z] ---> Using cache [2019-10-21T23:08:50.246Z] ---> 116217e29bd2 [2019-10-21T23:08:50.246Z] Step 8/8 : COPY . . [2019-10-21T23:08:50.442Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-10-21T23:08:50.442Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-10-21T23:08:50.442Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-10-21T23:08:50.625Z] 68adcc365214: Pull complete [2019-10-21T23:08:51.842Z] go: finding go.etcd.io/bbolt v1.3.2 [2019-10-21T23:08:52.242Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-10-21T23:08:52.649Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-10-21T23:08:53.325Z] 76d8adf27bdf: Pull complete [2019-10-21T23:08:53.508Z] go: finding github.com/kr/pretty v0.1.0 [2019-10-21T23:08:53.935Z] go: finding github.com/google/go-cmp v0.2.0 [2019-10-21T23:08:54.329Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-10-21T23:08:54.329Z] go: finding github.com/prometheus/client_golang v0.8.0 [2019-10-21T23:08:54.329Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-10-21T23:08:54.329Z] go: finding github.com/golang/protobuf v1.2.0 [2019-10-21T23:08:55.217Z] go: finding github.com/gogo/googleapis v1.1.0 [2019-10-21T23:08:55.217Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-10-21T23:08:55.217Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-10-21T23:08:55.217Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-10-21T23:08:55.629Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-10-21T23:08:55.629Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-10-21T23:08:55.629Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-10-21T23:08:56.061Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-10-21T23:08:56.061Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-10-21T23:08:56.841Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-10-21T23:08:57.396Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-10-21T23:08:57.814Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-10-21T23:08:57.814Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-10-21T23:08:58.220Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-10-21T23:08:58.220Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-10-21T23:08:58.633Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-10-21T23:08:58.838Z] d66e58854927: Pull complete [2019-10-21T23:08:58.838Z] 71497195576e: Pull complete [2019-10-21T23:08:58.838Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2019-10-21T23:08:58.838Z] Status: Downloaded newer image for golang:1.12.10-stretch [2019-10-21T23:08:58.838Z] ---> ebd73b5ebd31 [2019-10-21T23:08:58.838Z] Step 5/16 : ARG BUILDX_REPO [2019-10-21T23:08:59.035Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-10-21T23:08:59.035Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-10-21T23:08:59.035Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-10-21T23:08:59.035Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-10-21T23:08:59.035Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-10-21T23:08:59.122Z] ---> Running in acab2529a8fa [2019-10-21T23:08:59.122Z] Removing intermediate container acab2529a8fa [2019-10-21T23:08:59.122Z] ---> a5043959f4f3 [2019-10-21T23:08:59.122Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2019-10-21T23:08:59.122Z] ---> Running in 24f28869af48 [2019-10-21T23:08:59.405Z] Cloning into '/buildx'... [2019-10-21T23:08:59.455Z] go: finding github.com/onsi/ginkgo v1.7.0 [2019-10-21T23:09:00.323Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-10-21T23:09:00.323Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-10-21T23:09:00.323Z] go: finding github.com/gogo/protobuf v1.0.0 [2019-10-21T23:09:00.732Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-10-21T23:09:00.732Z] go: finding github.com/stretchr/testify v1.3.0 [2019-10-21T23:09:00.732Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-10-21T23:09:00.732Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-10-21T23:09:01.153Z] go: finding github.com/pkg/errors v0.8.1 [2019-10-21T23:09:01.886Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-10-21T23:09:01.886Z] go: finding gotest.tools v2.1.0+incompatible [2019-10-21T23:09:02.400Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-10-21T23:09:02.806Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-10-21T23:09:02.806Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-10-21T23:09:03.688Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-10-21T23:09:03.688Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-10-21T23:09:03.688Z] go: finding github.com/hashicorp/go-version v1.1.0 [2019-10-21T23:09:03.688Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2019-10-21T23:09:03.688Z] go: finding github.com/containerd/containerd v1.2.4 [2019-10-21T23:09:03.788Z] Removing intermediate container 24f28869af48 [2019-10-21T23:09:03.788Z] ---> 6f0d8abe46e5 [2019-10-21T23:09:03.788Z] Step 7/16 : WORKDIR /buildx [2019-10-21T23:09:03.788Z] ---> Running in a008208535d2 [2019-10-21T23:09:03.788Z] Removing intermediate container a008208535d2 [2019-10-21T23:09:03.788Z] ---> 0ed6f1ec43e6 [2019-10-21T23:09:03.788Z] Step 8/16 : ARG BUILDX_COMMIT [2019-10-21T23:09:03.788Z] ---> Running in fbf06dedbe15 [2019-10-21T23:09:03.788Z] Removing intermediate container fbf06dedbe15 [2019-10-21T23:09:03.788Z] ---> 43e95bad9309 [2019-10-21T23:09:03.788Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2019-10-21T23:09:03.788Z] ---> Running in b35704988197 [2019-10-21T23:09:04.070Z] From https://github.com/docker/buildx [2019-10-21T23:09:04.070Z] * [new tag] v0.3.1 -> build [2019-10-21T23:09:04.101Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-10-21T23:09:04.101Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-10-21T23:09:04.354Z] Switched to branch 'build' [2019-10-21T23:09:04.513Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-10-21T23:09:04.513Z] go: finding github.com/imdario/mergo v0.3.7 [2019-10-21T23:09:04.513Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-10-21T23:09:04.643Z] Removing intermediate container b35704988197 [2019-10-21T23:09:04.643Z] ---> 61c924a7abc7 [2019-10-21T23:09:04.643Z] Step 10/16 : RUN go mod download [2019-10-21T23:09:04.643Z] ---> Running in 2224d5bd2f92 [2019-10-21T23:09:05.265Z] go: finding github.com/sirupsen/logrus v1.4.0 [2019-10-21T23:09:05.265Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-10-21T23:09:05.265Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-10-21T23:09:05.265Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-10-21T23:09:05.265Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-10-21T23:09:05.265Z] go: finding github.com/hashicorp/hcl v1.0.0 [2019-10-21T23:09:05.265Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-10-21T23:09:05.396Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-10-21T23:09:05.396Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-10-21T23:09:05.396Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-10-21T23:09:05.396Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-10-21T23:09:05.396Z] go: finding github.com/spf13/viper v1.3.2 [2019-10-21T23:09:05.396Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-10-21T23:09:05.396Z] go: finding gopkg.in/inf.v0 v0.9.1 [2019-10-21T23:09:05.892Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-10-21T23:09:05.892Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-10-21T23:09:05.892Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-10-21T23:09:06.261Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2019-10-21T23:09:06.671Z] go: finding github.com/onsi/gomega v1.4.3 [2019-10-21T23:09:06.671Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-10-21T23:09:06.671Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-10-21T23:09:06.671Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-10-21T23:09:07.068Z] go: finding github.com/spf13/cast v1.3.0 [2019-10-21T23:09:07.068Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-10-21T23:09:07.397Z] go: finding github.com/jinzhu/gorm v1.9.2 [2019-10-21T23:09:07.397Z] go: finding github.com/spf13/viper v1.3.2 [2019-10-21T23:09:07.397Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-10-21T23:09:07.397Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-10-21T23:09:07.534Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-10-21T23:09:07.534Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-10-21T23:09:08.027Z] go: finding github.com/davecgh/go-spew v1.1.1 [2019-10-21T23:09:08.028Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-10-21T23:09:08.028Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2019-10-21T23:09:08.028Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-10-21T23:09:08.037Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-10-21T23:09:08.467Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-10-21T23:09:08.467Z] go: finding github.com/lib/pq v1.0.0 [2019-10-21T23:09:08.663Z] go: finding github.com/spf13/pflag v1.0.3 [2019-10-21T23:09:08.663Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-10-21T23:09:08.873Z] go: finding github.com/vishvananda/netlink v1.0.0 [2019-10-21T23:09:09.258Z] go: finding github.com/spf13/afero v1.1.2 [2019-10-21T23:09:09.258Z] go: finding github.com/sirupsen/logrus v1.3.0 [2019-10-21T23:09:09.258Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2019-10-21T23:09:09.258Z] go: finding github.com/docker/go-connections v0.3.0 [2019-10-21T23:09:09.291Z] go: finding github.com/stretchr/testify v1.3.0 [2019-10-21T23:09:09.580Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-10-21T23:09:09.580Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-10-21T23:09:09.655Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-10-21T23:09:09.655Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-10-21T23:09:09.655Z] go: finding github.com/kisielk/gotool v1.0.0 [2019-10-21T23:09:09.655Z] go: finding gotest.tools v2.2.0+incompatible [2019-10-21T23:09:09.655Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-10-21T23:09:09.655Z] go: finding github.com/kr/text v0.1.0 [2019-10-21T23:09:09.872Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-10-21T23:09:09.872Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2019-10-21T23:09:09.872Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-10-21T23:09:10.052Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-10-21T23:09:10.052Z] go: finding github.com/hpcloud/tail v1.0.0 [2019-10-21T23:09:10.160Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-10-21T23:09:10.160Z] go: finding github.com/prometheus/client_golang v0.8.0 [2019-10-21T23:09:10.429Z] go: finding github.com/onsi/ginkgo v1.6.0 [2019-10-21T23:09:10.429Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2019-10-21T23:09:10.825Z] go: finding github.com/stretchr/objx v0.1.0 [2019-10-21T23:09:10.825Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-10-21T23:09:10.825Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-10-21T23:09:10.825Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-10-21T23:09:10.825Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-10-21T23:09:10.825Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-10-21T23:09:10.825Z] go: finding github.com/sirupsen/logrus v1.0.3 [2019-10-21T23:09:11.186Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-10-21T23:09:11.186Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-10-21T23:09:11.239Z] go: finding github.com/kr/pty v1.1.1 [2019-10-21T23:09:11.475Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-10-21T23:09:11.475Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-10-21T23:09:11.667Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-10-21T23:09:11.667Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-10-21T23:09:11.768Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-10-21T23:09:12.056Z] go: finding github.com/spf13/cobra v0.0.3 [2019-10-21T23:09:12.056Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-10-21T23:09:12.061Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-10-21T23:09:12.061Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2019-10-21T23:09:12.061Z] go: finding golang.org/x/text v0.3.0 [2019-10-21T23:09:12.061Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-10-21T23:09:12.061Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-10-21T23:09:12.531Z] go: finding github.com/BurntSushi/toml v0.3.1 [2019-10-21T23:09:13.002Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-10-21T23:09:13.002Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-10-21T23:09:13.002Z] go: finding github.com/davecgh/go-spew v1.1.0 [2019-10-21T23:09:13.417Z] go: finding github.com/docker/go-units v0.3.1 [2019-10-21T23:09:13.563Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-10-21T23:09:13.563Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-10-21T23:09:13.563Z] go: finding github.com/magiconair/properties v1.8.0 [2019-10-21T23:09:13.563Z] go: finding github.com/coreos/go-semver v0.2.0 [2019-10-21T23:09:13.563Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-10-21T23:09:13.823Z] go: finding github.com/pelletier/go-toml v1.2.0 [2019-10-21T23:09:13.823Z] go: finding github.com/davecgh/go-spew v1.1.1 [2019-10-21T23:09:14.188Z] go: finding github.com/ghodss/yaml v1.0.0 [2019-10-21T23:09:14.234Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-10-21T23:09:14.234Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-10-21T23:09:14.234Z] go: finding github.com/coreos/go-semver v0.2.0 [2019-10-21T23:09:14.234Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-10-21T23:09:14.234Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-10-21T23:09:14.475Z] go: finding gopkg.in/inf.v0 v0.9.1 [2019-10-21T23:09:14.642Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-10-21T23:09:14.642Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2019-10-21T23:09:14.642Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-10-21T23:09:15.043Z] go: finding google.golang.org/grpc v1.20.1 [2019-10-21T23:09:15.043Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-10-21T23:09:15.043Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-10-21T23:09:15.043Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-10-21T23:09:15.451Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-10-21T23:09:15.451Z] go: finding github.com/magiconair/properties v1.8.0 [2019-10-21T23:09:15.864Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-10-21T23:09:15.864Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-10-21T23:09:15.965Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-10-21T23:09:15.965Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-10-21T23:09:15.965Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-10-21T23:09:15.965Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-10-21T23:09:16.252Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-10-21T23:09:16.263Z] go: finding github.com/client9/misspell v0.3.4 [2019-10-21T23:09:16.263Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-10-21T23:09:16.677Z] go: finding cloud.google.com/go v0.26.0 [2019-10-21T23:09:16.677Z] go: finding google.golang.org/appengine v1.1.0 [2019-10-21T23:09:16.879Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-10-21T23:09:17.093Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-10-21T23:09:17.093Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-10-21T23:09:17.093Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-10-21T23:09:17.507Z] go: finding github.com/golang/mock v1.1.1 [2019-10-21T23:09:17.949Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-10-21T23:09:17.949Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-10-21T23:09:18.377Z] go: finding github.com/gorilla/mux v1.7.0 [2019-10-21T23:09:18.377Z] go: finding github.com/jinzhu/now v1.0.0 [2019-10-21T23:09:18.461Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-10-21T23:09:18.665Z] go: finding github.com/hashicorp/go-version v1.1.0 [2019-10-21T23:09:18.947Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-10-21T23:09:19.692Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-10-21T23:09:20.154Z] ---> 5a925d428eeb [2019-10-21T23:09:20.154Z] Successfully built 5a925d428eeb [2019-10-21T23:09:20.154Z] Successfully tagged docker:latest [2019-10-21T23:09:20.154Z] INFO: Image build ended at 10/21/2019 23:09:19. Duration:00:00:35.8083791 [2019-10-21T23:09:20.154Z] [2019-10-21T23:09:20.154Z] [2019-10-21T23:09:20.154Z] INFO: Building the test binaries at 10/21/2019 23:09:19... [2019-10-21T23:09:20.317Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2019-10-21T23:09:20.605Z] go: finding github.com/gofrs/flock v0.7.0 [2019-10-21T23:09:20.605Z] go: finding github.com/lib/pq v1.0.0 [2019-10-21T23:09:21.250Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-10-21T23:09:21.879Z] go: finding github.com/stretchr/objx v0.1.0 [2019-10-21T23:09:21.879Z] go: finding github.com/theupdateframework/notary v0.6.1 [2019-10-21T23:09:22.168Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-10-21T23:09:22.168Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-10-21T23:09:22.460Z] go: finding github.com/stretchr/objx v0.1.1 [2019-10-21T23:09:23.088Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-10-21T23:09:23.088Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-10-21T23:09:24.113Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-10-21T23:09:24.739Z] go: finding github.com/docker/go-connections v0.4.0 [2019-10-21T23:09:24.858Z] INFO: make.ps1 starting at 10/21/2019 23:09:23 [2019-10-21T23:09:24.858Z] INFO: Git commit (7eb804c93) assumed from DOCKER_GITCOMMIT environment variable [2019-10-21T23:09:24.858Z] INFO: Invoking autogen... [2019-10-21T23:09:25.315Z] INFO: Building daemon... [2019-10-21T23:09:25.764Z] go: finding github.com/json-iterator/go v1.1.6 [2019-10-21T23:09:26.049Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-10-21T23:09:26.692Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-10-21T23:09:26.982Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-10-21T23:09:27.272Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2019-10-21T23:09:27.272Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-10-21T23:09:27.563Z] go: finding github.com/davecgh/go-spew v1.1.0 [2019-10-21T23:09:27.852Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-10-21T23:09:28.876Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-10-21T23:09:29.165Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-10-21T23:09:29.452Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-10-21T23:09:30.082Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-10-21T23:09:30.370Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-10-21T23:09:30.658Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-10-21T23:09:30.658Z] go: finding github.com/spf13/afero v1.1.2 [2019-10-21T23:09:31.287Z] go: finding github.com/imdario/mergo v0.3.7 [2019-10-21T23:09:31.920Z] go: finding github.com/pkg/errors v0.8.1 [2019-10-21T23:09:32.549Z] go: finding github.com/stretchr/testify v1.2.2 [2019-10-21T23:09:32.931Z] ok github.com/docker/docker/api/server/httputils 0.022s coverage: 14.7% of statements [2019-10-21T23:09:32.931Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-21T23:09:33.176Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-10-21T23:09:33.176Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-10-21T23:09:33.191Z] ok github.com/docker/docker/api/server/middleware 0.017s coverage: 37.7% of statements [2019-10-21T23:09:33.191Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-21T23:09:33.191Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-21T23:09:33.191Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-21T23:09:33.463Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-10-21T23:09:33.761Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-21T23:09:33.761Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-21T23:09:33.761Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-21T23:09:33.761Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-21T23:09:33.761Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-21T23:09:33.761Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-21T23:09:33.765Z] go: finding github.com/pelletier/go-toml v1.2.0 [2019-10-21T23:09:33.765Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-10-21T23:09:34.057Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-10-21T23:09:34.347Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-10-21T23:09:34.702Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-21T23:09:34.702Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-21T23:09:34.962Z] ok github.com/docker/docker/api/types/strslice 0.013s coverage: 90.0% of statements [2019-10-21T23:09:35.222Z] ok github.com/docker/docker/api/types/filters 0.015s coverage: 92.2% of statements [2019-10-21T23:09:35.222Z] ok github.com/docker/docker/api/server/router/swarm 0.011s coverage: 4.0% of statements [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/types [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-21T23:09:35.222Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-21T23:09:35.482Z] ok github.com/docker/docker/api/types/time 0.027s coverage: 100.0% of statements [2019-10-21T23:09:35.744Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 75.0% of statements [2019-10-21T23:09:35.744Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-21T23:09:35.744Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-21T23:09:35.744Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-21T23:09:35.744Z] ? github.com/docker/docker/builder [no test files] [2019-10-21T23:09:35.744Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-21T23:09:35.744Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-21T23:09:35.744Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-21T23:09:35.744Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-21T23:09:35.744Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-21T23:09:35.744Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-21T23:09:35.744Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-21T23:09:35.848Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-10-21T23:09:36.004Z] ok github.com/docker/docker/builder/dockerignore 0.017s coverage: 96.8% of statements [2019-10-21T23:09:36.475Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-10-21T23:09:36.766Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2019-10-21T23:09:37.063Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-10-21T23:09:37.350Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-10-21T23:09:38.545Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2019-10-21T23:09:38.855Z] go: finding golang.org/x/text v0.3.0 [2019-10-21T23:09:38.855Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-10-21T23:09:39.145Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-10-21T23:09:39.781Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-10-21T23:09:39.781Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-10-21T23:09:39.927Z] ok github.com/docker/docker/builder/remotecontext 0.288s coverage: 13.6% of statements [2019-10-21T23:09:40.069Z] go: finding go.etcd.io/bbolt v1.3.2 [2019-10-21T23:09:40.069Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-10-21T23:09:40.497Z] ok github.com/docker/docker/builder/remotecontext/git 3.090s coverage: 85.1% of statements [2019-10-21T23:09:40.694Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-10-21T23:09:41.438Z] ok github.com/docker/docker/builder/dockerfile 1.192s coverage: 48.2% of statements [2019-10-21T23:09:41.438Z] ? github.com/docker/docker/cli [no test files] [2019-10-21T23:09:41.438Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-21T23:09:42.203Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-10-21T23:09:42.496Z] go: finding github.com/vishvananda/netlink v1.0.0 [2019-10-21T23:09:42.787Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-10-21T23:09:42.787Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-10-21T23:09:43.078Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-10-21T23:09:43.078Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-10-21T23:09:43.078Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-10-21T23:09:43.367Z] go: finding github.com/gogo/googleapis v1.1.0 [2019-10-21T23:09:44.402Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-10-21T23:09:44.402Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-10-21T23:09:45.436Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-10-21T23:09:45.723Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-10-21T23:09:45.723Z] go: finding github.com/gogo/protobuf v1.2.0 [2019-10-21T23:09:46.013Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-10-21T23:09:46.728Z] ok github.com/docker/docker/client 0.429s coverage: 75.8% of statements [2019-10-21T23:09:47.517Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-10-21T23:09:47.517Z] go: finding github.com/onsi/ginkgo v1.7.0 [2019-10-21T23:09:48.581Z] go: finding github.com/pkg/profile v1.2.1 [2019-10-21T23:09:50.077Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-10-21T23:09:50.116Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T23:09:50.116Z] [2019-10-21T23:09:50.116Z] [2019-10-21T23:09:50.116Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-21T23:09:50.116Z] [2019-10-21T23:09:50.116Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-10-21T23:09:50.116Z] [2019-10-21T23:09:50.116Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-21T23:09:50.116Z] PKG_CONFIG=pkg-config [2019-10-21T23:09:50.116Z] GOLANG_VERSION=1.13.3 [2019-10-21T23:09:50.116Z] HOSTNAME=0ba255ece812 [2019-10-21T23:09:50.116Z] KEEPBUNDLE=1 [2019-10-21T23:09:50.116Z] container=docker [2019-10-21T23:09:50.116Z] TEST_SKIP_INTEGRATION=1 [2019-10-21T23:09:50.116Z] GO111MODULE=off [2019-10-21T23:09:50.116Z] GOPATH=/go [2019-10-21T23:09:50.116Z] PWD=/go/src/github.com/docker/docker [2019-10-21T23:09:50.116Z] HOME=/root [2019-10-21T23:09:50.116Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-21T23:09:50.116Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-21T23:09:50.116Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-21T23:09:50.116Z] DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:09:50.116Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-21T23:09:50.116Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-21T23:09:50.116Z] TERM=xterm [2019-10-21T23:09:50.116Z] VALIDATE_BRANCH=master [2019-10-21T23:09:50.116Z] DEST=bundles/test-integration [2019-10-21T23:09:50.116Z] SHLVL=1 [2019-10-21T23:09:50.116Z] TIMEOUT=120m [2019-10-21T23:09:50.116Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-10-21T23:09:50.116Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-21T23:09:50.116Z] DOCKER_PKG=github.com/docker/docker [2019-10-21T23:09:50.116Z] TESTDEBUG=0 [2019-10-21T23:09:50.116Z] _=/usr/bin/env [2019-10-21T23:09:50.116Z] Building test suite binary ./integration-cli/test.main [2019-10-21T23:09:50.116Z] No new tests added to integration. [2019-10-21T23:09:50.116Z] [2019-10-21T23:09:50.116Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-21T23:09:50.116Z] PKG_CONFIG=pkg-config [2019-10-21T23:09:50.116Z] GOLANG_VERSION=1.13.3 [2019-10-21T23:09:50.116Z] HOSTNAME=2178ce214b24 [2019-10-21T23:09:50.116Z] KEEPBUNDLE=1 [2019-10-21T23:09:50.116Z] container=docker [2019-10-21T23:09:50.116Z] TEST_SKIP_INTEGRATION=1 [2019-10-21T23:09:50.116Z] GO111MODULE=off [2019-10-21T23:09:50.116Z] GOPATH=/go [2019-10-21T23:09:50.116Z] PWD=/go/src/github.com/docker/docker [2019-10-21T23:09:50.116Z] HOME=/root [2019-10-21T23:09:50.116Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-21T23:09:50.116Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-21T23:09:50.116Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-21T23:09:50.116Z] DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:09:50.116Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-21T23:09:50.116Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-21T23:09:50.116Z] TERM=xterm [2019-10-21T23:09:50.116Z] VALIDATE_BRANCH=master [2019-10-21T23:09:50.116Z] DEST=bundles/test-integration [2019-10-21T23:09:50.116Z] SHLVL=1 [2019-10-21T23:09:50.116Z] TIMEOUT=120m [2019-10-21T23:09:50.116Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-21T23:09:50.116Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-21T23:09:50.116Z] DOCKER_PKG=github.com/docker/docker [2019-10-21T23:09:50.116Z] TESTDEBUG=0 [2019-10-21T23:09:50.116Z] _=/usr/bin/env [2019-10-21T23:09:50.116Z] Building test suite binary ./integration-cli/test.main [2019-10-21T23:09:50.116Z] PKG_CONFIG=pkg-config [2019-10-21T23:09:50.116Z] GOLANG_VERSION=1.13.3 [2019-10-21T23:09:50.116Z] HOSTNAME=9f9f073a2a83 [2019-10-21T23:09:50.116Z] KEEPBUNDLE=1 [2019-10-21T23:09:50.116Z] container=docker [2019-10-21T23:09:50.116Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-21T23:09:50.116Z] GO111MODULE=off [2019-10-21T23:09:50.116Z] GOPATH=/go [2019-10-21T23:09:50.116Z] PWD=/go/src/github.com/docker/docker [2019-10-21T23:09:50.116Z] HOME=/root [2019-10-21T23:09:50.116Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-21T23:09:50.116Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-21T23:09:50.116Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-21T23:09:50.116Z] DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:09:50.116Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-21T23:09:50.116Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-21T23:09:50.116Z] TERM=xterm [2019-10-21T23:09:50.116Z] VALIDATE_BRANCH=master [2019-10-21T23:09:50.116Z] DEST=bundles/test-integration [2019-10-21T23:09:50.116Z] SHLVL=1 [2019-10-21T23:09:50.116Z] TIMEOUT=120m [2019-10-21T23:09:50.116Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-21T23:09:50.116Z] DOCKER_PKG=github.com/docker/docker [2019-10-21T23:09:50.116Z] TESTDEBUG=0 [2019-10-21T23:09:50.116Z] _=/usr/bin/env [2019-10-21T23:09:50.116Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-21T23:09:50.725Z] go: finding github.com/docker/go-units v0.3.1 [2019-10-21T23:09:51.014Z] go: finding github.com/golang/protobuf v1.2.0 [2019-10-21T23:09:51.303Z] go: finding github.com/gogo/protobuf v1.2.1 [2019-10-21T23:09:51.303Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-10-21T23:09:54.016Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-10-21T23:09:54.016Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-10-21T23:09:54.016Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-10-21T23:09:54.656Z] go: finding gotest.tools v2.1.0+incompatible [2019-10-21T23:09:54.656Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-10-21T23:09:55.283Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-10-21T23:09:55.915Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-10-21T23:09:56.542Z] go: finding github.com/containerd/containerd v1.2.4 [2019-10-21T23:09:56.831Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-10-21T23:09:57.122Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-10-21T23:09:57.415Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2019-10-21T23:09:57.415Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-10-21T23:09:57.705Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2019-10-21T23:09:57.994Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-10-21T23:09:57.994Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-10-21T23:09:59.495Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-10-21T23:10:00.199Z] Removing intermediate container d70344814d61 [2019-10-21T23:10:00.199Z] ---> 49b92fd102a0 [2019-10-21T23:10:00.199Z] Step 11/16 : ARG GOOS [2019-10-21T23:10:00.199Z] ---> Running in ed11bca6bc95 [2019-10-21T23:10:00.199Z] Removing intermediate container ed11bca6bc95 [2019-10-21T23:10:00.199Z] ---> c0c7d903f2ee [2019-10-21T23:10:00.199Z] Step 12/16 : ARG GOARCH [2019-10-21T23:10:00.199Z] ---> Running in 91e7f9898630 [2019-10-21T23:10:00.199Z] Removing intermediate container 91e7f9898630 [2019-10-21T23:10:00.199Z] ---> 0e38c7487a62 [2019-10-21T23:10:00.199Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2019-10-21T23:10:00.199Z] ---> Running in 12a086315db7 [2019-10-21T23:10:00.992Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-10-21T23:10:00.992Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-10-21T23:10:02.019Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-10-21T23:10:02.020Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-10-21T23:10:02.020Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-10-21T23:10:02.361Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-10-21T23:10:02.361Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-10-21T23:10:03.859Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-10-21T23:10:04.147Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-10-21T23:10:04.147Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-10-21T23:10:04.438Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-10-21T23:10:04.438Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-10-21T23:10:04.438Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-10-21T23:10:04.726Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-10-21T23:10:05.016Z] go: finding github.com/google/go-cmp v0.2.0 [2019-10-21T23:10:05.016Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-10-21T23:10:06.045Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-10-21T23:10:06.336Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-10-21T23:10:06.336Z] go: finding github.com/docker/go-connections v0.3.0 [2019-10-21T23:10:06.972Z] go: finding github.com/kr/pretty v0.1.0 [2019-10-21T23:10:06.972Z] go: finding google.golang.org/grpc v1.20.1 [2019-10-21T23:10:06.972Z] go: finding github.com/sirupsen/logrus v1.3.0 [2019-10-21T23:10:07.264Z] go: finding github.com/onsi/gomega v1.4.3 [2019-10-21T23:10:07.556Z] go: finding github.com/sirupsen/logrus v1.0.3 [2019-10-21T23:10:07.848Z] go: finding gotest.tools v2.2.0+incompatible [2019-10-21T23:10:08.495Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-10-21T23:10:08.785Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-10-21T23:10:09.075Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-10-21T23:10:09.075Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-10-21T23:10:09.364Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-10-21T23:10:09.364Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-10-21T23:10:09.653Z] go: finding github.com/golang/mock v1.1.1 [2019-10-21T23:10:09.942Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-10-21T23:10:10.232Z] go: finding github.com/gogo/protobuf v1.0.0 [2019-10-21T23:10:11.261Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-10-21T23:10:11.261Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-10-21T23:10:11.261Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-10-21T23:10:11.261Z] go: finding github.com/spf13/cast v1.3.0 [2019-10-21T23:10:12.290Z] go: finding github.com/onsi/ginkgo v1.6.0 [2019-10-21T23:10:12.290Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-10-21T23:10:13.318Z] go: finding github.com/kr/text v0.1.0 [2019-10-21T23:10:13.318Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-10-21T23:10:13.338Z] ok github.com/docker/docker/cmd/dockerd 0.111s coverage: 30.3% of statements [2019-10-21T23:10:13.338Z] ok github.com/docker/docker/container 0.186s coverage: 35.3% of statements [2019-10-21T23:10:13.338Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-21T23:10:13.338Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-21T23:10:13.338Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-21T23:10:13.338Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-21T23:10:13.609Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-10-21T23:10:14.258Z] go: finding cloud.google.com/go v0.26.0 [2019-10-21T23:10:14.886Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-10-21T23:10:15.174Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-10-21T23:10:15.174Z] go: finding github.com/BurntSushi/toml v0.3.1 [2019-10-21T23:10:15.174Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-10-21T23:10:15.247Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.062s coverage: 65.3% of statements [2019-10-21T23:10:15.471Z] go: finding github.com/hpcloud/tail v1.0.0 [2019-10-21T23:10:16.099Z] go: finding github.com/client9/misspell v0.3.4 [2019-10-21T23:10:16.635Z] ok github.com/docker/docker/daemon/cluster/convert 0.085s coverage: 35.8% of statements [2019-10-21T23:10:16.732Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-10-21T23:10:16.896Z] ok github.com/docker/docker/daemon/cluster 0.091s coverage: 0.5% of statements [2019-10-21T23:10:17.022Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2019-10-21T23:10:17.022Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-10-21T23:10:17.312Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-10-21T23:10:17.312Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2019-10-21T23:10:17.601Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-10-21T23:10:18.229Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-10-21T23:10:18.862Z] go: finding google.golang.org/appengine v1.1.0 [2019-10-21T23:10:19.152Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-10-21T23:10:19.152Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-10-21T23:10:19.438Z] ok github.com/docker/docker/daemon/discovery 0.052s coverage: 30.0% of statements [2019-10-21T23:10:19.778Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-10-21T23:10:20.605Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|compiled_files|imports|name|types_sizes|deps) took 1m49.562935993s [2019-10-21T23:10:20.605Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 457.759049ms [2019-10-21T23:10:20.803Z] go: finding github.com/kisielk/errcheck v1.1.0 [2019-10-21T23:10:20.803Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-10-21T23:10:20.803Z] go: finding github.com/kr/pty v1.1.1 [2019-10-21T23:10:20.822Z] ok github.com/docker/docker/daemon/events 0.095s coverage: 50.0% of statements [2019-10-21T23:10:20.822Z] ok github.com/docker/docker/daemon/config 0.150s coverage: 82.1% of statements [2019-10-21T23:10:22.315Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-10-21T23:10:22.315Z] go: finding github.com/kisielk/gotool v1.0.0 [2019-10-21T23:10:23.364Z] ok github.com/docker/docker/daemon/graphdriver 0.018s coverage: 2.2% of statements [2019-10-21T23:10:26.667Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2019-10-21T23:10:27.604Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.462s coverage: 13.7% of statements [2019-10-21T23:10:28.175Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.724s coverage: 57.0% of statements [2019-10-21T23:10:32.373Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.736s coverage: 51.0% of statements [2019-10-21T23:10:32.373Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.728s coverage: 72.5% of statements [2019-10-21T23:10:32.634Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.587s coverage: 46.2% of statements [2019-10-21T23:10:34.828Z] Removing intermediate container 12a086315db7 [2019-10-21T23:10:34.828Z] ---> 172e90562b17 [2019-10-21T23:10:34.828Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2019-10-21T23:10:34.828Z] ---> 687421176e14 [2019-10-21T23:10:34.828Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2019-10-21T23:10:34.828Z] ---> f6b912e674a8 [2019-10-21T23:10:34.828Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2019-10-21T23:10:34.828Z] ---> Running in bfcaa665003c [2019-10-21T23:10:34.828Z] Removing intermediate container bfcaa665003c [2019-10-21T23:10:34.828Z] ---> c200d2cdb00d [2019-10-21T23:10:34.828Z] Successfully built c200d2cdb00d [2019-10-21T23:10:34.828Z] Successfully tagged moby-buildx:latest [2019-10-21T23:10:34.828Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2019-10-21T23:10:34.828Z] if [ -n "${id}" ]; then \ [2019-10-21T23:10:34.828Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2019-10-21T23:10:34.828Z] && touch bundles/buildx; \ [2019-10-21T23:10:34.828Z] docker rm -f ${id}; \ [2019-10-21T23:10:34.828Z] fi [2019-10-21T23:10:34.828Z] d16502a2bc888b634f15b33850b28acb5ece29e5c5f670700d6bbadd1811303c [2019-10-21T23:10:34.828Z] bundles/buildx version [2019-10-21T23:10:34.828Z] buildx v0.3.1 6db68d0 [2019-10-21T23:10:34.828Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 . [2019-10-21T23:10:34.828Z] #1 [internal] booting buildkit [2019-10-21T23:10:34.828Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-10-21T23:10:34.828Z] #1 pulling image moby/buildkit:buildx-stable-1 1.9s done [2019-10-21T23:10:34.828Z] #1 creating container buildx_buildkit_default [2019-10-21T23:10:35.168Z] ok github.com/docker/docker/daemon 12.296s coverage: 17.6% of statements [2019-10-21T23:10:35.168Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-21T23:10:35.168Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-21T23:10:35.168Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-21T23:10:35.168Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-21T23:10:35.168Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-21T23:10:35.168Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.017s coverage: 58.0% of statements [2019-10-21T23:10:35.168Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.583s coverage: 76.1% of statements [2019-10-21T23:10:35.271Z] #1 creating container buildx_buildkit_default 0.5s done [2019-10-21T23:10:35.271Z] #1 DONE 2.4s [2019-10-21T23:10:35.694Z] [2019-10-21T23:10:35.694Z] #2 [internal] load .dockerignore [2019-10-21T23:10:35.694Z] #2 transferring context: 87B done [2019-10-21T23:10:35.694Z] #2 DONE 0.0s [2019-10-21T23:10:35.694Z] [2019-10-21T23:10:35.694Z] #3 [internal] load build definition from Dockerfile [2019-10-21T23:10:35.694Z] #3 transferring dockerfile: 14.62kB done [2019-10-21T23:10:35.694Z] #3 DONE 0.0s [2019-10-21T23:10:35.694Z] [2019-10-21T23:10:35.694Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-21T23:10:35.738Z] ok github.com/docker/docker/daemon/links 0.016s coverage: 93.0% of statements [2019-10-21T23:10:36.081Z] #4 DONE 0.6s [2019-10-21T23:10:36.081Z] [2019-10-21T23:10:36.081Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-21T23:10:36.081Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-21T23:10:36.464Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2019-10-21T23:10:36.464Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.2s done [2019-10-21T23:10:36.464Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2019-10-21T23:10:36.464Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-21T23:10:36.464Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-10-21T23:10:36.841Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.3s done [2019-10-21T23:10:36.841Z] #5 DONE 0.5s [2019-10-21T23:10:36.841Z] [2019-10-21T23:10:36.841Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-21T23:10:37.121Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.016s coverage: 3.0% of statements [2019-10-21T23:10:37.283Z] #7 DONE 0.3s [2019-10-21T23:10:37.283Z] [2019-10-21T23:10:37.283Z] #6 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-21T23:10:37.283Z] #6 DONE 0.4s [2019-10-21T23:10:37.283Z] [2019-10-21T23:10:37.283Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T23:10:37.283Z] #8 resolve docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 done [2019-10-21T23:10:37.374Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-10-21T23:10:37.374Z] [2019-10-21T23:10:37.374Z] ________ ____ __. [2019-10-21T23:10:37.374Z] \_____ \ | |/ _| [2019-10-21T23:10:37.374Z] / | \| < [2019-10-21T23:10:37.374Z] / | \ | \ [2019-10-21T23:10:37.374Z] \_______ /____|__ \ [2019-10-21T23:10:37.374Z] \/ \/ [2019-10-21T23:10:37.374Z] [2019-10-21T23:10:37.374Z] INFO: make.ps1 ended at 10/21/2019 23:10:37 [2019-10-21T23:10:37.774Z] #8 sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 1.42kB / 1.42kB done [2019-10-21T23:10:37.774Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 0B / 45.24MB 0.1s [2019-10-21T23:10:37.774Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 0B / 10.32MB 0.1s [2019-10-21T23:10:37.774Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 0B / 50.49MB 0.1s [2019-10-21T23:10:37.774Z] #8 sha256:8177a0a9b1e07b1944a1f30875acd876f4c21cd70da5f85f0ad5056b7a3eb30b 1.80kB / 1.80kB done [2019-10-21T23:10:37.774Z] #8 sha256:17f5c5fd2aa0b00b65506c22d21aaff8b8c8437d1e02541b42c45b922235319e 126B / 126B 0.1s [2019-10-21T23:10:37.774Z] #8 sha256:bbf5c8daa22168e7060be2ef6f54320c724f5777583cfdc20e5ef2fa8caa7866 5.46kB / 5.46kB done [2019-10-21T23:10:37.774Z] #8 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 0B / 4.37MB 0.1s [2019-10-21T23:10:37.774Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 4.68MB / 45.24MB 0.3s [2019-10-21T23:10:37.774Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 3.82MB / 10.32MB 0.3s [2019-10-21T23:10:37.774Z] #8 sha256:17f5c5fd2aa0b00b65506c22d21aaff8b8c8437d1e02541b42c45b922235319e 126B / 126B 0.1s done [2019-10-21T23:10:37.774Z] #8 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 2.82MB / 4.37MB 0.3s [2019-10-21T23:10:37.774Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 2.27MB / 45.98MB 0.3s [2019-10-21T23:10:37.774Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 0B / 102.17MB 0.3s [2019-10-21T23:10:37.774Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 11.17MB / 45.24MB 0.4s [2019-10-21T23:10:37.774Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 7.17MB / 10.32MB 0.4s [2019-10-21T23:10:37.774Z] #8 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 4.37MB / 4.37MB 0.3s done [2019-10-21T23:10:37.774Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 5.79MB / 45.98MB 0.4s [2019-10-21T23:10:38.201Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 16.42MB / 45.24MB 0.7s [2019-10-21T23:10:38.201Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 10.32MB / 10.32MB 0.6s done [2019-10-21T23:10:38.201Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 6.88MB / 50.49MB 0.7s [2019-10-21T23:10:38.201Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 15.62MB / 45.98MB 0.7s [2019-10-21T23:10:38.201Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 7.41MB / 102.17MB 0.7s [2019-10-21T23:10:38.201Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 19.47MB / 45.24MB 0.8s [2019-10-21T23:10:38.201Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 19.12MB / 45.98MB 0.8s [2019-10-21T23:10:38.503Z] ok github.com/docker/docker/daemon/logger 0.236s coverage: 42.7% of statements [2019-10-21T23:10:38.651Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 9.67MB / 50.49MB 1.0s [2019-10-21T23:10:38.651Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 22.14MB / 45.98MB 1.0s [2019-10-21T23:10:38.651Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 14.40MB / 102.17MB 1.0s [2019-10-21T23:10:38.651Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 24.21MB / 45.24MB 1.2s [2019-10-21T23:10:38.651Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 13.56MB / 50.49MB 1.2s [2019-10-21T23:10:38.651Z] #8 ... [2019-10-21T23:10:38.651Z] [2019-10-21T23:10:38.651Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T23:10:38.651Z] #66 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-10-21T23:10:38.651Z] #66 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-21T23:10:38.651Z] #66 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-21T23:10:38.651Z] #66 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.2s done [2019-10-21T23:10:38.651Z] #66 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 1.0s done [2019-10-21T23:10:38.651Z] #66 DONE 1.4s [2019-10-21T23:10:38.651Z] [2019-10-21T23:10:38.651Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T23:10:38.651Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 27.00MB / 45.24MB 1.3s [2019-10-21T23:10:38.651Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 16.11MB / 50.49MB 1.3s [2019-10-21T23:10:38.651Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 28.99MB / 45.98MB 1.3s [2019-10-21T23:10:38.651Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 20.67MB / 102.17MB 1.3s [2019-10-21T23:10:39.074Z] ok github.com/docker/docker/daemon/images 0.059s coverage: 4.9% of statements [2019-10-21T23:10:39.132Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 29.65MB / 45.24MB 1.5s [2019-10-21T23:10:39.132Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 33.28MB / 45.98MB 1.5s [2019-10-21T23:10:39.132Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 34.55MB / 45.24MB 1.6s [2019-10-21T23:10:39.132Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 22.65MB / 50.49MB 1.6s [2019-10-21T23:10:39.132Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 28.25MB / 102.17MB 1.6s [2019-10-21T23:10:39.132Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 38.10MB / 45.24MB 1.8s [2019-10-21T23:10:39.132Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 25.39MB / 50.49MB 1.8s [2019-10-21T23:10:39.132Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 38.64MB / 45.98MB 1.8s [2019-10-21T23:10:39.538Z] INFO: Binaries build ended at 10/21/2019 23:10:39. Duration:00:01:19.6608658 [2019-10-21T23:10:39.588Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 42.99MB / 45.24MB 1.9s [2019-10-21T23:10:39.588Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 28.91MB / 50.49MB 1.9s [2019-10-21T23:10:39.588Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 42.39MB / 45.98MB 1.9s [2019-10-21T23:10:39.588Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 35.00MB / 102.17MB 1.9s [2019-10-21T23:10:39.588Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 45.98MB / 45.98MB 2.0s [2019-10-21T23:10:39.588Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 40.50MB / 102.17MB 2.0s [2019-10-21T23:10:39.588Z] #8 ... [2019-10-21T23:10:39.588Z] [2019-10-21T23:10:39.588Z] #20 [internal] load build context [2019-10-21T23:10:39.588Z] #20 transferring context: 45.63MB 2.3s done [2019-10-21T23:10:39.588Z] #20 DONE 2.4s [2019-10-21T23:10:39.588Z] [2019-10-21T23:10:39.588Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T23:10:39.588Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 45.24MB / 45.24MB 2.1s done [2019-10-21T23:10:39.588Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 36.91MB / 50.49MB 2.2s [2019-10-21T23:10:39.588Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 45.98MB / 45.98MB 2.2s done [2019-10-21T23:10:39.588Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 50.05MB / 102.17MB 2.2s [2019-10-21T23:10:39.644Z] ok github.com/docker/docker/daemon/logger/awslogs 0.298s coverage: 77.4% of statements [2019-10-21T23:10:40.019Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 44.56MB / 50.49MB 2.3s [2019-10-21T23:10:40.020Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 50.49MB / 50.49MB 2.5s [2019-10-21T23:10:40.020Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 65.29MB / 102.17MB 2.5s [2019-10-21T23:10:40.020Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 50.49MB / 50.49MB 2.6s done [2019-10-21T23:10:40.020Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 80.94MB / 102.17MB 2.6s [2019-10-21T23:10:40.215Z] ok github.com/docker/docker/daemon/logger/gelf 0.023s coverage: 68.2% of statements [2019-10-21T23:10:40.215Z] ok github.com/docker/docker/daemon/logger/journald 0.022s coverage: 26.2% of statements [2019-10-21T23:10:40.475Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.094s coverage: 57.2% of statements [2019-10-21T23:10:40.475Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-21T23:10:40.475Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-21T23:10:40.475Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-21T23:10:40.475Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-21T23:10:40.475Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-21T23:10:40.475Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-21T23:10:40.548Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 93.83MB / 102.17MB 2.8s [2019-10-21T23:10:40.548Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 102.17MB / 102.17MB 2.9s [2019-10-21T23:10:40.548Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 102.17MB / 102.17MB 3.1s done [2019-10-21T23:10:40.548Z] #8 unpacking docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 [2019-10-21T23:10:41.044Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.020s coverage: 88.3% of statements [2019-10-21T23:10:41.304Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.050s coverage: 62.1% of statements [2019-10-21T23:10:41.703Z] INFO: Copying the built daemon binary to d:\CI\PR-40089\15\binary\dockerd-7eb804c93.exe... [2019-10-21T23:10:42.244Z] ok github.com/docker/docker/daemon/logger/local 0.045s coverage: 74.7% of statements [2019-10-21T23:10:42.244Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-21T23:10:42.504Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.050s coverage: 19.9% of statements [2019-10-21T23:10:42.664Z] INFO: Copying the built client binary to d:\CI\PR-40089\15\binary\docker-7eb804c93.exe... [2019-10-21T23:10:42.664Z] INFO: Copying dockerversion from the container... [2019-10-21T23:10:42.664Z] INFO: Copying the golang package from the container to d:\CI\PR-40089\15\installer\go.zip... [2019-10-21T23:10:42.777Z] ok github.com/docker/docker/daemon/logger/syslog 0.016s coverage: 47.8% of statements [2019-10-21T23:10:43.349Z] ok github.com/docker/docker/daemon/logger/templates 0.027s coverage: 8.3% of statements [2019-10-21T23:10:43.918Z] ok github.com/docker/docker/daemon/network 0.050s coverage: 63.8% of statements [2019-10-21T23:10:45.300Z] ok github.com/docker/docker/daemon/logger/splunk 1.942s coverage: 82.5% of statements [2019-10-21T23:10:45.300Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-21T23:10:45.300Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-21T23:10:45.553Z] INFO: Extracting go.zip to d:\CI\PR-40089\15\go [2019-10-21T23:10:45.561Z] ok github.com/docker/docker/distribution/metadata 0.086s coverage: 48.2% of statements [2019-10-21T23:10:46.945Z] ok github.com/docker/docker/errdefs 0.036s coverage: 49.4% of statements [2019-10-21T23:10:46.945Z] ok github.com/docker/docker/distribution 0.349s coverage: 22.1% of statements [2019-10-21T23:10:46.945Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-21T23:10:48.328Z] ok github.com/docker/docker/image 0.070s coverage: 86.4% of statements [2019-10-21T23:10:48.588Z] ok github.com/docker/docker/image/cache 0.018s coverage: 19.2% of statements [2019-10-21T23:10:48.847Z] ok github.com/docker/docker/distribution/xfer 1.713s coverage: 85.1% of statements [2019-10-21T23:10:48.847Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-21T23:10:48.847Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-21T23:10:48.847Z] ok github.com/docker/docker/image/v1 0.039s coverage: 25.0% of statements [2019-10-21T23:10:48.847Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-21T23:10:49.416Z] ok github.com/docker/docker/libcontainerd/queue 0.043s coverage: 100.0% of statements [2019-10-21T23:10:49.987Z] ok github.com/docker/docker/pkg/aaparser 0.016s coverage: 50.0% of statements [2019-10-21T23:10:50.928Z] ok github.com/docker/docker/opts 0.083s coverage: 66.9% of statements [2019-10-21T23:10:51.973Z] #8 unpacking docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 11.3s done [2019-10-21T23:10:51.973Z] #8 DONE 14.6s [2019-10-21T23:10:51.973Z] [2019-10-21T23:10:51.973Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-21T23:10:51.973Z] #9 DONE 0.3s [2019-10-21T23:10:52.314Z] ok github.com/docker/docker/pkg/broadcaster 0.007s coverage: 100.0% of statements [2019-10-21T23:10:52.314Z] ok github.com/docker/docker/pkg/authorization 0.789s coverage: 68.3% of statements [2019-10-21T23:10:52.369Z] [2019-10-21T23:10:52.370Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-21T23:10:52.370Z] #10 DONE 0.3s [2019-10-21T23:10:52.370Z] [2019-10-21T23:10:52.370Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:10:52.370Z] #21 DONE 0.1s [2019-10-21T23:10:52.370Z] [2019-10-21T23:10:52.370Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:10:52.574Z] ok github.com/docker/docker/pkg/capabilities 0.021s coverage: 87.5% of statements [2019-10-21T23:10:52.862Z] #39 ... [2019-10-21T23:10:52.862Z] [2019-10-21T23:10:52.862Z] #50 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-21T23:10:52.862Z] #50 DONE 0.1s [2019-10-21T23:10:52.862Z] [2019-10-21T23:10:52.862Z] #68 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-21T23:10:52.862Z] #68 DONE 0.1s [2019-10-21T23:10:52.862Z] [2019-10-21T23:10:52.862Z] #44 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-21T23:10:52.862Z] #44 DONE 0.1s [2019-10-21T23:10:52.862Z] [2019-10-21T23:10:52.862Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-21T23:10:52.862Z] #22 DONE 0.2s [2019-10-21T23:10:52.862Z] [2019-10-21T23:10:52.862Z] #62 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-21T23:10:52.862Z] #62 DONE 0.2s [2019-10-21T23:10:52.862Z] [2019-10-21T23:10:52.862Z] #47 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-21T23:10:52.862Z] #47 DONE 0.2s [2019-10-21T23:10:52.862Z] [2019-10-21T23:10:52.862Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:10:52.862Z] #48 ... [2019-10-21T23:10:52.862Z] [2019-10-21T23:10:52.862Z] #31 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-21T23:10:52.862Z] #31 DONE 0.2s [2019-10-21T23:10:52.862Z] [2019-10-21T23:10:52.862Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:10:53.513Z] ok github.com/docker/docker/pkg/directory 0.018s coverage: 80.0% of statements [2019-10-21T23:10:53.612Z] #32 0.922 + RM_GOPATH=0 [2019-10-21T23:10:53.612Z] #32 0.922 + TMP_GOPATH= [2019-10-21T23:10:53.612Z] #32 0.922 + : /build [2019-10-21T23:10:53.612Z] #32 0.922 + '[' -z '' ']' [2019-10-21T23:10:53.612Z] #32 0.929 ++ mktemp -d [2019-10-21T23:10:53.612Z] #32 0.940 + export GOPATH=/tmp/tmp.emiL93UzZh [2019-10-21T23:10:53.612Z] #32 0.940 + GOPATH=/tmp/tmp.emiL93UzZh [2019-10-21T23:10:53.612Z] #32 0.940 + RM_GOPATH=1 [2019-10-21T23:10:53.612Z] #32 0.942 ++ dirname ./install.sh [2019-10-21T23:10:53.612Z] #32 0.948 + dir=. [2019-10-21T23:10:53.612Z] #32 0.948 + bin=tomlv [2019-10-21T23:10:53.612Z] #32 0.948 + shift [2019-10-21T23:10:53.612Z] #32 0.949 + '[' '!' -f ./tomlv.installer ']' [2019-10-21T23:10:53.612Z] #32 0.949 + . ./tomlv.installer [2019-10-21T23:10:53.612Z] #32 0.950 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T23:10:53.612Z] #32 0.951 + install_tomlv [2019-10-21T23:10:53.612Z] #32 0.952 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T23:10:53.612Z] #32 0.952 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-21T23:10:53.612Z] #32 0.952 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.emiL93UzZh/src/github.com/BurntSushi/toml [2019-10-21T23:10:53.612Z] #32 0.964 Cloning into '/tmp/tmp.emiL93UzZh/src/github.com/BurntSushi/toml'... [2019-10-21T23:10:53.772Z] ok github.com/docker/docker/pkg/archive 1.228s coverage: 76.7% of statements [2019-10-21T23:10:54.032Z] ok github.com/docker/docker/pkg/discovery 0.013s coverage: 58.3% of statements [2019-10-21T23:10:54.600Z] ok github.com/docker/docker/pkg/discovery/file 0.029s coverage: 92.9% of statements [2019-10-21T23:10:54.985Z] #32 2.318 + cd /tmp/tmp.emiL93UzZh/src/github.com/BurntSushi/toml [2019-10-21T23:10:54.985Z] #32 2.319 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T23:10:54.985Z] #32 2.355 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-21T23:10:55.167Z] ok github.com/docker/docker/pkg/discovery/memory 0.037s coverage: 92.3% of statements [2019-10-21T23:10:55.735Z] ok github.com/docker/docker/pkg/discovery/nodes 0.010s coverage: 93.8% of statements [2019-10-21T23:10:55.993Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2019-10-21T23:10:56.331Z] #32 3.193 internal/bytealg [2019-10-21T23:10:56.331Z] #32 3.194 math/bits [2019-10-21T23:10:56.331Z] #32 3.611 runtime [2019-10-21T23:10:56.739Z] #32 3.883 math [2019-10-21T23:10:57.369Z] ok github.com/docker/docker/pkg/chrootarchive 3.536s coverage: 43.2% of statements [2019-10-21T23:10:57.369Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2019-10-21T23:10:57.944Z] ok github.com/docker/docker/pkg/fileutils 0.025s coverage: 89.5% of statements [2019-10-21T23:10:58.203Z] ok github.com/docker/docker/pkg/fsutils 0.333s coverage: 85.1% of statements [2019-10-21T23:10:58.203Z] ok github.com/docker/docker/pkg/homedir 0.013s coverage: 11.4% of statements [2019-10-21T23:10:58.462Z] ok github.com/docker/docker/pkg/discovery/kv 3.130s coverage: 84.1% of statements [2019-10-21T23:10:58.919Z] #32 ... [2019-10-21T23:10:58.919Z] [2019-10-21T23:10:58.919Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:10:58.919Z] #45 0.677 + RM_GOPATH=0 [2019-10-21T23:10:58.919Z] #45 0.677 + TMP_GOPATH= [2019-10-21T23:10:58.919Z] #45 0.677 + : /build [2019-10-21T23:10:58.919Z] #45 0.677 + '[' -z '' ']' [2019-10-21T23:10:58.919Z] #45 0.681 ++ mktemp -d [2019-10-21T23:10:58.919Z] #45 0.686 + export GOPATH=/tmp/tmp.olKcjeluBL [2019-10-21T23:10:58.919Z] #45 0.686 + GOPATH=/tmp/tmp.olKcjeluBL [2019-10-21T23:10:58.919Z] #45 0.686 + RM_GOPATH=1 [2019-10-21T23:10:58.919Z] #45 0.687 ++ dirname ./install.sh [2019-10-21T23:10:58.919Z] #45 0.687 + dir=. [2019-10-21T23:10:58.919Z] #45 0.687 + bin=vndr [2019-10-21T23:10:58.919Z] #45 0.687 + shift [2019-10-21T23:10:58.919Z] #45 0.687 + '[' '!' -f ./vndr.installer ']' [2019-10-21T23:10:58.919Z] #45 0.687 + . ./vndr.installer [2019-10-21T23:10:58.919Z] #45 0.687 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T23:10:58.919Z] #45 0.688 + install_vndr [2019-10-21T23:10:58.919Z] #45 0.688 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-21T23:10:58.919Z] #45 0.688 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.olKcjeluBL/src/github.com/LK4D4/vndr [2019-10-21T23:10:58.919Z] #45 0.688 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T23:10:58.919Z] #45 0.693 Cloning into '/tmp/tmp.olKcjeluBL/src/github.com/LK4D4/vndr'... [2019-10-21T23:10:58.919Z] #45 1.554 + cd /tmp/tmp.olKcjeluBL/src/github.com/LK4D4/vndr [2019-10-21T23:10:58.919Z] #45 1.561 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T23:10:58.919Z] #45 1.599 + go build -buildmode=pie -v -o /build/vndr . [2019-10-21T23:10:58.919Z] #45 2.611 internal/cpu [2019-10-21T23:10:58.919Z] #45 2.616 runtime/internal/atomic [2019-10-21T23:10:58.919Z] #45 2.901 runtime/internal/sys [2019-10-21T23:10:58.919Z] #45 3.106 runtime/internal/math [2019-10-21T23:10:58.919Z] #45 3.144 internal/race [2019-10-21T23:10:58.919Z] #45 3.246 internal/bytealg [2019-10-21T23:10:58.919Z] #45 3.433 sync/atomic [2019-10-21T23:10:58.919Z] #45 3.721 unicode [2019-10-21T23:10:58.919Z] #45 3.977 runtime [2019-10-21T23:10:59.397Z] ok github.com/docker/docker/layer 7.663s coverage: 68.8% of statements [2019-10-21T23:10:59.397Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-21T23:10:59.397Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-21T23:10:59.397Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-21T23:10:59.397Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-21T23:10:59.397Z] ? github.com/docker/docker/oci [no test files] [2019-10-21T23:10:59.397Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-21T23:10:59.397Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-21T23:10:59.397Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-21T23:10:59.397Z] ok github.com/docker/docker/pkg/jsonmessage 0.015s coverage: 91.7% of statements [2019-10-21T23:10:59.967Z] ok github.com/docker/docker/pkg/longpath 0.017s coverage: 100.0% of statements [2019-10-21T23:10:59.967Z] ok github.com/docker/docker/pkg/locker 0.042s coverage: 88.9% of statements [2019-10-21T23:10:59.967Z] ok github.com/docker/docker/pkg/idtools 0.786s coverage: 70.1% of statements [2019-10-21T23:10:59.967Z] ok github.com/docker/docker/pkg/ioutils 0.691s coverage: 69.3% of statements [2019-10-21T23:10:59.967Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-21T23:11:00.538Z] ok github.com/docker/docker/pkg/namesgenerator 0.013s coverage: 85.7% of statements [2019-10-21T23:11:00.538Z] ok github.com/docker/docker/pkg/parsers 0.022s coverage: 97.0% of statements [2019-10-21T23:11:00.801Z] ok github.com/docker/docker/pkg/parsers/kernel 0.021s coverage: 60.0% of statements [2019-10-21T23:11:00.953Z] #45 8.372 unicode/utf8 [2019-10-21T23:11:01.371Z] ok github.com/docker/docker/pkg/pidfile 0.029s coverage: 82.4% of statements [2019-10-21T23:11:01.372Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.023s coverage: 91.4% of statements [2019-10-21T23:11:01.820Z] #45 8.959 math [2019-10-21T23:11:01.943Z] ok github.com/docker/docker/pkg/mount 0.876s coverage: 70.0% of statements [2019-10-21T23:11:01.943Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-21T23:11:01.943Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-21T23:11:01.943Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-21T23:11:01.943Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.032s coverage: 56.8% of statements [2019-10-21T23:11:02.248Z] #45 ... [2019-10-21T23:11:02.248Z] [2019-10-21T23:11:02.248Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:11:02.248Z] #23 0.463 + RM_GOPATH=0 [2019-10-21T23:11:02.248Z] #23 0.463 + TMP_GOPATH= [2019-10-21T23:11:02.248Z] #23 0.463 + : /build [2019-10-21T23:11:02.248Z] #23 0.463 + '[' -z '' ']' [2019-10-21T23:11:02.248Z] #23 0.463 ++ mktemp -d [2019-10-21T23:11:02.248Z] #23 0.471 Install docker/cli version 17.06.2-ce from stable [2019-10-21T23:11:02.248Z] #23 0.471 + export GOPATH=/tmp/tmp.cMoYHBmSj6 [2019-10-21T23:11:02.248Z] #23 0.471 + GOPATH=/tmp/tmp.cMoYHBmSj6 [2019-10-21T23:11:02.248Z] #23 0.471 + RM_GOPATH=1 [2019-10-21T23:11:02.248Z] #23 0.471 ++ dirname ./install.sh [2019-10-21T23:11:02.248Z] #23 0.471 + dir=. [2019-10-21T23:11:02.248Z] #23 0.471 + bin=dockercli [2019-10-21T23:11:02.248Z] #23 0.471 + shift [2019-10-21T23:11:02.248Z] #23 0.471 + '[' '!' -f ./dockercli.installer ']' [2019-10-21T23:11:02.248Z] #23 0.471 + . ./dockercli.installer [2019-10-21T23:11:02.248Z] #23 0.471 ++ : stable [2019-10-21T23:11:02.248Z] #23 0.471 ++ : 17.06.2-ce [2019-10-21T23:11:02.248Z] #23 0.471 + install_dockercli [2019-10-21T23:11:02.248Z] #23 0.471 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-21T23:11:02.248Z] #23 0.471 ++ uname -m [2019-10-21T23:11:02.248Z] #23 0.471 + arch=s390x [2019-10-21T23:11:02.248Z] #23 0.471 + '[' s390x '!=' x86_64 ']' [2019-10-21T23:11:02.248Z] #23 0.471 + '[' s390x '!=' s390x ']' [2019-10-21T23:11:02.248Z] #23 0.471 + url=https://download.docker.com/linux/static [2019-10-21T23:11:02.248Z] #23 0.471 + tar -xz docker/docker [2019-10-21T23:11:02.248Z] #23 0.473 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-10-21T23:11:02.248Z] #23 9.104 + mkdir -p /build [2019-10-21T23:11:02.248Z] #23 9.105 + mv docker/docker /build/ [2019-10-21T23:11:02.248Z] #23 9.109 + rmdir docker [2019-10-21T23:11:02.248Z] #23 DONE 9.2s [2019-10-21T23:11:02.248Z] [2019-10-21T23:11:02.248Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:11:02.248Z] #63 0.964 + RM_GOPATH=0 [2019-10-21T23:11:02.248Z] #63 0.965 + TMP_GOPATH= [2019-10-21T23:11:02.248Z] #63 0.965 + : /build/ [2019-10-21T23:11:02.248Z] #63 0.966 + '[' -z '' ']' [2019-10-21T23:11:02.248Z] #63 0.971 ++ mktemp -d [2019-10-21T23:11:02.248Z] #63 0.977 + export GOPATH=/tmp/tmp.to9VXpCvQq [2019-10-21T23:11:02.248Z] #63 0.978 + GOPATH=/tmp/tmp.to9VXpCvQq [2019-10-21T23:11:02.248Z] #63 0.978 + RM_GOPATH=1 [2019-10-21T23:11:02.248Z] #63 0.981 ++ dirname ./install.sh [2019-10-21T23:11:02.248Z] #63 0.987 + dir=. [2019-10-21T23:11:02.248Z] #63 0.987 + bin=rootlesskit [2019-10-21T23:11:02.248Z] #63 0.987 + shift [2019-10-21T23:11:02.248Z] #63 0.988 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-21T23:11:02.248Z] #63 0.989 + . ./rootlesskit.installer [2019-10-21T23:11:02.248Z] #63 0.989 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T23:11:02.248Z] #63 0.992 + install_rootlesskit [2019-10-21T23:11:02.248Z] #63 0.992 + case "$1" in [2019-10-21T23:11:02.248Z] #63 0.992 + export CGO_ENABLED=0 [2019-10-21T23:11:02.248Z] #63 0.992 + CGO_ENABLED=0 [2019-10-21T23:11:02.248Z] #63 0.992 + _install_rootlesskit [2019-10-21T23:11:02.248Z] #63 0.994 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T23:11:02.248Z] #63 0.994 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-21T23:11:02.248Z] #63 0.994 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.to9VXpCvQq/src/github.com/rootless-containers/rootlesskit [2019-10-21T23:11:02.248Z] #63 1.005 Cloning into '/tmp/tmp.to9VXpCvQq/src/github.com/rootless-containers/rootlesskit'... [2019-10-21T23:11:02.248Z] #63 4.298 + cd /tmp/tmp.to9VXpCvQq/src/github.com/rootless-containers/rootlesskit [2019-10-21T23:11:02.248Z] #63 4.298 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T23:11:02.248Z] #63 4.608 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-21T23:11:02.248Z] #63 4.608 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-21T23:11:02.513Z] ok github.com/docker/docker/pkg/pools 0.012s coverage: 88.2% of statements [2019-10-21T23:11:02.652Z] #63 ... [2019-10-21T23:11:02.652Z] [2019-10-21T23:11:02.652Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:11:02.652Z] #34 1.498 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T23:11:02.652Z] #34 1.508 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T23:11:02.652Z] #34 1.561 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T23:11:02.652Z] #34 1.578 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T23:11:02.652Z] #34 1.650 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T23:11:02.652Z] #34 2.480 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-21T23:11:02.652Z] #34 3.986 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-21T23:11:02.652Z] #34 4.686 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-21T23:11:02.652Z] #34 ... [2019-10-21T23:11:02.653Z] [2019-10-21T23:11:02.653Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:11:02.653Z] #41 0.733 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T23:11:02.653Z] #41 0.744 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T23:11:02.653Z] #41 0.790 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T23:11:02.653Z] #41 0.802 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T23:11:02.653Z] #41 0.822 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T23:11:02.653Z] #41 1.105 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-21T23:11:02.653Z] #41 2.206 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-21T23:11:02.653Z] #41 3.038 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-21T23:11:02.653Z] #41 ... [2019-10-21T23:11:02.653Z] [2019-10-21T23:11:02.653Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T23:11:02.653Z] #11 1.487 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T23:11:02.653Z] #11 1.498 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T23:11:02.653Z] #11 1.549 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T23:11:02.653Z] #11 1.565 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T23:11:02.653Z] #11 1.677 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T23:11:02.653Z] #11 2.375 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-21T23:11:02.653Z] #11 3.837 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-21T23:11:02.653Z] #11 4.538 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-21T23:11:02.772Z] ok github.com/docker/docker/pkg/progress 0.014s coverage: 75.9% of statements [2019-10-21T23:11:02.772Z] ok github.com/docker/docker/pkg/plugins/transport 0.009s coverage: 85.7% of statements [2019-10-21T23:11:03.080Z] #11 ... [2019-10-21T23:11:03.080Z] [2019-10-21T23:11:03.080Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T23:11:03.080Z] #25 0.739 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T23:11:03.080Z] #25 0.751 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T23:11:03.080Z] #25 0.793 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T23:11:03.080Z] #25 0.812 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T23:11:03.080Z] #25 0.864 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T23:11:03.080Z] #25 1.443 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-21T23:11:03.080Z] #25 2.543 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-21T23:11:03.080Z] #25 3.365 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-21T23:11:03.080Z] #25 ... [2019-10-21T23:11:03.080Z] [2019-10-21T23:11:03.080Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:11:03.080Z] #69 1.010 + RM_GOPATH=0 [2019-10-21T23:11:03.080Z] #69 1.010 + TMP_GOPATH= [2019-10-21T23:11:03.080Z] #69 1.010 + : /build [2019-10-21T23:11:03.080Z] #69 1.010 + '[' -z '' ']' [2019-10-21T23:11:03.080Z] #69 1.011 ++ mktemp -d [2019-10-21T23:11:03.080Z] #69 1.011 + export GOPATH=/tmp/tmp.RvsiARM7r0 [2019-10-21T23:11:03.080Z] #69 1.011 + GOPATH=/tmp/tmp.RvsiARM7r0 [2019-10-21T23:11:03.080Z] #69 1.011 + RM_GOPATH=1 [2019-10-21T23:11:03.080Z] #69 1.012 ++ dirname ./install.sh [2019-10-21T23:11:03.080Z] #69 1.013 + dir=. [2019-10-21T23:11:03.080Z] #69 1.013 + bin=proxy [2019-10-21T23:11:03.080Z] #69 1.013 + shift [2019-10-21T23:11:03.080Z] #69 1.013 + '[' '!' -f ./proxy.installer ']' [2019-10-21T23:11:03.080Z] #69 1.013 + . ./proxy.installer [2019-10-21T23:11:03.080Z] #69 1.013 ++ : 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T23:11:03.080Z] #69 1.013 + install_proxy [2019-10-21T23:11:03.080Z] #69 1.013 + case "$1" in [2019-10-21T23:11:03.080Z] #69 1.013 + export CGO_ENABLED=0 [2019-10-21T23:11:03.080Z] #69 1.013 + CGO_ENABLED=0 [2019-10-21T23:11:03.080Z] #69 1.013 + _install_proxy [2019-10-21T23:11:03.080Z] #69 1.013 + echo 'Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536' [2019-10-21T23:11:03.080Z] #69 1.013 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.RvsiARM7r0/src/github.com/docker/libnetwork [2019-10-21T23:11:03.080Z] #69 1.013 Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T23:11:03.080Z] #69 1.014 Cloning into '/tmp/tmp.RvsiARM7r0/src/github.com/docker/libnetwork'... [2019-10-21T23:11:03.080Z] #69 ... [2019-10-21T23:11:03.080Z] [2019-10-21T23:11:03.080Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T23:11:03.080Z] #57 1.468 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T23:11:03.080Z] #57 1.479 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T23:11:03.080Z] #57 1.529 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T23:11:03.080Z] #57 1.567 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T23:11:03.080Z] #57 1.622 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T23:11:03.080Z] #57 2.198 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-21T23:11:03.080Z] #57 3.752 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-21T23:11:03.080Z] #57 4.526 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-21T23:11:03.341Z] ok github.com/docker/docker/pkg/reexec 0.019s coverage: 82.4% of statements [2019-10-21T23:11:03.499Z] #57 ... [2019-10-21T23:11:03.499Z] [2019-10-21T23:11:03.499Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:11:03.499Z] #51 1.016 + RM_GOPATH=0 [2019-10-21T23:11:03.499Z] #51 1.016 + TMP_GOPATH= [2019-10-21T23:11:03.499Z] #51 1.016 + : /build [2019-10-21T23:11:03.499Z] #51 1.016 + '[' -z '' ']' [2019-10-21T23:11:03.499Z] #51 1.016 ++ mktemp -d [2019-10-21T23:11:03.499Z] #51 1.016 + export GOPATH=/tmp/tmp.jmCPMv6j4D [2019-10-21T23:11:03.499Z] #51 1.016 + GOPATH=/tmp/tmp.jmCPMv6j4D [2019-10-21T23:11:03.499Z] #51 1.016 + RM_GOPATH=1 [2019-10-21T23:11:03.499Z] #51 1.016 ++ dirname ./install.sh [2019-10-21T23:11:03.499Z] #51 1.016 + dir=. [2019-10-21T23:11:03.499Z] #51 1.016 + bin=golangci_lint [2019-10-21T23:11:03.499Z] #51 1.016 + shift [2019-10-21T23:11:03.499Z] #51 1.016 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-21T23:11:03.499Z] #51 1.016 + . ./golangci_lint.installer [2019-10-21T23:11:03.499Z] #51 1.016 ++ : v1.20.0 [2019-10-21T23:11:03.499Z] #51 1.016 + install_golangci_lint [2019-10-21T23:11:03.499Z] #51 1.016 + echo 'Installing golangci-lint version v1.20.0' [2019-10-21T23:11:03.499Z] #51 1.016 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-21T23:11:03.499Z] #51 1.016 Installing golangci-lint version v1.20.0 [2019-10-21T23:11:03.499Z] #51 ... [2019-10-21T23:11:03.499Z] [2019-10-21T23:11:03.499Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T23:11:03.499Z] #29 0.703 + mktemp -d [2019-10-21T23:11:03.499Z] #29 0.704 + export GOPATH=/tmp/tmp.iMfTn0SVLr [2019-10-21T23:11:03.499Z] #29 0.705 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.iMfTn0SVLr/src/github.com/go-swagger/go-swagger [2019-10-21T23:11:03.499Z] #29 0.712 Cloning into '/tmp/tmp.iMfTn0SVLr/src/github.com/go-swagger/go-swagger'... [2019-10-21T23:11:03.499Z] #29 ... [2019-10-21T23:11:03.499Z] [2019-10-21T23:11:03.499Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:11:03.499Z] #39 1.261 + mktemp -d [2019-10-21T23:11:03.499Z] #39 1.266 + export GOPATH=/tmp/tmp.gpVmFtvQuP [2019-10-21T23:11:03.499Z] #39 1.266 + git clone https://github.com/docker/distribution.git /tmp/tmp.gpVmFtvQuP/src/github.com/docker/distribution [2019-10-21T23:11:03.499Z] #39 1.278 Cloning into '/tmp/tmp.gpVmFtvQuP/src/github.com/docker/distribution'... [2019-10-21T23:11:03.909Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2019-10-21T23:11:03.935Z] #39 ... [2019-10-21T23:11:03.935Z] [2019-10-21T23:11:03.935Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:11:03.935Z] #48 1.007 + RM_GOPATH=0 [2019-10-21T23:11:03.935Z] #48 1.007 + TMP_GOPATH= [2019-10-21T23:11:03.935Z] #48 1.007 + : /build [2019-10-21T23:11:03.935Z] #48 1.007 + '[' -z '' ']' [2019-10-21T23:11:03.935Z] #48 1.020 ++ mktemp -d [2019-10-21T23:11:03.935Z] #48 1.027 + export GOPATH=/tmp/tmp.MpHWB89vaO [2019-10-21T23:11:03.935Z] #48 1.027 + GOPATH=/tmp/tmp.MpHWB89vaO [2019-10-21T23:11:03.935Z] #48 1.027 + RM_GOPATH=1 [2019-10-21T23:11:03.935Z] #48 1.027 ++ dirname ./install.sh [2019-10-21T23:11:03.935Z] #48 1.036 Installing gotestsum version v0.3.5 [2019-10-21T23:11:03.935Z] #48 1.036 + dir=. [2019-10-21T23:11:03.935Z] #48 1.036 + bin=gotestsum [2019-10-21T23:11:03.935Z] #48 1.036 + shift [2019-10-21T23:11:03.935Z] #48 1.036 + '[' '!' -f ./gotestsum.installer ']' [2019-10-21T23:11:03.935Z] #48 1.036 + . ./gotestsum.installer [2019-10-21T23:11:03.935Z] #48 1.036 ++ : v0.3.5 [2019-10-21T23:11:03.935Z] #48 1.036 + install_gotestsum [2019-10-21T23:11:03.935Z] #48 1.036 + echo 'Installing gotestsum version v0.3.5' [2019-10-21T23:11:03.935Z] #48 1.036 + go get -d gotest.tools/gotestsum [2019-10-21T23:11:03.935Z] #48 ... [2019-10-21T23:11:03.935Z] [2019-10-21T23:11:03.935Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:11:03.935Z] #32 10.41 internal/testlog [2019-10-21T23:11:03.935Z] #32 10.82 encoding [2019-10-21T23:11:03.935Z] #32 10.94 runtime/cgo [2019-10-21T23:11:04.168Z] ok github.com/docker/docker/pkg/pubsub 1.089s coverage: 73.9% of statements [2019-10-21T23:11:04.737Z] ok github.com/docker/docker/pkg/stringid 0.011s coverage: 70.6% of statements [2019-10-21T23:11:04.737Z] ok github.com/docker/docker/pkg/streamformatter 0.012s coverage: 66.2% of statements [2019-10-21T23:11:05.305Z] ok github.com/docker/docker/pkg/symlink 0.025s coverage: 87.7% of statements [2019-10-21T23:11:05.305Z] ok github.com/docker/docker/pkg/sysinfo 0.014s coverage: 80.6% of statements [2019-10-21T23:11:06.245Z] ok github.com/docker/docker/pkg/tailfile 0.102s coverage: 88.6% of statements [2019-10-21T23:11:06.245Z] ok github.com/docker/docker/pkg/system 0.036s coverage: 36.9% of statements [2019-10-21T23:11:06.505Z] ok github.com/docker/docker/pkg/signal 2.879s coverage: 61.0% of statements [2019-10-21T23:11:07.076Z] testing: warning: no tests to run [2019-10-21T23:11:07.076Z] coverage: [no statements] [2019-10-21T23:11:07.076Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2019-10-21T23:11:07.076Z] ok github.com/docker/docker/pkg/term 0.023s coverage: 84.8% of statements [2019-10-21T23:11:07.076Z] ok github.com/docker/docker/pkg/tarsum 0.129s coverage: 89.3% of statements [2019-10-21T23:11:07.646Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2019-10-21T23:11:07.646Z] ok github.com/docker/docker/pkg/truncindex 0.111s coverage: 91.5% of statements [2019-10-21T23:11:07.646Z] ok github.com/docker/docker/pkg/useragent 0.016s coverage: 88.9% of statements [2019-10-21T23:11:08.623Z] #32 ... [2019-10-21T23:11:08.623Z] [2019-10-21T23:11:08.623Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:11:08.623Z] #69 13.74 Checking out files: 50% (1003/1993) Checking out files: 51% (1017/1993) Checking out files: 52% (1037/1993) Checking out files: 53% (1057/1993) Checking out files: 54% (1077/1993) Checking out files: 55% (1097/1993) Checking out files: 56% (1117/1993) Checking out files: 57% (1137/1993) Checking out files: 58% (1156/1993) Checking out files: 59% (1176/1993) Checking out files: 60% (1196/1993) Checking out files: 61% (1216/1993) Checking out files: 62% (1236/1993) Checking out files: 63% (1256/1993) Checking out files: 64% (1276/1993) Checking out files: 65% (1296/1993) Checking out files: 66% (1316/1993) Checking out files: 67% (1336/1993) Checking out files: 68% (1356/1993) Checking out files: 69% (1376/1993) Checking out files: 70% (1396/1993) Checking out files: 71% (1416/1993) Checking out files: 72% (1435/1993) Checking out files: 73% (1455/1993) Checking out files: 74% (1475/1993) Checking out files: 75% (1495/1993) Checking out files: 76% (1515/1993) Checking out files: 77% (1535/1993) Checking out files: 78% (1555/1993) Checking out files: 79% (1575/1993) Checking out files: 80% (1595/1993) Checking out files: 81% (1615/1993) Checking out files: 82% (1635/1993) Checking out files: 83% (1655/1993) Checking out files: 84% (1675/1993) Checking out files: 85% (1695/1993) Checking out files: 86% (1714/1993) Checking out files: 87% (1734/1993) Checking out files: 88% (1754/1993) Checking out files: 89% (1774/1993) Checking out files: 90% (1794/1993) Checking out files: 91% (1814/1993) Checking out files: 92% (1834/1993) Checking out files: 93% (1854/1993) Checking out files: 94% (1874/1993) Checking out files: 95% (1894/1993) Checking out files: 96% (1914/1993) Checking out files: 97% (1934/1993) Checking out files: 98% (1954/1993) Checking out files: 99% (1974/1993) Checking out files: 100% (1993/1993) Checking out files: 100% (1993/1993), done. [2019-10-21T23:11:08.623Z] #69 14.57 + cd /tmp/tmp.RvsiARM7r0/src/github.com/docker/libnetwork [2019-10-21T23:11:08.623Z] #69 14.57 + git checkout -q 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T23:11:08.623Z] #69 14.69 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-21T23:11:09.558Z] ok github.com/docker/docker/plugin/v2 0.050s coverage: 14.5% of statements [2019-10-21T23:11:09.558Z] ok github.com/docker/docker/profiles/seccomp 0.018s coverage: 73.8% of statements [2019-10-21T23:11:10.128Z] ok github.com/docker/docker/reference 0.042s coverage: 83.7% of statements [2019-10-21T23:11:11.066Z] ok github.com/docker/docker/plugin 0.570s coverage: 27.1% of statements [2019-10-21T23:11:11.326Z] ok github.com/docker/docker/registry/resumable 0.027s coverage: 100.0% of statements [2019-10-21T23:11:11.900Z] ok github.com/docker/docker/restartmanager 0.015s coverage: 45.3% of statements [2019-10-21T23:11:11.900Z] ok github.com/docker/docker/registry 0.349s coverage: 56.3% of statements [2019-10-21T23:11:12.836Z] ok github.com/docker/docker/testutil 0.019s coverage: 62.5% of statements [2019-10-21T23:11:12.836Z] ok github.com/docker/docker/runconfig 0.035s coverage: 68.2% of statements [2019-10-21T23:11:14.744Z] ok github.com/docker/docker/volume/drivers 0.023s coverage: 36.1% of statements [2019-10-21T23:11:15.296Z] #69 ... [2019-10-21T23:11:15.296Z] [2019-10-21T23:11:15.296Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:11:15.296Z] #41 12.07 Fetched 7670 kB in 11s (671 kB/s) [2019-10-21T23:11:15.296Z] #41 12.07 Reading package lists... [2019-10-21T23:11:15.296Z] #41 16.67 Reading package lists... [2019-10-21T23:11:15.296Z] #41 20.68 Building dependency tree... [2019-10-21T23:11:15.296Z] #41 ... [2019-10-21T23:11:15.296Z] [2019-10-21T23:11:15.296Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:11:15.296Z] #51 16.40 + cd /tmp/tmp.jmCPMv6j4D/src/github.com/golangci/golangci-lint/ [2019-10-21T23:11:15.296Z] #51 16.40 + git checkout -q v1.20.0 [2019-10-21T23:11:15.296Z] #51 16.95 ++ git describe --tags [2019-10-21T23:11:15.296Z] #51 16.95 + version=v1.20.0 [2019-10-21T23:11:15.296Z] #51 16.95 ++ git rev-parse --short HEAD [2019-10-21T23:11:15.296Z] #51 16.95 + commit=cc98739 [2019-10-21T23:11:15.296Z] #51 16.95 ++ git show -s --format=%cd [2019-10-21T23:11:15.296Z] #51 16.95 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-10-21T23:11:15.296Z] #51 16.95 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-21T23:11:15.296Z] #51 ... [2019-10-21T23:11:15.296Z] [2019-10-21T23:11:15.296Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:11:15.296Z] #41 22.79 The following additional packages will be installed: [2019-10-21T23:11:15.296Z] #41 22.79 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-21T23:11:15.296Z] #41 22.84 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-21T23:11:15.296Z] #41 22.84 Suggested packages: [2019-10-21T23:11:15.296Z] #41 22.84 manpages-dev python-setuptools [2019-10-21T23:11:15.313Z] ok github.com/docker/docker/volume/local 0.037s coverage: 73.0% of statements [2019-10-21T23:11:15.313Z] ok github.com/docker/docker/volume/mounts 0.045s coverage: 67.0% of statements [2019-10-21T23:11:15.561Z] INFO: Extraction ended at 10/21/2019 23:11:13. Duration:00:00:28.6412130 [2019-10-21T23:11:15.561Z] INFO: Updating the golang and path environment variables [2019-10-21T23:11:15.561Z] INFO: GOPATH=d:\gopath [2019-10-21T23:11:15.561Z] INFO: go version go1.13.3 windows/amd64 [2019-10-21T23:11:15.561Z] INFO: Running the daemon under test in debug mode [2019-10-21T23:11:15.561Z] INFO: Starting a daemon under test... [2019-10-21T23:11:15.561Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40089\15\daemon --pidfile d:\CI\PR-40089\15\docker.pid -D [2019-10-21T23:11:15.561Z] INFO: Process started successfully. [2019-10-21T23:11:15.561Z] INFO: Start tailing logs of the daemon under tests [2019-10-21T23:11:15.561Z] INFO: Waiting for the daemon under test to start... [2019-10-21T23:11:16.152Z] #41 ... [2019-10-21T23:11:16.153Z] [2019-10-21T23:11:16.153Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T23:11:16.153Z] #25 13.49 Fetched 7670 kB in 12s (601 kB/s) [2019-10-21T23:11:16.153Z] #25 13.49 Reading package lists... [2019-10-21T23:11:16.153Z] #25 17.61 Reading package lists... [2019-10-21T23:11:16.153Z] #25 22.26 Building dependency tree... [2019-10-21T23:11:16.153Z] #25 23.49 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-21T23:11:16.153Z] #25 23.49 The following additional packages will be installed: [2019-10-21T23:11:16.153Z] #25 23.49 libjq1 libonig4 [2019-10-21T23:11:16.153Z] #25 ... [2019-10-21T23:11:16.153Z] [2019-10-21T23:11:16.153Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:11:16.153Z] #39 14.77 + cd /tmp/tmp.gpVmFtvQuP/src/github.com/docker/distribution [2019-10-21T23:11:16.153Z] #39 14.77 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-21T23:11:16.153Z] #39 16.39 + GOPATH=/tmp/tmp.gpVmFtvQuP/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.gpVmFtvQuP go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-21T23:11:16.153Z] #39 ... [2019-10-21T23:11:16.153Z] [2019-10-21T23:11:16.153Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T23:11:16.153Z] #25 23.76 The following NEW packages will be installed: [2019-10-21T23:11:16.153Z] #25 23.80 jq libjq1 libonig4 [2019-10-21T23:11:16.153Z] #25 23.88 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T23:11:16.153Z] #25 23.88 Need to get 328 kB of archives. [2019-10-21T23:11:16.153Z] #25 23.88 After this operation, 1263 kB of additional disk space will be used. [2019-10-21T23:11:16.153Z] #25 23.88 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-10-21T23:11:16.153Z] #25 23.93 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-10-21T23:11:16.556Z] #25 23.93 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-10-21T23:11:16.694Z] ok github.com/docker/docker/volume/service 0.026s coverage: 73.0% of statements [2019-10-21T23:11:16.959Z] #25 ... [2019-10-21T23:11:16.959Z] [2019-10-21T23:11:16.959Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T23:11:16.959Z] #11 14.37 Fetched 7670 kB in 12s (591 kB/s) [2019-10-21T23:11:16.959Z] #11 14.37 Reading package lists... [2019-10-21T23:11:16.959Z] #11 19.10 Reading package lists... [2019-10-21T23:11:16.959Z] #11 23.49 Building dependency tree... [2019-10-21T23:11:16.959Z] #11 ... [2019-10-21T23:11:16.959Z] [2019-10-21T23:11:16.959Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T23:11:16.959Z] #25 24.64 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T23:11:16.959Z] #25 24.74 Fetched 328 kB in 0s (3724 kB/s) [2019-10-21T23:11:17.364Z] #25 24.84 Selecting previously unselected package libonig4:s390x. [2019-10-21T23:11:17.364Z] #25 24.84 (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-21T23:11:17.364Z] #25 24.92 Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-10-21T23:11:17.364Z] #25 24.93 Unpacking libonig4:s390x (6.1.3-2) ... [2019-10-21T23:11:17.364Z] #25 ... [2019-10-21T23:11:17.364Z] [2019-10-21T23:11:17.364Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T23:11:17.364Z] #57 14.95 Fetched 7670 kB in 13s (568 kB/s) [2019-10-21T23:11:17.364Z] #57 14.95 Reading package lists... [2019-10-21T23:11:17.364Z] #57 19.42 Reading package lists... [2019-10-21T23:11:17.364Z] #57 23.90 Building dependency tree... [2019-10-21T23:11:17.364Z] #57 ... [2019-10-21T23:11:17.364Z] [2019-10-21T23:11:17.364Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:11:17.364Z] #45 14.70 unicode/utf16 [2019-10-21T23:11:17.364Z] #45 14.98 container/list [2019-10-21T23:11:17.364Z] #45 15.73 crypto/internal/subtle [2019-10-21T23:11:17.364Z] #45 15.90 crypto/subtle [2019-10-21T23:11:17.364Z] #45 16.22 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-21T23:11:17.364Z] #45 16.29 internal/nettrace [2019-10-21T23:11:17.364Z] #45 16.49 runtime/cgo [2019-10-21T23:11:17.730Z] INFO: Daemon under test started and replied! [2019-10-21T23:11:17.730Z] INFO: Docker version of the daemon under test [2019-10-21T23:11:17.730Z] [2019-10-21T23:11:17.730Z] Client: [2019-10-21T23:11:17.730Z] Version: 17.06.2-ce [2019-10-21T23:11:17.730Z] API version: 1.30 [2019-10-21T23:11:17.730Z] Go version: go1.8.3 [2019-10-21T23:11:17.730Z] Git commit: cec0b72 [2019-10-21T23:11:17.730Z] Built: Tue Sep 5 19:57:19 2017 [2019-10-21T23:11:17.730Z] OS/Arch: windows/amd64 [2019-10-21T23:11:17.730Z] [2019-10-21T23:11:17.730Z] Server: [2019-10-21T23:11:17.730Z] Version: 0.0.0-dev [2019-10-21T23:11:17.730Z] API version: 1.41 (minimum version 1.24) [2019-10-21T23:11:17.730Z] Go version: go1.13.3 [2019-10-21T23:11:17.730Z] Git commit: 7eb804c93 [2019-10-21T23:11:17.730Z] Built: 10/21/2019 23:09:24 [2019-10-21T23:11:17.730Z] OS/Arch: windows/amd64 [2019-10-21T23:11:17.730Z] Experimental: false [2019-10-21T23:11:17.730Z] [2019-10-21T23:11:17.730Z] INFO: Docker info of the daemon under test [2019-10-21T23:11:17.730Z] [2019-10-21T23:11:17.730Z] Containers: 0 [2019-10-21T23:11:17.730Z] Running: 0 [2019-10-21T23:11:17.730Z] Paused: 0 [2019-10-21T23:11:17.730Z] Stopped: 0 [2019-10-21T23:11:17.730Z] Images: 0 [2019-10-21T23:11:17.730Z] Server Version: 0.0.0-dev [2019-10-21T23:11:17.730Z] Storage Driver: windowsfilter [2019-10-21T23:11:17.730Z] Windows: [2019-10-21T23:11:17.730Z] Logging Driver: json-file [2019-10-21T23:11:17.730Z] Plugins: [2019-10-21T23:11:17.730Z] Volume: local [2019-10-21T23:11:17.730Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-21T23:11:17.730Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-21T23:11:17.730Z] Swarm: inactive [2019-10-21T23:11:17.730Z] Default Isolation: process [2019-10-21T23:11:17.730Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-21T23:11:17.730Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-21T23:11:17.730Z] OSType: windows [2019-10-21T23:11:17.730Z] Architecture: x86_64 [2019-10-21T23:11:17.730Z] CPUs: 4 [2019-10-21T23:11:17.730Z] Total Memory: 32GiB [2019-10-21T23:11:17.730Z] Name: azwin-2-dc7d70 [2019-10-21T23:11:17.730Z] ID: B2M6:PHKG:AM2J:7DSV:W5LU:HT5H:SSKW:LBJ5:2SM4:I4C5:B5ZR:AYVD [2019-10-21T23:11:17.730Z] Docker Root Dir: D:\CI\PR-40089\15\daemon [2019-10-21T23:11:17.730Z] Debug Mode (client): false [2019-10-21T23:11:17.730Z] Debug Mode (server): true [2019-10-21T23:11:17.730Z] File Descriptors: -1 [2019-10-21T23:11:17.730Z] Goroutines: 17 [2019-10-21T23:11:17.730Z] System Time: 2019-10-21T23:11:17.3095605Z [2019-10-21T23:11:17.730Z] EventsListeners: 0 [2019-10-21T23:11:17.730Z] Registry: https://index.docker.io/v1/ [2019-10-21T23:11:17.730Z] Labels: [2019-10-21T23:11:17.730Z] Experimental: false [2019-10-21T23:11:17.730Z] Insecure Registries: [2019-10-21T23:11:17.730Z] 127.0.0.0/8 [2019-10-21T23:11:17.730Z] Live Restore Enabled: false [2019-10-21T23:11:17.730Z] [2019-10-21T23:11:17.730Z] [2019-10-21T23:11:17.730Z] INFO: Docker images of the daemon under test [2019-10-21T23:11:17.730Z] [2019-10-21T23:11:17.730Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-21T23:11:17.730Z] [2019-10-21T23:11:17.730Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-10-21T23:11:17.730Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-10-21T23:11:17.730Z] ltsc2019: Pulling from windows/servercore [2019-10-21T23:11:17.770Z] #45 ... [2019-10-21T23:11:17.770Z] [2019-10-21T23:11:17.770Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:11:17.770Z] #34 15.13 Fetched 7670 kB in 13s (559 kB/s) [2019-10-21T23:11:17.770Z] #34 15.13 Reading package lists... [2019-10-21T23:11:17.770Z] #34 19.49 Reading package lists... [2019-10-21T23:11:17.770Z] #34 24.94 Building dependency tree... [2019-10-21T23:11:17.770Z] #34 ... [2019-10-21T23:11:17.770Z] [2019-10-21T23:11:17.770Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:11:17.770Z] #41 24.76 The following NEW packages will be installed: [2019-10-21T23:11:17.770Z] #41 24.76 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-21T23:11:17.770Z] #41 24.76 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-21T23:11:17.770Z] #41 24.77 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-21T23:11:17.770Z] #41 24.77 zlib1g-dev [2019-10-21T23:11:17.770Z] #41 24.93 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T23:11:17.770Z] #41 24.93 Need to get 3476 kB of archives. [2019-10-21T23:11:17.770Z] #41 24.93 After this operation, 20.2 MB of additional disk space will be used. [2019-10-21T23:11:17.770Z] #41 24.93 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-10-21T23:11:17.770Z] #41 24.96 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-10-21T23:11:17.771Z] #41 24.96 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-10-21T23:11:17.771Z] #41 24.97 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-21T23:11:17.771Z] #41 24.98 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-21T23:11:17.771Z] #41 24.98 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-10-21T23:11:17.771Z] #41 24.99 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-21T23:11:17.771Z] #41 24.99 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-21T23:11:17.771Z] #41 25.00 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-10-21T23:11:17.771Z] #41 25.02 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-10-21T23:11:17.771Z] #41 25.04 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-10-21T23:11:17.771Z] #41 25.11 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-10-21T23:11:17.771Z] #41 25.16 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-21T23:11:17.771Z] #41 25.18 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-10-21T23:11:17.771Z] #41 25.20 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-21T23:11:17.771Z] #41 25.23 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-10-21T23:11:18.196Z] #41 ... [2019-10-21T23:11:18.196Z] [2019-10-21T23:11:18.196Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T23:11:18.196Z] #25 25.11 Selecting previously unselected package libjq1:s390x. [2019-10-21T23:11:18.196Z] #25 25.11 Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-10-21T23:11:18.196Z] #25 25.12 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-21T23:11:18.196Z] #25 25.32 Selecting previously unselected package jq. [2019-10-21T23:11:18.196Z] #25 25.34 Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-10-21T23:11:18.196Z] #25 25.35 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-21T23:11:18.196Z] #25 25.46 Setting up libonig4:s390x (6.1.3-2) ... [2019-10-21T23:11:18.196Z] #25 25.47 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-21T23:11:18.196Z] #25 25.48 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:11:18.196Z] #25 25.55 Setting up jq (1.5+dfsg-1.3) ... [2019-10-21T23:11:18.196Z] #25 DONE 25.9s [2019-10-21T23:11:18.196Z] [2019-10-21T23:11:18.196Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-21T23:11:18.196Z] #26 DONE 0.1s [2019-10-21T23:11:18.196Z] [2019-10-21T23:11:18.196Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:11:18.196Z] #41 25.89 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T23:11:18.591Z] #41 26.16 Fetched 3476 kB in 0s (8037 kB/s) [2019-10-21T23:11:18.591Z] #41 26.27 Selecting previously unselected package libnet1:s390x. [2019-10-21T23:11:18.591Z] #41 26.27 (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-21T23:11:18.591Z] #41 26.32 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-10-21T23:11:18.591Z] #41 26.32 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-21T23:11:18.988Z] #41 26.46 Selecting previously unselected package libcap-dev:s390x. [2019-10-21T23:11:18.988Z] #41 26.48 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-10-21T23:11:18.988Z] #41 26.48 Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-10-21T23:11:18.988Z] #41 26.55 Selecting previously unselected package libnet1-dev. [2019-10-21T23:11:18.988Z] #41 26.55 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-10-21T23:11:18.988Z] #41 26.58 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-21T23:11:18.988Z] #41 26.74 Selecting previously unselected package libnl-3-200:s390x. [2019-10-21T23:11:18.988Z] #41 26.74 Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-10-21T23:11:19.398Z] #41 26.76 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-10-21T23:11:19.399Z] #41 26.91 Selecting previously unselected package libnl-3-dev:s390x. [2019-10-21T23:11:19.399Z] #41 26.91 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-10-21T23:11:19.399Z] #41 26.93 Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-10-21T23:11:19.815Z] #41 27.20 Selecting previously unselected package libprotobuf-c1:s390x. [2019-10-21T23:11:19.815Z] #41 27.27 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-10-21T23:11:19.815Z] #41 27.27 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-21T23:11:19.815Z] #41 27.37 Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-10-21T23:11:19.815Z] #41 27.37 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-10-21T23:11:19.815Z] #41 27.38 Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-10-21T23:11:19.815Z] #41 27.46 Selecting previously unselected package zlib1g-dev:s390x. [2019-10-21T23:11:19.815Z] #41 27.46 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-10-21T23:11:19.815Z] #41 27.46 Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-10-21T23:11:20.353Z] #41 27.73 Selecting previously unselected package libprotobuf10:s390x. [2019-10-21T23:11:20.353Z] #41 27.75 Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-10-21T23:11:20.353Z] #41 27.76 Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-10-21T23:11:20.353Z] #41 ... [2019-10-21T23:11:20.353Z] [2019-10-21T23:11:20.353Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T23:11:20.353Z] #11 25.10 The following additional packages will be installed: [2019-10-21T23:11:20.353Z] #11 25.10 libapparmor1 libseccomp2 [2019-10-21T23:11:20.353Z] #11 25.11 Suggested packages: [2019-10-21T23:11:20.353Z] #11 25.11 seccomp [2019-10-21T23:11:20.353Z] #11 25.37 The following NEW packages will be installed: [2019-10-21T23:11:20.353Z] #11 25.38 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-21T23:11:20.353Z] #11 25.46 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T23:11:20.353Z] #11 25.46 Need to get 301 kB of archives. [2019-10-21T23:11:20.353Z] #11 25.46 After this operation, 1402 kB of additional disk space will be used. [2019-10-21T23:11:20.353Z] #11 25.46 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-21T23:11:20.353Z] #11 25.49 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-21T23:11:20.353Z] #11 25.50 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-10-21T23:11:20.353Z] #11 25.51 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-10-21T23:11:20.353Z] #11 26.59 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T23:11:20.353Z] #11 26.65 Fetched 301 kB in 0s (2856 kB/s) [2019-10-21T23:11:20.353Z] #11 26.73 Selecting previously unselected package libseccomp2:s390x. [2019-10-21T23:11:20.354Z] #11 26.73 (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-21T23:11:20.354Z] #11 26.83 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-10-21T23:11:20.354Z] #11 26.84 Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-10-21T23:11:20.354Z] #11 26.99 Selecting previously unselected package libseccomp-dev:s390x. [2019-10-21T23:11:20.354Z] #11 27.00 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-10-21T23:11:20.354Z] #11 27.00 Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-10-21T23:11:20.354Z] #11 27.17 Selecting previously unselected package libapparmor1:s390x. [2019-10-21T23:11:20.354Z] #11 27.17 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-10-21T23:11:20.354Z] #11 27.18 Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-10-21T23:11:20.354Z] #11 27.32 Selecting previously unselected package libapparmor-dev:s390x. [2019-10-21T23:11:20.354Z] #11 27.33 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-10-21T23:11:20.354Z] #11 27.33 Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-10-21T23:11:20.354Z] #11 27.48 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:11:20.354Z] #11 27.56 Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-10-21T23:11:20.354Z] #11 27.59 Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-10-21T23:11:20.354Z] #11 27.60 Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-10-21T23:11:20.354Z] #11 27.62 Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-10-21T23:11:20.354Z] #11 27.65 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:11:20.354Z] #11 DONE 27.9s [2019-10-21T23:11:20.354Z] [2019-10-21T23:11:20.354Z] #53 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:11:20.354Z] #53 DONE 0.1s [2019-10-21T23:11:20.354Z] [2019-10-21T23:11:20.354Z] #54 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-21T23:11:20.354Z] #54 DONE 0.1s [2019-10-21T23:11:20.354Z] [2019-10-21T23:11:20.354Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T23:11:20.354Z] #57 25.49 The following additional packages will be installed: [2019-10-21T23:11:20.354Z] #57 25.50 btrfs-progs liblzo2-2 [2019-10-21T23:11:20.354Z] #57 25.79 The following NEW packages will be installed: [2019-10-21T23:11:20.354Z] #57 25.80 btrfs-progs btrfs-tools liblzo2-2 [2019-10-21T23:11:20.354Z] #57 25.89 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T23:11:20.354Z] #57 25.89 Need to get 668 kB of archives. [2019-10-21T23:11:20.354Z] #57 25.89 After this operation, 5446 kB of additional disk space will be used. [2019-10-21T23:11:20.354Z] #57 25.89 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-21T23:11:20.354Z] #57 25.92 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-10-21T23:11:20.354Z] #57 25.95 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-10-21T23:11:20.354Z] #57 26.71 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T23:11:20.354Z] #57 26.90 Fetched 668 kB in 0s (6189 kB/s) [2019-10-21T23:11:20.354Z] #57 26.99 Selecting previously unselected package liblzo2-2:s390x. [2019-10-21T23:11:20.354Z] #57 26.99 (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-21T23:11:20.354Z] #57 27.07 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-21T23:11:20.354Z] #57 27.08 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-21T23:11:20.354Z] #57 27.17 Selecting previously unselected package btrfs-progs. [2019-10-21T23:11:20.354Z] #57 27.19 Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-10-21T23:11:20.354Z] #57 27.19 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-21T23:11:20.354Z] #57 28.04 Selecting previously unselected package btrfs-tools. [2019-10-21T23:11:20.354Z] #57 28.05 Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-10-21T23:11:20.354Z] #57 28.05 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-21T23:11:20.902Z] #57 28.28 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:11:20.902Z] #57 ... [2019-10-21T23:11:20.902Z] [2019-10-21T23:11:20.902Z] #12 [dev 1/24] RUN groupadd -r docker [2019-10-21T23:11:20.902Z] #12 DONE 0.5s [2019-10-21T23:11:20.902Z] [2019-10-21T23:11:20.902Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T23:11:20.902Z] #57 28.33 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-21T23:11:20.902Z] #57 28.35 Setting up btrfs-progs (4.7.3-1) ... [2019-10-21T23:11:20.902Z] #57 28.37 Setting up btrfs-tools (4.7.3-1) ... [2019-10-21T23:11:20.902Z] #57 28.37 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:11:21.365Z] #57 DONE 28.6s [2019-10-21T23:11:21.365Z] [2019-10-21T23:11:21.365Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:11:21.365Z] #55 0.308 + RM_GOPATH=0 [2019-10-21T23:11:21.365Z] #55 0.308 + TMP_GOPATH= [2019-10-21T23:11:21.365Z] #55 0.308 + : /build [2019-10-21T23:11:21.365Z] #55 0.308 + '[' -z '' ']' [2019-10-21T23:11:21.365Z] #55 0.309 ++ mktemp -d [2019-10-21T23:11:21.365Z] #55 0.311 + export GOPATH=/tmp/tmp.V2ymgXLA0g [2019-10-21T23:11:21.365Z] #55 0.311 + GOPATH=/tmp/tmp.V2ymgXLA0g [2019-10-21T23:11:21.365Z] #55 0.311 + RM_GOPATH=1 [2019-10-21T23:11:21.365Z] #55 0.311 ++ dirname ./install.sh [2019-10-21T23:11:21.365Z] #55 0.313 + dir=. [2019-10-21T23:11:21.365Z] #55 0.313 + bin=runc [2019-10-21T23:11:21.365Z] #55 0.313 + shift [2019-10-21T23:11:21.365Z] #55 0.313 + '[' '!' -f ./runc.installer ']' [2019-10-21T23:11:21.365Z] #55 0.313 + . ./runc.installer [2019-10-21T23:11:21.365Z] #55 0.314 ++ : 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-21T23:11:21.365Z] #55 0.315 + install_runc [2019-10-21T23:11:21.365Z] #55 0.316 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-21T23:11:21.365Z] #55 0.318 + uname -r [2019-10-21T23:11:21.365Z] #55 0.322 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-21T23:11:21.365Z] #55 0.322 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-21T23:11:21.365Z] #55 0.322 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-21T23:11:21.365Z] #55 0.322 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.V2ymgXLA0g/src/github.com/opencontainers/runc [2019-10-21T23:11:21.365Z] #55 0.325 Cloning into '/tmp/tmp.V2ymgXLA0g/src/github.com/opencontainers/runc'... [2019-10-21T23:11:21.365Z] #55 ... [2019-10-21T23:11:21.365Z] [2019-10-21T23:11:21.365Z] #58 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:11:21.365Z] #58 DONE 0.1s [2019-10-21T23:11:21.365Z] [2019-10-21T23:11:21.365Z] #59 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-21T23:11:21.365Z] #59 DONE 0.1s [2019-10-21T23:11:21.365Z] [2019-10-21T23:11:21.365Z] #13 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-21T23:11:21.365Z] #13 DONE 0.5s [2019-10-21T23:11:21.365Z] [2019-10-21T23:11:21.365Z] #14 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-21T23:11:21.365Z] #14 0.302 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-21T23:11:21.790Z] #14 DONE 0.4s [2019-10-21T23:11:21.790Z] [2019-10-21T23:11:21.790Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:11:21.790Z] #60 0.259 + RM_GOPATH=0 [2019-10-21T23:11:21.790Z] #60 0.259 + TMP_GOPATH= [2019-10-21T23:11:21.790Z] #60 0.259 + : /build [2019-10-21T23:11:21.790Z] #60 0.259 + '[' -z '' ']' [2019-10-21T23:11:21.790Z] #60 0.259 ++ mktemp -d [2019-10-21T23:11:21.790Z] #60 0.261 + export GOPATH=/tmp/tmp.HaqGrTHsda [2019-10-21T23:11:21.790Z] #60 0.261 + GOPATH=/tmp/tmp.HaqGrTHsda [2019-10-21T23:11:21.790Z] #60 0.261 + RM_GOPATH=1 [2019-10-21T23:11:21.790Z] #60 0.262 ++ dirname ./install.sh [2019-10-21T23:11:21.790Z] #60 0.264 + dir=. [2019-10-21T23:11:21.790Z] #60 0.264 + bin=containerd [2019-10-21T23:11:21.790Z] #60 0.264 + shift [2019-10-21T23:11:21.790Z] #60 0.265 + '[' '!' -f ./containerd.installer ']' [2019-10-21T23:11:21.790Z] #60 0.265 + . ./containerd.installer [2019-10-21T23:11:21.790Z] #60 0.265 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T23:11:21.790Z] #60 0.266 + install_containerd [2019-10-21T23:11:21.790Z] #60 0.266 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-21T23:11:21.790Z] #60 0.266 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T23:11:21.790Z] #60 0.267 + git clone https://github.com/containerd/containerd.git /tmp/tmp.HaqGrTHsda/src/github.com/containerd/containerd [2019-10-21T23:11:21.790Z] #60 0.272 Cloning into '/tmp/tmp.HaqGrTHsda/src/github.com/containerd/containerd'... [2019-10-21T23:11:22.196Z] #60 ... [2019-10-21T23:11:22.196Z] [2019-10-21T23:11:22.196Z] #15 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-21T23:11:22.196Z] #15 DONE 0.4s [2019-10-21T23:11:22.196Z] [2019-10-21T23:11:22.196Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:11:22.196Z] #41 29.23 Selecting previously unselected package libprotobuf-lite10:s390x. [2019-10-21T23:11:22.196Z] #41 29.24 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-10-21T23:11:22.196Z] #41 29.24 Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-10-21T23:11:22.196Z] #41 29.34 Selecting previously unselected package libprotobuf-dev:s390x. [2019-10-21T23:11:22.196Z] #41 29.35 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-10-21T23:11:22.196Z] #41 29.35 Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-10-21T23:11:22.600Z] #41 ... [2019-10-21T23:11:22.600Z] [2019-10-21T23:11:22.600Z] #16 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-21T23:11:22.600Z] #16 DONE 0.4s [2019-10-21T23:11:22.600Z] [2019-10-21T23:11:22.600Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:22.600Z] #27 2.581 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-21T23:11:22.600Z] #27 3.560 [2019-10-21T23:11:23.016Z] #27 3.975 # 2.1% ### 4.2% #### 6.3% ###### 8.4% [2019-10-21T23:11:23.016Z] #27 ... [2019-10-21T23:11:23.016Z] [2019-10-21T23:11:23.016Z] #17 [dev 6/24] RUN ldconfig [2019-10-21T23:11:23.016Z] #17 DONE 0.5s [2019-10-21T23:11:23.016Z] [2019-10-21T23:11:23.016Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:23.493Z] 65014b3c3121: Pulling fs layer [2019-10-21T23:11:23.493Z] 12c8dbabfd62: Pulling fs layer [2019-10-21T23:11:26.679Z] #27 3.975 # 2.1% ### 4.2% #### 6.3% ###### 8.4% ####### 10.5% ######### 12.6% ########## 14.7% ############ 16.8% ############# 18.9% ############### 20.9% ################ 23.0% ################### 27.2% ##################### 29.3% ###################### 31.4% ######################## 33.5% ######################### 35.6% ########################### 37.6% ############################ 39.8% ############################## 41.8% ############################### 43.9% ################################# 46.0% ################################## 48.1% [2019-10-21T23:11:26.679Z] #27 ... [2019-10-21T23:11:26.679Z] [2019-10-21T23:11:26.679Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:11:26.679Z] #69 DONE 33.9s [2019-10-21T23:11:26.679Z] [2019-10-21T23:11:26.679Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:28.324Z] #27 3.975 # 2.1% ### 4.2% #### 6.3% ###### 8.4% ####### 10.5% ######### 12.6% ########## 14.7% ############ 16.8% ############# 18.9% ############### 20.9% ################ 23.0% ################### 27.2% ##################### 29.3% ###################### 31.4% ######################## 33.5% ######################### 35.6% ########################### 37.6% ############################ 39.8% ############################## 41.8% ############################### 43.9% ################################# 46.0% ################################## 48.1% #################################### 50.2% ##################################### 52.3% ####################################### 54.4% ######################################## 56.3% ######################################### 57.5% ########################################## 59.2% ############################################ 61.3% ############################################# 63.4% ############################################### 65.5% [2019-10-21T23:11:28.324Z] #27 ... [2019-10-21T23:11:28.324Z] [2019-10-21T23:11:28.324Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:11:28.324Z] #34 24.94 Building dependency tree... [2019-10-21T23:11:28.324Z] #34 26.50 The following additional packages will be installed: [2019-10-21T23:11:28.324Z] #34 26.52 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-21T23:11:28.324Z] #34 26.53 Suggested packages: [2019-10-21T23:11:28.324Z] #34 26.53 codeblocks eclipse ninja-build lrzip [2019-10-21T23:11:28.324Z] #34 26.53 Recommended packages: [2019-10-21T23:11:28.324Z] #34 26.53 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-21T23:11:28.324Z] #34 27.50 The following NEW packages will be installed: [2019-10-21T23:11:28.324Z] #34 27.55 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-21T23:11:28.324Z] #34 27.56 vim-common xxd [2019-10-21T23:11:28.324Z] #34 27.68 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T23:11:28.324Z] #34 27.68 Need to get 13.2 MB of archives. [2019-10-21T23:11:28.324Z] #34 27.68 After this operation, 59.4 MB of additional disk space will be used. [2019-10-21T23:11:28.324Z] #34 27.68 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-10-21T23:11:28.324Z] #34 27.88 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-21T23:11:28.324Z] #34 27.88 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-10-21T23:11:28.324Z] #34 28.89 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-21T23:11:28.324Z] #34 28.98 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-10-21T23:11:28.324Z] #34 28.99 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-10-21T23:11:28.324Z] #34 29.07 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-10-21T23:11:28.324Z] #34 29.07 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-10-21T23:11:28.324Z] #34 29.28 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-21T23:11:28.324Z] #34 29.32 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-21T23:11:28.324Z] #34 30.22 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T23:11:28.324Z] #34 30.47 Fetched 13.2 MB in 1s (7727 kB/s) [2019-10-21T23:11:28.324Z] #34 30.57 Selecting previously unselected package cmake-data. [2019-10-21T23:11:28.324Z] #34 30.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-10-21T23:11:28.324Z] #34 30.68 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-21T23:11:28.324Z] #34 30.69 Unpacking cmake-data (3.7.2-1) ... [2019-10-21T23:11:28.324Z] #34 34.38 Selecting previously unselected package liblzo2-2:s390x. [2019-10-21T23:11:28.324Z] #34 34.40 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-21T23:11:28.324Z] #34 34.42 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-21T23:11:28.324Z] #34 34.88 Selecting previously unselected package libicu57:s390x. [2019-10-21T23:11:28.324Z] #34 34.93 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-10-21T23:11:28.324Z] #34 34.96 Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-10-21T23:11:28.324Z] #34 ... [2019-10-21T23:11:28.324Z] [2019-10-21T23:11:28.324Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:29.575Z] #27 3.975 # 2.1% ### 4.2% #### 6.3% ###### 8.4% ####### 10.5% ######### 12.6% ########## 14.7% ############ 16.8% ############# 18.9% ############### 20.9% ################ 23.0% ################### 27.2% ##################### 29.3% ###################### 31.4% ######################## 33.5% ######################### 35.6% ########################### 37.6% ############################ 39.8% ############################## 41.8% ############################### 43.9% ################################# 46.0% ################################## 48.1% #################################### 50.2% ##################################### 52.3% ####################################### 54.4% ######################################## 56.3% ######################################### 57.5% ########################################## 59.2% ############################################ 61.3% ############################################# 63.4% ############################################### 65.5% ################################################ 67.6% ################################################## 69.7% ################################################### 71.8% ##################################################### 73.8% ###################################################### 76.0% ######################################################## 78.0% ######################################################### 80.1% ########################################################### 82.2% [2019-10-21T23:11:29.575Z] #27 ... [2019-10-21T23:11:29.575Z] [2019-10-21T23:11:29.575Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:11:29.575Z] #48 26.60 + cd /tmp/tmp.MpHWB89vaO/src/gotest.tools/gotestsum [2019-10-21T23:11:29.575Z] #48 26.60 + git checkout -q v0.3.5 [2019-10-21T23:11:29.575Z] #48 26.61 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-21T23:11:29.575Z] #48 ... [2019-10-21T23:11:29.575Z] [2019-10-21T23:11:29.575Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:30.747Z] #27 3.975 # 2.1% ### 4.2% #### 6.3% ###### 8.4% ####### 10.5% ######### 12.6% ########## 14.7% ############ 16.8% ############# 18.9% ############### 20.9% ################ 23.0% ################### 27.2% ##################### 29.3% ###################### 31.4% ######################## 33.5% ######################### 35.6% ########################### 37.6% ############################ 39.8% ############################## 41.8% ############################### 43.9% ################################# 46.0% ################################## 48.1% #################################### 50.2% ##################################### 52.3% ####################################### 54.4% ######################################## 56.3% ######################################### 57.5% ########################################## 59.2% ############################################ 61.3% ############################################# 63.4% ############################################### 65.5% ################################################ 67.6% ################################################## 69.7% ################################################### 71.8% ##################################################### 73.8% ###################################################### 76.0% ######################################################## 78.0% ######################################################### 80.1% ########################################################### 82.2% ############################################################ 84.3% ############################################################## 86.4% ############################################################### 88.5% ################################################################# 90.6% ################################################################## 92.7% #################################################################### 94.8% ##################################################################### 96.8% ####################################################################### 98.9% ######################################################################## 100.0% [2019-10-21T23:11:31.229Z] #27 12.84 [2019-10-21T23:11:32.895Z] #27 13.23 ##### 7.4% ######### 13.0% ############# 18.7% ################# 24.4% ##################### 30.1% ######################### 35.7% ################################# 47.0% ########################################## 58.4% ############################################## 64.0% ################################################## 69.6% ########################################################## 81.0% ############################################################## 86.6% [2019-10-21T23:11:32.895Z] #27 ... [2019-10-21T23:11:32.895Z] [2019-10-21T23:11:32.895Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:11:32.895Z] #18 0.477 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T23:11:32.895Z] #18 0.490 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T23:11:32.895Z] #18 0.530 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T23:11:32.895Z] #18 0.564 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T23:11:32.895Z] #18 0.665 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T23:11:32.895Z] #18 1.333 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-21T23:11:32.895Z] #18 3.197 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-21T23:11:32.895Z] #18 4.531 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-21T23:11:33.293Z] #18 ... [2019-10-21T23:11:33.293Z] [2019-10-21T23:11:33.293Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:11:33.293Z] #41 31.19 Selecting previously unselected package libprotoc10:s390x. [2019-10-21T23:11:33.293Z] #41 31.19 Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-10-21T23:11:33.293Z] #41 31.20 Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-10-21T23:11:33.293Z] #41 32.16 Selecting previously unselected package protobuf-c-compiler. [2019-10-21T23:11:33.293Z] #41 32.17 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-10-21T23:11:33.293Z] #41 32.17 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-21T23:11:33.293Z] #41 32.32 Selecting previously unselected package protobuf-compiler. [2019-10-21T23:11:33.293Z] #41 32.38 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-10-21T23:11:33.293Z] #41 32.39 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-21T23:11:33.293Z] #41 32.65 Selecting previously unselected package python-pkg-resources. [2019-10-21T23:11:33.293Z] #41 32.65 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-21T23:11:33.293Z] #41 32.65 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-21T23:11:33.293Z] #41 32.88 Selecting previously unselected package python-protobuf. [2019-10-21T23:11:33.293Z] #41 32.88 Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-10-21T23:11:33.293Z] #41 32.92 Unpacking python-protobuf (3.0.0-9) ... [2019-10-21T23:11:33.293Z] #41 33.60 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-21T23:11:33.293Z] #41 33.68 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-21T23:11:33.293Z] #41 33.69 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-21T23:11:33.293Z] #41 37.40 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-21T23:11:33.293Z] #41 37.43 Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-10-21T23:11:33.293Z] #41 37.44 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:11:33.293Z] #41 37.45 Setting up python-protobuf (3.0.0-9) ... [2019-10-21T23:11:33.293Z] #41 ... [2019-10-21T23:11:33.293Z] [2019-10-21T23:11:33.293Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:33.293Z] #27 13.23 ##### 7.4% ######### 13.0% ############# 18.7% ################# 24.4% ##################### 30.1% ######################### 35.7% ################################# 47.0% ########################################## 58.4% ############################################## 64.0% ################################################## 69.6% ########################################################## 81.0% ############################################################## 86.6% ################################################################## 92.4% ######################################################################## 100.0% [2019-10-21T23:11:33.705Z] #27 15.47 [2019-10-21T23:11:34.521Z] #27 15.82 ## 3.7% #### 6.3% ######## 11.4% [2019-10-21T23:11:34.521Z] #27 ... [2019-10-21T23:11:34.521Z] [2019-10-21T23:11:34.521Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T23:11:34.521Z] #29 32.15 + cd /tmp/tmp.iMfTn0SVLr/src/github.com/go-swagger/go-swagger [2019-10-21T23:11:34.521Z] #29 32.15 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-21T23:11:34.521Z] #29 34.59 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-21T23:11:34.940Z] #29 ... [2019-10-21T23:11:34.940Z] [2019-10-21T23:11:34.940Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:11:34.940Z] #41 41.93 Setting up libcap-dev:s390x (1:2.25-1) ... [2019-10-21T23:11:34.940Z] #41 41.94 Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-10-21T23:11:34.940Z] #41 41.95 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-10-21T23:11:34.940Z] #41 41.99 Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-10-21T23:11:34.940Z] #41 41.99 Setting up libprotoc10:s390x (3.0.0-9) ... [2019-10-21T23:11:34.940Z] #41 42.01 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-21T23:11:34.940Z] #41 42.02 Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-10-21T23:11:34.940Z] #41 42.03 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-21T23:11:34.940Z] #41 42.03 Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-10-21T23:11:34.940Z] #41 42.04 Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-10-21T23:11:34.940Z] #41 42.05 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:11:34.940Z] #41 DONE 42.3s [2019-10-21T23:11:34.940Z] [2019-10-21T23:11:34.940Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:35.842Z] 12c8dbabfd62: Verifying Checksum [2019-10-21T23:11:35.842Z] 12c8dbabfd62: Download complete [2019-10-21T23:11:36.226Z] #27 15.82 ## 3.7% #### 6.3% ######## 11.4% ########### 16.5% ############# 19.0% ############### 21.5% ################# 24.1% ################### 26.6% ##################### 29.2% ###################### 31.7% ######################## 34.3% ############################ 39.3% ############################## 41.9% ############################### 44.4% # [2019-10-21T23:11:36.227Z] #27 ... [2019-10-21T23:11:36.227Z] [2019-10-21T23:11:36.227Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:11:36.227Z] #32 33.57 internal/reflectlite [2019-10-21T23:11:36.227Z] #32 33.57 sync [2019-10-21T23:11:36.227Z] #32 37.31 errors [2019-10-21T23:11:36.227Z] #32 37.32 sort [2019-10-21T23:11:36.227Z] #32 37.94 strconv [2019-10-21T23:11:36.227Z] #32 39.49 io [2019-10-21T23:11:36.227Z] #32 41.05 internal/oserror [2019-10-21T23:11:36.227Z] #32 41.10 syscall [2019-10-21T23:11:36.227Z] #32 43.60 reflect [2019-10-21T23:11:36.737Z] #32 ... [2019-10-21T23:11:36.737Z] [2019-10-21T23:11:36.737Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:38.612Z] ok github.com/docker/docker/pkg/plugins 33.633s coverage: 76.6% of statements [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/rootless [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/volume [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-21T23:11:38.612Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === Skipped [2019-10-21T23:11:38.612Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-21T23:11:38.612Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-21T23:11:38.612Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:11:38.612Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:11:38.612Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:11:38.612Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:11:38.612Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:11:38.612Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:73: No driver to put! [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-21T23:11:38.612Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-21T23:11:38.612Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-21T23:11:38.612Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:11:38.612Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:11:38.612Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:11:38.612Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:11:38.612Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:11:38.612Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-21T23:11:38.612Z] graphtest_unix.go:73: No driver to put! [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-21T23:11:38.612Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-21T23:11:38.612Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] [2019-10-21T23:11:38.612Z] DONE 2115 tests, 20 skipped in 183.483s Post stage [Pipeline] junit [2019-10-21T23:11:38.626Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-21T23:11:39.087Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40089/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -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:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 hack/make.sh dynbinary test-integration [2019-10-21T23:11:39.223Z] #27 15.82 ## 3.7% #### 6.3% ######## 11.4% ########### 16.5% ############# 19.0% ############### 21.5% ################# 24.1% ################### 26.6% ##################### 29.2% ###################### 31.7% ######################## 34.3% ############################ 39.3% ############################## 41.9% ############################### 44.4% ################################### 49.5% ####################################### 54.6% ######################################### 57.2% ############################################ 62.2% ################################################ 67.3% ################################################## 69.9% #################################################### 72.4% ##################################################### 74.9% ####################################################### 77.5% ######################################################### 80.0% ########################################################### 82.6% ############################################################### 87.7% ################################################################ 90.2% #################################################################### 95.3% ###################################################################### 97.8% ######################################################################## 100.0% [2019-10-21T23:11:39.629Z] #27 21.04 [2019-10-21T23:11:40.024Z] [2019-10-21T23:11:40.024Z] Removing bundles/ [2019-10-21T23:11:40.024Z] [2019-10-21T23:11:40.024Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-21T23:11:40.024Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T23:11:40.024Z] GOOS="" GOARCH="" GOARM="" [2019-10-21T23:11:40.449Z] #27 21.31 1.2% ## 3.1% ### 5.0% #### 5.9% [2019-10-21T23:11:40.449Z] #27 ... [2019-10-21T23:11:40.449Z] [2019-10-21T23:11:40.449Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:11:40.449Z] #34 42.45 Selecting previously unselected package libxml2:s390x. [2019-10-21T23:11:40.449Z] #34 42.45 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-10-21T23:11:40.449Z] #34 42.45 Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-21T23:11:40.449Z] #34 42.64 Selecting previously unselected package libarchive13:s390x. [2019-10-21T23:11:40.449Z] #34 42.64 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-10-21T23:11:40.449Z] #34 42.65 Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-10-21T23:11:40.449Z] #34 42.95 Selecting previously unselected package libjsoncpp1:s390x. [2019-10-21T23:11:40.449Z] #34 42.95 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-10-21T23:11:40.449Z] #34 42.95 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-10-21T23:11:40.449Z] #34 43.08 Selecting previously unselected package libuv1:s390x. [2019-10-21T23:11:40.449Z] #34 43.09 Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-10-21T23:11:40.449Z] #34 43.09 Unpacking libuv1:s390x (1.9.1-3) ... [2019-10-21T23:11:40.449Z] #34 43.24 Selecting previously unselected package cmake. [2019-10-21T23:11:40.449Z] #34 43.24 Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-10-21T23:11:40.449Z] #34 43.34 Unpacking cmake (3.7.2-1) ... [2019-10-21T23:11:40.449Z] #34 46.85 Selecting previously unselected package xxd. [2019-10-21T23:11:40.449Z] #34 46.85 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-21T23:11:40.449Z] #34 46.85 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:11:40.449Z] #34 46.97 Selecting previously unselected package vim-common. [2019-10-21T23:11:40.449Z] #34 46.97 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T23:11:40.449Z] #34 46.98 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:11:40.449Z] #34 47.43 Processing triggers for mime-support (3.60) ... [2019-10-21T23:11:40.449Z] #34 47.53 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:11:40.449Z] #34 47.54 Setting up libuv1:s390x (1.9.1-3) ... [2019-10-21T23:11:40.449Z] #34 47.55 Setting up cmake-data (3.7.2-1) ... [2019-10-21T23:11:40.449Z] #34 47.56 Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-10-21T23:11:40.449Z] #34 47.57 Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-21T23:11:40.449Z] #34 47.58 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:11:40.449Z] #34 47.63 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:11:40.449Z] #34 47.65 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-21T23:11:40.449Z] #34 47.66 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-10-21T23:11:40.449Z] #34 47.67 Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-10-21T23:11:40.449Z] #34 47.68 Setting up cmake (3.7.2-1) ... [2019-10-21T23:11:40.449Z] #34 47.72 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:11:40.449Z] #34 DONE 47.9s [2019-10-21T23:11:40.449Z] [2019-10-21T23:11:40.449Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:40.449Z] #27 21.31 1.2% ## 3.1% ### 5.0% #### 5.9% #### 6.8% [2019-10-21T23:11:40.449Z] #27 ... [2019-10-21T23:11:40.449Z] [2019-10-21T23:11:40.449Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:11:40.449Z] #55 9.795 + cd /tmp/tmp.V2ymgXLA0g/src/github.com/opencontainers/runc [2019-10-21T23:11:40.449Z] #55 9.795 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-21T23:11:40.449Z] #55 9.861 + '[' -z '' ']' [2019-10-21T23:11:40.449Z] #55 9.861 + target=static [2019-10-21T23:11:40.449Z] #55 9.861 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-21T23:11:40.449Z] #55 12.08 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-21T23:11:40.449Z] #55 ... [2019-10-21T23:11:40.449Z] [2019-10-21T23:11:40.449Z] #35 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:11:40.449Z] #35 DONE 0.1s [2019-10-21T23:11:40.449Z] [2019-10-21T23:11:40.449Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:40.840Z] #27 21.31 1.2% ## 3.1% ### 5.0% #### 5.9% #### 6.8% ##### 7.8% [2019-10-21T23:11:40.840Z] #27 ... [2019-10-21T23:11:40.840Z] [2019-10-21T23:11:40.840Z] #36 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-21T23:11:40.840Z] #36 DONE 0.1s [2019-10-21T23:11:40.840Z] [2019-10-21T23:11:40.840Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:41.245Z] #27 21.31 1.2% ## 3.1% ### 5.0% #### 5.9% #### 6.8% ##### 7.8% ###### 8.7% ####### 10.6% ######## 11.6% [2019-10-21T23:11:41.245Z] #27 ... [2019-10-21T23:11:41.245Z] [2019-10-21T23:11:41.245Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:11:41.245Z] #45 38.47 github.com/LK4D4/vndr/godl/singleflight [2019-10-21T23:11:41.245Z] #45 38.49 io [2019-10-21T23:11:41.245Z] #45 38.89 strconv [2019-10-21T23:11:41.245Z] #45 40.27 bytes [2019-10-21T23:11:41.245Z] #45 42.95 bufio [2019-10-21T23:11:41.245Z] #45 43.97 reflect [2019-10-21T23:11:41.245Z] #45 45.32 syscall [2019-10-21T23:11:41.245Z] #45 ... [2019-10-21T23:11:41.245Z] [2019-10-21T23:11:41.245Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:41.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-21T23:11:41.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-21T23:11:42.892Z] 65014b3c3121: Verifying Checksum [2019-10-21T23:11:42.892Z] 65014b3c3121: Download complete [2019-10-21T23:11:44.425Z] Removing intermediate container 2224d5bd2f92 [2019-10-21T23:11:44.425Z] ---> f198f69e21c5 [2019-10-21T23:11:44.425Z] Step 11/16 : ARG GOOS [2019-10-21T23:11:44.425Z] ---> Running in b7719d059592 [2019-10-21T23:11:44.425Z] Removing intermediate container b7719d059592 [2019-10-21T23:11:44.425Z] ---> 66dce024ade7 [2019-10-21T23:11:44.425Z] Step 12/16 : ARG GOARCH [2019-10-21T23:11:44.425Z] ---> Running in d5e929d91d17 [2019-10-21T23:11:44.425Z] Removing intermediate container d5e929d91d17 [2019-10-21T23:11:44.425Z] ---> 92c001ef2917 [2019-10-21T23:11:44.425Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2019-10-21T23:11:44.425Z] ---> Running in 7b837ac1c950 [2019-10-21T23:11:44.745Z] #27 21.31 1.2% ## 3.1% ### 5.0% #### 5.9% #### 6.8% ##### 7.8% ###### 8.7% ####### 10.6% ######## 11.6% ######### 12.5% ######### 13.5% ########## 14.4% ########### 15.3% ########### 16.3% ############ 17.2% ############# 18.2% ############# 19.1% ############### 21.0% ############### 22.0% ################# 23.9% ################## 25.7% ################### 27.6% #################### 28.6% ##################### 30.5% ###################### 31.4% ####################### 32.4% ######################## 34.3% ########################## 37.1% ############################ 39.0% ############################## 41.8% ############################### 43.7% ################################ 44.7% ################################## 47.5% [2019-10-21T23:11:44.745Z] #27 ... [2019-10-21T23:11:44.745Z] [2019-10-21T23:11:44.745Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:11:44.745Z] #42 1.526 Note: Building without setproctitle() and strlcpy() support. [2019-10-21T23:11:44.745Z] #42 1.527 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-21T23:11:44.745Z] #42 3.060 fatal: Not a git repository (or any of the parent directories): .git [2019-10-21T23:11:44.745Z] #42 3.073 GEN .gitid [2019-10-21T23:11:44.745Z] #42 3.079 GEN criu/include/version.h [2019-10-21T23:11:44.745Z] #42 3.128 GEN include/common/asm [2019-10-21T23:11:44.745Z] #42 4.272 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-21T23:11:44.745Z] #42 4.413 PBCC images/opts.pb-c.c [2019-10-21T23:11:44.745Z] #42 4.475 PBCC images/sit.pb-c.c [2019-10-21T23:11:44.745Z] #42 4.528 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-21T23:11:44.745Z] #42 4.649 DEP images/opts.pb-c.d [2019-10-21T23:11:44.745Z] #42 4.693 DEP images/sit.pb-c.d [2019-10-21T23:11:44.745Z] #42 4.860 PBCC images/macvlan.pb-c.c [2019-10-21T23:11:44.745Z] #42 4.905 DEP images/macvlan.pb-c.d [2019-10-21T23:11:44.745Z] #42 4.919 PBCC images/autofs.pb-c.c [2019-10-21T23:11:44.745Z] #42 4.937 DEP images/autofs.pb-c.d [2019-10-21T23:11:44.745Z] #42 4.988 PBCC images/sysctl.pb-c.c [2019-10-21T23:11:44.745Z] #42 4.995 DEP images/sysctl.pb-c.d [2019-10-21T23:11:44.745Z] #42 5.057 PBCC images/time.pb-c.c [2019-10-21T23:11:44.745Z] #42 5.077 DEP images/time.pb-c.d [2019-10-21T23:11:44.745Z] #42 5.162 PBCC images/binfmt-misc.pb-c.c [2019-10-21T23:11:44.745Z] #42 5.213 DEP images/binfmt-misc.pb-c.d [2019-10-21T23:11:44.745Z] #42 5.252 PBCC images/seccomp.pb-c.c [2019-10-21T23:11:44.745Z] #42 5.272 DEP images/seccomp.pb-c.d [2019-10-21T23:11:44.745Z] #42 5.334 PBCC images/userns.pb-c.c [2019-10-21T23:11:44.745Z] #42 5.372 DEP images/userns.pb-c.d [2019-10-21T23:11:44.745Z] #42 5.426 PBCC images/cgroup.pb-c.c [2019-10-21T23:11:44.745Z] #42 5.441 DEP images/cgroup.pb-c.d [2019-10-21T23:11:44.745Z] #42 5.480 PBCC images/fown.pb-c.c [2019-10-21T23:11:44.745Z] #42 5.502 PBCC images/ext-file.pb-c.c [2019-10-21T23:11:44.745Z] #42 5.555 DEP images/fown.pb-c.d [2019-10-21T23:11:44.745Z] #42 5.618 DEP images/ext-file.pb-c.d [2019-10-21T23:11:44.745Z] #42 5.717 PBCC images/rpc.pb-c.c [2019-10-21T23:11:44.745Z] #42 5.767 DEP images/rpc.pb-c.d [2019-10-21T23:11:44.745Z] #42 5.818 PBCC images/siginfo.pb-c.c [2019-10-21T23:11:44.745Z] #42 5.842 DEP images/siginfo.pb-c.d [2019-10-21T23:11:44.745Z] #42 5.890 PBCC images/pagemap.pb-c.c [2019-10-21T23:11:44.745Z] #42 5.941 DEP images/pagemap.pb-c.d [2019-10-21T23:11:44.745Z] #42 5.995 PBCC images/rlimit.pb-c.c [2019-10-21T23:11:44.745Z] #42 6.074 DEP images/rlimit.pb-c.d [2019-10-21T23:11:44.745Z] #42 6.150 PBCC images/file-lock.pb-c.c [2019-10-21T23:11:44.745Z] #42 6.171 DEP images/file-lock.pb-c.d [2019-10-21T23:11:44.745Z] #42 6.214 PBCC images/tty.pb-c.c [2019-10-21T23:11:44.745Z] #42 6.271 DEP images/tty.pb-c.d [2019-10-21T23:11:44.745Z] #42 6.349 PBCC images/tun.pb-c.c [2019-10-21T23:11:44.745Z] #42 6.370 PBCC images/netdev.pb-c.c [2019-10-21T23:11:44.745Z] #42 6.511 DEP images/tun.pb-c.d [2019-10-21T23:11:44.745Z] #42 6.556 DEP images/netdev.pb-c.d [2019-10-21T23:11:44.745Z] #42 6.612 PBCC images/vma.pb-c.c [2019-10-21T23:11:44.745Z] #42 6.641 DEP images/vma.pb-c.d [2019-10-21T23:11:44.745Z] #42 6.681 PBCC images/creds.pb-c.c [2019-10-21T23:11:44.745Z] #42 6.707 DEP images/creds.pb-c.d [2019-10-21T23:11:44.745Z] #42 6.775 PBCC images/utsns.pb-c.c [2019-10-21T23:11:44.745Z] #42 6.790 DEP images/utsns.pb-c.d [2019-10-21T23:11:44.745Z] #42 6.855 PBCC images/ipc-desc.pb-c.c [2019-10-21T23:11:44.745Z] #42 6.899 PBCC images/ipc-sem.pb-c.c [2019-10-21T23:11:44.745Z] #42 6.940 DEP images/ipc-desc.pb-c.d [2019-10-21T23:11:44.745Z] #42 7.109 DEP images/ipc-sem.pb-c.d [2019-10-21T23:11:44.745Z] #42 7.188 PBCC images/ipc-msg.pb-c.c [2019-10-21T23:11:44.745Z] #42 7.279 DEP images/ipc-msg.pb-c.d [2019-10-21T23:11:44.745Z] #42 7.321 PBCC images/ipc-shm.pb-c.c [2019-10-21T23:11:44.745Z] #42 7.346 DEP images/ipc-shm.pb-c.d [2019-10-21T23:11:44.745Z] #42 7.491 PBCC images/ipc-var.pb-c.c [2019-10-21T23:11:44.745Z] #42 7.510 DEP images/ipc-var.pb-c.d [2019-10-21T23:11:44.745Z] #42 7.602 PBCC images/sk-opts.pb-c.c [2019-10-21T23:11:44.745Z] #42 7.674 PBCC images/packet-sock.pb-c.c [2019-10-21T23:11:44.745Z] #42 7.775 DEP images/sk-opts.pb-c.d [2019-10-21T23:11:44.745Z] #42 7.826 DEP images/packet-sock.pb-c.d [2019-10-21T23:11:44.745Z] #42 7.908 PBCC images/sk-netlink.pb-c.c [2019-10-21T23:11:44.745Z] #42 8.038 DEP images/sk-netlink.pb-c.d [2019-10-21T23:11:44.745Z] #42 8.142 PBCC images/sk-inet.pb-c.c [2019-10-21T23:11:44.745Z] #42 8.168 DEP images/sk-inet.pb-c.d [2019-10-21T23:11:44.745Z] #42 8.237 PBCC images/sk-unix.pb-c.c [2019-10-21T23:11:44.745Z] #42 8.333 DEP images/sk-unix.pb-c.d [2019-10-21T23:11:44.745Z] #42 8.396 PBCC images/mm.pb-c.c [2019-10-21T23:11:44.745Z] #42 8.453 DEP images/mm.pb-c.d [2019-10-21T23:11:44.745Z] #42 8.504 PBCC images/timerfd.pb-c.c [2019-10-21T23:11:44.745Z] #42 8.529 DEP images/timerfd.pb-c.d [2019-10-21T23:11:44.745Z] #42 8.605 PBCC images/timer.pb-c.c [2019-10-21T23:11:44.745Z] #42 8.628 DEP images/timer.pb-c.d [2019-10-21T23:11:44.745Z] #42 8.704 PBCC images/sa.pb-c.c [2019-10-21T23:11:44.745Z] #42 8.758 DEP images/sa.pb-c.d [2019-10-21T23:11:44.745Z] #42 8.777 PBCC images/pipe-data.pb-c.c [2019-10-21T23:11:44.745Z] #42 8.804 DEP images/pipe-data.pb-c.d [2019-10-21T23:11:44.745Z] #42 8.841 PBCC images/mnt.pb-c.c [2019-10-21T23:11:44.745Z] #42 8.880 DEP images/mnt.pb-c.d [2019-10-21T23:11:44.745Z] #42 8.936 PBCC images/sk-packet.pb-c.c [2019-10-21T23:11:44.745Z] #42 8.949 DEP images/sk-packet.pb-c.d [2019-10-21T23:11:44.745Z] #42 8.994 PBCC images/tcp-stream.pb-c.c [2019-10-21T23:11:44.745Z] #42 9.043 DEP images/tcp-stream.pb-c.d [2019-10-21T23:11:44.745Z] #42 9.101 PBCC images/pipe.pb-c.c [2019-10-21T23:11:44.745Z] #42 9.116 DEP images/pipe.pb-c.d [2019-10-21T23:11:44.745Z] #42 9.177 PBCC images/pstree.pb-c.c [2019-10-21T23:11:44.745Z] #42 9.200 DEP images/pstree.pb-c.d [2019-10-21T23:11:44.745Z] #42 9.255 PBCC images/fs.pb-c.c [2019-10-21T23:11:44.745Z] #42 9.263 DEP images/fs.pb-c.d [2019-10-21T23:11:44.745Z] #42 9.298 PBCC images/signalfd.pb-c.c [2019-10-21T23:11:44.746Z] #42 9.316 DEP images/signalfd.pb-c.d [2019-10-21T23:11:44.746Z] #42 9.392 PBCC images/fh.pb-c.c [2019-10-21T23:11:44.746Z] #42 9.437 PBCC images/fsnotify.pb-c.c [2019-10-21T23:11:44.746Z] #42 9.494 DEP images/fh.pb-c.d [2019-10-21T23:11:44.746Z] #42 9.598 DEP images/fsnotify.pb-c.d [2019-10-21T23:11:44.746Z] #42 9.621 PBCC images/eventpoll.pb-c.c [2019-10-21T23:11:44.746Z] #42 9.702 DEP images/eventpoll.pb-c.d [2019-10-21T23:11:44.746Z] #42 9.738 PBCC images/eventfd.pb-c.c [2019-10-21T23:11:44.746Z] #42 9.792 DEP images/eventfd.pb-c.d [2019-10-21T23:11:44.746Z] #42 9.915 PBCC images/remap-file-path.pb-c.c [2019-10-21T23:11:44.746Z] #42 9.933 DEP images/remap-file-path.pb-c.d [2019-10-21T23:11:44.746Z] #42 10.00 PBCC images/fifo.pb-c.c [2019-10-21T23:11:44.746Z] #42 10.06 DEP images/fifo.pb-c.d [2019-10-21T23:11:44.746Z] #42 10.11 PBCC images/ghost-file.pb-c.c [2019-10-21T23:11:44.746Z] #42 10.14 DEP images/ghost-file.pb-c.d [2019-10-21T23:11:44.746Z] #42 10.18 PBCC images/regfile.pb-c.c [2019-10-21T23:11:44.746Z] #42 ... [2019-10-21T23:11:44.746Z] [2019-10-21T23:11:44.746Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:46.900Z] #27 21.31 1.2% ## 3.1% ### 5.0% #### 5.9% #### 6.8% ##### 7.8% ###### 8.7% ####### 10.6% ######## 11.6% ######### 12.5% ######### 13.5% ########## 14.4% ########### 15.3% ########### 16.3% ############ 17.2% ############# 18.2% ############# 19.1% ############### 21.0% ############### 22.0% ################# 23.9% ################## 25.7% ################### 27.6% #################### 28.6% ##################### 30.5% ###################### 31.4% ####################### 32.4% ######################## 34.3% ########################## 37.1% ############################ 39.0% ############################## 41.8% ############################### 43.7% ################################ 44.7% ################################## 47.5% ################################### 49.4% #################################### 51.3% ###################################### 53.2% ###################################### 54.1% ######################################## 56.0% ######################################### 57.0% ########################################## 58.8% ########################################### 60.7% ############################################# 62.6% ############################################### 65.5% ################################################## 70.2% ################################################### 72.1% ##################################################### 74.0% ###################################################### 75.9% ####################################################### 76.8% [2019-10-21T23:11:46.900Z] #27 ... [2019-10-21T23:11:46.900Z] [2019-10-21T23:11:46.900Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:11:46.900Z] #18 13.81 Fetched 7670 kB in 13s (576 kB/s) [2019-10-21T23:11:46.900Z] #18 13.81 Reading package lists... [2019-10-21T23:11:46.900Z] #18 19.24 Reading package lists... [2019-10-21T23:11:46.900Z] #18 ... [2019-10-21T23:11:46.900Z] [2019-10-21T23:11:46.900Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:48.085Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-21T23:11:49.102Z] #27 21.31 1.2% ## 3.1% ### 5.0% #### 5.9% #### 6.8% ##### 7.8% ###### 8.7% ####### 10.6% ######## 11.6% ######### 12.5% ######### 13.5% ########## 14.4% ########### 15.3% ########### 16.3% ############ 17.2% ############# 18.2% ############# 19.1% ############### 21.0% ############### 22.0% ################# 23.9% ################## 25.7% ################### 27.6% #################### 28.6% ##################### 30.5% ###################### 31.4% ####################### 32.4% ######################## 34.3% ########################## 37.1% ############################ 39.0% ############################## 41.8% ############################### 43.7% ################################ 44.7% ################################## 47.5% ################################### 49.4% #################################### 51.3% ###################################### 53.2% ###################################### 54.1% ######################################## 56.0% ######################################### 57.0% ########################################## 58.8% ########################################### 60.7% ############################################# 62.6% ############################################### 65.5% ################################################## 70.2% ################################################### 72.1% ##################################################### 74.0% ###################################################### 75.9% ####################################################### 76.8% ######################################################## 78.7% ######################################################### 79.6% ########################################################## 80.6% ########################################################## 81.5% ########################################################### 82.5% ############################################################ 83.4% ############################################################ 84.4% ############################################################# 85.3% ############################################################## 86.3% ############################################################### 88.1% ################################################################ 90.0% ################################################################## 91.9% ################################################################## 92.9% [2019-10-21T23:11:49.102Z] #27 ... [2019-10-21T23:11:49.102Z] [2019-10-21T23:11:49.102Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:11:49.102Z] #37 0.263 + RM_GOPATH=0 [2019-10-21T23:11:49.102Z] #37 0.263 + TMP_GOPATH= [2019-10-21T23:11:49.102Z] #37 0.263 + : /build [2019-10-21T23:11:49.102Z] #37 0.263 + '[' -z '' ']' [2019-10-21T23:11:49.102Z] #37 0.264 ++ mktemp -d [2019-10-21T23:11:49.102Z] #37 0.266 + export GOPATH=/tmp/tmp.pKzZPrl3CF [2019-10-21T23:11:49.102Z] #37 0.267 + GOPATH=/tmp/tmp.pKzZPrl3CF [2019-10-21T23:11:49.102Z] #37 0.267 + RM_GOPATH=1 [2019-10-21T23:11:49.102Z] #37 0.267 ++ dirname ./install.sh [2019-10-21T23:11:49.102Z] #37 0.269 + dir=. [2019-10-21T23:11:49.102Z] #37 0.269 + bin=tini [2019-10-21T23:11:49.102Z] #37 0.269 + shift [2019-10-21T23:11:49.102Z] #37 0.269 + '[' '!' -f ./tini.installer ']' [2019-10-21T23:11:49.102Z] #37 0.270 + . ./tini.installer [2019-10-21T23:11:49.102Z] #37 0.270 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T23:11:49.102Z] #37 0.270 + install_tini [2019-10-21T23:11:49.102Z] #37 0.270 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-21T23:11:49.102Z] #37 0.270 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T23:11:49.102Z] #37 0.271 + git clone https://github.com/krallin/tini.git /tmp/tmp.pKzZPrl3CF/tini [2019-10-21T23:11:49.102Z] #37 0.273 Cloning into '/tmp/tmp.pKzZPrl3CF/tini'... [2019-10-21T23:11:49.102Z] #37 1.410 + cd /tmp/tmp.pKzZPrl3CF/tini [2019-10-21T23:11:49.102Z] #37 1.410 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T23:11:49.102Z] #37 1.425 + cmake . [2019-10-21T23:11:49.102Z] #37 2.198 -- The C compiler identification is GNU 6.3.0 [2019-10-21T23:11:49.102Z] #37 2.213 -- Check for working C compiler: /usr/bin/cc [2019-10-21T23:11:49.102Z] #37 2.948 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-21T23:11:49.102Z] #37 2.949 -- Detecting C compiler ABI info [2019-10-21T23:11:49.102Z] #37 3.410 -- Detecting C compiler ABI info - done [2019-10-21T23:11:49.102Z] #37 3.474 -- Detecting C compile features [2019-10-21T23:11:49.102Z] #37 4.948 -- Detecting C compile features - done [2019-10-21T23:11:49.102Z] #37 4.967 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-21T23:11:49.102Z] #37 5.207 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-21T23:11:49.102Z] #37 5.356 -- Configuring done [2019-10-21T23:11:49.102Z] #37 5.365 -- Generating done [2019-10-21T23:11:49.102Z] #37 5.396 -- Build files have been written to: /tmp/tmp.pKzZPrl3CF/tini [2019-10-21T23:11:49.102Z] #37 5.419 + make tini-static [2019-10-21T23:11:49.102Z] #37 5.824 Scanning dependencies of target tini-static [2019-10-21T23:11:49.102Z] #37 5.927 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-21T23:11:49.102Z] #37 8.009 [100%] Linking C executable tini-static [2019-10-21T23:11:49.102Z] #37 8.448 [100%] Built target tini-static [2019-10-21T23:11:49.102Z] #37 8.518 + mkdir -p /build [2019-10-21T23:11:49.102Z] #37 8.519 + cp tini-static /build/docker-init [2019-10-21T23:11:49.102Z] #37 DONE 8.6s [2019-10-21T23:11:49.102Z] [2019-10-21T23:11:49.102Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:50.326Z] #27 21.31 1.2% ## 3.1% ### 5.0% #### 5.9% #### 6.8% ##### 7.8% ###### 8.7% ####### 10.6% ######## 11.6% ######### 12.5% ######### 13.5% ########## 14.4% ########### 15.3% ########### 16.3% ############ 17.2% ############# 18.2% ############# 19.1% ############### 21.0% ############### 22.0% ################# 23.9% ################## 25.7% ################### 27.6% #################### 28.6% ##################### 30.5% ###################### 31.4% ####################### 32.4% ######################## 34.3% ########################## 37.1% ############################ 39.0% ############################## 41.8% ############################### 43.7% ################################ 44.7% ################################## 47.5% ################################### 49.4% #################################### 51.3% ###################################### 53.2% ###################################### 54.1% ######################################## 56.0% ######################################### 57.0% ########################################## 58.8% ########################################### 60.7% ############################################# 62.6% ############################################### 65.5% ################################################## 70.2% ################################################### 72.1% ##################################################### 74.0% ###################################################### 75.9% ####################################################### 76.8% ######################################################## 78.7% ######################################################### 79.6% ########################################################## 80.6% ########################################################## 81.5% ########################################################### 82.5% ############################################################ 83.4% ############################################################ 84.4% ############################################################# 85.3% ############################################################## 86.3% ############################################################### 88.1% ################################################################ 90.0% ################################################################## 91.9% ################################################################## 92.9% #################################################################### 94.8% #################################################################### 95.7% ##################################################################### 96.7% ###################################################################### 97.6% ###################################################################### 98.6% ####################################################################### 99.5% ######################################################################## 100.0% [2019-10-21T23:11:50.326Z] #27 31.75 [2019-10-21T23:11:51.728Z] #27 33.35 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-21T23:11:52.146Z] #27 33.80 [2019-10-21T23:11:52.601Z] #27 34.22 ######################################################################## 100.0% [2019-10-21T23:11:52.602Z] #27 34.31 [2019-10-21T23:11:53.779Z] #27 ... [2019-10-21T23:11:53.779Z] [2019-10-21T23:11:53.779Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:11:53.779Z] #32 51.24 time [2019-10-21T23:11:53.779Z] #32 59.20 internal/poll [2019-10-21T23:11:54.199Z] #32 ... [2019-10-21T23:11:54.199Z] [2019-10-21T23:11:54.199Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:11:54.199Z] #42 10.26 DEP images/regfile.pb-c.d [2019-10-21T23:11:54.199Z] #42 10.33 PBCC images/ns.pb-c.c [2019-10-21T23:11:54.199Z] #42 10.37 DEP images/ns.pb-c.d [2019-10-21T23:11:54.199Z] #42 10.46 PBCC images/fdinfo.pb-c.c [2019-10-21T23:11:54.199Z] #42 10.53 DEP images/fdinfo.pb-c.d [2019-10-21T23:11:54.199Z] #42 10.55 PBCC images/core-aarch64.pb-c.c [2019-10-21T23:11:54.199Z] #42 10.60 PBCC images/core-arm.pb-c.c [2019-10-21T23:11:54.199Z] #42 10.63 PBCC images/core-ppc64.pb-c.c [2019-10-21T23:11:54.199Z] #42 10.72 PBCC images/core-s390.pb-c.c [2019-10-21T23:11:54.199Z] #42 10.73 PBCC images/core-x86.pb-c.c [2019-10-21T23:11:54.199Z] #42 10.82 PBCC images/core.pb-c.c [2019-10-21T23:11:54.199Z] #42 10.85 PBCC images/inventory.pb-c.c [2019-10-21T23:11:54.199Z] #42 10.96 DEP images/core-aarch64.pb-c.d [2019-10-21T23:11:54.199Z] #42 11.01 DEP images/core-arm.pb-c.d [2019-10-21T23:11:54.199Z] #42 11.11 DEP images/core-ppc64.pb-c.d [2019-10-21T23:11:54.199Z] #42 11.21 DEP images/core-s390.pb-c.d [2019-10-21T23:11:54.199Z] #42 11.23 DEP images/core-x86.pb-c.d [2019-10-21T23:11:54.199Z] #42 11.29 DEP images/core.pb-c.d [2019-10-21T23:11:54.199Z] #42 11.36 DEP images/inventory.pb-c.d [2019-10-21T23:11:54.199Z] #42 11.39 PBCC images/cpuinfo.pb-c.c [2019-10-21T23:11:54.199Z] #42 11.40 DEP images/cpuinfo.pb-c.d [2019-10-21T23:11:54.199Z] #42 11.48 PBCC images/stats.pb-c.c [2019-10-21T23:11:54.199Z] #42 11.56 DEP images/stats.pb-c.d [2019-10-21T23:11:54.199Z] #42 13.42 make[1]: Nothing to be done for 'all'. [2019-10-21T23:11:54.199Z] #42 14.83 CC images/stats.o [2019-10-21T23:11:54.199Z] #42 15.60 CC images/core.o [2019-10-21T23:11:54.199Z] #42 16.15 CC images/core-x86.o [2019-10-21T23:11:54.199Z] #42 16.53 CC images/core-arm.o [2019-10-21T23:11:54.199Z] #42 16.89 CC images/core-aarch64.o [2019-10-21T23:11:54.199Z] #42 17.16 CC images/core-ppc64.o [2019-10-21T23:11:54.199Z] #42 17.62 CC images/core-s390.o [2019-10-21T23:11:54.199Z] #42 18.50 CC images/cpuinfo.o [2019-10-21T23:11:54.199Z] #42 19.11 CC images/inventory.o [2019-10-21T23:11:54.199Z] #42 19.48 CC images/fdinfo.o [2019-10-21T23:11:54.199Z] #42 ... [2019-10-21T23:11:54.199Z] [2019-10-21T23:11:54.199Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:54.199Z] #27 35.85 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-21T23:11:55.047Z] #27 36.41 [2019-10-21T23:11:55.047Z] #27 36.72 ################################################# 68.5% ######################################################################## 100.0% [2019-10-21T23:11:55.471Z] #27 36.93 [2019-10-21T23:11:56.832Z] #27 38.46 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-21T23:11:56.832Z] #27 38.52 skipping existing b63cc5f62c21 [2019-10-21T23:11:57.130Z] INFO [runner] Issues before processing: 2317, after processing: 0 [2019-10-21T23:11:57.130Z] INFO [runner] Processors filtering stat (out/in): cgo: 1712/2317, exclude-rules: 63/1615, skip_dirs: 1712/1712, autogenerated_exclude: 1615/1712, exclude: 1615/1615, nolint: 0/63, path_prettifier: 1712/1712, skip_files: 1712/1712, identifier_marker: 1615/1615, filename_unadjuster: 1712/1712 [2019-10-21T23:11:57.130Z] INFO [runner] processing took 142.84642ms with stages: nolint: 52.142916ms, identifier_marker: 49.960468ms, path_prettifier: 13.650574ms, exclude-rules: 8.888753ms, autogenerated_exclude: 7.217425ms, cgo: 5.198084ms, skip_dirs: 4.257595ms, filename_unadjuster: 1.524554ms, max_same_issues: 1.649µs, uniq_by_line: 935ns, diff: 618ns, source_code: 581ns, max_from_linter: 565ns, skip_files: 493ns, exclude: 491ns, path_shortener: 412ns, max_per_file_from_linter: 307ns [2019-10-21T23:11:57.130Z] INFO [runner] linters took 1m34.938783679s with stages: goanalysis_metalinter: 1m17.80668813s, unused: 16.988388113s [2019-10-21T23:11:57.130Z] INFO File cache stats: 1442 entries of total size 6.8MiB [2019-10-21T23:11:57.130Z] INFO Memory: 1530 samples, avg is 244.8MB, max is 3029.2MB [2019-10-21T23:11:57.130Z] INFO Execution took 3m25.088031486s [2019-10-21T23:11:57.130Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-10-21T23:11:57.130Z] No api/types/ or api/swagger.yaml changes in diff. [2019-10-21T23:11:57.130Z] Congratulations! All toml source files changed here have valid syntax. [2019-10-21T23:11:57.130Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-10-21T23:11:57.130Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-10-21T23:11:57.277Z] #27 38.62 [2019-10-21T23:11:57.277Z] #27 ... [2019-10-21T23:11:57.277Z] [2019-10-21T23:11:57.277Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:11:57.277Z] #18 19.24 Reading package lists... [2019-10-21T23:11:57.277Z] #18 24.59 Building dependency tree... [2019-10-21T23:11:57.277Z] #18 26.49 The following additional packages will be installed: [2019-10-21T23:11:57.277Z] #18 26.49 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-21T23:11:57.277Z] #18 26.49 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-21T23:11:57.277Z] #18 26.49 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-21T23:11:57.277Z] #18 26.49 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-21T23:11:57.277Z] #18 26.49 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-21T23:11:57.277Z] #18 26.49 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-21T23:11:57.277Z] #18 26.49 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-21T23:11:57.277Z] #18 26.50 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-21T23:11:57.277Z] #18 26.50 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-21T23:11:57.277Z] #18 26.53 Suggested packages: [2019-10-21T23:11:57.277Z] #18 26.53 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-21T23:11:57.277Z] #18 26.53 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-21T23:11:57.277Z] #18 26.53 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-21T23:11:57.277Z] #18 26.53 vim-doc vim-scripts xfsdump acl attr quota [2019-10-21T23:11:57.277Z] #18 26.53 Recommended packages: [2019-10-21T23:11:57.277Z] #18 26.53 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-21T23:11:57.277Z] #18 26.53 python3-keyrings.alt python3-xdg unzip [2019-10-21T23:11:57.277Z] #18 31.85 The following NEW packages will be installed: [2019-10-21T23:11:57.277Z] #18 31.85 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-21T23:11:57.277Z] #18 31.85 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-21T23:11:57.277Z] #18 31.85 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-21T23:11:57.277Z] #18 31.86 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-21T23:11:57.277Z] #18 31.86 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-21T23:11:57.277Z] #18 31.86 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-21T23:11:57.277Z] #18 31.86 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-21T23:11:57.277Z] #18 31.86 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-21T23:11:57.277Z] #18 31.86 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-21T23:11:57.277Z] #18 31.86 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-21T23:11:57.277Z] #18 31.86 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-21T23:11:57.277Z] #18 31.86 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-21T23:11:57.277Z] #18 31.86 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-21T23:11:57.277Z] #18 31.86 xfsprogs xxd xz-utils zip [2019-10-21T23:11:57.277Z] #18 31.99 0 upgraded, 69 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T23:11:57.277Z] #18 31.99 Need to get 88.2 MB of archives. [2019-10-21T23:11:57.277Z] #18 31.99 After this operation, 565 MB of additional disk space will be used. [2019-10-21T23:11:57.277Z] #18 31.99 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-10-21T23:11:57.277Z] #18 32.03 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-10-21T23:11:57.277Z] #18 32.03 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-10-21T23:11:57.277Z] #18 32.03 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-10-21T23:11:57.277Z] #18 32.04 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-10-21T23:11:57.277Z] #18 32.04 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-21T23:11:57.277Z] #18 32.07 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-21T23:11:57.277Z] #18 32.19 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-10-21T23:11:57.277Z] #18 32.19 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-10-21T23:11:57.277Z] #18 32.19 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-21T23:11:57.277Z] #18 32.31 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-10-21T23:11:57.277Z] #18 32.33 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-10-21T23:11:57.277Z] #18 32.33 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-10-21T23:11:57.277Z] #18 32.34 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-10-21T23:11:57.277Z] #18 32.34 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-10-21T23:11:57.277Z] #18 32.35 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-21T23:11:57.277Z] #18 32.35 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-10-21T23:11:57.277Z] #18 32.35 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-10-21T23:11:57.277Z] #18 32.36 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-10-21T23:11:57.277Z] #18 32.37 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-10-21T23:11:57.277Z] #18 32.37 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-10-21T23:11:57.277Z] #18 32.42 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-21T23:11:57.277Z] #18 32.43 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-21T23:11:57.277Z] #18 32.45 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-10-21T23:11:57.277Z] #18 32.47 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-21T23:11:57.277Z] #18 32.48 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-21T23:11:57.277Z] #18 32.50 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-10-21T23:11:57.277Z] #18 32.50 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-21T23:11:57.277Z] #18 32.53 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-10-21T23:11:57.277Z] #18 32.55 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-10-21T23:11:57.277Z] #18 32.55 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-21T23:11:57.277Z] #18 32.55 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-10-21T23:11:57.277Z] #18 32.55 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-10-21T23:11:57.277Z] #18 32.56 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-10-21T23:11:57.277Z] #18 32.57 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-10-21T23:11:57.277Z] #18 32.57 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-10-21T23:11:57.277Z] #18 32.57 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-10-21T23:11:57.277Z] #18 32.57 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-21T23:11:57.277Z] #18 32.57 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-10-21T23:11:57.277Z] #18 32.57 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-10-21T23:11:57.277Z] #18 32.62 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-10-21T23:11:57.277Z] #18 32.63 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-10-21T23:11:57.277Z] #18 32.65 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-10-21T23:11:57.277Z] #18 32.68 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-21T23:11:57.277Z] #18 32.68 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-21T23:11:57.277Z] #18 32.68 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-10-21T23:11:57.277Z] #18 32.68 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-10-21T23:11:57.277Z] #18 32.71 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-10-21T23:11:57.277Z] #18 32.84 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-10-21T23:11:57.277Z] #18 32.87 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-21T23:11:57.277Z] #18 32.95 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-21T23:11:57.277Z] #18 32.98 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-21T23:11:57.277Z] #18 32.98 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-10-21T23:11:57.277Z] #18 33.00 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-21T23:11:57.277Z] #18 33.00 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-21T23:11:57.277Z] #18 33.02 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-21T23:11:57.277Z] #18 33.33 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-10-21T23:11:57.277Z] #18 33.38 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-10-21T23:11:57.277Z] #18 33.42 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-10-21T23:11:57.277Z] #18 33.43 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-21T23:11:57.277Z] #18 33.44 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-10-21T23:11:57.277Z] #18 33.49 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-21T23:11:57.277Z] #18 33.62 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-21T23:11:57.277Z] #18 33.81 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-21T23:11:57.277Z] #18 33.83 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-21T23:11:57.277Z] #18 34.10 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-21T23:11:57.277Z] #18 34.30 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-21T23:11:57.277Z] #18 34.31 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-21T23:11:57.460Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40089/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 hack/make.sh dynbinary-daemon test-docker-py [2019-10-21T23:11:58.024Z] [2019-10-21T23:11:58.281Z] Removing bundles/ [2019-10-21T23:11:58.281Z] [2019-10-21T23:11:58.281Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-21T23:11:58.281Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T23:11:58.281Z] GOOS="" GOARCH="" GOARM="" [2019-10-21T23:11:58.741Z] #18 ... [2019-10-21T23:11:58.741Z] [2019-10-21T23:11:58.741Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:58.741Z] #27 40.11 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-21T23:11:59.172Z] #27 ... [2019-10-21T23:11:59.172Z] [2019-10-21T23:11:59.172Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:11:59.172Z] #45 56.46 time [2019-10-21T23:11:59.172Z] #45 62.05 internal/fmtsort [2019-10-21T23:11:59.172Z] #45 62.63 strings [2019-10-21T23:11:59.172Z] #45 63.99 os [2019-10-21T23:11:59.172Z] #45 66.00 regexp/syntax [2019-10-21T23:11:59.172Z] #45 ... [2019-10-21T23:11:59.172Z] [2019-10-21T23:11:59.172Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:11:59.172Z] #27 40.97 [2019-10-21T23:11:59.583Z] #27 41.25 ######################################################################## 100.0% [2019-10-21T23:11:59.583Z] #27 41.35 [2019-10-21T23:11:59.583Z] #27 41.39 Download of images into '/build' complete. [2019-10-21T23:12:00.007Z] #27 41.39 Use something like the following to load the result into a Docker daemon: [2019-10-21T23:12:00.007Z] #27 41.39 tar -cC '/build' . | docker load [2019-10-21T23:12:00.007Z] #27 DONE 41.6s [2019-10-21T23:12:00.007Z] [2019-10-21T23:12:00.007Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:12:00.007Z] #18 36.83 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-21T23:12:02.002Z] #18 39.11 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T23:12:02.410Z] #18 39.22 Fetched 88.2 MB in 6s (13.6 MB/s) [2019-10-21T23:12:02.410Z] #18 39.31 Selecting previously unselected package bash-completion. [2019-10-21T23:12:02.410Z] #18 39.31 (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-21T23:12:02.410Z] #18 39.34 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-21T23:12:02.818Z] #18 ... [2019-10-21T23:12:02.818Z] [2019-10-21T23:12:02.818Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:12:02.818Z] #60 31.71 + cd /tmp/tmp.HaqGrTHsda/src/github.com/containerd/containerd [2019-10-21T23:12:02.818Z] #60 31.71 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T23:12:02.818Z] #60 32.51 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-21T23:12:02.818Z] #60 32.51 + BUILDTAGS='netgo osusergo static_build' [2019-10-21T23:12:02.818Z] #60 32.51 + export EXTRA_FLAGS=-buildmode=pie [2019-10-21T23:12:02.818Z] #60 32.51 + EXTRA_FLAGS=-buildmode=pie [2019-10-21T23:12:02.818Z] #60 32.51 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-21T23:12:02.818Z] #60 32.51 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-21T23:12:02.818Z] #60 32.51 + '[' '' = dynamic ']' [2019-10-21T23:12:02.818Z] #60 32.51 + make [2019-10-21T23:12:02.818Z] #60 33.67 + bin/ctr [2019-10-21T23:12:03.231Z] #60 ... [2019-10-21T23:12:03.231Z] [2019-10-21T23:12:03.231Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:12:03.231Z] #42 19.79 CC images/fown.o [2019-10-21T23:12:03.231Z] #42 19.98 CC images/ns.o [2019-10-21T23:12:03.231Z] #42 20.22 CC images/regfile.o [2019-10-21T23:12:03.231Z] #42 20.39 CC images/ghost-file.o [2019-10-21T23:12:03.231Z] #42 20.71 CC images/fifo.o [2019-10-21T23:12:03.231Z] #42 20.92 CC images/remap-file-path.o [2019-10-21T23:12:03.231Z] #42 21.10 CC images/eventfd.o [2019-10-21T23:12:03.231Z] #42 21.29 CC images/eventpoll.o [2019-10-21T23:12:03.231Z] #42 21.63 CC images/fh.o [2019-10-21T23:12:03.231Z] #42 21.91 CC images/fsnotify.o [2019-10-21T23:12:03.231Z] #42 22.39 CC images/signalfd.o [2019-10-21T23:12:03.231Z] #42 22.61 CC images/fs.o [2019-10-21T23:12:03.231Z] #42 22.77 CC images/pstree.o [2019-10-21T23:12:03.231Z] #42 22.99 CC images/pipe.o [2019-10-21T23:12:03.231Z] #42 23.23 CC images/tcp-stream.o [2019-10-21T23:12:03.231Z] #42 23.54 CC images/sk-packet.o [2019-10-21T23:12:03.231Z] #42 23.79 CC images/mnt.o [2019-10-21T23:12:03.231Z] #42 24.28 CC images/pipe-data.o [2019-10-21T23:12:03.231Z] #42 24.63 CC images/sa.o [2019-10-21T23:12:03.231Z] #42 24.88 CC images/timer.o [2019-10-21T23:12:03.231Z] #42 25.38 CC images/timerfd.o [2019-10-21T23:12:03.231Z] #42 25.64 CC images/mm.o [2019-10-21T23:12:03.231Z] #42 26.32 CC images/sk-opts.o [2019-10-21T23:12:03.231Z] #42 26.49 CC images/sk-unix.o [2019-10-21T23:12:03.231Z] #42 26.73 CC images/sk-inet.o [2019-10-21T23:12:03.231Z] #42 27.02 CC images/tun.o [2019-10-21T23:12:03.231Z] #42 27.23 CC images/sk-netlink.o [2019-10-21T23:12:03.231Z] #42 27.38 CC images/packet-sock.o [2019-10-21T23:12:03.231Z] #42 27.72 CC images/ipc-var.o [2019-10-21T23:12:03.231Z] #42 27.88 CC images/ipc-desc.o [2019-10-21T23:12:03.231Z] #42 28.08 CC images/ipc-shm.o [2019-10-21T23:12:03.231Z] #42 28.23 CC images/ipc-msg.o [2019-10-21T23:12:03.231Z] #42 28.49 CC images/ipc-sem.o [2019-10-21T23:12:03.628Z] #42 28.66 CC images/utsns.o [2019-10-21T23:12:03.628Z] #42 28.84 CC images/creds.o [2019-10-21T23:12:03.628Z] #42 29.04 CC images/vma.o [2019-10-21T23:12:04.030Z] #42 29.23 CC images/netdev.o [2019-10-21T23:12:04.553Z] #42 29.60 CC images/tty.o [2019-10-21T23:12:04.553Z] #42 ... [2019-10-21T23:12:04.553Z] [2019-10-21T23:12:04.553Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:12:04.553Z] #32 61.83 internal/fmtsort [2019-10-21T23:12:04.553Z] #32 62.05 internal/syscall/unix [2019-10-21T23:12:04.553Z] #32 62.47 os [2019-10-21T23:12:04.553Z] #32 62.68 strings [2019-10-21T23:12:04.553Z] #32 66.55 path [2019-10-21T23:12:04.553Z] #32 66.99 fmt [2019-10-21T23:12:04.553Z] #32 68.08 path/filepath [2019-10-21T23:12:04.553Z] #32 69.72 io/ioutil [2019-10-21T23:12:04.553Z] #32 70.29 text/tabwriter [2019-10-21T23:12:05.222Z] #32 72.16 flag [2019-10-21T23:12:05.222Z] #32 72.17 github.com/BurntSushi/toml [2019-10-21T23:12:05.222Z] #32 ... [2019-10-21T23:12:05.222Z] [2019-10-21T23:12:05.222Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:12:05.222Z] #42 30.49 CC images/file-lock.o [2019-10-21T23:12:05.653Z] #42 30.70 CC images/rlimit.o [2019-10-21T23:12:05.653Z] #42 30.89 CC images/pagemap.o [2019-10-21T23:12:05.653Z] #42 31.12 CC images/siginfo.o [2019-10-21T23:12:06.057Z] #42 31.36 CC images/rpc.o [2019-10-21T23:12:06.921Z] #42 32.24 CC images/ext-file.o [2019-10-21T23:12:06.921Z] #42 32.35 CC images/cgroup.o [2019-10-21T23:12:07.763Z] #42 32.91 CC images/userns.o [2019-10-21T23:12:07.763Z] #42 33.09 CC images/google/protobuf/descriptor.o [2019-10-21T23:12:09.144Z] #42 34.24 CC images/opts.o [2019-10-21T23:12:09.144Z] #42 34.44 CC images/seccomp.o [2019-10-21T23:12:09.557Z] #42 34.65 CC images/binfmt-misc.o [2019-10-21T23:12:09.557Z] #42 34.93 CC images/time.o [2019-10-21T23:12:10.009Z] #42 35.34 CC images/sysctl.o [2019-10-21T23:12:10.577Z] #42 35.59 CC images/autofs.o [2019-10-21T23:12:10.577Z] #42 35.82 CC images/macvlan.o [2019-10-21T23:12:11.153Z] #42 36.17 CC images/sit.o [2019-10-21T23:12:11.153Z] #42 36.68 LINK images/built-in.o [2019-10-21T23:12:11.577Z] #42 36.85 GEN compel/include/asm [2019-10-21T23:12:11.577Z] #42 36.86 GEN compel/include/version.h [2019-10-21T23:12:11.577Z] #42 36.87 touch .config [2019-10-21T23:12:11.577Z] #42 36.87 GEN include/common/config.h [2019-10-21T23:12:11.577Z] #42 36.94 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-10-21T23:12:11.577Z] #42 36.99 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-21T23:12:11.577Z] #42 37.02 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-21T23:12:11.577Z] #42 37.04 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-10-21T23:12:11.577Z] #42 ... [2019-10-21T23:12:11.577Z] [2019-10-21T23:12:11.577Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:12:11.577Z] #45 69.01 fmt [2019-10-21T23:12:11.577Z] #45 71.65 regexp [2019-10-21T23:12:11.577Z] #45 74.16 flag [2019-10-21T23:12:11.577Z] #45 75.88 go/token [2019-10-21T23:12:11.577Z] #45 76.16 internal/lazyregexp [2019-10-21T23:12:11.577Z] #45 76.48 net/url [2019-10-21T23:12:11.577Z] #45 77.29 go/scanner [2019-10-21T23:12:11.577Z] #45 78.94 text/template/parse [2019-10-21T23:12:11.969Z] #45 ... [2019-10-21T23:12:11.969Z] [2019-10-21T23:12:11.969Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:12:11.969Z] #42 37.06 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-10-21T23:12:11.969Z] #42 37.12 DEP compel/arch/s390/plugins/std/parasite-head.d [2019-10-21T23:12:11.969Z] #42 37.14 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-21T23:12:11.969Z] #42 37.16 DEP compel/plugins/std/infect.d [2019-10-21T23:12:11.969Z] #42 37.33 DEP compel/plugins/std/string.d [2019-10-21T23:12:11.969Z] #42 37.39 DEP compel/plugins/std/log.d [2019-10-21T23:12:12.370Z] #42 37.50 DEP compel/plugins/std/fds.d [2019-10-21T23:12:12.370Z] #42 37.66 DEP compel/plugins/std/std.d [2019-10-21T23:12:12.370Z] #42 37.75 DEP compel/plugins/shmem/shmem.d [2019-10-21T23:12:12.370Z] #42 37.85 DEP compel/plugins/fds/fds.d [2019-10-21T23:12:12.790Z] #42 38.00 CC compel/plugins/std/std.o [2019-10-21T23:12:13.185Z] #42 38.43 CC compel/plugins/std/fds.o [2019-10-21T23:12:13.587Z] #42 38.89 CC compel/plugins/std/log.o [2019-10-21T23:12:14.428Z] #42 39.84 CC compel/plugins/std/string.o [2019-10-21T23:12:14.847Z] #42 ... [2019-10-21T23:12:14.847Z] [2019-10-21T23:12:14.848Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:12:14.848Z] #32 74.48 log [2019-10-21T23:12:14.848Z] #32 77.21 github.com/BurntSushi/toml/cmd/tomlv [2019-10-21T23:12:14.848Z] #32 DONE 82.0s [2019-10-21T23:12:14.848Z] [2019-10-21T23:12:14.848Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:12:14.848Z] #18 42.90 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-21T23:12:14.848Z] #18 43.50 Selecting previously unselected package libnet1:s390x. [2019-10-21T23:12:14.848Z] #18 43.50 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-10-21T23:12:14.848Z] #18 43.51 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-21T23:12:14.848Z] #18 43.59 Selecting previously unselected package libnfnetlink0:s390x. [2019-10-21T23:12:14.848Z] #18 43.59 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-10-21T23:12:14.848Z] #18 43.59 Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-10-21T23:12:14.848Z] #18 43.71 Selecting previously unselected package libpcrecpp0v5:s390x. [2019-10-21T23:12:14.848Z] #18 43.71 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-10-21T23:12:14.848Z] #18 43.73 Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-10-21T23:12:14.848Z] #18 43.85 Selecting previously unselected package libudev-dev:s390x. [2019-10-21T23:12:14.848Z] #18 43.85 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-10-21T23:12:14.848Z] #18 43.86 Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-10-21T23:12:14.848Z] #18 43.98 Selecting previously unselected package libpython3.5-minimal:s390x. [2019-10-21T23:12:14.848Z] #18 44.00 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-10-21T23:12:14.848Z] #18 44.01 Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-10-21T23:12:14.848Z] #18 44.62 Selecting previously unselected package python3.5-minimal. [2019-10-21T23:12:14.848Z] #18 44.62 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-10-21T23:12:14.848Z] #18 44.63 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-21T23:12:14.848Z] #18 45.88 Selecting previously unselected package python3-minimal. [2019-10-21T23:12:14.848Z] #18 45.90 Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-10-21T23:12:14.848Z] #18 45.93 Unpacking python3-minimal (3.5.3-1) ... [2019-10-21T23:12:14.848Z] #18 46.03 Selecting previously unselected package libmpdec2:s390x. [2019-10-21T23:12:14.848Z] #18 46.04 Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-10-21T23:12:14.848Z] #18 46.04 Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-10-21T23:12:14.848Z] #18 46.15 Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-10-21T23:12:14.848Z] #18 46.15 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-10-21T23:12:14.848Z] #18 46.15 Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-10-21T23:12:14.848Z] #18 48.37 Selecting previously unselected package python3.5. [2019-10-21T23:12:14.848Z] #18 48.37 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-10-21T23:12:14.848Z] #18 48.37 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-21T23:12:14.848Z] #18 48.58 Selecting previously unselected package libpython3-stdlib:s390x. [2019-10-21T23:12:14.848Z] #18 48.58 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-10-21T23:12:14.848Z] #18 48.58 Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-10-21T23:12:14.848Z] #18 48.64 Selecting previously unselected package dh-python. [2019-10-21T23:12:14.848Z] #18 48.64 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-21T23:12:14.848Z] #18 48.65 Unpacking dh-python (2.20170125) ... [2019-10-21T23:12:14.848Z] #18 48.90 Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-10-21T23:12:14.848Z] #18 48.92 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-21T23:12:14.848Z] #18 51.52 Setting up python3-minimal (3.5.3-1) ... [2019-10-21T23:12:15.256Z] #18 ... [2019-10-21T23:12:15.256Z] [2019-10-21T23:12:15.256Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:12:15.256Z] #42 40.53 CC compel/plugins/std/infect.o [2019-10-21T23:12:15.256Z] #42 40.62 CC compel/arch/s390/plugins/std/parasite-head.o [2019-10-21T23:12:15.256Z] #42 40.63 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-10-21T23:12:15.256Z] #42 40.64 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-10-21T23:12:15.256Z] #42 40.67 AR compel/plugins/std.lib.a [2019-10-21T23:12:15.256Z] #42 40.73 CC compel/plugins/fds/fds.o [2019-10-21T23:12:16.297Z] #42 41.39 AR compel/plugins/fds.lib.a [2019-10-21T23:12:16.297Z] #42 41.51 HOSTDEP compel/src/lib/log-host.d [2019-10-21T23:12:16.297Z] #42 41.70 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-21T23:12:16.688Z] #42 41.93 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-10-21T23:12:16.688Z] #42 42.05 HOSTDEP compel/src/main-host.d [2019-10-21T23:12:16.688Z] #42 42.13 DEP compel/src/lib/ptrace.d [2019-10-21T23:12:17.088Z] #42 42.26 DEP compel/src/lib/infect.d [2019-10-21T23:12:17.088Z] #42 42.41 DEP compel/src/lib/infect-util.d [2019-10-21T23:12:17.486Z] #42 42.52 DEP compel/src/lib/infect-rpc.d [2019-10-21T23:12:17.486Z] #42 42.68 DEP compel/arch/s390/src/lib/infect.d [2019-10-21T23:12:17.486Z] #42 42.81 DEP compel/arch/s390/src/lib/cpu.d [2019-10-21T23:12:17.486Z] #42 42.88 DEP compel/src/lib/log.d [2019-10-21T23:12:17.877Z] #42 42.99 DEP compel/src/main.d [2019-10-21T23:12:17.878Z] #42 43.15 DEP compel/src/lib/handle-elf.d [2019-10-21T23:12:17.878Z] #42 43.21 DEP compel/arch/s390/src/lib/handle-elf.d [2019-10-21T23:12:17.878Z] #42 43.34 CC compel/src/lib/log.o [2019-10-21T23:12:18.293Z] #42 43.63 CC compel/arch/s390/src/lib/cpu.o [2019-10-21T23:12:18.708Z] #42 43.94 CC compel/arch/s390/src/lib/infect.o [2019-10-21T23:12:19.553Z] #42 44.70 CC compel/src/lib/infect-rpc.o [2019-10-21T23:12:19.553Z] #42 44.96 CC compel/src/lib/infect-util.o [2019-10-21T23:12:19.975Z] #42 45.24 CC compel/src/lib/infect.o [2019-10-21T23:12:21.491Z] #42 ... [2019-10-21T23:12:21.491Z] [2019-10-21T23:12:21.491Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:12:21.491Z] #18 53.40 Selecting previously unselected package python3. [2019-10-21T23:12:21.491Z] #18 53.40 (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-21T23:12:21.491Z] #18 53.56 Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 53.56 Unpacking python3 (3.5.3-1) ... [2019-10-21T23:12:21.491Z] #18 53.64 Selecting previously unselected package pigz. [2019-10-21T23:12:21.491Z] #18 53.65 Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 53.65 Unpacking pigz (2.3.4-1) ... [2019-10-21T23:12:21.491Z] #18 53.75 Selecting previously unselected package libip4tc0:s390x. [2019-10-21T23:12:21.491Z] #18 53.75 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 53.76 Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T23:12:21.491Z] #18 53.81 Selecting previously unselected package libip6tc0:s390x. [2019-10-21T23:12:21.491Z] #18 53.82 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 53.82 Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T23:12:21.491Z] #18 53.94 Selecting previously unselected package libiptc0:s390x. [2019-10-21T23:12:21.491Z] #18 53.94 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 53.94 Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T23:12:21.491Z] #18 54.03 Selecting previously unselected package libxtables12:s390x. [2019-10-21T23:12:21.491Z] #18 54.03 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 54.03 Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T23:12:21.491Z] #18 54.11 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-10-21T23:12:21.491Z] #18 54.11 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 54.12 Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-10-21T23:12:21.491Z] #18 54.20 Selecting previously unselected package iptables. [2019-10-21T23:12:21.491Z] #18 54.20 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 54.21 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-21T23:12:21.491Z] #18 54.53 Selecting previously unselected package xxd. [2019-10-21T23:12:21.491Z] #18 54.53 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 54.53 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:12:21.491Z] #18 54.67 Selecting previously unselected package vim-common. [2019-10-21T23:12:21.491Z] #18 54.67 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T23:12:21.491Z] #18 54.68 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:12:21.491Z] #18 54.89 Selecting previously unselected package bzip2. [2019-10-21T23:12:21.491Z] #18 54.89 Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 54.89 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-21T23:12:21.491Z] #18 54.97 Selecting previously unselected package libgpm2:s390x. [2019-10-21T23:12:21.491Z] #18 54.97 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 54.98 Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-10-21T23:12:21.491Z] #18 55.05 Selecting previously unselected package xz-utils. [2019-10-21T23:12:21.491Z] #18 55.05 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 55.06 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-21T23:12:21.491Z] #18 55.24 Selecting previously unselected package aufs-tools. [2019-10-21T23:12:21.491Z] #18 55.24 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 55.25 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-21T23:12:21.491Z] #18 55.37 Selecting previously unselected package liblzo2-2:s390x. [2019-10-21T23:12:21.491Z] #18 55.38 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 55.38 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-21T23:12:21.491Z] #18 55.46 Selecting previously unselected package btrfs-progs. [2019-10-21T23:12:21.491Z] #18 55.46 Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 55.46 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-21T23:12:21.491Z] #18 56.00 Selecting previously unselected package btrfs-tools. [2019-10-21T23:12:21.491Z] #18 56.00 Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 56.00 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-21T23:12:21.491Z] #18 56.08 Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-10-21T23:12:21.491Z] #18 56.09 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 56.09 Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-10-21T23:12:21.491Z] #18 56.22 Selecting previously unselected package dmsetup. [2019-10-21T23:12:21.491Z] #18 56.23 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 56.24 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-21T23:12:21.491Z] #18 56.43 Selecting previously unselected package libonig4:s390x. [2019-10-21T23:12:21.491Z] #18 56.43 Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 56.43 Unpacking libonig4:s390x (6.1.3-2) ... [2019-10-21T23:12:21.491Z] #18 56.58 Selecting previously unselected package libjq1:s390x. [2019-10-21T23:12:21.491Z] #18 56.58 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 56.58 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-21T23:12:21.491Z] #18 56.70 Selecting previously unselected package jq. [2019-10-21T23:12:21.491Z] #18 56.70 Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 56.72 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-21T23:12:21.491Z] #18 56.86 Selecting previously unselected package libaio1:s390x. [2019-10-21T23:12:21.491Z] #18 56.86 Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 56.87 Unpacking libaio1:s390x (0.3.110-3) ... [2019-10-21T23:12:21.491Z] #18 56.94 Selecting previously unselected package libcap2-bin. [2019-10-21T23:12:21.491Z] #18 56.95 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 56.95 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-21T23:12:21.491Z] #18 57.04 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-10-21T23:12:21.491Z] #18 57.04 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 57.04 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-10-21T23:12:21.491Z] #18 57.21 Selecting previously unselected package libsepol1-dev:s390x. [2019-10-21T23:12:21.491Z] #18 57.21 Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 57.21 Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-10-21T23:12:21.491Z] #18 57.46 Selecting previously unselected package libpcre16-3:s390x. [2019-10-21T23:12:21.491Z] #18 57.46 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 57.46 Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-10-21T23:12:21.491Z] #18 57.60 Selecting previously unselected package libpcre32-3:s390x. [2019-10-21T23:12:21.491Z] #18 57.61 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 57.61 Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-10-21T23:12:21.491Z] #18 57.75 Selecting previously unselected package libpcre3-dev:s390x. [2019-10-21T23:12:21.491Z] #18 57.76 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 57.77 Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-10-21T23:12:21.491Z] #18 58.20 Selecting previously unselected package libselinux1-dev:s390x. [2019-10-21T23:12:21.491Z] #18 58.20 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-10-21T23:12:21.491Z] #18 58.21 Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-10-21T23:12:21.971Z] #18 58.70 Selecting previously unselected package libdevmapper-dev:s390x. [2019-10-21T23:12:21.971Z] #18 58.70 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-10-21T23:12:21.971Z] #18 58.70 Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-10-21T23:12:21.971Z] #18 58.87 Selecting previously unselected package libnl-3-200:s390x. [2019-10-21T23:12:21.971Z] #18 58.89 Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-10-21T23:12:21.971Z] #18 58.89 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-10-21T23:12:21.971Z] #18 59.01 Selecting previously unselected package libprotobuf-c1:s390x. [2019-10-21T23:12:21.971Z] #18 59.02 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-10-21T23:12:21.971Z] #18 59.02 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-21T23:12:21.971Z] #18 59.10 Selecting previously unselected package libreadline5:s390x. [2019-10-21T23:12:21.971Z] #18 ... [2019-10-21T23:12:21.971Z] [2019-10-21T23:12:21.971Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:12:21.971Z] #45 79.35 go/ast [2019-10-21T23:12:21.971Z] #45 84.81 text/template [2019-10-21T23:12:21.971Z] #45 86.42 go/parser [2019-10-21T23:12:22.403Z] #45 ... [2019-10-21T23:12:22.403Z] [2019-10-21T23:12:22.403Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:12:22.403Z] #18 59.10 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-10-21T23:12:22.403Z] #18 59.11 Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-10-21T23:12:22.403Z] #18 59.28 Selecting previously unselected package libsystemd-dev:s390x. [2019-10-21T23:12:22.403Z] #18 59.28 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-10-21T23:12:22.403Z] #18 59.29 Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-10-21T23:12:24.338Z] #18 61.14 Selecting previously unselected package net-tools. [2019-10-21T23:12:24.338Z] #18 61.14 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-10-21T23:12:24.338Z] #18 61.14 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-21T23:12:24.338Z] #18 61.34 Selecting previously unselected package python-pip-whl. [2019-10-21T23:12:24.338Z] #18 61.34 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-21T23:12:24.338Z] #18 61.35 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-21T23:12:25.219Z] #18 61.98 Selecting previously unselected package python3-pip. [2019-10-21T23:12:25.219Z] #18 61.98 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-21T23:12:25.219Z] #18 61.98 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-21T23:12:25.219Z] #18 62.11 Selecting previously unselected package python3-pkg-resources. [2019-10-21T23:12:25.219Z] #18 62.11 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-21T23:12:25.219Z] #18 62.12 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-21T23:12:25.219Z] #18 62.29 Selecting previously unselected package python3-setuptools. [2019-10-21T23:12:25.219Z] #18 62.30 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-21T23:12:25.219Z] #18 62.30 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-21T23:12:25.630Z] #18 62.56 Selecting previously unselected package python3-wheel. [2019-10-21T23:12:25.630Z] #18 62.56 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-21T23:12:25.630Z] #18 62.56 Unpacking python3-wheel (0.29.0-2) ... [2019-10-21T23:12:25.630Z] #18 62.65 Selecting previously unselected package thin-provisioning-tools. [2019-10-21T23:12:25.630Z] #18 62.65 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-10-21T23:12:25.630Z] #18 62.66 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-21T23:12:26.034Z] #18 62.93 Selecting previously unselected package vim-runtime. [2019-10-21T23:12:26.034Z] #18 62.93 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T23:12:26.034Z] #18 62.98 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-21T23:12:26.034Z] #18 62.99 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-21T23:12:26.034Z] #18 62.99 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:12:31.669Z] #18 67.98 Selecting previously unselected package vim. [2019-10-21T23:12:31.669Z] #18 67.98 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-21T23:12:31.669Z] #18 67.99 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:12:31.669Z] #18 ... [2019-10-21T23:12:31.669Z] [2019-10-21T23:12:31.669Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:12:31.669Z] #42 47.49 CC compel/src/lib/ptrace.o [2019-10-21T23:12:31.669Z] #42 47.86 AR compel/libcompel.a [2019-10-21T23:12:31.669Z] #42 47.88 HOSTCC compel/src/main-host.o [2019-10-21T23:12:31.669Z] #42 47.96 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-10-21T23:12:31.669Z] #42 48.17 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-21T23:12:31.669Z] #42 48.51 HOSTCC compel/src/lib/log-host.o [2019-10-21T23:12:31.669Z] #42 48.68 HOSTLINK compel/compel-host-bin [2019-10-21T23:12:31.669Z] #42 48.77 DEP soccr/soccr.d [2019-10-21T23:12:31.669Z] #42 49.02 CC soccr/soccr.o [2019-10-21T23:12:31.669Z] #42 50.07 AR soccr/libsoccr.a [2019-10-21T23:12:31.669Z] #42 50.10 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-21T23:12:31.669Z] #42 50.35 DEP criu/arch/s390/sigframe.d [2019-10-21T23:12:31.669Z] #42 50.58 DEP criu/arch/s390/crtools.d [2019-10-21T23:12:31.669Z] #42 50.78 DEP criu/arch/s390/cpu.d [2019-10-21T23:12:31.669Z] #42 50.97 CC criu/arch/s390/cpu.o [2019-10-21T23:12:31.669Z] #42 51.68 CC criu/arch/s390/crtools.o [2019-10-21T23:12:31.669Z] #42 52.66 CC criu/arch/s390/sigframe.o [2019-10-21T23:12:31.669Z] #42 52.72 LINK criu/arch/s390/crtools.built-in.o [2019-10-21T23:12:31.669Z] #42 52.74 DEP criu/arch/s390/vdso-pie.d [2019-10-21T23:12:31.669Z] #42 52.77 DEP criu/pie/parasite-vdso.d [2019-10-21T23:12:31.669Z] #42 53.01 DEP criu/pie/util-vdso.d [2019-10-21T23:12:31.669Z] #42 53.20 DEP criu/pie/util.d [2019-10-21T23:12:31.669Z] #42 53.36 CC criu/pie/util.o [2019-10-21T23:12:31.669Z] #42 53.79 CC criu/pie/util-vdso.o [2019-10-21T23:12:31.669Z] #42 54.31 CC criu/pie/parasite-vdso.o [2019-10-21T23:12:31.669Z] #42 54.90 CC criu/arch/s390/vdso-pie.o [2019-10-21T23:12:31.669Z] #42 55.15 AR criu/pie/pie.lib.a [2019-10-21T23:12:31.669Z] #42 55.22 DEP criu/pie/restorer.d [2019-10-21T23:12:31.669Z] #42 55.47 DEP criu/arch/s390/restorer.d [2019-10-21T23:12:31.669Z] #42 55.64 DEP criu/pie/parasite.d [2019-10-21T23:12:31.669Z] #42 55.87 CC criu/pie/parasite.o [2019-10-21T23:12:31.669Z] #42 ... [2019-10-21T23:12:31.669Z] [2019-10-21T23:12:31.669Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:12:31.669Z] #18 68.55 Selecting previously unselected package xfsprogs. [2019-10-21T23:12:31.669Z] #18 68.56 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-10-21T23:12:31.669Z] #18 68.56 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-21T23:12:32.066Z] #18 69.08 Selecting previously unselected package zip. [2019-10-21T23:12:32.066Z] #18 69.09 Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-10-21T23:12:32.066Z] #18 69.09 Unpacking zip (3.0-11+b1) ... [2019-10-21T23:12:32.066Z] #18 69.25 Selecting previously unselected package libapparmor-perl. [2019-10-21T23:12:32.463Z] #18 69.26 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-10-21T23:12:32.463Z] #18 69.26 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-21T23:12:32.463Z] #18 69.36 Selecting previously unselected package apparmor. [2019-10-21T23:12:32.463Z] #18 69.37 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-10-21T23:12:32.463Z] #18 69.44 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-21T23:12:33.312Z] #18 69.99 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-21T23:12:33.312Z] #18 69.99 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-10-21T23:12:33.312Z] #18 70.00 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-21T23:12:33.718Z] #18 ... [2019-10-21T23:12:33.718Z] [2019-10-21T23:12:33.718Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:12:33.718Z] #45 90.87 go/doc [2019-10-21T23:12:33.718Z] #45 91.15 encoding/xml [2019-10-21T23:12:33.718Z] #45 94.23 github.com/LK4D4/vndr/build [2019-10-21T23:12:33.718Z] #45 98.19 vendor/golang.org/x/crypto/cryptobyte [2019-10-21T23:12:33.718Z] #45 98.45 net [2019-10-21T23:12:33.718Z] #45 100.4 vendor/golang.org/x/sys/cpu [2019-10-21T23:12:33.718Z] #45 100.9 vendor/golang.org/x/crypto/internal/chacha20 [2019-10-21T23:12:33.718Z] #45 ... [2019-10-21T23:12:33.718Z] [2019-10-21T23:12:33.718Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:12:33.718Z] #42 57.08 LINK criu/pie/parasite.built-in.o [2019-10-21T23:12:33.718Z] #42 57.09 GEN criu/pie/parasite-blob.h [2019-10-21T23:12:33.718Z] #42 57.09 CC criu/arch/s390/restorer.o [2019-10-21T23:12:33.718Z] #42 57.59 CC criu/pie/restorer.o [2019-10-21T23:12:35.191Z] #42 60.44 LINK criu/pie/restorer.built-in.o [2019-10-21T23:12:35.191Z] #42 60.48 GEN criu/pie/restorer-blob.h [2019-10-21T23:12:35.729Z] #42 60.64 DEP criu/vdso.d [2019-10-21T23:12:35.729Z] #42 60.99 DEP criu/uts_ns.d [2019-10-21T23:12:36.148Z] #42 61.30 DEP criu/util.d [2019-10-21T23:12:36.148Z] #42 61.46 DEP criu/uffd.d [2019-10-21T23:12:36.553Z] #42 61.72 DEP criu/tun.d [2019-10-21T23:12:36.553Z] #42 61.96 DEP criu/tty.d [2019-10-21T23:12:37.209Z] #42 62.22 DEP criu/timerfd.d [2019-10-21T23:12:37.209Z] #42 62.38 DEP criu/sysfs_parse.d [2019-10-21T23:12:37.209Z] #42 62.53 DEP criu/sysctl.d [2019-10-21T23:12:37.209Z] #42 62.65 DEP criu/string.d [2019-10-21T23:12:37.209Z] #42 62.70 DEP criu/stats.d [2019-10-21T23:12:37.609Z] #42 62.85 DEP criu/sockets.d [2019-10-21T23:12:38.013Z] #42 63.07 DEP criu/sk-unix.d [2019-10-21T23:12:38.013Z] #42 63.36 DEP criu/sk-tcp.d [2019-10-21T23:12:38.424Z] #42 63.54 DEP criu/sk-queue.d [2019-10-21T23:12:38.424Z] #42 63.67 DEP criu/sk-packet.d [2019-10-21T23:12:38.424Z] #42 63.89 DEP criu/sk-netlink.d [2019-10-21T23:12:38.822Z] #42 64.17 DEP criu/sk-inet.d [2019-10-21T23:12:39.232Z] #42 64.39 DEP criu/signalfd.d [2019-10-21T23:12:39.232Z] #42 64.54 DEP criu/sigframe.d [2019-10-21T23:12:39.232Z] #42 64.64 DEP criu/shmem.d [2019-10-21T23:12:39.232Z] #42 ... [2019-10-21T23:12:39.232Z] [2019-10-21T23:12:39.232Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:12:39.232Z] #63 106.6 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-21T23:12:39.232Z] #63 106.6 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-21T23:12:44.748Z] #63 ... [2019-10-21T23:12:44.748Z] [2019-10-21T23:12:44.748Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:12:44.748Z] #45 101.6 vendor/golang.org/x/crypto/poly1305 [2019-10-21T23:12:44.748Z] #45 102.2 vendor/golang.org/x/crypto/chacha20poly1305 [2019-10-21T23:12:44.748Z] #45 103.1 vendor/golang.org/x/crypto/curve25519 [2019-10-21T23:12:44.748Z] #45 104.2 vendor/golang.org/x/crypto/hkdf [2019-10-21T23:12:44.748Z] #45 104.3 vendor/golang.org/x/text/transform [2019-10-21T23:12:44.748Z] #45 105.2 vendor/golang.org/x/text/unicode/bidi [2019-10-21T23:12:44.748Z] #45 107.0 vendor/golang.org/x/text/secure/bidirule [2019-10-21T23:12:44.748Z] #45 107.5 vendor/golang.org/x/text/unicode/norm [2019-10-21T23:12:44.748Z] #45 ... [2019-10-21T23:12:44.748Z] [2019-10-21T23:12:44.748Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:12:44.748Z] #42 64.84 DEP criu/servicefd.d [2019-10-21T23:12:44.748Z] #42 64.99 DEP criu/seize.d [2019-10-21T23:12:44.748Z] #42 65.16 DEP criu/seccomp.d [2019-10-21T23:12:44.748Z] #42 65.38 DEP criu/rst-malloc.d [2019-10-21T23:12:44.748Z] #42 65.43 DEP criu/rbtree.d [2019-10-21T23:12:44.748Z] #42 65.47 DEP criu/pstree.d [2019-10-21T23:12:44.748Z] #42 65.74 DEP criu/protobuf.d [2019-10-21T23:12:44.748Z] #42 66.04 GEN criu/protobuf-desc-gen.h [2019-10-21T23:12:44.748Z] #42 67.81 DEP criu/protobuf-desc.d [2019-10-21T23:12:44.748Z] #42 67.95 DEP criu/proc_parse.d [2019-10-21T23:12:44.748Z] #42 68.14 DEP criu/plugin.d [2019-10-21T23:12:44.748Z] #42 68.22 DEP criu/pipes.d [2019-10-21T23:12:44.748Z] #42 68.40 DEP criu/pie-util.d [2019-10-21T23:12:44.748Z] #42 68.58 DEP criu/pie-util-vdso.d [2019-10-21T23:12:44.748Z] #42 68.67 DEP criu/pie-util-vdso-elf32.d [2019-10-21T23:12:44.748Z] #42 68.82 DEP criu/path.d [2019-10-21T23:12:44.748Z] #42 69.01 DEP criu/parasite-syscall.d [2019-10-21T23:12:44.748Z] #42 69.27 DEP criu/pagemap.d [2019-10-21T23:12:44.748Z] #42 69.53 DEP criu/pagemap-cache.d [2019-10-21T23:12:44.748Z] #42 69.65 DEP criu/page-xfer.d [2019-10-21T23:12:44.748Z] #42 69.84 DEP criu/page-pipe.d [2019-10-21T23:12:44.748Z] #42 69.95 DEP criu/netfilter.d [2019-10-21T23:12:44.748Z] #42 ... [2019-10-21T23:12:44.748Z] [2019-10-21T23:12:44.748Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:12:44.748Z] #18 71.64 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-21T23:12:44.748Z] #18 71.64 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-10-21T23:12:44.748Z] #18 71.65 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-21T23:12:44.748Z] #18 74.28 Selecting previously unselected package binutils-mingw-w64. [2019-10-21T23:12:44.748Z] #18 74.28 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-21T23:12:44.748Z] #18 74.28 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-21T23:12:44.748Z] #18 74.33 Selecting previously unselected package mingw-w64-common. [2019-10-21T23:12:44.748Z] #18 74.33 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-21T23:12:44.748Z] #18 74.33 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-21T23:12:44.748Z] #18 79.27 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-21T23:12:44.748Z] #18 79.28 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-21T23:12:44.748Z] #18 79.28 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-21T23:12:44.748Z] #18 ... [2019-10-21T23:12:44.748Z] [2019-10-21T23:12:44.748Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:12:44.748Z] #42 70.13 DEP criu/net.d [2019-10-21T23:12:45.151Z] #42 70.42 DEP criu/namespaces.d [2019-10-21T23:12:45.151Z] #42 70.60 DEP criu/mount.d [2019-10-21T23:12:45.562Z] #42 70.74 DEP criu/mem.d [2019-10-21T23:12:45.562Z] #42 70.94 DEP criu/lsm.d [2019-10-21T23:12:45.981Z] #42 71.18 DEP criu/log.d [2019-10-21T23:12:45.981Z] #42 71.33 DEP criu/libnetlink.d [2019-10-21T23:12:46.378Z] #42 71.50 DEP criu/kerndat.d [2019-10-21T23:12:46.378Z] #42 71.79 DEP criu/kcmp-ids.d [2019-10-21T23:12:46.776Z] #42 71.96 DEP criu/irmap.d [2019-10-21T23:12:46.776Z] #42 72.08 DEP criu/ipc_ns.d [2019-10-21T23:12:47.188Z] #42 72.23 DEP criu/image.d [2019-10-21T23:12:47.188Z] #42 72.47 DEP criu/image-desc.d [2019-10-21T23:12:47.188Z] #42 72.56 DEP criu/fsnotify.d [2019-10-21T23:12:47.601Z] #42 72.75 DEP criu/filesystems.d [2019-10-21T23:12:47.601Z] #42 72.90 DEP criu/files.d [2019-10-21T23:12:47.726Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T23:12:47.726Z] [2019-10-21T23:12:47.726Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-21T23:12:47.726Z] PKG_CONFIG=pkg-config [2019-10-21T23:12:47.726Z] GOLANG_VERSION=1.13.3 [2019-10-21T23:12:47.726Z] HOSTNAME=1a4437c2815c [2019-10-21T23:12:47.726Z] DOCKER_EXPERIMENTAL=1 [2019-10-21T23:12:47.726Z] container=docker [2019-10-21T23:12:47.726Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-21T23:12:47.726Z] GO111MODULE=off [2019-10-21T23:12:47.726Z] GOPATH=/go [2019-10-21T23:12:47.726Z] PWD=/go/src/github.com/docker/docker [2019-10-21T23:12:47.726Z] HOME=/root [2019-10-21T23:12:47.726Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-21T23:12:47.726Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-21T23:12:47.726Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-21T23:12:47.726Z] DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:12:47.726Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-21T23:12:47.726Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-21T23:12:47.726Z] TERM=xterm [2019-10-21T23:12:47.726Z] VALIDATE_BRANCH=master [2019-10-21T23:12:47.726Z] DEST=bundles/test-integration [2019-10-21T23:12:47.726Z] SHLVL=1 [2019-10-21T23:12:47.726Z] TIMEOUT=120m [2019-10-21T23:12:47.726Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-21T23:12:47.726Z] DOCKER_PKG=github.com/docker/docker [2019-10-21T23:12:47.726Z] TESTDEBUG=0 [2019-10-21T23:12:47.726Z] _=/usr/bin/env [2019-10-21T23:12:47.726Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-21T23:12:48.027Z] #42 73.12 DEP criu/files-reg.d [2019-10-21T23:12:48.027Z] #42 73.34 DEP criu/files-ext.d [2019-10-21T23:12:48.027Z] #42 ... [2019-10-21T23:12:48.027Z] [2019-10-21T23:12:48.027Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:12:48.027Z] #63 DONE 115.3s [2019-10-21T23:12:48.027Z] [2019-10-21T23:12:48.027Z] #64 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-21T23:12:48.027Z] #64 DONE 0.1s [2019-10-21T23:12:48.513Z] [2019-10-21T23:12:48.513Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:12:48.513Z] #18 84.95 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-21T23:12:48.513Z] #18 84.96 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-21T23:12:48.513Z] #18 84.96 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-21T23:12:48.513Z] #18 85.07 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-21T23:12:48.513Z] #18 85.07 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-21T23:12:48.513Z] #18 85.07 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T23:12:52.744Z] Removing intermediate container 7b837ac1c950 [2019-10-21T23:12:52.744Z] ---> c1a2ce05ab37 [2019-10-21T23:12:52.744Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2019-10-21T23:12:52.744Z] ---> ebd73b5ebd31 [2019-10-21T23:12:52.744Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2019-10-21T23:12:52.744Z] ---> b6f65a477ae9 [2019-10-21T23:12:52.744Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2019-10-21T23:12:52.744Z] ---> Running in edf14e795236 [2019-10-21T23:12:52.744Z] Removing intermediate container edf14e795236 [2019-10-21T23:12:52.744Z] ---> 2ecb95a8ccb2 [2019-10-21T23:12:52.744Z] Successfully built 2ecb95a8ccb2 [2019-10-21T23:12:52.744Z] Successfully tagged moby-buildx:latest [2019-10-21T23:12:52.745Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2019-10-21T23:12:52.745Z] if [ -n "${id}" ]; then \ [2019-10-21T23:12:52.745Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2019-10-21T23:12:52.745Z] && touch bundles/buildx; \ [2019-10-21T23:12:52.745Z] docker rm -f ${id}; \ [2019-10-21T23:12:52.745Z] fi [2019-10-21T23:12:52.745Z] 1594d151df6ff9c7f4f53984d076b9cf4929ffced74eda4d1c27948f1a15f3df [2019-10-21T23:12:52.745Z] bundles/buildx version [2019-10-21T23:12:52.745Z] buildx v0.3.1 6db68d0 [2019-10-21T23:12:52.745Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 . [2019-10-21T23:12:52.745Z] #1 [internal] booting buildkit [2019-10-21T23:12:52.745Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-10-21T23:12:52.745Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2019-10-21T23:12:52.745Z] #1 creating container buildx_buildkit_default [2019-10-21T23:12:52.745Z] #1 creating container buildx_buildkit_default 0.5s done [2019-10-21T23:12:52.745Z] #1 DONE 3.2s [2019-10-21T23:12:52.745Z] [2019-10-21T23:12:52.745Z] #2 [internal] load .dockerignore [2019-10-21T23:12:52.745Z] #2 transferring context: 87B done [2019-10-21T23:12:52.745Z] #2 DONE 0.0s [2019-10-21T23:12:52.745Z] [2019-10-21T23:12:52.745Z] #3 [internal] load build definition from Dockerfile [2019-10-21T23:12:52.745Z] #3 transferring dockerfile: 14.62kB 0.0s done [2019-10-21T23:12:52.745Z] #3 DONE 0.0s [2019-10-21T23:12:52.745Z] [2019-10-21T23:12:52.745Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-21T23:12:52.745Z] #4 DONE 0.6s [2019-10-21T23:12:52.745Z] [2019-10-21T23:12:52.745Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-21T23:12:52.745Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-21T23:12:52.745Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-21T23:12:52.745Z] #5 sha256:00154e4363769e05ecacae130e0e82fe6e2ac944b0a46bf676ce0f46e8fce80b 527B / 527B done [2019-10-21T23:12:52.745Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 2.82MB / 8.18MB 0.1s [2019-10-21T23:12:52.745Z] #5 sha256:b4f2fdf8e9d2e73f42c77516fe628def2ea4c1fdf5c247db8c3b72b71710929e 899B / 899B done [2019-10-21T23:12:52.745Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 8.18MB / 8.18MB 0.3s done [2019-10-21T23:12:52.745Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-10-21T23:12:52.745Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.6s done [2019-10-21T23:12:52.745Z] #5 DONE 0.9s [2019-10-21T23:12:52.745Z] [2019-10-21T23:12:52.745Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-21T23:12:52.745Z] #7 DONE 0.2s [2019-10-21T23:12:52.745Z] [2019-10-21T23:12:52.745Z] #6 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-21T23:12:52.745Z] #6 DONE 0.3s [2019-10-21T23:12:52.745Z] [2019-10-21T23:12:52.745Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T23:12:52.745Z] #8 resolve docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 done [2019-10-21T23:12:52.745Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 97.41kB / 10.00MB 0.1s [2019-10-21T23:12:52.745Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 1.63MB / 10.00MB 0.3s [2019-10-21T23:12:52.745Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 0B / 4.30MB 0.3s [2019-10-21T23:12:52.745Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 64.64kB / 50.07MB 0.3s [2019-10-21T23:12:52.745Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 261.25kB / 52.87MB 0.3s [2019-10-21T23:12:52.745Z] #8 sha256:66e708a096b9a329faf3468337fbdb927aed14da0f5b41ef1179ae9b858c7106 5.47kB / 5.47kB done [2019-10-21T23:12:52.745Z] #8 sha256:0c619d329133d52fbd6b5ba658a1f2169e14dbde2267d279d87abafa88a8115e 1.79kB / 1.79kB done [2019-10-21T23:12:52.745Z] #8 sha256:1db2f41879fd2f416cee183f4e1c840a49be37a4ebb57314f5c4338e2822da21 156B / 156B 0.2s done [2019-10-21T23:12:52.745Z] #8 sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 1.42kB / 1.42kB done [2019-10-21T23:12:52.745Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 0B / 96.41MB 0.3s [2019-10-21T23:12:52.745Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 0B / 45.65MB 0.3s [2019-10-21T23:12:52.745Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 2.29MB / 10.00MB 0.4s [2019-10-21T23:12:52.745Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 392.33kB / 4.30MB 0.4s [2019-10-21T23:12:52.745Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 2.81MB / 10.00MB 0.6s [2019-10-21T23:12:52.745Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 916.61kB / 4.30MB 0.6s [2019-10-21T23:12:52.745Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 3.34MB / 10.00MB 0.7s [2019-10-21T23:12:52.745Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 1.47MB / 4.30MB 0.7s [2019-10-21T23:12:52.745Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 3.86MB / 10.00MB 0.9s [2019-10-21T23:12:52.745Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 1.97MB / 4.30MB 0.9s [2019-10-21T23:12:52.745Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 2.46MB / 4.30MB 1.0s [2019-10-21T23:12:52.745Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 2.75MB / 50.07MB 1.0s [2019-10-21T23:12:52.745Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 2.98MB / 52.87MB 1.0s [2019-10-21T23:12:52.745Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 2.56MB / 45.65MB 1.0s [2019-10-21T23:12:52.745Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 4.78MB / 10.00MB 1.2s [2019-10-21T23:12:52.745Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 2.88MB / 4.30MB 1.2s [2019-10-21T23:12:52.745Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 5.30MB / 10.00MB 1.3s [2019-10-21T23:12:52.745Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 3.44MB / 4.30MB 1.3s [2019-10-21T23:12:53.035Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 3.93MB / 4.30MB 1.5s [2019-10-21T23:12:53.035Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 6.38MB / 10.00MB 1.6s [2019-10-21T23:12:53.035Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 4.30MB / 4.30MB 1.6s done [2019-10-21T23:12:53.328Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 6.97MB / 10.00MB 1.8s [2019-10-21T23:12:53.328Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 5.37MB / 50.07MB 1.8s [2019-10-21T23:12:53.328Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 5.27MB / 96.41MB 1.8s [2019-10-21T23:12:53.328Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 5.24MB / 45.65MB 1.8s [2019-10-21T23:12:53.328Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 7.53MB / 10.00MB 1.9s [2019-10-21T23:12:53.328Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 6.16MB / 52.87MB 1.9s [2019-10-21T23:12:53.636Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 8.12MB / 10.00MB 2.1s [2019-10-21T23:12:53.915Z] #18 ... [2019-10-21T23:12:53.915Z] [2019-10-21T23:12:53.915Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:12:53.915Z] #48 DONE 120.5s [2019-10-21T23:12:53.915Z] [2019-10-21T23:12:53.915Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:12:53.915Z] #42 73.68 DEP criu/file-lock.d [2019-10-21T23:12:53.915Z] #42 74.35 DEP criu/file-ids.d [2019-10-21T23:12:53.915Z] #42 74.68 DEP criu/fifo.d [2019-10-21T23:12:53.915Z] #42 74.92 DEP criu/fdstore.d [2019-10-21T23:12:53.915Z] #42 75.14 DEP criu/fault-injection.d [2019-10-21T23:12:53.915Z] #42 75.17 DEP criu/external.d [2019-10-21T23:12:53.915Z] #42 75.27 DEP criu/eventpoll.d [2019-10-21T23:12:53.915Z] #42 75.44 DEP criu/eventfd.d [2019-10-21T23:12:53.915Z] #42 75.67 DEP criu/crtools.d [2019-10-21T23:12:53.915Z] #42 75.93 DEP criu/cr-service.d [2019-10-21T23:12:53.915Z] #42 76.11 DEP criu/cr-restore.d [2019-10-21T23:12:53.915Z] #42 76.35 DEP criu/cr-errno.d [2019-10-21T23:12:53.915Z] #42 76.37 DEP criu/cr-dump.d [2019-10-21T23:12:53.915Z] #42 76.66 DEP criu/cr-dedup.d [2019-10-21T23:12:53.915Z] #42 76.91 DEP criu/cr-check.d [2019-10-21T23:12:53.915Z] #42 77.02 DEP criu/config.d [2019-10-21T23:12:53.915Z] #42 77.15 DEP criu/clone-noasan.d [2019-10-21T23:12:53.915Z] #42 77.23 DEP criu/cgroup.d [2019-10-21T23:12:53.915Z] #42 77.43 DEP criu/cgroup-props.d [2019-10-21T23:12:53.915Z] #42 77.53 DEP criu/bitmap.d [2019-10-21T23:12:53.915Z] #42 77.54 DEP criu/bfd.d [2019-10-21T23:12:53.915Z] #42 77.64 DEP criu/autofs.d [2019-10-21T23:12:53.915Z] #42 77.79 DEP criu/aio.d [2019-10-21T23:12:53.915Z] #42 77.95 DEP criu/action-scripts.d [2019-10-21T23:12:53.915Z] #42 78.18 CC criu/action-scripts.o [2019-10-21T23:12:53.915Z] #42 79.14 CC criu/aio.o [2019-10-21T23:12:53.930Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 9.17MB / 10.00MB 2.4s [2019-10-21T23:12:53.930Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 7.57MB / 45.65MB 2.4s [2019-10-21T23:12:53.930Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 9.85MB / 10.00MB 2.5s [2019-10-21T23:12:53.930Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 8.55MB / 50.07MB 2.5s [2019-10-21T23:12:54.228Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 10.00MB / 10.00MB 2.6s done [2019-10-21T23:12:54.228Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 9.08MB / 52.87MB 2.7s [2019-10-21T23:12:54.310Z] #42 79.70 CC criu/autofs.o [2019-10-21T23:12:54.522Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 10.35MB / 96.41MB 3.0s [2019-10-21T23:12:54.522Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 10.26MB / 45.65MB 3.0s [2019-10-21T23:12:54.522Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 11.60MB / 50.07MB 3.1s [2019-10-21T23:12:54.821Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 12.42MB / 52.87MB 3.3s [2019-10-21T23:12:55.119Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 13.19MB / 45.65MB 3.6s [2019-10-21T23:12:55.119Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 14.55MB / 50.07MB 3.7s [2019-10-21T23:12:55.419Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 15.36MB / 52.87MB 3.9s [2019-10-21T23:12:55.716Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 15.99MB / 96.41MB 4.0s [2019-10-21T23:12:55.716Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 15.51MB / 45.65MB 4.0s [2019-10-21T23:12:55.716Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 17.24MB / 50.07MB 4.3s [2019-10-21T23:12:55.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-21T23:12:56.020Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 18.11MB / 52.87MB 4.5s [2019-10-21T23:12:56.020Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 18.73MB / 45.65MB 4.6s [2019-10-21T23:12:56.263Z] #42 ... [2019-10-21T23:12:56.263Z] [2019-10-21T23:12:56.263Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:12:56.263Z] #45 113.7 vendor/golang.org/x/net/idna [2019-10-21T23:12:56.263Z] #45 117.4 vendor/golang.org/x/net/http2/hpack [2019-10-21T23:12:56.263Z] #45 118.8 mime [2019-10-21T23:12:56.263Z] #45 122.9 crypto/tls [2019-10-21T23:12:56.311Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 20.32MB / 50.07MB 4.9s [2019-10-21T23:12:56.610Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 21.47MB / 52.87MB 5.1s [2019-10-21T23:12:56.610Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 21.35MB / 96.41MB 5.1s [2019-10-21T23:12:56.610Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 21.15MB / 45.65MB 5.1s [2019-10-21T23:12:56.656Z] #45 ... [2019-10-21T23:12:56.656Z] [2019-10-21T23:12:56.656Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:12:56.656Z] #42 81.84 CC criu/bfd.o [2019-10-21T23:12:56.656Z] #42 81.98 CC criu/bitmap.o [2019-10-21T23:12:56.656Z] #42 82.02 CC criu/cgroup-props.o [2019-10-21T23:12:56.901Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 23.26MB / 50.07MB 5.4s [2019-10-21T23:12:56.901Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 24.14MB / 52.87MB 5.6s [2019-10-21T23:12:56.901Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 23.85MB / 45.65MB 5.6s [2019-10-21T23:12:57.190Z] #8 ... [2019-10-21T23:12:57.190Z] [2019-10-21T23:12:57.190Z] #20 [internal] load build context [2019-10-21T23:12:57.190Z] #20 transferring context: 45.63MB 6.0s done [2019-10-21T23:12:57.190Z] #20 DONE 6.0s [2019-10-21T23:12:57.190Z] [2019-10-21T23:12:57.190Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T23:12:57.190Z] #8 ... [2019-10-21T23:12:57.190Z] [2019-10-21T23:12:57.190Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T23:12:57.190Z] #66 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-10-21T23:12:57.190Z] #66 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-21T23:12:57.190Z] #66 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.6s done [2019-10-21T23:12:57.190Z] #66 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-21T23:12:57.190Z] #66 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 3.1s done [2019-10-21T23:12:57.485Z] #42 82.73 CC criu/cgroup.o [2019-10-21T23:12:57.501Z] #66 DONE 6.0s [2019-10-21T23:12:57.501Z] [2019-10-21T23:12:57.501Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T23:12:57.501Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 26.84MB / 50.07MB 6.0s [2019-10-21T23:12:57.501Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 27.28MB / 96.41MB 6.0s [2019-10-21T23:12:57.501Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 26.57MB / 45.65MB 6.0s [2019-10-21T23:12:57.501Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 28.23MB / 52.87MB 6.1s [2019-10-21T23:12:57.787Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 29.96MB / 50.07MB 6.3s [2019-10-21T23:12:57.787Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 29.68MB / 45.65MB 6.3s [2019-10-21T23:12:57.787Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 31.23MB / 52.87MB 6.4s [2019-10-21T23:12:58.074Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 33.13MB / 50.07MB 6.6s [2019-10-21T23:12:58.074Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 33.42MB / 96.41MB 6.6s [2019-10-21T23:12:58.074Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 33.35MB / 45.65MB 6.6s [2019-10-21T23:12:58.074Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 34.74MB / 52.87MB 6.7s [2019-10-21T23:12:58.361Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 36.78MB / 50.07MB 6.9s [2019-10-21T23:12:58.361Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 37.12MB / 45.65MB 6.9s [2019-10-21T23:12:58.646Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 38.42MB / 52.87MB 7.0s [2019-10-21T23:12:58.646Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 38.97MB / 96.41MB 7.0s [2019-10-21T23:12:58.646Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 40.29MB / 50.07MB 7.2s [2019-10-21T23:12:58.646Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 40.66MB / 45.65MB 7.2s [2019-10-21T23:12:58.931Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 42.31MB / 52.87MB 7.3s [2019-10-21T23:12:58.931Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 44.12MB / 50.07MB 7.5s [2019-10-21T23:12:58.931Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 44.74MB / 96.41MB 7.5s [2019-10-21T23:12:58.931Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 44.43MB / 45.65MB 7.5s [2019-10-21T23:12:59.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-21T23:12:59.216Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 46.29MB / 52.87MB 7.6s [2019-10-21T23:12:59.216Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 45.65MB / 45.65MB 7.6s done [2019-10-21T23:12:59.216Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 48.75MB / 50.07MB 7.8s [2019-10-21T23:12:59.501Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 50.07MB / 50.07MB 7.9s done [2019-10-21T23:12:59.501Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 51.67MB / 52.87MB 7.9s [2019-10-21T23:12:59.501Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 52.88MB / 96.41MB 7.9s [2019-10-21T23:12:59.501Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 52.87MB / 52.87MB 8.0s done [2019-10-21T23:12:59.501Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 59.55MB / 96.41MB 8.1s [2019-10-21T23:12:59.788Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 68.25MB / 96.41MB 8.2s [2019-10-21T23:12:59.788Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 77.59MB / 96.41MB 8.4s [2019-10-21T23:13:00.038Z] #42 85.10 CC criu/clone-noasan.o [2019-10-21T23:13:00.038Z] #42 85.21 CC criu/config.o [2019-10-21T23:13:00.071Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 85.59MB / 96.41MB 8.5s [2019-10-21T23:13:00.071Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 96.41MB / 96.41MB 8.7s done [2019-10-21T23:13:00.071Z] #8 unpacking docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 [2019-10-21T23:13:00.879Z] #42 86.35 CC criu/cr-check.o [2019-10-21T23:13:02.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-21T23:13:03.282Z] #42 88.59 CC criu/cr-dedup.o [2019-10-21T23:13:03.687Z] #42 89.04 CC criu/cr-dump.o [2019-10-21T23:13:04.520Z] #42 ... [2019-10-21T23:13:04.520Z] [2019-10-21T23:13:04.520Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:13:04.520Z] #18 101.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-21T23:13:04.920Z] #18 101.7 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-21T23:13:04.920Z] #18 101.7 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T23:13:05.615Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-21T23:13:05.872Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-21T23:13:11.130Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-21T23:13:11.662Z] #18 ... [2019-10-21T23:13:11.662Z] [2019-10-21T23:13:11.662Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:13:11.662Z] #45 129.0 net/http/httptrace [2019-10-21T23:13:11.662Z] #45 129.3 net/http [2019-10-21T23:13:11.662Z] #45 ... [2019-10-21T23:13:11.662Z] [2019-10-21T23:13:11.662Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:13:11.662Z] #42 91.27 CC criu/cr-errno.o [2019-10-21T23:13:11.662Z] #42 91.41 CC criu/cr-restore.o [2019-10-21T23:13:11.662Z] #42 96.38 CC criu/cr-service.o [2019-10-21T23:13:12.987Z] #42 98.23 CC criu/crtools.o [2019-10-21T23:13:13.835Z] #42 98.99 CC criu/eventfd.o [2019-10-21T23:13:14.239Z] #42 99.36 CC criu/eventpoll.o [2019-10-21T23:13:14.239Z] #42 ... [2019-10-21T23:13:14.239Z] [2019-10-21T23:13:14.239Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:13:14.239Z] #45 141.3 github.com/LK4D4/vndr/godl [2019-10-21T23:13:14.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-21T23:13:14.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-21T23:13:14.406Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-21T23:13:14.645Z] #45 142.1 github.com/LK4D4/vndr [2019-10-21T23:13:15.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-21T23:13:18.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-21T23:13:19.675Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T23:13:19.675Z] [2019-10-21T23:13:19.675Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-10-21T23:13:19.675Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-10-21T23:13:19.675Z] Using test binary docker [2019-10-21T23:13:19.675Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-21T23:13:19.675Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T23:13:19.675Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T23:13:19.675Z] Warning failed to create cache: (null) [2019-10-21T23:13:19.675Z] . [2019-10-21T23:13:19.675Z] INFO: Waiting for daemon to start... [2019-10-21T23:13:19.675Z] Starting dockerd [2019-10-21T23:13:19.675Z] . [2019-10-21T23:13:19.675Z] INFO: Building docker-sdk-python3:4.1.0... [2019-10-21T23:13:20.111Z] #45 ... [2019-10-21T23:13:20.111Z] [2019-10-21T23:13:20.111Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:13:20.111Z] #18 113.5 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-21T23:13:20.111Z] #18 113.5 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-21T23:13:20.111Z] #18 113.5 Setting up libsepol1-dev:s390x (2.6-2) ... [2019-10-21T23:13:20.111Z] #18 113.5 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-21T23:13:20.111Z] #18 113.5 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-21T23:13:20.111Z] #18 113.5 Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T23:13:20.111Z] #18 113.5 Processing triggers for mime-support (3.60) ... [2019-10-21T23:13:20.111Z] #18 113.6 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:13:20.112Z] #18 113.6 Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-10-21T23:13:20.112Z] #18 113.6 Setting up libcap2-bin (1:2.25-1) ... [2019-10-21T23:13:20.112Z] #18 113.6 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-21T23:13:20.112Z] #18 113.6 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-21T23:13:20.112Z] #18 113.6 Setting up bash-completion (1:2.1-4.3) ... [2019-10-21T23:13:20.112Z] #18 116.3 Setting up libonig4:s390x (6.1.3-2) ... [2019-10-21T23:13:20.112Z] #18 116.3 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-21T23:13:20.112Z] #18 116.3 Setting up zip (3.0-11+b1) ... [2019-10-21T23:13:20.112Z] #18 116.3 Setting up bzip2 (1.0.6-8.1) ... [2019-10-21T23:13:20.112Z] #18 116.3 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-21T23:13:20.112Z] #18 116.3 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-21T23:13:20.112Z] #18 116.3 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:13:20.112Z] #18 116.3 Setting up libaio1:s390x (0.3.110-3) ... [2019-10-21T23:13:20.112Z] #18 116.4 Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T23:13:20.112Z] #18 116.4 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-21T23:13:20.112Z] #18 116.4 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-21T23:13:20.112Z] #18 116.4 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-21T23:13:20.112Z] #18 116.4 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:13:20.112Z] #18 116.4 Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-10-21T23:13:20.112Z] #18 116.4 Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-10-21T23:13:20.112Z] #18 116.4 Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-10-21T23:13:20.112Z] #18 116.4 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:13:20.112Z] #18 116.7 Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-10-21T23:13:20.112Z] #18 116.7 Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-10-21T23:13:20.112Z] #18 116.8 Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-10-21T23:13:20.112Z] #18 116.8 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-10-21T23:13:20.112Z] #18 116.8 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-21T23:13:20.112Z] #18 116.8 Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-10-21T23:13:20.112Z] #18 116.8 Setting up pigz (2.3.4-1) ... [2019-10-21T23:13:20.112Z] #18 116.8 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-21T23:13:20.112Z] #18 116.8 Setting up libmpdec2:s390x (2.4.2-1) ... [2019-10-21T23:13:20.112Z] #18 116.9 Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T23:13:20.112Z] #18 116.9 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-21T23:13:20.112Z] #18 116.9 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-21T23:13:20.112Z] #18 116.9 Setting up jq (1.5+dfsg-1.3) ... [2019-10-21T23:13:20.112Z] #18 116.9 Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-10-21T23:13:20.112Z] #18 116.9 Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-10-21T23:13:20.112Z] #18 116.9 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-21T23:13:20.112Z] #18 116.9 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:13:20.112Z] #18 116.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-21T23:13:20.112Z] #18 116.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-21T23:13:20.112Z] #18 116.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-21T23:13:20.112Z] #18 116.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-21T23:13:20.112Z] #18 116.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-21T23:13:20.112Z] #18 117.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-21T23:13:20.112Z] #18 117.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-21T23:13:20.112Z] #18 117.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-21T23:13:20.112Z] #18 117.0 Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-10-21T23:13:20.112Z] #18 117.0 Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T23:13:20.112Z] #18 117.0 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-21T23:13:20.112Z] #18 117.0 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-21T23:13:20.112Z] #18 117.0 Setting up btrfs-progs (4.7.3-1) ... [2019-10-21T23:13:20.112Z] #18 117.0 Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-10-21T23:13:20.112Z] #18 117.0 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-21T23:13:24.388Z] #18 121.3 Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-10-21T23:13:24.388Z] #18 121.3 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T23:13:24.388Z] #18 121.3 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-21T23:13:24.388Z] #18 121.3 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-21T23:13:24.388Z] #18 121.3 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-21T23:13:24.388Z] #18 121.3 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-21T23:13:24.388Z] #18 121.4 Setting up btrfs-tools (4.7.3-1) ... [2019-10-21T23:13:24.388Z] #18 121.4 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T23:13:24.388Z] #18 121.4 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-21T23:13:24.388Z] #18 121.4 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-21T23:13:24.388Z] #18 121.4 Setting up python3 (3.5.3-1) ... [2019-10-21T23:13:24.814Z] #18 ... [2019-10-21T23:13:24.814Z] [2019-10-21T23:13:24.814Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:13:24.814Z] #45 DONE 151.9s [2019-10-21T23:13:24.814Z] [2019-10-21T23:13:24.814Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:13:24.814Z] #42 100.3 CC criu/external.o [2019-10-21T23:13:24.814Z] #42 100.6 CC criu/fault-injection.o [2019-10-21T23:13:24.814Z] #42 100.7 CC criu/fdstore.o [2019-10-21T23:13:24.814Z] #42 101.1 CC criu/fifo.o [2019-10-21T23:13:24.814Z] #42 101.4 CC criu/file-ids.o [2019-10-21T23:13:24.814Z] #42 101.8 CC criu/file-lock.o [2019-10-21T23:13:24.814Z] #42 103.0 CC criu/files-ext.o [2019-10-21T23:13:24.814Z] #42 103.3 CC criu/files-reg.o [2019-10-21T23:13:24.814Z] #42 105.4 CC criu/files.o [2019-10-21T23:13:24.814Z] #42 107.6 CC criu/filesystems.o [2019-10-21T23:13:24.814Z] #42 108.4 CC criu/fsnotify.o [2019-10-21T23:13:24.814Z] #42 109.6 CC criu/image-desc.o [2019-10-21T23:13:24.814Z] #42 109.8 CC criu/image.o [2019-10-21T23:13:25.134Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-21T23:13:25.774Z] #42 110.9 CC criu/ipc_ns.o [2019-10-21T23:13:26.649Z] #42 ... [2019-10-21T23:13:26.649Z] [2019-10-21T23:13:26.649Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:13:26.649Z] #18 123.8 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-21T23:13:27.043Z] #8 unpacking docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 26.2s done [2019-10-21T23:13:27.043Z] #8 DONE 35.1s [2019-10-21T23:13:27.043Z] [2019-10-21T23:13:27.043Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-21T23:13:27.043Z] #9 DONE 0.2s [2019-10-21T23:13:27.043Z] [2019-10-21T23:13:27.043Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-21T23:13:27.043Z] #10 DONE 0.2s [2019-10-21T23:13:27.043Z] [2019-10-21T23:13:27.043Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:13:27.043Z] #21 DONE 0.1s [2019-10-21T23:13:27.043Z] [2019-10-21T23:13:27.043Z] #62 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-21T23:13:27.043Z] #62 ... [2019-10-21T23:13:27.043Z] [2019-10-21T23:13:27.043Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-21T23:13:27.043Z] #22 DONE 0.1s [2019-10-21T23:13:27.043Z] [2019-10-21T23:13:27.043Z] #31 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-21T23:13:27.043Z] #31 DONE 0.2s [2019-10-21T23:13:27.043Z] [2019-10-21T23:13:27.043Z] #44 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-21T23:13:27.043Z] #44 DONE 0.2s [2019-10-21T23:13:27.043Z] [2019-10-21T23:13:27.043Z] #47 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-21T23:13:27.043Z] #47 DONE 0.2s [2019-10-21T23:13:27.043Z] [2019-10-21T23:13:27.043Z] #50 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-21T23:13:27.043Z] #50 DONE 0.2s [2019-10-21T23:13:27.043Z] [2019-10-21T23:13:27.043Z] #62 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-21T23:13:27.043Z] #62 DONE 0.3s [2019-10-21T23:13:27.043Z] [2019-10-21T23:13:27.043Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:13:27.329Z] #51 ... [2019-10-21T23:13:27.329Z] [2019-10-21T23:13:27.329Z] #68 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-21T23:13:27.329Z] #68 DONE 0.3s [2019-10-21T23:13:27.329Z] [2019-10-21T23:13:27.329Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:13:27.329Z] #34 0.532 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T23:13:27.329Z] #34 0.631 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T23:13:27.329Z] #34 0.748 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T23:13:27.620Z] #34 0.770 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T23:13:27.620Z] #34 0.796 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T23:13:28.011Z] #18 124.7 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-21T23:13:28.011Z] #18 124.9 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-21T23:13:28.423Z] #18 125.1 Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-10-21T23:13:28.423Z] #18 125.1 Setting up python3-wheel (0.29.0-2) ... [2019-10-21T23:13:28.832Z] #18 126.0 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-21T23:13:29.123Z] #34 2.099 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-21T23:13:29.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-21T23:13:30.223Z] #18 127.0 Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-10-21T23:13:30.223Z] #18 127.0 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-21T23:13:31.138Z] #18 128.0 Setting up dmsetup (2:1.02.137-2) ... [2019-10-21T23:13:31.138Z] #18 128.0 Setting up python3-setuptools (33.1.1-1) ... [2019-10-21T23:13:31.833Z] #34 4.941 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-21T23:13:32.124Z] #34 ... [2019-10-21T23:13:32.124Z] [2019-10-21T23:13:32.124Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:13:32.124Z] #23 0.957 + RM_GOPATH=0 [2019-10-21T23:13:32.124Z] #23 0.957 + TMP_GOPATH= [2019-10-21T23:13:32.124Z] #23 0.957 + : /build [2019-10-21T23:13:32.124Z] #23 0.958 + '[' -z '' ']' [2019-10-21T23:13:32.124Z] #23 0.959 ++ mktemp -d [2019-10-21T23:13:32.124Z] #23 1.002 + export GOPATH=/tmp/tmp.D1S0205uZn [2019-10-21T23:13:32.124Z] #23 1.002 + GOPATH=/tmp/tmp.D1S0205uZn [2019-10-21T23:13:32.124Z] #23 1.003 + RM_GOPATH=1 [2019-10-21T23:13:32.124Z] #23 1.010 ++ dirname ./install.sh [2019-10-21T23:13:32.124Z] #23 1.022 + dir=. [2019-10-21T23:13:32.124Z] #23 1.024 + bin=dockercli [2019-10-21T23:13:32.124Z] #23 1.025 + shift [2019-10-21T23:13:32.124Z] #23 1.027 + '[' '!' -f ./dockercli.installer ']' [2019-10-21T23:13:32.124Z] #23 1.027 + . ./dockercli.installer [2019-10-21T23:13:32.124Z] #23 1.028 ++ : stable [2019-10-21T23:13:32.124Z] #23 1.028 ++ : 17.06.2-ce [2019-10-21T23:13:32.124Z] #23 1.045 + install_dockercli [2019-10-21T23:13:32.124Z] #23 1.047 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-21T23:13:32.124Z] #23 1.049 Install docker/cli version 17.06.2-ce from stable [2019-10-21T23:13:32.124Z] #23 1.050 ++ uname -m [2019-10-21T23:13:32.124Z] #23 1.053 + arch=ppc64le [2019-10-21T23:13:32.124Z] #23 1.053 + '[' ppc64le '!=' x86_64 ']' [2019-10-21T23:13:32.124Z] #23 1.054 + '[' ppc64le '!=' s390x ']' [2019-10-21T23:13:32.124Z] #23 1.055 + '[' ppc64le '!=' armhf ']' [2019-10-21T23:13:32.124Z] #23 1.055 + build_dockercli [2019-10-21T23:13:32.124Z] #23 1.056 + git clone https://github.com/docker/docker-ce /tmp/tmp.D1S0205uZn/tmp/docker-ce [2019-10-21T23:13:32.124Z] #23 1.067 Cloning into '/tmp/tmp.D1S0205uZn/tmp/docker-ce'... [2019-10-21T23:13:32.143Z] #18 129.1 Setting up dh-python (2.20170125) ... [2019-10-21T23:13:32.609Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-21T23:13:32.754Z] #23 ... [2019-10-21T23:13:32.754Z] [2019-10-21T23:13:32.754Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:13:32.754Z] #32 0.656 + RM_GOPATH=0 [2019-10-21T23:13:32.754Z] #32 0.667 + TMP_GOPATH= [2019-10-21T23:13:32.754Z] #32 0.667 + : /build [2019-10-21T23:13:32.754Z] #32 0.667 + '[' -z '' ']' [2019-10-21T23:13:32.754Z] #32 0.668 ++ mktemp -d [2019-10-21T23:13:32.754Z] #32 0.670 + export GOPATH=/tmp/tmp.4xmANVlMQx [2019-10-21T23:13:32.754Z] #32 0.670 + GOPATH=/tmp/tmp.4xmANVlMQx [2019-10-21T23:13:32.754Z] #32 0.670 + RM_GOPATH=1 [2019-10-21T23:13:32.754Z] #32 0.675 ++ dirname ./install.sh [2019-10-21T23:13:32.754Z] #32 0.677 + dir=. [2019-10-21T23:13:32.754Z] #32 0.677 + bin=tomlv [2019-10-21T23:13:32.754Z] #32 0.677 + shift [2019-10-21T23:13:32.754Z] #32 0.678 + '[' '!' -f ./tomlv.installer ']' [2019-10-21T23:13:32.754Z] #32 0.678 + . ./tomlv.installer [2019-10-21T23:13:32.754Z] #32 0.679 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T23:13:32.754Z] #32 0.680 + install_tomlv [2019-10-21T23:13:32.754Z] #32 0.680 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T23:13:32.754Z] #32 0.680 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-21T23:13:32.754Z] #32 0.681 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.4xmANVlMQx/src/github.com/BurntSushi/toml [2019-10-21T23:13:32.754Z] #32 0.685 Cloning into '/tmp/tmp.4xmANVlMQx/src/github.com/BurntSushi/toml'... [2019-10-21T23:13:32.754Z] #32 2.680 + cd /tmp/tmp.4xmANVlMQx/src/github.com/BurntSushi/toml [2019-10-21T23:13:32.754Z] #32 2.680 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T23:13:32.754Z] #32 2.714 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-21T23:13:32.754Z] #32 3.865 runtime/internal/sys [2019-10-21T23:13:32.754Z] #32 3.922 internal/cpu [2019-10-21T23:13:32.754Z] #32 3.945 math/bits [2019-10-21T23:13:32.754Z] #32 4.142 runtime/internal/atomic [2019-10-21T23:13:32.754Z] #32 5.060 runtime/internal/math [2019-10-21T23:13:32.754Z] #32 5.520 unicode/utf8 [2019-10-21T23:13:32.754Z] #32 5.562 internal/race [2019-10-21T23:13:33.027Z] #18 130.0 Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-10-21T23:13:33.028Z] #18 130.1 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:13:33.058Z] #32 5.957 sync/atomic [2019-10-21T23:13:33.058Z] #32 6.072 internal/bytealg [2019-10-21T23:13:33.324Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-21T23:13:33.438Z] #18 DONE 130.5s [2019-10-21T23:13:33.439Z] [2019-10-21T23:13:33.439Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T23:13:33.684Z] #32 ... [2019-10-21T23:13:33.684Z] [2019-10-21T23:13:33.684Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:13:33.684Z] #34 6.843 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-21T23:13:34.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-21T23:13:34.290Z] #19 ... [2019-10-21T23:13:34.290Z] [2019-10-21T23:13:34.290Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T23:13:34.290Z] #29 161.6 + rm -rf /tmp/tmp.iMfTn0SVLr [2019-10-21T23:13:34.290Z] #29 DONE 161.9s [2019-10-21T23:13:34.687Z] [2019-10-21T23:13:34.687Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:13:34.687Z] #42 112.5 CC criu/irmap.o [2019-10-21T23:13:34.687Z] #42 113.0 CC criu/kcmp-ids.o [2019-10-21T23:13:34.687Z] #42 113.3 CC criu/kerndat.o [2019-10-21T23:13:34.687Z] #42 114.2 CC criu/libnetlink.o [2019-10-21T23:13:34.687Z] #42 114.5 CC criu/log.o [2019-10-21T23:13:34.687Z] #42 115.0 CC criu/lsm.o [2019-10-21T23:13:34.687Z] #42 115.3 CC criu/mem.o [2019-10-21T23:13:34.687Z] #42 116.8 CC criu/mount.o [2019-10-21T23:13:34.687Z] #42 120.1 CC criu/namespaces.o [2019-10-21T23:13:35.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-21T23:13:36.627Z] #42 121.9 CC criu/net.o [2019-10-21T23:13:37.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-21T23:13:37.228Z] #34 ... [2019-10-21T23:13:37.228Z] [2019-10-21T23:13:37.228Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:13:37.228Z] #39 1.040 + mktemp -d [2019-10-21T23:13:37.228Z] #39 1.047 + export GOPATH=/tmp/tmp.jwqy4x50iF [2019-10-21T23:13:37.228Z] #39 1.047 + git clone https://github.com/docker/distribution.git /tmp/tmp.jwqy4x50iF/src/github.com/docker/distribution [2019-10-21T23:13:37.228Z] #39 1.068 Cloning into '/tmp/tmp.jwqy4x50iF/src/github.com/docker/distribution'... [2019-10-21T23:13:37.228Z] #39 ... [2019-10-21T23:13:37.228Z] [2019-10-21T23:13:37.228Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T23:13:37.228Z] #57 1.402 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T23:13:37.228Z] #57 1.406 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T23:13:37.228Z] #57 1.508 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T23:13:37.228Z] #57 1.583 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T23:13:37.228Z] #57 1.666 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T23:13:37.228Z] #57 3.709 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-21T23:13:37.228Z] #57 6.716 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-21T23:13:37.228Z] #57 8.789 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-21T23:13:37.228Z] #57 ... [2019-10-21T23:13:37.228Z] [2019-10-21T23:13:37.228Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T23:13:37.228Z] #11 1.009 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T23:13:37.228Z] #11 1.021 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T23:13:37.228Z] #11 1.126 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T23:13:37.228Z] #11 1.140 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T23:13:37.228Z] #11 1.207 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T23:13:37.228Z] #11 3.585 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-21T23:13:37.228Z] #11 6.675 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-21T23:13:37.228Z] #11 8.578 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-21T23:13:37.228Z] #11 ... [2019-10-21T23:13:37.228Z] [2019-10-21T23:13:37.228Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:13:37.228Z] #63 0.768 + RM_GOPATH=0 [2019-10-21T23:13:37.228Z] #63 0.768 + TMP_GOPATH= [2019-10-21T23:13:37.228Z] #63 0.768 + : /build/ [2019-10-21T23:13:37.228Z] #63 0.769 + '[' -z '' ']' [2019-10-21T23:13:37.228Z] #63 0.770 ++ mktemp -d [2019-10-21T23:13:37.228Z] #63 0.777 + export GOPATH=/tmp/tmp.4iGg1ZANVX [2019-10-21T23:13:37.228Z] #63 0.777 + GOPATH=/tmp/tmp.4iGg1ZANVX [2019-10-21T23:13:37.228Z] #63 0.777 + RM_GOPATH=1 [2019-10-21T23:13:37.228Z] #63 0.779 ++ dirname ./install.sh [2019-10-21T23:13:37.228Z] #63 0.782 + dir=. [2019-10-21T23:13:37.228Z] #63 0.782 + bin=rootlesskit [2019-10-21T23:13:37.228Z] #63 0.782 + shift [2019-10-21T23:13:37.228Z] #63 0.782 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-21T23:13:37.228Z] #63 0.783 + . ./rootlesskit.installer [2019-10-21T23:13:37.228Z] #63 0.783 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T23:13:37.228Z] #63 0.785 + install_rootlesskit [2019-10-21T23:13:37.228Z] #63 0.786 + case "$1" in [2019-10-21T23:13:37.228Z] #63 0.786 + export CGO_ENABLED=0 [2019-10-21T23:13:37.228Z] #63 0.786 + CGO_ENABLED=0 [2019-10-21T23:13:37.228Z] #63 0.786 + _install_rootlesskit [2019-10-21T23:13:37.228Z] #63 0.787 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-21T23:13:37.228Z] #63 0.787 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.4iGg1ZANVX/src/github.com/rootless-containers/rootlesskit [2019-10-21T23:13:37.228Z] #63 0.787 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T23:13:37.228Z] #63 0.793 Cloning into '/tmp/tmp.4iGg1ZANVX/src/github.com/rootless-containers/rootlesskit'... [2019-10-21T23:13:37.228Z] #63 7.917 + cd /tmp/tmp.4iGg1ZANVX/src/github.com/rootless-containers/rootlesskit [2019-10-21T23:13:37.228Z] #63 7.922 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T23:13:37.228Z] #63 8.941 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-21T23:13:37.228Z] #63 8.942 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-21T23:13:37.228Z] #63 ... [2019-10-21T23:13:37.228Z] [2019-10-21T23:13:37.228Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:13:37.228Z] #69 0.711 + RM_GOPATH=0 [2019-10-21T23:13:37.228Z] #69 0.713 + TMP_GOPATH= [2019-10-21T23:13:37.228Z] #69 0.714 + : /build [2019-10-21T23:13:37.228Z] #69 0.715 + '[' -z '' ']' [2019-10-21T23:13:37.228Z] #69 0.717 ++ mktemp -d [2019-10-21T23:13:37.228Z] #69 0.719 + export GOPATH=/tmp/tmp.hZ7R7OqLIk [2019-10-21T23:13:37.228Z] #69 0.719 + GOPATH=/tmp/tmp.hZ7R7OqLIk [2019-10-21T23:13:37.228Z] #69 0.720 + RM_GOPATH=1 [2019-10-21T23:13:37.228Z] #69 0.722 ++ dirname ./install.sh [2019-10-21T23:13:37.228Z] #69 0.724 + dir=. [2019-10-21T23:13:37.228Z] #69 0.724 + bin=proxy [2019-10-21T23:13:37.228Z] #69 0.725 + shift [2019-10-21T23:13:37.228Z] #69 0.725 + '[' '!' -f ./proxy.installer ']' [2019-10-21T23:13:37.228Z] #69 0.725 + . ./proxy.installer [2019-10-21T23:13:37.228Z] #69 0.726 ++ : 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T23:13:37.228Z] #69 0.727 + install_proxy [2019-10-21T23:13:37.228Z] #69 0.727 + case "$1" in [2019-10-21T23:13:37.228Z] #69 0.727 + export CGO_ENABLED=0 [2019-10-21T23:13:37.228Z] #69 0.727 + CGO_ENABLED=0 [2019-10-21T23:13:37.228Z] #69 0.727 + _install_proxy [2019-10-21T23:13:37.228Z] #69 0.728 Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T23:13:37.228Z] #69 0.728 + echo 'Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536' [2019-10-21T23:13:37.228Z] #69 0.728 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.hZ7R7OqLIk/src/github.com/docker/libnetwork [2019-10-21T23:13:37.228Z] #69 0.733 Cloning into '/tmp/tmp.hZ7R7OqLIk/src/github.com/docker/libnetwork'... [2019-10-21T23:13:37.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-21T23:13:37.519Z] #69 ... [2019-10-21T23:13:37.519Z] [2019-10-21T23:13:37.519Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:13:37.519Z] #45 0.932 + RM_GOPATH=0 [2019-10-21T23:13:37.519Z] #45 0.933 + TMP_GOPATH= [2019-10-21T23:13:37.519Z] #45 0.933 + : /build [2019-10-21T23:13:37.519Z] #45 0.934 + '[' -z '' ']' [2019-10-21T23:13:37.519Z] #45 0.941 ++ mktemp -d [2019-10-21T23:13:37.519Z] #45 0.972 + export GOPATH=/tmp/tmp.xaIpYfcupk [2019-10-21T23:13:37.519Z] #45 0.972 + GOPATH=/tmp/tmp.xaIpYfcupk [2019-10-21T23:13:37.519Z] #45 0.973 + RM_GOPATH=1 [2019-10-21T23:13:37.519Z] #45 0.979 ++ dirname ./install.sh [2019-10-21T23:13:37.519Z] #45 0.990 + dir=. [2019-10-21T23:13:37.519Z] #45 0.990 + bin=vndr [2019-10-21T23:13:37.519Z] #45 0.990 + shift [2019-10-21T23:13:37.519Z] #45 0.990 + '[' '!' -f ./vndr.installer ']' [2019-10-21T23:13:37.519Z] #45 0.991 + . ./vndr.installer [2019-10-21T23:13:37.519Z] #45 1.024 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T23:13:37.519Z] #45 1.025 + install_vndr [2019-10-21T23:13:37.519Z] #45 1.025 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-21T23:13:37.519Z] #45 1.025 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.xaIpYfcupk/src/github.com/LK4D4/vndr [2019-10-21T23:13:37.519Z] #45 1.026 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T23:13:37.519Z] #45 1.029 Cloning into '/tmp/tmp.xaIpYfcupk/src/github.com/LK4D4/vndr'... [2019-10-21T23:13:37.519Z] #45 2.961 + cd /tmp/tmp.xaIpYfcupk/src/github.com/LK4D4/vndr [2019-10-21T23:13:37.519Z] #45 2.963 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T23:13:37.519Z] #45 2.996 + go build -buildmode=pie -v -o /build/vndr . [2019-10-21T23:13:37.519Z] #45 5.255 internal/race [2019-10-21T23:13:37.519Z] #45 5.332 internal/cpu [2019-10-21T23:13:37.519Z] #45 5.400 runtime/internal/math [2019-10-21T23:13:37.519Z] #45 5.480 runtime/internal/atomic [2019-10-21T23:13:37.519Z] #45 5.716 sync/atomic [2019-10-21T23:13:37.519Z] #45 5.858 unicode [2019-10-21T23:13:37.519Z] #45 6.827 unicode/utf8 [2019-10-21T23:13:37.519Z] #45 7.428 math [2019-10-21T23:13:37.519Z] #45 7.923 internal/bytealg [2019-10-21T23:13:37.519Z] #45 9.225 internal/testlog [2019-10-21T23:13:37.519Z] #45 ... [2019-10-21T23:13:37.519Z] [2019-10-21T23:13:37.519Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:13:37.519Z] #48 0.814 + RM_GOPATH=0 [2019-10-21T23:13:37.519Z] #48 0.821 + TMP_GOPATH= [2019-10-21T23:13:37.519Z] #48 0.821 + : /build [2019-10-21T23:13:37.519Z] #48 0.823 + '[' -z '' ']' [2019-10-21T23:13:37.519Z] #48 0.825 ++ mktemp -d [2019-10-21T23:13:37.519Z] #48 0.844 + export GOPATH=/tmp/tmp.ugr1y2ukCO [2019-10-21T23:13:37.519Z] #48 0.844 + GOPATH=/tmp/tmp.ugr1y2ukCO [2019-10-21T23:13:37.519Z] #48 0.844 + RM_GOPATH=1 [2019-10-21T23:13:37.519Z] #48 0.845 ++ dirname ./install.sh [2019-10-21T23:13:37.519Z] #48 0.854 + dir=. [2019-10-21T23:13:37.519Z] #48 0.879 + bin=gotestsum [2019-10-21T23:13:37.519Z] #48 0.881 + shift [2019-10-21T23:13:37.519Z] #48 0.882 + '[' '!' -f ./gotestsum.installer ']' [2019-10-21T23:13:37.519Z] #48 0.882 + . ./gotestsum.installer [2019-10-21T23:13:37.519Z] #48 0.882 ++ : v0.3.5 [2019-10-21T23:13:37.519Z] #48 0.882 + install_gotestsum [2019-10-21T23:13:37.519Z] #48 0.883 + echo 'Installing gotestsum version v0.3.5' [2019-10-21T23:13:37.519Z] #48 0.884 Installing gotestsum version v0.3.5 [2019-10-21T23:13:37.519Z] #48 0.884 + go get -d gotest.tools/gotestsum [2019-10-21T23:13:37.807Z] #48 ... [2019-10-21T23:13:37.807Z] [2019-10-21T23:13:37.807Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T23:13:37.807Z] #25 0.574 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T23:13:37.807Z] #25 0.633 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T23:13:37.807Z] #25 0.794 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T23:13:37.807Z] #25 0.815 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T23:13:37.807Z] #25 0.862 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T23:13:37.807Z] #25 2.097 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-21T23:13:37.807Z] #25 4.891 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-21T23:13:37.807Z] #25 6.612 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-21T23:13:37.807Z] #25 ... [2019-10-21T23:13:37.807Z] [2019-10-21T23:13:37.807Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:13:37.807Z] #41 1.468 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T23:13:37.807Z] #41 1.485 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T23:13:37.807Z] #41 1.548 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T23:13:37.807Z] #41 1.638 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T23:13:37.807Z] #41 1.748 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T23:13:37.807Z] #41 5.157 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-21T23:13:37.807Z] #41 8.266 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-21T23:13:37.807Z] #41 10.26 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-21T23:13:37.864Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-21T23:13:38.093Z] #41 ... [2019-10-21T23:13:38.093Z] [2019-10-21T23:13:38.093Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T23:13:38.093Z] #29 0.908 + mktemp -d [2019-10-21T23:13:38.093Z] #29 0.910 + export GOPATH=/tmp/tmp.bRBuKEkS3B [2019-10-21T23:13:38.093Z] #29 0.910 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.bRBuKEkS3B/src/github.com/go-swagger/go-swagger [2019-10-21T23:13:38.093Z] #29 0.917 Cloning into '/tmp/tmp.bRBuKEkS3B/src/github.com/go-swagger/go-swagger'... [2019-10-21T23:13:38.093Z] #29 ... [2019-10-21T23:13:38.093Z] [2019-10-21T23:13:38.093Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:13:38.093Z] #51 0.897 + RM_GOPATH=0 [2019-10-21T23:13:38.093Z] #51 0.906 + TMP_GOPATH= [2019-10-21T23:13:38.093Z] #51 0.907 + : /build [2019-10-21T23:13:38.093Z] #51 0.909 + '[' -z '' ']' [2019-10-21T23:13:38.093Z] #51 0.929 ++ mktemp -d [2019-10-21T23:13:38.093Z] #51 0.934 + export GOPATH=/tmp/tmp.iqYPKFPqvd [2019-10-21T23:13:38.093Z] #51 0.934 + GOPATH=/tmp/tmp.iqYPKFPqvd [2019-10-21T23:13:38.093Z] #51 0.934 + RM_GOPATH=1 [2019-10-21T23:13:38.093Z] #51 0.942 ++ dirname ./install.sh [2019-10-21T23:13:38.093Z] #51 0.951 + dir=. [2019-10-21T23:13:38.093Z] #51 0.951 + bin=golangci_lint [2019-10-21T23:13:38.093Z] #51 0.951 + shift [2019-10-21T23:13:38.093Z] #51 0.952 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-21T23:13:38.093Z] #51 0.953 + . ./golangci_lint.installer [2019-10-21T23:13:38.093Z] #51 0.953 ++ : v1.20.0 [2019-10-21T23:13:38.093Z] #51 0.956 + install_golangci_lint [2019-10-21T23:13:38.093Z] #51 0.956 + echo 'Installing golangci-lint version v1.20.0' [2019-10-21T23:13:38.093Z] #51 0.956 Installing golangci-lint version v1.20.0 [2019-10-21T23:13:38.093Z] #51 0.956 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-21T23:13:38.320Z] #42 ... [2019-10-21T23:13:38.320Z] [2019-10-21T23:13:38.320Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T23:13:38.321Z] #19 4.555 Collecting yamllint==1.16.0 [2019-10-21T23:13:38.742Z] #19 5.203 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-21T23:13:39.156Z] #19 5.410 Collecting pyyaml (from yamllint==1.16.0) [2019-10-21T23:13:39.156Z] #19 5.569 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-21T23:13:39.596Z] #51 ... [2019-10-21T23:13:39.596Z] [2019-10-21T23:13:39.596Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:13:39.596Z] #45 10.77 unicode/utf16 [2019-10-21T23:13:39.596Z] #45 11.98 runtime [2019-10-21T23:13:39.596Z] #45 12.17 container/list [2019-10-21T23:13:39.807Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-21T23:13:40.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-21T23:13:40.515Z] #19 7.055 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-21T23:13:40.515Z] #19 7.139 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-21T23:13:40.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-21T23:13:41.377Z] #19 7.930 Building wheels for collected packages: pyyaml, pathspec [2019-10-21T23:13:41.377Z] #19 7.939 Running setup.py bdist_wheel for pyyaml: started [2019-10-21T23:13:42.237Z] #19 8.866 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-21T23:13:42.237Z] #19 8.867 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-21T23:13:42.237Z] #19 8.936 Running setup.py bdist_wheel for pathspec: started [2019-10-21T23:13:42.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-21T23:13:43.107Z] #45 15.94 crypto/internal/subtle [2019-10-21T23:13:43.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-21T23:13:43.735Z] #45 ... [2019-10-21T23:13:43.735Z] [2019-10-21T23:13:43.735Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:13:43.735Z] #32 6.604 math [2019-10-21T23:13:43.735Z] #32 7.450 unicode [2019-10-21T23:13:43.735Z] #32 8.354 internal/testlog [2019-10-21T23:13:43.735Z] #32 9.462 runtime [2019-10-21T23:13:43.735Z] #32 9.802 encoding [2019-10-21T23:13:43.735Z] #32 10.49 runtime/cgo [2019-10-21T23:13:43.802Z] #19 10.02 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-21T23:13:43.802Z] #19 10.02 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-21T23:13:43.802Z] #19 10.03 Successfully built pyyaml pathspec [2019-10-21T23:13:43.802Z] #19 10.04 Installing collected packages: pyyaml, pathspec, yamllint [2019-10-21T23:13:44.027Z] #32 ... [2019-10-21T23:13:44.027Z] [2019-10-21T23:13:44.027Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:13:44.027Z] #45 16.81 crypto/subtle [2019-10-21T23:13:44.267Z] #19 10.68 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-21T23:13:44.677Z] #19 DONE 11.0s [2019-10-21T23:13:44.677Z] [2019-10-21T23:13:44.677Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:13:44.677Z] #42 124.6 CC criu/netfilter.o [2019-10-21T23:13:44.677Z] #42 124.9 CC criu/page-pipe.o [2019-10-21T23:13:44.677Z] #42 125.6 CC criu/page-xfer.o [2019-10-21T23:13:44.677Z] #42 126.6 CC criu/pagemap-cache.o [2019-10-21T23:13:44.677Z] #42 126.8 CC criu/pagemap.o [2019-10-21T23:13:44.677Z] #42 127.6 CC criu/parasite-syscall.o [2019-10-21T23:13:44.677Z] #42 128.3 CC criu/path.o [2019-10-21T23:13:44.677Z] #42 128.7 CC criu/pie-util-vdso-elf32.o [2019-10-21T23:13:44.677Z] #42 129.5 CC criu/pie-util-vdso.o [2019-10-21T23:13:44.677Z] #42 129.7 CC criu/pie-util.o [2019-10-21T23:13:44.677Z] #42 ... [2019-10-21T23:13:44.677Z] [2019-10-21T23:13:44.677Z] #24 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-21T23:13:44.677Z] #24 DONE 0.1s [2019-10-21T23:13:44.677Z] [2019-10-21T23:13:44.677Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:13:44.677Z] #42 129.9 CC criu/pipes.o [2019-10-21T23:13:44.677Z] #42 ... [2019-10-21T23:13:44.677Z] [2019-10-21T23:13:44.677Z] #28 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-21T23:13:45.055Z] #45 17.75 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-21T23:13:45.055Z] #45 18.09 internal/nettrace [2019-10-21T23:13:45.086Z] #28 DONE 0.5s [2019-10-21T23:13:45.086Z] [2019-10-21T23:13:45.086Z] #30 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-21T23:13:45.490Z] #30 DONE 0.1s [2019-10-21T23:13:45.490Z] [2019-10-21T23:13:45.490Z] #33 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-21T23:13:45.490Z] #33 DONE 0.1s [2019-10-21T23:13:45.490Z] [2019-10-21T23:13:45.490Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:13:45.490Z] #55 ... [2019-10-21T23:13:45.490Z] [2019-10-21T23:13:45.490Z] #38 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-21T23:13:45.490Z] #38 DONE 0.2s [2019-10-21T23:13:45.490Z] [2019-10-21T23:13:45.490Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:13:45.490Z] #42 130.9 CC criu/plugin.o [2019-10-21T23:13:45.908Z] #42 131.3 CC criu/proc_parse.o [2019-10-21T23:13:45.936Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-21T23:13:46.083Z] #45 18.70 runtime/cgo [2019-10-21T23:13:46.942Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-21T23:13:46.942Z] Using test binary docker [2019-10-21T23:13:46.942Z] +++ /etc/init.d/apparmor start [2019-10-21T23:13:46.942Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T23:13:46.942Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T23:13:46.942Z] Warning failed to create cache: (null) [2019-10-21T23:13:46.942Z] . [2019-10-21T23:13:46.942Z] Starting dockerd [2019-10-21T23:13:46.942Z] INFO: Waiting for daemon to start... [2019-10-21T23:13:46.942Z] +++ 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-21T23:13:47.833Z] #42 133.2 CC criu/protobuf-desc.o [2019-10-21T23:13:47.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-21T23:13:48.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-21T23:13:49.442Z] #42 134.2 CC criu/protobuf.o [2019-10-21T23:13:49.442Z] #42 134.5 CC criu/pstree.o [2019-10-21T23:13:49.467Z] . [2019-10-21T23:13:49.467Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-21T23:13:49.467Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-21T23:13:49.467Z] Error: No such image: emptyfs [2019-10-21T23:13:49.467Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-21T23:13:49.467Z] ++++ docker load [2019-10-21T23:13:49.584Z] #45 ... [2019-10-21T23:13:49.584Z] [2019-10-21T23:13:49.584Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:13:49.584Z] #34 22.84 Fetched 7720 kB in 22s (344 kB/s) [2019-10-21T23:13:49.724Z] Running integration-test (iteration 1) [2019-10-21T23:13:49.724Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-10-21T23:13:49.725Z] ++ 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-21T23:13:49.725Z] ++ set -e [2019-10-21T23:13:49.725Z] ++ '[' -n 0 ']' [2019-10-21T23:13:49.725Z] ++ set -x [2019-10-21T23:13:49.725Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-21T23:13:50.969Z] #42 135.9 CC criu/rbtree.o [2019-10-21T23:13:50.969Z] #42 136.2 CC criu/rst-malloc.o [2019-10-21T23:13:50.969Z] #42 136.4 CC criu/seccomp.o [2019-10-21T23:13:51.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-21T23:13:51.368Z] #42 136.9 CC criu/seize.o [2019-10-21T23:13:52.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-21T23:13:52.738Z] #42 137.7 CC criu/servicefd.o [2019-10-21T23:13:52.738Z] #42 ... [2019-10-21T23:13:52.738Z] [2019-10-21T23:13:52.738Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:13:52.738Z] #55 152.2 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-21T23:13:53.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-21T23:13:54.658Z] #55 154.0 + mkdir -p /build [2019-10-21T23:13:54.658Z] #55 154.0 + cp runc /build/runc [2019-10-21T23:13:54.658Z] #55 DONE 154.2s [2019-10-21T23:13:54.658Z] [2019-10-21T23:13:54.659Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:13:54.659Z] #42 138.2 CC criu/shmem.o [2019-10-21T23:13:54.659Z] #42 139.0 CC criu/sigframe.o [2019-10-21T23:13:54.659Z] #42 139.1 CC criu/signalfd.o [2019-10-21T23:13:54.659Z] #42 139.3 CC criu/sk-inet.o [2019-10-21T23:13:54.659Z] #42 140.1 CC criu/sk-netlink.o [2019-10-21T23:13:54.999Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-21T23:13:54.999Z] Using test binary docker [2019-10-21T23:13:54.999Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-21T23:13:54.999Z] +++ /etc/init.d/apparmor start [2019-10-21T23:13:54.999Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T23:13:54.999Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T23:13:54.999Z] Warning failed to create cache: (null) [2019-10-21T23:13:54.999Z] . [2019-10-21T23:13:54.999Z] INFO: Waiting for daemon to start... [2019-10-21T23:13:54.999Z] Starting dockerd [2019-10-21T23:13:54.999Z] +++ 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-21T23:13:55.138Z] #34 22.84 Reading package lists... [2019-10-21T23:13:55.138Z] #34 ... [2019-10-21T23:13:55.138Z] [2019-10-21T23:13:55.138Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:13:55.138Z] #39 27.73 + cd /tmp/tmp.jwqy4x50iF/src/github.com/docker/distribution [2019-10-21T23:13:55.138Z] #39 27.73 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-21T23:13:55.716Z] #42 140.6 CC criu/sk-packet.o [2019-10-21T23:13:56.596Z] #42 141.8 CC criu/sk-queue.o [2019-10-21T23:13:57.025Z] #42 142.1 CC criu/sk-tcp.o [2019-10-21T23:13:57.025Z] #42 142.4 CC criu/sk-unix.o [2019-10-21T23:13:57.158Z] . [2019-10-21T23:13:57.158Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-21T23:13:57.158Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-21T23:13:57.416Z] Error: No such image: emptyfs [2019-10-21T23:13:57.416Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-21T23:13:57.416Z] ++++ docker load [2019-10-21T23:13:57.675Z] Running integration-test (iteration 1) [2019-10-21T23:13:57.675Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2019-10-21T23:13:57.675Z] ++ 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-21T23:13:57.675Z] ++ set -e [2019-10-21T23:13:57.675Z] ++ '[' -n 0 ']' [2019-10-21T23:13:57.675Z] ++ set -x [2019-10-21T23:13:57.675Z] ++ env -i DEST=/go/src/github.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-21T23:13:57.846Z] #39 30.68 + GOPATH=/tmp/tmp.jwqy4x50iF/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.jwqy4x50iF go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-21T23:13:58.395Z] #42 143.8 CC criu/sockets.o [2019-10-21T23:13:58.901Z] #39 ... [2019-10-21T23:13:58.901Z] [2019-10-21T23:13:58.901Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T23:13:58.901Z] #25 21.91 Fetched 7720 kB in 21s (359 kB/s) [2019-10-21T23:13:58.901Z] #25 21.91 Reading package lists... [2019-10-21T23:13:58.901Z] #25 ... [2019-10-21T23:13:58.901Z] [2019-10-21T23:13:58.901Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:13:58.902Z] #69 29.92 + cd /tmp/tmp.hZ7R7OqLIk/src/github.com/docker/libnetwork [2019-10-21T23:13:58.902Z] #69 29.92 + git checkout -q 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T23:13:58.902Z] #69 31.03 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-21T23:13:59.203Z] #42 144.4 CC criu/stats.o [2019-10-21T23:13:59.203Z] #42 144.7 CC criu/string.o [2019-10-21T23:13:59.203Z] #42 144.7 CC criu/sysctl.o [2019-10-21T23:14:00.064Z] #42 145.3 CC criu/sysfs_parse.o [2019-10-21T23:14:00.467Z] #42 145.6 CC criu/timerfd.o [2019-10-21T23:14:00.467Z] #42 145.8 CC criu/tty.o [2019-10-21T23:14:00.965Z] #69 ... [2019-10-21T23:14:00.965Z] [2019-10-21T23:14:00.965Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T23:14:00.965Z] #57 23.76 Fetched 7720 kB in 22s (345 kB/s) [2019-10-21T23:14:00.965Z] #57 23.76 Reading package lists... [2019-10-21T23:14:00.965Z] #57 33.72 Reading package lists... [2019-10-21T23:14:00.965Z] #57 ... [2019-10-21T23:14:00.965Z] [2019-10-21T23:14:00.965Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:14:00.965Z] #51 33.22 + cd /tmp/tmp.iqYPKFPqvd/src/github.com/golangci/golangci-lint/ [2019-10-21T23:14:00.965Z] #51 33.22 + git checkout -q v1.20.0 [2019-10-21T23:14:01.256Z] #51 34.13 ++ git describe --tags [2019-10-21T23:14:01.256Z] #51 34.20 + version=v1.20.0 [2019-10-21T23:14:01.256Z] #51 34.20 ++ git rev-parse --short HEAD [2019-10-21T23:14:01.256Z] #51 34.20 + commit=cc98739 [2019-10-21T23:14:01.256Z] #51 34.22 ++ git show -s --format=%cd [2019-10-21T23:14:01.256Z] #51 34.23 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-10-21T23:14:01.256Z] #51 34.24 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-21T23:14:01.544Z] #51 ... [2019-10-21T23:14:01.544Z] [2019-10-21T23:14:01.544Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:14:01.544Z] #45 24.41 vendor/golang.org/x/crypto/internal/subtle [2019-10-21T23:14:01.544Z] #45 ... [2019-10-21T23:14:01.544Z] [2019-10-21T23:14:01.544Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T23:14:01.544Z] #11 24.88 Fetched 7720 kB in 23s (323 kB/s) [2019-10-21T23:14:01.544Z] #11 24.88 Reading package lists... [2019-10-21T23:14:01.834Z] #11 ... [2019-10-21T23:14:01.834Z] [2019-10-21T23:14:01.834Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:14:01.834Z] #34 22.84 Reading package lists... [2019-10-21T23:14:02.688Z] #42 147.8 CC criu/tun.o [2019-10-21T23:14:02.688Z] #42 148.2 CC criu/uffd.o [2019-10-21T23:14:02.873Z] #34 32.94 Reading package lists... [2019-10-21T23:14:02.873Z] #34 ... [2019-10-21T23:14:02.873Z] [2019-10-21T23:14:02.873Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:14:02.873Z] #41 25.90 Fetched 7720 kB in 24s (316 kB/s) [2019-10-21T23:14:02.873Z] #41 25.90 Reading package lists... [2019-10-21T23:14:02.873Z] #41 35.17 Reading package lists... [2019-10-21T23:14:02.873Z] #41 ... [2019-10-21T23:14:02.873Z] [2019-10-21T23:14:02.873Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T23:14:03.569Z] #42 148.9 CC criu/util.o [2019-10-21T23:14:03.570Z] #42 ... [2019-10-21T23:14:03.570Z] [2019-10-21T23:14:03.570Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:14:03.570Z] #39 191.2 + dpkg --print-architecture [2019-10-21T23:14:03.570Z] #39 191.2 + cd /tmp/tmp.gpVmFtvQuP/src/github.com/docker/distribution [2019-10-21T23:14:03.570Z] #39 191.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-21T23:14:03.982Z] #39 191.5 + GOPATH=/tmp/tmp.gpVmFtvQuP/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.gpVmFtvQuP [2019-10-21T23:14:03.982Z] #39 191.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-21T23:14:07.650Z] Loaded image: buildpack-deps:jessie [2019-10-21T23:14:07.650Z] Loaded image: busybox:latest [2019-10-21T23:14:07.650Z] Loaded image: busybox:glibc [2019-10-21T23:14:07.650Z] Loaded image: debian:jessie [2019-10-21T23:14:07.650Z] Loaded image: hello-world:latest [2019-10-21T23:14:07.650Z] INFO: Testing against a local daemon [2019-10-21T23:14:07.650Z] === RUN TestCgroupNamespacesBuild [2019-10-21T23:14:08.308Z] #39 ... [2019-10-21T23:14:08.308Z] [2019-10-21T23:14:08.308Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:14:08.308Z] #42 149.7 CC criu/uts_ns.o [2019-10-21T23:14:08.308Z] #42 149.9 CC criu/vdso.o [2019-10-21T23:14:08.308Z] #42 150.2 LINK criu/built-in.o [2019-10-21T23:14:08.308Z] #42 150.4 LINK criu/criu [2019-10-21T23:14:08.308Z] #42 150.7 DEP lib/c/criu.d [2019-10-21T23:14:08.308Z] #42 150.7 CC images/rpc.pb-c.o [2019-10-21T23:14:08.308Z] #42 151.1 CC lib/c/criu.o [2019-10-21T23:14:08.308Z] #42 151.6 LINK lib/c/built-in.o [2019-10-21T23:14:08.308Z] #42 151.6 LINK lib/c/libcriu.so [2019-10-21T23:14:08.308Z] #42 151.7 GEN magic.py [2019-10-21T23:14:08.308Z] #42 151.8 Note: Building without setproctitle() and strlcpy() support. [2019-10-21T23:14:08.308Z] #42 151.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-21T23:14:08.308Z] #42 152.0 fatal: Not a git repository (or any of the parent directories): .git [2019-10-21T23:14:08.308Z] #42 152.5 make[1]: Nothing to be done for 'all'. [2019-10-21T23:14:08.308Z] #42 153.0 make[1]: 'images/built-in.o' is up to date. [2019-10-21T23:14:08.308Z] #42 153.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-21T23:14:08.308Z] #42 153.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-21T23:14:08.308Z] #42 153.1 make[1]: 'compel/libcompel.a' is up to date. [2019-10-21T23:14:08.308Z] #42 153.1 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-21T23:14:08.308Z] #42 153.1 make[1]: Nothing to be done for 'all'. [2019-10-21T23:14:08.308Z] #42 153.1 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-21T23:14:08.308Z] #42 153.2 make[2]: Nothing to be done for 'all'. [2019-10-21T23:14:08.308Z] #42 153.3 make[2]: Nothing to be done for 'all'. [2019-10-21T23:14:08.308Z] #42 153.3 make[2]: Nothing to be done for 'all'. [2019-10-21T23:14:08.308Z] #42 153.3 make[2]: Nothing to be done for 'all'. [2019-10-21T23:14:08.308Z] #42 153.4 make[2]: Nothing to be done for 'all'. [2019-10-21T23:14:08.308Z] #42 153.4 make[2]: Nothing to be done for 'all'. [2019-10-21T23:14:08.308Z] #42 153.4 make[2]: Nothing to be done for 'all'. [2019-10-21T23:14:08.308Z] #42 153.5 make[2]: Nothing to be done for 'all'. [2019-10-21T23:14:08.308Z] #42 153.5 INSTALL criu/criu [2019-10-21T23:14:08.308Z] #42 DONE 153.6s [2019-10-21T23:14:08.308Z] [2019-10-21T23:14:08.308Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:14:09.727Z] 65014b3c3121: Pull complete [2019-10-21T23:14:09.742Z] #11 35.85 Reading package lists... [2019-10-21T23:14:09.742Z] #11 ... [2019-10-21T23:14:09.742Z] [2019-10-21T23:14:09.742Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T23:14:09.742Z] #25 32.26 Reading package lists... [2019-10-21T23:14:09.742Z] #25 42.09 Building dependency tree... [2019-10-21T23:14:09.742Z] #25 ... [2019-10-21T23:14:09.742Z] [2019-10-21T23:14:09.742Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:14:09.742Z] #34 32.94 Reading package lists... [2019-10-21T23:14:11.240Z] #34 42.93 Building dependency tree... [2019-10-21T23:14:11.840Z] --- PASS: TestCgroupNamespacesBuild (4.25s) [2019-10-21T23:14:11.840Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-21T23:14:11.840Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-21T23:14:12.766Z] #34 45.88 The following additional packages will be installed: [2019-10-21T23:14:12.766Z] #34 45.90 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-21T23:14:12.766Z] #34 45.90 Suggested packages: [2019-10-21T23:14:12.766Z] #34 45.91 codeblocks eclipse ninja-build lrzip [2019-10-21T23:14:12.766Z] #34 45.91 Recommended packages: [2019-10-21T23:14:12.766Z] #34 45.91 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-21T23:14:13.215Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.73s) [2019-10-21T23:14:13.215Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-21T23:14:13.215Z] === RUN TestBuildWithSession [2019-10-21T23:14:13.215Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-21T23:14:13.215Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T23:14:13.215Z] === RUN TestBuildSquashParent [2019-10-21T23:14:14.265Z] #34 47.30 The following NEW packages will be installed: [2019-10-21T23:14:14.265Z] #34 47.31 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-21T23:14:14.265Z] #34 47.33 vim-common xxd [2019-10-21T23:14:14.265Z] #34 47.45 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T23:14:14.265Z] #34 47.45 Need to get 13.4 MB of archives. [2019-10-21T23:14:14.265Z] #34 47.45 After this operation, 60.4 MB of additional disk space will be used. [2019-10-21T23:14:14.265Z] #34 47.45 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-10-21T23:14:14.557Z] #34 47.75 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-21T23:14:14.557Z] #34 47.76 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-10-21T23:14:15.586Z] #34 ... [2019-10-21T23:14:15.586Z] [2019-10-21T23:14:15.586Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T23:14:15.586Z] #25 42.09 Building dependency tree... [2019-10-21T23:14:15.586Z] #25 45.13 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-21T23:14:15.586Z] #25 45.13 The following additional packages will be installed: [2019-10-21T23:14:15.586Z] #25 45.13 libjq1 libonig4 [2019-10-21T23:14:15.586Z] #25 45.70 The following NEW packages will be installed: [2019-10-21T23:14:15.586Z] #25 45.72 jq libjq1 libonig4 [2019-10-21T23:14:15.586Z] #25 45.92 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T23:14:15.586Z] #25 45.92 Need to get 310 kB of archives. [2019-10-21T23:14:15.586Z] #25 45.92 After this operation, 1267 kB of additional disk space will be used. [2019-10-21T23:14:15.586Z] #25 45.92 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-21T23:14:15.586Z] #25 45.96 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-21T23:14:15.586Z] #25 45.98 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-21T23:14:15.586Z] #25 47.99 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T23:14:15.586Z] #25 48.26 Fetched 310 kB in 0s (2043 kB/s) [2019-10-21T23:14:15.586Z] #25 48.44 Selecting previously unselected package libonig4:ppc64el. [2019-10-21T23:14:15.586Z] #25 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-21T23:14:15.586Z] #25 48.68 Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-10-21T23:14:15.586Z] #25 48.68 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-21T23:14:15.868Z] sha256:db649bee8c070036585598d281e7f95198d7e4fdf547cf96e0304b0acaa12195 [2019-10-21T23:14:15.868Z] INFO: Starting docker-py tests... [2019-10-21T23:14:15.868Z] ============================= test session starts ============================== [2019-10-21T23:14:15.868Z] platform linux -- Python 3.7.5, pytest-4.3.1, py-1.8.0, pluggy-0.13.0 [2019-10-21T23:14:15.868Z] rootdir: /src, inifile: pytest.ini [2019-10-21T23:14:15.868Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-10-21T23:14:15.868Z] collected 385 items / 5 deselected / 380 selected [2019-10-21T23:14:15.868Z] [2019-10-21T23:14:15.877Z] #25 49.14 Selecting previously unselected package libjq1:ppc64el. [2019-10-21T23:14:15.877Z] #25 49.17 Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-21T23:14:15.877Z] #25 49.22 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-21T23:14:16.507Z] #25 49.52 Selecting previously unselected package jq. [2019-10-21T23:14:16.507Z] #25 49.55 Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-21T23:14:16.507Z] #25 49.55 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-21T23:14:16.799Z] #25 49.94 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-21T23:14:16.799Z] #25 49.96 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-21T23:14:16.799Z] #25 49.96 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:14:16.799Z] #25 50.10 Setting up jq (1.5+dfsg-1.3) ... [2019-10-21T23:14:17.087Z] #25 DONE 50.3s [2019-10-21T23:14:17.087Z] [2019-10-21T23:14:17.087Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-21T23:14:17.087Z] #26 DONE 0.1s [2019-10-21T23:14:17.087Z] [2019-10-21T23:14:17.087Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:14:19.176Z] #27 ... [2019-10-21T23:14:19.176Z] [2019-10-21T23:14:19.176Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T23:14:19.176Z] #57 33.72 Reading package lists... [2019-10-21T23:14:19.176Z] #57 43.50 Building dependency tree... [2019-10-21T23:14:19.176Z] #57 46.91 The following additional packages will be installed: [2019-10-21T23:14:19.176Z] #57 46.93 btrfs-progs liblzo2-2 [2019-10-21T23:14:19.176Z] #57 47.42 The following NEW packages will be installed: [2019-10-21T23:14:19.176Z] #57 47.46 btrfs-progs btrfs-tools liblzo2-2 [2019-10-21T23:14:19.176Z] #57 47.65 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T23:14:19.176Z] #57 47.65 Need to get 588 kB of archives. [2019-10-21T23:14:19.176Z] #57 47.65 After this operation, 5005 kB of additional disk space will be used. [2019-10-21T23:14:19.176Z] #57 47.65 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-21T23:14:19.176Z] #57 47.69 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-21T23:14:19.176Z] #57 47.79 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-21T23:14:19.176Z] #57 49.69 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T23:14:19.176Z] #57 49.90 Fetched 588 kB in 0s (2907 kB/s) [2019-10-21T23:14:19.176Z] #57 50.06 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-21T23:14:19.176Z] #57 50.06 (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-21T23:14:19.176Z] #57 50.21 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-21T23:14:19.176Z] #57 50.25 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-21T23:14:19.176Z] #57 50.55 Selecting previously unselected package btrfs-progs. [2019-10-21T23:14:19.176Z] #57 50.58 Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-21T23:14:19.176Z] #57 50.61 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-21T23:14:19.176Z] #57 51.42 Selecting previously unselected package btrfs-tools. [2019-10-21T23:14:19.176Z] #57 51.44 Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-21T23:14:19.176Z] #57 51.44 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-21T23:14:19.176Z] #57 51.77 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:14:19.176Z] #57 52.01 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-21T23:14:19.176Z] #57 52.02 Setting up btrfs-progs (4.7.3-1) ... [2019-10-21T23:14:19.176Z] #57 52.02 Setting up btrfs-tools (4.7.3-1) ... [2019-10-21T23:14:19.176Z] #57 52.03 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:14:19.176Z] #57 DONE 52.3s [2019-10-21T23:14:19.176Z] [2019-10-21T23:14:19.176Z] #58 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:14:19.176Z] #58 DONE 0.1s [2019-10-21T23:14:19.176Z] [2019-10-21T23:14:19.176Z] #59 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-21T23:14:19.474Z] #59 DONE 0.1s [2019-10-21T23:14:19.474Z] [2019-10-21T23:14:19.474Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:14:19.474Z] #60 0.349 + RM_GOPATH=0 [2019-10-21T23:14:19.762Z] #60 0.349 + TMP_GOPATH= [2019-10-21T23:14:19.762Z] #60 0.349 + : /build [2019-10-21T23:14:19.762Z] #60 0.349 + '[' -z '' ']' [2019-10-21T23:14:19.762Z] #60 0.361 ++ mktemp -d [2019-10-21T23:14:19.762Z] #60 0.370 + export GOPATH=/tmp/tmp.1oUuRIob9X [2019-10-21T23:14:19.762Z] #60 0.370 + GOPATH=/tmp/tmp.1oUuRIob9X [2019-10-21T23:14:19.762Z] #60 0.370 + RM_GOPATH=1 [2019-10-21T23:14:19.762Z] #60 0.371 ++ dirname ./install.sh [2019-10-21T23:14:19.762Z] #60 0.374 + dir=. [2019-10-21T23:14:19.762Z] #60 0.374 + bin=containerd [2019-10-21T23:14:19.762Z] #60 0.375 + shift [2019-10-21T23:14:19.762Z] #60 0.375 + '[' '!' -f ./containerd.installer ']' [2019-10-21T23:14:19.762Z] #60 0.376 + . ./containerd.installer [2019-10-21T23:14:19.762Z] #60 0.377 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T23:14:19.762Z] #60 0.381 + install_containerd [2019-10-21T23:14:19.762Z] #60 0.383 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-21T23:14:19.762Z] #60 0.383 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T23:14:19.762Z] #60 0.384 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1oUuRIob9X/src/github.com/containerd/containerd [2019-10-21T23:14:19.762Z] #60 0.412 Cloning into '/tmp/tmp.1oUuRIob9X/src/github.com/containerd/containerd'... [2019-10-21T23:14:19.773Z] --- PASS: TestBuildSquashParent (6.79s) [2019-10-21T23:14:19.773Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-21T23:14:19.773Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T23:14:19.773Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T23:14:19.773Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T23:14:19.773Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T23:14:19.773Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T23:14:19.773Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T23:14:19.774Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T23:14:19.774Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T23:14:19.774Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T23:14:19.774Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T23:14:19.774Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T23:14:19.774Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T23:14:19.774Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T23:14:19.774Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T23:14:19.774Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T23:14:19.774Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T23:14:20.088Z] #39 206.5 + rm -rf /tmp/tmp.gpVmFtvQuP/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.gpVmFtvQuP [2019-10-21T23:14:20.088Z] #39 DONE 206.7s [2019-10-21T23:14:20.088Z] [2019-10-21T23:14:20.088Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:14:20.088Z] #51 ... [2019-10-21T23:14:20.088Z] [2019-10-21T23:14:20.088Z] #40 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-21T23:14:20.088Z] #40 DONE 0.2s [2019-10-21T23:14:20.088Z] [2019-10-21T23:14:20.088Z] #43 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-21T23:14:20.088Z] #43 DONE 0.1s [2019-10-21T23:14:20.088Z] [2019-10-21T23:14:20.088Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:14:20.088Z] #51 ... [2019-10-21T23:14:20.088Z] [2019-10-21T23:14:20.089Z] #46 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-21T23:14:20.089Z] #46 DONE 0.1s [2019-10-21T23:14:20.491Z] [2019-10-21T23:14:20.491Z] #49 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-21T23:14:20.491Z] #49 DONE 0.1s [2019-10-21T23:14:20.491Z] [2019-10-21T23:14:20.491Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:14:20.788Z] #60 ... [2019-10-21T23:14:20.788Z] [2019-10-21T23:14:20.788Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T23:14:20.788Z] #11 35.85 Reading package lists... [2019-10-21T23:14:20.788Z] #11 45.12 Building dependency tree... [2019-10-21T23:14:20.789Z] #11 48.39 The following additional packages will be installed: [2019-10-21T23:14:20.789Z] #11 48.39 libapparmor1 libseccomp2 [2019-10-21T23:14:20.789Z] #11 48.39 Suggested packages: [2019-10-21T23:14:20.789Z] #11 48.41 seccomp [2019-10-21T23:14:20.789Z] #11 49.02 The following NEW packages will be installed: [2019-10-21T23:14:20.789Z] #11 49.03 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-21T23:14:20.789Z] #11 49.24 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T23:14:20.789Z] #11 49.24 Need to get 296 kB of archives. [2019-10-21T23:14:20.789Z] #11 49.24 After this operation, 1346 kB of additional disk space will be used. [2019-10-21T23:14:20.789Z] #11 49.24 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-21T23:14:20.789Z] #11 49.27 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-21T23:14:20.789Z] #11 49.28 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-10-21T23:14:20.789Z] #11 49.29 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-10-21T23:14:20.789Z] #11 51.53 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T23:14:20.789Z] #11 51.76 Fetched 296 kB in 0s (2478 kB/s) [2019-10-21T23:14:20.789Z] #11 52.00 Selecting previously unselected package libseccomp2:ppc64el. [2019-10-21T23:14:20.789Z] #11 52.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-21T23:14:20.789Z] #11 52.08 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-21T23:14:20.789Z] #11 52.10 Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-21T23:14:20.789Z] #11 52.31 Selecting previously unselected package libseccomp-dev:ppc64el. [2019-10-21T23:14:20.789Z] #11 52.34 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-21T23:14:20.789Z] #11 52.35 Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-21T23:14:20.789Z] #11 52.71 Selecting previously unselected package libapparmor1:ppc64el. [2019-10-21T23:14:20.789Z] #11 52.77 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-21T23:14:20.789Z] #11 52.77 Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-21T23:14:20.789Z] #11 53.05 Selecting previously unselected package libapparmor-dev:ppc64el. [2019-10-21T23:14:20.789Z] #11 53.07 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-21T23:14:20.789Z] #11 53.09 Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-21T23:14:20.789Z] #11 53.45 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:14:20.789Z] #11 53.57 Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-21T23:14:20.789Z] #11 53.59 Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-21T23:14:20.789Z] #11 53.60 Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-21T23:14:20.789Z] #11 53.62 Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-21T23:14:20.789Z] #11 53.63 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:14:20.789Z] #11 DONE 53.9s [2019-10-21T23:14:20.789Z] [2019-10-21T23:14:20.789Z] #53 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:14:20.789Z] #53 DONE 0.1s [2019-10-21T23:14:20.789Z] [2019-10-21T23:14:20.789Z] #54 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-21T23:14:20.789Z] #54 DONE 0.1s [2019-10-21T23:14:20.789Z] [2019-10-21T23:14:20.789Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:14:21.078Z] #55 0.383 + RM_GOPATH=0 [2019-10-21T23:14:21.078Z] #55 0.384 + TMP_GOPATH= [2019-10-21T23:14:21.078Z] #55 0.384 + : /build [2019-10-21T23:14:21.078Z] #55 0.384 + '[' -z '' ']' [2019-10-21T23:14:21.078Z] #55 0.386 ++ mktemp -d [2019-10-21T23:14:21.078Z] #55 0.395 + export GOPATH=/tmp/tmp.1G8CJghOqW [2019-10-21T23:14:21.078Z] #55 0.395 + GOPATH=/tmp/tmp.1G8CJghOqW [2019-10-21T23:14:21.367Z] #55 0.396 + RM_GOPATH=1 [2019-10-21T23:14:21.367Z] #55 0.398 ++ dirname ./install.sh [2019-10-21T23:14:21.367Z] #55 0.400 + dir=. [2019-10-21T23:14:21.367Z] #55 0.401 + bin=runc [2019-10-21T23:14:21.367Z] #55 0.401 + shift [2019-10-21T23:14:21.367Z] #55 0.401 + '[' '!' -f ./runc.installer ']' [2019-10-21T23:14:21.367Z] #55 0.401 + . ./runc.installer [2019-10-21T23:14:21.367Z] #55 0.402 ++ : 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-21T23:14:21.367Z] #55 0.404 + install_runc [2019-10-21T23:14:21.367Z] #55 0.416 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-21T23:14:21.367Z] #55 0.417 + uname -r [2019-10-21T23:14:21.367Z] #55 0.448 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-21T23:14:21.367Z] #55 0.449 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-21T23:14:21.367Z] #55 0.450 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-21T23:14:21.367Z] #55 0.455 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.1G8CJghOqW/src/github.com/opencontainers/runc [2019-10-21T23:14:21.367Z] #55 0.488 Cloning into '/tmp/tmp.1G8CJghOqW/src/github.com/opencontainers/runc'... [2019-10-21T23:14:21.367Z] #55 ... [2019-10-21T23:14:21.367Z] [2019-10-21T23:14:21.367Z] #12 [dev 1/24] RUN groupadd -r docker [2019-10-21T23:14:21.367Z] #12 DONE 0.8s [2019-10-21T23:14:21.367Z] [2019-10-21T23:14:21.367Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:14:21.367Z] #41 35.17 Reading package lists... [2019-10-21T23:14:21.367Z] #41 44.86 Building dependency tree... [2019-10-21T23:14:21.367Z] #41 48.50 The following additional packages will be installed: [2019-10-21T23:14:21.367Z] #41 48.50 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-21T23:14:21.367Z] #41 48.51 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-21T23:14:21.367Z] #41 48.53 Suggested packages: [2019-10-21T23:14:21.367Z] #41 48.53 manpages-dev python-setuptools [2019-10-21T23:14:21.367Z] #41 51.61 The following NEW packages will be installed: [2019-10-21T23:14:21.367Z] #41 51.61 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-21T23:14:21.367Z] #41 51.61 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-21T23:14:21.367Z] #41 51.61 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-21T23:14:21.367Z] #41 51.61 zlib1g-dev [2019-10-21T23:14:21.367Z] #41 51.76 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T23:14:21.367Z] #41 51.76 Need to get 3548 kB of archives. [2019-10-21T23:14:21.367Z] #41 51.76 After this operation, 21.2 MB of additional disk space will be used. [2019-10-21T23:14:21.367Z] #41 51.76 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-21T23:14:21.367Z] #41 51.80 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-10-21T23:14:21.367Z] #41 51.80 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-10-21T23:14:21.367Z] #41 51.83 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-21T23:14:21.367Z] #41 51.86 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-21T23:14:21.367Z] #41 51.88 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-21T23:14:21.367Z] #41 51.89 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-21T23:14:21.367Z] #41 51.90 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-21T23:14:21.367Z] #41 51.95 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-10-21T23:14:21.367Z] #41 52.11 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-10-21T23:14:21.367Z] #41 52.16 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-10-21T23:14:21.367Z] #41 52.41 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-10-21T23:14:21.367Z] #41 52.51 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-21T23:14:21.367Z] #41 52.53 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-10-21T23:14:21.367Z] #41 52.54 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-21T23:14:21.367Z] #41 52.57 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-10-21T23:14:21.656Z] #41 54.77 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T23:14:21.656Z] #41 ... [2019-10-21T23:14:21.656Z] [2019-10-21T23:14:21.656Z] #13 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-21T23:14:21.780Z] Loaded image: buildpack-deps:jessie [2019-10-21T23:14:21.780Z] Loaded image: busybox:latest [2019-10-21T23:14:21.780Z] Loaded image: busybox:glibc [2019-10-21T23:14:21.780Z] Loaded image: debian:jessie [2019-10-21T23:14:21.780Z] Loaded image: hello-world:latest [2019-10-21T23:14:21.780Z] INFO: Testing against a local daemon [2019-10-21T23:14:21.780Z] === RUN TestCgroupNamespacesBuild [2019-10-21T23:14:22.305Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T23:14:22.358Z] #13 DONE 0.8s [2019-10-21T23:14:22.358Z] [2019-10-21T23:14:22.358Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:14:22.359Z] #41 55.20 Fetched 3548 kB in 0s (4047 kB/s) [2019-10-21T23:14:22.359Z] #41 55.44 Selecting previously unselected package libnet1:ppc64el. [2019-10-21T23:14:22.359Z] #41 55.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 ... 14950 files and directories currently installed.) [2019-10-21T23:14:22.359Z] #41 55.60 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-21T23:14:22.359Z] #41 55.61 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-21T23:14:22.564Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T23:14:22.646Z] #41 ... [2019-10-21T23:14:22.646Z] [2019-10-21T23:14:22.646Z] #14 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-21T23:14:22.646Z] #14 0.382 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-21T23:14:22.646Z] #14 DONE 0.5s [2019-10-21T23:14:22.646Z] [2019-10-21T23:14:22.646Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:14:22.646Z] #41 55.87 Selecting previously unselected package libcap-dev:ppc64el. [2019-10-21T23:14:22.646Z] #41 55.88 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-10-21T23:14:22.646Z] #41 55.89 Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-10-21T23:14:22.938Z] #41 56.14 Selecting previously unselected package libnet1-dev. [2019-10-21T23:14:22.938Z] #41 56.15 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-21T23:14:22.938Z] #41 56.19 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-21T23:14:23.228Z] #41 ... [2019-10-21T23:14:23.228Z] [2019-10-21T23:14:23.228Z] #15 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-21T23:14:23.228Z] #15 DONE 0.4s [2019-10-21T23:14:23.228Z] [2019-10-21T23:14:23.228Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:14:23.228Z] #41 56.50 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-21T23:14:23.228Z] #41 56.51 Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-21T23:14:23.228Z] #41 56.55 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-21T23:14:23.536Z] #41 ... [2019-10-21T23:14:23.536Z] [2019-10-21T23:14:23.536Z] #16 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-21T23:14:23.536Z] #16 DONE 0.5s [2019-10-21T23:14:23.536Z] [2019-10-21T23:14:23.536Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:14:23.536Z] #41 56.87 Selecting previously unselected package libnl-3-dev:ppc64el. [2019-10-21T23:14:23.536Z] #41 56.89 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-10-21T23:14:23.831Z] #41 56.96 Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-21T23:14:24.464Z] #41 57.52 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-21T23:14:24.464Z] #41 57.52 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-21T23:14:24.464Z] #41 57.53 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-21T23:14:24.464Z] #41 ... [2019-10-21T23:14:24.464Z] [2019-10-21T23:14:24.464Z] #17 [dev 6/24] RUN ldconfig [2019-10-21T23:14:24.464Z] #17 DONE 0.8s [2019-10-21T23:14:24.464Z] [2019-10-21T23:14:24.464Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:14:24.464Z] #41 57.74 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-10-21T23:14:24.464Z] #41 57.75 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-10-21T23:14:24.464Z] #41 57.76 Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-21T23:14:24.755Z] #41 57.95 Selecting previously unselected package zlib1g-dev:ppc64el. [2019-10-21T23:14:24.755Z] #41 57.97 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-10-21T23:14:24.755Z] #41 57.99 Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-21T23:14:25.059Z] --- PASS: TestCgroupNamespacesBuild (3.11s) [2019-10-21T23:14:25.059Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-21T23:14:25.059Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-21T23:14:25.099Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-21T23:14:25.099Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.62s) [2019-10-21T23:14:25.099Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.76s) [2019-10-21T23:14:25.099Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.83s) [2019-10-21T23:14:25.099Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.18s) [2019-10-21T23:14:25.099Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.13s) [2019-10-21T23:14:25.099Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.10s) [2019-10-21T23:14:25.099Z] === RUN TestBuildMultiStageCopy [2019-10-21T23:14:25.099Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-21T23:14:25.403Z] #41 58.53 Selecting previously unselected package libprotobuf10:ppc64el. [2019-10-21T23:14:25.403Z] #41 58.59 Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-10-21T23:14:25.403Z] #41 58.61 Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-21T23:14:26.039Z] #41 ... [2019-10-21T23:14:26.039Z] [2019-10-21T23:14:26.039Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:14:26.039Z] #34 49.14 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-21T23:14:26.039Z] #34 49.33 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-10-21T23:14:26.039Z] #34 49.37 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-10-21T23:14:26.039Z] #34 49.42 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-10-21T23:14:26.039Z] #34 49.42 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-10-21T23:14:26.039Z] #34 49.90 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-21T23:14:26.039Z] #34 49.92 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-21T23:14:26.039Z] #34 51.86 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T23:14:26.039Z] #34 52.26 Fetched 13.4 MB in 2s (5226 kB/s) [2019-10-21T23:14:26.039Z] #34 52.56 Selecting previously unselected package cmake-data. [2019-10-21T23:14:26.039Z] #34 52.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-21T23:14:26.039Z] #34 52.73 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-21T23:14:26.039Z] #34 52.78 Unpacking cmake-data (3.7.2-1) ... [2019-10-21T23:14:26.039Z] #34 56.72 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-21T23:14:26.039Z] #34 56.75 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-21T23:14:26.039Z] #34 56.78 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-21T23:14:26.039Z] #34 57.10 Selecting previously unselected package libicu57:ppc64el. [2019-10-21T23:14:26.039Z] #34 57.12 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-10-21T23:14:26.039Z] #34 57.13 Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-21T23:14:26.039Z] #34 ... [2019-10-21T23:14:26.039Z] [2019-10-21T23:14:26.039Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:14:26.039Z] #27 4.680 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-21T23:14:26.039Z] #27 6.180 [2019-10-21T23:14:26.040Z] #27 7.117 #### 6.9% ######## 11.2% ########## 15.3% ############# 18.5% ################# 23.6% ##################### 30.0% ########################## 37.3% ############################### 43.7% #################################### 50.1% ######################################## 56.5% ############################################# 62.9% ################################################# 69.3% ###################################################### 75.6% ########################################################### 82.1% ############################################################## 86.3% #################################################################### 94.8% ######################################################################## 100.0% [2019-10-21T23:14:26.955Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.50s) [2019-10-21T23:14:26.955Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-21T23:14:26.955Z] === RUN TestBuildWithSession [2019-10-21T23:14:26.955Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-21T23:14:26.955Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T23:14:26.955Z] === RUN TestBuildSquashParent [2019-10-21T23:14:27.000Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-21T23:14:27.534Z] #27 ... [2019-10-21T23:14:27.534Z] [2019-10-21T23:14:27.534Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:14:27.534Z] #48 60.57 + cd /tmp/tmp.ugr1y2ukCO/src/gotest.tools/gotestsum [2019-10-21T23:14:27.534Z] #48 60.57 + git checkout -q v0.3.5 [2019-10-21T23:14:27.567Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-21T23:14:27.823Z] #48 60.71 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-21T23:14:28.133Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-21T23:14:28.392Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-21T23:14:28.736Z] #51 ... [2019-10-21T23:14:28.736Z] [2019-10-21T23:14:28.736Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:14:28.736Z] #60 186.5 + bin/containerd [2019-10-21T23:14:28.959Z] --- PASS: TestBuildMultiStageCopy (4.41s) [2019-10-21T23:14:28.959Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.42s) [2019-10-21T23:14:28.959Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.45s) [2019-10-21T23:14:28.959Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.48s) [2019-10-21T23:14:28.959Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.50s) [2019-10-21T23:14:28.959Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2019-10-21T23:14:28.959Z] === RUN TestBuildMultiStageParentConfig [2019-10-21T23:14:30.334Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2019-10-21T23:14:30.334Z] === RUN TestBuildLabelWithTargets [2019-10-21T23:14:32.867Z] --- PASS: TestBuildLabelWithTargets (2.26s) [2019-10-21T23:14:32.867Z] === RUN TestBuildWithEmptyLayers [2019-10-21T23:14:33.122Z] #60 ... [2019-10-21T23:14:33.122Z] [2019-10-21T23:14:33.122Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:14:33.122Z] #51 DONE 219.9s [2019-10-21T23:14:33.122Z] [2019-10-21T23:14:33.122Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:14:33.122Z] #60 ... [2019-10-21T23:14:33.122Z] [2019-10-21T23:14:33.122Z] #52 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-21T23:14:33.379Z] #48 ... [2019-10-21T23:14:33.380Z] [2019-10-21T23:14:33.380Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:14:33.380Z] #27 10.65 [2019-10-21T23:14:33.380Z] #27 11.30 ##### 7.3% ################# 24.5% ######################### 36.0% ###################################### 53.2% ################################################## 70.4% ################################################################## 93.0% ######################################################################## 100.0% [2019-10-21T23:14:33.380Z] #27 13.31 [2019-10-21T23:14:33.380Z] #27 14.17 #### 5.9% ####### 11.1% ############# 18.8% ################# 24.0% ###################### 31.7% ############################ 39.5% ################################## 47.2% ####################################### 55.0% ########################################### 60.2% ############################################### 65.3% ###################################################### 75.1% ######################################################### 80.3% ############################################################### 88.0% ######################################################################## 100.0% [2019-10-21T23:14:33.518Z] #52 DONE 0.2s [2019-10-21T23:14:33.518Z] [2019-10-21T23:14:33.518Z] #56 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-21T23:14:33.518Z] #56 DONE 0.1s [2019-10-21T23:14:33.518Z] [2019-10-21T23:14:33.518Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:14:33.802Z] --- PASS: TestBuildWithEmptyLayers (0.95s) [2019-10-21T23:14:33.802Z] === RUN TestBuildMultiStageOnBuild [2019-10-21T23:14:34.413Z] #27 17.41 [2019-10-21T23:14:34.413Z] #27 ... [2019-10-21T23:14:34.413Z] [2019-10-21T23:14:34.413Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:14:34.413Z] #18 0.888 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T23:14:34.413Z] #18 0.899 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T23:14:34.413Z] #18 1.027 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T23:14:34.413Z] #18 1.068 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T23:14:34.413Z] #18 1.153 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T23:14:34.414Z] #18 3.245 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-21T23:14:34.414Z] #18 6.581 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-21T23:14:34.414Z] #18 8.642 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-21T23:14:34.703Z] #18 ... [2019-10-21T23:14:34.703Z] [2019-10-21T23:14:34.703Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:14:34.703Z] #41 59.71 Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-10-21T23:14:34.703Z] #41 59.73 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-10-21T23:14:34.703Z] #41 59.74 Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-21T23:14:34.703Z] #41 59.99 Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-10-21T23:14:34.703Z] #41 60.01 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-10-21T23:14:34.703Z] #41 60.03 Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-21T23:14:34.703Z] #41 61.86 Selecting previously unselected package libprotoc10:ppc64el. [2019-10-21T23:14:34.703Z] #41 61.91 Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-10-21T23:14:34.703Z] #41 61.92 Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-10-21T23:14:34.703Z] #41 62.97 Selecting previously unselected package protobuf-c-compiler. [2019-10-21T23:14:34.703Z] #41 62.98 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-10-21T23:14:34.703Z] #41 62.99 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-21T23:14:34.703Z] #41 63.29 Selecting previously unselected package protobuf-compiler. [2019-10-21T23:14:34.703Z] #41 63.31 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-10-21T23:14:34.703Z] #41 63.32 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-21T23:14:34.703Z] #41 63.55 Selecting previously unselected package python-pkg-resources. [2019-10-21T23:14:34.703Z] #41 63.55 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-21T23:14:34.703Z] #41 63.58 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-21T23:14:34.703Z] #41 63.93 Selecting previously unselected package python-protobuf. [2019-10-21T23:14:34.703Z] #41 63.95 Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-10-21T23:14:34.703Z] #41 63.96 Unpacking python-protobuf (3.0.0-9) ... [2019-10-21T23:14:34.703Z] #41 64.90 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-21T23:14:34.703Z] #41 65.01 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-21T23:14:34.703Z] #41 65.02 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-21T23:14:34.728Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-10-21T23:14:34.999Z] #41 ... [2019-10-21T23:14:34.999Z] [2019-10-21T23:14:34.999Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:14:34.999Z] #69 DONE 67.8s [2019-10-21T23:14:34.999Z] [2019-10-21T23:14:34.999Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:14:34.999Z] #32 65.00 sync [2019-10-21T23:14:34.999Z] #32 65.01 internal/reflectlite [2019-10-21T23:14:35.291Z] tests/integration/api_client_test.py ..... [ 7%] [2019-10-21T23:14:36.334Z] --- PASS: TestBuildMultiStageOnBuild (2.65s) [2019-10-21T23:14:36.334Z] === RUN TestBuildUncleanTarFilenames [2019-10-21T23:14:37.145Z] #32 ... [2019-10-21T23:14:37.145Z] [2019-10-21T23:14:37.145Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:14:37.709Z] --- PASS: TestBuildUncleanTarFilenames (1.31s) [2019-10-21T23:14:37.709Z] === RUN TestBuildMultiStageLayerLeak [2019-10-21T23:14:37.744Z] tests/integration/api_config_test.py ..... [ 8%] [2019-10-21T23:14:39.142Z] --- PASS: TestBuildSquashParent (10.80s) [2019-10-21T23:14:39.142Z] build_squash_test.go:29: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent" [2019-10-21T23:14:39.142Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-21T23:14:39.142Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T23:14:39.142Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T23:14:39.142Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T23:14:39.142Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T23:14:39.142Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T23:14:39.143Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T23:14:39.143Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T23:14:39.143Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T23:14:39.143Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T23:14:39.143Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T23:14:39.143Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T23:14:39.143Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T23:14:39.143Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T23:14:39.143Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T23:14:40.685Z] #27 18.18 # 1.6% ## 3.4% ### 4.3% #### 6.1% ###### 9.6% ####### 10.5% ######## 11.4% ######### 13.2% ########## 14.1% ########### 15.9% ############# 18.6% ############## 20.3% ################ 23.0% ################# 24.8% ################### 27.5% ##################### 29.3% ####################### 31.9% ######################## 34.6% ########################### 37.6% ############################ 38.9% ############################# 40.7% ############################### 43.4% ################################ 45.2% ################################## 47.9% #################################### 51.1% ####################################### 54.9% ########################################## 58.5% ############################################ 61.8% ############################################# 63.7% ############################################### 66.4% ################################################# 68.2% ################################################### 70.9% ################################################### 72.1% #################################################### 73.3% ###################################################### 76.0% ####################################################### 77.7% ######################################################### 80.4% ########################################################### 83.1% ############################################################# 85.8% ############################################################### 88.5% ################################################################## 92.0% #################################################################### 95.6% ###################################################################### 98.3% ######################################################################## 100.0% [2019-10-21T23:14:40.973Z] #27 23.96 [2019-10-21T23:14:40.993Z] --- PASS: TestBuildMultiStageLayerLeak (2.79s) [2019-10-21T23:14:40.993Z] === RUN TestBuildWithHugeFile [2019-10-21T23:14:41.664Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T23:14:41.664Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T23:14:43.696Z] #27 ... [2019-10-21T23:14:43.696Z] [2019-10-21T23:14:43.696Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T23:14:43.696Z] #29 76.88 + cd /tmp/tmp.bRBuKEkS3B/src/github.com/go-swagger/go-swagger [2019-10-21T23:14:43.696Z] #29 76.88 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-21T23:14:44.937Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T23:14:44.937Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T23:14:46.411Z] #29 ... [2019-10-21T23:14:46.411Z] [2019-10-21T23:14:46.411Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T23:14:46.411Z] #34 70.24 Selecting previously unselected package libxml2:ppc64el. [2019-10-21T23:14:46.411Z] #34 70.25 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-10-21T23:14:46.411Z] #34 70.28 Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-21T23:14:46.411Z] #34 71.33 Selecting previously unselected package libarchive13:ppc64el. [2019-10-21T23:14:46.411Z] #34 71.34 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-10-21T23:14:46.411Z] #34 71.35 Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-21T23:14:46.411Z] #34 72.01 Selecting previously unselected package libjsoncpp1:ppc64el. [2019-10-21T23:14:46.411Z] #34 72.02 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-10-21T23:14:46.411Z] #34 72.03 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-21T23:14:46.411Z] #34 72.39 Selecting previously unselected package libuv1:ppc64el. [2019-10-21T23:14:46.411Z] #34 72.42 Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-10-21T23:14:46.411Z] #34 72.42 Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-10-21T23:14:46.411Z] #34 72.78 Selecting previously unselected package cmake. [2019-10-21T23:14:46.411Z] #34 72.83 Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-10-21T23:14:46.411Z] #34 73.09 Unpacking cmake (3.7.2-1) ... [2019-10-21T23:14:46.411Z] #34 77.30 Selecting previously unselected package xxd. [2019-10-21T23:14:46.411Z] #34 77.33 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-21T23:14:46.411Z] #34 77.33 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:14:46.411Z] #34 77.66 Selecting previously unselected package vim-common. [2019-10-21T23:14:46.411Z] #34 77.66 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T23:14:46.411Z] #34 77.72 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:14:46.411Z] #34 78.33 Processing triggers for mime-support (3.60) ... [2019-10-21T23:14:46.411Z] #34 78.54 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:14:46.411Z] #34 78.55 Setting up libuv1:ppc64el (1.9.1-3) ... [2019-10-21T23:14:46.411Z] #34 78.55 Setting up cmake-data (3.7.2-1) ... [2019-10-21T23:14:46.411Z] #34 78.57 Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-21T23:14:46.411Z] #34 78.58 Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-21T23:14:46.411Z] #34 78.62 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:14:46.411Z] #34 78.78 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:14:46.411Z] #34 78.80 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-21T23:14:46.411Z] #34 78.80 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-21T23:14:46.411Z] #34 78.80 Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-21T23:14:46.411Z] #34 78.83 Setting up cmake (3.7.2-1) ... [2019-10-21T23:14:46.411Z] #34 78.95 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:14:46.411Z] #34 DONE 79.3s [2019-10-21T23:14:46.411Z] [2019-10-21T23:14:46.411Z] #35 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:14:46.411Z] #35 DONE 0.1s [2019-10-21T23:14:46.411Z] [2019-10-21T23:14:46.411Z] #36 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-21T23:14:46.411Z] #36 DONE 0.1s [2019-10-21T23:14:46.411Z] [2019-10-21T23:14:46.411Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:14:46.411Z] #37 0.375 + RM_GOPATH=0 [2019-10-21T23:14:46.700Z] #37 0.377 + TMP_GOPATH= [2019-10-21T23:14:46.700Z] #37 0.379 + : /build [2019-10-21T23:14:46.700Z] #37 0.380 + '[' -z '' ']' [2019-10-21T23:14:46.700Z] #37 0.382 ++ mktemp -d [2019-10-21T23:14:46.700Z] #37 0.416 + export GOPATH=/tmp/tmp.6waiecDT5C [2019-10-21T23:14:46.700Z] #37 0.416 + GOPATH=/tmp/tmp.6waiecDT5C [2019-10-21T23:14:46.700Z] #37 0.420 + RM_GOPATH=1 [2019-10-21T23:14:46.700Z] #37 0.426 ++ dirname ./install.sh [2019-10-21T23:14:46.700Z] #37 0.430 + dir=. [2019-10-21T23:14:46.700Z] #37 0.452 + bin=tini [2019-10-21T23:14:46.700Z] #37 0.453 + shift [2019-10-21T23:14:46.700Z] #37 0.453 + '[' '!' -f ./tini.installer ']' [2019-10-21T23:14:46.700Z] #37 0.454 + . ./tini.installer [2019-10-21T23:14:46.700Z] #37 0.454 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T23:14:46.700Z] #37 0.460 + install_tini [2019-10-21T23:14:46.700Z] #37 0.461 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-21T23:14:46.700Z] #37 0.461 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T23:14:46.700Z] #37 0.462 + git clone https://github.com/krallin/tini.git /tmp/tmp.6waiecDT5C/tini [2019-10-21T23:14:46.700Z] #37 0.466 Cloning into '/tmp/tmp.6waiecDT5C/tini'... [2019-10-21T23:14:47.327Z] #37 ... [2019-10-21T23:14:47.327Z] [2019-10-21T23:14:47.327Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:14:47.327Z] #45 70.40 internal/reflectlite [2019-10-21T23:14:47.327Z] #45 70.40 github.com/LK4D4/vndr/godl/singleflight [2019-10-21T23:14:47.327Z] #45 70.41 internal/singleflight [2019-10-21T23:14:47.327Z] #45 70.41 math/rand [2019-10-21T23:14:47.327Z] #45 76.37 sort [2019-10-21T23:14:47.327Z] #45 76.39 io [2019-10-21T23:14:47.327Z] #45 76.41 strconv [2019-10-21T23:14:47.327Z] #45 77.17 syscall [2019-10-21T23:14:47.645Z] #45 ... [2019-10-21T23:14:47.645Z] [2019-10-21T23:14:47.645Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:14:47.645Z] #27 27.54 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-21T23:14:47.645Z] #27 28.67 [2019-10-21T23:14:47.646Z] #27 29.52 ########################################################## 81.1% ######################################################################## 100.0% [2019-10-21T23:14:47.646Z] #27 29.89 [2019-10-21T23:14:48.209Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-10-21T23:14:48.209Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.45s) [2019-10-21T23:14:48.209Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.56s) [2019-10-21T23:14:48.209Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.23s) [2019-10-21T23:14:48.209Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.41s) [2019-10-21T23:14:48.209Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.40s) [2019-10-21T23:14:48.209Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.25s) [2019-10-21T23:14:48.209Z] === RUN TestBuildMultiStageCopy [2019-10-21T23:14:48.209Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-21T23:14:49.710Z] #27 ... [2019-10-21T23:14:49.710Z] [2019-10-21T23:14:49.710Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:14:49.710Z] #32 72.74 errors [2019-10-21T23:14:49.710Z] #32 72.74 sort [2019-10-21T23:14:49.710Z] #32 73.63 internal/oserror [2019-10-21T23:14:49.710Z] #32 73.68 strconv [2019-10-21T23:14:49.710Z] #32 73.69 io [2019-10-21T23:14:49.710Z] #32 74.14 syscall [2019-10-21T23:14:49.710Z] #32 81.21 bytes [2019-10-21T23:14:49.710Z] #32 81.56 strings [2019-10-21T23:14:49.996Z] #32 ... [2019-10-21T23:14:49.996Z] [2019-10-21T23:14:49.996Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:14:49.996Z] #37 3.040 + cd /tmp/tmp.6waiecDT5C/tini [2019-10-21T23:14:49.996Z] #37 3.042 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T23:14:49.996Z] #37 3.079 + cmake . [2019-10-21T23:14:51.076Z] #37 4.528 -- The C compiler identification is GNU 6.3.0 [2019-10-21T23:14:51.076Z] #37 4.612 -- Check for working C compiler: /usr/bin/cc [2019-10-21T23:14:51.485Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-21T23:14:51.702Z] #37 ... [2019-10-21T23:14:51.702Z] [2019-10-21T23:14:51.702Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T23:14:51.702Z] #41 74.94 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-21T23:14:51.702Z] #41 74.94 Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-21T23:14:51.702Z] #41 74.95 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:14:51.702Z] #41 75.03 Setting up python-protobuf (3.0.0-9) ... [2019-10-21T23:14:51.702Z] #41 84.86 Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-10-21T23:14:51.702Z] #41 84.87 Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-21T23:14:51.702Z] #41 84.87 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-21T23:14:51.702Z] #41 84.88 Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-21T23:14:51.702Z] #41 84.89 Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-10-21T23:14:51.702Z] #41 84.90 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-21T23:14:51.702Z] #41 84.90 Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-21T23:14:51.702Z] #41 84.91 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-21T23:14:51.702Z] #41 84.92 Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-21T23:14:51.702Z] #41 84.93 Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-21T23:14:51.702Z] #41 84.94 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:14:51.742Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-21T23:14:51.991Z] #41 DONE 85.2s [2019-10-21T23:14:51.991Z] [2019-10-21T23:14:51.991Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:14:51.991Z] #45 83.07 vendor/golang.org/x/net/dns/dnsmessage [2019-10-21T23:14:51.991Z] #45 84.16 bytes [2019-10-21T23:14:52.310Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-21T23:14:52.617Z] #45 ... [2019-10-21T23:14:52.617Z] [2019-10-21T23:14:52.617Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:14:52.617Z] #55 21.80 + cd /tmp/tmp.1G8CJghOqW/src/github.com/opencontainers/runc [2019-10-21T23:14:52.617Z] #55 21.80 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-21T23:14:52.617Z] #55 22.45 + '[' -z '' ']' [2019-10-21T23:14:52.617Z] #55 22.45 + target=static [2019-10-21T23:14:52.617Z] #55 22.45 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-21T23:14:52.617Z] #55 27.90 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-21T23:14:52.617Z] #55 ... [2019-10-21T23:14:52.617Z] [2019-10-21T23:14:52.617Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:14:52.617Z] #37 5.829 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-21T23:14:52.617Z] #37 5.841 -- Detecting C compiler ABI info [2019-10-21T23:14:53.242Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-21T23:14:53.244Z] #37 6.837 -- Detecting C compiler ABI info - done [2019-10-21T23:14:53.244Z] #37 7.026 -- Detecting C compile features [2019-10-21T23:14:53.806Z] --- PASS: TestBuildMultiStageCopy (5.87s) [2019-10-21T23:14:53.806Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.12s) [2019-10-21T23:14:53.806Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.64s) [2019-10-21T23:14:53.806Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.67s) [2019-10-21T23:14:53.806Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.70s) [2019-10-21T23:14:53.806Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.73s) [2019-10-21T23:14:53.806Z] === RUN TestBuildMultiStageParentConfig [2019-10-21T23:14:55.704Z] --- PASS: TestBuildMultiStageParentConfig (1.65s) [2019-10-21T23:14:55.704Z] === RUN TestBuildLabelWithTargets [2019-10-21T23:14:56.902Z] #37 10.69 -- Detecting C compile features - done [2019-10-21T23:14:57.190Z] #37 10.80 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-21T23:14:57.477Z] #37 ... [2019-10-21T23:14:57.477Z] [2019-10-21T23:14:57.477Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T23:14:57.477Z] #29 80.51 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-21T23:14:57.477Z] #29 ... [2019-10-21T23:14:57.477Z] [2019-10-21T23:14:57.477Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:14:57.477Z] #27 33.90 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-21T23:14:57.477Z] #27 34.98 [2019-10-21T23:14:57.477Z] #27 35.87 ############################################################## 86.9% ######################################################################## 100.0% [2019-10-21T23:14:57.477Z] #27 36.18 [2019-10-21T23:14:57.477Z] #27 39.61 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-21T23:14:57.477Z] #27 39.79 skipping existing c8c2d4a6b2e3 [2019-10-21T23:14:57.477Z] #27 40.12 [2019-10-21T23:14:57.602Z] #60 213.0 + bin/containerd-stress [2019-10-21T23:14:57.602Z] #60 214.9 + bin/containerd-shim [2019-10-21T23:14:58.368Z] --- PASS: TestBuildLabelWithTargets (2.69s) [2019-10-21T23:14:58.368Z] === RUN TestBuildWithEmptyLayers [2019-10-21T23:14:59.739Z] --- PASS: TestBuildWithEmptyLayers (1.30s) [2019-10-21T23:14:59.739Z] === RUN TestBuildMultiStageOnBuild [2019-10-21T23:15:01.000Z] #27 43.37 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-21T23:15:01.000Z] #27 ... [2019-10-21T23:15:01.000Z] [2019-10-21T23:15:01.000Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:15:01.000Z] #32 93.50 bufio [2019-10-21T23:15:01.000Z] #32 ... [2019-10-21T23:15:01.000Z] [2019-10-21T23:15:01.000Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:15:01.000Z] #18 26.21 Fetched 7720 kB in 25s (304 kB/s) [2019-10-21T23:15:01.000Z] #18 26.21 Reading package lists... [2019-10-21T23:15:01.000Z] #18 36.33 Reading package lists... [2019-10-21T23:15:01.000Z] #18 ... [2019-10-21T23:15:01.000Z] [2019-10-21T23:15:01.000Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:15:01.000Z] #37 11.30 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-21T23:15:01.000Z] #37 11.55 -- Configuring done [2019-10-21T23:15:01.000Z] #37 11.61 -- Generating done [2019-10-21T23:15:01.000Z] #37 11.62 -- Build files have been written to: /tmp/tmp.6waiecDT5C/tini [2019-10-21T23:15:01.000Z] #37 11.64 + make tini-static [2019-10-21T23:15:01.000Z] #37 12.24 Scanning dependencies of target tini-static [2019-10-21T23:15:01.000Z] #37 12.44 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-21T23:15:02.030Z] #37 ... [2019-10-21T23:15:02.030Z] [2019-10-21T23:15:02.030Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:15:02.030Z] #42 2.689 Note: Building without setproctitle() and strlcpy() support. [2019-10-21T23:15:02.030Z] #42 2.689 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-21T23:15:02.030Z] #42 5.048 fatal: Not a git repository (or any of the parent directories): .git [2019-10-21T23:15:02.030Z] #42 5.174 GEN .gitid [2019-10-21T23:15:02.030Z] #42 5.210 GEN criu/include/version.h [2019-10-21T23:15:02.030Z] #42 5.241 GEN include/common/asm [2019-10-21T23:15:02.030Z] #42 8.458 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-21T23:15:02.030Z] #42 8.649 PBCC images/opts.pb-c.c [2019-10-21T23:15:02.030Z] #42 8.840 PBCC images/sit.pb-c.c [2019-10-21T23:15:02.030Z] #42 9.000 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-21T23:15:02.030Z] #42 9.183 DEP images/opts.pb-c.d [2019-10-21T23:15:02.030Z] #42 9.405 DEP images/sit.pb-c.d [2019-10-21T23:15:02.030Z] #42 9.510 PBCC images/macvlan.pb-c.c [2019-10-21T23:15:02.030Z] #42 9.560 DEP images/macvlan.pb-c.d [2019-10-21T23:15:02.030Z] #42 9.793 PBCC images/autofs.pb-c.c [2019-10-21T23:15:02.030Z] #42 9.827 DEP images/autofs.pb-c.d [2019-10-21T23:15:02.030Z] #42 10.03 PBCC images/sysctl.pb-c.c [2019-10-21T23:15:02.030Z] #42 10.05 DEP images/sysctl.pb-c.d [2019-10-21T23:15:02.030Z] #42 ... [2019-10-21T23:15:02.030Z] [2019-10-21T23:15:02.030Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T23:15:02.030Z] #27 44.35 [2019-10-21T23:15:02.030Z] #27 44.91 ######################################################################## 100.0% [2019-10-21T23:15:02.323Z] #27 45.18 [2019-10-21T23:15:02.615Z] #27 45.37 Download of images into '/build' complete. [2019-10-21T23:15:02.615Z] #27 45.37 Use something like the following to load the result into a Docker daemon: [2019-10-21T23:15:02.615Z] #27 45.37 tar -cC '/build' . | docker load [2019-10-21T23:15:02.615Z] #27 DONE 45.4s [2019-10-21T23:15:02.615Z] [2019-10-21T23:15:02.615Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:15:02.615Z] #42 10.27 PBCC images/time.pb-c.c [2019-10-21T23:15:02.615Z] #42 10.37 DEP images/time.pb-c.d [2019-10-21T23:15:02.615Z] #42 10.44 PBCC images/binfmt-misc.pb-c.c [2019-10-21T23:15:02.615Z] #42 10.48 DEP images/binfmt-misc.pb-c.d [2019-10-21T23:15:02.615Z] #42 10.85 PBCC images/seccomp.pb-c.c [2019-10-21T23:15:02.905Z] #42 10.97 DEP images/seccomp.pb-c.d [2019-10-21T23:15:02.993Z] #60 221.3 + bin/containerd-shim-runc-v1 [2019-10-21T23:15:03.194Z] #42 11.19 PBCC images/userns.pb-c.c [2019-10-21T23:15:03.194Z] #42 11.28 DEP images/userns.pb-c.d [2019-10-21T23:15:03.483Z] #42 11.50 PBCC images/cgroup.pb-c.c [2019-10-21T23:15:03.483Z] #42 11.54 DEP images/cgroup.pb-c.d [2019-10-21T23:15:03.483Z] #42 11.63 PBCC images/fown.pb-c.c [2019-10-21T23:15:03.771Z] #42 11.71 PBCC images/ext-file.pb-c.c [2019-10-21T23:15:03.771Z] #42 11.77 DEP images/fown.pb-c.d [2019-10-21T23:15:03.771Z] #42 11.90 DEP images/ext-file.pb-c.d [2019-10-21T23:15:03.918Z] --- PASS: TestBuildMultiStageOnBuild (3.84s) [2019-10-21T23:15:03.918Z] === RUN TestBuildUncleanTarFilenames [2019-10-21T23:15:04.058Z] #42 12.03 PBCC images/rpc.pb-c.c [2019-10-21T23:15:04.059Z] #42 12.19 DEP images/rpc.pb-c.d [2019-10-21T23:15:04.345Z] #42 12.41 PBCC images/siginfo.pb-c.c [2019-10-21T23:15:04.345Z] #42 12.46 DEP images/siginfo.pb-c.d [2019-10-21T23:15:04.345Z] #42 12.56 PBCC images/pagemap.pb-c.c [2019-10-21T23:15:04.632Z] #42 12.65 DEP images/pagemap.pb-c.d [2019-10-21T23:15:04.632Z] #42 12.76 PBCC images/rlimit.pb-c.c [2019-10-21T23:15:04.632Z] #42 12.80 DEP images/rlimit.pb-c.d [2019-10-21T23:15:04.919Z] #42 ... [2019-10-21T23:15:04.919Z] [2019-10-21T23:15:04.919Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:15:04.919Z] #37 16.95 [100%] Linking C executable tini-static [2019-10-21T23:15:04.919Z] #37 18.43 [100%] Built target tini-static [2019-10-21T23:15:04.919Z] #37 18.56 + mkdir -p /build [2019-10-21T23:15:04.919Z] #37 18.57 + cp tini-static /build/docker-init [2019-10-21T23:15:04.919Z] #37 DONE 18.6s [2019-10-21T23:15:04.919Z] [2019-10-21T23:15:04.919Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:15:04.919Z] #42 12.93 PBCC images/file-lock.pb-c.c [2019-10-21T23:15:04.919Z] #42 13.03 DEP images/file-lock.pb-c.d [2019-10-21T23:15:05.206Z] #42 13.22 PBCC images/tty.pb-c.c [2019-10-21T23:15:05.289Z] --- PASS: TestBuildUncleanTarFilenames (1.98s) [2019-10-21T23:15:05.289Z] === RUN TestBuildMultiStageLayerLeak [2019-10-21T23:15:05.492Z] #42 13.36 DEP images/tty.pb-c.d [2019-10-21T23:15:05.492Z] #42 13.48 PBCC images/tun.pb-c.c [2019-10-21T23:15:05.492Z] #42 13.57 PBCC images/netdev.pb-c.c [2019-10-21T23:15:05.492Z] #42 13.70 DEP images/tun.pb-c.d [2019-10-21T23:15:05.570Z] #60 224.2 + bin/containerd-shim-runc-v2 [2019-10-21T23:15:05.781Z] #42 13.83 DEP images/netdev.pb-c.d [2019-10-21T23:15:06.077Z] #42 14.02 PBCC images/vma.pb-c.c [2019-10-21T23:15:06.077Z] #42 14.21 DEP images/vma.pb-c.d [2019-10-21T23:15:06.386Z] #42 14.36 PBCC images/creds.pb-c.c [2019-10-21T23:15:06.386Z] #42 14.41 DEP images/creds.pb-c.d [2019-10-21T23:15:06.386Z] #42 14.51 PBCC images/utsns.pb-c.c [2019-10-21T23:15:06.427Z] #60 225.2 + binaries [2019-10-21T23:15:06.427Z] #60 225.2 + mkdir -p /build [2019-10-21T23:15:06.427Z] #60 225.2 + cp bin/containerd /build/containerd [2019-10-21T23:15:06.427Z] #60 225.3 + cp bin/containerd-shim /build/containerd-shim [2019-10-21T23:15:06.427Z] #60 225.3 + cp bin/ctr /build/ctr [2019-10-21T23:15:06.673Z] #42 14.59 DEP images/utsns.pb-c.d [2019-10-21T23:15:06.673Z] #42 14.72 PBCC images/ipc-desc.pb-c.c [2019-10-21T23:15:06.673Z] #42 14.74 PBCC images/ipc-sem.pb-c.c [2019-10-21T23:15:06.673Z] #42 14.82 DEP images/ipc-desc.pb-c.d [2019-10-21T23:15:06.802Z] #60 DONE 225.4s [2019-10-21T23:15:06.959Z] #42 14.99 DEP images/ipc-sem.pb-c.d [2019-10-21T23:15:06.960Z] #42 15.06 PBCC images/ipc-msg.pb-c.c [2019-10-21T23:15:06.960Z] #42 15.11 DEP images/ipc-msg.pb-c.d [2019-10-21T23:15:07.190Z] [2019-10-21T23:15:07.190Z] #61 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-21T23:15:07.249Z] #42 15.21 PBCC images/ipc-shm.pb-c.c [2019-10-21T23:15:07.249Z] #42 15.25 DEP images/ipc-shm.pb-c.d [2019-10-21T23:15:07.249Z] #42 15.34 PBCC images/ipc-var.pb-c.c [2019-10-21T23:15:07.249Z] #42 15.38 DEP images/ipc-var.pb-c.d [2019-10-21T23:15:07.537Z] #42 15.46 PBCC images/sk-opts.pb-c.c [2019-10-21T23:15:07.537Z] #42 15.54 PBCC images/packet-sock.pb-c.c [2019-10-21T23:15:07.537Z] #42 15.59 DEP images/sk-opts.pb-c.d [2019-10-21T23:15:07.537Z] #42 15.66 DEP images/packet-sock.pb-c.d [2019-10-21T23:15:07.594Z] #61 DONE 0.1s [2019-10-21T23:15:07.594Z] [2019-10-21T23:15:07.594Z] #65 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-21T23:15:07.594Z] #65 DONE 0.1s [2019-10-21T23:15:07.594Z] [2019-10-21T23:15:07.594Z] #67 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-21T23:15:07.594Z] #67 DONE 0.1s [2019-10-21T23:15:07.594Z] [2019-10-21T23:15:07.594Z] #70 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-21T23:15:07.594Z] #70 DONE 0.1s [2019-10-21T23:15:07.594Z] [2019-10-21T23:15:07.594Z] #71 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-21T23:15:07.594Z] #71 DONE 0.0s [2019-10-21T23:15:07.825Z] #42 15.74 PBCC images/sk-netlink.pb-c.c [2019-10-21T23:15:07.825Z] #42 15.84 DEP images/sk-netlink.pb-c.d [2019-10-21T23:15:08.067Z] [2019-10-21T23:15:08.067Z] #72 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-21T23:15:08.114Z] #42 15.97 PBCC images/sk-inet.pb-c.c [2019-10-21T23:15:08.115Z] #42 16.13 DEP images/sk-inet.pb-c.d [2019-10-21T23:15:08.115Z] #42 16.22 PBCC images/sk-unix.pb-c.c [2019-10-21T23:15:08.401Z] #42 16.30 DEP images/sk-unix.pb-c.d [2019-10-21T23:15:08.401Z] #42 16.38 PBCC images/mm.pb-c.c [2019-10-21T23:15:08.401Z] #42 16.47 DEP images/mm.pb-c.d [2019-10-21T23:15:08.632Z] #72 DONE 0.7s [2019-10-21T23:15:08.632Z] [2019-10-21T23:15:08.632Z] #73 exporting to oci image format [2019-10-21T23:15:08.632Z] #73 exporting layers [2019-10-21T23:15:08.689Z] #42 16.61 PBCC images/timerfd.pb-c.c [2019-10-21T23:15:08.689Z] #42 16.69 DEP images/timerfd.pb-c.d [2019-10-21T23:15:08.977Z] #42 16.82 PBCC images/timer.pb-c.c [2019-10-21T23:15:08.977Z] #42 16.89 DEP images/timer.pb-c.d [2019-10-21T23:15:08.977Z] #42 17.01 PBCC images/sa.pb-c.c [2019-10-21T23:15:08.977Z] #42 17.10 DEP images/sa.pb-c.d [2019-10-21T23:15:09.265Z] #42 17.19 PBCC images/pipe-data.pb-c.c [2019-10-21T23:15:09.266Z] #42 17.27 DEP images/pipe-data.pb-c.d [2019-10-21T23:15:09.466Z] --- PASS: TestBuildMultiStageLayerLeak (4.08s) [2019-10-21T23:15:09.466Z] === RUN TestBuildWithHugeFile [2019-10-21T23:15:09.554Z] #42 17.40 PBCC images/mnt.pb-c.c [2019-10-21T23:15:09.554Z] #42 17.49 DEP images/mnt.pb-c.d [2019-10-21T23:15:09.842Z] #42 17.74 PBCC images/sk-packet.pb-c.c [2019-10-21T23:15:09.842Z] #42 17.79 DEP images/sk-packet.pb-c.d [2019-10-21T23:15:09.842Z] #42 17.91 PBCC images/tcp-stream.pb-c.c [2019-10-21T23:15:09.842Z] #42 17.99 DEP images/tcp-stream.pb-c.d [2019-10-21T23:15:10.130Z] #42 18.17 PBCC images/pipe.pb-c.c [2019-10-21T23:15:10.130Z] #42 18.25 DEP images/pipe.pb-c.d [2019-10-21T23:15:10.419Z] #42 18.51 PBCC images/pstree.pb-c.c [2019-10-21T23:15:10.419Z] #42 18.53 DEP images/pstree.pb-c.d [2019-10-21T23:15:10.419Z] #42 18.66 PBCC images/fs.pb-c.c [2019-10-21T23:15:10.708Z] #42 18.70 DEP images/fs.pb-c.d [2019-10-21T23:15:10.997Z] #42 18.82 PBCC images/signalfd.pb-c.c [2019-10-21T23:15:10.997Z] #42 18.89 DEP images/signalfd.pb-c.d [2019-10-21T23:15:10.997Z] #42 ... [2019-10-21T23:15:10.997Z] [2019-10-21T23:15:10.997Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:15:10.997Z] #32 93.81 reflect [2019-10-21T23:15:10.997Z] #32 98.53 path [2019-10-21T23:15:10.997Z] #32 101.9 text/tabwriter [2019-10-21T23:15:10.997Z] #32 ... [2019-10-21T23:15:10.997Z] [2019-10-21T23:15:10.997Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:15:10.997Z] #42 19.00 PBCC images/fh.pb-c.c [2019-10-21T23:15:10.997Z] #42 19.08 PBCC images/fsnotify.pb-c.c [2019-10-21T23:15:11.285Z] #42 19.24 DEP images/fh.pb-c.d [2019-10-21T23:15:11.285Z] #42 19.37 DEP images/fsnotify.pb-c.d [2019-10-21T23:15:11.285Z] #42 19.50 PBCC images/eventpoll.pb-c.c [2019-10-21T23:15:11.572Z] #42 19.54 DEP images/eventpoll.pb-c.d [2019-10-21T23:15:11.572Z] #42 19.64 PBCC images/eventfd.pb-c.c [2019-10-21T23:15:11.572Z] #42 19.71 DEP images/eventfd.pb-c.d [2019-10-21T23:15:11.866Z] #42 19.87 PBCC images/remap-file-path.pb-c.c [2019-10-21T23:15:11.866Z] #42 19.92 DEP images/remap-file-path.pb-c.d [2019-10-21T23:15:12.153Z] #42 20.10 PBCC images/fifo.pb-c.c [2019-10-21T23:15:12.153Z] #42 20.16 DEP images/fifo.pb-c.d [2019-10-21T23:15:12.153Z] #42 20.24 PBCC images/ghost-file.pb-c.c [2019-10-21T23:15:12.153Z] #42 20.33 DEP images/ghost-file.pb-c.d [2019-10-21T23:15:12.441Z] #42 20.42 PBCC images/regfile.pb-c.c [2019-10-21T23:15:12.441Z] #42 20.49 DEP images/regfile.pb-c.d [2019-10-21T23:15:12.731Z] #42 20.62 PBCC images/ns.pb-c.c [2019-10-21T23:15:12.731Z] #42 20.65 DEP images/ns.pb-c.d [2019-10-21T23:15:12.731Z] #42 20.79 PBCC images/fdinfo.pb-c.c [2019-10-21T23:15:13.019Z] #42 20.93 DEP images/fdinfo.pb-c.d [2019-10-21T23:15:13.019Z] #42 21.05 PBCC images/core-aarch64.pb-c.c [2019-10-21T23:15:13.019Z] #42 21.12 PBCC images/core-arm.pb-c.c [2019-10-21T23:15:13.309Z] #42 21.23 PBCC images/core-ppc64.pb-c.c [2019-10-21T23:15:13.309Z] #42 21.33 PBCC images/core-s390.pb-c.c [2019-10-21T23:15:13.309Z] #42 21.43 PBCC images/core-x86.pb-c.c [2019-10-21T23:15:13.597Z] #42 21.59 PBCC images/core.pb-c.c [2019-10-21T23:15:13.597Z] #42 ... [2019-10-21T23:15:13.597Z] [2019-10-21T23:15:13.597Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:15:13.597Z] #45 96.48 bufio [2019-10-21T23:15:13.597Z] #45 96.65 reflect [2019-10-21T23:15:13.597Z] #45 105.3 regexp/syntax [2019-10-21T23:15:13.597Z] #45 ... [2019-10-21T23:15:13.597Z] [2019-10-21T23:15:13.597Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:15:13.597Z] #18 36.33 Reading package lists... [2019-10-21T23:15:13.597Z] #18 47.89 Building dependency tree... [2019-10-21T23:15:13.658Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-21T23:15:13.658Z] Using test binary docker [2019-10-21T23:15:13.658Z] +++ /etc/init.d/apparmor start [2019-10-21T23:15:13.658Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T23:15:13.658Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T23:15:13.658Z] Warning failed to create cache: (null) [2019-10-21T23:15:13.658Z] . [2019-10-21T23:15:13.658Z] INFO: Waiting for daemon to start... [2019-10-21T23:15:13.658Z] Starting dockerd [2019-10-21T23:15:13.658Z] +++ 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-21T23:15:15.097Z] #18 50.49 The following additional packages will be installed: [2019-10-21T23:15:15.097Z] #18 50.50 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-21T23:15:15.097Z] #18 50.50 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-21T23:15:15.097Z] #18 50.50 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-21T23:15:15.097Z] #18 50.50 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-21T23:15:15.097Z] #18 50.50 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-21T23:15:15.097Z] #18 50.50 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-21T23:15:15.097Z] #18 50.50 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-21T23:15:15.097Z] #18 50.51 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-21T23:15:15.097Z] #18 50.51 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-21T23:15:15.097Z] #18 50.52 Suggested packages: [2019-10-21T23:15:15.097Z] #18 50.52 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-21T23:15:15.097Z] #18 50.52 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-21T23:15:15.097Z] #18 50.52 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-21T23:15:15.097Z] #18 50.52 vim-doc vim-scripts xfsdump acl attr quota [2019-10-21T23:15:15.097Z] #18 50.52 Recommended packages: [2019-10-21T23:15:15.097Z] #18 50.52 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-21T23:15:15.097Z] #18 50.52 python3-keyrings.alt python3-xdg unzip [2019-10-21T23:15:16.178Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-21T23:15:16.178Z] Using test binary docker [2019-10-21T23:15:16.178Z] +++ /etc/init.d/apparmor start [2019-10-21T23:15:16.178Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T23:15:16.178Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T23:15:16.178Z] Warning failed to create cache: (null) [2019-10-21T23:15:16.178Z] . [2019-10-21T23:15:16.178Z] INFO: Waiting for daemon to start... [2019-10-21T23:15:16.178Z] Starting dockerd [2019-10-21T23:15:16.178Z] +++ 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-21T23:15:16.178Z] . [2019-10-21T23:15:16.178Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-21T23:15:16.178Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-21T23:15:16.178Z] Error: No such image: emptyfs [2019-10-21T23:15:16.178Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-21T23:15:16.178Z] ++++ docker load [2019-10-21T23:15:16.434Z] Running integration-test (iteration 1) [2019-10-21T23:15:16.434Z] 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-21T23:15:16.434Z] ++ 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-21T23:15:16.434Z] ++ set -e [2019-10-21T23:15:16.434Z] ++ '[' -n 0 ']' [2019-10-21T23:15:16.434Z] ++ set -x [2019-10-21T23:15:16.434Z] ++ env -i DEST=/go/src/github.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-21T23:15:17.780Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-10-21T23:15:17.802Z] [2019-10-21T23:15:17.802Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-21T23:15:18.059Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-21T23:15:18.059Z] Error: No such image: emptyfs [2019-10-21T23:15:18.059Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-21T23:15:18.059Z] ++++ docker load [2019-10-21T23:15:18.589Z] #18 ... [2019-10-21T23:15:18.589Z] [2019-10-21T23:15:18.589Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:15:18.589Z] #45 111.4 hash/crc32 [2019-10-21T23:15:18.622Z] Running integration-test (iteration 1) [2019-10-21T23:15:18.622Z] 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-21T23:15:18.622Z] ++ 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-21T23:15:18.622Z] ++ set -e [2019-10-21T23:15:18.622Z] ++ '[' -n 0 ']' [2019-10-21T23:15:18.622Z] ++ set -x [2019-10-21T23:15:18.622Z] ++ env -i DEST=/go/src/github.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-21T23:15:23.037Z] #45 116.1 vendor/golang.org/x/text/transform [2019-10-21T23:15:23.669Z] #45 ... [2019-10-21T23:15:23.669Z] [2019-10-21T23:15:23.669Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:15:23.669Z] #18 57.53 The following NEW packages will be installed: [2019-10-21T23:15:23.669Z] #18 57.53 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-21T23:15:23.669Z] #18 57.53 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-21T23:15:23.669Z] #18 57.53 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-21T23:15:23.669Z] #18 57.53 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-21T23:15:23.669Z] #18 57.53 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-21T23:15:23.669Z] #18 57.53 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-21T23:15:23.669Z] #18 57.53 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-21T23:15:23.669Z] #18 57.53 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-21T23:15:23.669Z] #18 57.53 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-21T23:15:23.669Z] #18 57.53 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-21T23:15:23.669Z] #18 57.54 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-21T23:15:23.669Z] #18 57.54 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-21T23:15:23.669Z] #18 57.54 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-21T23:15:23.669Z] #18 57.54 xfsprogs xxd xz-utils zip [2019-10-21T23:15:23.669Z] #18 57.67 0 upgraded, 69 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T23:15:23.669Z] #18 57.67 Need to get 87.3 MB of archives. [2019-10-21T23:15:23.669Z] #18 57.67 After this operation, 585 MB of additional disk space will be used. [2019-10-21T23:15:23.669Z] #18 57.67 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-10-21T23:15:23.669Z] #18 57.73 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-21T23:15:23.669Z] #18 57.73 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-10-21T23:15:23.669Z] #18 57.74 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-10-21T23:15:23.669Z] #18 57.76 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-10-21T23:15:23.669Z] #18 57.76 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-21T23:15:23.669Z] #18 57.90 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-21T23:15:23.669Z] #18 58.12 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-10-21T23:15:23.669Z] #18 58.13 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-10-21T23:15:23.669Z] #18 58.14 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-21T23:15:23.670Z] #18 58.37 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-10-21T23:15:23.670Z] #18 58.40 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-10-21T23:15:23.670Z] #18 58.41 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-10-21T23:15:23.670Z] #18 58.43 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-10-21T23:15:23.670Z] #18 58.44 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-10-21T23:15:23.670Z] #18 58.45 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-10-21T23:15:23.670Z] #18 58.47 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-21T23:15:23.670Z] #18 58.49 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-10-21T23:15:23.670Z] #18 58.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-21T23:15:23.670Z] #18 58.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-21T23:15:23.670Z] #18 58.52 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-10-21T23:15:23.670Z] #18 58.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-21T23:15:23.670Z] #18 58.58 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-21T23:15:23.670Z] #18 58.61 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-10-21T23:15:23.670Z] #18 58.61 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-21T23:15:23.670Z] #18 58.63 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-21T23:15:23.670Z] #18 58.66 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-10-21T23:15:23.670Z] #18 58.70 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-21T23:15:23.670Z] #18 58.71 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-21T23:15:23.670Z] #18 58.78 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-21T23:15:23.670Z] #18 58.80 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-21T23:15:23.670Z] #18 58.81 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-10-21T23:15:23.670Z] #18 58.82 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-21T23:15:23.670Z] #18 58.85 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-21T23:15:23.670Z] #18 58.87 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-21T23:15:23.670Z] #18 58.88 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-10-21T23:15:23.670Z] #18 58.89 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-10-21T23:15:23.670Z] #18 58.90 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-21T23:15:23.670Z] #18 58.91 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-10-21T23:15:23.670Z] #18 58.97 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-10-21T23:15:23.670Z] #18 59.00 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-10-21T23:15:23.670Z] #18 59.03 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-10-21T23:15:23.670Z] #18 59.11 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-10-21T23:15:23.670Z] #18 59.15 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-21T23:15:23.670Z] #18 59.15 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-21T23:15:23.670Z] #18 59.17 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-21T23:15:23.670Z] #18 59.18 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-10-21T23:15:23.670Z] #18 59.19 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-10-21T23:15:23.670Z] #18 ... [2019-10-21T23:15:23.670Z] [2019-10-21T23:15:23.670Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:15:23.670Z] #42 21.76 PBCC images/inventory.pb-c.c [2019-10-21T23:15:23.670Z] #42 21.86 DEP images/core-aarch64.pb-c.d [2019-10-21T23:15:23.670Z] #42 21.99 DEP images/core-arm.pb-c.d [2019-10-21T23:15:23.670Z] #42 22.07 DEP images/core-ppc64.pb-c.d [2019-10-21T23:15:23.670Z] #42 22.21 DEP images/core-s390.pb-c.d [2019-10-21T23:15:23.670Z] #42 22.34 DEP images/core-x86.pb-c.d [2019-10-21T23:15:23.670Z] #42 22.45 DEP images/core.pb-c.d [2019-10-21T23:15:23.670Z] #42 22.58 DEP images/inventory.pb-c.d [2019-10-21T23:15:23.670Z] #42 22.79 PBCC images/cpuinfo.pb-c.c [2019-10-21T23:15:23.670Z] #42 22.85 DEP images/cpuinfo.pb-c.d [2019-10-21T23:15:23.670Z] #42 22.95 PBCC images/stats.pb-c.c [2019-10-21T23:15:23.670Z] #42 23.03 DEP images/stats.pb-c.d [2019-10-21T23:15:23.670Z] #42 25.43 make[1]: Nothing to be done for 'all'. [2019-10-21T23:15:23.670Z] #42 28.12 CC images/stats.o [2019-10-21T23:15:23.670Z] #42 29.30 CC images/core.o [2019-10-21T23:15:23.670Z] #42 30.62 CC images/core-x86.o [2019-10-21T23:15:23.961Z] #42 31.97 CC images/core-arm.o [2019-10-21T23:15:23.961Z] #42 ... [2019-10-21T23:15:23.961Z] [2019-10-21T23:15:23.961Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:15:23.961Z] #18 59.41 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-10-21T23:15:23.961Z] #18 59.45 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-21T23:15:23.961Z] #18 59.64 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-21T23:15:23.961Z] #18 59.66 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-21T23:15:23.961Z] #18 59.68 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-10-21T23:15:24.249Z] #18 59.71 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-21T23:15:24.249Z] #18 59.72 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-21T23:15:24.249Z] #18 59.76 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-21T23:15:24.880Z] #18 60.41 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-10-21T23:15:24.880Z] #18 60.52 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-10-21T23:15:24.880Z] #18 60.60 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-10-21T23:15:24.880Z] #18 60.65 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-21T23:15:25.173Z] #18 60.66 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-10-21T23:15:25.173Z] #18 60.73 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-21T23:15:25.462Z] #18 60.97 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-21T23:15:25.753Z] #18 61.28 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-21T23:15:25.753Z] #18 61.29 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-21T23:15:26.378Z] #18 61.86 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-21T23:15:26.675Z] #18 ... [2019-10-21T23:15:26.675Z] [2019-10-21T23:15:26.675Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:15:26.675Z] #32 109.5 internal/syscall/unix [2019-10-21T23:15:26.675Z] #32 109.5 time [2019-10-21T23:15:26.675Z] #32 ... [2019-10-21T23:15:26.675Z] [2019-10-21T23:15:26.675Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:15:26.675Z] #18 62.27 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-21T23:15:26.675Z] #18 62.31 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-21T23:15:27.665Z] --- PASS: TestBuildWithHugeFile (41.63s) [2019-10-21T23:15:27.665Z] === RUN TestBuildWithEmptyDockerfile [2019-10-21T23:15:27.665Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:15:27.665Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:15:27.665Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:15:27.665Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:15:27.665Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:15:27.665Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:15:27.665Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:15:27.665Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:15:27.665Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:15:27.665Z] --- PASS: TestBuildWithEmptyDockerfile (0.15s) [2019-10-21T23:15:27.665Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2019-10-21T23:15:27.665Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2019-10-21T23:15:27.665Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s) [2019-10-21T23:15:27.665Z] === RUN TestBuildPreserveOwnership [2019-10-21T23:15:27.665Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-21T23:15:27.665Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-21T23:15:28.599Z] --- PASS: TestBuildPreserveOwnership (6.01s) [2019-10-21T23:15:28.599Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.93s) [2019-10-21T23:15:28.599Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.06s) [2019-10-21T23:15:28.599Z] === RUN TestBuildPlatformInvalid [2019-10-21T23:15:28.599Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2019-10-21T23:15:28.599Z] PASS [2019-10-21T23:15:28.599Z] [2019-10-21T23:15:28.599Z] === Skipped [2019-10-21T23:15:28.599Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2019-10-21T23:15:28.599Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T23:15:28.599Z] [2019-10-21T23:15:28.599Z] [2019-10-21T23:15:28.599Z] DONE 32 tests, 1 skipped in 91.021s [2019-10-21T23:15:28.599Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2019-10-21T23:15:28.599Z] ++ 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-21T23:15:28.599Z] ++ set -e [2019-10-21T23:15:28.599Z] ++ '[' -n 0 ']' [2019-10-21T23:15:28.599Z] ++ set -x [2019-10-21T23:15:28.599Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T23:15:28.857Z] INFO: Testing against a local daemon [2019-10-21T23:15:28.857Z] === RUN TestConfigList [2019-10-21T23:15:30.223Z] #18 65.79 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-21T23:15:31.729Z] #18 ... [2019-10-21T23:15:31.729Z] [2019-10-21T23:15:31.729Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:15:31.729Z] #60 62.47 + cd /tmp/tmp.1oUuRIob9X/src/github.com/containerd/containerd [2019-10-21T23:15:31.729Z] #60 62.47 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T23:15:31.729Z] #60 63.53 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-21T23:15:31.729Z] #60 63.53 + BUILDTAGS='netgo osusergo static_build' [2019-10-21T23:15:31.729Z] #60 63.53 + export EXTRA_FLAGS=-buildmode=pie [2019-10-21T23:15:31.729Z] #60 63.53 + EXTRA_FLAGS=-buildmode=pie [2019-10-21T23:15:31.729Z] #60 63.53 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-21T23:15:31.729Z] #60 63.53 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-21T23:15:31.729Z] #60 63.53 + '[' '' = dynamic ']' [2019-10-21T23:15:31.729Z] #60 63.53 + make [2019-10-21T23:15:31.729Z] #60 65.03 + bin/ctr [2019-10-21T23:15:32.020Z] #60 ... [2019-10-21T23:15:32.020Z] [2019-10-21T23:15:32.020Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:15:32.020Z] #42 32.69 CC images/core-aarch64.o [2019-10-21T23:15:32.020Z] #42 33.43 CC images/core-ppc64.o [2019-10-21T23:15:32.020Z] #42 34.63 CC images/core-s390.o [2019-10-21T23:15:32.020Z] #42 36.22 CC images/cpuinfo.o [2019-10-21T23:15:32.020Z] #42 37.42 CC images/inventory.o [2019-10-21T23:15:32.020Z] #42 38.01 CC images/fdinfo.o [2019-10-21T23:15:32.020Z] #42 38.75 CC images/fown.o [2019-10-21T23:15:32.020Z] #42 39.13 CC images/ns.o [2019-10-21T23:15:32.020Z] #42 39.51 CC images/regfile.o [2019-10-21T23:15:32.020Z] #42 39.94 CC images/ghost-file.o [2019-10-21T23:15:32.144Z] --- PASS: TestConfigList (3.31s) [2019-10-21T23:15:32.144Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-21T23:15:32.144Z] === RUN TestConfigsCreateAndDelete [2019-10-21T23:15:32.647Z] #42 40.57 CC images/fifo.o [2019-10-21T23:15:32.934Z] #42 40.95 CC images/remap-file-path.o [2019-10-21T23:15:33.559Z] #42 41.41 CC images/eventfd.o [2019-10-21T23:15:33.559Z] #42 ... [2019-10-21T23:15:33.559Z] [2019-10-21T23:15:33.559Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:15:33.559Z] #18 69.22 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T23:15:33.863Z] #18 69.37 Fetched 87.3 MB in 10s (8423 kB/s) [2019-10-21T23:15:33.863Z] #18 69.50 Selecting previously unselected package bash-completion. [2019-10-21T23:15:33.863Z] #18 69.50 (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-21T23:15:34.151Z] #18 69.61 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-21T23:15:34.440Z] #18 ... [2019-10-21T23:15:34.440Z] [2019-10-21T23:15:34.440Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:15:34.440Z] #45 117.3 time [2019-10-21T23:15:34.440Z] #45 125.9 regexp [2019-10-21T23:15:34.440Z] #45 ... [2019-10-21T23:15:34.440Z] [2019-10-21T23:15:34.440Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:15:34.440Z] #42 41.78 CC images/eventpoll.o [2019-10-21T23:15:34.440Z] #42 42.37 CC images/fh.o [2019-10-21T23:15:35.064Z] #42 42.99 CC images/fsnotify.o [2019-10-21T23:15:35.427Z] --- PASS: TestConfigsCreateAndDelete (3.15s) [2019-10-21T23:15:35.427Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-21T23:15:35.427Z] === RUN TestConfigsUpdate [2019-10-21T23:15:36.588Z] #42 44.34 CC images/signalfd.o [2019-10-21T23:15:36.874Z] #42 44.80 CC images/fs.o [2019-10-21T23:15:37.166Z] #42 45.27 CC images/pstree.o [2019-10-21T23:15:37.831Z] #42 45.93 CC images/pipe.o [2019-10-21T23:15:38.119Z] #42 ... [2019-10-21T23:15:38.119Z] [2019-10-21T23:15:38.119Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:15:38.119Z] #32 121.0 internal/poll [2019-10-21T23:15:38.119Z] #32 125.3 os [2019-10-21T23:15:38.119Z] #32 126.8 internal/fmtsort [2019-10-21T23:15:38.119Z] #32 129.9 fmt [2019-10-21T23:15:38.119Z] #32 129.9 path/filepath [2019-10-21T23:15:38.408Z] #32 ... [2019-10-21T23:15:38.408Z] [2019-10-21T23:15:38.408Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:15:38.408Z] #42 46.28 CC images/tcp-stream.o [2019-10-21T23:15:38.710Z] --- PASS: TestConfigsUpdate (3.15s) [2019-10-21T23:15:38.710Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-21T23:15:38.710Z] === RUN TestTemplatedConfig [2019-10-21T23:15:39.036Z] #42 46.89 CC images/sk-packet.o [2019-10-21T23:15:39.665Z] #42 47.47 CC images/mnt.o [2019-10-21T23:15:39.954Z] #42 48.02 CC images/pipe-data.o [2019-10-21T23:15:40.583Z] #42 48.54 CC images/sa.o [2019-10-21T23:15:40.870Z] #42 49.00 CC images/timer.o [2019-10-21T23:15:41.895Z] #42 49.74 CC images/timerfd.o [2019-10-21T23:15:41.992Z] --- PASS: TestTemplatedConfig (3.36s) [2019-10-21T23:15:41.992Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-21T23:15:41.992Z] === RUN TestConfigInspect [2019-10-21T23:15:42.188Z] #42 50.13 CC images/mm.o [2019-10-21T23:15:42.823Z] #42 50.87 CC images/sk-opts.o [2019-10-21T23:15:43.448Z] #42 51.37 CC images/sk-unix.o [2019-10-21T23:15:44.075Z] #42 51.96 CC images/sk-inet.o [2019-10-21T23:15:44.702Z] #42 ... [2019-10-21T23:15:44.702Z] [2019-10-21T23:15:44.702Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:15:44.702Z] #18 76.91 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-21T23:15:44.702Z] #18 77.90 Selecting previously unselected package libnet1:ppc64el. [2019-10-21T23:15:44.702Z] #18 77.92 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-21T23:15:44.702Z] #18 77.93 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-21T23:15:44.702Z] #18 78.10 Selecting previously unselected package libnfnetlink0:ppc64el. [2019-10-21T23:15:44.702Z] #18 78.11 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-10-21T23:15:44.702Z] #18 78.11 Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-21T23:15:44.702Z] #18 78.27 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-10-21T23:15:44.702Z] #18 78.30 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-10-21T23:15:44.702Z] #18 78.30 Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-21T23:15:44.702Z] #18 78.54 Selecting previously unselected package libudev-dev:ppc64el. [2019-10-21T23:15:44.702Z] #18 78.55 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-21T23:15:44.702Z] #18 78.57 Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-21T23:15:44.702Z] #18 78.78 Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-10-21T23:15:44.702Z] #18 78.78 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-21T23:15:44.702Z] #18 78.79 Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-21T23:15:44.702Z] #18 79.66 Selecting previously unselected package python3.5-minimal. [2019-10-21T23:15:44.702Z] #18 79.67 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-21T23:15:44.702Z] #18 79.69 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-21T23:15:45.276Z] --- PASS: TestConfigInspect (3.15s) [2019-10-21T23:15:45.276Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-21T23:15:45.276Z] === RUN TestConfigCreateWithLabels [2019-10-21T23:15:45.730Z] #18 81.15 Selecting previously unselected package python3-minimal. [2019-10-21T23:15:45.730Z] #18 81.16 Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-10-21T23:15:45.730Z] #18 81.17 Unpacking python3-minimal (3.5.3-1) ... [2019-10-21T23:15:45.730Z] #18 81.34 Selecting previously unselected package libmpdec2:ppc64el. [2019-10-21T23:15:45.730Z] #18 81.36 Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-10-21T23:15:45.730Z] #18 81.37 Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-10-21T23:15:46.018Z] #18 81.54 Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-10-21T23:15:46.018Z] #18 81.55 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-21T23:15:46.018Z] #18 81.55 Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-21T23:15:48.558Z] --- PASS: TestConfigCreateWithLabels (3.05s) [2019-10-21T23:15:48.558Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-21T23:15:48.558Z] === RUN TestConfigCreateResolve [2019-10-21T23:15:48.802Z] #18 84.13 Selecting previously unselected package python3.5. [2019-10-21T23:15:48.802Z] #18 84.14 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-21T23:15:48.802Z] #18 84.14 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-21T23:15:49.091Z] #18 84.43 Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-10-21T23:15:49.091Z] #18 84.45 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-10-21T23:15:49.091Z] #18 84.45 Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-21T23:15:49.091Z] #18 84.63 Selecting previously unselected package dh-python. [2019-10-21T23:15:49.091Z] #18 84.63 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-21T23:15:49.091Z] #18 84.65 Unpacking dh-python (2.20170125) ... [2019-10-21T23:15:49.379Z] #18 84.93 Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-21T23:15:49.379Z] #18 84.94 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-21T23:15:49.669Z] #18 ... [2019-10-21T23:15:49.669Z] [2019-10-21T23:15:49.669Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:15:49.669Z] #32 132.8 io/ioutil [2019-10-21T23:15:49.669Z] #32 136.4 github.com/BurntSushi/toml [2019-10-21T23:15:49.669Z] #32 136.4 log [2019-10-21T23:15:49.669Z] #32 136.4 flag [2019-10-21T23:15:49.958Z] #32 ... [2019-10-21T23:15:49.958Z] [2019-10-21T23:15:49.958Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:15:49.958Z] #42 52.85 CC images/tun.o [2019-10-21T23:15:49.958Z] #42 53.47 CC images/sk-netlink.o [2019-10-21T23:15:49.958Z] #42 53.93 CC images/packet-sock.o [2019-10-21T23:15:49.958Z] #42 54.81 CC images/ipc-var.o [2019-10-21T23:15:49.958Z] #42 55.22 CC images/ipc-desc.o [2019-10-21T23:15:49.958Z] #42 55.58 CC images/ipc-shm.o [2019-10-21T23:15:49.958Z] #42 55.98 CC images/ipc-msg.o [2019-10-21T23:15:49.958Z] #42 56.60 CC images/ipc-sem.o [2019-10-21T23:15:49.958Z] #42 57.31 CC images/utsns.o [2019-10-21T23:15:49.958Z] #42 57.74 CC images/creds.o [2019-10-21T23:15:49.958Z] #42 58.13 CC images/vma.o [2019-10-21T23:15:50.588Z] #42 58.64 CC images/netdev.o [2019-10-21T23:15:50.670Z] Loaded image: buildpack-deps:jessie [2019-10-21T23:15:50.670Z] Loaded image: busybox:latest [2019-10-21T23:15:50.670Z] Loaded image: busybox:glibc [2019-10-21T23:15:50.670Z] Loaded image: debian:jessie [2019-10-21T23:15:50.670Z] Loaded image: hello-world:latest [2019-10-21T23:15:50.670Z] INFO: Testing against a local daemon [2019-10-21T23:15:50.670Z] === RUN TestDockerSuite [2019-10-21T23:15:50.670Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-21T23:15:50.670Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-21T23:15:50.670Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-21T23:15:50.670Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-21T23:15:50.670Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-21T23:15:50.670Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-21T23:15:50.670Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-21T23:15:50.670Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-21T23:15:50.874Z] #42 ... [2019-10-21T23:15:50.874Z] [2019-10-21T23:15:50.874Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:15:50.874Z] #32 144.0 github.com/BurntSushi/toml/cmd/tomlv [2019-10-21T23:15:51.089Z] --- PASS: TestConfigCreateResolve (3.12s) [2019-10-21T23:15:51.089Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-21T23:15:51.089Z] === RUN TestConfigDaemonLibtrustID [2019-10-21T23:15:51.661Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2019-10-21T23:15:51.661Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-21T23:15:51.661Z] PASS [2019-10-21T23:15:51.661Z] [2019-10-21T23:15:51.661Z] DONE 8 tests in 23.012s [2019-10-21T23:15:51.661Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2019-10-21T23:15:51.661Z] ++ 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-21T23:15:51.661Z] ++ set -e [2019-10-21T23:15:51.661Z] ++ '[' -n 0 ']' [2019-10-21T23:15:51.661Z] ++ set -x [2019-10-21T23:15:51.661Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T23:15:51.919Z] INFO: Testing against a local daemon [2019-10-21T23:15:51.919Z] === RUN TestCheckpoint [2019-10-21T23:15:51.919Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-21T23:15:51.919Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T23:15:51.919Z] === RUN TestContainerInvalidJSON [2019-10-21T23:15:51.919Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:15:51.919Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:15:51.919Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:15:51.919Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:15:51.919Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:15:51.919Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:15:51.919Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:15:51.919Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:15:51.919Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:15:51.919Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-21T23:15:51.919Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-21T23:15:51.919Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-21T23:15:51.919Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-21T23:15:51.919Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-21T23:15:51.919Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-10-21T23:15:51.919Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-21T23:15:52.040Z] Loaded image: buildpack-deps:jessie [2019-10-21T23:15:52.040Z] Loaded image: busybox:latest [2019-10-21T23:15:52.177Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2019-10-21T23:15:52.177Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-21T23:15:52.177Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2019-10-21T23:15:52.177Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-21T23:15:52.436Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2019-10-21T23:15:52.436Z] === RUN TestCopyFromContainer [2019-10-21T23:15:52.602Z] Loaded image: busybox:glibc [2019-10-21T23:15:52.603Z] Loaded image: debian:jessie [2019-10-21T23:15:52.603Z] Loaded image: hello-world:latest [2019-10-21T23:15:52.603Z] INFO: Testing against a local daemon [2019-10-21T23:15:52.603Z] === RUN TestDockerDaemonSuite [2019-10-21T23:15:52.603Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-10-21T23:15:52.860Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-21T23:15:53.117Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-21T23:15:53.680Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-21T23:15:53.680Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-21T23:15:54.496Z] === RUN TestCopyFromContainer// [2019-10-21T23:15:54.496Z] === RUN TestCopyFromContainer//bar/root [2019-10-21T23:15:54.496Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-21T23:15:54.496Z] === RUN TestCopyFromContainer/bar/quux [2019-10-21T23:15:54.754Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-21T23:15:54.754Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-21T23:15:55.012Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-21T23:15:55.012Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-21T23:15:55.012Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-21T23:15:55.049Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-21T23:15:55.050Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-21T23:15:55.050Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-21T23:15:55.270Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-21T23:15:55.270Z] --- PASS: TestCopyFromContainer (2.99s) [2019-10-21T23:15:55.270Z] --- PASS: TestCopyFromContainer// (0.10s) [2019-10-21T23:15:55.270Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2019-10-21T23:15:55.270Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-10-21T23:15:55.270Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-10-21T23:15:55.270Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-10-21T23:15:55.270Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-10-21T23:15:55.270Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-10-21T23:15:55.270Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2019-10-21T23:15:55.270Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-10-21T23:15:55.270Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-10-21T23:15:55.270Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-21T23:15:55.270Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:15:55.270Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:15:55.270Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:15:55.270Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:15:55.270Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:15:55.270Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:15:55.325Z] #32 ... [2019-10-21T23:15:55.325Z] [2019-10-21T23:15:55.325Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:15:55.325Z] #45 138.0 os/exec [2019-10-21T23:15:55.325Z] #45 138.1 net [2019-10-21T23:15:55.325Z] #45 138.6 internal/lazyregexp [2019-10-21T23:15:55.325Z] #45 145.4 encoding/binary [2019-10-21T23:15:55.325Z] #45 145.4 go/token [2019-10-21T23:15:55.325Z] #45 145.4 net/url [2019-10-21T23:15:55.325Z] #45 ... [2019-10-21T23:15:55.325Z] [2019-10-21T23:15:55.325Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:15:55.326Z] #42 59.45 CC images/tty.o [2019-10-21T23:15:55.326Z] #42 60.87 CC images/file-lock.o [2019-10-21T23:15:55.326Z] #42 61.29 CC images/rlimit.o [2019-10-21T23:15:55.326Z] #42 61.80 CC images/pagemap.o [2019-10-21T23:15:55.326Z] #42 62.47 CC images/siginfo.o [2019-10-21T23:15:55.326Z] #42 63.10 CC images/rpc.o [2019-10-21T23:15:55.529Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:15:55.529Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:15:55.529Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:15:55.529Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-21T23:15:55.529Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-21T23:15:55.529Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-21T23:15:55.529Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-21T23:15:55.529Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-21T23:15:55.529Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-10-21T23:15:55.529Z] === RUN TestCreateWithInvalidEnv [2019-10-21T23:15:55.529Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-21T23:15:55.529Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-21T23:15:55.529Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-21T23:15:55.529Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-21T23:15:55.529Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-21T23:15:55.529Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-21T23:15:55.529Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-21T23:15:55.529Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-21T23:15:55.529Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-21T23:15:55.529Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-10-21T23:15:55.529Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-21T23:15:55.529Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-21T23:15:55.529Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-21T23:15:55.529Z] === RUN TestCreateTmpfsMountsTarget [2019-10-21T23:15:55.529Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-21T23:15:55.529Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-21T23:15:58.030Z] #42 ... [2019-10-21T23:15:58.030Z] [2019-10-21T23:15:58.030Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T23:15:58.030Z] #32 DONE 151.0s [2019-10-21T23:15:58.030Z] [2019-10-21T23:15:58.030Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:15:58.030Z] #45 149.3 go/scanner [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCustomMaskedPaths (2.19s) [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCapabilities [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-21T23:15:58.058Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-21T23:15:58.058Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-21T23:15:58.058Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-21T23:15:58.058Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T23:15:58.058Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T23:15:58.058Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-21T23:15:58.058Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-21T23:15:58.058Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-21T23:15:58.058Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T23:15:58.058Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T23:15:58.058Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T23:15:58.058Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-21T23:15:58.058Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-21T23:15:58.058Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T23:15:58.058Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-21T23:15:58.058Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T23:15:58.058Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-21T23:15:58.058Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T23:15:58.058Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T23:15:58.058Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-21T23:15:58.058Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-21T23:15:58.058Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.09s) [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.11s) [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.11s) [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s) [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-10-21T23:15:58.058Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2019-10-21T23:15:58.058Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-21T23:15:58.324Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-21T23:15:58.324Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-21T23:15:58.324Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-21T23:15:58.324Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-21T23:15:58.580Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-10-21T23:15:59.144Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-21T23:16:00.589Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.38s) [2019-10-21T23:16:00.589Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-21T23:16:00.589Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:16:00.589Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:16:00.589Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:16:00.589Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:16:00.589Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:16:00.589Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:16:00.589Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:16:00.589Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:16:00.589Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:16:00.589Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:16:00.589Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:16:00.589Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:16:00.589Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:16:00.589Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:16:00.589Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:16:00.589Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-21T23:16:00.589Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-10-21T23:16:00.589Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2019-10-21T23:16:00.589Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-10-21T23:16:00.589Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2019-10-21T23:16:00.589Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-10-21T23:16:00.589Z] === RUN TestContainerStartOnDaemonRestart [2019-10-21T23:16:00.589Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-21T23:16:00.589Z] === RUN TestDaemonRestartIpcMode [2019-10-21T23:16:00.589Z] === PAUSE TestDaemonRestartIpcMode [2019-10-21T23:16:00.589Z] === RUN TestDiff [2019-10-21T23:16:01.040Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-21T23:16:01.040Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-21T23:16:01.040Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-21T23:16:01.040Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-21T23:16:01.155Z] --- PASS: TestDiff (0.79s) [2019-10-21T23:16:01.155Z] === RUN TestExecWithCloseStdin [2019-10-21T23:16:01.297Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-21T23:16:01.549Z] #45 153.9 text/template/parse [2019-10-21T23:16:01.549Z] #45 ... [2019-10-21T23:16:01.549Z] [2019-10-21T23:16:01.549Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:16:01.549Z] #18 91.78 Setting up python3-minimal (3.5.3-1) ... [2019-10-21T23:16:01.549Z] #18 94.55 Selecting previously unselected package python3. [2019-10-21T23:16:01.549Z] #18 94.55 (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-21T23:16:01.549Z] #18 94.70 Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-10-21T23:16:01.549Z] #18 94.72 Unpacking python3 (3.5.3-1) ... [2019-10-21T23:16:01.549Z] #18 94.89 Selecting previously unselected package pigz. [2019-10-21T23:16:01.549Z] #18 94.93 Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-10-21T23:16:01.549Z] #18 94.93 Unpacking pigz (2.3.4-1) ... [2019-10-21T23:16:01.549Z] #18 95.10 Selecting previously unselected package libip4tc0:ppc64el. [2019-10-21T23:16:01.549Z] #18 95.11 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-21T23:16:01.549Z] #18 95.12 Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T23:16:01.549Z] #18 95.30 Selecting previously unselected package libip6tc0:ppc64el. [2019-10-21T23:16:01.549Z] #18 95.31 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-21T23:16:01.549Z] #18 95.32 Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T23:16:01.549Z] #18 95.41 Selecting previously unselected package libiptc0:ppc64el. [2019-10-21T23:16:01.549Z] #18 95.42 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-21T23:16:01.549Z] #18 95.42 Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T23:16:01.549Z] #18 95.55 Selecting previously unselected package libxtables12:ppc64el. [2019-10-21T23:16:01.549Z] #18 95.55 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-21T23:16:01.549Z] #18 95.56 Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T23:16:01.549Z] #18 95.67 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-10-21T23:16:01.549Z] #18 95.67 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-10-21T23:16:01.549Z] #18 95.68 Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-21T23:16:01.549Z] #18 95.79 Selecting previously unselected package iptables. [2019-10-21T23:16:01.549Z] #18 95.79 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-21T23:16:01.549Z] #18 95.81 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-21T23:16:01.549Z] #18 96.56 Selecting previously unselected package xxd. [2019-10-21T23:16:01.549Z] #18 96.57 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-21T23:16:01.549Z] #18 96.57 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:16:01.549Z] #18 96.75 Selecting previously unselected package vim-common. [2019-10-21T23:16:01.549Z] #18 96.75 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T23:16:01.549Z] #18 96.80 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:16:01.549Z] #18 97.07 Selecting previously unselected package bzip2. [2019-10-21T23:16:01.837Z] #18 97.23 Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-10-21T23:16:01.837Z] #18 97.23 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-21T23:16:01.837Z] #18 97.44 Selecting previously unselected package libgpm2:ppc64el. [2019-10-21T23:16:01.837Z] #18 97.46 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-10-21T23:16:01.837Z] #18 97.47 Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-21T23:16:01.837Z] #18 97.52 Selecting previously unselected package xz-utils. [2019-10-21T23:16:01.860Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-10-21T23:16:02.124Z] #18 97.52 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-10-21T23:16:02.124Z] #18 97.53 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-21T23:16:02.124Z] #18 97.68 Selecting previously unselected package aufs-tools. [2019-10-21T23:16:02.124Z] #18 97.68 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-10-21T23:16:02.124Z] #18 97.69 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-21T23:16:02.413Z] #18 97.85 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-21T23:16:02.413Z] #18 97.87 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-21T23:16:02.413Z] #18 97.88 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-21T23:16:02.413Z] #18 97.98 Selecting previously unselected package btrfs-progs. [2019-10-21T23:16:02.413Z] #18 97.99 Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-21T23:16:02.413Z] #18 98.00 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-21T23:16:02.530Z] --- PASS: TestExecWithCloseStdin (1.06s) [2019-10-21T23:16:02.530Z] === RUN TestExec [2019-10-21T23:16:03.050Z] #18 98.67 Selecting previously unselected package btrfs-tools. [2019-10-21T23:16:03.051Z] #18 98.68 Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-21T23:16:03.051Z] #18 98.69 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-21T23:16:03.346Z] #18 98.81 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-10-21T23:16:03.346Z] #18 98.82 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-21T23:16:03.346Z] #18 98.85 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-21T23:16:03.465Z] --- PASS: TestExec (1.00s) [2019-10-21T23:16:03.465Z] === RUN TestExecUser [2019-10-21T23:16:03.636Z] #18 99.13 Selecting previously unselected package dmsetup. [2019-10-21T23:16:03.636Z] #18 99.14 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-10-21T23:16:03.636Z] #18 99.14 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-21T23:16:03.636Z] #18 99.37 Selecting previously unselected package libonig4:ppc64el. [2019-10-21T23:16:03.924Z] #18 99.38 Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-10-21T23:16:03.924Z] #18 99.39 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-21T23:16:03.924Z] #18 99.65 Selecting previously unselected package libjq1:ppc64el. [2019-10-21T23:16:04.213Z] #18 99.66 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-21T23:16:04.213Z] #18 99.68 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-21T23:16:04.213Z] #18 99.88 Selecting previously unselected package jq. [2019-10-21T23:16:04.213Z] #18 99.90 Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-21T23:16:04.213Z] #18 99.91 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-21T23:16:04.414Z] --- PASS: TestExecUser (0.96s) [2019-10-21T23:16:04.414Z] === RUN TestExportContainerAndImportImage [2019-10-21T23:16:04.504Z] #18 100.1 Selecting previously unselected package libaio1:ppc64el. [2019-10-21T23:16:04.504Z] #18 100.1 Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-10-21T23:16:04.504Z] #18 100.1 Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-10-21T23:16:04.801Z] #18 100.2 Selecting previously unselected package libcap2-bin. [2019-10-21T23:16:04.801Z] #18 100.3 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-10-21T23:16:04.801Z] #18 100.3 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-21T23:16:05.093Z] #18 100.5 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-10-21T23:16:05.093Z] #18 100.5 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-21T23:16:05.093Z] #18 100.5 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-21T23:16:05.093Z] #18 100.6 Selecting previously unselected package libsepol1-dev:ppc64el. [2019-10-21T23:16:05.093Z] #18 100.6 Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-10-21T23:16:05.093Z] #18 100.6 Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-10-21T23:16:05.349Z] --- PASS: TestExportContainerAndImportImage (1.12s) [2019-10-21T23:16:05.349Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-21T23:16:05.721Z] #18 101.1 Selecting previously unselected package libpcre16-3:ppc64el. [2019-10-21T23:16:05.721Z] #18 101.1 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-10-21T23:16:05.721Z] #18 101.1 Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-21T23:16:06.014Z] #18 101.4 Selecting previously unselected package libpcre32-3:ppc64el. [2019-10-21T23:16:06.014Z] #18 101.5 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-10-21T23:16:06.014Z] #18 101.5 Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-21T23:16:06.014Z] #18 101.7 Selecting previously unselected package libpcre3-dev:ppc64el. [2019-10-21T23:16:06.037Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-21T23:16:06.037Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-10-21T23:16:06.304Z] #18 101.8 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-10-21T23:16:06.304Z] #18 101.8 Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-21T23:16:06.937Z] #18 102.4 Selecting previously unselected package libselinux1-dev:ppc64el. [2019-10-21T23:16:06.937Z] #18 102.4 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-10-21T23:16:06.937Z] #18 102.4 Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-21T23:16:07.251Z] --- PASS: TestExportContainerAfterDaemonRestart (1.83s) [2019-10-21T23:16:07.251Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-21T23:16:07.251Z] === RUN TestHealthCheckWorkdir [2019-10-21T23:16:07.274Z] #18 102.9 Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-10-21T23:16:07.274Z] #18 102.9 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-10-21T23:16:07.274Z] #18 102.9 Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-21T23:16:07.574Z] #18 103.2 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-21T23:16:07.574Z] #18 103.2 Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-21T23:16:07.574Z] #18 103.2 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-21T23:16:07.800Z] #73 exporting layers 58.1s done [2019-10-21T23:16:07.800Z] #73 exporting manifest sha256:516065a65cb347d59a62e1924348473f407a49ff262ba1c6817a12b3bc6de12c [2019-10-21T23:16:07.800Z] #73 exporting manifest sha256:516065a65cb347d59a62e1924348473f407a49ff262ba1c6817a12b3bc6de12c 0.0s done [2019-10-21T23:16:07.800Z] #73 exporting config sha256:09d44a9fb77f65a54531b558e2ee5744bc71d2e22d12d06519e11c945f0dabb4 0.0s done [2019-10-21T23:16:07.800Z] #73 sending tarball [2019-10-21T23:16:07.861Z] #18 103.3 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-21T23:16:07.862Z] #18 103.3 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-21T23:16:07.862Z] #18 103.3 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-21T23:16:07.862Z] #18 103.5 Selecting previously unselected package libreadline5:ppc64el. [2019-10-21T23:16:07.862Z] #18 103.5 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-10-21T23:16:07.862Z] #18 103.5 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-21T23:16:08.150Z] #18 103.7 Selecting previously unselected package libsystemd-dev:ppc64el. [2019-10-21T23:16:08.150Z] #18 103.7 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-21T23:16:08.150Z] #18 103.7 Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-21T23:16:08.150Z] #18 ... [2019-10-21T23:16:08.150Z] [2019-10-21T23:16:08.150Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:16:08.150Z] #42 66.28 CC images/ext-file.o [2019-10-21T23:16:08.150Z] #42 66.90 CC images/cgroup.o [2019-10-21T23:16:08.150Z] #42 68.68 CC images/userns.o [2019-10-21T23:16:08.150Z] #42 69.15 CC images/google/protobuf/descriptor.o [2019-10-21T23:16:08.150Z] #42 72.87 CC images/opts.o [2019-10-21T23:16:08.150Z] #42 73.34 CC images/seccomp.o [2019-10-21T23:16:08.150Z] #42 73.88 CC images/binfmt-misc.o [2019-10-21T23:16:08.150Z] #42 74.23 CC images/time.o [2019-10-21T23:16:08.150Z] #42 74.61 CC images/sysctl.o [2019-10-21T23:16:08.150Z] #42 75.08 CC images/autofs.o [2019-10-21T23:16:08.150Z] #42 75.40 CC images/macvlan.o [2019-10-21T23:16:08.150Z] #42 75.94 CC images/sit.o [2019-10-21T23:16:08.437Z] #42 76.51 LINK images/built-in.o [2019-10-21T23:16:08.629Z] --- PASS: TestHealthCheckWorkdir (1.20s) [2019-10-21T23:16:08.629Z] === RUN TestHealthKillContainer [2019-10-21T23:16:08.727Z] #42 76.75 GEN compel/include/asm [2019-10-21T23:16:08.727Z] #42 76.78 GEN compel/include/version.h [2019-10-21T23:16:08.727Z] #42 76.82 touch .config [2019-10-21T23:16:08.727Z] #42 76.86 GEN include/common/config.h [2019-10-21T23:16:09.015Z] #42 77.01 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-21T23:16:09.015Z] #42 77.05 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-21T23:16:09.015Z] #42 77.15 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-10-21T23:16:09.303Z] #42 77.21 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-10-21T23:16:09.303Z] #42 77.28 DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-10-21T23:16:09.303Z] #42 77.33 DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-10-21T23:16:09.303Z] #42 77.40 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-10-21T23:16:09.303Z] #42 77.45 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-21T23:16:09.326Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-21T23:16:09.584Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-10-21T23:16:09.592Z] #42 77.47 DEP compel/plugins/std/infect.d [2019-10-21T23:16:09.880Z] #42 77.84 DEP compel/plugins/std/string.d [2019-10-21T23:16:10.169Z] #42 78.12 DEP compel/plugins/std/log.d [2019-10-21T23:16:10.457Z] #42 78.38 DEP compel/plugins/std/fds.d [2019-10-21T23:16:10.746Z] #42 78.66 DEP compel/plugins/std/std.d [2019-10-21T23:16:10.746Z] #42 ... [2019-10-21T23:16:10.746Z] [2019-10-21T23:16:10.746Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:16:10.746Z] #18 106.3 Selecting previously unselected package net-tools. [2019-10-21T23:16:10.746Z] #18 106.3 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-10-21T23:16:10.746Z] #18 106.3 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-21T23:16:11.324Z] #18 106.7 Selecting previously unselected package python-pip-whl. [2019-10-21T23:16:11.324Z] #18 106.7 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-21T23:16:11.324Z] #18 106.7 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-21T23:16:11.912Z] --- PASS: TestHealthKillContainer (2.96s) [2019-10-21T23:16:11.912Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-21T23:16:11.949Z] #18 107.5 Selecting previously unselected package python3-pip. [2019-10-21T23:16:11.949Z] #18 107.6 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-21T23:16:11.949Z] #18 107.6 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-21T23:16:11.949Z] #18 ... [2019-10-21T23:16:11.949Z] [2019-10-21T23:16:11.949Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:16:11.949Z] #45 154.9 encoding/base64 [2019-10-21T23:16:11.949Z] #45 155.1 go/ast [2019-10-21T23:16:11.949Z] #45 157.9 encoding/json [2019-10-21T23:16:12.170Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2019-10-21T23:16:12.171Z] === RUN TestIpcModeNone [2019-10-21T23:16:12.237Z] #45 ... [2019-10-21T23:16:12.237Z] [2019-10-21T23:16:12.237Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:16:12.237Z] #42 78.91 DEP compel/plugins/shmem/shmem.d [2019-10-21T23:16:12.237Z] #42 79.09 DEP compel/plugins/fds/fds.d [2019-10-21T23:16:12.237Z] #42 79.37 CC compel/plugins/std/std.o [2019-10-21T23:16:12.237Z] #42 79.88 CC compel/plugins/std/fds.o [2019-10-21T23:16:12.860Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-10-21T23:16:12.864Z] #42 80.68 CC compel/plugins/std/log.o [2019-10-21T23:16:13.105Z] --- PASS: TestIpcModeNone (0.97s) [2019-10-21T23:16:13.105Z] === RUN TestIpcModePrivate [2019-10-21T23:16:13.791Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-21T23:16:14.040Z] --- PASS: TestIpcModePrivate (0.97s) [2019-10-21T23:16:14.040Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:101, shared: false, mustBeShared: false [2019-10-21T23:16:14.040Z] === RUN TestIpcModeShareable [2019-10-21T23:16:14.406Z] #42 82.22 CC compel/plugins/std/string.o [2019-10-21T23:16:14.720Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-10-21T23:16:14.976Z] --- PASS: TestIpcModeShareable (0.99s) [2019-10-21T23:16:14.976Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:95, shared: true, mustBeShared: true [2019-10-21T23:16:14.976Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-21T23:16:15.432Z] #42 83.46 CC compel/plugins/std/infect.o [2019-10-21T23:16:16.465Z] #42 84.38 CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-10-21T23:16:16.465Z] #42 84.51 CC compel/arch/ppc64/plugins/std/memcpy.o [2019-10-21T23:16:16.465Z] #42 84.61 CC compel/arch/ppc64/plugins/std/memcmp.o [2019-10-21T23:16:16.754Z] #42 84.69 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-10-21T23:16:16.754Z] #42 84.83 AR compel/plugins/std.lib.a [2019-10-21T23:16:16.970Z] #73 sending tarball 9.7s done [2019-10-21T23:16:16.970Z] #73 DONE 67.8s [2019-10-21T23:16:16.970Z] [2019-10-21T23:16:16.970Z] #74 importing to docker [2019-10-21T23:16:17.043Z] #42 84.97 CC compel/plugins/fds/fds.o [2019-10-21T23:16:17.240Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-21T23:16:17.330Z] #42 85.52 AR compel/plugins/fds.lib.a [2019-10-21T23:16:17.618Z] #42 85.66 HOSTDEP compel/src/lib/log-host.d [2019-10-21T23:16:17.907Z] #42 85.89 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-21T23:16:18.195Z] #42 86.18 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-10-21T23:16:18.195Z] #42 86.36 HOSTDEP compel/src/main-host.d [2019-10-21T23:16:18.260Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.88s) [2019-10-21T23:16:18.260Z] === RUN TestAPIIpcModeHost [2019-10-21T23:16:18.486Z] #42 86.66 DEP compel/src/lib/ptrace.d [2019-10-21T23:16:18.609Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-21T23:16:18.776Z] #42 ... [2019-10-21T23:16:18.776Z] [2019-10-21T23:16:18.776Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:16:18.776Z] #18 107.8 Selecting previously unselected package python3-pkg-resources. [2019-10-21T23:16:18.776Z] #18 107.8 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-21T23:16:18.776Z] #18 107.8 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-21T23:16:18.776Z] #18 108.0 Selecting previously unselected package python3-setuptools. [2019-10-21T23:16:18.776Z] #18 108.0 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-21T23:16:18.776Z] #18 108.0 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-21T23:16:18.776Z] #18 108.3 Selecting previously unselected package python3-wheel. [2019-10-21T23:16:18.776Z] #18 108.4 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-21T23:16:18.776Z] #18 108.4 Unpacking python3-wheel (0.29.0-2) ... [2019-10-21T23:16:18.776Z] #18 108.6 Selecting previously unselected package thin-provisioning-tools. [2019-10-21T23:16:18.776Z] #18 108.6 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-10-21T23:16:18.776Z] #18 108.6 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-21T23:16:18.776Z] #18 109.1 Selecting previously unselected package vim-runtime. [2019-10-21T23:16:18.776Z] #18 109.1 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T23:16:18.776Z] #18 109.2 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-21T23:16:18.776Z] #18 109.4 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-21T23:16:18.776Z] #18 109.4 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:16:18.776Z] #18 ... [2019-10-21T23:16:18.776Z] [2019-10-21T23:16:18.776Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:16:18.776Z] #42 87.00 DEP compel/src/lib/infect.d [2019-10-21T23:16:18.827Z] --- PASS: TestAPIIpcModeHost (0.77s) [2019-10-21T23:16:18.827Z] === RUN TestDaemonIpcModeShareable [2019-10-21T23:16:19.123Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-10-21T23:16:19.404Z] #42 87.47 DEP compel/src/lib/infect-util.d [2019-10-21T23:16:19.695Z] #42 87.71 DEP compel/src/lib/infect-rpc.d [2019-10-21T23:16:20.003Z] #42 87.97 DEP compel/arch/ppc64/src/lib/infect.d [2019-10-21T23:16:20.306Z] #42 88.18 DEP compel/arch/ppc64/src/lib/cpu.d [2019-10-21T23:16:20.491Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-21T23:16:20.596Z] #42 88.58 DEP compel/src/lib/log.d [2019-10-21T23:16:20.729Z] --- PASS: TestDaemonIpcModeShareable (1.89s) [2019-10-21T23:16:20.729Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-21T23:16:20.729Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: true, mustBeShared: true [2019-10-21T23:16:20.729Z] === RUN TestDaemonIpcModePrivate [2019-10-21T23:16:20.887Z] #42 88.87 DEP compel/src/main.d [2019-10-21T23:16:21.177Z] #42 89.20 DEP compel/src/lib/handle-elf.d [2019-10-21T23:16:21.435Z] 12c8dbabfd62: Pull complete [2019-10-21T23:16:21.436Z] Digest: sha256:404e0ee336a063619d1e93a2446061cf19cb3068bacb1775f5613e3b54e527e1 [2019-10-21T23:16:21.436Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:16:21.436Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-10-21T23:16:21.436Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-10-21T23:16:21.436Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.805' [2019-10-21T23:16:21.436Z] WARN: Skipping validation tests [2019-10-21T23:16:21.436Z] INFO: Running unit tests at 10/21/2019 23:16:07... [2019-10-21T23:16:21.436Z] INFO: make.ps1 starting at 10/21/2019 23:16:11 [2019-10-21T23:16:21.436Z] INFO: Git commit (7eb804c93) assumed from DOCKER_GITCOMMIT environment variable [2019-10-21T23:16:21.436Z] INFO: Invoking autogen... [2019-10-21T23:16:21.436Z] INFO: Running unit tests... [2019-10-21T23:16:21.476Z] #42 89.47 DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-10-21T23:16:21.764Z] #42 89.94 CC compel/src/lib/log.o [2019-10-21T23:16:21.861Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-21T23:16:22.403Z] #42 90.47 CC compel/arch/ppc64/src/lib/cpu.o [2019-10-21T23:16:22.630Z] --- PASS: TestDaemonIpcModePrivate (1.85s) [2019-10-21T23:16:22.630Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-21T23:16:22.630Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2019-10-21T23:16:22.630Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-21T23:16:22.794Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-10-21T23:16:23.029Z] #42 91.00 CC compel/arch/ppc64/src/lib/infect.o [2019-10-21T23:16:23.357Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-10-21T23:16:24.531Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2019-10-21T23:16:24.531Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-21T23:16:24.531Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2019-10-21T23:16:24.531Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-21T23:16:25.138Z] #42 92.70 CC compel/src/lib/infect-rpc.o [2019-10-21T23:16:25.427Z] #42 93.49 CC compel/src/lib/infect-util.o [2019-10-21T23:16:26.053Z] #42 ... [2019-10-21T23:16:26.053Z] [2019-10-21T23:16:26.053Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:16:26.053Z] #18 115.2 Selecting previously unselected package vim. [2019-10-21T23:16:26.053Z] #18 115.2 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-21T23:16:26.053Z] #18 115.2 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:16:26.053Z] #18 116.1 Selecting previously unselected package xfsprogs. [2019-10-21T23:16:26.053Z] #18 116.1 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-10-21T23:16:26.053Z] #18 116.1 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-21T23:16:26.053Z] #18 116.7 Selecting previously unselected package zip. [2019-10-21T23:16:26.053Z] #18 116.8 Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-10-21T23:16:26.053Z] #18 116.8 Unpacking zip (3.0-11+b1) ... [2019-10-21T23:16:26.053Z] #18 117.1 Selecting previously unselected package libapparmor-perl. [2019-10-21T23:16:26.053Z] #18 117.1 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-21T23:16:26.053Z] #18 117.1 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-21T23:16:26.053Z] #18 117.3 Selecting previously unselected package apparmor. [2019-10-21T23:16:26.053Z] #18 117.3 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-21T23:16:26.053Z] #18 117.5 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-21T23:16:26.053Z] #18 118.1 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-21T23:16:26.053Z] #18 118.1 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-21T23:16:26.053Z] #18 118.1 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-21T23:16:26.053Z] #18 121.0 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-21T23:16:26.054Z] #18 121.0 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-21T23:16:26.054Z] #18 121.0 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-21T23:16:26.430Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.96s) [2019-10-21T23:16:26.430Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-21T23:16:26.430Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: true, mustBeShared: true [2019-10-21T23:16:26.430Z] === RUN TestIpcModeOlderClient [2019-10-21T23:16:26.430Z] === PAUSE TestIpcModeOlderClient [2019-10-21T23:16:26.430Z] === RUN TestKillContainerInvalidSignal [2019-10-21T23:16:26.999Z] --- PASS: TestKillContainerInvalidSignal (0.90s) [2019-10-21T23:16:26.999Z] === RUN TestKillContainer [2019-10-21T23:16:26.999Z] === RUN TestKillContainer/no_signal [2019-10-21T23:16:27.530Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-10-21T23:16:27.933Z] === RUN TestKillContainer/non_killing_signal [2019-10-21T23:16:28.500Z] === RUN TestKillContainer/killing_signal [2019-10-21T23:16:28.775Z] #18 124.1 Selecting previously unselected package binutils-mingw-w64. [2019-10-21T23:16:28.775Z] #18 124.1 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-21T23:16:28.775Z] #18 124.1 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-21T23:16:28.775Z] #18 124.3 Selecting previously unselected package mingw-w64-common. [2019-10-21T23:16:28.775Z] #18 124.3 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-21T23:16:28.775Z] #18 124.3 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-21T23:16:29.422Z] === RUN TestDockerSuite/TestAttachDetach [2019-10-21T23:16:29.435Z] --- PASS: TestKillContainer (2.48s) [2019-10-21T23:16:29.435Z] --- PASS: TestKillContainer/no_signal (0.81s) [2019-10-21T23:16:29.435Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2019-10-21T23:16:29.435Z] --- PASS: TestKillContainer/killing_signal (0.79s) [2019-10-21T23:16:29.435Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-21T23:16:29.435Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-21T23:16:29.684Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-10-21T23:16:30.268Z] #18 ... [2019-10-21T23:16:30.268Z] [2019-10-21T23:16:30.268Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:16:30.268Z] #45 173.4 text/template [2019-10-21T23:16:30.268Z] #45 174.7 go/parser [2019-10-21T23:16:30.372Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-21T23:16:30.556Z] #45 ... [2019-10-21T23:16:30.556Z] [2019-10-21T23:16:30.556Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:16:30.556Z] #42 94.00 CC compel/src/lib/infect.o [2019-10-21T23:16:31.054Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-21T23:16:31.306Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.64s) [2019-10-21T23:16:31.306Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2019-10-21T23:16:31.306Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2019-10-21T23:16:31.306Z] === RUN TestKillStoppedContainer [2019-10-21T23:16:31.306Z] --- PASS: TestKillStoppedContainer (0.11s) [2019-10-21T23:16:31.306Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-21T23:16:31.306Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2019-10-21T23:16:31.306Z] === RUN TestKillDifferentUserContainer [2019-10-21T23:16:31.578Z] #42 ... [2019-10-21T23:16:31.578Z] [2019-10-21T23:16:31.578Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:16:31.578Z] #45 183.9 encoding/xml [2019-10-21T23:16:31.772Z] ? github.com/docker/docker/api [no test files] [2019-10-21T23:16:32.242Z] --- PASS: TestKillDifferentUserContainer (0.91s) [2019-10-21T23:16:32.242Z] === RUN TestInspectOomKilledTrue [2019-10-21T23:16:32.242Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-21T23:16:32.242Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:16:32.242Z] === RUN TestInspectOomKilledFalse [2019-10-21T23:16:32.242Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-21T23:16:32.242Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:16:32.242Z] === RUN TestLinksEtcHostsContentMatch [2019-10-21T23:16:32.255Z] ................................................ [ 29%] [2019-10-21T23:16:32.947Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-21T23:16:33.176Z] --- PASS: TestLinksEtcHostsContentMatch (0.74s) [2019-10-21T23:16:33.177Z] === RUN TestLinksContainerNames [2019-10-21T23:16:33.530Z] #74 DONE 17.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-21T23:16:34.387Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40089/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 hack/test/unit [2019-10-21T23:16:35.077Z] --- PASS: TestLinksContainerNames (1.67s) [2019-10-21T23:16:35.077Z] === RUN TestLogsFollowTailEmpty [2019-10-21T23:16:35.644Z] --- PASS: TestLogsFollowTailEmpty (0.85s) [2019-10-21T23:16:35.644Z] === RUN TestContainerNetworkMountsNoChown [2019-10-21T23:16:36.005Z] #45 ... [2019-10-21T23:16:36.005Z] [2019-10-21T23:16:36.005Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:16:36.005Z] #18 131.3 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-21T23:16:36.005Z] #18 131.3 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-21T23:16:36.005Z] #18 131.3 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-21T23:16:36.218Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-21T23:16:36.474Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-10-21T23:16:36.578Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2019-10-21T23:16:36.578Z] === RUN TestMountDaemonRoot [2019-10-21T23:16:36.578Z] === RUN TestMountDaemonRoot/default [2019-10-21T23:16:36.578Z] === PAUSE TestMountDaemonRoot/default [2019-10-21T23:16:36.578Z] === RUN TestMountDaemonRoot/private [2019-10-21T23:16:36.578Z] === PAUSE TestMountDaemonRoot/private [2019-10-21T23:16:36.578Z] === RUN TestMountDaemonRoot/rprivate [2019-10-21T23:16:36.578Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-21T23:16:36.578Z] === RUN TestMountDaemonRoot/slave [2019-10-21T23:16:36.578Z] === PAUSE TestMountDaemonRoot/slave [2019-10-21T23:16:36.578Z] === RUN TestMountDaemonRoot/rslave [2019-10-21T23:16:36.578Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-21T23:16:36.578Z] === RUN TestMountDaemonRoot/shared [2019-10-21T23:16:36.578Z] === PAUSE TestMountDaemonRoot/shared [2019-10-21T23:16:36.578Z] === RUN TestMountDaemonRoot/rshared [2019-10-21T23:16:36.578Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-21T23:16:36.578Z] === CONT TestMountDaemonRoot/default [2019-10-21T23:16:36.578Z] === CONT TestMountDaemonRoot/rslave [2019-10-21T23:16:36.578Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-21T23:16:36.578Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-21T23:16:36.578Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rshared [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rprivate [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/shared [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/private [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/slave [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-21T23:16:36.579Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-21T23:16:36.579Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-21T23:16:36.579Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T23:16:36.838Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-21T23:16:36.838Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-21T23:16:36.838Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-21T23:16:36.838Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-21T23:16:36.838Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-21T23:16:36.838Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-21T23:16:36.838Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-21T23:16:36.838Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-21T23:16:36.838Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-21T23:16:36.838Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-21T23:16:36.838Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-21T23:16:36.838Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.11s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.11s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.11s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.11s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-10-21T23:16:36.838Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-10-21T23:16:36.838Z] === RUN TestContainerBindMountNonRecursive [2019-10-21T23:16:37.406Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-21T23:16:37.761Z] ? github.com/docker/docker/api [no test files] [2019-10-21T23:16:38.785Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-21T23:16:39.369Z] --- PASS: TestContainerBindMountNonRecursive (2.03s) [2019-10-21T23:16:39.369Z] === RUN TestNetworkNat [2019-10-21T23:16:39.935Z] --- PASS: TestNetworkNat (0.93s) [2019-10-21T23:16:39.935Z] === RUN TestNetworkLocalhostTCPNat [2019-10-21T23:16:40.152Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-10-21T23:16:40.870Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s) [2019-10-21T23:16:40.871Z] === RUN TestNetworkLoopbackNat [2019-10-21T23:16:41.082Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-21T23:16:41.661Z] #18 ... [2019-10-21T23:16:41.661Z] [2019-10-21T23:16:41.661Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:16:41.661Z] #42 99.56 CC compel/src/lib/ptrace.o [2019-10-21T23:16:41.661Z] #42 100.4 AR compel/libcompel.a [2019-10-21T23:16:41.661Z] #42 100.5 HOSTCC compel/src/main-host.o [2019-10-21T23:16:41.661Z] #42 101.2 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-10-21T23:16:41.661Z] #42 101.6 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-21T23:16:41.661Z] #42 102.4 HOSTCC compel/src/lib/log-host.o [2019-10-21T23:16:41.661Z] #42 102.8 HOSTLINK compel/compel-host-bin [2019-10-21T23:16:41.661Z] #42 103.1 DEP soccr/soccr.d [2019-10-21T23:16:41.661Z] #42 103.5 CC soccr/soccr.o [2019-10-21T23:16:41.661Z] #42 107.3 AR soccr/libsoccr.a [2019-10-21T23:16:41.661Z] #42 107.4 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-21T23:16:41.661Z] #42 107.9 DEP criu/arch/ppc64/sigframe.d [2019-10-21T23:16:41.661Z] #42 108.1 DEP criu/arch/ppc64/crtools.d [2019-10-21T23:16:41.661Z] #42 108.4 DEP criu/arch/ppc64/cpu.d [2019-10-21T23:16:41.661Z] #42 108.9 CC criu/arch/ppc64/cpu.o [2019-10-21T23:16:41.948Z] #42 109.9 CC criu/arch/ppc64/crtools.o [2019-10-21T23:16:42.012Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-10-21T23:16:42.245Z] --- PASS: TestNetworkLoopbackNat (1.19s) [2019-10-21T23:16:42.245Z] === RUN TestPause [2019-10-21T23:16:42.814Z] --- PASS: TestPause (0.94s) [2019-10-21T23:16:42.814Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-21T23:16:42.814Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-21T23:16:42.814Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T23:16:42.814Z] === RUN TestPauseStopPausedContainer [2019-10-21T23:16:43.749Z] --- PASS: TestPauseStopPausedContainer (0.93s) [2019-10-21T23:16:43.749Z] === RUN TestPsFilter [2019-10-21T23:16:43.997Z] #42 ... [2019-10-21T23:16:43.997Z] [2019-10-21T23:16:43.997Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:16:43.997Z] #18 139.1 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-21T23:16:43.997Z] #18 139.1 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-21T23:16:43.997Z] #18 139.1 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-21T23:16:43.997Z] #18 139.3 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-21T23:16:43.997Z] #18 139.3 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-21T23:16:43.997Z] #18 139.4 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T23:16:44.315Z] --- PASS: TestPsFilter (0.29s) [2019-10-21T23:16:44.315Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-21T23:16:44.534Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-21T23:16:44.790Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-10-21T23:16:44.882Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) [2019-10-21T23:16:44.882Z] === RUN TestRemoveContainerWithVolume [2019-10-21T23:16:45.353Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-10-21T23:16:45.817Z] --- PASS: TestRemoveContainerWithVolume (0.79s) [2019-10-21T23:16:45.817Z] === RUN TestRemoveContainerRunning [2019-10-21T23:16:45.867Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-10-21T23:16:45.867Z] --- PASS: TestBuildWithHugeFile (96.46s) [2019-10-21T23:16:45.867Z] === RUN TestBuildWithEmptyDockerfile [2019-10-21T23:16:45.867Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:16:45.867Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:16:45.867Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:16:45.867Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:16:45.867Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:16:45.867Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:16:45.868Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:16:45.868Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:16:46.125Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:16:46.125Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-21T23:16:46.125Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2019-10-21T23:16:46.125Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2019-10-21T23:16:46.125Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2019-10-21T23:16:46.125Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s) [2019-10-21T23:16:46.125Z] === RUN TestBuildPreserveOwnership [2019-10-21T23:16:46.125Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-21T23:16:46.719Z] #18 ... [2019-10-21T23:16:46.719Z] [2019-10-21T23:16:46.719Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:16:46.719Z] #63 189.6 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-21T23:16:46.719Z] #63 189.6 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-21T23:16:46.751Z] --- PASS: TestRemoveContainerRunning (0.82s) [2019-10-21T23:16:46.751Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-21T23:16:47.024Z] #63 ... [2019-10-21T23:16:47.024Z] [2019-10-21T23:16:47.024Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:16:47.024Z] #42 112.5 CC criu/arch/ppc64/sigframe.o [2019-10-21T23:16:47.024Z] #42 113.2 LINK criu/arch/ppc64/crtools.built-in.o [2019-10-21T23:16:47.024Z] #42 113.3 DEP criu/arch/ppc64/misc.d [2019-10-21T23:16:47.024Z] #42 113.4 DEP criu/arch/ppc64/vdso-trampoline.d [2019-10-21T23:16:47.024Z] #42 113.4 DEP criu/arch/ppc64/vdso-pie.d [2019-10-21T23:16:47.024Z] #42 113.7 DEP criu/pie/parasite-vdso.d [2019-10-21T23:16:47.024Z] #42 114.2 DEP criu/pie/util-vdso.d [2019-10-21T23:16:47.024Z] #42 114.6 DEP criu/pie/util.d [2019-10-21T23:16:47.024Z] #42 115.0 CC criu/pie/util.o [2019-10-21T23:16:47.058Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-10-21T23:16:47.318Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.86s) [2019-10-21T23:16:47.318Z] === RUN TestRemoveInvalidContainer [2019-10-21T23:16:47.577Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-21T23:16:47.577Z] === RUN TestRenameLinkedContainer [2019-10-21T23:16:47.621Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-21T23:16:47.621Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-21T23:16:47.621Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-10-21T23:16:48.059Z] #42 115.9 CC criu/pie/util-vdso.o [2019-10-21T23:16:48.989Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-21T23:16:49.079Z] #42 117.1 CC criu/pie/parasite-vdso.o [2019-10-21T23:16:49.378Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2019-10-21T23:16:49.483Z] ok github.com/docker/docker/api/server 0.163s coverage: 9.0% of statements [2019-10-21T23:16:49.553Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-21T23:16:49.707Z] #42 ... [2019-10-21T23:16:49.707Z] [2019-10-21T23:16:49.707Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:16:49.707Z] #45 192.7 math/big [2019-10-21T23:16:49.707Z] #45 198.8 go/doc [2019-10-21T23:16:50.337Z] #45 ... [2019-10-21T23:16:50.337Z] [2019-10-21T23:16:50.337Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:16:50.337Z] #42 118.4 CC criu/arch/ppc64/vdso-pie.o [2019-10-21T23:16:50.486Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-21T23:16:50.486Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-10-21T23:16:50.626Z] #42 ... [2019-10-21T23:16:50.626Z] [2019-10-21T23:16:50.626Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:16:50.626Z] #63 DONE 203.6s [2019-10-21T23:16:50.860Z] --- PASS: TestRenameLinkedContainer (3.27s) [2019-10-21T23:16:50.860Z] === RUN TestRenameStoppedContainer [2019-10-21T23:16:50.914Z] [2019-10-21T23:16:50.914Z] #64 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-21T23:16:50.914Z] #64 DONE 0.1s [2019-10-21T23:16:50.914Z] [2019-10-21T23:16:50.914Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:16:51.542Z] #39 ... [2019-10-21T23:16:51.542Z] [2019-10-21T23:16:51.542Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:16:51.542Z] #42 119.6 CC criu/arch/ppc64/vdso-trampoline.o [2019-10-21T23:16:51.542Z] #42 119.7 CC criu/arch/ppc64/misc.o [2019-10-21T23:16:51.542Z] #42 119.8 AR criu/pie/pie.lib.a [2019-10-21T23:16:51.795Z] --- PASS: TestRenameStoppedContainer (0.84s) [2019-10-21T23:16:51.795Z] === RUN TestRenameRunningContainerAndReuse [2019-10-21T23:16:51.831Z] #42 120.0 DEP criu/pie/restorer.d [2019-10-21T23:16:52.379Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-10-21T23:16:52.636Z] --- PASS: TestBuildPreserveOwnership (6.51s) [2019-10-21T23:16:52.636Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.19s) [2019-10-21T23:16:52.636Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.30s) [2019-10-21T23:16:52.636Z] === RUN TestBuildPlatformInvalid [2019-10-21T23:16:52.893Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-10-21T23:16:52.893Z] PASS [2019-10-21T23:16:52.893Z] [2019-10-21T23:16:52.893Z] === Skipped [2019-10-21T23:16:52.893Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2019-10-21T23:16:52.893Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T23:16:52.893Z] [2019-10-21T23:16:52.893Z] [2019-10-21T23:16:52.893Z] DONE 32 tests, 1 skipped in 183.143s [2019-10-21T23:16:52.893Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-10-21T23:16:52.893Z] ++ 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-21T23:16:52.893Z] ++ set -e [2019-10-21T23:16:52.893Z] ++ '[' -n 0 ']' [2019-10-21T23:16:52.893Z] ++ set -x [2019-10-21T23:16:52.893Z] ++ env -i DEST=/go/src/github.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-21T23:16:53.150Z] INFO: Testing against a local daemon [2019-10-21T23:16:53.150Z] === RUN TestConfigList [2019-10-21T23:16:53.331Z] #42 121.0 DEP criu/arch/ppc64/restorer.d [2019-10-21T23:16:53.331Z] #42 121.4 DEP criu/pie/parasite.d [2019-10-21T23:16:53.696Z] --- PASS: TestRenameRunningContainerAndReuse (1.82s) [2019-10-21T23:16:53.696Z] === RUN TestRenameInvalidName [2019-10-21T23:16:53.955Z] #42 122.0 CC criu/pie/parasite.o [2019-10-21T23:16:54.262Z] --- PASS: TestRenameInvalidName (0.85s) [2019-10-21T23:16:54.262Z] === RUN TestRenameAnonymousContainer [2019-10-21T23:16:54.517Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-10-21T23:16:55.055Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-10-21T23:16:55.884Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-10-21T23:16:56.141Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-10-21T23:16:56.397Z] --- PASS: TestConfigList (3.41s) [2019-10-21T23:16:56.397Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-21T23:16:56.397Z] === RUN TestConfigsCreateAndDelete [2019-10-21T23:16:56.687Z] #42 124.5 LINK criu/pie/parasite.built-in.o [2019-10-21T23:16:56.687Z] #42 124.5 GEN criu/pie/parasite-blob.h [2019-10-21T23:16:56.687Z] #42 124.6 CC criu/arch/ppc64/restorer.o [2019-10-21T23:16:57.313Z] #42 125.4 CC criu/pie/restorer.o [2019-10-21T23:16:58.448Z] --- PASS: TestRenameAnonymousContainer (4.03s) [2019-10-21T23:16:58.448Z] === RUN TestRenameContainerWithSameName [2019-10-21T23:16:59.015Z] --- PASS: TestRenameContainerWithSameName (0.84s) [2019-10-21T23:16:59.016Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-21T23:16:59.355Z] #42 ... [2019-10-21T23:16:59.355Z] [2019-10-21T23:16:59.355Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:16:59.355Z] #45 211.9 github.com/LK4D4/vndr/build [2019-10-21T23:16:59.667Z] --- PASS: TestConfigsCreateAndDelete (3.06s) [2019-10-21T23:16:59.667Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-21T23:16:59.667Z] === RUN TestConfigsUpdate [2019-10-21T23:16:59.667Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-10-21T23:17:00.382Z] #45 213.1 vendor/golang.org/x/net/idna [2019-10-21T23:17:00.920Z] --- PASS: TestRenameContainerWithLinkedContainer (1.61s) [2019-10-21T23:17:00.920Z] === RUN TestResize [2019-10-21T23:17:01.487Z] --- PASS: TestResize (0.84s) [2019-10-21T23:17:01.487Z] === RUN TestResizeWithInvalidSize [2019-10-21T23:17:02.423Z] --- PASS: TestResizeWithInvalidSize (0.86s) [2019-10-21T23:17:02.423Z] === RUN TestResizeWhenContainerNotStarted [2019-10-21T23:17:02.938Z] --- PASS: TestConfigsUpdate (3.04s) [2019-10-21T23:17:02.938Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-21T23:17:02.938Z] === RUN TestTemplatedConfig [2019-10-21T23:17:03.357Z] --- PASS: TestResizeWhenContainerNotStarted (0.85s) [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T23:17:03.357Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T23:17:03.357Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T23:17:03.357Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T23:17:03.357Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T23:17:03.357Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T23:17:03.357Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T23:17:03.357Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T23:17:03.357Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:17:03.357Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:17:03.357Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:17:03.357Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:17:03.357Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:17:03.357Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:17:03.357Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T23:17:03.357Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T23:17:03.357Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T23:17:03.357Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T23:17:03.500Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-10-21T23:17:03.635Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-10-21T23:17:03.757Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-10-21T23:17:04.321Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-10-21T23:17:04.816Z] #45 ... [2019-10-21T23:17:04.816Z] [2019-10-21T23:17:04.816Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:17:04.816Z] #42 130.8 LINK criu/pie/restorer.built-in.o [2019-10-21T23:17:04.816Z] #42 130.8 GEN criu/pie/restorer-blob.h [2019-10-21T23:17:04.816Z] #42 131.1 DEP criu/vdso.d [2019-10-21T23:17:04.816Z] #42 131.6 DEP criu/uts_ns.d [2019-10-21T23:17:04.816Z] #42 131.8 DEP criu/util.d [2019-10-21T23:17:04.816Z] #42 132.4 DEP criu/uffd.d [2019-10-21T23:17:04.816Z] #42 132.8 DEP criu/tun.d [2019-10-21T23:17:04.896Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-10-21T23:17:05.104Z] #42 133.2 DEP criu/tty.d [2019-10-21T23:17:05.459Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-10-21T23:17:05.731Z] #42 133.8 DEP criu/timerfd.d [2019-10-21T23:17:05.894Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:17:06.019Z] #42 134.2 DEP criu/sysfs_parse.d [2019-10-21T23:17:06.389Z] --- PASS: TestTemplatedConfig (3.62s) [2019-10-21T23:17:06.389Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-21T23:17:06.389Z] === RUN TestConfigInspect [2019-10-21T23:17:06.463Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:17:06.463Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:17:06.646Z] #42 134.6 DEP criu/sysctl.d [2019-10-21T23:17:06.934Z] #42 134.9 DEP criu/string.d [2019-10-21T23:17:06.934Z] #42 135.1 DEP criu/stats.d [2019-10-21T23:17:07.033Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:17:07.559Z] #42 135.4 DEP criu/sockets.d [2019-10-21T23:17:07.559Z] #42 135.8 DEP criu/sk-unix.d [2019-10-21T23:17:07.602Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T23:17:07.862Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T23:17:08.122Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T23:17:08.192Z] #42 136.2 DEP criu/sk-tcp.d [2019-10-21T23:17:08.481Z] #42 136.6 DEP criu/sk-queue.d [2019-10-21T23:17:08.527Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-10-21T23:17:08.691Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T23:17:08.786Z] #42 136.9 DEP criu/sk-packet.d [2019-10-21T23:17:08.911Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-10-21T23:17:08.911Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-10-21T23:17:08.911Z] --- PASS: TestConfigInspect (2.73s) [2019-10-21T23:17:08.911Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-21T23:17:08.911Z] === RUN TestConfigCreateWithLabels [2019-10-21T23:17:09.415Z] #42 137.4 DEP criu/sk-netlink.d [2019-10-21T23:17:09.704Z] #42 137.8 DEP criu/sk-inet.d [2019-10-21T23:17:10.281Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-21T23:17:10.345Z] #42 138.2 DEP criu/signalfd.d [2019-10-21T23:17:10.345Z] #42 138.5 DEP criu/sigframe.d [2019-10-21T23:17:10.537Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-21T23:17:10.979Z] #42 138.8 DEP criu/shmem.d [2019-10-21T23:17:10.979Z] #42 139.1 DEP criu/servicefd.d [2019-10-21T23:17:11.267Z] #42 139.4 DEP criu/seize.d [2019-10-21T23:17:11.556Z] #42 139.7 DEP criu/seccomp.d [2019-10-21T23:17:11.556Z] #42 ... [2019-10-21T23:17:11.556Z] [2019-10-21T23:17:11.556Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:17:11.556Z] #45 224.6 net/http/internal [2019-10-21T23:17:11.906Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-10-21T23:17:11.906Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-10-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.66s) [2019-10-21T23:17:11.978Z] 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-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.06s) [2019-10-21T23:17:11.978Z] 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-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.12s) [2019-10-21T23:17:11.978Z] 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-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.88s) [2019-10-21T23:17:11.978Z] 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-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.54s) [2019-10-21T23:17:11.978Z] 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-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.60s) [2019-10-21T23:17:11.978Z] 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-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.71s) [2019-10-21T23:17:11.978Z] 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-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.61s) [2019-10-21T23:17:11.978Z] 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-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.69s) [2019-10-21T23:17:11.978Z] 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-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.83s) [2019-10-21T23:17:11.978Z] 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-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.57s) [2019-10-21T23:17:11.978Z] 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-21T23:17:11.978Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.32s) [2019-10-21T23:17:11.978Z] 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-21T23:17:11.978Z] === RUN TestCgroupNamespacesRun [2019-10-21T23:17:12.163Z] --- PASS: TestConfigCreateWithLabels (3.19s) [2019-10-21T23:17:12.163Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-21T23:17:12.163Z] === RUN TestConfigCreateResolve [2019-10-21T23:17:12.163Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-21T23:17:12.419Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-21T23:17:13.349Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-10-21T23:17:13.355Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2019-10-21T23:17:13.355Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-21T23:17:13.355Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-21T23:17:14.278Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-10-21T23:17:15.256Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2019-10-21T23:17:15.256Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-21T23:17:15.256Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-21T23:17:15.646Z] --- PASS: TestConfigCreateResolve (3.32s) [2019-10-21T23:17:15.646Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-21T23:17:15.646Z] === RUN TestConfigDaemonLibtrustID [2019-10-21T23:17:15.902Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-21T23:17:15.902Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-10-21T23:17:15.902Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-21T23:17:15.902Z] PASS [2019-10-21T23:17:15.902Z] [2019-10-21T23:17:15.902Z] DONE 8 tests in 23.080s [2019-10-21T23:17:16.159Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-10-21T23:17:16.159Z] ++ 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-21T23:17:16.159Z] ++ set -e [2019-10-21T23:17:16.159Z] ++ '[' -n 0 ']' [2019-10-21T23:17:16.159Z] ++ set -x [2019-10-21T23:17:16.159Z] ++ env -i DEST=/go/src/github.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-21T23:17:16.159Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-10-21T23:17:16.159Z] INFO: Testing against a local daemon [2019-10-21T23:17:16.159Z] === RUN TestCheckpoint [2019-10-21T23:17:16.159Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-21T23:17:16.159Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T23:17:16.159Z] === RUN TestContainerInvalidJSON [2019-10-21T23:17:16.416Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:17:16.416Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:17:16.416Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:17:16.416Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:17:16.416Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:17:16.416Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:17:16.416Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:17:16.416Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:17:16.416Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:17:16.416Z] --- PASS: TestContainerInvalidJSON (0.05s) [2019-10-21T23:17:16.416Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-21T23:17:16.416Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-21T23:17:16.416Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-21T23:17:16.416Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-21T23:17:16.416Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2019-10-21T23:17:16.416Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-21T23:17:16.632Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.84s) [2019-10-21T23:17:16.632Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-21T23:17:16.632Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-21T23:17:16.672Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2019-10-21T23:17:16.672Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-21T23:17:16.672Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2019-10-21T23:17:16.672Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-21T23:17:16.928Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2019-10-21T23:17:16.928Z] === RUN TestCopyFromContainer [2019-10-21T23:17:17.093Z] #45 229.7 vendor/golang.org/x/crypto/cryptobyte [2019-10-21T23:17:17.093Z] #45 229.7 crypto/rsa [2019-10-21T23:17:17.382Z] #45 ... [2019-10-21T23:17:17.382Z] [2019-10-21T23:17:17.382Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:17:17.862Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-10-21T23:17:17.965Z] #23 230.3 Checking out files: 15% (1689/10643) Checking out files: 16% (1703/10643) Checking out files: 17% (1810/10643) Checking out files: 18% (1916/10643) Checking out files: 19% (2023/10643) Checking out files: 20% (2129/10643) Checking out files: 21% (2236/10643) Checking out files: 22% (2342/10643) Checking out files: 23% (2448/10643) Checking out files: 24% (2555/10643) Checking out files: 25% (2661/10643) Checking out files: 26% (2768/10643) Checking out files: 27% (2874/10643) Checking out files: 28% (2981/10643) Checking out files: 29% (3087/10643) Checking out files: 30% (3193/10643) Checking out files: 31% (3300/10643) [2019-10-21T23:17:17.965Z] #23 ... [2019-10-21T23:17:17.965Z] [2019-10-21T23:17:17.965Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:17:17.965Z] #18 163.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-21T23:17:17.965Z] #18 163.7 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-21T23:17:17.965Z] #18 163.7 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T23:17:18.256Z] #18 ... [2019-10-21T23:17:18.256Z] [2019-10-21T23:17:18.256Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:17:18.426Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-21T23:17:18.537Z] --- PASS: TestCgroupNamespacesRunHostMode (1.78s) [2019-10-21T23:17:18.537Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-21T23:17:18.537Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-21T23:17:18.990Z] === RUN TestCopyFromContainer// [2019-10-21T23:17:18.990Z] === RUN TestCopyFromContainer//bar/root [2019-10-21T23:17:18.990Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-21T23:17:19.248Z] === RUN TestCopyFromContainer/bar/quux [2019-10-21T23:17:19.248Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-21T23:17:19.505Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-21T23:17:19.505Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-21T23:17:19.505Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-21T23:17:19.762Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-21T23:17:19.762Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-21T23:17:19.762Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-21T23:17:20.018Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-10-21T23:17:20.018Z] --- PASS: TestCopyFromContainer (3.16s) [2019-10-21T23:17:20.018Z] --- PASS: TestCopyFromContainer// (0.08s) [2019-10-21T23:17:20.018Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2019-10-21T23:17:20.018Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-10-21T23:17:20.018Z] --- PASS: TestCopyFromContainer/bar/quux (0.18s) [2019-10-21T23:17:20.018Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.15s) [2019-10-21T23:17:20.018Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-10-21T23:17:20.018Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s) [2019-10-21T23:17:20.018Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2019-10-21T23:17:20.018Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2019-10-21T23:17:20.018Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-10-21T23:17:20.018Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-21T23:17:20.018Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:17:20.018Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:17:20.018Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:17:20.018Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:17:20.018Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:17:20.018Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:17:20.018Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:17:20.018Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:17:20.018Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:17:20.018Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-10-21T23:17:20.018Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-21T23:17:20.018Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-21T23:17:20.019Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-21T23:17:20.019Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-21T23:17:20.019Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-10-21T23:17:20.019Z] === RUN TestCreateWithInvalidEnv [2019-10-21T23:17:20.019Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-21T23:17:20.019Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-21T23:17:20.019Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-21T23:17:20.019Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-21T23:17:20.019Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-21T23:17:20.019Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-21T23:17:20.019Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-21T23:17:20.019Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-21T23:17:20.019Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-21T23:17:20.019Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-21T23:17:20.019Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-10-21T23:17:20.019Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-10-21T23:17:20.019Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-21T23:17:20.019Z] === RUN TestCreateTmpfsMountsTarget [2019-10-21T23:17:20.275Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-10-21T23:17:20.275Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-21T23:17:20.440Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.81s) [2019-10-21T23:17:20.440Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-21T23:17:20.440Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-21T23:17:21.159Z] #23 230.3 Checking out files: 15% (1689/10643) Checking out files: 16% (1703/10643) Checking out files: 17% (1810/10643) Checking out files: 18% (1916/10643) Checking out files: 19% (2023/10643) Checking out files: 20% (2129/10643) Checking out files: 21% (2236/10643) Checking out files: 22% (2342/10643) Checking out files: 23% (2448/10643) Checking out files: 24% (2555/10643) Checking out files: 25% (2661/10643) Checking out files: 26% (2768/10643) Checking out files: 27% (2874/10643) Checking out files: 28% (2981/10643) Checking out files: 29% (3087/10643) Checking out files: 30% (3193/10643) Checking out files: 31% (3300/10643) Checking out files: 32% (3406/10643) Checking out files: 33% (3513/10643) Checking out files: 33% (3554/10643) Checking out files: 34% (3619/10643) Checking out files: 35% (3726/10643) Checking out files: 36% (3832/10643) Checking out files: 37% (3938/10643) Checking out files: 38% (4045/10643) Checking out files: 39% (4151/10643) Checking out files: 40% (4258/10643) Checking out files: 41% (4364/10643) Checking out files: 42% (4471/10643) Checking out files: 43% (4577/10643) Checking out files: 44% (4683/10643) Checking out files: 45% (4790/10643) Checking out files: 46% (4896/10643) Checking out files: 47% (5003/10643) Checking out files: 47% (5066/10643) Checking out files: 48% (5109/10643) Checking out files: 49% (5216/10643) Checking out files: 50% (5322/10643) Checking out files: 51% (5428/10643) Checking out files: 52% (5535/10643) Checking out files: 53% (5641/10643) Checking out files: 54% (5748/10643) Checking out files: 55% (5854/10643) Checking out files: 56% (5961/10643) Checking out files: 57% (6067/10643) Checking out files: 58% (6173/10643) Checking out files: 59% (6280/10643) Checking out files: 60% (6386/10643) Checking out files: 61% (6493/10643) Checking out files: 62% (6599/10643) Checking out files: 63% (6706/10643) Checking out files: 64% (6812/10643) Checking out files: 65% (6918/10643) Checking out files: 66% (7025/10643) Checking out files: 67% (7131/10643) Checking out files: 68% (7238/10643) Checking out files: 69% (7344/10643) Checking out files: 70% (7451/10643) Checking out files: 71% (7557/10643) Checking out files: 72% (7663/10643) Checking out files: 73% (7770/10643) Checking out files: 74% (7876/10643) Checking out files: 75% (7983/10643) Checking out files: 76% (8089/10643) Checking out files: 77% (8196/10643) Checking out files: 78% (8302/10643) Checking out files: 79% (8408/10643) Checking out files: 80% (8515/10643) Checking out files: 81% (8621/10643) Checking out files: 82% (8728/10643) Checking out files: 83% (8834/10643) Checking out files: 84% (8941/10643) Checking out files: 85% (9047/10643) Checking out files: 86% (9153/10643) Checking out files: 87% (9260/10643) Checking out files: 88% (9366/10643) Checking out files: 89% (9473/10643) Checking out files: 90% (9579/10643) Checking out files: 91% (9686/10643) Checking out files: 92% (9792/10643) Checking out files: 93% (9898/10643) Checking out files: 94% (10005/10643) Checking out files: 95% (10111/10643) Checking out files: 96% (10218/10643) Checking out files: 97% (10324/10643) Checking out files: 98% (10431/10643) Checking out files: 99% (10537/10643) Checking out files: 100% (10643/10643) Checking out files: 100% (10643/10643), done. [2019-10-21T23:17:21.159Z] #23 234.2 + cd /tmp/tmp.D1S0205uZn/tmp/docker-ce [2019-10-21T23:17:21.374Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.85s) [2019-10-21T23:17:21.374Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-21T23:17:21.374Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-21T23:17:21.447Z] #23 234.2 + git checkout -q v17.06.2-ce [2019-10-21T23:17:21.942Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.85s) [2019-10-21T23:17:21.942Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-21T23:17:21.942Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-21T23:17:22.221Z] #23 ... [2019-10-21T23:17:22.221Z] [2019-10-21T23:17:22.221Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:17:22.221Z] #42 140.1 DEP criu/rst-malloc.d [2019-10-21T23:17:22.221Z] #42 140.3 DEP criu/rbtree.d [2019-10-21T23:17:22.221Z] #42 140.4 DEP criu/pstree.d [2019-10-21T23:17:22.221Z] #42 140.7 DEP criu/protobuf.d [2019-10-21T23:17:22.221Z] #42 140.9 GEN criu/protobuf-desc-gen.h [2019-10-21T23:17:22.221Z] #42 143.7 DEP criu/protobuf-desc.d [2019-10-21T23:17:22.221Z] #42 144.1 DEP criu/proc_parse.d [2019-10-21T23:17:22.221Z] #42 144.5 DEP criu/plugin.d [2019-10-21T23:17:22.221Z] #42 144.7 DEP criu/pipes.d [2019-10-21T23:17:22.221Z] #42 145.2 DEP criu/pie-util.d [2019-10-21T23:17:22.221Z] #42 145.5 DEP criu/pie-util-vdso.d [2019-10-21T23:17:22.221Z] #42 145.8 DEP criu/pie-util-vdso-elf32.d [2019-10-21T23:17:22.221Z] #42 146.2 DEP criu/path.d [2019-10-21T23:17:22.221Z] #42 146.7 DEP criu/parasite-syscall.d [2019-10-21T23:17:22.221Z] #42 147.4 DEP criu/pagemap.d [2019-10-21T23:17:22.221Z] #42 147.9 DEP criu/pagemap-cache.d [2019-10-21T23:17:22.221Z] #42 148.2 DEP criu/page-xfer.d [2019-10-21T23:17:22.221Z] #42 148.6 DEP criu/page-pipe.d [2019-10-21T23:17:22.221Z] #42 148.9 DEP criu/netfilter.d [2019-10-21T23:17:22.221Z] #42 149.6 DEP criu/net.d [2019-10-21T23:17:22.221Z] #42 150.2 DEP criu/namespaces.d [2019-10-21T23:17:22.509Z] #42 150.6 DEP criu/mount.d [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCustomMaskedPaths (2.43s) [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCapabilities [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-21T23:17:23.008Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-21T23:17:23.008Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-21T23:17:23.008Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-21T23:17:23.008Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T23:17:23.008Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T23:17:23.008Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-21T23:17:23.008Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-21T23:17:23.008Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-21T23:17:23.008Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T23:17:23.008Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T23:17:23.008Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T23:17:23.008Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-21T23:17:23.008Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-21T23:17:23.008Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T23:17:23.008Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T23:17:23.008Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-21T23:17:23.008Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-21T23:17:23.008Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-21T23:17:23.008Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T23:17:23.008Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T23:17:23.008Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-21T23:17:23.008Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-10-21T23:17:23.008Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.09s) [2019-10-21T23:17:23.008Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-21T23:17:23.137Z] #42 151.0 DEP criu/mem.d [2019-10-21T23:17:23.428Z] #42 151.4 DEP criu/lsm.d [2019-10-21T23:17:23.428Z] #42 ... [2019-10-21T23:17:23.428Z] [2019-10-21T23:17:23.428Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:17:23.428Z] #45 236.4 net/textproto [2019-10-21T23:17:23.428Z] #45 236.4 vendor/golang.org/x/net/http/httpproxy [2019-10-21T23:17:23.572Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-10-21T23:17:23.845Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.80s) [2019-10-21T23:17:23.846Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-21T23:17:23.846Z] === RUN TestKernelTCPMemory [2019-10-21T23:17:24.137Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-10-21T23:17:24.456Z] #45 237.3 crypto/x509 [2019-10-21T23:17:24.781Z] --- PASS: TestKernelTCPMemory (0.98s) [2019-10-21T23:17:24.781Z] === RUN TestNISDomainname [2019-10-21T23:17:26.033Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.84s) [2019-10-21T23:17:26.033Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-21T23:17:26.033Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:17:26.033Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:17:26.033Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:17:26.033Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:17:26.033Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:17:26.033Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:17:26.033Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:17:26.033Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:17:26.033Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:17:26.033Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:17:26.033Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:17:26.033Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:17:26.033Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:17:26.033Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:17:26.033Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:17:26.033Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-10-21T23:17:26.033Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-21T23:17:26.033Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-10-21T23:17:26.033Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-21T23:17:26.033Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-10-21T23:17:26.033Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2019-10-21T23:17:26.033Z] === RUN TestContainerStartOnDaemonRestart [2019-10-21T23:17:26.033Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-21T23:17:26.033Z] === RUN TestDaemonRestartIpcMode [2019-10-21T23:17:26.033Z] === PAUSE TestDaemonRestartIpcMode [2019-10-21T23:17:26.033Z] === RUN TestDiff [2019-10-21T23:17:26.157Z] --- PASS: TestNISDomainname (1.20s) [2019-10-21T23:17:26.157Z] === RUN TestHostnameDnsResolution [2019-10-21T23:17:26.596Z] --- PASS: TestDiff (0.88s) [2019-10-21T23:17:26.596Z] === RUN TestExecWithCloseStdin [2019-10-21T23:17:27.188Z] #45 239.9 mime/multipart [2019-10-21T23:17:27.189Z] #45 239.9 vendor/golang.org/x/net/http/httpguts [2019-10-21T23:17:27.966Z] --- PASS: TestExecWithCloseStdin (1.03s) [2019-10-21T23:17:27.967Z] === RUN TestExec [2019-10-21T23:17:27.967Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-10-21T23:17:28.059Z] --- PASS: TestHostnameDnsResolution (1.75s) [2019-10-21T23:17:28.059Z] === RUN TestStats [2019-10-21T23:17:28.529Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-21T23:17:28.686Z] #45 ... [2019-10-21T23:17:28.686Z] [2019-10-21T23:17:28.686Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:17:28.686Z] #18 182.7 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-21T23:17:28.686Z] #18 182.7 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-21T23:17:28.686Z] #18 182.7 Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-10-21T23:17:28.686Z] #18 182.8 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-21T23:17:28.686Z] #18 182.8 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-21T23:17:28.686Z] #18 182.9 Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T23:17:28.686Z] #18 182.9 Processing triggers for mime-support (3.60) ... [2019-10-21T23:17:28.686Z] #18 182.9 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:17:28.686Z] #18 182.9 Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-21T23:17:28.686Z] #18 183.0 Setting up libcap2-bin (1:2.25-1) ... [2019-10-21T23:17:28.686Z] #18 183.0 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-21T23:17:28.686Z] #18 183.0 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-21T23:17:28.686Z] #18 183.0 Setting up bash-completion (1:2.1-4.3) ... [2019-10-21T23:17:28.786Z] --- PASS: TestExec (1.13s) [2019-10-21T23:17:28.786Z] === RUN TestExecUser [2019-10-21T23:17:29.959Z] --- PASS: TestStats (1.98s) [2019-10-21T23:17:29.959Z] === RUN TestStopContainerWithTimeout [2019-10-21T23:17:29.959Z] === RUN TestStopContainerWithTimeout/0 [2019-10-21T23:17:29.959Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-21T23:17:29.959Z] === RUN TestStopContainerWithTimeout/1 [2019-10-21T23:17:29.959Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-21T23:17:29.959Z] === RUN TestStopContainerWithTimeout/3 [2019-10-21T23:17:29.959Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-21T23:17:29.959Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-21T23:17:29.959Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-21T23:17:29.959Z] === CONT TestStopContainerWithTimeout/0 [2019-10-21T23:17:29.959Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-21T23:17:29.959Z] === CONT TestStopContainerWithTimeout/3 [2019-10-21T23:17:29.959Z] === CONT TestStopContainerWithTimeout/1 [2019-10-21T23:17:30.155Z] --- PASS: TestExecUser (1.08s) [2019-10-21T23:17:30.155Z] === RUN TestExportContainerAndImportImage [2019-10-21T23:17:30.737Z] #18 ... [2019-10-21T23:17:30.737Z] [2019-10-21T23:17:30.737Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:17:30.737Z] #48 DONE 243.7s [2019-10-21T23:17:31.027Z] [2019-10-21T23:17:31.027Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:17:31.027Z] #42 151.8 DEP criu/log.d [2019-10-21T23:17:31.027Z] #42 152.1 DEP criu/libnetlink.d [2019-10-21T23:17:31.027Z] #42 152.4 DEP criu/kerndat.d [2019-10-21T23:17:31.027Z] #42 152.8 DEP criu/kcmp-ids.d [2019-10-21T23:17:31.027Z] #42 153.0 DEP criu/irmap.d [2019-10-21T23:17:31.027Z] #42 153.3 DEP criu/ipc_ns.d [2019-10-21T23:17:31.027Z] #42 153.7 DEP criu/image.d [2019-10-21T23:17:31.027Z] #42 154.1 DEP criu/image-desc.d [2019-10-21T23:17:31.027Z] #42 154.4 DEP criu/fsnotify.d [2019-10-21T23:17:31.027Z] #42 155.0 DEP criu/filesystems.d [2019-10-21T23:17:31.027Z] #42 155.3 DEP criu/files.d [2019-10-21T23:17:31.027Z] #42 155.8 DEP criu/files-reg.d [2019-10-21T23:17:31.027Z] #42 156.2 DEP criu/files-ext.d [2019-10-21T23:17:31.027Z] #42 156.4 DEP criu/file-lock.d [2019-10-21T23:17:31.027Z] #42 156.8 DEP criu/file-ids.d [2019-10-21T23:17:31.027Z] #42 157.2 DEP criu/fifo.d [2019-10-21T23:17:31.027Z] #42 157.4 DEP criu/fdstore.d [2019-10-21T23:17:31.027Z] #42 157.6 DEP criu/fault-injection.d [2019-10-21T23:17:31.027Z] #42 157.7 DEP criu/external.d [2019-10-21T23:17:31.027Z] #42 158.0 DEP criu/eventpoll.d [2019-10-21T23:17:31.027Z] #42 158.4 DEP criu/eventfd.d [2019-10-21T23:17:31.027Z] #42 158.8 DEP criu/crtools.d [2019-10-21T23:17:31.102Z] --- PASS: TestExportContainerAndImportImage (1.21s) [2019-10-21T23:17:31.102Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-21T23:17:31.316Z] #42 159.3 DEP criu/cr-service.d [2019-10-21T23:17:32.031Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-10-21T23:17:32.342Z] #42 160.1 DEP criu/cr-restore.d [2019-10-21T23:17:32.594Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2019-10-21T23:17:32.594Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-21T23:17:32.594Z] === RUN TestHealthCheckWorkdir [2019-10-21T23:17:32.850Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-21T23:17:32.969Z] #42 160.9 DEP criu/cr-errno.d [2019-10-21T23:17:32.969Z] #42 160.9 DEP criu/cr-dump.d [2019-10-21T23:17:33.108Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-21T23:17:33.245Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-10-21T23:17:33.245Z] --- PASS: TestStopContainerWithTimeout/0 (1.24s) [2019-10-21T23:17:33.245Z] --- PASS: TestStopContainerWithTimeout/1 (2.34s) [2019-10-21T23:17:33.245Z] --- PASS: TestStopContainerWithTimeout/3 (2.98s) [2019-10-21T23:17:33.246Z] --- PASS: TestStopContainerWithTimeout/-1 (3.21s) [2019-10-21T23:17:33.246Z] === RUN TestDeleteDevicemapper [2019-10-21T23:17:33.246Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-21T23:17:33.246Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T23:17:33.246Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-21T23:17:33.257Z] #42 161.4 DEP criu/cr-dedup.d [2019-10-21T23:17:33.546Z] #42 ... [2019-10-21T23:17:33.546Z] [2019-10-21T23:17:33.546Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:17:33.546Z] #45 246.4 crypto/tls [2019-10-21T23:17:33.966Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-10-21T23:17:34.038Z] --- PASS: TestHealthCheckWorkdir (1.40s) [2019-10-21T23:17:34.038Z] === RUN TestHealthKillContainer [2019-10-21T23:17:35.407Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-21T23:17:35.664Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-10-21T23:17:36.226Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-10-21T23:17:36.269Z] #45 ... [2019-10-21T23:17:36.269Z] [2019-10-21T23:17:36.269Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:17:36.269Z] #23 239.1 + mkdir -p /tmp/tmp.D1S0205uZn/src/github.com/docker [2019-10-21T23:17:36.269Z] #23 239.1 + mv components/cli /tmp/tmp.D1S0205uZn/src/github.com/docker/cli [2019-10-21T23:17:36.269Z] #23 239.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-10-21T23:17:36.269Z] #23 ... [2019-10-21T23:17:36.269Z] [2019-10-21T23:17:36.269Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:17:36.269Z] #18 189.7 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-21T23:17:36.269Z] #18 189.7 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-21T23:17:36.269Z] #18 189.7 Setting up zip (3.0-11+b1) ... [2019-10-21T23:17:36.269Z] #18 189.7 Setting up bzip2 (1.0.6-8.1) ... [2019-10-21T23:17:36.269Z] #18 189.7 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-21T23:17:36.269Z] #18 189.7 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-21T23:17:36.269Z] #18 189.7 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:17:36.269Z] #18 189.8 Setting up libaio1:ppc64el (0.3.110-3) ... [2019-10-21T23:17:36.269Z] #18 189.8 Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T23:17:36.269Z] #18 189.8 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-21T23:17:36.269Z] #18 189.9 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-21T23:17:36.269Z] #18 189.9 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-21T23:17:36.269Z] #18 189.9 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:17:36.269Z] #18 190.0 Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-21T23:17:36.269Z] #18 190.0 Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-21T23:17:36.269Z] #18 190.0 Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-21T23:17:36.269Z] #18 190.0 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:17:36.269Z] #18 190.9 Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-21T23:17:36.270Z] #18 190.9 Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-21T23:17:36.270Z] #18 190.9 Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-21T23:17:36.270Z] #18 190.9 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-21T23:17:36.270Z] #18 190.9 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-21T23:17:36.270Z] #18 190.9 Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-21T23:17:36.270Z] #18 191.0 Setting up pigz (2.3.4-1) ... [2019-10-21T23:17:36.270Z] #18 191.0 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-21T23:17:36.270Z] #18 191.0 Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-10-21T23:17:36.270Z] #18 191.0 Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T23:17:36.270Z] #18 191.0 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-21T23:17:36.270Z] #18 191.0 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-21T23:17:36.270Z] #18 191.0 Setting up jq (1.5+dfsg-1.3) ... [2019-10-21T23:17:36.270Z] #18 191.0 Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-21T23:17:36.270Z] #18 191.0 Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-21T23:17:36.270Z] #18 191.1 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-21T23:17:36.270Z] #18 191.1 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-21T23:17:36.270Z] #18 191.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-21T23:17:36.270Z] #18 191.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-21T23:17:36.270Z] #18 191.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-21T23:17:36.270Z] #18 191.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-21T23:17:36.270Z] #18 191.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-21T23:17:36.270Z] #18 191.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-21T23:17:36.270Z] #18 191.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-21T23:17:36.270Z] #18 191.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-21T23:17:36.270Z] #18 191.2 Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-21T23:17:36.270Z] #18 191.2 Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T23:17:36.270Z] #18 191.2 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-21T23:17:36.270Z] #18 191.2 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-21T23:17:36.270Z] #18 191.2 Setting up btrfs-progs (4.7.3-1) ... [2019-10-21T23:17:36.270Z] #18 191.2 Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-21T23:17:36.270Z] #18 191.3 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-21T23:17:36.530Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.11s) [2019-10-21T23:17:36.530Z] === RUN TestUpdateMemory [2019-10-21T23:17:36.530Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-21T23:17:36.530Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:17:36.530Z] === RUN TestUpdateCPUQuota [2019-10-21T23:17:36.789Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-10-21T23:17:37.353Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-10-21T23:17:37.353Z] --- PASS: TestHealthKillContainer (3.09s) [2019-10-21T23:17:37.353Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-21T23:17:37.908Z] --- PASS: TestUpdateCPUQuota (1.76s) [2019-10-21T23:17:37.908Z] === RUN TestUpdatePidsLimit [2019-10-21T23:17:37.908Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-21T23:17:38.167Z] === RUN TestUpdatePidsLimit/no_change [2019-10-21T23:17:38.283Z] --- PASS: TestInspectCpusetInConfigPre120 (0.91s) [2019-10-21T23:17:38.283Z] === RUN TestIpcModeNone [2019-10-21T23:17:38.735Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-21T23:17:38.847Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-21T23:17:39.103Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-10-21T23:17:39.301Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-21T23:17:39.359Z] --- PASS: TestIpcModeNone (1.29s) [2019-10-21T23:17:39.359Z] === RUN TestIpcModePrivate [2019-10-21T23:17:39.559Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-21T23:17:40.127Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-21T23:17:40.200Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-21T23:17:40.200Z] ok github.com/docker/docker/api/server/httputils 0.151s coverage: 14.7% of statements [2019-10-21T23:17:40.200Z] ok github.com/docker/docker/api/server/middleware 0.128s coverage: 37.7% of statements [2019-10-21T23:17:40.200Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-21T23:17:40.200Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-21T23:17:40.200Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-21T23:17:40.200Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-21T23:17:40.200Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-21T23:17:40.200Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-21T23:17:40.200Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-21T23:17:40.200Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-21T23:17:40.200Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-21T23:17:40.200Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-21T23:17:40.200Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-21T23:17:40.694Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-21T23:17:40.727Z] --- PASS: TestIpcModePrivate (1.09s) [2019-10-21T23:17:40.727Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:200, shared: false, mustBeShared: false [2019-10-21T23:17:40.727Z] === RUN TestIpcModeShareable [2019-10-21T23:17:40.727Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-21T23:17:40.983Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-10-21T23:17:41.546Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-21T23:17:41.547Z] --- PASS: TestIpcModeShareable (1.09s) [2019-10-21T23:17:41.547Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:196, shared: true, mustBeShared: true [2019-10-21T23:17:41.547Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-21T23:17:41.744Z] ok github.com/docker/docker/api/server/router/swarm 0.121s coverage: 4.0% of statements [2019-10-21T23:17:41.744Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-21T23:17:41.744Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-21T23:17:41.744Z] ? github.com/docker/docker/api/types [no test files] [2019-10-21T23:17:41.744Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-21T23:17:41.744Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-21T23:17:41.744Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-21T23:17:42.212Z] ok github.com/docker/docker/api/types/filters 0.097s coverage: 92.2% of statements [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-21T23:17:42.212Z] ok github.com/docker/docker/api/types/strslice 0.038s coverage: 90.0% of statements [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-21T23:17:42.212Z] ok github.com/docker/docker/api/types/time 0.365s coverage: 100.0% of statements [2019-10-21T23:17:42.212Z] ok github.com/docker/docker/api/types/versions 0.069s coverage: 75.0% of statements [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/builder [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-21T23:17:42.212Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-21T23:17:42.289Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-10-21T23:17:42.595Z] --- PASS: TestUpdatePidsLimit (4.58s) [2019-10-21T23:17:42.595Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.44s) [2019-10-21T23:17:42.595Z] --- PASS: TestUpdatePidsLimit/no_change (0.44s) [2019-10-21T23:17:42.595Z] --- PASS: TestUpdatePidsLimit/update_lower (0.46s) [2019-10-21T23:17:42.595Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s) [2019-10-21T23:17:42.595Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.46s) [2019-10-21T23:17:42.595Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2019-10-21T23:17:42.595Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.45s) [2019-10-21T23:17:42.596Z] === RUN TestUpdateRestartPolicy [2019-10-21T23:17:42.916Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-10-21T23:17:44.219Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-10-21T23:17:44.284Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-10-21T23:17:44.719Z] #18 ... [2019-10-21T23:17:44.719Z] [2019-10-21T23:17:44.719Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:17:44.719Z] #45 256.3 net/http/httptrace [2019-10-21T23:17:44.719Z] #45 ... [2019-10-21T23:17:44.719Z] [2019-10-21T23:17:44.719Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:17:44.719Z] #42 161.7 DEP criu/cr-check.d [2019-10-21T23:17:44.719Z] #42 162.2 DEP criu/config.d [2019-10-21T23:17:44.719Z] #42 162.6 DEP criu/clone-noasan.d [2019-10-21T23:17:44.719Z] #42 162.8 DEP criu/cgroup.d [2019-10-21T23:17:44.719Z] #42 163.1 DEP criu/cgroup-props.d [2019-10-21T23:17:44.719Z] #42 163.4 DEP criu/bitmap.d [2019-10-21T23:17:44.719Z] #42 163.4 DEP criu/bfd.d [2019-10-21T23:17:44.719Z] #42 163.7 DEP criu/autofs.d [2019-10-21T23:17:44.719Z] #42 164.1 DEP criu/aio.d [2019-10-21T23:17:44.719Z] #42 164.4 DEP criu/action-scripts.d [2019-10-21T23:17:44.719Z] #42 165.0 CC criu/action-scripts.o [2019-10-21T23:17:44.719Z] #42 166.0 CC criu/aio.o [2019-10-21T23:17:44.719Z] #42 167.2 CC criu/autofs.o [2019-10-21T23:17:44.719Z] #42 170.5 CC criu/bfd.o [2019-10-21T23:17:44.719Z] #42 171.6 CC criu/bitmap.o [2019-10-21T23:17:44.719Z] #42 171.8 CC criu/cgroup-props.o [2019-10-21T23:17:44.719Z] #42 ... [2019-10-21T23:17:44.719Z] [2019-10-21T23:17:44.719Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:17:44.719Z] #18 199.4 Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-21T23:17:44.719Z] #18 199.4 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T23:17:44.719Z] #18 199.4 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-21T23:17:44.719Z] #18 199.4 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-21T23:17:44.719Z] #18 199.5 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-21T23:17:44.719Z] #18 199.5 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-21T23:17:44.719Z] #18 199.5 Setting up btrfs-tools (4.7.3-1) ... [2019-10-21T23:17:44.719Z] #18 199.5 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T23:17:44.719Z] #18 199.5 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-21T23:17:44.719Z] #18 199.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-21T23:17:44.719Z] #18 199.6 Setting up python3 (3.5.3-1) ... [2019-10-21T23:17:44.847Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.16s) [2019-10-21T23:17:44.847Z] === RUN TestAPIIpcModeHost [2019-10-21T23:17:45.414Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-21T23:17:45.671Z] --- PASS: TestAPIIpcModeHost (0.95s) [2019-10-21T23:17:45.671Z] === RUN TestDaemonIpcModeShareable [2019-10-21T23:17:46.236Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-10-21T23:17:47.453Z] #18 202.9 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-21T23:17:47.607Z] --- PASS: TestDaemonIpcModeShareable (1.82s) [2019-10-21T23:17:47.607Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-21T23:17:47.607Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:199, shared: true, mustBeShared: true [2019-10-21T23:17:47.607Z] === RUN TestDaemonIpcModePrivate [2019-10-21T23:17:47.863Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-10-21T23:17:48.019Z] ok github.com/docker/docker/builder/dockerfile 0.610s coverage: 46.1% of statements [2019-10-21T23:17:48.019Z] ok github.com/docker/docker/builder/dockerignore 0.075s coverage: 96.8% of statements [2019-10-21T23:17:48.019Z] ok github.com/docker/docker/builder/remotecontext 0.613s coverage: 9.2% of statements [2019-10-21T23:17:48.426Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-21T23:17:48.662Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2019-10-21T23:17:48.662Z] ok github.com/docker/docker/api/server/middleware 0.023s coverage: 37.7% of statements [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-21T23:17:48.662Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-21T23:17:48.662Z] ok github.com/docker/docker/api/types/strslice 0.015s coverage: 90.0% of statements [2019-10-21T23:17:48.662Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 92.2% of statements [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-21T23:17:48.662Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2019-10-21T23:17:48.662Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/builder [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-21T23:17:48.662Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-21T23:17:48.662Z] ok github.com/docker/docker/builder/dockerignore 0.014s coverage: 96.8% of statements [2019-10-21T23:17:49.794Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-21T23:17:49.794Z] --- PASS: TestDaemonIpcModePrivate (2.17s) [2019-10-21T23:17:49.794Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-21T23:17:49.794Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:206, shared: false, mustBeShared: false [2019-10-21T23:17:49.794Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-21T23:17:50.160Z] #18 205.4 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-21T23:17:50.160Z] #18 205.8 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-21T23:17:50.265Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-10-21T23:17:50.356Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-10-21T23:17:50.449Z] #18 205.9 Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-21T23:17:50.449Z] #18 205.9 Setting up python3-wheel (0.29.0-2) ... [2019-10-21T23:17:50.614Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-10-21T23:17:51.178Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-21T23:17:51.543Z] ok github.com/docker/docker/builder/remotecontext 0.290s coverage: 13.6% of statements [2019-10-21T23:17:51.543Z] ok github.com/docker/docker/builder/dockerfile 0.996s coverage: 48.2% of statements [2019-10-21T23:17:51.742Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.91s) [2019-10-21T23:17:51.742Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-21T23:17:51.742Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:207, shared: false, mustBeShared: false [2019-10-21T23:17:51.742Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-21T23:17:52.491Z] #18 207.8 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-21T23:17:52.848Z] ok github.com/docker/docker/cli/debug 0.006s coverage: 100.0% of statements [2019-10-21T23:17:53.238Z] ok github.com/docker/docker/builder/remotecontext/git 0.710s coverage: 85.1% of statements [2019-10-21T23:17:53.238Z] ? github.com/docker/docker/cli [no test files] [2019-10-21T23:17:53.238Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-21T23:17:53.635Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.83s) [2019-10-21T23:17:53.635Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-21T23:17:53.635Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:205, shared: true, mustBeShared: true [2019-10-21T23:17:53.635Z] === RUN TestIpcModeOlderClient [2019-10-21T23:17:53.635Z] === PAUSE TestIpcModeOlderClient [2019-10-21T23:17:53.635Z] === RUN TestKillContainerInvalidSignal [2019-10-21T23:17:53.986Z] #18 ... [2019-10-21T23:17:53.986Z] [2019-10-21T23:17:53.986Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:17:53.986Z] #45 256.8 net/http [2019-10-21T23:17:53.986Z] #45 ... [2019-10-21T23:17:53.986Z] [2019-10-21T23:17:53.986Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:17:53.986Z] #42 173.5 CC criu/cgroup.o [2019-10-21T23:17:53.986Z] #42 180.3 CC criu/clone-noasan.o [2019-10-21T23:17:53.986Z] #42 180.6 CC criu/config.o [2019-10-21T23:17:54.198Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-10-21T23:17:54.198Z] --- PASS: TestKillContainerInvalidSignal (0.89s) [2019-10-21T23:17:54.198Z] === RUN TestKillContainer [2019-10-21T23:17:54.198Z] === RUN TestKillContainer/no_signal [2019-10-21T23:17:54.280Z] #42 ... [2019-10-21T23:17:54.280Z] [2019-10-21T23:17:54.280Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T23:17:54.280Z] #18 210.0 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-21T23:17:54.569Z] #18 210.0 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-21T23:17:54.778Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-21T23:17:55.345Z] === RUN TestKillContainer/non_killing_signal [2019-10-21T23:17:55.908Z] === RUN TestKillContainer/killing_signal [2019-10-21T23:17:56.762Z] ok github.com/docker/docker/client 0.320s coverage: 75.8% of statements [2019-10-21T23:17:57.277Z] --- PASS: TestKillContainer (2.73s) [2019-10-21T23:17:57.277Z] --- PASS: TestKillContainer/no_signal (0.89s) [2019-10-21T23:17:57.277Z] --- PASS: TestKillContainer/non_killing_signal (0.67s) [2019-10-21T23:17:57.277Z] --- PASS: TestKillContainer/killing_signal (0.87s) [2019-10-21T23:17:57.277Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-21T23:17:57.277Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-21T23:17:57.310Z] #18 212.8 Setting up dmsetup (2:1.02.137-2) ... [2019-10-21T23:17:57.310Z] #18 212.8 Setting up python3-setuptools (33.1.1-1) ... [2019-10-21T23:17:57.466Z] --- PASS: TestUpdateRestartPolicy (12.57s) [2019-10-21T23:17:57.466Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-21T23:17:57.466Z] --- PASS: TestUpdateRestartWithAutoRemove (0.84s) [2019-10-21T23:17:57.466Z] === RUN TestWaitNonBlocked [2019-10-21T23:17:57.466Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:17:57.466Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:17:57.466Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:17:57.466Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:17:57.466Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:17:57.466Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:17:57.466Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-21T23:17:57.466Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.05s) [2019-10-21T23:17:57.466Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s) [2019-10-21T23:17:57.466Z] === RUN TestWaitBlocked [2019-10-21T23:17:57.466Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T23:17:57.466Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T23:17:57.466Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T23:17:57.466Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T23:17:57.466Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T23:17:57.466Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T23:17:57.840Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-21T23:17:58.401Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-21T23:17:58.401Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.18s) [2019-10-21T23:17:58.401Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.21s) [2019-10-21T23:17:58.401Z] === CONT TestContainerStartOnDaemonRestart [2019-10-21T23:17:58.401Z] === CONT TestIpcModeOlderClient [2019-10-21T23:17:58.401Z] === CONT TestDaemonRestartIpcMode [2019-10-21T23:17:58.401Z] --- PASS: TestIpcModeOlderClient (0.21s) [2019-10-21T23:17:58.769Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.54s) [2019-10-21T23:17:58.769Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.78s) [2019-10-21T23:17:58.769Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2019-10-21T23:17:58.769Z] === RUN TestKillStoppedContainer [2019-10-21T23:17:58.769Z] --- PASS: TestKillStoppedContainer (0.07s) [2019-10-21T23:17:58.769Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-21T23:17:58.769Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2019-10-21T23:17:58.769Z] === RUN TestKillDifferentUserContainer [2019-10-21T23:17:59.369Z] #18 215.0 Setting up dh-python (2.20170125) ... [2019-10-21T23:17:59.700Z] --- PASS: TestKillDifferentUserContainer (0.93s) [2019-10-21T23:17:59.700Z] === RUN TestInspectOomKilledTrue [2019-10-21T23:17:59.700Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-21T23:17:59.700Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:17:59.700Z] === RUN TestInspectOomKilledFalse [2019-10-21T23:17:59.700Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-21T23:17:59.700Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:17:59.700Z] === RUN TestLinksEtcHostsContentMatch [2019-10-21T23:18:00.265Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s) [2019-10-21T23:18:00.265Z] === RUN TestLinksContainerNames [2019-10-21T23:18:00.829Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-10-21T23:18:00.887Z] #18 216.5 Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-21T23:18:00.887Z] #18 216.5 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T23:18:01.177Z] #18 DONE 216.8s [2019-10-21T23:18:01.177Z] [2019-10-21T23:18:01.177Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T23:18:01.687Z] --- PASS: TestContainerStartOnDaemonRestart (3.09s) [2019-10-21T23:18:01.687Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-21T23:18:01.946Z] --- PASS: TestDaemonRestartIpcMode (3.85s) [2019-10-21T23:18:01.946Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-21T23:18:01.946Z] PASS [2019-10-21T23:18:01.946Z] [2019-10-21T23:18:01.946Z] === Skipped [2019-10-21T23:18:01.946Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2019-10-21T23:18:01.946Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T23:18:01.946Z] [2019-10-21T23:18:01.946Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-21T23:18:01.946Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:18:01.946Z] [2019-10-21T23:18:01.946Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-21T23:18:01.946Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:18:01.946Z] [2019-10-21T23:18:01.946Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-21T23:18:01.946Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T23:18:01.946Z] [2019-10-21T23:18:01.946Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-21T23:18:01.946Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T23:18:01.946Z] [2019-10-21T23:18:01.946Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2019-10-21T23:18:01.946Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:18:01.946Z] [2019-10-21T23:18:01.946Z] [2019-10-21T23:18:01.946Z] DONE 197 tests, 6 skipped in 130.345s [2019-10-21T23:18:01.946Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2019-10-21T23:18:01.946Z] ++ 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-21T23:18:01.946Z] ++ set -e [2019-10-21T23:18:01.946Z] ++ '[' -n 0 ']' [2019-10-21T23:18:01.946Z] ++ set -x [2019-10-21T23:18:01.946Z] ++ env -i DEST=/go/src/github.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-21T23:18:02.198Z] --- PASS: TestLinksContainerNames (1.98s) [2019-10-21T23:18:02.198Z] === RUN TestLogsFollowTailEmpty [2019-10-21T23:18:02.204Z] INFO: Testing against a local daemon [2019-10-21T23:18:02.204Z] === RUN TestCommitInheritsEnv [2019-10-21T23:18:02.455Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-21T23:18:02.770Z] --- PASS: TestCommitInheritsEnv (0.56s) [2019-10-21T23:18:02.771Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-21T23:18:02.771Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-21T23:18:02.771Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-10-21T23:18:02.771Z] === RUN TestImagesFilterMultiReference [2019-10-21T23:18:03.029Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2019-10-21T23:18:03.029Z] === RUN TestImagePullPlatformInvalid [2019-10-21T23:18:03.029Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-10-21T23:18:03.029Z] === RUN TestRemoveImageOrphaning [2019-10-21T23:18:03.203Z] ......................... [ 67%] [2019-10-21T23:18:03.386Z] --- PASS: TestLogsFollowTailEmpty (0.95s) [2019-10-21T23:18:03.386Z] === RUN TestContainerNetworkMountsNoChown [2019-10-21T23:18:03.599Z] --- PASS: TestRemoveImageOrphaning (0.58s) [2019-10-21T23:18:03.599Z] === RUN TestRemoveImageGarbageCollector [2019-10-21T23:18:03.599Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-21T23:18:03.599Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:18:03.599Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-21T23:18:03.599Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-21T23:18:03.599Z] === RUN TestTagInvalidReference [2019-10-21T23:18:03.599Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-21T23:18:03.599Z] === RUN TestTagValidPrefixedRepo [2019-10-21T23:18:03.857Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-10-21T23:18:03.857Z] === RUN TestTagExistedNameWithoutForce [2019-10-21T23:18:03.857Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-21T23:18:03.857Z] === RUN TestTagOfficialNames [2019-10-21T23:18:03.857Z] --- PASS: TestTagOfficialNames (0.08s) [2019-10-21T23:18:03.857Z] === RUN TestTagMatchesDigest [2019-10-21T23:18:03.857Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-21T23:18:03.857Z] PASS [2019-10-21T23:18:03.857Z] [2019-10-21T23:18:03.857Z] === Skipped [2019-10-21T23:18:03.857Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2019-10-21T23:18:03.857Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-10-21T23:18:03.857Z] [2019-10-21T23:18:03.857Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-21T23:18:03.857Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:18:03.857Z] [2019-10-21T23:18:03.857Z] [2019-10-21T23:18:03.857Z] DONE 12 tests, 2 skipped in 1.799s [2019-10-21T23:18:03.857Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2019-10-21T23:18:03.857Z] ++ 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-21T23:18:03.857Z] ++ set -e [2019-10-21T23:18:03.857Z] ++ '[' -n 0 ']' [2019-10-21T23:18:03.857Z] ++ set -x [2019-10-21T23:18:03.857Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T23:18:04.116Z] INFO: Testing against a local daemon [2019-10-21T23:18:04.116Z] === RUN TestNetworkCreateDelete [2019-10-21T23:18:04.317Z] --- PASS: TestContainerNetworkMountsNoChown (1.13s) [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/default [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/default [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/private [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/private [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/rprivate [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/slave [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/slave [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/rslave [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/shared [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/shared [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/rshared [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-21T23:18:04.317Z] === CONT TestMountDaemonRoot/default [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-21T23:18:04.317Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-21T23:18:04.317Z] === CONT TestMountDaemonRoot/rshared [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-21T23:18:04.317Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T23:18:04.317Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T23:18:04.317Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-21T23:18:04.374Z] --- PASS: TestNetworkCreateDelete (0.35s) [2019-10-21T23:18:04.374Z] === RUN TestDockerNetworkDeletePreferID [2019-10-21T23:18:04.573Z] === CONT TestMountDaemonRoot/shared [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-21T23:18:04.574Z] === CONT TestMountDaemonRoot/rslave [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T23:18:04.574Z] === CONT TestMountDaemonRoot/slave [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-21T23:18:04.574Z] === CONT TestMountDaemonRoot/rprivate [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-21T23:18:04.574Z] === CONT TestMountDaemonRoot/private [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-21T23:18:04.574Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-21T23:18:04.574Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-21T23:18:04.574Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-21T23:18:04.574Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-21T23:18:04.574Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-21T23:18:04.574Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T23:18:04.831Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-21T23:18:04.831Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T23:18:04.831Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-21T23:18:04.831Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-21T23:18:04.831Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-21T23:18:04.831Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-21T23:18:04.831Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-21T23:18:05.088Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-21T23:18:05.088Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T23:18:05.088Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-21T23:18:05.088Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T23:18:05.088Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T23:18:05.088Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-21T23:18:05.088Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-21T23:18:05.088Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-21T23:18:05.088Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-21T23:18:05.344Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-21T23:18:05.344Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T23:18:05.344Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-21T23:18:05.344Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-21T23:18:05.344Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-21T23:18:05.344Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.12s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.12s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.10s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.09s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-10-21T23:18:05.344Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-10-21T23:18:05.344Z] === RUN TestContainerBindMountNonRecursive [2019-10-21T23:18:05.750Z] --- PASS: TestDockerNetworkDeletePreferID (1.05s) [2019-10-21T23:18:05.750Z] === RUN TestInspectNetwork [2019-10-21T23:18:06.714Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-10-21T23:18:06.815Z] #19 ... [2019-10-21T23:18:06.816Z] [2019-10-21T23:18:06.816Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:18:06.816Z] #42 183.9 CC criu/cr-check.o [2019-10-21T23:18:06.816Z] #42 188.4 CC criu/cr-dedup.o [2019-10-21T23:18:06.816Z] #42 189.8 CC criu/cr-dump.o [2019-10-21T23:18:06.816Z] #42 ... [2019-10-21T23:18:06.816Z] [2019-10-21T23:18:06.816Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:18:06.816Z] #45 276.5 github.com/LK4D4/vndr/godl [2019-10-21T23:18:06.816Z] #45 277.9 github.com/LK4D4/vndr [2019-10-21T23:18:08.245Z] --- PASS: TestContainerBindMountNonRecursive (2.92s) [2019-10-21T23:18:08.245Z] === RUN TestNetworkNat [2019-10-21T23:18:08.809Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-21T23:18:09.065Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-10-21T23:18:09.321Z] --- PASS: TestNetworkNat (1.05s) [2019-10-21T23:18:09.321Z] === RUN TestNetworkLocalhostTCPNat [2019-10-21T23:18:10.692Z] --- PASS: TestNetworkLocalhostTCPNat (1.09s) [2019-10-21T23:18:10.692Z] === RUN TestNetworkLoopbackNat [2019-10-21T23:18:12.311Z] === RUN TestInspectNetwork/full_network_id [2019-10-21T23:18:12.311Z] === RUN TestInspectNetwork/partial_network_id [2019-10-21T23:18:12.311Z] === RUN TestInspectNetwork/network_name [2019-10-21T23:18:12.311Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-21T23:18:12.368Z] #45 ... [2019-10-21T23:18:12.368Z] [2019-10-21T23:18:12.368Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:18:12.368Z] #42 194.4 CC criu/cr-errno.o [2019-10-21T23:18:12.368Z] #42 194.6 CC criu/cr-restore.o [2019-10-21T23:18:12.368Z] #42 ... [2019-10-21T23:18:12.368Z] [2019-10-21T23:18:12.368Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T23:18:12.368Z] #19 11.06 Collecting yamllint==1.16.0 [2019-10-21T23:18:12.588Z] --- PASS: TestNetworkLoopbackNat (1.82s) [2019-10-21T23:18:12.588Z] === RUN TestPause [2019-10-21T23:18:13.153Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-21T23:18:13.409Z] --- PASS: TestPause (1.16s) [2019-10-21T23:18:13.409Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-21T23:18:13.409Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-21T23:18:13.409Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T23:18:13.409Z] === RUN TestPauseStopPausedContainer [2019-10-21T23:18:13.666Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-21T23:18:14.420Z] #19 12.88 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-21T23:18:14.596Z] --- PASS: TestPauseStopPausedContainer (1.05s) [2019-10-21T23:18:14.596Z] === RUN TestPsFilter [2019-10-21T23:18:14.853Z] --- PASS: TestPsFilter (0.32s) [2019-10-21T23:18:14.853Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-21T23:18:15.059Z] #19 13.82 Collecting pyyaml (from yamllint==1.16.0) [2019-10-21T23:18:15.354Z] #19 14.27 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-21T23:18:16.225Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.22s) [2019-10-21T23:18:16.225Z] === RUN TestRemoveContainerWithVolume [2019-10-21T23:18:16.496Z] --- PASS: TestInspectNetwork (10.99s) [2019-10-21T23:18:16.496Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-21T23:18:16.496Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-21T23:18:16.496Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-21T23:18:16.496Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-21T23:18:16.496Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-21T23:18:16.496Z] === RUN TestRunContainerWithBridgeNone [2019-10-21T23:18:17.154Z] --- PASS: TestRemoveContainerWithVolume (1.03s) [2019-10-21T23:18:17.154Z] === RUN TestRemoveContainerRunning [2019-10-21T23:18:18.006Z] ok github.com/docker/docker/builder/remotecontext/git 32.505s coverage: 85.1% of statements [2019-10-21T23:18:18.006Z] ? github.com/docker/docker/cli [no test files] [2019-10-21T23:18:18.006Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-21T23:18:18.006Z] ok github.com/docker/docker/cli/debug 0.071s coverage: 100.0% of statements [2019-10-21T23:18:18.006Z] ok github.com/docker/docker/client 0.887s coverage: 75.3% of statements [2019-10-21T23:18:18.525Z] --- PASS: TestRemoveContainerRunning (1.44s) [2019-10-21T23:18:18.525Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-21T23:18:19.782Z] --- PASS: TestRunContainerWithBridgeNone (2.77s) [2019-10-21T23:18:19.782Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-21T23:18:19.782Z] === RUN TestNetworkInvalidJSON [2019-10-21T23:18:19.782Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-21T23:18:19.782Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-21T23:18:19.782Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:18:19.782Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:18:19.782Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:18:19.782Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:18:19.782Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-21T23:18:19.782Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:18:19.782Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:18:19.782Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-21T23:18:19.782Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-21T23:18:19.782Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-21T23:18:19.782Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-21T23:18:19.782Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-21T23:18:19.807Z] #19 ... [2019-10-21T23:18:19.807Z] [2019-10-21T23:18:19.807Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:18:19.807Z] #45 DONE 292.6s [2019-10-21T23:18:19.807Z] [2019-10-21T23:18:19.807Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:18:19.807Z] #42 205.3 CC criu/cr-service.o [2019-10-21T23:18:19.921Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.25s) [2019-10-21T23:18:19.921Z] === RUN TestRemoveInvalidContainer [2019-10-21T23:18:19.921Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-21T23:18:19.921Z] === RUN TestRenameLinkedContainer [2019-10-21T23:18:20.717Z] --- PASS: TestDaemonRestartWithLiveRestore (1.33s) [2019-10-21T23:18:20.717Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-21T23:18:20.717Z] === RUN TestDaemonDefaultNetworkPools [2019-10-21T23:18:21.307Z] #42 209.3 CC criu/crtools.o [2019-10-21T23:18:21.653Z] --- PASS: TestDaemonDefaultNetworkPools (1.02s) [2019-10-21T23:18:21.653Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-21T23:18:21.653Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-21T23:18:23.193Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-10-21T23:18:23.353Z] #42 211.2 CC criu/eventfd.o [2019-10-21T23:18:23.555Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.64s) [2019-10-21T23:18:23.555Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-21T23:18:23.555Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-21T23:18:23.977Z] #42 211.9 CC criu/eventpoll.o [2019-10-21T23:18:24.560Z] --- PASS: TestRenameLinkedContainer (4.52s) [2019-10-21T23:18:24.560Z] === RUN TestRenameStoppedContainer [2019-10-21T23:18:24.560Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-21T23:18:24.997Z] #42 ... [2019-10-21T23:18:24.997Z] [2019-10-21T23:18:24.997Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T23:18:24.997Z] #19 19.65 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-21T23:18:24.997Z] #19 20.05 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-21T23:18:24.997Z] #19 22.70 Building wheels for collected packages: pyyaml, pathspec [2019-10-21T23:18:24.997Z] #19 22.71 Running setup.py bdist_wheel for pyyaml: started [2019-10-21T23:18:25.097Z] ok github.com/docker/docker/cmd/dockerd 0.654s coverage: 19.0% of statements [2019-10-21T23:18:25.124Z] --- PASS: TestRenameStoppedContainer (0.89s) [2019-10-21T23:18:25.124Z] === RUN TestRenameRunningContainerAndReuse [2019-10-21T23:18:25.460Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.04s) [2019-10-21T23:18:25.460Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-21T23:18:25.460Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-21T23:18:25.689Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-10-21T23:18:26.028Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.74s) [2019-10-21T23:18:26.028Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-21T23:18:26.028Z] === RUN TestServiceWithPredefinedNetwork [2019-10-21T23:18:26.252Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-21T23:18:26.816Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-10-21T23:18:27.062Z] #19 25.65 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-21T23:18:27.062Z] #19 25.65 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-21T23:18:27.062Z] #19 25.83 Running setup.py bdist_wheel for pathspec: started [2019-10-21T23:18:27.284Z] ok github.com/docker/docker/container 0.557s coverage: 42.5% of statements [2019-10-21T23:18:27.284Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-21T23:18:27.284Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-21T23:18:27.284Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-21T23:18:27.284Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-21T23:18:27.380Z] --- PASS: TestRenameRunningContainerAndReuse (2.11s) [2019-10-21T23:18:27.380Z] === RUN TestRenameInvalidName [2019-10-21T23:18:27.637Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-21T23:18:28.200Z] --- PASS: TestRenameInvalidName (1.05s) [2019-10-21T23:18:28.200Z] === RUN TestRenameAnonymousContainer [2019-10-21T23:18:29.113Z] #19 ... [2019-10-21T23:18:29.114Z] [2019-10-21T23:18:29.114Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:18:29.114Z] #42 214.1 CC criu/external.o [2019-10-21T23:18:29.114Z] #42 214.9 CC criu/fault-injection.o [2019-10-21T23:18:29.114Z] #42 215.1 CC criu/fdstore.o [2019-10-21T23:18:29.114Z] #42 216.0 CC criu/fifo.o [2019-10-21T23:18:29.114Z] #42 217.1 CC criu/file-ids.o [2019-10-21T23:18:29.314Z] --- PASS: TestServiceWithPredefinedNetwork (3.19s) [2019-10-21T23:18:29.314Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-21T23:18:29.314Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-21T23:18:29.314Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T23:18:29.314Z] service_test.go:230: FLAKY_TEST [2019-10-21T23:18:29.314Z] === RUN TestServiceWithDataPathPortInit [2019-10-21T23:18:30.141Z] #42 218.1 CC criu/file-lock.o [2019-10-21T23:18:31.177Z] ok github.com/docker/docker/cmd/dockerd 0.044s coverage: 30.3% of statements [2019-10-21T23:18:31.178Z] ok github.com/docker/docker/container 0.133s coverage: 35.3% of statements [2019-10-21T23:18:31.178Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-21T23:18:31.178Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-21T23:18:31.178Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-21T23:18:31.178Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-21T23:18:31.180Z] #42 ... [2019-10-21T23:18:31.180Z] [2019-10-21T23:18:31.180Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T23:18:31.180Z] #19 28.85 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-21T23:18:31.180Z] #19 28.85 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-21T23:18:31.180Z] #19 28.89 Successfully built pyyaml pathspec [2019-10-21T23:18:31.180Z] #19 28.89 Installing collected packages: pyyaml, pathspec, yamllint [2019-10-21T23:18:31.180Z] #19 29.56 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-21T23:18:31.180Z] #19 DONE 30.1s [2019-10-21T23:18:31.469Z] [2019-10-21T23:18:31.469Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:18:31.758Z] #51 ... [2019-10-21T23:18:31.758Z] [2019-10-21T23:18:31.758Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:18:31.758Z] #42 219.8 CC criu/files-ext.o [2019-10-21T23:18:32.375Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-10-21T23:18:32.375Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-21T23:18:32.375Z] --- PASS: TestRenameAnonymousContainer (3.92s) [2019-10-21T23:18:32.375Z] === RUN TestRenameContainerWithSameName [2019-10-21T23:18:32.385Z] #42 220.5 CC criu/files-reg.o [2019-10-21T23:18:33.306Z] --- PASS: TestRenameContainerWithSameName (0.99s) [2019-10-21T23:18:33.306Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-21T23:18:35.202Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-10-21T23:18:35.202Z] --- PASS: TestRenameContainerWithLinkedContainer (1.92s) [2019-10-21T23:18:35.202Z] === RUN TestResize [2019-10-21T23:18:36.133Z] --- PASS: TestResize (0.87s) [2019-10-21T23:18:36.133Z] === RUN TestResizeWithInvalidSize [2019-10-21T23:18:36.781Z] ok github.com/docker/docker/daemon/cluster 0.044s coverage: 0.5% of statements [2019-10-21T23:18:36.876Z] #42 224.3 CC criu/files.o [2019-10-21T23:18:37.062Z] --- PASS: TestResizeWithInvalidSize (1.14s) [2019-10-21T23:18:37.062Z] === RUN TestResizeWhenContainerNotStarted [2019-10-21T23:18:37.995Z] --- PASS: TestResizeWhenContainerNotStarted (0.91s) [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T23:18:37.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T23:18:37.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T23:18:37.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T23:18:37.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T23:18:37.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T23:18:37.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T23:18:37.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T23:18:37.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:18:37.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:18:37.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:18:37.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:18:37.995Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:18:37.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:18:37.995Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T23:18:37.995Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T23:18:38.703Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2019-10-21T23:18:38.937Z] #42 ... [2019-10-21T23:18:38.937Z] [2019-10-21T23:18:38.937Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T23:18:38.937Z] #29 312.2 + rm -rf /tmp/tmp.bRBuKEkS3B [2019-10-21T23:18:39.565Z] #29 DONE 312.6s [2019-10-21T23:18:39.565Z] [2019-10-21T23:18:39.565Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:18:40.522Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-21T23:18:40.581Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.8% of statements [2019-10-21T23:18:40.594Z] #55 ... [2019-10-21T23:18:40.594Z] [2019-10-21T23:18:40.594Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:18:40.594Z] #42 228.4 CC criu/filesystems.o [2019-10-21T23:18:40.778Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:18:41.035Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-21T23:18:41.035Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:18:41.598Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-10-21T23:18:42.085Z] #42 230.1 CC criu/fsnotify.o [2019-10-21T23:18:42.527Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:18:42.784Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:18:43.350Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-10-21T23:18:43.913Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T23:18:44.146Z] #42 231.9 CC criu/image-desc.o [2019-10-21T23:18:44.146Z] #42 232.1 CC criu/image.o [2019-10-21T23:18:44.170Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-21T23:18:44.428Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T23:18:45.646Z] #42 233.6 CC criu/ipc_ns.o [2019-10-21T23:18:46.326Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-10-21T23:18:46.454Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-10-21T23:18:46.591Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T23:18:47.156Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-21T23:18:47.156Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T23:18:47.700Z] #42 235.8 CC criu/irmap.o [2019-10-21T23:18:48.410Z] ok github.com/docker/docker/daemon 3.179s coverage: 9.2% of statements [2019-10-21T23:18:48.410Z] ok github.com/docker/docker/daemon/cluster 1.252s coverage: 0.5% of statements [2019-10-21T23:18:48.410Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.258s coverage: 65.3% of statements [2019-10-21T23:18:48.410Z] ok github.com/docker/docker/daemon/cluster/convert 0.755s coverage: 35.8% of statements [2019-10-21T23:18:48.410Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-21T23:18:48.410Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.184s coverage: 10.9% of statements [2019-10-21T23:18:48.410Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-21T23:18:48.410Z] ok github.com/docker/docker/daemon/config 1.086s coverage: 80.1% of statements [2019-10-21T23:18:48.410Z] ok github.com/docker/docker/daemon/discovery 0.189s coverage: 30.0% of statements [2019-10-21T23:18:48.410Z] ok github.com/docker/docker/daemon/events 0.424s coverage: 50.0% of statements [2019-10-21T23:18:48.410Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-21T23:18:48.410Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-21T23:18:48.410Z] ok github.com/docker/docker/daemon/graphdriver 0.153s coverage: 2.3% of statements [2019-10-21T23:18:48.410Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-10-21T23:18:48.410Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-10-21T23:18:48.410Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-21T23:18:48.411Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-10-21T23:18:48.411Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-10-21T23:18:48.411Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-10-21T23:18:48.411Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-10-21T23:18:48.411Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-21T23:18:48.411Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-10-21T23:18:48.411Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-10-21T23:18:48.411Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-10-21T23:18:48.556Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.454s coverage: 13.7% of statements [2019-10-21T23:18:49.048Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-21T23:18:49.197Z] #42 237.0 CC criu/kcmp-ids.o [2019-10-21T23:18:49.351Z] ok github.com/docker/docker/daemon 12.282s coverage: 17.6% of statements [2019-10-21T23:18:49.351Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-21T23:18:49.351Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-21T23:18:49.383Z] ok github.com/docker/docker/daemon/images 0.433s coverage: 4.9% of statements [2019-10-21T23:18:49.383Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-21T23:18:49.383Z] ok github.com/docker/docker/daemon/links 0.072s coverage: 93.0% of statements [2019-10-21T23:18:49.383Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-21T23:18:49.383Z] ok github.com/docker/docker/daemon/logger 0.550s coverage: 43.0% of statements [2019-10-21T23:18:49.485Z] #42 237.5 CC criu/kerndat.o [2019-10-21T23:18:50.356Z] ok github.com/docker/docker/daemon/logger/awslogs 0.833s coverage: 77.8% of statements [2019-10-21T23:18:50.356Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-10-21T23:18:50.356Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-21T23:18:50.356Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-21T23:18:50.356Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-10-21T23:18:50.356Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-10-21T23:18:50.417Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T23:18:50.709Z] ok github.com/docker/docker/daemon/discovery 0.015s coverage: 30.0% of statements [2019-10-21T23:18:50.982Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T23:18:51.242Z] --- PASS: TestServiceWithDataPathPortInit (19.81s) [2019-10-21T23:18:51.242Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T23:18:51.242Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T23:18:51.242Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-21T23:18:51.329Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.415s coverage: 62.1% of statements [2019-10-21T23:18:51.329Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.312s coverage: 88.3% of statements [2019-10-21T23:18:51.546Z] ok github.com/docker/docker/daemon/config 0.107s coverage: 82.1% of statements [2019-10-21T23:18:51.546Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2019-10-21T23:18:51.546Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-21T23:18:51.546Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-21T23:18:51.555Z] #42 239.4 CC criu/libnetlink.o [2019-10-21T23:18:51.843Z] #42 240.0 CC criu/log.o [2019-10-21T23:18:51.913Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-21T23:18:52.866Z] #42 240.9 CC criu/lsm.o [2019-10-21T23:18:52.873Z] ok github.com/docker/docker/daemon/logger/local 0.468s coverage: 74.7% of statements [2019-10-21T23:18:52.873Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-21T23:18:53.335Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.193s coverage: 21.4% of statements [2019-10-21T23:18:53.492Z] #42 241.6 CC criu/mem.o [2019-10-21T23:18:53.569Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2019-10-21T23:18:53.812Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-21T23:18:53.812Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.70s) [2019-10-21T23:18:53.812Z] 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-21T23:18:53.812Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.97s) [2019-10-21T23:18:53.812Z] 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-21T23:18:53.812Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s) [2019-10-21T23:18:53.812Z] 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-21T23:18:53.812Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.68s) [2019-10-21T23:18:53.812Z] 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-21T23:18:53.812Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.55s) [2019-10-21T23:18:53.812Z] 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-21T23:18:53.812Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.58s) [2019-10-21T23:18:53.813Z] 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-21T23:18:53.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.56s) [2019-10-21T23:18:53.813Z] 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-21T23:18:53.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.83s) [2019-10-21T23:18:53.813Z] 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-21T23:18:53.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.69s) [2019-10-21T23:18:53.813Z] 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-21T23:18:53.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.78s) [2019-10-21T23:18:53.813Z] 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-21T23:18:53.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.83s) [2019-10-21T23:18:53.813Z] 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-21T23:18:53.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.79s) [2019-10-21T23:18:53.813Z] 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-21T23:18:53.813Z] === RUN TestCgroupNamespacesRun [2019-10-21T23:18:54.380Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-21T23:18:56.108Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2019-10-21T23:18:56.255Z] ok github.com/docker/docker/daemon/logger/splunk 2.442s coverage: 82.5% of statements [2019-10-21T23:18:56.255Z] ok github.com/docker/docker/daemon/logger/syslog 0.251s coverage: 47.8% of statements [2019-10-21T23:18:56.255Z] ok github.com/docker/docker/daemon/logger/templates 0.108s coverage: 8.3% of statements [2019-10-21T23:18:56.255Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-21T23:18:56.255Z] ? github.com/docker/docker/daemon/network [no test files] [2019-10-21T23:18:56.255Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-21T23:18:56.273Z] --- PASS: TestCgroupNamespacesRun (2.19s) [2019-10-21T23:18:56.273Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-21T23:18:56.273Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-21T23:18:56.907Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.244s coverage: 57.9% of statements [2019-10-21T23:18:56.986Z] #42 244.7 CC criu/mount.o [2019-10-21T23:18:58.166Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.91s) [2019-10-21T23:18:58.166Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-21T23:18:58.166Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-21T23:18:58.166Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-21T23:18:58.166Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-10-21T23:18:59.351Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.69s) [2019-10-21T23:18:59.351Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-21T23:18:59.351Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:q7coirpdgl8e800ac6eurbnga Created:2019-10-21 23:18:50.632833825 +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[d35bedd85daed88a1bc781e4a900e43e9b00980b397963e7f958456076758897:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m0t3qqn8839cuki1x684e7mmn EndpointID:00ba042acc7f40b308684e37b61fc59419ae9f9781fd8d89c96a0c24b16f0778 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:53c3dec8c5f068846549f586627b9f06fbd3eff093a867ed62c44bb74dfc5d45 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:f87688e2bf87 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m0t3qqn8839cuki1x684e7mmn EndpointID:00ba042acc7f40b308684e37b61fc59419ae9f9781fd8d89c96a0c24b16f0778 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-21T23:18:59.351Z] PASS [2019-10-21T23:18:59.351Z] [2019-10-21T23:18:59.351Z] === Skipped [2019-10-21T23:18:59.351Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T23:18:59.351Z] service_test.go:230: FLAKY_TEST [2019-10-21T23:18:59.351Z] [2019-10-21T23:18:59.351Z] [2019-10-21T23:18:59.351Z] DONE 21 tests, 1 skipped in 54.814s [2019-10-21T23:18:59.351Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-21T23:18:59.351Z] ++ 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-21T23:18:59.351Z] ++ set -e [2019-10-21T23:18:59.351Z] ++ '[' -n 0 ']' [2019-10-21T23:18:59.351Z] ++ set -x [2019-10-21T23:18:59.351Z] ++ env -i DEST=/go/src/github.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-21T23:18:59.351Z] INFO: Testing against a local daemon [2019-10-21T23:18:59.351Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-21T23:18:59.351Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-21T23:18:59.351Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T23:18:59.351Z] === RUN TestDockerNetworkIpvlan [2019-10-21T23:18:59.351Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-21T23:18:59.351Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T23:18:59.351Z] PASS [2019-10-21T23:18:59.351Z] [2019-10-21T23:18:59.351Z] === Skipped [2019-10-21T23:18:59.351Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-21T23:18:59.351Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T23:18:59.351Z] [2019-10-21T23:18:59.351Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-21T23:18:59.351Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T23:18:59.351Z] [2019-10-21T23:18:59.351Z] [2019-10-21T23:18:59.351Z] DONE 2 tests, 2 skipped in 0.143s [2019-10-21T23:18:59.351Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-21T23:18:59.351Z] ++ 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-21T23:18:59.351Z] ++ set -e [2019-10-21T23:18:59.351Z] ++ '[' -n 0 ']' [2019-10-21T23:18:59.351Z] ++ set -x [2019-10-21T23:18:59.352Z] ++ env -i DEST=/go/src/github.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-21T23:18:59.352Z] INFO: Testing against a local daemon [2019-10-21T23:18:59.352Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-21T23:18:59.537Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-21T23:18:59.707Z] #42 ... [2019-10-21T23:18:59.707Z] [2019-10-21T23:18:59.707Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T23:18:59.707Z] #55 278.5 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-21T23:18:59.793Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.88s) [2019-10-21T23:18:59.793Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-21T23:18:59.793Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-21T23:19:00.002Z] ok github.com/docker/docker/distribution 2.080s coverage: 20.3% of statements [2019-10-21T23:19:00.003Z] ok github.com/docker/docker/distribution/metadata 1.747s coverage: 48.2% of statements [2019-10-21T23:19:00.003Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-21T23:19:00.726Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.79s) [2019-10-21T23:19:00.726Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-21T23:19:00.726Z] === RUN TestDockerNetworkMacvlan [2019-10-21T23:19:00.975Z] ok github.com/docker/docker/distribution/xfer 2.640s coverage: 77.3% of statements [2019-10-21T23:19:00.975Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-21T23:19:00.975Z] ok github.com/docker/docker/errdefs 0.150s coverage: 49.4% of statements [2019-10-21T23:19:01.298Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-10-21T23:19:01.662Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-21T23:19:01.687Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-10-21T23:19:01.687Z] --- PASS: TestCgroupNamespacesRunHostMode (1.97s) [2019-10-21T23:19:01.687Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-21T23:19:01.687Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-21T23:19:02.518Z] ok github.com/docker/docker/image 1.220s coverage: 86.4% of statements [2019-10-21T23:19:02.518Z] ok github.com/docker/docker/image/cache 0.283s coverage: 19.2% of statements [2019-10-21T23:19:02.518Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-21T23:19:02.518Z] ok github.com/docker/docker/image/v1 0.215s coverage: 25.0% of statements [2019-10-21T23:19:02.518Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-21T23:19:03.037Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-21T23:19:03.056Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-10-21T23:19:03.189Z] tests/integration/client_test.py ..... [ 75%] [2019-10-21T23:19:03.197Z] #55 282.1 + mkdir -p /build [2019-10-21T23:19:03.197Z] #55 282.1 + cp runc /build/runc [2019-10-21T23:19:03.197Z] #55 DONE 282.3s [2019-10-21T23:19:03.197Z] [2019-10-21T23:19:03.197Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:19:03.234Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.455s coverage: 45.9% of statements [2019-10-21T23:19:03.487Z] #23 ... [2019-10-21T23:19:03.487Z] [2019-10-21T23:19:03.487Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:19:03.487Z] #42 251.6 CC criu/namespaces.o [2019-10-21T23:19:03.619Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.84s) [2019-10-21T23:19:03.619Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-21T23:19:03.619Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-21T23:19:03.619Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-21T23:19:03.975Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-21T23:19:04.275Z] tests/integration/errors_test.py . [ 76%] [2019-10-21T23:19:04.279Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.83s) [2019-10-21T23:19:04.279Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-21T23:19:04.279Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-21T23:19:05.209Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s) [2019-10-21T23:19:05.209Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-21T23:19:05.209Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-21T23:19:05.566Z] ok github.com/docker/docker/layer 0.353s coverage: 30.0% of statements [2019-10-21T23:19:05.566Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-21T23:19:05.772Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-10-21T23:19:05.894Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.993s coverage: 72.5% of statements [2019-10-21T23:19:05.894Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-21T23:19:06.293Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.839s coverage: 51.0% of statements [2019-10-21T23:19:07.108Z] ok github.com/docker/docker/libcontainerd/local 0.416s coverage: 1.0% of statements [2019-10-21T23:19:07.108Z] ok github.com/docker/docker/libcontainerd/queue 0.085s coverage: 100.0% of statements [2019-10-21T23:19:07.108Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-21T23:19:07.108Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-21T23:19:07.108Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-21T23:19:07.109Z] ? github.com/docker/docker/oci [no test files] [2019-10-21T23:19:07.109Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-21T23:19:07.109Z] ok github.com/docker/docker/opts 0.329s coverage: 67.3% of statements [2019-10-21T23:19:07.109Z] ok github.com/docker/docker/pkg/aaparser 0.036s coverage: 50.0% of statements [2019-10-21T23:19:07.664Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.10s) [2019-10-21T23:19:07.664Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-21T23:19:07.664Z] === RUN TestKernelTCPMemory [2019-10-21T23:19:08.098Z] #42 255.5 CC criu/net.o [2019-10-21T23:19:08.203Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-21T23:19:08.595Z] --- PASS: TestKernelTCPMemory (1.05s) [2019-10-21T23:19:08.595Z] === RUN TestNISDomainname [2019-10-21T23:19:08.851Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-10-21T23:19:08.851Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-10-21T23:19:08.851Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-10-21T23:19:08.977Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.564s coverage: 76.1% of statements [2019-10-21T23:19:09.781Z] --- PASS: TestNISDomainname (1.21s) [2019-10-21T23:19:09.781Z] === RUN TestHostnameDnsResolution [2019-10-21T23:19:10.295Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-10-21T23:19:11.152Z] --- PASS: TestHostnameDnsResolution (1.46s) [2019-10-21T23:19:11.152Z] === RUN TestStats [2019-10-21T23:19:11.609Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 3.0% of statements [2019-10-21T23:19:12.389Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-21T23:19:12.540Z] #42 260.2 CC criu/netfilter.o [2019-10-21T23:19:12.828Z] #42 260.9 CC criu/page-pipe.o [2019-10-21T23:19:13.044Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-10-21T23:19:13.858Z] #42 262.0 CC criu/page-xfer.o [2019-10-21T23:19:14.014Z] --- PASS: TestStats (2.94s) [2019-10-21T23:19:14.014Z] === RUN TestStopContainerWithTimeout [2019-10-21T23:19:14.014Z] === RUN TestStopContainerWithTimeout/0 [2019-10-21T23:19:14.014Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-21T23:19:14.014Z] === RUN TestStopContainerWithTimeout/1 [2019-10-21T23:19:14.014Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-21T23:19:14.014Z] === RUN TestStopContainerWithTimeout/3 [2019-10-21T23:19:14.014Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-21T23:19:14.014Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-21T23:19:14.014Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-21T23:19:14.014Z] === CONT TestStopContainerWithTimeout/0 [2019-10-21T23:19:14.014Z] === CONT TestStopContainerWithTimeout/3 [2019-10-21T23:19:14.248Z] ok github.com/docker/docker/daemon/images 0.011s coverage: 4.9% of statements [2019-10-21T23:19:14.248Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.251s coverage: 57.0% of statements [2019-10-21T23:19:14.248Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-21T23:19:14.248Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-21T23:19:14.248Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-21T23:19:14.632Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2019-10-21T23:19:14.632Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-21T23:19:15.381Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-21T23:19:15.907Z] #42 264.0 CC criu/pagemap-cache.o [2019-10-21T23:19:16.533Z] #42 264.7 CC criu/pagemap.o [2019-10-21T23:19:16.567Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 42.7% of statements [2019-10-21T23:19:16.567Z] ok github.com/docker/docker/daemon/logger/awslogs 0.103s coverage: 77.8% of statements [2019-10-21T23:19:16.567Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-21T23:19:16.567Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-21T23:19:17.277Z] === CONT TestStopContainerWithTimeout/1 [2019-10-21T23:19:17.535Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-21T23:19:17.873Z] ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 68.2% of statements [2019-10-21T23:19:17.873Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 26.2% of statements [2019-10-21T23:19:18.026Z] #42 266.1 CC criu/parasite-syscall.o [2019-10-21T23:19:18.100Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-10-21T23:19:18.700Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.002s coverage: 88.3% of statements [2019-10-21T23:19:18.700Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.024s coverage: 62.1% of statements [2019-10-21T23:19:18.953Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-21T23:19:19.035Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-10-21T23:19:19.035Z] --- PASS: TestStopContainerWithTimeout/0 (1.30s) [2019-10-21T23:19:19.035Z] --- PASS: TestStopContainerWithTimeout/3 (3.04s) [2019-10-21T23:19:19.035Z] --- PASS: TestStopContainerWithTimeout/-1 (2.82s) [2019-10-21T23:19:19.035Z] --- PASS: TestStopContainerWithTimeout/1 (1.95s) [2019-10-21T23:19:19.035Z] === RUN TestDeleteDevicemapper [2019-10-21T23:19:19.035Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-21T23:19:19.035Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T23:19:19.035Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-21T23:19:19.887Z] --- PASS: TestDockerNetworkMacvlan (19.13s) [2019-10-21T23:19:19.888Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:19:19.888Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2019-10-21T23:19:19.888Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:19:19.888Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2019-10-21T23:19:19.888Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:19:19.888Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.21s) [2019-10-21T23:19:19.888Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:19:19.888Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.04s) [2019-10-21T23:19:19.888Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:19:19.888Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.82s) [2019-10-21T23:19:19.888Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:19:19.888Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.33s) [2019-10-21T23:19:19.888Z] PASS [2019-10-21T23:19:19.888Z] [2019-10-21T23:19:19.888Z] DONE 8 tests in 21.065s [2019-10-21T23:19:19.888Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-21T23:19:19.888Z] ++ 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-21T23:19:19.888Z] ++ set -e [2019-10-21T23:19:19.888Z] ++ '[' -n 0 ']' [2019-10-21T23:19:19.888Z] ++ set -x [2019-10-21T23:19:19.888Z] ++ env -i DEST=/go/src/github.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-21T23:19:20.085Z] #42 267.8 CC criu/path.o [2019-10-21T23:19:20.146Z] testing: warning: no tests to run [2019-10-21T23:19:20.146Z] PASS [2019-10-21T23:19:20.146Z] [2019-10-21T23:19:20.146Z] DONE 0 tests in 0.028s [2019-10-21T23:19:20.146Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-21T23:19:20.146Z] ++ 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-21T23:19:20.146Z] ++ set -e [2019-10-21T23:19:20.146Z] ++ '[' -n 0 ']' [2019-10-21T23:19:20.146Z] ++ set -x [2019-10-21T23:19:20.146Z] ++ env -i DEST=/go/src/github.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-21T23:19:20.146Z] INFO: Testing against a local daemon [2019-10-21T23:19:20.146Z] === RUN TestAuthZPluginAllowRequest [2019-10-21T23:19:20.373Z] #42 268.4 CC criu/pie-util-vdso-elf32.o [2019-10-21T23:19:20.684Z] ok github.com/docker/docker/daemon/logger/local 0.009s coverage: 74.7% of statements [2019-10-21T23:19:20.684Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-21T23:19:20.999Z] #42 269.0 CC criu/pie-util-vdso.o [2019-10-21T23:19:21.071Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.043s coverage: 19.9% of statements [2019-10-21T23:19:21.561Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-21T23:19:21.561Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-10-21T23:19:21.630Z] #42 269.6 CC criu/pie-util.o [2019-10-21T23:19:21.919Z] #42 270.0 CC criu/pipes.o [2019-10-21T23:19:22.047Z] --- PASS: TestAuthZPluginAllowRequest (1.77s) [2019-10-21T23:19:22.047Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-21T23:19:22.047Z] === RUN TestAuthZPluginTLS [2019-10-21T23:19:22.397Z] ok github.com/docker/docker/daemon/logger/syslog 0.003s coverage: 47.8% of statements [2019-10-21T23:19:22.614Z] --- PASS: TestAuthZPluginTLS (0.59s) [2019-10-21T23:19:22.614Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-21T23:19:22.614Z] === RUN TestAuthZPluginDenyRequest [2019-10-21T23:19:22.778Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2019-10-21T23:19:23.181Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2019-10-21T23:19:23.181Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-21T23:19:23.181Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-21T23:19:23.411Z] #42 271.1 CC criu/plugin.o [2019-10-21T23:19:23.454Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.34s) [2019-10-21T23:19:23.454Z] === RUN TestUpdateMemory [2019-10-21T23:19:23.454Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-21T23:19:23.454Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:19:23.454Z] === RUN TestUpdateCPUQuota [2019-10-21T23:19:23.587Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-10-21T23:19:23.705Z] #42 271.7 CC criu/proc_parse.o [2019-10-21T23:19:23.748Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-10-21T23:19:23.748Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-21T23:19:23.748Z] === RUN TestAuthZPluginDenyResponse [2019-10-21T23:19:23.977Z] ok github.com/docker/docker/daemon/logger/splunk 1.725s coverage: 82.5% of statements [2019-10-21T23:19:23.977Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-21T23:19:23.977Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-21T23:19:24.315Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-10-21T23:19:24.315Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-21T23:19:24.315Z] === RUN TestAuthZPluginAllowEventStream [2019-10-21T23:19:24.387Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-21T23:19:24.644Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-21T23:19:25.208Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-10-21T23:19:25.465Z] --- PASS: TestUpdateCPUQuota (2.08s) [2019-10-21T23:19:25.465Z] === RUN TestUpdatePidsLimit [2019-10-21T23:19:25.465Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-21T23:19:26.028Z] === RUN TestUpdatePidsLimit/no_change [2019-10-21T23:19:26.218Z] --- PASS: TestAuthZPluginAllowEventStream (1.72s) [2019-10-21T23:19:26.218Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-21T23:19:26.218Z] === RUN TestAuthZPluginErrorResponse [2019-10-21T23:19:26.284Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-21T23:19:26.477Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-10-21T23:19:26.477Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-21T23:19:26.477Z] === RUN TestAuthZPluginErrorRequest [2019-10-21T23:19:26.847Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-21T23:19:26.918Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2019-10-21T23:19:26.918Z] ok github.com/docker/docker/distribution 0.274s coverage: 22.1% of statements [2019-10-21T23:19:26.918Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-21T23:19:27.044Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-10-21T23:19:27.044Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-21T23:19:27.044Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-21T23:19:27.104Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-21T23:19:27.104Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-21T23:19:27.611Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-10-21T23:19:27.611Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-21T23:19:27.611Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-21T23:19:27.667Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-21T23:19:27.924Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-21T23:19:28.150Z] #42 276.0 CC criu/protobuf-desc.o [2019-10-21T23:19:28.258Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2019-10-21T23:19:29.291Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-10-21T23:19:29.570Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-10-21T23:19:29.667Z] #42 277.8 CC criu/protobuf.o [2019-10-21T23:19:29.855Z] --- PASS: TestUpdatePidsLimit (4.44s) [2019-10-21T23:19:29.855Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.43s) [2019-10-21T23:19:29.855Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2019-10-21T23:19:29.855Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2019-10-21T23:19:29.855Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2019-10-21T23:19:29.855Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2019-10-21T23:19:29.855Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.42s) [2019-10-21T23:19:29.855Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.52s) [2019-10-21T23:19:29.855Z] === RUN TestUpdateRestartPolicy [2019-10-21T23:19:29.855Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-21T23:19:29.958Z] #42 ... [2019-10-21T23:19:29.958Z] [2019-10-21T23:19:29.958Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:19:30.143Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.14s) [2019-10-21T23:19:30.143Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-21T23:19:30.143Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-21T23:19:30.246Z] #39 363.3 + dpkg --print-architecture [2019-10-21T23:19:30.246Z] #39 363.3 + cd /tmp/tmp.jwqy4x50iF/src/github.com/docker/distribution [2019-10-21T23:19:30.246Z] #39 363.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-21T23:19:30.379Z] ok github.com/docker/docker/distribution/xfer 1.924s coverage: 85.1% of statements [2019-10-21T23:19:30.379Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-21T23:19:30.535Z] #39 363.6 + GOPATH=/tmp/tmp.jwqy4x50iF/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.jwqy4x50iF [2019-10-21T23:19:30.535Z] #39 363.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-21T23:19:30.761Z] ok github.com/docker/docker/image/cache 0.010s coverage: 19.2% of statements [2019-10-21T23:19:30.761Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-21T23:19:32.043Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.25s) [2019-10-21T23:19:32.043Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-21T23:19:32.043Z] === RUN TestAuthZPluginHeader [2019-10-21T23:19:32.343Z] ok github.com/docker/docker/image/v1 0.020s coverage: 25.0% of statements [2019-10-21T23:19:32.343Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-21T23:19:32.979Z] --- PASS: TestAuthZPluginHeader (0.91s) [2019-10-21T23:19:32.979Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-21T23:19:32.979Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-21T23:19:32.979Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-21T23:19:32.979Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:19:32.979Z] === RUN TestAuthZPluginV2Disable [2019-10-21T23:19:32.979Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-21T23:19:32.979Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:19:32.979Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-21T23:19:32.979Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-21T23:19:32.979Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:19:32.979Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-21T23:19:32.979Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-21T23:19:32.979Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:19:32.979Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-21T23:19:33.200Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-10-21T23:19:34.027Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-10-21T23:19:34.472Z] ok github.com/docker/docker/opts 0.024s coverage: 66.9% of statements [2019-10-21T23:19:34.472Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-10-21T23:19:36.548Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-21T23:19:37.035Z] ok github.com/docker/docker/pkg/archive 0.518s coverage: 77.0% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/archive 10.654s coverage: 62.0% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/authorization 0.890s coverage: 26.8% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/broadcaster 0.041s coverage: 100.0% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/chrootarchive 0.291s coverage: 15.4% of statements [2019-10-21T23:19:37.095Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-21T23:19:37.095Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/directory 0.110s coverage: 80.0% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/discovery 0.239s coverage: 58.3% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/discovery/file 0.105s coverage: 92.9% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/discovery/kv 3.444s coverage: 84.1% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/discovery/memory 0.292s coverage: 92.3% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/discovery/nodes 0.174s coverage: 93.8% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/filenotify 0.143s coverage: 36.2% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/fileutils 0.209s coverage: 87.7% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/homedir 0.059s coverage: 42.9% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/idtools 0.117s coverage: 6.3% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/ioutils 0.717s coverage: 68.4% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/jsonmessage 0.231s coverage: 91.7% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/locker 0.124s coverage: 88.9% of statements [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/longpath 0.046s coverage: 100.0% of statements [2019-10-21T23:19:37.095Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/namesgenerator 0.038s coverage: 85.7% of statements [2019-10-21T23:19:37.095Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/parsers 0.085s coverage: 97.0% of statements [2019-10-21T23:19:37.095Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-10-21T23:19:37.095Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-10-21T23:19:37.095Z] ok github.com/docker/docker/pkg/pidfile 0.098s coverage: 82.6% of statements [2019-10-21T23:19:37.095Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-21T23:19:37.095Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-21T23:19:37.481Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-10-21T23:19:37.481Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-21T23:19:37.920Z] ok github.com/docker/docker/pkg/authorization 0.542s coverage: 68.3% of statements [2019-10-21T23:19:38.348Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-10-21T23:19:38.757Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-21T23:19:39.374Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-21T23:19:39.631Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-21T23:19:40.064Z] ok github.com/docker/docker/layer 7.111s coverage: 68.8% of statements [2019-10-21T23:19:40.064Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-21T23:19:40.064Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-21T23:19:40.064Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-21T23:19:40.064Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-21T23:19:40.064Z] ? github.com/docker/docker/oci [no test files] [2019-10-21T23:19:40.064Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-21T23:19:40.453Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2019-10-21T23:19:40.561Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-21T23:19:40.876Z] #39 ... [2019-10-21T23:19:40.876Z] [2019-10-21T23:19:40.876Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:19:40.876Z] #42 278.6 CC criu/pstree.o [2019-10-21T23:19:40.876Z] #42 280.7 CC criu/rbtree.o [2019-10-21T23:19:40.876Z] #42 281.2 CC criu/rst-malloc.o [2019-10-21T23:19:40.876Z] #42 281.8 CC criu/seccomp.o [2019-10-21T23:19:40.876Z] #42 283.0 CC criu/seize.o [2019-10-21T23:19:40.876Z] #42 284.5 CC criu/servicefd.o [2019-10-21T23:19:40.876Z] #42 285.2 CC criu/shmem.o [2019-10-21T23:19:40.876Z] #42 286.8 CC criu/sigframe.o [2019-10-21T23:19:40.876Z] #42 287.1 CC criu/signalfd.o [2019-10-21T23:19:40.876Z] #42 287.6 CC criu/sk-inet.o [2019-10-21T23:19:41.258Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-10-21T23:19:41.523Z] #42 289.4 CC criu/sk-netlink.o [2019-10-21T23:19:41.628Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2019-10-21T23:19:42.257Z] #42 290.4 CC criu/sk-packet.o [2019-10-21T23:19:42.475Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-10-21T23:19:43.406Z] --- PASS: TestUpdateRestartPolicy (13.34s) [2019-10-21T23:19:43.406Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-21T23:19:43.439Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-10-21T23:19:43.754Z] #42 291.8 CC criu/sk-queue.o [2019-10-21T23:19:43.865Z] ok github.com/docker/docker/pkg/chrootarchive 3.788s coverage: 43.2% of statements [2019-10-21T23:19:43.865Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-21T23:19:43.865Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-21T23:19:44.273Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2019-10-21T23:19:44.336Z] --- PASS: TestUpdateRestartWithAutoRemove (0.96s) [2019-10-21T23:19:44.336Z] === RUN TestWaitNonBlocked [2019-10-21T23:19:44.336Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:19:44.336Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:19:44.336Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:19:44.336Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:19:44.336Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:19:44.336Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:19:44.593Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-10-21T23:19:44.780Z] #42 292.7 CC criu/sk-tcp.o [2019-10-21T23:19:45.099Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2019-10-21T23:19:45.470Z] ok github.com/docker/docker/pkg/discovery/kv 3.107s coverage: 84.1% of statements [2019-10-21T23:19:45.470Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2019-10-21T23:19:45.523Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-10-21T23:19:45.523Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.19s) [2019-10-21T23:19:45.523Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.21s) [2019-10-21T23:19:45.523Z] === RUN TestWaitBlocked [2019-10-21T23:19:45.523Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T23:19:45.523Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T23:19:45.523Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T23:19:45.523Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T23:19:45.523Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T23:19:45.523Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T23:19:45.807Z] #42 293.6 CC criu/sk-unix.o [2019-10-21T23:19:46.288Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2019-10-21T23:19:46.680Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2019-10-21T23:19:46.891Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-21T23:19:46.891Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.28s) [2019-10-21T23:19:46.891Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.42s) [2019-10-21T23:19:46.891Z] === CONT TestContainerStartOnDaemonRestart [2019-10-21T23:19:46.891Z] === CONT TestIpcModeOlderClient [2019-10-21T23:19:47.060Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-10-21T23:19:47.060Z] ok github.com/docker/docker/pkg/fsutils 0.422s coverage: 85.1% of statements [2019-10-21T23:19:47.148Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-10-21T23:19:47.148Z] === CONT TestDaemonRestartIpcMode [2019-10-21T23:19:47.148Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-21T23:19:48.082Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-10-21T23:19:48.348Z] ok github.com/docker/docker/pkg/idtools 0.461s coverage: 70.1% of statements [2019-10-21T23:19:48.348Z] ok github.com/docker/docker/pkg/ioutils 0.394s coverage: 70.6% of statements [2019-10-21T23:19:49.012Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-21T23:19:49.288Z] ok github.com/docker/docker/pkg/locker 0.022s coverage: 88.9% of statements [2019-10-21T23:19:49.288Z] ok github.com/docker/docker/pkg/jsonmessage 0.018s coverage: 91.7% of statements [2019-10-21T23:19:49.562Z] #42 297.4 CC criu/sockets.o [2019-10-21T23:19:49.713Z] ok github.com/docker/docker/pkg/longpath 0.016s coverage: 100.0% of statements [2019-10-21T23:19:49.713Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-21T23:19:49.944Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-10-21T23:19:50.554Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2019-10-21T23:19:50.554Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2019-10-21T23:19:50.874Z] --- PASS: TestContainerStartOnDaemonRestart (4.03s) [2019-10-21T23:19:50.874Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-21T23:19:50.938Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-10-21T23:19:51.056Z] #42 299.1 CC criu/stats.o [2019-10-21T23:19:51.056Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.95s) [2019-10-21T23:19:51.056Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-21T23:19:51.056Z] PASS [2019-10-21T23:19:51.056Z] [2019-10-21T23:19:51.056Z] === Skipped [2019-10-21T23:19:51.056Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-21T23:19:51.056Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:19:51.056Z] [2019-10-21T23:19:51.056Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-21T23:19:51.056Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:19:51.056Z] [2019-10-21T23:19:51.056Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-21T23:19:51.056Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:19:51.056Z] [2019-10-21T23:19:51.056Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-21T23:19:51.056Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:19:51.056Z] [2019-10-21T23:19:51.056Z] [2019-10-21T23:19:51.056Z] DONE 17 tests, 4 skipped in 30.920s [2019-10-21T23:19:51.056Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-21T23:19:51.056Z] ++ 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-21T23:19:51.056Z] ++ set -e [2019-10-21T23:19:51.056Z] ++ '[' -n 0 ']' [2019-10-21T23:19:51.056Z] ++ set -x [2019-10-21T23:19:51.056Z] ++ env -i DEST=/go/src/github.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-21T23:19:51.056Z] INFO: Testing against a local daemon [2019-10-21T23:19:51.056Z] === RUN TestPluginInvalidJSON [2019-10-21T23:19:51.056Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:19:51.056Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:19:51.056Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:19:51.056Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-21T23:19:51.056Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-21T23:19:51.056Z] PASS [2019-10-21T23:19:51.056Z] [2019-10-21T23:19:51.056Z] DONE 2 tests in 0.170s [2019-10-21T23:19:51.057Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-21T23:19:51.057Z] ++ 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-21T23:19:51.057Z] ++ set -e [2019-10-21T23:19:51.057Z] ++ '[' -n 0 ']' [2019-10-21T23:19:51.057Z] ++ set -x [2019-10-21T23:19:51.057Z] ++ env -i DEST=/go/src/github.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-21T23:19:51.131Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-21T23:19:51.315Z] INFO: Testing against a local daemon [2019-10-21T23:19:51.315Z] === RUN TestExternalGraphDriver [2019-10-21T23:19:51.318Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 91.4% of statements [2019-10-21T23:19:51.573Z] === RUN TestExternalGraphDriver/json [2019-10-21T23:19:51.646Z] --- PASS: TestDaemonRestartIpcMode (4.49s) [2019-10-21T23:19:51.646Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-21T23:19:51.646Z] PASS [2019-10-21T23:19:51.646Z] [2019-10-21T23:19:51.646Z] === Skipped [2019-10-21T23:19:51.646Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-10-21T23:19:51.646Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T23:19:51.646Z] [2019-10-21T23:19:51.646Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-21T23:19:51.646Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:19:51.646Z] [2019-10-21T23:19:51.646Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-21T23:19:51.646Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:19:51.646Z] [2019-10-21T23:19:51.646Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-21T23:19:51.646Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T23:19:51.646Z] [2019-10-21T23:19:51.646Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-21T23:19:51.646Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T23:19:51.646Z] [2019-10-21T23:19:51.646Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-10-21T23:19:51.646Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:19:51.646Z] [2019-10-21T23:19:51.646Z] [2019-10-21T23:19:51.646Z] DONE 197 tests, 6 skipped in 155.472s [2019-10-21T23:19:51.646Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-10-21T23:19:51.646Z] ++ 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-21T23:19:51.646Z] ++ set -e [2019-10-21T23:19:51.646Z] ++ '[' -n 0 ']' [2019-10-21T23:19:51.646Z] ++ set -x [2019-10-21T23:19:51.646Z] ++ env -i DEST=/go/src/github.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-21T23:19:51.684Z] #42 299.7 CC criu/string.o [2019-10-21T23:19:51.729Z] ok github.com/docker/docker/pkg/mount 1.213s coverage: 70.0% of statements [2019-10-21T23:19:51.729Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-21T23:19:51.902Z] INFO: Testing against a local daemon [2019-10-21T23:19:51.903Z] === RUN TestCommitInheritsEnv [2019-10-21T23:19:51.903Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-10-21T23:19:51.974Z] #42 299.9 CC criu/sysctl.o [2019-10-21T23:19:52.138Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-10-21T23:19:52.138Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-21T23:19:52.138Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-21T23:19:52.466Z] --- PASS: TestCommitInheritsEnv (0.57s) [2019-10-21T23:19:52.466Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-21T23:19:52.466Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-21T23:19:52.466Z] === RUN TestImagesFilterMultiReference [2019-10-21T23:19:52.466Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2019-10-21T23:19:52.466Z] === RUN TestImagePullPlatformInvalid [2019-10-21T23:19:52.466Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-10-21T23:19:52.466Z] === RUN TestRemoveImageOrphaning [2019-10-21T23:19:52.967Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.037s coverage: 56.8% of statements [2019-10-21T23:19:53.030Z] --- PASS: TestRemoveImageOrphaning (0.57s) [2019-10-21T23:19:53.030Z] === RUN TestRemoveImageGarbageCollector [2019-10-21T23:19:53.499Z] #42 301.4 CC criu/sysfs_parse.o [2019-10-21T23:19:53.802Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-21T23:19:53.959Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-10-21T23:19:54.104Z] === RUN TestExternalGraphDriver/spec [2019-10-21T23:19:54.142Z] #42 302.2 CC criu/timerfd.o [2019-10-21T23:19:54.272Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-21T23:19:54.272Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2019-10-21T23:19:54.770Z] #42 302.9 CC criu/tty.o [2019-10-21T23:19:55.330Z] --- PASS: TestRemoveImageGarbageCollector (2.18s) [2019-10-21T23:19:55.330Z] remove_unix_test.go:40: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector" [2019-10-21T23:19:55.330Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-21T23:19:55.330Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2019-10-21T23:19:55.330Z] === RUN TestTagInvalidReference [2019-10-21T23:19:55.330Z] --- PASS: TestTagInvalidReference (0.02s) [2019-10-21T23:19:55.330Z] === RUN TestTagValidPrefixedRepo [2019-10-21T23:19:55.330Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-21T23:19:55.330Z] === RUN TestTagExistedNameWithoutForce [2019-10-21T23:19:55.330Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-10-21T23:19:55.330Z] === RUN TestTagOfficialNames [2019-10-21T23:19:55.330Z] --- PASS: TestTagOfficialNames (0.07s) [2019-10-21T23:19:55.330Z] === RUN TestTagMatchesDigest [2019-10-21T23:19:55.575Z] ok github.com/docker/docker/pkg/pubsub 1.037s coverage: 73.9% of statements [2019-10-21T23:19:55.587Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-10-21T23:19:55.587Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-21T23:19:56.396Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-10-21T23:19:56.637Z] === RUN TestExternalGraphDriver/pull [2019-10-21T23:19:57.483Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-10-21T23:19:57.483Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-21T23:19:58.264Z] #42 306.4 CC criu/tun.o [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/plugins 35.223s coverage: 73.4% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.091s coverage: 56.8% of statements [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/plugins/transport 0.160s coverage: 85.7% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/pools 0.049s coverage: 88.2% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/progress 0.030s coverage: 75.9% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/pubsub 1.092s coverage: 73.9% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/reexec 0.085s coverage: 82.4% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/signal 0.062s coverage: 20.3% of statements [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/stdcopy 0.061s coverage: 100.0% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/streamformatter 0.040s coverage: 66.2% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/stringid 0.069s coverage: 70.6% of statements [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/sysinfo 0.051s coverage: 38.2% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/system 0.115s coverage: 12.7% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/tailfile 0.135s coverage: 88.6% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/tarsum 0.168s coverage: 89.3% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/term 0.080s coverage: 30.8% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/term/windows 0.035s coverage: 0.0% of statements [no tests to run] [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/truncindex 0.172s coverage: 91.5% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/urlutil 0.060s coverage: 100.0% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/pkg/useragent 0.037s coverage: 88.9% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/plugin 0.264s coverage: 11.6% of statements [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/plugin/v2 0.170s coverage: 20.1% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/reference 0.171s coverage: 84.4% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/registry 0.429s coverage: 52.2% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/registry/resumable 0.275s coverage: 100.0% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/restartmanager 0.051s coverage: 50.9% of statements [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/rootless [no test files] [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/runconfig 0.123s coverage: 54.5% of statements [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/testutil 0.134s coverage: 62.5% of statements [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/volume [no test files] [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/volume/drivers 0.200s coverage: 36.1% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/volume/local 0.144s coverage: 37.7% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/volume/mounts 0.101s coverage: 66.2% of statements [2019-10-21T23:19:58.425Z] ok github.com/docker/docker/volume/service 0.501s coverage: 70.3% of statements [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-21T23:19:58.425Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-21T23:19:58.425Z] INFO: make.ps1 ended at 10/21/2019 23:19:58 [2019-10-21T23:19:59.166Z] --- PASS: TestExternalGraphDriver (7.43s) [2019-10-21T23:19:59.166Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-21T23:19:59.166Z] --- PASS: TestExternalGraphDriver/json (2.38s) [2019-10-21T23:19:59.166Z] --- PASS: TestExternalGraphDriver/spec (2.67s) [2019-10-21T23:19:59.166Z] --- PASS: TestExternalGraphDriver/pull (2.19s) [2019-10-21T23:19:59.166Z] === RUN TestGraphdriverPluginV2 [2019-10-21T23:19:59.166Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2019-10-21T23:19:59.166Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:19:59.166Z] PASS [2019-10-21T23:19:59.166Z] [2019-10-21T23:19:59.166Z] === Skipped [2019-10-21T23:19:59.166Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2019-10-21T23:19:59.166Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:19:59.166Z] [2019-10-21T23:19:59.166Z] [2019-10-21T23:19:59.166Z] DONE 5 tests, 1 skipped in 7.618s [2019-10-21T23:19:59.166Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-21T23:19:59.166Z] ++ 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-21T23:19:59.166Z] ++ set -e [2019-10-21T23:19:59.166Z] ++ '[' -n 0 ']' [2019-10-21T23:19:59.166Z] ++ set -x [2019-10-21T23:19:59.166Z] ++ env -i DEST=/go/src/github.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-21T23:19:59.166Z] INFO: Testing against a local daemon [2019-10-21T23:19:59.166Z] === RUN TestContinueAfterPluginCrash [2019-10-21T23:19:59.166Z] === PAUSE TestContinueAfterPluginCrash [2019-10-21T23:19:59.166Z] === RUN TestDaemonStartWithLogOpt [2019-10-21T23:19:59.166Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-21T23:19:59.166Z] === CONT TestContinueAfterPluginCrash [2019-10-21T23:19:59.166Z] === CONT TestDaemonStartWithLogOpt [2019-10-21T23:19:59.602Z] ok github.com/docker/docker/pkg/signal 2.577s coverage: 61.0% of statements [2019-10-21T23:19:59.602Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-10-21T23:19:59.753Z] #42 307.6 CC criu/uffd.o [2019-10-21T23:19:59.987Z] INFO: Unit tests ended at 10/21/2019 23:19:59. Duration:00:03:52.6312864 [2019-10-21T23:19:59.987Z] INFO: Building busybox [2019-10-21T23:20:00.447Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-21T23:20:00.447Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-21T23:20:00.447Z] [2019-10-21T23:20:00.447Z] Sending build context to Docker daemon 2.56kB [2019-10-21T23:20:00.447Z] [2019-10-21T23:20:00.447Z] Step 1/6 : FROM microsoft/windowsservercore [2019-10-21T23:20:00.447Z] ---> 739b21bd02e7 [2019-10-21T23:20:00.447Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-10-21T23:20:00.447Z] ---> Running in a3ae4895248c [2019-10-21T23:20:00.601Z] ok github.com/docker/docker/pkg/streamformatter 0.014s coverage: 66.2% of statements [2019-10-21T23:20:00.601Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-21T23:20:00.758Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-21T23:20:01.021Z] ok github.com/docker/docker/pkg/symlink 0.022s coverage: 87.7% of statements [2019-10-21T23:20:01.458Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-10-21T23:20:01.687Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-21T23:20:01.799Z] #42 309.8 CC criu/util.o [2019-10-21T23:20:02.334Z] ok github.com/docker/docker/pkg/system 0.025s coverage: 36.9% of statements [2019-10-21T23:20:02.618Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-21T23:20:02.731Z] ok github.com/docker/docker/pkg/tailfile 0.053s coverage: 88.6% of statements [2019-10-21T23:20:02.875Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-21T23:20:03.439Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-21T23:20:03.552Z] ok github.com/docker/docker/pkg/tarsum 0.037s coverage: 89.3% of statements [2019-10-21T23:20:03.696Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-21T23:20:03.696Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-21T23:20:03.696Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-10-21T23:20:03.945Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2019-10-21T23:20:04.333Z] testing: warning: no tests to run [2019-10-21T23:20:04.333Z] coverage: [no statements] [2019-10-21T23:20:04.333Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-10-21T23:20:04.506Z] #42 312.1 CC criu/uts_ns.o [2019-10-21T23:20:04.560Z] ......... [ 85%] [2019-10-21T23:20:04.720Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-21T23:20:04.720Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-10-21T23:20:04.798Z] #42 312.8 CC criu/vdso.o [2019-10-21T23:20:05.065Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-10-21T23:20:05.100Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2019-10-21T23:20:05.323Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-10-21T23:20:05.580Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-21T23:20:05.839Z] #42 314.0 LINK criu/built-in.o [2019-10-21T23:20:06.128Z] #42 314.2 LINK criu/criu [2019-10-21T23:20:06.145Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-10-21T23:20:06.251Z] Removing intermediate container a3ae4895248c [2019-10-21T23:20:06.251Z] ---> 3a0e37926d0d [2019-10-21T23:20:06.251Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-10-21T23:20:07.151Z] #42 315.0 DEP lib/c/criu.d [2019-10-21T23:20:07.151Z] #42 315.2 CC images/rpc.pb-c.o [2019-10-21T23:20:07.221Z] [2019-10-21T23:20:07.682Z] ---> 85590e2db751 [2019-10-21T23:20:07.682Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-10-21T23:20:07.682Z] ---> Running in ebb5fe971872 [2019-10-21T23:20:07.792Z] ok github.com/docker/docker/plugin 0.542s coverage: 27.1% of statements [2019-10-21T23:20:08.177Z] #42 316.2 CC lib/c/criu.o [2019-10-21T23:20:08.609Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-10-21T23:20:08.653Z] [2019-10-21T23:20:08.653Z] SUCCESS: Specified value was saved. [2019-10-21T23:20:09.145Z] --- PASS: TestDaemonStartWithLogOpt (10.18s) [2019-10-21T23:20:09.145Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-21T23:20:09.422Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 76.2% of statements [2019-10-21T23:20:10.218Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2019-10-21T23:20:10.246Z] #42 ... [2019-10-21T23:20:10.246Z] [2019-10-21T23:20:10.246Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T23:20:10.246Z] #39 403.4 + rm -rf /tmp/tmp.jwqy4x50iF/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.jwqy4x50iF [2019-10-21T23:20:10.246Z] #39 DONE 403.5s [2019-10-21T23:20:10.246Z] [2019-10-21T23:20:10.246Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:20:11.408Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-10-21T23:20:11.487Z] tests/integration/models_images_test.py ............... [ 89%] [2019-10-21T23:20:11.505Z] ok github.com/docker/docker/registry 0.164s coverage: 56.3% of statements [2019-10-21T23:20:11.566Z] Removing intermediate container ebb5fe971872 [2019-10-21T23:20:11.566Z] ---> 9278570fc663 [2019-10-21T23:20:11.566Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-10-21T23:20:11.566Z] ---> Running in 6e5b87023500 [2019-10-21T23:20:11.748Z] #60 ... [2019-10-21T23:20:11.748Z] [2019-10-21T23:20:11.748Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T23:20:11.748Z] #42 319.5 LINK lib/c/built-in.o [2019-10-21T23:20:11.748Z] #42 319.6 LINK lib/c/libcriu.so [2019-10-21T23:20:12.038Z] #42 320.1 GEN magic.py [2019-10-21T23:20:12.326Z] #42 320.4 Note: Building without setproctitle() and strlcpy() support. [2019-10-21T23:20:12.326Z] #42 320.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-21T23:20:12.338Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-10-21T23:20:12.465Z] ok github.com/docker/docker/registry/resumable 0.019s coverage: 100.0% of statements [2019-10-21T23:20:12.900Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2019-10-21T23:20:12.902Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-10-21T23:20:13.111Z] tests/integration/models_networks_test.py .... [ 90%] [2019-10-21T23:20:13.467Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-10-21T23:20:13.467Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-21T23:20:13.469Z] #42 321.2 fatal: Not a git repository (or any of the parent directories): .git [2019-10-21T23:20:13.956Z] ok github.com/docker/docker/runconfig 0.008s coverage: 68.2% of statements [2019-10-21T23:20:14.359Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-21T23:20:14.470Z] --- PASS: TestContinueAfterPluginCrash (15.09s) [2019-10-21T23:20:14.470Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-21T23:20:14.470Z] PASS [2019-10-21T23:20:14.470Z] [2019-10-21T23:20:14.470Z] DONE 2 tests in 15.273s [2019-10-21T23:20:14.470Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-21T23:20:14.470Z] ++ 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-21T23:20:14.470Z] ++ set -e [2019-10-21T23:20:14.470Z] ++ '[' -n 0 ']' [2019-10-21T23:20:14.470Z] ++ set -x [2019-10-21T23:20:14.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=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-21T23:20:14.470Z] INFO: Testing against a local daemon [2019-10-21T23:20:14.470Z] === RUN TestPluginWithDevMounts [2019-10-21T23:20:14.470Z] === PAUSE TestPluginWithDevMounts [2019-10-21T23:20:14.470Z] === CONT TestPluginWithDevMounts [2019-10-21T23:20:14.838Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-21T23:20:14.968Z] #42 322.8 make[1]: Nothing to be done for 'all'. [2019-10-21T23:20:15.998Z] #42 324.1 make[1]: 'images/built-in.o' is up to date. [2019-10-21T23:20:16.292Z] #42 324.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-21T23:20:16.292Z] #42 324.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-21T23:20:16.292Z] #42 324.3 make[1]: 'compel/libcompel.a' is up to date. [2019-10-21T23:20:16.292Z] #42 324.4 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-21T23:20:16.292Z] #42 324.4 make[1]: Nothing to be done for 'all'. [2019-10-21T23:20:16.292Z] #42 324.5 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-21T23:20:16.584Z] #42 324.8 make[2]: Nothing to be done for 'all'. [2019-10-21T23:20:16.875Z] #42 324.9 make[2]: Nothing to be done for 'all'. [2019-10-21T23:20:16.875Z] #42 325.0 make[2]: Nothing to be done for 'all'. [2019-10-21T23:20:17.001Z] --- PASS: TestPluginWithDevMounts (2.25s) [2019-10-21T23:20:17.001Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-21T23:20:17.001Z] PASS [2019-10-21T23:20:17.001Z] [2019-10-21T23:20:17.001Z] DONE 1 tests in 2.401s [2019-10-21T23:20:17.001Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-21T23:20:17.001Z] ++ 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-21T23:20:17.001Z] ++ set -e [2019-10-21T23:20:17.001Z] ++ '[' -n 0 ']' [2019-10-21T23:20:17.001Z] ++ set -x [2019-10-21T23:20:17.001Z] ++ env -i DEST=/go/src/github.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-21T23:20:17.001Z] INFO: Testing against a local daemon [2019-10-21T23:20:17.001Z] === RUN TestSecretInspect [2019-10-21T23:20:17.164Z] #42 325.2 make[2]: Nothing to be done for 'all'. [2019-10-21T23:20:17.164Z] #42 325.4 make[2]: Nothing to be done for 'all'. [2019-10-21T23:20:17.357Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-10-21T23:20:17.455Z] #42 325.4 make[2]: Nothing to be done for 'all'. [2019-10-21T23:20:17.455Z] #42 325.5 make[2]: Nothing to be done for 'all'. [2019-10-21T23:20:17.574Z] Cannot create a file when that file already exists. [2019-10-21T23:20:17.708Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2019-10-21T23:20:17.743Z] #42 325.7 make[2]: Nothing to be done for 'all'. [2019-10-21T23:20:17.743Z] #42 325.7 INSTALL criu/criu [2019-10-21T23:20:17.743Z] #42 DONE 325.9s [2019-10-21T23:20:17.743Z] [2019-10-21T23:20:17.743Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:20:17.920Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-10-21T23:20:18.736Z] ok github.com/docker/docker/volume/local 0.042s coverage: 73.0% of statements [2019-10-21T23:20:19.289Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-21T23:20:19.625Z] ok github.com/docker/docker/volume/mounts 0.024s coverage: 67.0% of statements [2019-10-21T23:20:19.728Z] tests/integration/models_nodes_test.py . [ 91%] [2019-10-21T23:20:20.283Z] --- PASS: TestSecretInspect (3.20s) [2019-10-21T23:20:20.283Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-21T23:20:20.283Z] === RUN TestSecretList [2019-10-21T23:20:20.290Z] tests/integration/models_resources_test.py . [ 91%] [2019-10-21T23:20:20.655Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-21T23:20:20.917Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2019-10-21T23:20:21.218Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-21T23:20:21.219Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-10-21T23:20:21.781Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-21T23:20:22.345Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-21T23:20:22.909Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-21T23:20:23.374Z] Removing intermediate container 6e5b87023500 [2019-10-21T23:20:23.374Z] ---> 6266c03d95e0 [2019-10-21T23:20:23.374Z] Step 6/6 : CMD ["sh"] [2019-10-21T23:20:23.374Z] ---> Running in 3ab9cf316a8d [2019-10-21T23:20:23.566Z] --- PASS: TestSecretList (3.15s) [2019-10-21T23:20:23.566Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-21T23:20:23.566Z] === RUN TestSecretsCreateAndDelete [2019-10-21T23:20:23.835Z] Removing intermediate container 3ab9cf316a8d [2019-10-21T23:20:23.835Z] ---> 822fe58b339c [2019-10-21T23:20:23.835Z] Successfully built 822fe58b339c [2019-10-21T23:20:23.835Z] Successfully tagged busybox:latest [2019-10-21T23:20:23.835Z] INFO: Docker images of the daemon under test [2019-10-21T23:20:23.835Z] [2019-10-21T23:20:23.835Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-21T23:20:23.835Z] busybox latest 822fe58b339c Less than a second ago 4.83GB [2019-10-21T23:20:23.835Z] microsoft/windowsservercore latest 739b21bd02e7 13 days ago 4.79GB [2019-10-21T23:20:23.835Z] mcr.microsoft.com/windows/servercore ltsc2019 739b21bd02e7 13 days ago 4.79GB [2019-10-21T23:20:23.835Z] [2019-10-21T23:20:23.835Z] INFO: Running integration tests at 10/21/2019 23:20:23... [2019-10-21T23:20:23.835Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-10-21T23:20:23.835Z] INFO: Integration API tests being run from the host: [2019-10-21T23:20:23.835Z] INFO: make.ps1 starting at 10/21/2019 23:20:23 [2019-10-21T23:20:23.840Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-10-21T23:20:24.805Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-10-21T23:20:26.357Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-10-21T23:20:26.852Z] --- PASS: TestSecretsCreateAndDelete (3.18s) [2019-10-21T23:20:26.852Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-21T23:20:26.852Z] === RUN TestSecretsUpdate [2019-10-21T23:20:27.180Z] ok github.com/docker/docker/pkg/plugins 33.621s coverage: 76.6% of statements [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/rootless [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/volume [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-21T23:20:27.180Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === Skipped [2019-10-21T23:20:27.180Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-21T23:20:27.180Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-21T23:20:27.180Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:20:27.180Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:20:27.180Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:20:27.180Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:20:27.180Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:20:27.180Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:73: No driver to put! [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-21T23:20:27.180Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-21T23:20:27.180Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-21T23:20:27.180Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:20:27.180Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:20:27.180Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:20:27.180Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:20:27.180Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:20:27.180Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-21T23:20:27.180Z] graphtest_unix.go:73: No driver to put! [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-21T23:20:27.180Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-21T23:20:27.180Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] [2019-10-21T23:20:27.180Z] DONE 2115 tests, 20 skipped in 230.479s Post stage [Pipeline] junit [2019-10-21T23:20:27.684Z] Recording test results [2019-10-21T23:20:29.093Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-10-21T23:20:29.350Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [Pipeline] } [2019-10-21T23:20:29.381Z] --- PASS: TestSecretsUpdate (3.16s) [2019-10-21T23:20:29.381Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-21T23:20:29.381Z] === RUN TestTemplatedSecret [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-21T23:20:30.175Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40089/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -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:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 hack/make.sh dynbinary test-integration [2019-10-21T23:20:30.562Z] [2019-10-21T23:20:30.562Z] Removing bundles/ [2019-10-21T23:20:30.562Z] [2019-10-21T23:20:30.562Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-21T23:20:30.562Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T23:20:30.562Z] GOOS="" GOARCH="" GOARM="" [2019-10-21T23:20:30.765Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-10-21T23:20:30.765Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-10-21T23:20:33.567Z] --- PASS: TestTemplatedSecret (3.49s) [2019-10-21T23:20:33.567Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-21T23:20:33.567Z] === RUN TestSecretCreateResolve [2019-10-21T23:20:35.896Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-21T23:20:36.089Z] tests/integration/regression_test.py ...... [ 98%] [2019-10-21T23:20:36.098Z] --- PASS: TestSecretCreateResolve (3.15s) [2019-10-21T23:20:36.098Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-21T23:20:36.098Z] PASS [2019-10-21T23:20:36.098Z] [2019-10-21T23:20:36.098Z] DONE 6 tests in 19.502s [2019-10-21T23:20:36.098Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2019-10-21T23:20:36.098Z] ++ 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-21T23:20:36.098Z] ++ set -e [2019-10-21T23:20:36.098Z] ++ '[' -n 0 ']' [2019-10-21T23:20:36.098Z] ++ set -x [2019-10-21T23:20:36.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=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-21T23:20:36.345Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-10-21T23:20:36.345Z] tests/integration/credentials/utils_test.py . [100%] [2019-10-21T23:20:36.345Z] [2019-10-21T23:20:36.345Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-10-21T23:20:36.345Z] =========================== short test summary info ============================ [2019-10-21T23:20:36.345Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-10-21T23:20:36.345Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-10-21T23:20:36.345Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-10-21T23:20:36.345Z] Not supported on most drivers [2019-10-21T23:20:36.345Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-10-21T23:20:36.345Z] This doesn't seem to be taken into account by the engine [2019-10-21T23:20:36.345Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2019-10-21T23:20:36.345Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2019-10-21T23:20:36.345Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-10-21T23:20:36.345Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-10-21T23:20:36.345Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-10-21T23:20:36.345Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-10-21T23:20:36.345Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-10-21T23:20:36.345Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 388.50 seconds == [2019-10-21T23:20:36.356Z] INFO: Testing against a local daemon [2019-10-21T23:20:36.356Z] === RUN TestServiceCreateInit [2019-10-21T23:20:36.356Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-21T23:20:36.604Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-10-21T23:20:39.173Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-21T23:20:39.737Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-21T23:20:39.995Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-10-21T23:20:40.570Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-21T23:20:41.623Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-21T23:20:43.848Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-10-21T23:20:45.216Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-21T23:20:45.956Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-10-21T23:20:45.956Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-10-21T23:20:46.148Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-10-21T23:20:46.711Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-10-21T23:20:46.890Z] --- PASS: TestServiceCreateInit (10.39s) [2019-10-21T23:20:46.890Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.20s) [2019-10-21T23:20:46.890Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-21T23:20:46.890Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.15s) [2019-10-21T23:20:46.890Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-21T23:20:46.890Z] === RUN TestCreateServiceMultipleTimes [2019-10-21T23:20:47.275Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-10-21T23:20:47.839Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-10-21T23:20:48.777Z] Clearing AppArmor profiles cache:. [2019-10-21T23:20:48.777Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T23:20:48.777Z] Unloading profiles will leave already running processes permanently [2019-10-21T23:20:48.777Z] unconfined, which can lead to unexpected situations. [2019-10-21T23:20:48.777Z] [2019-10-21T23:20:48.777Z] To set a process to complain mode, use the command line tool [2019-10-21T23:20:48.777Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T23:20:48.777Z] with the 'teardown' option." [2019-10-21T23:20:48.777Z] Post stage [Pipeline] junit [2019-10-21T23:20:49.350Z] Recording test results [Pipeline] sh [2019-10-21T23:20:49.709Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-10-21T23:20:49.733Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-10-21T23:20:49.733Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-10-21T23:20:49.739Z] + echo Ensuring container killed. [2019-10-21T23:20:49.739Z] Ensuring container killed. [2019-10-21T23:20:49.739Z] + docker rm -vf docker-pr15 [2019-10-21T23:20:49.739Z] Error: No such container: docker-pr15 [2019-10-21T23:20:49.739Z] + true [Pipeline] sh [2019-10-21T23:20:50.020Z] + echo Chowning /workspace to jenkins user [2019-10-21T23:20:50.020Z] Chowning /workspace to jenkins user [2019-10-21T23:20:50.020Z] + id -u [2019-10-21T23:20:50.020Z] + id -g [2019-10-21T23:20:50.020Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40089:/workspace busybox chown -R 1000:1000 /workspace [2019-10-21T23:20:50.663Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-21T23:20:51.593Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-10-21T23:20:51.893Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-21T23:20:52.210Z] + bundleName=docker-py [2019-10-21T23:20:52.210Z] + echo Creating docker-py-bundles.tar.gz [2019-10-21T23:20:52.210Z] Creating docker-py-bundles.tar.gz [2019-10-21T23:20:52.210Z] + 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-21T23:20:52.221Z] Archiving artifacts [2019-10-21T23:20:52.480Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40089/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-10-21T23:20:52.826Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40089/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -e DOCKER_GRAPHDRIVER docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 hack/make.sh binary-daemon [2019-10-21T23:20:52.961Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-21T23:20:52.961Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-21T23:20:52.961Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-21T23:20:52.961Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-21T23:20:52.961Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-21T23:20:53.391Z] [2019-10-21T23:20:53.658Z] Removing bundles/ [2019-10-21T23:20:53.658Z] [2019-10-21T23:20:53.658Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-10-21T23:20:53.658Z] Building: bundles/binary-daemon/dockerd-dev [2019-10-21T23:20:53.658Z] GOOS="" GOARCH="" GOARM="" [2019-10-21T23:20:53.893Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-10-21T23:20:54.081Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-21T23:20:55.053Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-21T23:20:55.514Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-21T23:20:56.485Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-21T23:20:57.045Z] #51 ... [2019-10-21T23:20:57.045Z] [2019-10-21T23:20:57.045Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:20:57.045Z] #60 391.4 + bin/containerd [2019-10-21T23:20:57.045Z] #60 ... [2019-10-21T23:20:57.045Z] [2019-10-21T23:20:57.045Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:20:57.045Z] #51 DONE 447.2s [2019-10-21T23:20:57.045Z] [2019-10-21T23:20:57.045Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:20:57.457Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-21T23:20:58.068Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-10-21T23:20:58.997Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-21T23:20:59.642Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-21T23:20:59.928Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-10-21T23:21:01.822Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-21T23:21:02.385Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-10-21T23:21:03.393Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-21T23:21:03.902Z] #60 ... [2019-10-21T23:21:03.902Z] [2019-10-21T23:21:03.902Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:21:03.902Z] #23 456.7 + return [2019-10-21T23:21:03.902Z] #23 DONE 456.9s [2019-10-21T23:21:03.902Z] [2019-10-21T23:21:03.902Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:21:05.658Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-21T23:21:06.587Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-10-21T23:21:06.608Z] #60 ... [2019-10-21T23:21:06.608Z] [2019-10-21T23:21:06.608Z] #24 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-21T23:21:06.608Z] #24 DONE 0.1s [2019-10-21T23:21:06.608Z] [2019-10-21T23:21:06.608Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:21:06.608Z] #60 ... [2019-10-21T23:21:06.608Z] [2019-10-21T23:21:06.608Z] #28 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-21T23:21:06.895Z] #28 DONE 0.4s [2019-10-21T23:21:06.895Z] [2019-10-21T23:21:06.895Z] #30 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-21T23:21:06.895Z] #30 DONE 0.1s [2019-10-21T23:21:06.895Z] [2019-10-21T23:21:06.895Z] #33 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-21T23:21:06.895Z] #33 DONE 0.1s [2019-10-21T23:21:06.895Z] [2019-10-21T23:21:06.895Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:21:07.183Z] #60 ... [2019-10-21T23:21:07.183Z] [2019-10-21T23:21:07.183Z] #38 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-21T23:21:07.183Z] #38 DONE 0.1s [2019-10-21T23:21:07.183Z] [2019-10-21T23:21:07.183Z] #40 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-21T23:21:07.183Z] #40 DONE 0.1s [2019-10-21T23:21:07.183Z] [2019-10-21T23:21:07.183Z] #43 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-21T23:21:07.183Z] #43 DONE 0.1s [2019-10-21T23:21:07.183Z] [2019-10-21T23:21:07.183Z] #46 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-21T23:21:07.477Z] #46 DONE 0.1s [2019-10-21T23:21:07.477Z] [2019-10-21T23:21:07.477Z] #49 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-21T23:21:07.477Z] #49 DONE 0.1s [2019-10-21T23:21:07.477Z] [2019-10-21T23:21:07.477Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:21:07.477Z] #60 ... [2019-10-21T23:21:07.477Z] [2019-10-21T23:21:07.477Z] #52 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-21T23:21:07.477Z] #52 DONE 0.1s [2019-10-21T23:21:07.477Z] [2019-10-21T23:21:07.477Z] #56 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-21T23:21:07.763Z] #56 DONE 0.1s [2019-10-21T23:21:07.763Z] [2019-10-21T23:21:07.763Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T23:21:09.859Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-21T23:21:10.422Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-10-21T23:21:10.422Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-21T23:21:10.489Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-21T23:21:12.744Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-10-21T23:21:13.428Z] --- PASS: TestCreateServiceMultipleTimes (25.59s) [2019-10-21T23:21:13.428Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-21T23:21:13.428Z] === RUN TestCreateServiceConflict [2019-10-21T23:21:14.949Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-10-21T23:21:15.329Z] --- PASS: TestCreateServiceConflict (3.17s) [2019-10-21T23:21:15.329Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-21T23:21:15.329Z] === RUN TestCreateServiceMaxReplicas [2019-10-21T23:21:15.736Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-10-21T23:21:17.628Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-10-21T23:21:17.863Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-10-21T23:21:18.558Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-21T23:21:18.814Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-10-21T23:21:19.516Z] --- PASS: TestCreateServiceMaxReplicas (3.63s) [2019-10-21T23:21:19.516Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-21T23:21:19.516Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-21T23:21:20.056Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-10-21T23:21:20.181Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-10-21T23:21:22.971Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-10-21T23:21:24.357Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-10-21T23:21:25.153Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-10-21T23:21:25.153Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:21:25.153Z] INFO: Testing against a local daemon [2019-10-21T23:21:25.153Z] === RUN TestBuildWithSession [2019-10-21T23:21:25.153Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-21T23:21:25.153Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T23:21:25.153Z] === RUN TestBuildSquashParent [2019-10-21T23:21:25.153Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-10-21T23:21:25.153Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:21:25.153Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-21T23:21:25.153Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-10-21T23:21:25.153Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T23:21:25.153Z] === RUN TestBuildMultiStageCopy [2019-10-21T23:21:25.153Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-21T23:21:26.879Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-21T23:21:27.443Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-21T23:21:29.337Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-21T23:21:33.511Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-10-21T23:21:33.747Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-21T23:21:34.075Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-21T23:21:34.718Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-21T23:21:35.006Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-21T23:21:35.006Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-21T23:21:35.692Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-21T23:21:36.664Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-21T23:21:36.899Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-21T23:21:37.590Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.86s) [2019-10-21T23:21:37.590Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-21T23:21:37.590Z] === RUN TestCreateServiceSecretFileMode [2019-10-21T23:21:38.156Z] --- PASS: TestCreateServiceSecretFileMode (3.16s) [2019-10-21T23:21:38.156Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-21T23:21:38.156Z] === RUN TestCreateServiceConfigFileMode [2019-10-21T23:21:38.206Z] --- PASS: TestBuildMultiStageCopy (13.20s) [2019-10-21T23:21:38.206Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.86s) [2019-10-21T23:21:38.206Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.80s) [2019-10-21T23:21:38.206Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.05s) [2019-10-21T23:21:38.206Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.17s) [2019-10-21T23:21:38.206Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.32s) [2019-10-21T23:21:38.206Z] === RUN TestBuildMultiStageParentConfig [2019-10-21T23:21:38.206Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2019-10-21T23:21:38.206Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T23:21:38.206Z] === RUN TestBuildLabelWithTargets [2019-10-21T23:21:38.206Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-10-21T23:21:38.206Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T23:21:38.206Z] === RUN TestBuildWithEmptyLayers [2019-10-21T23:21:38.271Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-21T23:21:39.177Z] --- PASS: TestBuildWithEmptyLayers (1.10s) [2019-10-21T23:21:39.177Z] === RUN TestBuildMultiStageOnBuild [2019-10-21T23:21:39.177Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-10-21T23:21:39.177Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T23:21:39.177Z] === RUN TestBuildUncleanTarFilenames [2019-10-21T23:21:39.177Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-10-21T23:21:39.177Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T23:21:39.177Z] === RUN TestBuildMultiStageLayerLeak [2019-10-21T23:21:39.177Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s) [2019-10-21T23:21:39.177Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T23:21:39.177Z] === RUN TestBuildWithHugeFile [2019-10-21T23:21:39.177Z] --- SKIP: TestBuildWithHugeFile (0.01s) [2019-10-21T23:21:39.177Z] build_test.go:491: testEnv.OSType == "windows" [2019-10-21T23:21:39.177Z] === RUN TestBuildWithEmptyDockerfile [2019-10-21T23:21:39.177Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:21:39.177Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:21:39.177Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:21:39.177Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:21:39.177Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:21:39.177Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:21:39.638Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:21:39.638Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:21:39.638Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:21:39.638Z] --- PASS: TestBuildWithEmptyDockerfile (0.40s) [2019-10-21T23:21:39.638Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2019-10-21T23:21:39.638Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2019-10-21T23:21:39.638Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-10-21T23:21:39.638Z] === RUN TestBuildPreserveOwnership [2019-10-21T23:21:39.638Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-10-21T23:21:39.638Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T23:21:39.638Z] === RUN TestBuildPlatformInvalid [2019-10-21T23:21:39.638Z] --- PASS: TestBuildPlatformInvalid (0.04s) [2019-10-21T23:21:39.638Z] PASS [2019-10-21T23:21:39.638Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-10-21T23:21:39.638Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:21:39.638Z] INFO: Testing against a local daemon [2019-10-21T23:21:39.638Z] === RUN TestConfigList [2019-10-21T23:21:39.638Z] --- SKIP: TestConfigList (0.00s) [2019-10-21T23:21:39.638Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:21:39.638Z] === RUN TestConfigsCreateAndDelete [2019-10-21T23:21:39.638Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-10-21T23:21:39.638Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:21:39.638Z] === RUN TestConfigsUpdate [2019-10-21T23:21:39.638Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-10-21T23:21:39.638Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:21:39.638Z] === RUN TestTemplatedConfig [2019-10-21T23:21:39.638Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-10-21T23:21:39.638Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:21:39.638Z] === RUN TestConfigInspect [2019-10-21T23:21:39.638Z] --- SKIP: TestConfigInspect (0.00s) [2019-10-21T23:21:39.638Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:21:39.638Z] === RUN TestConfigCreateWithLabels [2019-10-21T23:21:39.638Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-10-21T23:21:39.638Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:21:39.638Z] === RUN TestConfigCreateResolve [2019-10-21T23:21:39.638Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-10-21T23:21:39.638Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:21:39.638Z] === RUN TestConfigDaemonLibtrustID [2019-10-21T23:21:39.638Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-10-21T23:21:39.638Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:21:39.638Z] PASS [2019-10-21T23:21:39.638Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-10-21T23:21:39.638Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-21T23:21:40.099Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:21:40.099Z] INFO: Testing against a local daemon [2019-10-21T23:21:40.099Z] === RUN TestCheckpoint [2019-10-21T23:21:40.099Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-21T23:21:40.099Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T23:21:40.099Z] === RUN TestContainerInvalidJSON [2019-10-21T23:21:40.099Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:21:40.099Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:21:40.099Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:21:40.099Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:21:40.099Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:21:40.099Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:21:40.099Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:21:40.099Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:21:40.099Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:21:40.099Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-10-21T23:21:40.099Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-21T23:21:40.099Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-10-21T23:21:40.099Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-10-21T23:21:40.099Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-21T23:21:40.099Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.02s) [2019-10-21T23:21:40.099Z] copy_test.go:25: testEnv.OSType == "windows" [2019-10-21T23:21:40.099Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-21T23:21:40.099Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-10-21T23:21:40.099Z] copy_test.go:39: testEnv.OSType == "windows" [2019-10-21T23:21:40.099Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-21T23:21:40.099Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-10-21T23:21:40.099Z] copy_test.go:51: testEnv.OSType == "windows" [2019-10-21T23:21:40.099Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-21T23:21:40.099Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2019-10-21T23:21:40.099Z] copy_test.go:65: testEnv.OSType == "windows" [2019-10-21T23:21:40.099Z] === RUN TestCopyFromContainer [2019-10-21T23:21:40.099Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-10-21T23:21:40.099Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:21:40.099Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-21T23:21:40.099Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:21:40.099Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:21:40.099Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:21:40.099Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:21:40.099Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:21:40.099Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:21:40.099Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:21:40.099Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:21:40.099Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:21:40.099Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-21T23:21:40.099Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-21T23:21:40.099Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-21T23:21:40.099Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-21T23:21:40.099Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-21T23:21:40.099Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-10-21T23:21:40.099Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-10-21T23:21:40.099Z] === RUN TestCreateWithInvalidEnv [2019-10-21T23:21:40.099Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-21T23:21:40.099Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-21T23:21:40.099Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-21T23:21:40.099Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-21T23:21:40.099Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-21T23:21:40.099Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-21T23:21:40.099Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-21T23:21:40.099Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-21T23:21:40.099Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-21T23:21:40.099Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-21T23:21:40.099Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-21T23:21:40.099Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-10-21T23:21:40.099Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-10-21T23:21:40.099Z] === RUN TestCreateTmpfsMountsTarget [2019-10-21T23:21:40.099Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-10-21T23:21:40.099Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:21:40.099Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-21T23:21:40.099Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-10-21T23:21:40.099Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:21:40.099Z] === RUN TestCreateWithCapabilities [2019-10-21T23:21:40.099Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-10-21T23:21:40.099Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-10-21T23:21:40.099Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-21T23:21:40.099Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-10-21T23:21:40.099Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:21:40.099Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-21T23:21:40.099Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:21:40.099Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:21:40.099Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:21:40.099Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:21:40.099Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:21:40.099Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:21:40.099Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:21:40.099Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:21:40.099Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:21:40.099Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:21:40.099Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:21:40.099Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:21:40.099Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:21:40.099Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:21:40.099Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:21:40.099Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-10-21T23:21:40.099Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-21T23:21:40.099Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-21T23:21:40.099Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-21T23:21:40.099Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-21T23:21:40.099Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-21T23:21:40.099Z] === RUN TestDiff [2019-10-21T23:21:40.099Z] --- SKIP: TestDiff (0.00s) [2019-10-21T23:21:40.099Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-10-21T23:21:40.099Z] === RUN TestExecWithCloseStdin [2019-10-21T23:21:41.081Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T23:21:41.081Z] [2019-10-21T23:21:41.081Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-21T23:21:41.081Z] PKG_CONFIG=pkg-config [2019-10-21T23:21:41.081Z] GOLANG_VERSION=1.13.3 [2019-10-21T23:21:41.081Z] HOSTNAME=6ad5d66ec112 [2019-10-21T23:21:41.081Z] DOCKER_EXPERIMENTAL=1 [2019-10-21T23:21:41.081Z] container=docker [2019-10-21T23:21:41.081Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-21T23:21:41.081Z] GO111MODULE=off [2019-10-21T23:21:41.081Z] GOPATH=/go [2019-10-21T23:21:41.081Z] PWD=/go/src/github.com/docker/docker [2019-10-21T23:21:41.081Z] HOME=/root [2019-10-21T23:21:41.081Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-21T23:21:41.081Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-21T23:21:41.081Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-21T23:21:41.081Z] DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:21:41.081Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-21T23:21:41.081Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-21T23:21:41.081Z] TERM=xterm [2019-10-21T23:21:41.081Z] VALIDATE_BRANCH=master [2019-10-21T23:21:41.081Z] DEST=bundles/test-integration [2019-10-21T23:21:41.081Z] SHLVL=1 [2019-10-21T23:21:41.081Z] TIMEOUT=120m [2019-10-21T23:21:41.081Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-21T23:21:41.081Z] DOCKER_PKG=github.com/docker/docker [2019-10-21T23:21:41.081Z] TESTDEBUG=0 [2019-10-21T23:21:41.081Z] _=/usr/bin/env [2019-10-21T23:21:41.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-21T23:21:41.442Z] --- PASS: TestCreateServiceConfigFileMode (3.22s) [2019-10-21T23:21:41.442Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-21T23:21:41.442Z] === RUN TestCreateServiceSysctls [2019-10-21T23:21:42.288Z] --- PASS: TestExecWithCloseStdin (2.14s) [2019-10-21T23:21:42.288Z] === RUN TestExec [2019-10-21T23:21:42.288Z] --- SKIP: TestExec (0.00s) [2019-10-21T23:21:42.288Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-21T23:21:42.288Z] === RUN TestExecUser [2019-10-21T23:21:42.288Z] --- SKIP: TestExecUser (0.00s) [2019-10-21T23:21:42.288Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-21T23:21:42.288Z] === RUN TestExportContainerAndImportImage [2019-10-21T23:21:42.288Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-10-21T23:21:42.288Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:21:42.288Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-21T23:21:42.288Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-10-21T23:21:42.288Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:21:42.288Z] === RUN TestHealthCheckWorkdir [2019-10-21T23:21:42.288Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-10-21T23:21:42.288Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-21T23:21:42.288Z] === RUN TestHealthKillContainer [2019-10-21T23:21:42.288Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-10-21T23:21:42.288Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-10-21T23:21:42.288Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-21T23:21:42.288Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-10-21T23:21:42.288Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-10-21T23:21:42.288Z] === RUN TestKillContainerInvalidSignal [2019-10-21T23:21:43.812Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-21T23:21:43.832Z] --- PASS: TestKillContainerInvalidSignal (1.64s) [2019-10-21T23:21:43.832Z] === RUN TestKillContainer [2019-10-21T23:21:43.832Z] --- SKIP: TestKillContainer (0.00s) [2019-10-21T23:21:43.832Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-10-21T23:21:43.832Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-21T23:21:43.832Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-10-21T23:21:43.832Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-21T23:21:43.832Z] === RUN TestKillStoppedContainer [2019-10-21T23:21:43.832Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-10-21T23:21:43.832Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-21T23:21:43.832Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-21T23:21:43.832Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-10-21T23:21:43.832Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-21T23:21:43.832Z] === RUN TestKillDifferentUserContainer [2019-10-21T23:21:43.832Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-10-21T23:21:43.832Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-10-21T23:21:43.832Z] === RUN TestInspectOomKilledTrue [2019-10-21T23:21:43.832Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-21T23:21:43.832Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:21:43.832Z] === RUN TestInspectOomKilledFalse [2019-10-21T23:21:43.832Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-21T23:21:43.832Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:21:43.832Z] === RUN TestLogsFollowTailEmpty [2019-10-21T23:21:45.374Z] --- PASS: TestLogsFollowTailEmpty (1.59s) [2019-10-21T23:21:45.374Z] === RUN TestNetworkNat [2019-10-21T23:21:45.374Z] --- SKIP: TestNetworkNat (0.00s) [2019-10-21T23:21:45.374Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-10-21T23:21:45.374Z] === RUN TestNetworkLocalhostTCPNat [2019-10-21T23:21:45.374Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-10-21T23:21:45.374Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T23:21:45.374Z] === RUN TestNetworkLoopbackNat [2019-10-21T23:21:45.374Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-10-21T23:21:45.374Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-10-21T23:21:45.374Z] === RUN TestPause [2019-10-21T23:21:45.374Z] --- SKIP: TestPause (0.00s) [2019-10-21T23:21:45.374Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-10-21T23:21:45.374Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-21T23:21:45.628Z] --- PASS: TestCreateServiceSysctls (4.42s) [2019-10-21T23:21:45.628Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-21T23:21:45.628Z] === RUN TestCreateServiceCapabilities [2019-10-21T23:21:47.111Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-10-21T23:21:47.253Z] #60 441.5 + bin/containerd-stress [2019-10-21T23:21:47.253Z] #60 445.3 + bin/containerd-shim [2019-10-21T23:21:47.558Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.76s) [2019-10-21T23:21:47.558Z] === RUN TestPauseStopPausedContainer [2019-10-21T23:21:47.558Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-10-21T23:21:47.558Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:21:47.558Z] === RUN TestPsFilter [2019-10-21T23:21:47.558Z] --- PASS: TestPsFilter (0.14s) [2019-10-21T23:21:47.558Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-21T23:21:49.005Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-10-21T23:21:49.742Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.91s) [2019-10-21T23:21:49.742Z] === RUN TestRemoveContainerWithVolume [2019-10-21T23:21:49.816Z] --- PASS: TestCreateServiceCapabilities (3.42s) [2019-10-21T23:21:49.816Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-21T23:21:49.816Z] === RUN TestInspect [2019-10-21T23:21:51.284Z] --- PASS: TestRemoveContainerWithVolume (1.95s) [2019-10-21T23:21:51.284Z] === RUN TestRemoveContainerRunning [2019-10-21T23:21:52.277Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-10-21T23:21:52.534Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-10-21T23:21:52.826Z] --- PASS: TestRemoveContainerRunning (1.64s) [2019-10-21T23:21:52.826Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-21T23:21:53.101Z] --- PASS: TestInspect (3.44s) [2019-10-21T23:21:53.101Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-21T23:21:53.101Z] === RUN TestServiceListWithStatuses [2019-10-21T23:21:53.101Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-21T23:21:53.101Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T23:21:53.101Z] === RUN TestDockerNetworkConnectAlias [2019-10-21T23:21:53.902Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-21T23:21:54.368Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.61s) [2019-10-21T23:21:54.368Z] === RUN TestRemoveInvalidContainer [2019-10-21T23:21:54.368Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-10-21T23:21:54.368Z] === RUN TestRenameLinkedContainer [2019-10-21T23:21:54.368Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-10-21T23:21:54.368Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-10-21T23:21:54.368Z] === RUN TestRenameStoppedContainer [2019-10-21T23:21:55.686Z] #60 455.7 + bin/containerd-shim-runc-v1 [2019-10-21T23:21:55.881Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-21T23:21:56.658Z] --- PASS: TestRenameStoppedContainer (1.93s) [2019-10-21T23:21:56.658Z] === RUN TestRenameRunningContainerAndReuse [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite (366.02s) [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.01s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.59s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.60s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.29s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-21T23:21:59.159Z] docker_cli_daemon_test.go:1449: [d9f0a1f0b234c] daemon is not started [2019-10-21T23:21:59.159Z] check_test.go:309: [dbb345951dfa3] daemon is not started [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.43s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (3.08s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-21T23:21:59.159Z] check_test.go:309: [d23629b484ed0] daemon is not started [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (2.17s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.16s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.80s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (6.98s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.59s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.84s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.71s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.81s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-21T23:21:59.159Z] check_test.go:309: [dc2a9c2da6fd8] daemon is not started [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-21T23:21:59.159Z] check_test.go:309: [de34c62604531] daemon is not started [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.44s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog" [2019-10-21T23:21:59.159Z] check_test.go:309: [db9cecd4e3ef0] daemon is not started [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.77s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.54s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.51s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.10s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.54s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure" [2019-10-21T23:21:59.159Z] check_test.go:309: [de4e8db819cf7] daemon is not started [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.55s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.64s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.31s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose" [2019-10-21T23:21:59.159Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-21T23:21:59.159Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-10-21T23:21:59.159Z] check_test.go:309: [d3a1bcda75cc6] daemon is not started [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.04s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP" [2019-10-21T23:21:59.159Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-21T23:21:59.159Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-10-21T23:21:59.159Z] check_test.go:309: [d0e454c3a7ca9] daemon is not started [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.27s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.03s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.68s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.08s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean" [2019-10-21T23:21:59.159Z] check_test.go:309: [d80552a6bc4ae] daemon is not started [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.57s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate" [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration" [2019-10-21T23:21:59.159Z] check_test.go:309: [d89e1a3ab1633] daemon is not started [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.77s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins" [2019-10-21T23:21:59.159Z] docker_cli_daemon_plugins_test.go:79: [d7754c264ca26] daemon is not started [2019-10-21T23:21:59.159Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.16s) [2019-10-21T23:21:59.159Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins" [2019-10-21T23:21:59.160Z] docker_cli_daemon_plugins_test.go:169: [df0b811cd60de] daemon is not started [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.64s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong" [2019-10-21T23:21:59.160Z] check_test.go:309: [d5515526f69af] daemon is not started [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.84s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.87s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.79s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.67s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.94s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.60s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.30s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.90s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError" [2019-10-21T23:21:59.160Z] check_test.go:309: [d84efd8ba69cb] daemon is not started [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.35s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.13s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.42s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.08s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.07s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.29s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.51s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork" [2019-10-21T23:21:59.160Z] check_test.go:309: [d003866d8b7ee] daemon is not started [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.66s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.75s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (12.21s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.36s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.56s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.64s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.24s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways" [2019-10-21T23:21:59.160Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-21T23:21:59.160Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-10-21T23:21:59.160Z] check_test.go:309: [da3c637261f76] daemon is not started [2019-10-21T23:21:59.160Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-21T23:21:59.160Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-10-21T23:21:59.160Z] check_test.go:309: [d94b50da037ef] daemon is not started [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.76s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer" [2019-10-21T23:21:59.160Z] check_test.go:309: [d1f2d53ff23d3] daemon is not started [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.43s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.38s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.59s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (4.09s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.14s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.13s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.69s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.45s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer" [2019-10-21T23:21:59.160Z] check_test.go:309: [dc633b7f2a823] daemon is not started [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.49s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.86s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.84s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout" [2019-10-21T23:21:59.160Z] check_test.go:309: [dba36e26ea45a] daemon is not started [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.43s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.12s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost" [2019-10-21T23:21:59.160Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.20s) [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T23:21:59.160Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T23:21:59.160Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T23:21:59.160Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T23:21:59.160Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T23:21:59.160Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T23:21:59.160Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T23:21:59.160Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-10-21T23:21:59.160Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T23:21:59.160Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T23:21:59.161Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T23:21:59.161Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-10-21T23:21:59.161Z] check_test.go:309: [da0440789ed81] daemon is not started [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.11s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors" [2019-10-21T23:21:59.161Z] check_test.go:309: [d712cfb59b896] daemon is not started [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.55s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.94s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp" [2019-10-21T23:21:59.161Z] check_test.go:309: [d0d0724d04675] daemon is not started [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.40s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.32s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.74s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey" [2019-10-21T23:21:59.161Z] check_test.go:309: [d4c5fcd8cd867] daemon is not started [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (6.42s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.23s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.53s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.42s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-21T23:21:59.161Z] check_test.go:309: [d1fdea993b284] daemon is not started [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.57s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.60s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.02s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand" [2019-10-21T23:21:59.161Z] check_test.go:309: [d1922bc9ab40f] daemon is not started [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.93s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.00s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.22s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.78s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.12s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.61s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.94s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.89s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.27s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.99s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.30s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.32s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.67s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.41s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine" [2019-10-21T23:21:59.161Z] docker_cli_daemon_test.go:2542: [de0da1fc587a9] daemon is not started [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.38s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.41s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.00s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.29s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload" [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.10s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify" [2019-10-21T23:21:59.161Z] check_test.go:309: [dd191eb3d1837] daemon is not started [2019-10-21T23:21:59.161Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.27s) [2019-10-21T23:21:59.161Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin" [2019-10-21T23:21:59.161Z] === RUN TestDockerSwarmSuite [2019-10-21T23:21:59.161Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-10-21T23:21:59.661Z] --- PASS: TestDockerNetworkConnectAlias (7.18s) [2019-10-21T23:21:59.661Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-21T23:21:59.661Z] === RUN TestDockerNetworkReConnect [2019-10-21T23:22:00.092Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-21T23:22:00.099Z] #60 460.8 + bin/containerd-shim-runc-v2 [2019-10-21T23:22:00.403Z] --- PASS: TestRenameRunningContainerAndReuse (3.32s) [2019-10-21T23:22:00.403Z] === RUN TestRenameInvalidName [2019-10-21T23:22:01.377Z] --- PASS: TestRenameInvalidName (1.61s) [2019-10-21T23:22:01.377Z] === RUN TestRenameAnonymousContainer [2019-10-21T23:22:01.377Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-10-21T23:22:01.377Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-10-21T23:22:01.377Z] === RUN TestRenameContainerWithSameName [2019-10-21T23:22:01.602Z] #60 462.3 + binaries [2019-10-21T23:22:01.602Z] #60 462.3 + mkdir -p /build [2019-10-21T23:22:01.602Z] #60 462.3 + cp bin/containerd /build/containerd [2019-10-21T23:22:01.602Z] #60 462.3 + cp bin/containerd-shim /build/containerd-shim [2019-10-21T23:22:01.602Z] #60 462.3 + cp bin/ctr /build/ctr [2019-10-21T23:22:01.602Z] #60 DONE 462.4s [2019-10-21T23:22:02.920Z] --- PASS: TestRenameContainerWithSameName (1.56s) [2019-10-21T23:22:02.920Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-21T23:22:02.920Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-10-21T23:22:02.920Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-10-21T23:22:02.920Z] === RUN TestResize [2019-10-21T23:22:02.920Z] --- SKIP: TestResize (0.00s) [2019-10-21T23:22:02.920Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-21T23:22:02.920Z] === RUN TestResizeWithInvalidSize [2019-10-21T23:22:02.920Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-10-21T23:22:02.920Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-10-21T23:22:02.920Z] === RUN TestResizeWhenContainerNotStarted [2019-10-21T23:22:03.090Z] [2019-10-21T23:22:03.090Z] #61 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-21T23:22:03.090Z] #61 DONE 0.1s [2019-10-21T23:22:03.373Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-10-21T23:22:03.375Z] [2019-10-21T23:22:03.375Z] #65 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-21T23:22:03.375Z] #65 DONE 0.1s [2019-10-21T23:22:03.375Z] [2019-10-21T23:22:03.375Z] #67 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-21T23:22:03.375Z] #67 DONE 0.1s [2019-10-21T23:22:03.375Z] [2019-10-21T23:22:03.375Z] #70 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-21T23:22:03.375Z] #70 DONE 0.0s [2019-10-21T23:22:03.375Z] [2019-10-21T23:22:03.375Z] #71 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-21T23:22:03.375Z] #71 DONE 0.0s [2019-10-21T23:22:03.659Z] [2019-10-21T23:22:03.659Z] #72 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-21T23:22:05.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-21T23:22:05.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-21T23:22:06.220Z] --- PASS: TestDockerNetworkReConnect (5.72s) [2019-10-21T23:22:06.220Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-21T23:22:06.220Z] === RUN TestServicePlugin [2019-10-21T23:22:06.220Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-21T23:22:06.220Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:22:06.220Z] === RUN TestServiceUpdateLabel [2019-10-21T23:22:06.359Z] #72 DONE 2.5s [2019-10-21T23:22:06.359Z] [2019-10-21T23:22:06.359Z] #73 exporting to oci image format [2019-10-21T23:22:06.359Z] #73 exporting layers [2019-10-21T23:22:07.548Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-10-21T23:22:08.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-21T23:22:08.753Z] --- PASS: TestServiceUpdateLabel (3.25s) [2019-10-21T23:22:08.753Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-21T23:22:08.753Z] === RUN TestServiceUpdateSecrets [2019-10-21T23:22:10.010Z] --- PASS: TestResizeWhenContainerNotStarted (6.70s) [2019-10-21T23:22:10.010Z] === RUN TestDaemonRestartKillContainers [2019-10-21T23:22:10.010Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-10-21T23:22:10.010Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:10.010Z] === RUN TestStats [2019-10-21T23:22:10.010Z] --- SKIP: TestStats (0.00s) [2019-10-21T23:22:10.010Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-10-21T23:22:10.010Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-21T23:22:14.090Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-10-21T23:22:14.711Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.84s) [2019-10-21T23:22:14.711Z] === RUN TestStopContainerWithTimeout [2019-10-21T23:22:14.711Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-10-21T23:22:14.711Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-10-21T23:22:14.711Z] === RUN TestUpdateRestartPolicy [2019-10-21T23:22:15.020Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-21T23:22:15.090Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-10-21T23:22:15.090Z] Copying nested executables into bundles/binary-daemon [2019-10-21T23:22:15.090Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-10-21T23:22:15.430Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40089/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -e DOCKER_GRAPHDRIVER docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 hack/make.sh cross [2019-10-21T23:22:15.996Z] [2019-10-21T23:22:16.253Z] Removing bundles/ [2019-10-21T23:22:16.253Z] [2019-10-21T23:22:16.253Z] ---> Making bundle: cross (in bundles/cross) [2019-10-21T23:22:16.253Z] Cross building: bundles/cross/linux/amd64 [2019-10-21T23:22:16.253Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-10-21T23:22:16.253Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-10-21T23:22:16.389Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-21T23:22:16.389Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-21T23:22:23.042Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-21T23:22:24.411Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-21T23:22:26.832Z] --- PASS: TestServiceUpdateSecrets (15.54s) [2019-10-21T23:22:26.832Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-21T23:22:26.832Z] === RUN TestServiceUpdateConfigs [2019-10-21T23:22:27.700Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-10-21T23:22:27.700Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-21T23:22:28.263Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-10-21T23:22:29.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-21T23:22:31.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-21T23:22:32.544Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-21T23:22:33.947Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-21T23:22:34.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-21T23:22:35.851Z] --- PASS: TestUpdateRestartPolicy (19.63s) [2019-10-21T23:22:35.851Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-21T23:22:35.851Z] --- PASS: TestUpdateRestartWithAutoRemove (1.70s) [2019-10-21T23:22:35.851Z] === RUN TestWaitNonBlocked [2019-10-21T23:22:35.851Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:22:35.851Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:22:35.851Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:22:35.851Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:22:35.851Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:22:35.851Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:22:36.337Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-21T23:22:36.360Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-21T23:22:38.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-21T23:22:38.768Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-10-21T23:22:38.768Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.53s) [2019-10-21T23:22:38.768Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.60s) [2019-10-21T23:22:38.768Z] === RUN TestWaitBlocked [2019-10-21T23:22:38.768Z] --- SKIP: TestWaitBlocked (0.00s) [2019-10-21T23:22:38.768Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:22:38.768Z] PASS [2019-10-21T23:22:38.768Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-10-21T23:22:38.768Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:22:38.768Z] INFO: Testing against a local daemon [2019-10-21T23:22:38.768Z] === RUN TestCommitInheritsEnv [2019-10-21T23:22:38.768Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-10-21T23:22:38.768Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T23:22:38.768Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-21T23:22:38.768Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-21T23:22:38.768Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-10-21T23:22:38.768Z] === RUN TestImagesFilterMultiReference [2019-10-21T23:22:38.768Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-21T23:22:38.768Z] === RUN TestImagePullPlatformInvalid [2019-10-21T23:22:38.768Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-10-21T23:22:38.769Z] === RUN TestRemoveImageOrphaning [2019-10-21T23:22:38.769Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-10-21T23:22:38.769Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T23:22:38.769Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-21T23:22:38.769Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-10-21T23:22:38.769Z] === RUN TestTagInvalidReference [2019-10-21T23:22:38.769Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-21T23:22:38.769Z] === RUN TestTagValidPrefixedRepo [2019-10-21T23:22:38.769Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-21T23:22:38.769Z] === RUN TestTagExistedNameWithoutForce [2019-10-21T23:22:38.769Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-10-21T23:22:38.769Z] === RUN TestTagOfficialNames [2019-10-21T23:22:38.769Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-10-21T23:22:38.769Z] tag_test.go:98: testEnv.OSType == "windows" [2019-10-21T23:22:38.769Z] === RUN TestTagMatchesDigest [2019-10-21T23:22:38.769Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-21T23:22:38.769Z] PASS [2019-10-21T23:22:38.769Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-10-21T23:22:38.769Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:22:38.769Z] INFO: Testing against a local daemon [2019-10-21T23:22:38.769Z] === RUN TestNetworkCreateDelete [2019-10-21T23:22:38.769Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-10-21T23:22:38.769Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:22:38.769Z] === RUN TestDockerNetworkDeletePreferID [2019-10-21T23:22:38.769Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-10-21T23:22:38.769Z] 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-21T23:22:38.769Z] === RUN TestInspectNetwork [2019-10-21T23:22:38.769Z] --- SKIP: TestInspectNetwork (0.00s) [2019-10-21T23:22:38.769Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-10-21T23:22:38.769Z] === RUN TestRunContainerWithBridgeNone [2019-10-21T23:22:38.769Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-10-21T23:22:38.769Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:22:38.769Z] === RUN TestNetworkInvalidJSON [2019-10-21T23:22:38.769Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-21T23:22:38.769Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-21T23:22:38.769Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:22:38.769Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:22:38.769Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:22:38.769Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:22:38.769Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-21T23:22:38.769Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:22:38.769Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:22:38.769Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-21T23:22:38.769Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-21T23:22:38.769Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-10-21T23:22:38.769Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-10-21T23:22:38.769Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-21T23:22:38.769Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-10-21T23:22:38.769Z] service_test.go:29: testEnv.OSType == "windows" [2019-10-21T23:22:38.769Z] === RUN TestDaemonDefaultNetworkPools [2019-10-21T23:22:38.769Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-10-21T23:22:38.769Z] service_test.go:51: testEnv.OSType == "windows" [2019-10-21T23:22:38.769Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-21T23:22:38.769Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-10-21T23:22:38.769Z] service_test.go:94: testEnv.OSType == "windows" [2019-10-21T23:22:38.769Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-21T23:22:38.769Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-10-21T23:22:38.769Z] service_test.go:127: testEnv.OSType == "windows" [2019-10-21T23:22:38.769Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-21T23:22:38.769Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-10-21T23:22:38.769Z] service_test.go:177: testEnv.OSType == "windows" [2019-10-21T23:22:38.769Z] === RUN TestServiceWithPredefinedNetwork [2019-10-21T23:22:38.769Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-10-21T23:22:38.769Z] service_test.go:201: testEnv.OSType == "windows" [2019-10-21T23:22:38.769Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-21T23:22:38.769Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T23:22:38.769Z] service_test.go:230: FLAKY_TEST [2019-10-21T23:22:38.769Z] === RUN TestServiceWithDataPathPortInit [2019-10-21T23:22:38.769Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-10-21T23:22:38.769Z] service_test.go:319: testEnv.OSType == "windows" [2019-10-21T23:22:38.769Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-21T23:22:38.769Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-10-21T23:22:38.769Z] service_test.go:386: testEnv.OSType == "windows" [2019-10-21T23:22:38.769Z] PASS [2019-10-21T23:22:38.769Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-21T23:22:38.769Z] PASS [2019-10-21T23:22:38.769Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-21T23:22:38.769Z] PASS [2019-10-21T23:22:38.769Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-21T23:22:38.892Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-21T23:22:39.229Z] PASS [2019-10-21T23:22:39.229Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-21T23:22:39.229Z] PASS [2019-10-21T23:22:39.229Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-21T23:22:39.229Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:22:39.229Z] INFO: Testing against a local daemon [2019-10-21T23:22:39.229Z] === RUN TestPluginInvalidJSON [2019-10-21T23:22:39.229Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:22:39.229Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:22:39.229Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:22:39.229Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-21T23:22:39.229Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-21T23:22:39.229Z] PASS [2019-10-21T23:22:39.229Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-21T23:22:39.229Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:22:39.229Z] INFO: Testing against a local daemon [2019-10-21T23:22:39.229Z] === RUN TestExternalGraphDriver [2019-10-21T23:22:39.229Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-10-21T23:22:39.229Z] external_test.go:48: runtime.GOOS == "windows" [2019-10-21T23:22:39.229Z] === RUN TestGraphdriverPluginV2 [2019-10-21T23:22:39.229Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-10-21T23:22:39.229Z] external_test.go:407: runtime.GOOS == "windows" [2019-10-21T23:22:39.229Z] PASS [2019-10-21T23:22:39.229Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-21T23:22:39.229Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:22:39.229Z] INFO: Testing against a local daemon [2019-10-21T23:22:39.229Z] PASS [2019-10-21T23:22:39.229Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-21T23:22:39.229Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:22:39.229Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-10-21T23:22:39.229Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:22:39.229Z] INFO: Testing against a local daemon [2019-10-21T23:22:39.229Z] === RUN TestSecretInspect [2019-10-21T23:22:39.229Z] --- SKIP: TestSecretInspect (0.00s) [2019-10-21T23:22:39.229Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.229Z] === RUN TestSecretList [2019-10-21T23:22:39.229Z] --- SKIP: TestSecretList (0.00s) [2019-10-21T23:22:39.229Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.229Z] === RUN TestSecretsCreateAndDelete [2019-10-21T23:22:39.229Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-10-21T23:22:39.229Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.229Z] === RUN TestSecretsUpdate [2019-10-21T23:22:39.229Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-10-21T23:22:39.229Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.229Z] === RUN TestTemplatedSecret [2019-10-21T23:22:39.229Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-10-21T23:22:39.229Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.229Z] === RUN TestSecretCreateResolve [2019-10-21T23:22:39.229Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-10-21T23:22:39.229Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:22:39.229Z] PASS [2019-10-21T23:22:39.229Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-10-21T23:22:39.229Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:22:39.229Z] INFO: Testing against a local daemon [2019-10-21T23:22:39.229Z] === RUN TestServiceCreateInit [2019-10-21T23:22:39.689Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-21T23:22:39.689Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-21T23:22:39.689Z] --- PASS: TestServiceCreateInit (0.03s) [2019-10-21T23:22:39.689Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-10-21T23:22:39.689Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-10-21T23:22:39.689Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestCreateServiceMultipleTimes [2019-10-21T23:22:39.689Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-10-21T23:22:39.689Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestCreateServiceConflict [2019-10-21T23:22:39.689Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-10-21T23:22:39.689Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestCreateServiceMaxReplicas [2019-10-21T23:22:39.689Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2019-10-21T23:22:39.689Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-21T23:22:39.689Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-10-21T23:22:39.689Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestCreateServiceSecretFileMode [2019-10-21T23:22:39.689Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-10-21T23:22:39.689Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestCreateServiceConfigFileMode [2019-10-21T23:22:39.689Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-10-21T23:22:39.689Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestCreateServiceSysctls [2019-10-21T23:22:39.689Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-10-21T23:22:39.689Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestCreateServiceCapabilities [2019-10-21T23:22:39.689Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-10-21T23:22:39.689Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestInspect [2019-10-21T23:22:39.689Z] --- SKIP: TestInspect (0.00s) [2019-10-21T23:22:39.689Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestServiceListWithStatuses [2019-10-21T23:22:39.689Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-21T23:22:39.689Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestDockerNetworkConnectAlias [2019-10-21T23:22:39.689Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-10-21T23:22:39.689Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestDockerNetworkReConnect [2019-10-21T23:22:39.689Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-10-21T23:22:39.689Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestServicePlugin [2019-10-21T23:22:39.689Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-21T23:22:39.689Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestServiceUpdateLabel [2019-10-21T23:22:39.689Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-10-21T23:22:39.689Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:22:39.689Z] === RUN TestServiceUpdateSecrets [2019-10-21T23:22:39.689Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-10-21T23:22:39.689Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:22:39.689Z] === RUN TestServiceUpdateConfigs [2019-10-21T23:22:39.689Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-10-21T23:22:39.689Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:22:39.689Z] === RUN TestServiceUpdateNetwork [2019-10-21T23:22:39.689Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-10-21T23:22:39.689Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T23:22:39.689Z] PASS [2019-10-21T23:22:39.689Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-10-21T23:22:39.689Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:22:39.689Z] INFO: Testing against a local daemon [2019-10-21T23:22:39.689Z] === RUN TestSessionCreate [2019-10-21T23:22:39.689Z] --- SKIP: TestSessionCreate (0.00s) [2019-10-21T23:22:39.689Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-10-21T23:22:39.689Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-21T23:22:39.689Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-10-21T23:22:39.689Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-10-21T23:22:39.689Z] PASS [2019-10-21T23:22:39.689Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-10-21T23:22:39.689Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:22:39.689Z] INFO: Testing against a local daemon [2019-10-21T23:22:39.689Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-21T23:22:39.689Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T23:22:39.689Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T23:22:39.689Z] === RUN TestEventsExecDie [2019-10-21T23:22:39.689Z] --- SKIP: TestEventsExecDie (0.00s) [2019-10-21T23:22:39.689Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-10-21T23:22:39.689Z] === RUN TestEventsBackwardsCompatible [2019-10-21T23:22:39.689Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-10-21T23:22:39.689Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-10-21T23:22:39.689Z] === RUN TestInfoAPI [2019-10-21T23:22:39.689Z] --- PASS: TestInfoAPI (0.03s) [2019-10-21T23:22:39.689Z] === RUN TestInfoAPIWarnings [2019-10-21T23:22:39.689Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-10-21T23:22:39.689Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T23:22:39.689Z] === RUN TestLoginFailsWithBadCredentials [2019-10-21T23:22:40.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-21T23:22:40.659Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2019-10-21T23:22:40.659Z] === RUN TestPingCacheHeaders [2019-10-21T23:22:40.659Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-10-21T23:22:40.659Z] === RUN TestPingGet [2019-10-21T23:22:40.659Z] --- PASS: TestPingGet (0.03s) [2019-10-21T23:22:40.659Z] === RUN TestPingHead [2019-10-21T23:22:40.659Z] --- PASS: TestPingHead (0.03s) [2019-10-21T23:22:40.659Z] === RUN TestVersion [2019-10-21T23:22:40.659Z] --- PASS: TestVersion (0.02s) [2019-10-21T23:22:40.659Z] PASS [2019-10-21T23:22:40.659Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-10-21T23:22:41.120Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:22:41.120Z] INFO: Testing against a local daemon [2019-10-21T23:22:41.120Z] === RUN TestVolumesCreateAndList [2019-10-21T23:22:41.120Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-21T23:22:41.120Z] === RUN TestVolumesRemove [2019-10-21T23:22:41.120Z] --- SKIP: TestVolumesRemove (0.00s) [2019-10-21T23:22:41.120Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-10-21T23:22:41.120Z] === RUN TestVolumesInspect [2019-10-21T23:22:41.120Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-21T23:22:41.120Z] === RUN TestVolumesInvalidJSON [2019-10-21T23:22:41.120Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-21T23:22:41.120Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-21T23:22:41.120Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-21T23:22:41.120Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-21T23:22:41.120Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-21T23:22:41.120Z] PASS [2019-10-21T23:22:41.120Z] INFO: make.ps1 ended at 10/21/2019 23:22:40 [2019-10-21T23:22:41.120Z] INFO: Integration CLI tests being run from the host: [2019-10-21T23:22:41.120Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-10-21T23:22:41.702Z] --- PASS: TestServiceUpdateConfigs (15.46s) [2019-10-21T23:22:41.702Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-21T23:22:41.702Z] === RUN TestServiceUpdateNetwork [2019-10-21T23:22:42.162Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-21T23:22:43.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-21T23:22:45.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-21T23:22:47.288Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-21T23:22:49.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-21T23:22:49.701Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T23:22:49.701Z] INFO: Testing against a local daemon [2019-10-21T23:22:49.701Z] === RUN TestDockerSuite [2019-10-21T23:22:49.701Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-21T23:22:49.701Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-21T23:22:49.701Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-21T23:22:49.701Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-21T23:22:49.701Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-21T23:22:49.701Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-21T23:22:49.701Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-21T23:22:49.701Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-21T23:22:49.701Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-21T23:22:49.701Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-21T23:22:50.161Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-21T23:22:50.622Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-21T23:22:51.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-21T23:22:52.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-21T23:22:54.355Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-21T23:22:54.355Z] Using test binary docker [2019-10-21T23:22:54.355Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-21T23:22:54.355Z] +++ /etc/init.d/apparmor start [2019-10-21T23:22:54.355Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T23:22:54.355Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T23:22:54.355Z] Warning failed to create cache: (null) [2019-10-21T23:22:54.355Z] . [2019-10-21T23:22:54.355Z] INFO: Waiting for daemon to start... [2019-10-21T23:22:54.355Z] Starting dockerd [2019-10-21T23:22:54.355Z] +++ 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-21T23:22:56.432Z] . [2019-10-21T23:22:56.432Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-21T23:22:56.432Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-21T23:22:56.432Z] Error: No such image: emptyfs [2019-10-21T23:22:56.432Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-21T23:22:56.432Z] ++++ docker load [2019-10-21T23:22:56.432Z] Running integration-test (iteration 1) [2019-10-21T23:22:56.432Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-10-21T23:22:56.432Z] ++ 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-21T23:22:56.432Z] ++ set -e [2019-10-21T23:22:56.432Z] ++ '[' -n 0 ']' [2019-10-21T23:22:56.432Z] ++ set -x [2019-10-21T23:22:56.432Z] ++ env -i DEST=/go/src/github.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-21T23:22:56.572Z] --- PASS: TestServiceUpdateNetwork (14.65s) [2019-10-21T23:22:56.573Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-21T23:22:56.573Z] PASS [2019-10-21T23:22:56.573Z] [2019-10-21T23:22:56.573Z] === Skipped [2019-10-21T23:22:56.573Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2019-10-21T23:22:56.573Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T23:22:56.573Z] [2019-10-21T23:22:56.573Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2019-10-21T23:22:56.573Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:22:56.573Z] [2019-10-21T23:22:56.573Z] [2019-10-21T23:22:56.573Z] DONE 20 tests, 2 skipped in 138.252s [2019-10-21T23:22:56.573Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2019-10-21T23:22:56.573Z] ++ 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-21T23:22:56.573Z] ++ set -e [2019-10-21T23:22:56.573Z] ++ '[' -n 0 ']' [2019-10-21T23:22:56.573Z] ++ set -x [2019-10-21T23:22:56.573Z] ++ env -i DEST=/go/src/github.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-21T23:22:56.573Z] INFO: Testing against a local daemon [2019-10-21T23:22:56.573Z] === RUN TestSessionCreate [2019-10-21T23:22:56.573Z] --- PASS: TestSessionCreate (0.05s) [2019-10-21T23:22:56.573Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-21T23:22:56.573Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-10-21T23:22:56.573Z] PASS [2019-10-21T23:22:56.573Z] [2019-10-21T23:22:56.573Z] DONE 2 tests in 0.254s [2019-10-21T23:22:56.573Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2019-10-21T23:22:56.573Z] ++ 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-21T23:22:56.573Z] ++ set -e [2019-10-21T23:22:56.573Z] ++ '[' -n 0 ']' [2019-10-21T23:22:56.573Z] ++ set -x [2019-10-21T23:22:56.573Z] ++ env -i DEST=/go/src/github.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-21T23:22:56.573Z] INFO: Testing against a local daemon [2019-10-21T23:22:56.573Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-21T23:22:56.573Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T23:22:56.573Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T23:22:56.573Z] === RUN TestEventsExecDie [2019-10-21T23:22:56.573Z] --- PASS: TestEventsExecDie (1.01s) [2019-10-21T23:22:56.573Z] === RUN TestEventsBackwardsCompatible [2019-10-21T23:22:56.573Z] --- PASS: TestEventsBackwardsCompatible (0.13s) [2019-10-21T23:22:56.573Z] === RUN TestInfoBinaryCommits [2019-10-21T23:22:56.573Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-10-21T23:22:56.573Z] === RUN TestInfoAPIVersioned [2019-10-21T23:22:56.573Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-10-21T23:22:56.573Z] === RUN TestInfoAPI [2019-10-21T23:22:56.573Z] --- PASS: TestInfoAPI (0.05s) [2019-10-21T23:22:56.573Z] === RUN TestInfoAPIWarnings [2019-10-21T23:22:56.832Z] --- PASS: TestInfoAPIWarnings (0.87s) [2019-10-21T23:22:56.832Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-21T23:22:56.832Z] === RUN TestLoginFailsWithBadCredentials [2019-10-21T23:22:57.402Z] --- PASS: TestLoginFailsWithBadCredentials (0.50s) [2019-10-21T23:22:57.402Z] === RUN TestPingCacheHeaders [2019-10-21T23:22:57.402Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-10-21T23:22:57.402Z] === RUN TestPingGet [2019-10-21T23:22:57.402Z] --- PASS: TestPingGet (0.03s) [2019-10-21T23:22:57.402Z] === RUN TestPingHead [2019-10-21T23:22:57.402Z] --- PASS: TestPingHead (0.05s) [2019-10-21T23:22:57.402Z] === RUN TestVersion [2019-10-21T23:22:57.663Z] --- PASS: TestVersion (0.05s) [2019-10-21T23:22:57.663Z] PASS [2019-10-21T23:22:57.663Z] [2019-10-21T23:22:57.663Z] === Skipped [2019-10-21T23:22:57.663Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T23:22:57.663Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T23:22:57.663Z] [2019-10-21T23:22:57.663Z] [2019-10-21T23:22:57.663Z] DONE 12 tests, 1 skipped in 2.954s [2019-10-21T23:22:57.663Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-21T23:22:57.663Z] ++ 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-21T23:22:57.663Z] ++ set -e [2019-10-21T23:22:57.663Z] ++ '[' -n 0 ']' [2019-10-21T23:22:57.663Z] ++ set -x [2019-10-21T23:22:57.663Z] ++ env -i DEST=/go/src/github.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-21T23:22:57.663Z] INFO: Testing against a local daemon [2019-10-21T23:22:57.663Z] === RUN TestVolumesCreateAndList [2019-10-21T23:22:57.663Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-21T23:22:57.663Z] === RUN TestVolumesRemove [2019-10-21T23:22:57.922Z] --- PASS: TestVolumesRemove (0.14s) [2019-10-21T23:22:57.922Z] === RUN TestVolumesInspect [2019-10-21T23:22:57.922Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-21T23:22:57.922Z] === RUN TestVolumesInvalidJSON [2019-10-21T23:22:57.922Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-21T23:22:57.922Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-21T23:22:57.922Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-21T23:22:57.922Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-21T23:22:57.922Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-21T23:22:57.922Z] PASS [2019-10-21T23:22:57.922Z] [2019-10-21T23:22:57.922Z] DONE 5 tests in 0.401s [2019-10-21T23:22:57.922Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-21T23:22:58.488Z] ++++ cat bundles/test-integration/docker.pid [2019-10-21T23:22:58.488Z] +++ kill 12972 [2019-10-21T23:22:59.863Z] +++ /etc/init.d/apparmor stop [2019-10-21T23:22:59.863Z] Clearing AppArmor profiles cache:. [2019-10-21T23:22:59.863Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T23:22:59.863Z] Unloading profiles will leave already running processes permanently [2019-10-21T23:22:59.863Z] unconfined, which can lead to unexpected situations. [2019-10-21T23:22:59.863Z] [2019-10-21T23:22:59.863Z] To set a process to complain mode, use the command line tool [2019-10-21T23:22:59.863Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T23:22:59.863Z] with the 'teardown' option." [2019-10-21T23:22:59.863Z] [2019-10-21T23:23:00.223Z] --- PASS: TestImportExtremelyLargeImageWorks (182.37s) [2019-10-21T23:23:00.223Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-21T23:23:00.223Z] PASS [2019-10-21T23:23:00.223Z] [2019-10-21T23:23:00.223Z] DONE 12 tests in 186.285s [2019-10-21T23:23:00.223Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-10-21T23:23:00.223Z] ++ 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-21T23:23:00.223Z] ++ set -e [2019-10-21T23:23:00.223Z] ++ '[' -n 0 ']' [2019-10-21T23:23:00.223Z] ++ set -x [2019-10-21T23:23:00.223Z] ++ env -i DEST=/go/src/github.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-21T23:23:00.223Z] INFO: Testing against a local daemon [2019-10-21T23:23:00.223Z] === RUN TestNetworkCreateDelete [2019-10-21T23:23:00.223Z] --- PASS: TestNetworkCreateDelete (0.16s) [2019-10-21T23:23:00.223Z] === RUN TestDockerNetworkDeletePreferID [2019-10-21T23:23:00.223Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-10-21T23:23:00.223Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-10-21T23:23:00.223Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2019-10-21T23:23:00.223Z] === RUN TestInspectNetwork [2019-10-21T23:23:02.127Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-21T23:23:02.127Z] === RUN TestDockerSuite/TestBuildEOLInLine Post stage [Pipeline] junit [2019-10-21T23:23:04.064Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-21T23:23:04.715Z] + echo Ensuring container killed. [2019-10-21T23:23:04.715Z] Ensuring container killed. [2019-10-21T23:23:04.715Z] + docker rm -vf docker-pr15 [2019-10-21T23:23:04.715Z] Error: No such container: docker-pr15 [2019-10-21T23:23:04.715Z] + true [Pipeline] sh [2019-10-21T23:23:05.005Z] + echo Chowning /workspace to jenkins user [2019-10-21T23:23:05.005Z] Chowning /workspace to jenkins user [2019-10-21T23:23:05.005Z] + id -u [2019-10-21T23:23:05.005Z] + id -g [2019-10-21T23:23:05.005Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40089:/workspace busybox chown -R 1000:1000 /workspace [2019-10-21T23:23:05.406Z] === RUN TestInspectNetwork/full_network_id [2019-10-21T23:23:05.406Z] === RUN TestInspectNetwork/partial_network_id [2019-10-21T23:23:05.406Z] === RUN TestInspectNetwork/network_name [2019-10-21T23:23:05.406Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-21T23:23:07.299Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-21T23:23:07.299Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-21T23:23:07.861Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-21T23:23:08.424Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-21T23:23:08.678Z] Loaded image: buildpack-deps:jessie [2019-10-21T23:23:08.678Z] Loaded image: busybox:latest [2019-10-21T23:23:08.678Z] Loaded image: busybox:glibc [2019-10-21T23:23:08.678Z] Loaded image: debian:jessie [2019-10-21T23:23:08.678Z] Loaded image: hello-world:latest [2019-10-21T23:23:08.678Z] INFO: Testing against a local daemon [2019-10-21T23:23:08.678Z] === RUN TestCgroupNamespacesBuild [2019-10-21T23:23:08.680Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-21T23:23:08.936Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-21T23:23:09.195Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-21T23:23:09.195Z] --- PASS: TestInspectNetwork (10.72s) [2019-10-21T23:23:09.195Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-21T23:23:09.195Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-21T23:23:09.195Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-21T23:23:09.195Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-21T23:23:09.195Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-21T23:23:09.195Z] === RUN TestRunContainerWithBridgeNone [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-21T23:23:09.499Z] + bundleName=arm64-integration [2019-10-21T23:23:09.499Z] + echo Creating arm64-integration-bundles.tar.gz [2019-10-21T23:23:09.499Z] Creating arm64-integration-bundles.tar.gz [2019-10-21T23:23:09.499Z] + find bundles -path */root/*overlay2 -prune -o+ xargs tar -czf arm64-integration-bundles.tar.gz [2019-10-21T23:23:09.499Z] -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-10-21T23:23:09.781Z] Archiving artifacts [2019-10-21T23:23:10.005Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40089/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-21T23:23:10.195Z] --- PASS: TestCgroupNamespacesBuild (1.92s) [2019-10-21T23:23:10.195Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-21T23:23:10.195Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-21T23:23:10.325Z] + make clean [2019-10-21T23:23:10.893Z] docker volume rm -f docker-dev-cache [2019-10-21T23:23:10.893Z] docker-dev-cache [Pipeline] deleteDir [2019-10-21T23:23:11.715Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-21T23:23:12.170Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.88s) [2019-10-21T23:23:12.170Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-21T23:23:12.170Z] === RUN TestBuildWithSession [2019-10-21T23:23:12.170Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-21T23:23:12.170Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T23:23:12.170Z] === RUN TestBuildSquashParent [2019-10-21T23:23:12.279Z] --- PASS: TestRunContainerWithBridgeNone (2.87s) [2019-10-21T23:23:12.279Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-21T23:23:12.279Z] === RUN TestNetworkInvalidJSON [2019-10-21T23:23:12.279Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-21T23:23:12.279Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-21T23:23:12.279Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:23:12.279Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:23:12.279Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:23:12.279Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:23:12.279Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-21T23:23:12.279Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:23:12.279Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:23:12.279Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-10-21T23:23:12.279Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-21T23:23:12.279Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-21T23:23:12.279Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-21T23:23:12.279Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-21T23:23:13.217Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-10-21T23:23:13.217Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-21T23:23:13.217Z] === RUN TestDaemonDefaultNetworkPools [2019-10-21T23:23:13.217Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-21T23:23:14.156Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2019-10-21T23:23:14.156Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-21T23:23:14.156Z] === RUN TestDaemonRestartWithExistingNetwork [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-21T23:23:15.529Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-21T23:23:15.529Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.25s) [2019-10-21T23:23:15.529Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-21T23:23:15.529Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-21T23:23:16.459Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2019-10-21T23:23:16.459Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-21T23:23:16.459Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-21T23:23:16.715Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-21T23:23:17.278Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.66s) [2019-10-21T23:23:17.278Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-21T23:23:17.278Z] === RUN TestServiceWithPredefinedNetwork [2019-10-21T23:23:18.647Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-21T23:23:19.751Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-21T23:23:20.009Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-10-21T23:23:20.149Z] --- PASS: TestBuildSquashParent (7.92s) [2019-10-21T23:23:20.149Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-21T23:23:20.149Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T23:23:20.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T23:23:20.149Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T23:23:20.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T23:23:20.149Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T23:23:20.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T23:23:20.149Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T23:23:20.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T23:23:20.149Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T23:23:20.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T23:23:20.149Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T23:23:20.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T23:23:20.149Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T23:23:20.150Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T23:23:20.266Z] --- PASS: TestServiceWithPredefinedNetwork (3.15s) [2019-10-21T23:23:20.266Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-21T23:23:20.266Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-21T23:23:20.266Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T23:23:20.266Z] service_test.go:230: FLAKY_TEST [2019-10-21T23:23:20.266Z] === RUN TestServiceWithDataPathPortInit [2019-10-21T23:23:20.830Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-10-21T23:23:22.786Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T23:23:22.786Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T23:23:25.579Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T23:23:25.579Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T23:23:27.504Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-21T23:23:28.307Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-21T23:23:28.307Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.74s) [2019-10-21T23:23:28.307Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.83s) [2019-10-21T23:23:28.307Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.81s) [2019-10-21T23:23:28.307Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.97s) [2019-10-21T23:23:28.307Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.53s) [2019-10-21T23:23:28.307Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.66s) [2019-10-21T23:23:28.307Z] === RUN TestBuildMultiStageCopy [2019-10-21T23:23:28.307Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-21T23:23:30.992Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-21T23:23:31.504Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-21T23:23:32.386Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-21T23:23:32.950Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-21T23:23:33.393Z] --- PASS: TestBuildMultiStageCopy (5.16s) [2019-10-21T23:23:33.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.78s) [2019-10-21T23:23:33.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2019-10-21T23:23:33.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s) [2019-10-21T23:23:33.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.65s) [2019-10-21T23:23:33.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.68s) [2019-10-21T23:23:33.393Z] === RUN TestBuildMultiStageParentConfig [2019-10-21T23:23:35.359Z] --- PASS: TestBuildMultiStageParentConfig (1.77s) [2019-10-21T23:23:35.359Z] === RUN TestBuildLabelWithTargets [2019-10-21T23:23:37.648Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-10-21T23:23:37.648Z] Copying nested executables into bundles/cross/linux/amd64 [2019-10-21T23:23:37.648Z] Cross building: bundles/cross/windows/amd64 [2019-10-21T23:23:37.648Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-21T23:23:37.648Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-10-21T23:23:37.980Z] --- PASS: TestBuildLabelWithTargets (2.62s) [2019-10-21T23:23:37.980Z] === RUN TestBuildWithEmptyLayers [2019-10-21T23:23:40.034Z] --- PASS: TestBuildWithEmptyLayers (1.79s) [2019-10-21T23:23:40.034Z] === RUN TestBuildMultiStageOnBuild [2019-10-21T23:23:42.355Z] --- PASS: TestServiceWithDataPathPortInit (20.12s) [2019-10-21T23:23:42.355Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T23:23:42.355Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T23:23:42.355Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-21T23:23:43.454Z] --- PASS: TestBuildMultiStageOnBuild (3.30s) [2019-10-21T23:23:43.454Z] === RUN TestBuildUncleanTarFilenames [2019-10-21T23:23:44.316Z] --- PASS: TestBuildUncleanTarFilenames (1.33s) [2019-10-21T23:23:44.316Z] === RUN TestBuildMultiStageLayerLeak [2019-10-21T23:23:47.895Z] --- PASS: TestBuildMultiStageLayerLeak (3.51s) [2019-10-21T23:23:47.895Z] === RUN TestBuildWithHugeFile [2019-10-21T23:23:50.444Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.55s) [2019-10-21T23:23:50.444Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-21T23:23:50.444Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zg82neqsmzc8hx3i7k2tq6tz0 Created:2019-10-21 23:23:41.916937589 +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[7cfae9424f0b8147dce78fbbd80330d24d583a5940c1f562cf97a8c02933c437:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bc5evlzpqx0gl6rrxx2bi9v7b EndpointID:9a3abb7aa95cf3c26fa0d40053edab34474f3b13ca9a013a8c8d2a3c97c90f79 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9b4581717efbc6a8f7359a987cc9b54165970ede7635aa8ddb20892a46274648 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:41d2b4a78660 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bc5evlzpqx0gl6rrxx2bi9v7b EndpointID:9a3abb7aa95cf3c26fa0d40053edab34474f3b13ca9a013a8c8d2a3c97c90f79 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-21T23:23:50.444Z] PASS [2019-10-21T23:23:50.444Z] [2019-10-21T23:23:50.444Z] === Skipped [2019-10-21T23:23:50.444Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T23:23:50.444Z] service_test.go:230: FLAKY_TEST [2019-10-21T23:23:50.444Z] [2019-10-21T23:23:50.444Z] [2019-10-21T23:23:50.444Z] DONE 21 tests, 1 skipped in 52.184s [2019-10-21T23:23:50.444Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-21T23:23:50.444Z] ++ 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-21T23:23:50.444Z] ++ set -e [2019-10-21T23:23:50.444Z] ++ '[' -n 0 ']' [2019-10-21T23:23:50.444Z] ++ set -x [2019-10-21T23:23:50.444Z] ++ env -i DEST=/go/src/github.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-21T23:23:50.444Z] INFO: Testing against a local daemon [2019-10-21T23:23:50.444Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-21T23:23:50.444Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2019-10-21T23:23:50.444Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T23:23:50.444Z] === RUN TestDockerNetworkIpvlan [2019-10-21T23:23:50.444Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-21T23:23:50.444Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T23:23:50.444Z] PASS [2019-10-21T23:23:50.444Z] [2019-10-21T23:23:50.444Z] === Skipped [2019-10-21T23:23:50.444Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2019-10-21T23:23:50.444Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T23:23:50.444Z] [2019-10-21T23:23:50.444Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-21T23:23:50.444Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T23:23:50.444Z] [2019-10-21T23:23:50.444Z] [2019-10-21T23:23:50.444Z] DONE 2 tests, 2 skipped in 0.151s [2019-10-21T23:23:50.444Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-21T23:23:50.444Z] ++ 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-21T23:23:50.444Z] ++ set -e [2019-10-21T23:23:50.444Z] ++ '[' -n 0 ']' [2019-10-21T23:23:50.444Z] ++ set -x [2019-10-21T23:23:50.444Z] ++ env -i DEST=/go/src/github.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-21T23:23:50.444Z] INFO: Testing against a local daemon [2019-10-21T23:23:50.444Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-21T23:23:50.701Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-21T23:23:51.630Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2019-10-21T23:23:51.630Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-21T23:23:51.630Z] === RUN TestDockerNetworkMacvlan [2019-10-21T23:23:52.559Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-21T23:23:52.815Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-21T23:23:53.378Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-21T23:23:54.308Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-21T23:23:57.580Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-21T23:24:01.770Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-21T23:24:03.137Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-21T23:24:04.067Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-21T23:24:04.630Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-21T23:24:05.558Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-21T23:24:07.451Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-21T23:24:07.451Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-21T23:24:07.708Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-21T23:24:07.964Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-21T23:24:09.333Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-10-21T23:24:09.896Z] --- PASS: TestDockerNetworkMacvlan (18.14s) [2019-10-21T23:24:09.896Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:24:09.896Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-10-21T23:24:09.896Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:24:09.896Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2019-10-21T23:24:09.896Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:24:09.896Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.87s) [2019-10-21T23:24:09.896Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:24:09.896Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.82s) [2019-10-21T23:24:09.896Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:24:09.896Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.08s) [2019-10-21T23:24:09.896Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:24:09.896Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.44s) [2019-10-21T23:24:09.896Z] PASS [2019-10-21T23:24:09.896Z] [2019-10-21T23:24:09.896Z] DONE 8 tests in 19.662s [2019-10-21T23:24:09.896Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-21T23:24:09.896Z] ++ 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-21T23:24:09.896Z] ++ set -e [2019-10-21T23:24:09.896Z] ++ '[' -n 0 ']' [2019-10-21T23:24:09.896Z] ++ set -x [2019-10-21T23:24:09.896Z] ++ env -i DEST=/go/src/github.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-21T23:24:09.896Z] testing: warning: no tests to run [2019-10-21T23:24:09.896Z] PASS [2019-10-21T23:24:09.896Z] [2019-10-21T23:24:09.896Z] DONE 0 tests in 0.036s [2019-10-21T23:24:09.896Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-21T23:24:09.896Z] ++ 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-21T23:24:09.896Z] ++ set -e [2019-10-21T23:24:09.896Z] ++ '[' -n 0 ']' [2019-10-21T23:24:09.896Z] ++ set -x [2019-10-21T23:24:09.897Z] ++ env -i DEST=/go/src/github.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-21T23:24:10.153Z] INFO: Testing against a local daemon [2019-10-21T23:24:10.153Z] === RUN TestAuthZPluginAllowRequest [2019-10-21T23:24:12.674Z] --- PASS: TestAuthZPluginAllowRequest (2.05s) [2019-10-21T23:24:12.674Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-21T23:24:12.674Z] === RUN TestAuthZPluginTLS [2019-10-21T23:24:12.674Z] --- PASS: TestAuthZPluginTLS (0.56s) [2019-10-21T23:24:12.674Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-21T23:24:12.674Z] === RUN TestAuthZPluginDenyRequest [2019-10-21T23:24:13.240Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-10-21T23:24:13.240Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-21T23:24:13.240Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-21T23:24:13.807Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2019-10-21T23:24:13.807Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-21T23:24:13.807Z] === RUN TestAuthZPluginDenyResponse [2019-10-21T23:24:13.849Z] #73 exporting layers 114.9s done [2019-10-21T23:24:13.849Z] #73 exporting manifest sha256:3ee4c6a62297bfccc30bfab826c7e33083a0f3a26337045214b654878c06c27b done [2019-10-21T23:24:13.849Z] #73 exporting config sha256:5c1ad9c684dbfbb8ff1d86160274469875ef3ef86474908d67d28c2b4eaca0db done [2019-10-21T23:24:13.849Z] #73 sending tarball [2019-10-21T23:24:14.370Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-10-21T23:24:14.370Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-21T23:24:14.370Z] === RUN TestAuthZPluginAllowEventStream [2019-10-21T23:24:16.263Z] --- PASS: TestAuthZPluginAllowEventStream (1.79s) [2019-10-21T23:24:16.263Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-21T23:24:16.263Z] === RUN TestAuthZPluginErrorResponse [2019-10-21T23:24:16.825Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2019-10-21T23:24:16.825Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-21T23:24:16.825Z] === RUN TestAuthZPluginErrorRequest [2019-10-21T23:24:17.388Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2019-10-21T23:24:17.388Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-21T23:24:17.388Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-21T23:24:17.951Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2019-10-21T23:24:17.951Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-21T23:24:17.951Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-21T23:24:19.446Z] #73 ... [2019-10-21T23:24:19.446Z] [2019-10-21T23:24:19.446Z] #74 importing to docker [2019-10-21T23:24:19.446Z] #74 ... [2019-10-21T23:24:19.446Z] [2019-10-21T23:24:19.446Z] #73 exporting to oci image format [2019-10-21T23:24:19.446Z] #73 sending tarball 17.8s done [2019-10-21T23:24:19.446Z] #73 DONE 132.6s [2019-10-21T23:24:19.446Z] [2019-10-21T23:24:19.446Z] #74 importing to docker [2019-10-21T23:24:19.844Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.06s) [2019-10-21T23:24:19.844Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-21T23:24:19.844Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-21T23:24:20.101Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-21T23:24:20.357Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-21T23:24:20.919Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-21T23:24:21.482Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-21T23:24:21.738Z] === RUN TestDockerSuite/TestBuildFails [2019-10-21T23:24:21.995Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.21s) [2019-10-21T23:24:21.995Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-21T23:24:21.995Z] === RUN TestAuthZPluginHeader [2019-10-21T23:24:22.924Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-21T23:24:22.924Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-21T23:24:22.924Z] --- PASS: TestAuthZPluginHeader (0.85s) [2019-10-21T23:24:22.924Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-21T23:24:22.924Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-21T23:24:26.199Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-21T23:24:28.093Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.85s) [2019-10-21T23:24:28.093Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest" [2019-10-21T23:24:28.093Z] === RUN TestAuthZPluginV2Disable [2019-10-21T23:24:28.093Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-21T23:24:29.551Z] --- PASS: TestBuildWithHugeFile (38.90s) [2019-10-21T23:24:29.551Z] === RUN TestBuildWithEmptyDockerfile [2019-10-21T23:24:29.551Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:24:29.551Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:24:29.551Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:24:29.551Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:24:29.551Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:24:29.551Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:24:29.551Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:24:29.551Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:24:29.551Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:24:29.551Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2019-10-21T23:24:29.551Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2019-10-21T23:24:29.551Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2019-10-21T23:24:29.551Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2019-10-21T23:24:29.551Z] === RUN TestBuildPreserveOwnership [2019-10-21T23:24:29.551Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-21T23:24:30.038Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-21T23:24:31.930Z] --- PASS: TestAuthZPluginV2Disable (3.99s) [2019-10-21T23:24:31.930Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable" [2019-10-21T23:24:31.930Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-21T23:24:31.930Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-21T23:24:32.124Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-21T23:24:32.493Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-21T23:24:33.429Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-21T23:24:34.105Z] --- PASS: TestBuildPreserveOwnership (6.95s) [2019-10-21T23:24:34.105Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.56s) [2019-10-21T23:24:34.105Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.38s) [2019-10-21T23:24:34.105Z] === RUN TestBuildPlatformInvalid [2019-10-21T23:24:34.105Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2019-10-21T23:24:34.105Z] PASS [2019-10-21T23:24:34.105Z] [2019-10-21T23:24:34.105Z] === Skipped [2019-10-21T23:24:34.105Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2019-10-21T23:24:34.105Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T23:24:34.105Z] [2019-10-21T23:24:34.105Z] [2019-10-21T23:24:34.105Z] DONE 32 tests, 1 skipped in 97.822s [2019-10-21T23:24:34.514Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-10-21T23:24:34.514Z] ++ 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-21T23:24:34.514Z] ++ set -e [2019-10-21T23:24:34.514Z] ++ '[' -n 0 ']' [2019-10-21T23:24:34.514Z] ++ set -x [2019-10-21T23:24:34.514Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T23:24:34.514Z] INFO: Testing against a local daemon [2019-10-21T23:24:34.514Z] === RUN TestConfigList [2019-10-21T23:24:35.321Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.28s) [2019-10-21T23:24:35.321Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests" [2019-10-21T23:24:35.321Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-21T23:24:35.886Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-21T23:24:36.819Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-21T23:24:37.384Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-21T23:24:37.864Z] --- PASS: TestConfigList (3.30s) [2019-10-21T23:24:37.864Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-21T23:24:37.864Z] === RUN TestConfigsCreateAndDelete [2019-10-21T23:24:40.621Z] --- PASS: TestConfigsCreateAndDelete (2.86s) [2019-10-21T23:24:40.621Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-21T23:24:40.621Z] === RUN TestConfigsUpdate [2019-10-21T23:24:41.555Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-21T23:24:44.051Z] --- PASS: TestConfigsUpdate (2.69s) [2019-10-21T23:24:44.051Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-21T23:24:44.051Z] === RUN TestTemplatedConfig [2019-10-21T23:24:44.074Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-21T23:24:45.421Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-21T23:24:45.421Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-10-21T23:24:45.421Z] remote: Enumerating objects: 19, done. [2019-10-21T23:24:45.421Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-10-21T23:24:45.421Z] 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-21T23:24:45.421Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-10-21T23:24:45.441Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-10-21T23:24:45.441Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-21T23:24:46.511Z] #74 DONE 26.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-21T23:24:46.809Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.57s) [2019-10-21T23:24:46.809Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart" [2019-10-21T23:24:46.809Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-21T23:24:47.046Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40089/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 hack/test/unit [2019-10-21T23:24:47.318Z] [2019-10-21T23:24:47.535Z] --- PASS: TestTemplatedConfig (3.65s) [2019-10-21T23:24:47.535Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-21T23:24:47.535Z] === RUN TestConfigInspect [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-21T23:24:50.151Z] --- PASS: TestConfigInspect (2.89s) [2019-10-21T23:24:50.151Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-21T23:24:50.151Z] === RUN TestConfigCreateWithLabels [2019-10-21T23:24:50.167Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40089/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 hack/test/unit [2019-10-21T23:24:50.978Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-21T23:24:50.978Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-21T23:24:51.235Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-21T23:24:51.480Z] ? github.com/docker/docker/api [no test files] [2019-10-21T23:24:51.797Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-21T23:24:52.360Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-21T23:24:52.360Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-21T23:24:53.288Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-21T23:24:53.442Z] ? github.com/docker/docker/api [no test files] [2019-10-21T23:24:53.681Z] --- PASS: TestConfigCreateWithLabels (3.19s) [2019-10-21T23:24:53.682Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-21T23:24:53.682Z] === RUN TestConfigCreateResolve [2019-10-21T23:24:53.851Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-21T23:24:54.414Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-21T23:24:54.670Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-21T23:24:55.233Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-21T23:24:55.496Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-21T23:24:56.340Z] --- PASS: TestConfigCreateResolve (3.30s) [2019-10-21T23:24:56.340Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-21T23:24:56.340Z] === RUN TestConfigDaemonLibtrustID [2019-10-21T23:24:56.863Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-21T23:24:57.178Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-10-21T23:24:57.178Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-21T23:24:57.178Z] PASS [2019-10-21T23:24:57.178Z] [2019-10-21T23:24:57.178Z] DONE 8 tests in 22.620s [2019-10-21T23:24:57.178Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-10-21T23:24:57.178Z] ++ 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-21T23:24:57.178Z] ++ set -e [2019-10-21T23:24:57.178Z] ++ '[' -n 0 ']' [2019-10-21T23:24:57.178Z] ++ set -x [2019-10-21T23:24:57.178Z] ++ env -i DEST=/go/src/github.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-21T23:24:57.178Z] INFO: Testing against a local daemon [2019-10-21T23:24:57.178Z] === RUN TestCheckpoint [2019-10-21T23:24:57.178Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-21T23:24:57.178Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T23:24:57.178Z] === RUN TestContainerInvalidJSON [2019-10-21T23:24:57.178Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:24:57.178Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:24:57.178Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:24:57.178Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:24:57.178Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:24:57.178Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:24:57.178Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:24:57.178Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:24:57.178Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:24:57.178Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-21T23:24:57.178Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-21T23:24:57.178Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-10-21T23:24:57.178Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-21T23:24:57.178Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-21T23:24:57.592Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) [2019-10-21T23:24:57.592Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-21T23:24:57.592Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-10-21T23:24:57.592Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-21T23:24:57.592Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2019-10-21T23:24:57.592Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-21T23:24:57.992Z] --- PASS: TestCopyToContainerPathIsNotDir (0.16s) [2019-10-21T23:24:57.992Z] === RUN TestCopyFromContainer [2019-10-21T23:24:59.382Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-21T23:25:00.015Z] === RUN TestCopyFromContainer// [2019-10-21T23:25:00.015Z] === RUN TestCopyFromContainer//bar/root [2019-10-21T23:25:00.487Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-21T23:25:00.487Z] === RUN TestCopyFromContainer/bar/quux [2019-10-21T23:25:00.487Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-21T23:25:00.487Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-21T23:25:00.978Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-21T23:25:00.978Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-21T23:25:00.978Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-21T23:25:00.978Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-21T23:25:01.443Z] --- PASS: TestCopyFromContainer (3.43s) [2019-10-21T23:25:01.443Z] --- PASS: TestCopyFromContainer// (0.13s) [2019-10-21T23:25:01.443Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2019-10-21T23:25:01.443Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-10-21T23:25:01.443Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2019-10-21T23:25:01.443Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2019-10-21T23:25:01.443Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2019-10-21T23:25:01.443Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-10-21T23:25:01.443Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2019-10-21T23:25:01.443Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2019-10-21T23:25:01.443Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-10-21T23:25:01.443Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-21T23:25:01.443Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:25:01.443Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:25:01.443Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:25:01.443Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:25:01.443Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:25:01.443Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:25:01.443Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:25:01.443Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:25:01.443Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:25:01.443Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-21T23:25:01.443Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-21T23:25:01.443Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-21T23:25:01.443Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-21T23:25:01.443Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-21T23:25:01.443Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-10-21T23:25:01.443Z] === RUN TestCreateWithInvalidEnv [2019-10-21T23:25:01.443Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-21T23:25:01.443Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-21T23:25:01.443Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-21T23:25:01.443Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-21T23:25:01.443Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-21T23:25:01.443Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-21T23:25:01.443Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-21T23:25:01.443Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-21T23:25:01.443Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-21T23:25:01.443Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-10-21T23:25:01.443Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-21T23:25:01.443Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-21T23:25:01.443Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-21T23:25:01.443Z] === RUN TestCreateTmpfsMountsTarget [2019-10-21T23:25:01.443Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-21T23:25:01.443Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-21T23:25:03.598Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2019-10-21T23:25:03.598Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-21T23:25:03.598Z] PASS [2019-10-21T23:25:03.598Z] [2019-10-21T23:25:03.598Z] DONE 17 tests in 53.237s [2019-10-21T23:25:03.598Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-21T23:25:03.598Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-21T23:25:03.598Z] ++ set -e [2019-10-21T23:25:03.598Z] ++ '[' -n 0 ']' [2019-10-21T23:25:03.598Z] ++ set -x [2019-10-21T23:25:03.598Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-21T23:25:03.598Z] INFO: Testing against a local daemon [2019-10-21T23:25:03.598Z] === RUN TestPluginInvalidJSON [2019-10-21T23:25:03.598Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:25:03.598Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:25:03.598Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:25:03.598Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-10-21T23:25:03.598Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-21T23:25:03.598Z] PASS [2019-10-21T23:25:03.598Z] [2019-10-21T23:25:03.598Z] DONE 2 tests in 0.196s [2019-10-21T23:25:03.598Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-21T23:25:03.598Z] ++ 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-21T23:25:03.598Z] ++ set -e [2019-10-21T23:25:03.598Z] ++ '[' -n 0 ']' [2019-10-21T23:25:03.598Z] ++ set -x [2019-10-21T23:25:03.598Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-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-21T23:25:03.598Z] INFO: Testing against a local daemon [2019-10-21T23:25:03.598Z] === RUN TestExternalGraphDriver [2019-10-21T23:25:03.938Z] === RUN TestExternalGraphDriver/json [2019-10-21T23:25:05.311Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-21T23:25:05.668Z] --- PASS: TestCreateWithCustomMaskedPaths (3.74s) [2019-10-21T23:25:05.668Z] === RUN TestCreateWithCapabilities [2019-10-21T23:25:05.668Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-21T23:25:05.668Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-21T23:25:05.668Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-21T23:25:05.668Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-21T23:25:05.668Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-21T23:25:05.668Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-21T23:25:05.668Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-21T23:25:05.668Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-21T23:25:05.668Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T23:25:05.668Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T23:25:05.668Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T23:25:05.668Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T23:25:05.668Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-21T23:25:05.668Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-21T23:25:05.668Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-21T23:25:05.668Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-21T23:25:05.668Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-21T23:25:05.668Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-21T23:25:05.669Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T23:25:05.669Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T23:25:05.669Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T23:25:05.669Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T23:25:05.669Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-21T23:25:05.669Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T23:25:05.669Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T23:25:05.669Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-21T23:25:05.669Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-21T23:25:05.669Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-21T23:25:05.669Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T23:25:05.669Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T23:25:05.669Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-21T23:25:05.669Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-21T23:25:05.669Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-21T23:25:05.669Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-10-21T23:25:05.669Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-21T23:25:05.669Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-21T23:25:05.669Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2019-10-21T23:25:05.669Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2019-10-21T23:25:05.669Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2019-10-21T23:25:05.669Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2019-10-21T23:25:05.669Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-10-21T23:25:05.669Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-10-21T23:25:05.669Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2019-10-21T23:25:05.669Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-10-21T23:25:05.669Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-10-21T23:25:05.669Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-21T23:25:05.877Z] === RUN TestExternalGraphDriver/spec [2019-10-21T23:25:07.247Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-10-21T23:25:08.177Z] === RUN TestExternalGraphDriver/pull [2019-10-21T23:25:08.407Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.74s) [2019-10-21T23:25:08.407Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-21T23:25:08.407Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:25:08.407Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:25:08.407Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:25:08.407Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:25:08.407Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:25:08.407Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:25:08.407Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:25:08.407Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:25:08.407Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:25:08.407Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:25:08.407Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:25:08.407Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:25:08.407Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:25:08.407Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:25:08.407Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:25:08.407Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-10-21T23:25:08.407Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-21T23:25:08.407Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-21T23:25:08.407Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-21T23:25:08.407Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-21T23:25:08.407Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-21T23:25:08.407Z] === RUN TestContainerStartOnDaemonRestart [2019-10-21T23:25:08.407Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-21T23:25:08.407Z] === RUN TestDaemonRestartIpcMode [2019-10-21T23:25:08.407Z] === PAUSE TestDaemonRestartIpcMode [2019-10-21T23:25:08.407Z] === RUN TestDiff [2019-10-21T23:25:08.453Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2019-10-21T23:25:09.276Z] --- PASS: TestDiff (0.95s) [2019-10-21T23:25:09.276Z] === RUN TestExecWithCloseStdin [2019-10-21T23:25:09.547Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-21T23:25:09.804Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-21T23:25:10.061Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-21T23:25:10.318Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-21T23:25:10.318Z] --- PASS: TestExternalGraphDriver (6.66s) [2019-10-21T23:25:10.318Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-21T23:25:10.318Z] --- PASS: TestExternalGraphDriver/json (2.07s) [2019-10-21T23:25:10.318Z] --- PASS: TestExternalGraphDriver/spec (2.17s) [2019-10-21T23:25:10.318Z] --- PASS: TestExternalGraphDriver/pull (2.29s) [2019-10-21T23:25:10.318Z] === RUN TestGraphdriverPluginV2 [2019-10-21T23:25:10.318Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-21T23:25:10.650Z] --- PASS: TestExecWithCloseStdin (1.31s) [2019-10-21T23:25:10.650Z] === RUN TestExec [2019-10-21T23:25:10.881Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-21T23:25:11.501Z] --- PASS: TestExec (1.13s) [2019-10-21T23:25:11.501Z] === RUN TestExecUser [2019-10-21T23:25:12.249Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-21T23:25:12.829Z] --- PASS: TestExecUser (1.18s) [2019-10-21T23:25:12.829Z] === RUN TestExportContainerAndImportImage [2019-10-21T23:25:13.955Z] ok github.com/docker/docker/api/server 0.056s coverage: 9.0% of statements [2019-10-21T23:25:14.140Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-21T23:25:14.319Z] --- PASS: TestExportContainerAndImportImage (1.30s) [2019-10-21T23:25:14.319Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-21T23:25:15.507Z] --- PASS: TestGraphdriverPluginV2 (5.04s) [2019-10-21T23:25:15.507Z] external_test.go:413: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2" [2019-10-21T23:25:15.507Z] PASS [2019-10-21T23:25:15.507Z] [2019-10-21T23:25:15.507Z] DONE 5 tests in 11.881s [2019-10-21T23:25:15.507Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-21T23:25:15.507Z] ++ 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-21T23:25:15.507Z] ++ set -e [2019-10-21T23:25:15.507Z] ++ '[' -n 0 ']' [2019-10-21T23:25:15.507Z] ++ set -x [2019-10-21T23:25:15.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=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-21T23:25:15.507Z] INFO: Testing against a local daemon [2019-10-21T23:25:15.507Z] === RUN TestContinueAfterPluginCrash [2019-10-21T23:25:15.507Z] === PAUSE TestContinueAfterPluginCrash [2019-10-21T23:25:15.507Z] === RUN TestDaemonStartWithLogOpt [2019-10-21T23:25:15.507Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-21T23:25:15.507Z] === CONT TestContinueAfterPluginCrash [2019-10-21T23:25:15.507Z] === CONT TestDaemonStartWithLogOpt [2019-10-21T23:25:15.670Z] --- PASS: TestExportContainerAfterDaemonRestart (1.62s) [2019-10-21T23:25:15.670Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-21T23:25:15.670Z] === RUN TestHealthCheckWorkdir [2019-10-21T23:25:17.638Z] --- PASS: TestHealthCheckWorkdir (1.54s) [2019-10-21T23:25:17.638Z] === RUN TestHealthKillContainer [2019-10-21T23:25:17.736Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-21T23:25:17.736Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-21T23:25:17.736Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-21T23:25:17.736Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-21T23:25:17.736Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-21T23:25:17.736Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-21T23:25:17.736Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-21T23:25:17.736Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-21T23:25:17.736Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-21T23:25:17.736Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-21T23:25:17.736Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-21T23:25:17.736Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-21T23:25:19.686Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-21T23:25:19.942Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-21T23:25:20.246Z] --- PASS: TestHealthKillContainer (3.05s) [2019-10-21T23:25:20.246Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-21T23:25:20.873Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-21T23:25:21.161Z] --- PASS: TestInspectCpusetInConfigPre120 (1.04s) [2019-10-21T23:25:21.161Z] === RUN TestIpcModeNone [2019-10-21T23:25:22.432Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-21T23:25:22.432Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-21T23:25:22.432Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-21T23:25:23.081Z] --- PASS: TestIpcModeNone (1.58s) [2019-10-21T23:25:23.081Z] === RUN TestIpcModePrivate [2019-10-21T23:25:23.971Z] --- PASS: TestIpcModePrivate (1.22s) [2019-10-21T23:25:23.971Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2019-10-21T23:25:23.971Z] === RUN TestIpcModeShareable [2019-10-21T23:25:24.635Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-21T23:25:25.382Z] --- PASS: TestIpcModeShareable (1.26s) [2019-10-21T23:25:25.382Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2019-10-21T23:25:25.382Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-21T23:25:26.824Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-21T23:25:26.824Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-21T23:25:26.824Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-21T23:25:26.824Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-21T23:25:26.824Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-21T23:25:28.930Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.65s) [2019-10-21T23:25:28.930Z] === RUN TestAPIIpcModeHost [2019-10-21T23:25:29.734Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-21T23:25:29.734Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-21T23:25:29.734Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-21T23:25:29.802Z] --- PASS: TestAPIIpcModeHost (0.81s) [2019-10-21T23:25:29.802Z] === RUN TestDaemonIpcModeShareable [2019-10-21T23:25:30.827Z] --- PASS: TestDaemonStartWithLogOpt (15.29s) [2019-10-21T23:25:30.827Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-21T23:25:31.083Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-10-21T23:25:32.441Z] --- PASS: TestDaemonIpcModeShareable (2.17s) [2019-10-21T23:25:32.441Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-21T23:25:32.441Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-21T23:25:32.441Z] === RUN TestDaemonIpcModePrivate [2019-10-21T23:25:34.353Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-21T23:25:34.712Z] --- PASS: TestDaemonIpcModePrivate (2.37s) [2019-10-21T23:25:34.712Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-21T23:25:34.712Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-21T23:25:34.712Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-21T23:25:35.282Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-10-21T23:25:35.535Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-21T23:25:35.538Z] --- PASS: TestContinueAfterPluginCrash (20.00s) [2019-10-21T23:25:35.538Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-21T23:25:35.538Z] PASS [2019-10-21T23:25:35.538Z] [2019-10-21T23:25:35.538Z] DONE 2 tests in 20.162s [2019-10-21T23:25:35.538Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-21T23:25:35.538Z] ++ 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-21T23:25:35.538Z] ++ set -e [2019-10-21T23:25:35.538Z] ++ '[' -n 0 ']' [2019-10-21T23:25:35.538Z] ++ set -x [2019-10-21T23:25:35.538Z] ++ env -i DEST=/go/src/github.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-21T23:25:35.795Z] INFO: Testing against a local daemon [2019-10-21T23:25:35.795Z] === RUN TestPluginWithDevMounts [2019-10-21T23:25:35.795Z] === PAUSE TestPluginWithDevMounts [2019-10-21T23:25:35.795Z] === CONT TestPluginWithDevMounts [2019-10-21T23:25:36.734Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.39s) [2019-10-21T23:25:36.734Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-21T23:25:36.734Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-21T23:25:36.734Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-21T23:25:38.316Z] --- PASS: TestPluginWithDevMounts (2.28s) [2019-10-21T23:25:38.316Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-21T23:25:38.316Z] PASS [2019-10-21T23:25:38.316Z] [2019-10-21T23:25:38.316Z] DONE 1 tests in 2.495s [2019-10-21T23:25:38.316Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-21T23:25:38.316Z] ++ 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-21T23:25:38.316Z] ++ set -e [2019-10-21T23:25:38.316Z] ++ '[' -n 0 ']' [2019-10-21T23:25:38.316Z] ++ set -x [2019-10-21T23:25:38.316Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-21T23:25:38.316Z] INFO: Testing against a local daemon [2019-10-21T23:25:38.316Z] === RUN TestSecretInspect [2019-10-21T23:25:39.245Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-21T23:25:39.347Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.09s) [2019-10-21T23:25:39.347Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-21T23:25:39.347Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-21T23:25:39.347Z] === RUN TestIpcModeOlderClient [2019-10-21T23:25:39.347Z] === PAUSE TestIpcModeOlderClient [2019-10-21T23:25:39.347Z] === RUN TestKillContainerInvalidSignal [2019-10-21T23:25:39.828Z] --- PASS: TestKillContainerInvalidSignal (1.06s) [2019-10-21T23:25:39.828Z] === RUN TestKillContainer [2019-10-21T23:25:39.828Z] === RUN TestKillContainer/no_signal [2019-10-21T23:25:40.612Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-21T23:25:41.175Z] --- PASS: TestSecretInspect (3.05s) [2019-10-21T23:25:41.175Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-21T23:25:41.175Z] === RUN TestSecretList [2019-10-21T23:25:41.267Z] === RUN TestKillContainer/non_killing_signal [2019-10-21T23:25:41.671Z] === RUN TestKillContainer/killing_signal [2019-10-21T23:25:43.066Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-21T23:25:43.066Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-21T23:25:43.629Z] --- PASS: TestKillContainer (3.31s) [2019-10-21T23:25:43.630Z] --- PASS: TestKillContainer/no_signal (1.16s) [2019-10-21T23:25:43.630Z] --- PASS: TestKillContainer/non_killing_signal (0.66s) [2019-10-21T23:25:43.630Z] --- PASS: TestKillContainer/killing_signal (1.01s) [2019-10-21T23:25:43.630Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-21T23:25:43.630Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-21T23:25:43.995Z] --- PASS: TestSecretList (2.80s) [2019-10-21T23:25:43.995Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-21T23:25:43.995Z] === RUN TestSecretsCreateAndDelete [2019-10-21T23:25:44.482Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-21T23:25:45.948Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.50s) [2019-10-21T23:25:45.948Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.02s) [2019-10-21T23:25:45.948Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.64s) [2019-10-21T23:25:45.948Z] === RUN TestKillStoppedContainer [2019-10-21T23:25:45.948Z] --- PASS: TestKillStoppedContainer (0.07s) [2019-10-21T23:25:45.948Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-21T23:25:45.948Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-10-21T23:25:45.948Z] === RUN TestKillDifferentUserContainer [2019-10-21T23:25:46.868Z] --- PASS: TestKillDifferentUserContainer (1.03s) [2019-10-21T23:25:46.868Z] === RUN TestInspectOomKilledTrue [2019-10-21T23:25:46.868Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-10-21T23:25:46.868Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:25:46.868Z] === RUN TestInspectOomKilledFalse [2019-10-21T23:25:46.868Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-21T23:25:46.868Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:25:46.868Z] === RUN TestLinksEtcHostsContentMatch [2019-10-21T23:25:47.269Z] --- PASS: TestSecretsCreateAndDelete (3.14s) [2019-10-21T23:25:47.269Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-21T23:25:47.269Z] === RUN TestSecretsUpdate [2019-10-21T23:25:47.757Z] --- PASS: TestLinksEtcHostsContentMatch (0.84s) [2019-10-21T23:25:47.757Z] === RUN TestLinksContainerNames [2019-10-21T23:25:48.637Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-21T23:25:48.893Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-21T23:25:49.149Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-10-21T23:25:50.341Z] --- PASS: TestLinksContainerNames (2.08s) [2019-10-21T23:25:50.341Z] === RUN TestLogsFollowTailEmpty [2019-10-21T23:25:50.518Z] --- PASS: TestSecretsUpdate (3.17s) [2019-10-21T23:25:50.518Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-21T23:25:50.518Z] === RUN TestTemplatedSecret [2019-10-21T23:25:50.765Z] --- PASS: TestLogsFollowTailEmpty (1.02s) [2019-10-21T23:25:50.765Z] === RUN TestContainerNetworkMountsNoChown [2019-10-21T23:25:51.690Z] --- PASS: TestContainerNetworkMountsNoChown (0.87s) [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/default [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/default [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/private [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/private [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rprivate [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/slave [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/slave [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rslave [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/shared [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/shared [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rshared [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-21T23:25:51.690Z] === CONT TestMountDaemonRoot/default [2019-10-21T23:25:51.690Z] === CONT TestMountDaemonRoot/rslave [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T23:25:51.690Z] === CONT TestMountDaemonRoot/rshared [2019-10-21T23:25:51.690Z] === CONT TestMountDaemonRoot/shared [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T23:25:51.690Z] === CONT TestMountDaemonRoot/rprivate [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-21T23:25:51.690Z] === CONT TestMountDaemonRoot/slave [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-21T23:25:51.690Z] === CONT TestMountDaemonRoot/private [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-21T23:25:51.690Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-21T23:25:51.690Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-21T23:25:51.690Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-21T23:25:51.690Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-21T23:25:51.921Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-21T23:25:52.178Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-21T23:25:52.190Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T23:25:52.642Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-21T23:25:52.642Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T23:25:52.642Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-21T23:25:52.642Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-21T23:25:52.642Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T23:25:52.642Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-21T23:25:52.642Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-21T23:25:52.642Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-21T23:25:52.642Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-21T23:25:52.642Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-21T23:25:53.084Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-21T23:25:53.084Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.12s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.12s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.24s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.21s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.08s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-10-21T23:25:53.084Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-10-21T23:25:53.084Z] === RUN TestContainerBindMountNonRecursive [2019-10-21T23:25:54.071Z] --- PASS: TestTemplatedSecret (3.71s) [2019-10-21T23:25:54.071Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-21T23:25:54.071Z] === RUN TestSecretCreateResolve [2019-10-21T23:25:55.002Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-21T23:25:55.710Z] --- PASS: TestContainerBindMountNonRecursive (2.60s) [2019-10-21T23:25:55.710Z] === RUN TestNetworkNat [2019-10-21T23:25:55.931Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-21T23:25:56.596Z] --- PASS: TestNetworkNat (1.07s) [2019-10-21T23:25:56.596Z] === RUN TestNetworkLocalhostTCPNat [2019-10-21T23:25:57.298Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-21T23:25:57.298Z] --- PASS: TestSecretCreateResolve (3.13s) [2019-10-21T23:25:57.298Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-21T23:25:57.298Z] PASS [2019-10-21T23:25:57.298Z] [2019-10-21T23:25:57.298Z] DONE 6 tests in 19.148s [2019-10-21T23:25:57.298Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-10-21T23:25:57.299Z] ++ 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-21T23:25:57.299Z] ++ set -e [2019-10-21T23:25:57.299Z] ++ '[' -n 0 ']' [2019-10-21T23:25:57.299Z] ++ set -x [2019-10-21T23:25:57.299Z] ++ env -i DEST=/go/src/github.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-21T23:25:57.299Z] INFO: Testing against a local daemon [2019-10-21T23:25:57.299Z] === RUN TestServiceCreateInit [2019-10-21T23:25:57.483Z] --- PASS: TestNetworkLocalhostTCPNat (0.95s) [2019-10-21T23:25:57.483Z] === RUN TestNetworkLoopbackNat [2019-10-21T23:25:57.555Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-21T23:25:58.485Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-21T23:25:59.037Z] --- PASS: TestNetworkLoopbackNat (1.39s) [2019-10-21T23:25:59.037Z] === RUN TestPause [2019-10-21T23:25:59.919Z] --- PASS: TestPause (1.07s) [2019-10-21T23:25:59.919Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-21T23:25:59.919Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2019-10-21T23:25:59.919Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T23:25:59.919Z] === RUN TestPauseStopPausedContainer [2019-10-21T23:26:00.380Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-21T23:26:00.636Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-21T23:26:00.636Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-21T23:26:01.201Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-21T23:26:01.318Z] --- PASS: TestPauseStopPausedContainer (1.05s) [2019-10-21T23:26:01.318Z] === RUN TestPsFilter [2019-10-21T23:26:01.318Z] --- PASS: TestPsFilter (0.27s) [2019-10-21T23:26:01.318Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-21T23:26:01.458Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-21T23:26:02.181Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.84s) [2019-10-21T23:26:02.181Z] === RUN TestRemoveContainerWithVolume [2019-10-21T23:26:02.391Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-21T23:26:02.954Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-21T23:26:03.545Z] --- PASS: TestRemoveContainerWithVolume (1.11s) [2019-10-21T23:26:03.545Z] === RUN TestRemoveContainerRunning [2019-10-21T23:26:04.608Z] --- PASS: TestRemoveContainerRunning (1.01s) [2019-10-21T23:26:04.608Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-21T23:26:04.847Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-21T23:26:05.507Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.16s) [2019-10-21T23:26:05.507Z] === RUN TestRemoveInvalidContainer [2019-10-21T23:26:05.507Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-10-21T23:26:05.507Z] === RUN TestRenameLinkedContainer [2019-10-21T23:26:05.777Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-21T23:26:08.297Z] --- PASS: TestServiceCreateInit (10.92s) [2019-10-21T23:26:08.297Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.39s) [2019-10-21T23:26:08.297Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-21T23:26:08.297Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.50s) [2019-10-21T23:26:08.297Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-21T23:26:08.297Z] === RUN TestCreateServiceMultipleTimes [2019-10-21T23:26:08.860Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-21T23:26:09.059Z] --- PASS: TestRenameLinkedContainer (3.73s) [2019-10-21T23:26:09.059Z] === RUN TestRenameStoppedContainer [2019-10-21T23:26:10.000Z] --- PASS: TestRenameStoppedContainer (0.96s) [2019-10-21T23:26:10.000Z] === RUN TestRenameRunningContainerAndReuse [2019-10-21T23:26:10.778Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-21T23:26:12.797Z] --- PASS: TestRenameRunningContainerAndReuse (2.20s) [2019-10-21T23:26:12.797Z] === RUN TestRenameInvalidName [2019-10-21T23:26:13.707Z] --- PASS: TestRenameInvalidName (1.34s) [2019-10-21T23:26:13.707Z] === RUN TestRenameAnonymousContainer [2019-10-21T23:26:14.050Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-21T23:26:15.419Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-21T23:26:16.301Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2019-10-21T23:26:16.301Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-21T23:26:16.301Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 4.0% of statements [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/types [no test files] [2019-10-21T23:26:16.301Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-21T23:26:16.302Z] ok github.com/docker/docker/api/types/strslice 0.018s coverage: 90.0% of statements [2019-10-21T23:26:16.302Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-21T23:26:16.302Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2019-10-21T23:26:16.302Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/builder [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-21T23:26:16.302Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-21T23:26:16.302Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2019-10-21T23:26:17.313Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-21T23:26:17.571Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-21T23:26:18.187Z] --- PASS: TestRenameAnonymousContainer (4.56s) [2019-10-21T23:26:18.187Z] === RUN TestRenameContainerWithSameName [2019-10-21T23:26:19.816Z] --- PASS: TestRenameContainerWithSameName (1.43s) [2019-10-21T23:26:19.816Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-21T23:26:20.481Z] ok github.com/docker/docker/builder/remotecontext 0.181s coverage: 13.6% of statements [2019-10-21T23:26:20.481Z] ok github.com/docker/docker/builder/dockerfile 0.547s coverage: 48.2% of statements [2019-10-21T23:26:21.046Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-10-21T23:26:21.745Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-21T23:26:22.482Z] --- PASS: TestRenameContainerWithLinkedContainer (2.79s) [2019-10-21T23:26:22.482Z] === RUN TestResize [2019-10-21T23:26:22.940Z] ok github.com/docker/docker/builder/remotecontext/git 1.691s coverage: 85.1% of statements [2019-10-21T23:26:22.941Z] ? github.com/docker/docker/cli [no test files] [2019-10-21T23:26:22.941Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-21T23:26:23.860Z] --- PASS: TestResize (1.10s) [2019-10-21T23:26:23.860Z] === RUN TestResizeWithInvalidSize [2019-10-21T23:26:24.263Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-21T23:26:24.760Z] --- PASS: TestResizeWithInvalidSize (1.33s) [2019-10-21T23:26:24.760Z] === RUN TestResizeWhenContainerNotStarted [2019-10-21T23:26:25.192Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-21T23:26:25.462Z] ok github.com/docker/docker/client 0.282s coverage: 75.8% of statements [2019-10-21T23:26:26.121Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-21T23:26:26.216Z] --- PASS: TestResizeWhenContainerNotStarted (1.29s) [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T23:26:26.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T23:26:26.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T23:26:26.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T23:26:26.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T23:26:26.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T23:26:26.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T23:26:26.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T23:26:26.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:26:26.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:26:26.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:26:26.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:26:26.216Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:26:26.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:26:26.216Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T23:26:26.216Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T23:26:28.923Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:26:29.355Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:26:30.289Z] --- PASS: TestCreateServiceMultipleTimes (21.36s) [2019-10-21T23:26:30.289Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-21T23:26:30.289Z] === RUN TestCreateServiceConflict [2019-10-21T23:26:30.761Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:26:31.250Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:26:32.808Z] --- PASS: TestCreateServiceConflict (3.06s) [2019-10-21T23:26:32.808Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-21T23:26:32.808Z] === RUN TestCreateServiceMaxReplicas [2019-10-21T23:26:33.354Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T23:26:33.354Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T23:26:34.703Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-10-21T23:26:36.598Z] --- PASS: TestCreateServiceMaxReplicas (3.78s) [2019-10-21T23:26:36.598Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-21T23:26:36.598Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-21T23:26:36.921Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T23:26:36.922Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T23:26:37.528Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-21T23:26:41.540Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T23:26:41.540Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T23:26:42.777Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-10-21T23:26:44.669Z] === RUN TestDockerSuite/TestBuildRm [2019-10-21T23:26:45.011Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-21T23:26:45.011Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.64s) [2019-10-21T23:26:45.011Z] 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-21T23:26:45.011Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.01s) [2019-10-21T23:26:45.011Z] 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-21T23:26:45.011Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.90s) [2019-10-21T23:26:45.011Z] 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-21T23:26:45.011Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.83s) [2019-10-21T23:26:45.011Z] 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-21T23:26:45.011Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.37s) [2019-10-21T23:26:45.011Z] 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-21T23:26:45.011Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.13s) [2019-10-21T23:26:45.011Z] 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-21T23:26:45.011Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.18s) [2019-10-21T23:26:45.011Z] 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-21T23:26:45.011Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.32s) [2019-10-21T23:26:45.011Z] 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-21T23:26:45.011Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.71s) [2019-10-21T23:26:45.012Z] 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-21T23:26:45.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.81s) [2019-10-21T23:26:45.012Z] 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-21T23:26:45.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.21s) [2019-10-21T23:26:45.012Z] 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-21T23:26:45.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.27s) [2019-10-21T23:26:45.012Z] 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-21T23:26:45.012Z] === RUN TestCgroupNamespacesRun [2019-10-21T23:26:46.583Z] --- PASS: TestCgroupNamespacesRun (2.04s) [2019-10-21T23:26:46.583Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-21T23:26:46.583Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-21T23:26:48.744Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.99s) [2019-10-21T23:26:48.744Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-21T23:26:48.744Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-21T23:26:48.843Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-21T23:26:49.406Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-21T23:26:50.702Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.08s) [2019-10-21T23:26:50.702Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-21T23:26:50.702Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-21T23:26:50.772Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-21T23:26:51.334Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-21T23:26:51.915Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-10-21T23:26:51.915Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-21T23:26:52.729Z] --- PASS: TestCgroupNamespacesRunHostMode (2.20s) [2019-10-21T23:26:52.729Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-21T23:26:52.729Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-21T23:26:53.282Z] --- PASS: TestCreateWithDuplicateNetworkNames (16.66s) [2019-10-21T23:26:53.282Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-21T23:26:53.282Z] === RUN TestCreateServiceSecretFileMode [2019-10-21T23:26:53.539Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-21T23:26:54.856Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.21s) [2019-10-21T23:26:54.856Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-21T23:26:54.856Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-21T23:26:54.909Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-21T23:26:56.202Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.99s) [2019-10-21T23:26:56.202Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-21T23:26:56.202Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-21T23:26:56.277Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-21T23:26:56.533Z] --- PASS: TestCreateServiceSecretFileMode (3.40s) [2019-10-21T23:26:56.533Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-21T23:26:56.533Z] === RUN TestCreateServiceConfigFileMode [2019-10-21T23:26:57.089Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.96s) [2019-10-21T23:26:57.089Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-21T23:26:57.089Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-21T23:26:59.046Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.15s) [2019-10-21T23:26:59.046Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-21T23:26:59.046Z] === RUN TestKernelTCPMemory [2019-10-21T23:26:59.805Z] --- PASS: TestCreateServiceConfigFileMode (3.33s) [2019-10-21T23:26:59.805Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-21T23:26:59.805Z] === RUN TestCreateServiceSysctls [2019-10-21T23:27:00.174Z] --- PASS: TestKernelTCPMemory (1.26s) [2019-10-21T23:27:00.174Z] === RUN TestNISDomainname [2019-10-21T23:27:00.735Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-21T23:27:00.991Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-21T23:27:01.248Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-21T23:27:01.248Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-21T23:27:01.504Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-21T23:27:01.612Z] --- PASS: TestNISDomainname (1.32s) [2019-10-21T23:27:01.612Z] === RUN TestHostnameDnsResolution [2019-10-21T23:27:02.873Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-21T23:27:03.007Z] --- PASS: TestHostnameDnsResolution (1.37s) [2019-10-21T23:27:03.007Z] === RUN TestStats [2019-10-21T23:27:03.130Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-21T23:27:04.060Z] --- PASS: TestCreateServiceSysctls (4.15s) [2019-10-21T23:27:04.060Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-21T23:27:04.060Z] === RUN TestCreateServiceCapabilities [2019-10-21T23:27:04.150Z] ok github.com/docker/docker/cmd/dockerd 0.062s coverage: 30.3% of statements [2019-10-21T23:27:04.150Z] ok github.com/docker/docker/container 0.138s coverage: 35.3% of statements [2019-10-21T23:27:04.150Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-21T23:27:04.150Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-21T23:27:04.150Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-21T23:27:04.150Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-21T23:27:04.317Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-21T23:27:06.183Z] ok github.com/docker/docker/api/server/httputils 0.032s coverage: 14.7% of statements [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-21T23:27:06.183Z] ok github.com/docker/docker/api/server/middleware 0.027s coverage: 37.7% of statements [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-21T23:27:06.183Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2019-10-21T23:27:06.183Z] ok github.com/docker/docker/api/server/router/swarm 0.036s coverage: 4.0% of statements [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-21T23:27:06.183Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 92.2% of statements [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-21T23:27:06.183Z] ok github.com/docker/docker/api/types/time 0.048s coverage: 100.0% of statements [2019-10-21T23:27:06.183Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 75.0% of statements [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/builder [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-21T23:27:06.183Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-21T23:27:06.183Z] ok github.com/docker/docker/builder/dockerignore 0.022s coverage: 96.8% of statements [2019-10-21T23:27:06.385Z] --- PASS: TestStats (2.96s) [2019-10-21T23:27:06.385Z] === RUN TestStopContainerWithTimeout [2019-10-21T23:27:06.385Z] === RUN TestStopContainerWithTimeout/0 [2019-10-21T23:27:06.385Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-21T23:27:06.385Z] === RUN TestStopContainerWithTimeout/1 [2019-10-21T23:27:06.385Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-21T23:27:06.385Z] === RUN TestStopContainerWithTimeout/3 [2019-10-21T23:27:06.385Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-21T23:27:06.385Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-21T23:27:06.385Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-21T23:27:06.385Z] === CONT TestStopContainerWithTimeout/0 [2019-10-21T23:27:06.385Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-21T23:27:06.472Z] ok github.com/docker/docker/cli/debug 0.017s coverage: 100.0% of statements [2019-10-21T23:27:07.587Z] --- PASS: TestCreateServiceCapabilities (3.20s) [2019-10-21T23:27:07.587Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-21T23:27:07.587Z] === RUN TestInspect [2019-10-21T23:27:07.687Z] === CONT TestStopContainerWithTimeout/3 [2019-10-21T23:27:08.522Z] ok github.com/docker/docker/builder/remotecontext/git 4.805s coverage: 85.1% of statements [2019-10-21T23:27:09.479Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-21T23:27:09.626Z] === CONT TestStopContainerWithTimeout/1 [2019-10-21T23:27:10.409Z] --- PASS: TestInspect (3.25s) [2019-10-21T23:27:10.409Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-21T23:27:10.409Z] === RUN TestServiceListWithStatuses [2019-10-21T23:27:10.409Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-21T23:27:10.409Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T23:27:10.409Z] === RUN TestDockerNetworkConnectAlias [2019-10-21T23:27:10.599Z] ok github.com/docker/docker/builder/remotecontext 0.552s coverage: 13.6% of statements [2019-10-21T23:27:10.667Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-21T23:27:11.688Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-10-21T23:27:11.688Z] --- PASS: TestStopContainerWithTimeout/0 (1.75s) [2019-10-21T23:27:11.688Z] --- PASS: TestStopContainerWithTimeout/-1 (3.46s) [2019-10-21T23:27:11.688Z] --- PASS: TestStopContainerWithTimeout/3 (2.89s) [2019-10-21T23:27:11.688Z] --- PASS: TestStopContainerWithTimeout/1 (2.06s) [2019-10-21T23:27:11.688Z] === RUN TestDeleteDevicemapper [2019-10-21T23:27:11.688Z] --- SKIP: TestDeleteDevicemapper (0.01s) [2019-10-21T23:27:11.688Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T23:27:11.688Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-21T23:27:12.157Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-21T23:27:12.414Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-21T23:27:13.782Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-21T23:27:14.109Z] ok github.com/docker/docker/daemon/cluster 0.053s coverage: 0.5% of statements [2019-10-21T23:27:14.314Z] ok github.com/docker/docker/builder/dockerfile 1.512s coverage: 48.2% of statements [2019-10-21T23:27:14.314Z] ? github.com/docker/docker/cli [no test files] [2019-10-21T23:27:14.314Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-21T23:27:14.366Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-10-21T23:27:15.149Z] === RUN TestDockerSuite/TestBuildUser [2019-10-21T23:27:15.737Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.8% of statements [2019-10-21T23:27:16.124Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.31s) [2019-10-21T23:27:16.124Z] === RUN TestUpdateMemory [2019-10-21T23:27:16.124Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-21T23:27:16.124Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:27:16.124Z] === RUN TestUpdateCPUQuota [2019-10-21T23:27:17.539Z] --- PASS: TestUpdateCPUQuota (1.90s) [2019-10-21T23:27:17.539Z] === RUN TestUpdatePidsLimit [2019-10-21T23:27:17.539Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-21T23:27:17.667Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-21T23:27:18.230Z] --- PASS: TestDockerNetworkConnectAlias (7.57s) [2019-10-21T23:27:18.230Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-21T23:27:18.230Z] === RUN TestDockerNetworkReConnect [2019-10-21T23:27:18.385Z] === RUN TestUpdatePidsLimit/no_change [2019-10-21T23:27:18.800Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-21T23:27:19.214Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-21T23:27:19.637Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-21T23:27:20.591Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-21T23:27:21.200Z] ok github.com/docker/docker/client 1.111s coverage: 75.8% of statements [2019-10-21T23:27:21.201Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-21T23:27:21.523Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-21T23:27:23.833Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.433s coverage: 13.7% of statements [2019-10-21T23:27:23.924Z] --- PASS: TestUpdatePidsLimit (5.79s) [2019-10-21T23:27:23.924Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.56s) [2019-10-21T23:27:23.924Z] --- PASS: TestUpdatePidsLimit/no_change (0.51s) [2019-10-21T23:27:23.924Z] --- PASS: TestUpdatePidsLimit/update_lower (0.49s) [2019-10-21T23:27:23.924Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.55s) [2019-10-21T23:27:23.924Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.54s) [2019-10-21T23:27:23.924Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.60s) [2019-10-21T23:27:23.924Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.70s) [2019-10-21T23:27:23.924Z] === RUN TestUpdateRestartPolicy [2019-10-21T23:27:24.042Z] --- PASS: TestDockerNetworkReConnect (5.86s) [2019-10-21T23:27:24.042Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-21T23:27:24.042Z] === RUN TestServicePlugin [2019-10-21T23:27:25.204Z] ok github.com/docker/docker/daemon/config 0.028s coverage: 82.1% of statements [2019-10-21T23:27:25.462Z] ok github.com/docker/docker/daemon 12.240s coverage: 17.6% of statements [2019-10-21T23:27:25.462Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-21T23:27:25.462Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-21T23:27:26.831Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2019-10-21T23:27:26.831Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2019-10-21T23:27:26.831Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-21T23:27:26.831Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-21T23:27:28.201Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-10-21T23:27:28.218Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-10-21T23:27:30.725Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-10-21T23:27:31.288Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.224s coverage: 57.0% of statements [2019-10-21T23:27:32.038Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-21T23:27:32.038Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-21T23:27:33.796Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-21T23:27:33.796Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-21T23:27:34.606Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.526s coverage: 72.5% of statements [2019-10-21T23:27:34.759Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-10-21T23:27:35.170Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.233s coverage: 45.9% of statements [2019-10-21T23:27:35.170Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-21T23:27:37.694Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.111s coverage: 51.0% of statements [2019-10-21T23:27:38.193Z] --- PASS: TestUpdateRestartPolicy (14.06s) [2019-10-21T23:27:38.193Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-21T23:27:38.496Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-21T23:27:38.599Z] --- PASS: TestUpdateRestartWithAutoRemove (1.03s) [2019-10-21T23:27:38.599Z] === RUN TestWaitNonBlocked [2019-10-21T23:27:38.599Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:27:38.599Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:27:38.599Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:27:38.599Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:27:38.599Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:27:38.599Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:27:38.643Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.297s coverage: 76.1% of statements [2019-10-21T23:27:38.958Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-21T23:27:38.958Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-21T23:27:38.958Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-21T23:27:38.958Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-21T23:27:38.958Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-21T23:27:39.930Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-21T23:27:40.011Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.0% of statements [2019-10-21T23:27:40.012Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.082s coverage: 57.2% of statements [2019-10-21T23:27:40.012Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-21T23:27:40.012Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-21T23:27:40.041Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-10-21T23:27:40.041Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.43s) [2019-10-21T23:27:40.041Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.44s) [2019-10-21T23:27:40.041Z] === RUN TestWaitBlocked [2019-10-21T23:27:40.041Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T23:27:40.041Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T23:27:40.041Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T23:27:40.041Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T23:27:40.041Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T23:27:40.041Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T23:27:41.303Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-21T23:27:41.380Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2019-10-21T23:27:41.703Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-21T23:27:41.703Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.68s) [2019-10-21T23:27:41.703Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.77s) [2019-10-21T23:27:41.703Z] === CONT TestContainerStartOnDaemonRestart [2019-10-21T23:27:41.703Z] === CONT TestIpcModeOlderClient [2019-10-21T23:27:41.944Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2019-10-21T23:27:42.082Z] --- PASS: TestIpcModeOlderClient (0.19s) [2019-10-21T23:27:42.082Z] === CONT TestDaemonRestartIpcMode [2019-10-21T23:27:42.231Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-21T23:27:42.794Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-21T23:27:42.844Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-21T23:27:43.314Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 4.9% of statements [2019-10-21T23:27:43.314Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-21T23:27:43.314Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-21T23:27:44.162Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-21T23:27:44.245Z] ok github.com/docker/docker/daemon/logger 0.235s coverage: 42.7% of statements [2019-10-21T23:27:44.385Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-21T23:27:44.385Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-21T23:27:44.385Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-21T23:27:44.385Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-21T23:27:45.092Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-21T23:27:45.612Z] --- PASS: TestContainerStartOnDaemonRestart (3.76s) [2019-10-21T23:27:45.612Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-21T23:27:45.615Z] ok github.com/docker/docker/daemon/logger/awslogs 0.202s coverage: 77.8% of statements [2019-10-21T23:27:45.615Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-21T23:27:45.615Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-21T23:27:45.615Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2019-10-21T23:27:46.570Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-21T23:27:46.985Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2019-10-21T23:27:46.985Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.015s coverage: 62.1% of statements [2019-10-21T23:27:46.986Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-21T23:27:46.986Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-21T23:27:46.986Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-21T23:27:46.986Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-21T23:27:46.986Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-21T23:27:46.995Z] --- PASS: TestDaemonRestartIpcMode (4.73s) [2019-10-21T23:27:46.995Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-21T23:27:46.995Z] PASS [2019-10-21T23:27:46.995Z] [2019-10-21T23:27:46.995Z] === Skipped [2019-10-21T23:27:46.995Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-10-21T23:27:46.995Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T23:27:46.995Z] [2019-10-21T23:27:46.995Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s) [2019-10-21T23:27:46.995Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:27:46.995Z] [2019-10-21T23:27:46.995Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-21T23:27:46.995Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:27:46.995Z] [2019-10-21T23:27:46.995Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2019-10-21T23:27:46.995Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T23:27:46.995Z] [2019-10-21T23:27:46.995Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.01s) [2019-10-21T23:27:46.995Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T23:27:46.995Z] [2019-10-21T23:27:46.995Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-10-21T23:27:46.995Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-21T23:27:46.995Z] [2019-10-21T23:27:46.995Z] [2019-10-21T23:27:46.995Z] DONE 197 tests, 6 skipped in 169.665s [2019-10-21T23:27:46.995Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-10-21T23:27:46.995Z] ++ 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-21T23:27:46.995Z] ++ set -e [2019-10-21T23:27:46.995Z] ++ '[' -n 0 ']' [2019-10-21T23:27:46.995Z] ++ set -x [2019-10-21T23:27:46.995Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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-21T23:27:46.995Z] INFO: Testing against a local daemon [2019-10-21T23:27:46.995Z] === RUN TestCommitInheritsEnv [2019-10-21T23:27:47.550Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 88.3% of statements [2019-10-21T23:27:47.953Z] --- PASS: TestCommitInheritsEnv (0.70s) [2019-10-21T23:27:47.953Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-21T23:27:47.953Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-21T23:27:47.953Z] === RUN TestImagesFilterMultiReference [2019-10-21T23:27:47.953Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2019-10-21T23:27:47.953Z] === RUN TestImagePullPlatformInvalid [2019-10-21T23:27:47.953Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-10-21T23:27:47.953Z] === RUN TestRemoveImageOrphaning [2019-10-21T23:27:48.114Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 74.7% of statements [2019-10-21T23:27:48.114Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-21T23:27:49.046Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.040s coverage: 19.9% of statements [2019-10-21T23:27:49.077Z] --- PASS: TestRemoveImageOrphaning (0.77s) [2019-10-21T23:27:49.077Z] === RUN TestRemoveImageGarbageCollector [2019-10-21T23:27:49.077Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-21T23:27:49.078Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:27:49.078Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-21T23:27:49.078Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2019-10-21T23:27:49.078Z] === RUN TestTagInvalidReference [2019-10-21T23:27:49.078Z] --- PASS: TestTagInvalidReference (0.02s) [2019-10-21T23:27:49.078Z] === RUN TestTagValidPrefixedRepo [2019-10-21T23:27:49.078Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2019-10-21T23:27:49.078Z] === RUN TestTagExistedNameWithoutForce [2019-10-21T23:27:49.078Z] --- PASS: TestTagExistedNameWithoutForce (0.07s) [2019-10-21T23:27:49.078Z] === RUN TestTagOfficialNames [2019-10-21T23:27:49.078Z] --- PASS: TestTagOfficialNames (0.05s) [2019-10-21T23:27:49.078Z] === RUN TestTagMatchesDigest [2019-10-21T23:27:49.078Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-10-21T23:27:49.078Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-21T23:27:49.505Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-21T23:27:49.505Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-21T23:27:50.416Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2019-10-21T23:27:50.433Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-21T23:27:50.672Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-10-21T23:27:50.998Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-21T23:27:51.603Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2019-10-21T23:27:51.603Z] ok github.com/docker/docker/daemon/logger/splunk 1.631s coverage: 82.5% of statements [2019-10-21T23:27:51.603Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-21T23:27:51.603Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-21T23:27:51.927Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-21T23:27:52.183Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-21T23:27:54.128Z] ok github.com/docker/docker/distribution/metadata 0.048s coverage: 48.2% of statements [2019-10-21T23:27:54.128Z] ok github.com/docker/docker/distribution 0.163s coverage: 22.1% of statements [2019-10-21T23:27:54.128Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-21T23:27:55.456Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-21T23:27:55.503Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2019-10-21T23:27:56.874Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-10-21T23:27:57.354Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-21T23:27:57.438Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-10-21T23:27:57.696Z] ok github.com/docker/docker/distribution/xfer 1.880s coverage: 85.6% of statements [2019-10-21T23:27:57.696Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-21T23:27:57.696Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-21T23:27:58.289Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-10-21T23:27:58.289Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-21T23:27:58.852Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-21T23:27:58.966Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-21T23:27:59.069Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2019-10-21T23:27:59.069Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-21T23:27:59.415Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-21T23:27:59.415Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-21T23:27:59.632Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-10-21T23:27:59.672Z] --- PASS: TestServicePlugin (35.65s) [2019-10-21T23:27:59.672Z] plugin_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-21T23:27:59.672Z] plugin_test.go:59: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-21T23:27:59.672Z] plugin_test.go:61: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-21T23:27:59.672Z] plugin_test.go:62: [d0d2f0676a873] joining swarm manager [d7af3a0f1a797]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:27:59.672Z] plugin_test.go:64: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-21T23:27:59.672Z] plugin_test.go:65: [de5d47e2d3f58] joining swarm manager [d7af3a0f1a797]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:27:59.672Z] === RUN TestServiceUpdateLabel [2019-10-21T23:28:00.565Z] ok github.com/docker/docker/opts 0.018s coverage: 66.9% of statements [2019-10-21T23:28:00.822Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 50.0% of statements [2019-10-21T23:28:01.040Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-21T23:28:02.716Z] ok github.com/docker/docker/pkg/archive 0.390s coverage: 77.2% of statements [2019-10-21T23:28:02.935Z] --- PASS: TestServiceUpdateLabel (2.99s) [2019-10-21T23:28:02.935Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-21T23:28:02.935Z] === RUN TestServiceUpdateSecrets [2019-10-21T23:28:03.648Z] ok github.com/docker/docker/pkg/authorization 0.113s coverage: 68.3% of statements [2019-10-21T23:28:03.863Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-21T23:28:03.863Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-21T23:28:03.863Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-21T23:28:03.905Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-10-21T23:28:04.163Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-21T23:28:04.791Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-21T23:28:06.159Z] === RUN TestDockerSuite/TestCommitChange [2019-10-21T23:28:07.089Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-21T23:28:07.434Z] ok github.com/docker/docker/layer 7.247s coverage: 68.8% of statements [2019-10-21T23:28:07.435Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-21T23:28:07.435Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-21T23:28:07.435Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-21T23:28:07.435Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-21T23:28:07.435Z] ? github.com/docker/docker/oci [no test files] [2019-10-21T23:28:07.435Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-21T23:28:07.435Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-10-21T23:28:07.692Z] ok github.com/docker/docker/pkg/chrootarchive 2.928s coverage: 43.2% of statements [2019-10-21T23:28:07.692Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-21T23:28:07.692Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-21T23:28:07.949Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2019-10-21T23:28:08.017Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-21T23:28:08.513Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2019-10-21T23:28:09.077Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2019-10-21T23:28:09.302Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-21T23:28:09.302Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-21T23:28:09.761Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-21T23:28:09.909Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-21T23:28:10.007Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2019-10-21T23:28:10.264Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2019-10-21T23:28:11.634Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-10-21T23:28:11.800Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-21T23:28:12.199Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2019-10-21T23:28:12.456Z] ok github.com/docker/docker/pkg/discovery/kv 3.125s coverage: 84.1% of statements [2019-10-21T23:28:12.671Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-21T23:28:12.713Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-10-21T23:28:12.713Z] ok github.com/docker/docker/pkg/fsutils 0.215s coverage: 85.1% of statements [2019-10-21T23:28:12.729Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-21T23:28:14.085Z] ok github.com/docker/docker/pkg/idtools 0.476s coverage: 70.1% of statements [2019-10-21T23:28:14.215Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-21T23:28:14.341Z] ok github.com/docker/docker/pkg/ioutils 0.472s coverage: 69.3% of statements [2019-10-21T23:28:14.599Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2019-10-21T23:28:14.621Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-21T23:28:14.857Z] ok github.com/docker/docker/pkg/locker 0.016s coverage: 88.9% of statements [2019-10-21T23:28:15.115Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-10-21T23:28:15.115Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-21T23:28:15.782Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2019-10-21T23:28:15.782Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-10-21T23:28:15.784Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-21T23:28:16.039Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-10-21T23:28:16.297Z] ok github.com/docker/docker/pkg/mount 0.576s coverage: 70.0% of statements [2019-10-21T23:28:16.297Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-21T23:28:16.861Z] ok github.com/docker/docker/pkg/pidfile 0.008s coverage: 82.4% of statements [2019-10-21T23:28:16.861Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 91.4% of statements [2019-10-21T23:28:16.861Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-21T23:28:16.861Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-21T23:28:17.153Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-21T23:28:17.793Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.015s coverage: 56.8% of statements [2019-10-21T23:28:18.049Z] ok github.com/docker/docker/cmd/dockerd 0.147s coverage: 30.3% of statements [2019-10-21T23:28:18.336Z] ok github.com/docker/docker/container 0.187s coverage: 35.3% of statements [2019-10-21T23:28:18.336Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-21T23:28:18.336Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-21T23:28:18.336Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-21T23:28:18.336Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-21T23:28:18.389Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-21T23:28:18.522Z] --- PASS: TestServiceUpdateSecrets (15.67s) [2019-10-21T23:28:18.523Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-21T23:28:18.523Z] === RUN TestServiceUpdateConfigs [2019-10-21T23:28:18.523Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-21T23:28:18.523Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-21T23:28:18.523Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-21T23:28:18.523Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-21T23:28:18.523Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-21T23:28:18.523Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-21T23:28:18.523Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-21T23:28:18.956Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-21T23:28:18.957Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2019-10-21T23:28:19.067Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-21T23:28:19.067Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-21T23:28:19.067Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-21T23:28:19.067Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-21T23:28:19.067Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-21T23:28:19.527Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-21T23:28:20.333Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 73.9% of statements [2019-10-21T23:28:20.589Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-10-21T23:28:21.044Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-21T23:28:22.845Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.096s coverage: 65.3% of statements [2019-10-21T23:28:22.934Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-21T23:28:22.934Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-21T23:28:23.860Z] ok github.com/docker/docker/pkg/signal 2.419s coverage: 61.0% of statements [2019-10-21T23:28:23.860Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-10-21T23:28:23.861Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-21T23:28:24.424Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-21T23:28:24.424Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-21T23:28:24.681Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2019-10-21T23:28:24.798Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-21T23:28:25.245Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-10-21T23:28:25.744Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-21T23:28:25.810Z] ok github.com/docker/docker/pkg/system 0.017s coverage: 36.9% of statements [2019-10-21T23:28:26.066Z] ok github.com/docker/docker/pkg/tailfile 0.055s coverage: 88.6% of statements [2019-10-21T23:28:26.630Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2019-10-21T23:28:26.672Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-21T23:28:27.264Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-21T23:28:27.264Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2019-10-21T23:28:27.265Z] testing: warning: no tests to run [2019-10-21T23:28:27.265Z] coverage: [no statements] [2019-10-21T23:28:27.265Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-10-21T23:28:27.521Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-21T23:28:27.521Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-21T23:28:27.831Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-21T23:28:27.831Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-10-21T23:28:28.088Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-10-21T23:28:28.451Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-21T23:28:28.451Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-21T23:28:28.451Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-21T23:28:28.451Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-21T23:28:28.707Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-21T23:28:29.635Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-21T23:28:30.197Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-21T23:28:30.611Z] ok github.com/docker/docker/plugin 0.533s coverage: 27.1% of statements [2019-10-21T23:28:30.867Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-10-21T23:28:31.125Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-21T23:28:31.125Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-21T23:28:31.311Z] ok github.com/docker/docker/daemon/cluster/convert 0.062s coverage: 35.8% of statements [2019-10-21T23:28:31.799Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2019-10-21T23:28:32.056Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2019-10-21T23:28:33.017Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-21T23:28:33.947Z] --- PASS: TestServiceUpdateConfigs (15.70s) [2019-10-21T23:28:33.947Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-21T23:28:33.947Z] === RUN TestServiceUpdateNetwork [2019-10-21T23:28:33.947Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-21T23:28:33.947Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-21T23:28:33.950Z] ok github.com/docker/docker/registry 0.136s coverage: 56.3% of statements [2019-10-21T23:28:34.023Z] ok github.com/docker/docker/daemon/cluster 0.221s coverage: 0.5% of statements [2019-10-21T23:28:34.207Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-10-21T23:28:34.463Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2019-10-21T23:28:34.877Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-21T23:28:35.394Z] ok github.com/docker/docker/runconfig 0.006s coverage: 68.2% of statements [2019-10-21T23:28:35.651Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-21T23:28:35.806Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-21T23:28:36.736Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-21T23:28:37.665Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-21T23:28:37.665Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-21T23:28:38.175Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-10-21T23:28:38.594Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-21T23:28:39.106Z] ok github.com/docker/docker/volume/local 0.019s coverage: 73.0% of statements [2019-10-21T23:28:39.565Z] ok github.com/docker/docker/daemon/discovery 0.027s coverage: 30.0% of statements [2019-10-21T23:28:39.670Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2019-10-21T23:28:39.963Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-21T23:28:40.525Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-21T23:28:40.600Z] ok github.com/docker/docker/volume/service 0.016s coverage: 73.0% of statements [2019-10-21T23:28:40.782Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-21T23:28:41.711Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-21T23:28:42.295Z] ok github.com/docker/docker/daemon/events 0.071s coverage: 50.0% of statements [2019-10-21T23:28:42.586Z] ok github.com/docker/docker/daemon/config 0.127s coverage: 82.1% of statements [2019-10-21T23:28:43.078Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-21T23:28:44.970Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-21T23:28:44.970Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-21T23:28:44.970Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-21T23:28:44.970Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-21T23:28:44.970Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-21T23:28:45.898Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-21T23:28:46.095Z] ok github.com/docker/docker/daemon/graphdriver 0.015s coverage: 2.2% of statements [2019-10-21T23:28:48.796Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.516s coverage: 13.7% of statements [2019-10-21T23:28:50.074Z] --- PASS: TestServiceUpdateNetwork (15.47s) [2019-10-21T23:28:50.074Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-21T23:28:50.074Z] PASS [2019-10-21T23:28:50.074Z] [2019-10-21T23:28:50.074Z] === Skipped [2019-10-21T23:28:50.074Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2019-10-21T23:28:50.074Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T23:28:50.074Z] [2019-10-21T23:28:50.074Z] [2019-10-21T23:28:50.074Z] DONE 20 tests, 1 skipped in 172.206s [2019-10-21T23:28:50.074Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-10-21T23:28:50.074Z] ++ 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-21T23:28:50.074Z] ++ set -e [2019-10-21T23:28:50.074Z] ++ '[' -n 0 ']' [2019-10-21T23:28:50.074Z] ++ set -x [2019-10-21T23:28:50.074Z] ++ env -i DEST=/go/src/github.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-21T23:28:50.074Z] INFO: Testing against a local daemon [2019-10-21T23:28:50.074Z] === RUN TestSessionCreate [2019-10-21T23:28:50.074Z] --- PASS: TestSessionCreate (0.03s) [2019-10-21T23:28:50.074Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-21T23:28:50.074Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-10-21T23:28:50.074Z] PASS [2019-10-21T23:28:50.074Z] [2019-10-21T23:28:50.074Z] DONE 2 tests in 0.189s [2019-10-21T23:28:50.074Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-10-21T23:28:50.074Z] ++ 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-21T23:28:50.074Z] ++ set -e [2019-10-21T23:28:50.074Z] ++ '[' -n 0 ']' [2019-10-21T23:28:50.074Z] ++ set -x [2019-10-21T23:28:50.074Z] ++ env -i DEST=/go/src/github.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-21T23:28:50.074Z] INFO: Testing against a local daemon [2019-10-21T23:28:50.074Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-21T23:28:50.074Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T23:28:50.074Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T23:28:50.074Z] === RUN TestEventsExecDie [2019-10-21T23:28:50.306Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.013s coverage: 2.9% of statements [2019-10-21T23:28:50.330Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-21T23:28:50.894Z] --- PASS: TestEventsExecDie (1.01s) [2019-10-21T23:28:50.894Z] === RUN TestEventsBackwardsCompatible [2019-10-21T23:28:50.894Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2019-10-21T23:28:50.894Z] === RUN TestInfoBinaryCommits [2019-10-21T23:28:50.894Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-10-21T23:28:50.894Z] === RUN TestInfoAPIVersioned [2019-10-21T23:28:50.894Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-21T23:28:50.894Z] === RUN TestInfoAPI [2019-10-21T23:28:50.894Z] --- PASS: TestInfoAPI (0.05s) [2019-10-21T23:28:50.894Z] === RUN TestInfoAPIWarnings [2019-10-21T23:28:51.464Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-21T23:28:51.735Z] --- PASS: TestInfoAPIWarnings (0.80s) [2019-10-21T23:28:51.735Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-21T23:28:51.735Z] === RUN TestLoginFailsWithBadCredentials [2019-10-21T23:28:51.992Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s) [2019-10-21T23:28:51.992Z] === RUN TestPingCacheHeaders [2019-10-21T23:28:51.992Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-10-21T23:28:51.992Z] === RUN TestPingGet [2019-10-21T23:28:52.249Z] --- PASS: TestPingGet (0.03s) [2019-10-21T23:28:52.249Z] === RUN TestPingHead [2019-10-21T23:28:52.249Z] --- PASS: TestPingHead (0.06s) [2019-10-21T23:28:52.249Z] === RUN TestVersion [2019-10-21T23:28:52.249Z] --- PASS: TestVersion (0.03s) [2019-10-21T23:28:52.249Z] PASS [2019-10-21T23:28:52.249Z] [2019-10-21T23:28:52.249Z] === Skipped [2019-10-21T23:28:52.249Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T23:28:52.249Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T23:28:52.249Z] [2019-10-21T23:28:52.249Z] [2019-10-21T23:28:52.249Z] DONE 12 tests, 1 skipped in 2.583s [2019-10-21T23:28:52.249Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-21T23:28:52.249Z] ++ 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-21T23:28:52.249Z] ++ set -e [2019-10-21T23:28:52.249Z] ++ '[' -n 0 ']' [2019-10-21T23:28:52.249Z] ++ set -x [2019-10-21T23:28:52.249Z] ++ env -i DEST=/go/src/github.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-21T23:28:52.249Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-21T23:28:52.249Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-21T23:28:52.364Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.067s coverage: 57.9% of statements [2019-10-21T23:28:52.505Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-21T23:28:52.505Z] INFO: Testing against a local daemon [2019-10-21T23:28:52.505Z] === RUN TestVolumesCreateAndList [2019-10-21T23:28:52.505Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-10-21T23:28:52.505Z] === RUN TestVolumesRemove [2019-10-21T23:28:52.505Z] --- PASS: TestVolumesRemove (0.11s) [2019-10-21T23:28:52.505Z] === RUN TestVolumesInspect [2019-10-21T23:28:52.505Z] --- PASS: TestVolumesInspect (0.02s) [2019-10-21T23:28:52.505Z] === RUN TestVolumesInvalidJSON [2019-10-21T23:28:52.505Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-21T23:28:52.505Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-21T23:28:52.505Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-21T23:28:52.505Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-21T23:28:52.505Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-21T23:28:52.505Z] PASS [2019-10-21T23:28:52.505Z] [2019-10-21T23:28:52.505Z] DONE 5 tests in 0.371s [2019-10-21T23:28:52.505Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-21T23:28:52.774Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/rootless [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/volume [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-21T23:28:52.774Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === Skipped [2019-10-21T23:28:52.774Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-21T23:28:52.774Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-21T23:28:52.774Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:28:52.774Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:28:52.774Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:28:52.774Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:28:52.774Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:28:52.774Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:73: No driver to put! [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-21T23:28:52.774Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-21T23:28:52.774Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-21T23:28:52.774Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:28:52.774Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:28:52.774Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:28:52.774Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:28:52.774Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:28:52.774Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-21T23:28:52.774Z] graphtest_unix.go:73: No driver to put! [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-21T23:28:52.774Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-21T23:28:52.774Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] [2019-10-21T23:28:52.774Z] DONE 2115 tests, 20 skipped in 240.037s Post stage [Pipeline] junit [2019-10-21T23:28:52.785Z] Recording test results [2019-10-21T23:28:53.068Z] ++++ cat bundles/test-integration/docker.pid [2019-10-21T23:28:53.068Z] +++ kill 5322 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-10-21T23:28:53.449Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40089/.git:/go/src/github.com/docker/docker/.git --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 hack/validate/vendor [2019-10-21T23:28:53.867Z] ok github.com/docker/docker/daemon 12.586s coverage: 17.6% of statements [2019-10-21T23:28:53.867Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-21T23:28:53.867Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-21T23:28:53.867Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-21T23:28:53.867Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-21T23:28:54.435Z] +++ /etc/init.d/apparmor stop [2019-10-21T23:28:54.435Z] Clearing AppArmor profiles cache:. [2019-10-21T23:28:54.435Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T23:28:54.435Z] Unloading profiles will leave already running processes permanently [2019-10-21T23:28:54.435Z] unconfined, which can lead to unexpected situations. [2019-10-21T23:28:54.435Z] [2019-10-21T23:28:54.435Z] To set a process to complain mode, use the command line tool [2019-10-21T23:28:54.435Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T23:28:54.435Z] with the 'teardown' option." [2019-10-21T23:28:54.435Z] [2019-10-21T23:28:55.342Z] No vendor changes in diff. [2019-10-21T23:28:55.363Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-10-21T23:28:56.292Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-21T23:28:56.469Z] + echo Building e2e image [2019-10-21T23:28:56.469Z] Building e2e image [2019-10-21T23:28:56.469Z] + docker build --build-arg DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -t moby-e2e-test -f Dockerfile.e2e . [2019-10-21T23:28:56.469Z] #2 [internal] load .dockerignore [2019-10-21T23:28:56.469Z] #2 transferring context: 34B done [2019-10-21T23:28:56.469Z] #2 DONE 0.0s [2019-10-21T23:28:56.469Z] [2019-10-21T23:28:56.469Z] #1 [internal] load build definition from Dockerfile.e2e [2019-10-21T23:28:56.469Z] #1 transferring dockerfile: 3.21kB done [2019-10-21T23:28:56.469Z] #1 DONE 0.0s [2019-10-21T23:28:56.469Z] [2019-10-21T23:28:56.469Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-10-21T23:28:56.469Z] #3 DONE 0.1s [2019-10-21T23:28:56.469Z] [2019-10-21T23:28:56.469Z] #4 [internal] load metadata for docker.io/library/golang:1.13.3-alpine [2019-10-21T23:28:56.727Z] #4 DONE 0.1s [2019-10-21T23:28:56.727Z] [2019-10-21T23:28:56.727Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:c19173c5ada610a5... [2019-10-21T23:28:56.727Z] #5 DONE 0.0s [2019-10-21T23:28:56.727Z] [2019-10-21T23:28:56.727Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.3-alpine@sha256:40278d43a2... [2019-10-21T23:28:56.727Z] #14 DONE 0.0s [2019-10-21T23:28:56.727Z] [2019-10-21T23:28:56.727Z] #8 [internal] load build context [2019-10-21T23:28:56.986Z] #8 transferring context: 809.22kB 0.2s done [2019-10-21T23:28:56.986Z] #8 DONE 0.3s [2019-10-21T23:28:56.986Z] [2019-10-21T23:28:56.986Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-10-21T23:28:56.986Z] #15 CACHED [2019-10-21T23:28:56.986Z] [2019-10-21T23:28:56.986Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-10-21T23:28:56.986Z] #16 CACHED [2019-10-21T23:28:56.986Z] [2019-10-21T23:28:56.986Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-10-21T23:28:56.986Z] #17 CACHED [2019-10-21T23:28:56.986Z] [2019-10-21T23:28:56.986Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-10-21T23:28:56.986Z] #18 CACHED [2019-10-21T23:28:56.986Z] [2019-10-21T23:28:56.986Z] #31 [builder 1/4] COPY . . [2019-10-21T23:28:57.355Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.754s coverage: 68.6% of statements [2019-10-21T23:28:57.549Z] #31 DONE 0.7s [2019-10-21T23:28:57.549Z] [2019-10-21T23:28:57.549Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-10-21T23:28:57.658Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-21T23:28:58.927Z] #32 DONE 1.1s [2019-10-21T23:28:58.927Z] [2019-10-21T23:28:58.927Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-21T23:28:59.183Z] #33 0.726 [2019-10-21T23:28:59.407Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.116s coverage: 51.0% of statements [2019-10-21T23:28:59.746Z] #33 1.052 Removing bundles/ [2019-10-21T23:28:59.746Z] #33 1.053 [2019-10-21T23:28:59.746Z] #33 1.056 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-10-21T23:29:00.429Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.245s coverage: 46.2% of statements [2019-10-21T23:29:00.429Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-21T23:29:00.676Z] #33 2.105 Building test suite binary ./integration-cli/test.main [2019-10-21T23:29:00.927Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-10-21T23:29:02.822Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-21T23:29:03.158Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.321s coverage: 52.6% of statements [2019-10-21T23:29:03.158Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-21T23:29:03.158Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.788s coverage: 76.1% of statements [2019-10-21T23:29:03.158Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-21T23:29:03.385Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-21T23:29:03.462Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.031s coverage: 58.0% of statements [2019-10-21T23:29:05.277Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-21T23:29:05.509Z] ok github.com/docker/docker/daemon/links 0.021s coverage: 93.0% of statements [2019-10-21T23:29:05.798Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.058s coverage: 3.0% of statements [2019-10-21T23:29:07.250Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-21T23:29:10.220Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-21T23:29:10.220Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-21T23:29:10.220Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-21T23:29:10.236Z] ok github.com/docker/docker/daemon/logger 0.298s coverage: 42.7% of statements [2019-10-21T23:29:10.867Z] ok github.com/docker/docker/daemon/logger/gelf 0.068s coverage: 68.2% of statements [2019-10-21T23:29:12.368Z] ok github.com/docker/docker/daemon/logger/awslogs 0.547s coverage: 77.8% of statements [2019-10-21T23:29:13.871Z] ok github.com/docker/docker/daemon/logger/journald 0.009s coverage: 26.2% of statements [2019-10-21T23:29:14.495Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.025s coverage: 88.3% of statements [2019-10-21T23:29:14.782Z] ok github.com/docker/docker/daemon/images 0.056s coverage: 4.9% of statements [2019-10-21T23:29:14.782Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-21T23:29:14.782Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-21T23:29:14.782Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-21T23:29:14.782Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-21T23:29:15.070Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.060s coverage: 62.1% of statements [2019-10-21T23:29:18.569Z] ok github.com/docker/docker/daemon/logger/local 0.072s coverage: 74.7% of statements [2019-10-21T23:29:18.569Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-21T23:29:18.857Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.101s coverage: 19.9% of statements [2019-10-21T23:29:19.145Z] ok github.com/docker/docker/daemon/logger/syslog 0.059s coverage: 47.8% of statements [2019-10-21T23:29:21.200Z] ok github.com/docker/docker/daemon/logger/templates 0.062s coverage: 8.3% of statements [2019-10-21T23:29:22.690Z] ok github.com/docker/docker/daemon/network 0.028s coverage: 63.8% of statements [2019-10-21T23:29:23.313Z] ok github.com/docker/docker/daemon/logger/splunk 3.358s coverage: 82.5% of statements [2019-10-21T23:29:23.313Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-21T23:29:23.313Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-21T23:29:27.738Z] ok github.com/docker/docker/distribution/metadata 0.236s coverage: 48.2% of statements [2019-10-21T23:29:27.738Z] ok github.com/docker/docker/errdefs 0.010s coverage: 49.4% of statements [2019-10-21T23:29:28.893Z] ok github.com/docker/docker/distribution 1.247s coverage: 22.1% of statements [2019-10-21T23:29:28.893Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-21T23:29:30.947Z] ok github.com/docker/docker/distribution/xfer 1.707s coverage: 85.6% of statements [2019-10-21T23:29:30.947Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-21T23:29:31.317Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-21T23:29:31.317Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-21T23:29:31.317Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-21T23:29:31.998Z] ok github.com/docker/docker/image/cache 0.026s coverage: 19.2% of statements [2019-10-21T23:29:33.498Z] ok github.com/docker/docker/libcontainerd/queue 0.037s coverage: 100.0% of statements [2019-10-21T23:29:33.498Z] ok github.com/docker/docker/image 0.059s coverage: 86.4% of statements [2019-10-21T23:29:33.498Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-21T23:29:33.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-21T23:29:33.757Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-21T23:29:33.757Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-21T23:29:34.123Z] ok github.com/docker/docker/image/v1 0.023s coverage: 25.0% of statements [2019-10-21T23:29:34.123Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-21T23:29:36.197Z] ok github.com/docker/docker/pkg/aaparser 0.028s coverage: 50.0% of statements [2019-10-21T23:29:36.276Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-21T23:29:38.392Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-21T23:29:38.392Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-21T23:29:38.795Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-21T23:29:39.685Z] ok github.com/docker/docker/opts 0.084s coverage: 66.9% of statements [2019-10-21T23:29:41.177Z] ok github.com/docker/docker/pkg/broadcaster 0.005s coverage: 100.0% of statements [2019-10-21T23:29:41.798Z] ok github.com/docker/docker/pkg/archive 1.348s coverage: 77.2% of statements [2019-10-21T23:29:41.798Z] ok github.com/docker/docker/pkg/capabilities 0.007s coverage: 87.5% of statements [2019-10-21T23:29:42.072Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-21T23:29:42.818Z] ok github.com/docker/docker/pkg/authorization 2.518s coverage: 68.3% of statements [2019-10-21T23:29:42.818Z] ok github.com/docker/docker/pkg/directory 0.010s coverage: 80.0% of statements [2019-10-21T23:29:43.441Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-21T23:29:43.441Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-21T23:29:44.334Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2019-10-21T23:29:44.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-21T23:29:44.369Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-21T23:29:44.621Z] ok github.com/docker/docker/pkg/discovery/file 0.014s coverage: 97.6% of statements [2019-10-21T23:29:45.298Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-10-21T23:29:46.108Z] ok github.com/docker/docker/layer 7.306s coverage: 68.8% of statements [2019-10-21T23:29:46.108Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-21T23:29:46.108Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-21T23:29:46.108Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-21T23:29:46.108Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-21T23:29:46.108Z] ? github.com/docker/docker/oci [no test files] [2019-10-21T23:29:46.108Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-21T23:29:46.230Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-21T23:29:46.395Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2019-10-21T23:29:47.424Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2019-10-21T23:29:47.424Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2019-10-21T23:29:47.597Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-21T23:29:48.160Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-21T23:29:48.916Z] ok github.com/docker/docker/pkg/filenotify 0.628s coverage: 67.0% of statements [2019-10-21T23:29:49.206Z] ok github.com/docker/docker/pkg/chrootarchive 4.703s coverage: 43.2% of statements [2019-10-21T23:29:49.206Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-21T23:29:49.206Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-21T23:29:49.512Z] ok github.com/docker/docker/pkg/fileutils 0.024s coverage: 89.5% of statements [2019-10-21T23:29:49.528Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-21T23:29:50.458Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-21T23:29:50.542Z] ok github.com/docker/docker/pkg/discovery/kv 3.290s coverage: 84.1% of statements [2019-10-21T23:29:51.179Z] ok github.com/docker/docker/pkg/fsutils 0.414s coverage: 85.1% of statements [2019-10-21T23:29:51.179Z] ok github.com/docker/docker/pkg/homedir 0.031s coverage: 11.4% of statements [2019-10-21T23:29:51.388Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-21T23:29:52.316Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-21T23:29:52.908Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-21T23:29:53.229Z] ok github.com/docker/docker/pkg/locker 0.048s coverage: 88.9% of statements [2019-10-21T23:29:53.229Z] ok github.com/docker/docker/pkg/jsonmessage 0.014s coverage: 91.7% of statements [2019-10-21T23:29:53.683Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-21T23:29:54.256Z] ok github.com/docker/docker/pkg/longpath 0.015s coverage: 100.0% of statements [2019-10-21T23:29:54.256Z] ok github.com/docker/docker/pkg/ioutils 1.635s coverage: 69.3% of statements [2019-10-21T23:29:54.256Z] ok github.com/docker/docker/pkg/idtools 1.204s coverage: 70.1% of statements [2019-10-21T23:29:54.256Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-21T23:29:54.611Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-21T23:29:55.541Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-21T23:29:55.760Z] ok github.com/docker/docker/pkg/namesgenerator 0.026s coverage: 85.7% of statements [2019-10-21T23:29:55.760Z] ok github.com/docker/docker/pkg/parsers 0.062s coverage: 97.0% of statements [2019-10-21T23:29:56.049Z] ok github.com/docker/docker/pkg/parsers/kernel 0.038s coverage: 60.0% of statements [2019-10-21T23:29:56.685Z] ok github.com/docker/docker/pkg/mount 0.893s coverage: 70.0% of statements [2019-10-21T23:29:56.685Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-21T23:29:56.908Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-21T23:29:56.979Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.084s coverage: 91.4% of statements [2019-10-21T23:29:56.979Z] ok github.com/docker/docker/pkg/pidfile 0.018s coverage: 82.4% of statements [2019-10-21T23:29:56.979Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-21T23:29:56.979Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-21T23:29:58.276Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-21T23:29:59.045Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.060s coverage: 56.8% of statements [2019-10-21T23:29:59.205Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-21T23:30:00.077Z] ok github.com/docker/docker/pkg/pools 0.006s coverage: 88.2% of statements [2019-10-21T23:30:00.077Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2019-10-21T23:30:00.134Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-21T23:30:00.134Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-21T23:30:00.370Z] ok github.com/docker/docker/pkg/progress 0.008s coverage: 75.9% of statements [2019-10-21T23:30:01.062Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-21T23:30:01.425Z] ok github.com/docker/docker/pkg/reexec 0.033s coverage: 82.4% of statements [2019-10-21T23:30:01.478Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-21T23:30:01.938Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-21T23:30:01.991Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-21T23:30:02.059Z] ok github.com/docker/docker/pkg/pubsub 1.182s coverage: 73.9% of statements [2019-10-21T23:30:02.684Z] ok github.com/docker/docker/pkg/stdcopy 0.009s coverage: 100.0% of statements [2019-10-21T23:30:03.359Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-21T23:30:03.717Z] ok github.com/docker/docker/pkg/stringid 0.033s coverage: 70.6% of statements [2019-10-21T23:30:03.717Z] ok github.com/docker/docker/pkg/streamformatter 0.008s coverage: 66.2% of statements [2019-10-21T23:30:04.288Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-21T23:30:04.545Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-10-21T23:30:04.735Z] ok github.com/docker/docker/pkg/symlink 0.023s coverage: 87.7% of statements [2019-10-21T23:30:05.038Z] ok github.com/docker/docker/pkg/sysinfo 0.012s coverage: 80.0% of statements [2019-10-21T23:30:05.336Z] ok github.com/docker/docker/pkg/signal 3.700s coverage: 61.0% of statements [2019-10-21T23:30:05.473Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-21T23:30:06.364Z] ok github.com/docker/docker/pkg/system 0.077s coverage: 36.9% of statements [2019-10-21T23:30:06.649Z] ok github.com/docker/docker/pkg/tailfile 0.129s coverage: 88.6% of statements [2019-10-21T23:30:07.366Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-21T23:30:07.864Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-21T23:30:07.864Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-21T23:30:07.864Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-21T23:30:08.315Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-21T23:30:08.324Z] ok github.com/docker/docker/pkg/term 0.011s coverage: 84.8% of statements [2019-10-21T23:30:08.324Z] testing: warning: no tests to run [2019-10-21T23:30:08.324Z] coverage: [no statements] [2019-10-21T23:30:08.324Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2019-10-21T23:30:08.959Z] ok github.com/docker/docker/pkg/tarsum 0.276s coverage: 89.3% of statements [2019-10-21T23:30:08.959Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2019-10-21T23:30:08.959Z] ok github.com/docker/docker/pkg/truncindex 0.113s coverage: 91.5% of statements [2019-10-21T23:30:09.977Z] ok github.com/docker/docker/pkg/useragent 0.029s coverage: 88.9% of statements [2019-10-21T23:30:10.833Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-21T23:30:11.472Z] ok github.com/docker/docker/plugin/v2 0.007s coverage: 14.5% of statements [2019-10-21T23:30:13.539Z] ok github.com/docker/docker/reference 0.024s coverage: 83.7% of statements [2019-10-21T23:30:13.660Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-21T23:30:13.660Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-21T23:30:13.660Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-21T23:30:13.660Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-21T23:30:13.660Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-21T23:30:14.564Z] ok github.com/docker/docker/profiles/seccomp 0.031s coverage: 68.8% of statements [2019-10-21T23:30:16.070Z] ok github.com/docker/docker/plugin 0.598s coverage: 27.1% of statements [2019-10-21T23:30:16.083Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-21T23:30:17.118Z] ok github.com/docker/docker/registry/resumable 0.050s coverage: 100.0% of statements [2019-10-21T23:30:17.755Z] ok github.com/docker/docker/restartmanager 0.010s coverage: 45.3% of statements [2019-10-21T23:30:19.278Z] ok github.com/docker/docker/testutil 0.019s coverage: 62.5% of statements [2019-10-21T23:30:19.571Z] ok github.com/docker/docker/registry 0.531s coverage: 56.3% of statements [2019-10-21T23:30:19.571Z] ok github.com/docker/docker/runconfig 0.062s coverage: 68.2% of statements [2019-10-21T23:30:20.252Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-21T23:30:20.508Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-21T23:30:24.033Z] ok github.com/docker/docker/volume/drivers 0.035s coverage: 36.1% of statements [2019-10-21T23:30:25.759Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-21T23:30:26.015Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-10-21T23:30:26.758Z] ok github.com/docker/docker/volume/local 0.058s coverage: 73.0% of statements [2019-10-21T23:30:26.758Z] ok github.com/docker/docker/volume/mounts 0.084s coverage: 67.0% of statements [2019-10-21T23:30:28.253Z] ok github.com/docker/docker/volume/service 0.034s coverage: 73.0% of statements [2019-10-21T23:30:29.288Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-21T23:30:30.378Z] --- PASS: TestImportExtremelyLargeImageWorks (157.23s) [2019-10-21T23:30:30.378Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-21T23:30:30.378Z] PASS [2019-10-21T23:30:30.378Z] [2019-10-21T23:30:30.378Z] === Skipped [2019-10-21T23:30:30.378Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-21T23:30:30.378Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:30:30.378Z] [2019-10-21T23:30:30.378Z] [2019-10-21T23:30:30.378Z] DONE 12 tests, 1 skipped in 159.400s [2019-10-21T23:30:30.378Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-10-21T23:30:30.378Z] ++ 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-21T23:30:30.378Z] ++ set -e [2019-10-21T23:30:30.378Z] ++ '[' -n 0 ']' [2019-10-21T23:30:30.378Z] ++ set -x [2019-10-21T23:30:30.378Z] ++ env -i DEST=/go/src/github.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-21T23:30:30.378Z] INFO: Testing against a local daemon [2019-10-21T23:30:30.378Z] === RUN TestNetworkCreateDelete [2019-10-21T23:30:30.378Z] --- PASS: TestNetworkCreateDelete (0.17s) [2019-10-21T23:30:30.378Z] === RUN TestDockerNetworkDeletePreferID [2019-10-21T23:30:30.378Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2019-10-21T23:30:30.378Z] === RUN TestInspectNetwork [2019-10-21T23:30:30.657Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-21T23:30:30.913Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-10-21T23:30:31.791Z] === RUN TestInspectNetwork/full_network_id [2019-10-21T23:30:31.791Z] === RUN TestInspectNetwork/partial_network_id [2019-10-21T23:30:31.791Z] === RUN TestInspectNetwork/network_name [2019-10-21T23:30:31.791Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-21T23:30:33.754Z] ok github.com/docker/docker/pkg/plugins 33.650s coverage: 76.6% of statements [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/rootless [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/volume [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-21T23:30:33.754Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === Skipped [2019-10-21T23:30:33.754Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-21T23:30:33.754Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-21T23:30:33.754Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:30:33.754Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:30:33.754Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:30:33.754Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:30:33.754Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:30:33.754Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:73: No driver to put! [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-21T23:30:33.754Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-21T23:30:33.754Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-21T23:30:33.754Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:30:33.754Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:30:33.754Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:30:33.754Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:30:33.754Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T23:30:33.754Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-21T23:30:33.754Z] graphtest_unix.go:73: No driver to put! [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-21T23:30:33.754Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-21T23:30:33.754Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] [2019-10-21T23:30:33.754Z] DONE 2115 tests, 20 skipped in 344.429s Post stage [Pipeline] junit [2019-10-21T23:30:34.417Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-21T23:30:35.614Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40089/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 -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:7eb804c934f2917783ea5eb7c5b9a73edc60ece1 hack/make.sh dynbinary test-integration [2019-10-21T23:30:36.162Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-10-21T23:30:36.239Z] [2019-10-21T23:30:36.239Z] Removing bundles/ [2019-10-21T23:30:36.239Z] [2019-10-21T23:30:36.239Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-21T23:30:36.239Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T23:30:36.239Z] GOOS="" GOARCH="" GOARM="" [2019-10-21T23:30:37.094Z] === RUN TestDockerSuite/TestCpToDot [2019-10-21T23:30:37.256Z] --- PASS: TestInspectNetwork (10.08s) [2019-10-21T23:30:37.256Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-21T23:30:37.256Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2019-10-21T23:30:37.256Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-21T23:30:37.256Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-21T23:30:37.256Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-21T23:30:37.256Z] === RUN TestRunContainerWithBridgeNone [2019-10-21T23:30:38.462Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-21T23:30:38.807Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-21T23:30:40.353Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-21T23:30:40.987Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-21T23:30:41.957Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-21T23:30:42.245Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-21T23:30:42.416Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-21T23:30:42.649Z] --- PASS: TestRunContainerWithBridgeNone (5.04s) [2019-10-21T23:30:42.649Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-21T23:30:42.649Z] === RUN TestNetworkInvalidJSON [2019-10-21T23:30:42.649Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-21T23:30:42.649Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-21T23:30:42.649Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:30:42.649Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:30:42.649Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:30:42.649Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:30:42.649Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-21T23:30:42.649Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:30:42.649Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:30:42.649Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-10-21T23:30:42.649Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-21T23:30:42.649Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-21T23:30:42.649Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-21T23:30:42.649Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-21T23:30:42.807Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-21T23:30:43.955Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-21T23:30:43.955Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-21T23:30:44.048Z] --- PASS: TestDaemonRestartWithLiveRestore (1.51s) [2019-10-21T23:30:44.048Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-21T23:30:44.048Z] === RUN TestDaemonDefaultNetworkPools [2019-10-21T23:30:45.015Z] --- PASS: TestDaemonDefaultNetworkPools (1.00s) [2019-10-21T23:30:45.015Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-21T23:30:45.015Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-21T23:30:46.042Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.27s) [2019-10-21T23:30:46.042Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-21T23:30:46.042Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-21T23:30:46.094Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-21T23:30:46.657Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-21T23:30:47.682Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-21T23:30:47.740Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.38s) [2019-10-21T23:30:47.740Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-21T23:30:47.740Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-21T23:30:48.180Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.63s) [2019-10-21T23:30:48.180Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-21T23:30:48.180Z] === RUN TestServiceWithPredefinedNetwork [2019-10-21T23:30:48.800Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-21T23:30:49.574Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-21T23:30:49.574Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-21T23:30:49.574Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-21T23:30:49.769Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-21T23:30:49.769Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-21T23:30:49.769Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-21T23:30:50.136Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-21T23:30:50.136Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-10-21T23:30:51.064Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-21T23:30:51.064Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-21T23:30:51.064Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-21T23:30:51.313Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-21T23:30:51.745Z] --- PASS: TestServiceWithPredefinedNetwork (3.58s) [2019-10-21T23:30:51.745Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-21T23:30:51.745Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-21T23:30:51.745Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T23:30:51.745Z] service_test.go:230: FLAKY_TEST [2019-10-21T23:30:51.745Z] === RUN TestServiceWithDataPathPortInit [2019-10-21T23:30:51.773Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-21T23:30:51.994Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-21T23:30:52.231Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-21T23:30:52.252Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-21T23:30:52.509Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-21T23:30:52.509Z] === RUN TestDockerSuite/TestCreateRM [2019-10-21T23:30:52.765Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-21T23:30:52.765Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-21T23:30:53.022Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-21T23:30:53.200Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-21T23:30:53.278Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-21T23:30:53.659Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-21T23:30:55.799Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-21T23:30:55.799Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-21T23:30:55.799Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-21T23:30:59.465Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-21T23:31:01.005Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-21T23:31:01.005Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-21T23:31:01.052Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-21T23:31:01.052Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-21T23:31:01.052Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-21T23:31:01.052Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-21T23:31:01.052Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-21T23:31:01.052Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-21T23:31:01.614Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-21T23:31:01.974Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-21T23:31:02.981Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-21T23:31:03.909Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-21T23:31:05.799Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-21T23:31:07.117Z] #33 114.7 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-21T23:31:07.117Z] #33 117.2 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-21T23:31:07.118Z] #33 118.5 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-21T23:31:07.118Z] #33 120.4 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-21T23:31:07.118Z] #33 122.8 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-21T23:31:07.118Z] #33 124.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-21T23:31:07.118Z] #33 125.5 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-21T23:31:07.118Z] #33 126.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-21T23:31:07.118Z] #33 127.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-21T23:31:07.374Z] #33 128.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-21T23:31:07.690Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-21T23:31:08.253Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-21T23:31:08.253Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-10-21T23:31:08.305Z] #33 129.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-21T23:31:09.182Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-21T23:31:09.182Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-21T23:31:10.113Z] === RUN TestDockerSuite/TestDockerFails [2019-10-21T23:31:10.113Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-10-21T23:31:10.113Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-10-21T23:31:10.113Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-10-21T23:31:10.199Z] #33 131.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-21T23:31:11.570Z] #33 132.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-21T23:31:12.007Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-10-21T23:31:12.249Z] --- PASS: TestServiceWithDataPathPortInit (20.27s) [2019-10-21T23:31:12.249Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T23:31:12.249Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T23:31:12.249Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-21T23:31:12.939Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-10-21T23:31:13.464Z] #33 134.5 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-21T23:31:14.029Z] #33 135.6 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-21T23:31:14.847Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-10-21T23:31:14.847Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-10-21T23:31:14.847Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-10-21T23:31:14.847Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-10-21T23:31:16.549Z] #33 137.6 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-21T23:31:16.788Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-21T23:31:16.788Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-21T23:31:16.788Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-21T23:31:17.114Z] #33 138.6 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-21T23:31:17.756Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-21T23:31:18.216Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-21T23:31:18.482Z] #33 139.8 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-21T23:31:18.675Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-21T23:31:18.675Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-21T23:31:19.414Z] #33 140.9 [2019-10-21T23:31:19.645Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-21T23:31:20.104Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-21T23:31:20.104Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-21T23:31:20.104Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-21T23:31:20.348Z] #33 DONE 141.8s [2019-10-21T23:31:20.348Z] [2019-10-21T23:31:20.348Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-10-21T23:31:22.240Z] #34 DONE 1.9s [2019-10-21T23:31:22.451Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.31s) [2019-10-21T23:31:22.451Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-21T23:31:22.451Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:yft5knnczv1k8v18yg2pjny37 Created:2019-10-21 23:31:13.309546613 +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[994660c3bbb63156edb99b22138c28fa1ab95e51a80b206bf1ad512eb4b165f9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4mh3ltioe7epmjw8yd5uthayz EndpointID:dce01e4247fb380d72c97c987e220dfd2875ade06f67f5050f98e26124097a75 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:1a1775b1b95b637bffcb80c38605148901135d98150fd1a6e3b02495168c861c 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:0133d82cddaa IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4mh3ltioe7epmjw8yd5uthayz EndpointID:dce01e4247fb380d72c97c987e220dfd2875ade06f67f5050f98e26124097a75 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-21T23:31:22.451Z] PASS [2019-10-21T23:31:22.451Z] [2019-10-21T23:31:22.451Z] === Skipped [2019-10-21T23:31:22.451Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T23:31:22.451Z] service_test.go:230: FLAKY_TEST [2019-10-21T23:31:22.451Z] [2019-10-21T23:31:22.451Z] [2019-10-21T23:31:22.451Z] DONE 21 tests, 1 skipped in 55.120s [2019-10-21T23:31:22.451Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-21T23:31:22.451Z] ++ 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-21T23:31:22.451Z] ++ set -e [2019-10-21T23:31:22.451Z] ++ '[' -n 0 ']' [2019-10-21T23:31:22.451Z] ++ set -x [2019-10-21T23:31:22.451Z] ++ env -i DEST=/go/src/github.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-21T23:31:22.451Z] INFO: Testing against a local daemon [2019-10-21T23:31:22.451Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-21T23:31:22.451Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.03s) [2019-10-21T23:31:22.451Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T23:31:22.451Z] === RUN TestDockerNetworkIpvlan [2019-10-21T23:31:22.451Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-21T23:31:22.451Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T23:31:22.451Z] PASS [2019-10-21T23:31:22.451Z] [2019-10-21T23:31:22.451Z] === Skipped [2019-10-21T23:31:22.451Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.03s) [2019-10-21T23:31:22.451Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T23:31:22.451Z] [2019-10-21T23:31:22.451Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-21T23:31:22.451Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T23:31:22.451Z] [2019-10-21T23:31:22.451Z] [2019-10-21T23:31:22.451Z] DONE 2 tests, 2 skipped in 0.281s [2019-10-21T23:31:22.451Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-21T23:31:22.451Z] ++ 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-21T23:31:22.451Z] ++ set -e [2019-10-21T23:31:22.451Z] ++ '[' -n 0 ']' [2019-10-21T23:31:22.451Z] ++ set -x [2019-10-21T23:31:22.451Z] ++ env -i DEST=/go/src/github.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-21T23:31:22.451Z] INFO: Testing against a local daemon [2019-10-21T23:31:22.451Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-21T23:31:22.945Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-21T23:31:23.374Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.68s) [2019-10-21T23:31:23.374Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-21T23:31:23.374Z] === RUN TestDockerNetworkMacvlan [2019-10-21T23:31:24.315Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-10-21T23:31:24.764Z] #19 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-21T23:31:24.764Z] #21 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-10-21T23:31:24.764Z] #26 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-10-21T23:31:24.764Z] #28 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-10-21T23:31:24.764Z] #7 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-21T23:31:24.764Z] #24 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-10-21T23:31:24.764Z] #9 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T23:31:24.764Z] #22 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-21T23:31:24.764Z] #23 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-10-21T23:31:24.764Z] #27 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-10-21T23:31:24.764Z] #10 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-10-21T23:31:24.764Z] #12 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-10-21T23:31:24.764Z] #25 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-21T23:31:24.764Z] #20 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-21T23:31:24.764Z] #29 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-10-21T23:31:24.764Z] #6 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-10-21T23:31:24.764Z] #11 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-10-21T23:31:24.764Z] #13 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-10-21T23:31:24.764Z] #30 CACHED [2019-10-21T23:31:24.764Z] [2019-10-21T23:31:24.764Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-10-21T23:31:24.878Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-10-21T23:31:25.027Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-21T23:31:25.730Z] #35 DONE 1.0s [2019-10-21T23:31:25.730Z] [2019-10-21T23:31:25.730Z] #36 exporting to image [2019-10-21T23:31:25.730Z] #36 exporting layers [2019-10-21T23:31:25.900Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-21T23:31:26.131Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-21T23:31:26.661Z] #36 exporting layers 1.4s done [2019-10-21T23:31:26.661Z] #36 writing image sha256:0afed45026b73876a69c6456869b84246b63643bf72107e81189de827fa272ae done [2019-10-21T23:31:26.661Z] #36 naming to docker.io/library/moby-e2e-test done [2019-10-21T23:31:26.661Z] #36 DONE 1.4s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-21T23:31:26.975Z] + echo Ensuring container killed. [2019-10-21T23:31:26.975Z] Ensuring container killed. [2019-10-21T23:31:26.975Z] + docker rm -vf docker-pr15 [2019-10-21T23:31:26.975Z] Error: No such container: docker-pr15 [2019-10-21T23:31:26.975Z] + true [Pipeline] sh [2019-10-21T23:31:27.022Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-21T23:31:27.255Z] + echo Chowning /workspace to jenkins user [2019-10-21T23:31:27.255Z] Chowning /workspace to jenkins user [2019-10-21T23:31:27.255Z] + id -u [2019-10-21T23:31:27.255Z] + id -g [2019-10-21T23:31:27.255Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40089:/workspace busybox chown -R 1000:1000 /workspace [2019-10-21T23:31:28.148Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-21T23:31:28.925Z] + bundleName=unit [2019-10-21T23:31:28.925Z] + echo Creating unit-bundles.tar.gz [2019-10-21T23:31:28.925Z] Creating unit-bundles.tar.gz [2019-10-21T23:31:28.925Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-10-21T23:31:28.925Z] bundles/junit-report.xml [2019-10-21T23:31:28.925Z] bundles/go-test-report.json [2019-10-21T23:31:28.925Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-10-21T23:31:28.935Z] Archiving artifacts [2019-10-21T23:31:29.343Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40089/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-21T23:31:29.686Z] + make clean [2019-10-21T23:31:29.945Z] docker volume rm -f docker-dev-cache [2019-10-21T23:31:29.945Z] docker-dev-cache [Pipeline] deleteDir [2019-10-21T23:31:30.042Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-21T23:31:30.524Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-21T23:31:31.933Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-21T23:31:31.933Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-10-21T23:31:32.495Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-21T23:31:33.425Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-21T23:31:34.357Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-21T23:31:35.174Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-21T23:31:35.725Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-21T23:31:36.660Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-10-21T23:31:38.551Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-10-21T23:31:40.443Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-21T23:31:42.329Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-21T23:31:44.614Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-10-21T23:31:44.727Z] --- PASS: TestDockerNetworkMacvlan (20.97s) [2019-10-21T23:31:44.727Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:31:44.727Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.17s) [2019-10-21T23:31:44.727Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:31:44.727Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2019-10-21T23:31:44.727Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:31:44.727Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.78s) [2019-10-21T23:31:44.727Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:31:44.727Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.95s) [2019-10-21T23:31:44.727Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:31:44.727Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.47s) [2019-10-21T23:31:44.727Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:31:44.727Z] --- PASS: TestDockerNetworkMacvlan/Addressing (2.02s) [2019-10-21T23:31:44.727Z] PASS [2019-10-21T23:31:44.727Z] [2019-10-21T23:31:44.727Z] DONE 8 tests in 22.882s [2019-10-21T23:31:44.727Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-21T23:31:44.727Z] ++ 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-21T23:31:44.727Z] ++ set -e [2019-10-21T23:31:44.727Z] ++ '[' -n 0 ']' [2019-10-21T23:31:44.727Z] ++ set -x [2019-10-21T23:31:44.727Z] ++ env -i DEST=/go/src/github.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-21T23:31:44.727Z] testing: warning: no tests to run [2019-10-21T23:31:44.727Z] PASS [2019-10-21T23:31:44.727Z] [2019-10-21T23:31:44.727Z] DONE 0 tests in 0.089s [2019-10-21T23:31:44.727Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-21T23:31:44.727Z] ++ 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-21T23:31:44.727Z] ++ set -e [2019-10-21T23:31:44.727Z] ++ '[' -n 0 ']' [2019-10-21T23:31:44.727Z] ++ set -x [2019-10-21T23:31:44.727Z] ++ env -i DEST=/go/src/github.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-21T23:31:45.160Z] INFO: Testing against a local daemon [2019-10-21T23:31:45.160Z] === RUN TestAuthZPluginAllowRequest [2019-10-21T23:31:46.506Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-21T23:31:47.168Z] --- PASS: TestAuthZPluginAllowRequest (2.02s) [2019-10-21T23:31:47.168Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-21T23:31:47.168Z] === RUN TestAuthZPluginTLS [2019-10-21T23:31:47.872Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-21T23:31:47.894Z] --- PASS: TestAuthZPluginTLS (0.58s) [2019-10-21T23:31:47.894Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-21T23:31:47.894Z] === RUN TestAuthZPluginDenyRequest [2019-10-21T23:31:48.411Z] --- PASS: TestAuthZPluginDenyRequest (0.59s) [2019-10-21T23:31:48.411Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-21T23:31:48.411Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-21T23:31:48.831Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2019-10-21T23:31:48.831Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-21T23:31:48.831Z] === RUN TestAuthZPluginDenyResponse [2019-10-21T23:31:49.279Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2019-10-21T23:31:49.279Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-21T23:31:49.279Z] === RUN TestAuthZPluginAllowEventStream [2019-10-21T23:31:49.783Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-21T23:31:50.346Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-21T23:31:50.909Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-21T23:31:51.438Z] --- PASS: TestAuthZPluginAllowEventStream (2.18s) [2019-10-21T23:31:51.438Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-21T23:31:51.438Z] === RUN TestAuthZPluginErrorResponse [2019-10-21T23:31:51.912Z] --- PASS: TestAuthZPluginErrorResponse (0.60s) [2019-10-21T23:31:51.912Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-21T23:31:51.912Z] === RUN TestAuthZPluginErrorRequest [2019-10-21T23:31:52.800Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-21T23:31:52.812Z] --- PASS: TestAuthZPluginErrorRequest (0.58s) [2019-10-21T23:31:52.812Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-21T23:31:52.812Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-21T23:31:53.057Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-10-21T23:31:53.296Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.72s) [2019-10-21T23:31:53.296Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-21T23:31:53.296Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-21T23:31:53.313Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-21T23:31:53.676Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-10-21T23:31:53.676Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-10-21T23:31:53.676Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-21T23:31:55.569Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-21T23:31:56.265Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.85s) [2019-10-21T23:31:56.266Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-21T23:31:56.266Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-21T23:31:57.459Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-21T23:31:57.459Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-21T23:31:57.459Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-21T23:31:58.023Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-21T23:31:58.279Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-21T23:31:58.842Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-21T23:31:59.060Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.99s) [2019-10-21T23:31:59.060Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-21T23:31:59.060Z] === RUN TestAuthZPluginHeader [2019-10-21T23:31:59.769Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-10-21T23:32:00.026Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-10-21T23:32:00.026Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-10-21T23:32:00.026Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-21T23:32:00.551Z] --- PASS: TestAuthZPluginHeader (1.11s) [2019-10-21T23:32:00.551Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-21T23:32:00.551Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-21T23:32:00.551Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-10-21T23:32:00.551Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:32:00.551Z] === RUN TestAuthZPluginV2Disable [2019-10-21T23:32:00.551Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-21T23:32:00.551Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:32:00.551Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-21T23:32:00.551Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-21T23:32:00.551Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:32:00.551Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-21T23:32:00.551Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-21T23:32:00.551Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:32:00.551Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-21T23:32:00.954Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-10-21T23:32:01.588Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-21T23:32:01.588Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-21T23:32:01.883Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-10-21T23:32:02.559Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-21T23:32:02.815Z] === RUN TestDockerSuite/TestEventsRename [2019-10-21T23:32:03.745Z] === RUN TestDockerSuite/TestEventsResize [2019-10-21T23:32:04.001Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-10-21T23:32:04.564Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-21T23:32:05.496Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-21T23:32:06.865Z] === RUN TestDockerSuite/TestEventsStreaming [2019-10-21T23:32:07.429Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-21T23:32:08.353Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-21T23:32:08.353Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-21T23:32:08.813Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-21T23:32:08.813Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-21T23:32:09.272Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-21T23:32:09.272Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-21T23:32:10.699Z] === RUN TestDockerSuite/TestEventsTop [2019-10-21T23:32:11.628Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-21T23:32:14.146Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-21T23:32:16.037Z] === RUN TestDockerSuite/TestExec [2019-10-21T23:32:16.975Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-21T23:32:17.756Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.05s) [2019-10-21T23:32:17.756Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-21T23:32:17.756Z] PASS [2019-10-21T23:32:17.756Z] [2019-10-21T23:32:17.756Z] === Skipped [2019-10-21T23:32:17.756Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-10-21T23:32:17.756Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:32:17.756Z] [2019-10-21T23:32:17.756Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-21T23:32:17.756Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:32:17.756Z] [2019-10-21T23:32:17.756Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-21T23:32:17.756Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:32:17.756Z] [2019-10-21T23:32:17.756Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-21T23:32:17.756Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:32:17.756Z] [2019-10-21T23:32:17.756Z] [2019-10-21T23:32:17.756Z] DONE 17 tests, 4 skipped in 32.698s [2019-10-21T23:32:17.756Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-21T23:32:17.756Z] ++ 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-21T23:32:17.756Z] ++ set -e [2019-10-21T23:32:17.756Z] ++ '[' -n 0 ']' [2019-10-21T23:32:17.756Z] ++ set -x [2019-10-21T23:32:17.756Z] ++ env -i DEST=/go/src/github.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-21T23:32:17.757Z] INFO: Testing against a local daemon [2019-10-21T23:32:17.757Z] === RUN TestPluginInvalidJSON [2019-10-21T23:32:17.757Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:32:17.757Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:32:17.757Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:32:17.757Z] --- PASS: TestPluginInvalidJSON (0.05s) [2019-10-21T23:32:17.757Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-21T23:32:17.757Z] PASS [2019-10-21T23:32:17.757Z] [2019-10-21T23:32:17.757Z] DONE 2 tests in 0.257s [2019-10-21T23:32:17.757Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-21T23:32:17.757Z] ++ 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-21T23:32:17.757Z] ++ set -e [2019-10-21T23:32:17.757Z] ++ '[' -n 0 ']' [2019-10-21T23:32:17.757Z] ++ set -x [2019-10-21T23:32:17.757Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T23:32:17.919Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-21T23:32:18.802Z] INFO: Testing against a local daemon [2019-10-21T23:32:18.802Z] === RUN TestExternalGraphDriver [2019-10-21T23:32:18.802Z] === RUN TestExternalGraphDriver/json [2019-10-21T23:32:18.847Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-21T23:32:19.777Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-21T23:32:21.284Z] === RUN TestExternalGraphDriver/spec [2019-10-21T23:32:21.667Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-21T23:32:22.596Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-21T23:32:23.526Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-21T23:32:23.604Z] === RUN TestExternalGraphDriver/pull [2019-10-21T23:32:24.455Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-21T23:32:25.384Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-21T23:32:26.313Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-21T23:32:26.488Z] --- PASS: TestExternalGraphDriver (7.74s) [2019-10-21T23:32:26.488Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-21T23:32:26.488Z] --- PASS: TestExternalGraphDriver/json (2.53s) [2019-10-21T23:32:26.488Z] --- PASS: TestExternalGraphDriver/spec (2.39s) [2019-10-21T23:32:26.488Z] --- PASS: TestExternalGraphDriver/pull (2.47s) [2019-10-21T23:32:26.488Z] === RUN TestGraphdriverPluginV2 [2019-10-21T23:32:26.488Z] --- SKIP: TestGraphdriverPluginV2 (0.05s) [2019-10-21T23:32:26.488Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:32:26.488Z] PASS [2019-10-21T23:32:26.488Z] [2019-10-21T23:32:26.488Z] === Skipped [2019-10-21T23:32:26.488Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s) [2019-10-21T23:32:26.488Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:32:26.488Z] [2019-10-21T23:32:26.488Z] [2019-10-21T23:32:26.488Z] DONE 5 tests, 1 skipped in 8.641s [2019-10-21T23:32:26.488Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-21T23:32:26.488Z] ++ 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-21T23:32:26.488Z] ++ set -e [2019-10-21T23:32:26.488Z] ++ '[' -n 0 ']' [2019-10-21T23:32:26.488Z] ++ set -x [2019-10-21T23:32:26.488Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-21T23:32:27.100Z] INFO: Testing against a local daemon [2019-10-21T23:32:27.100Z] === RUN TestContinueAfterPluginCrash [2019-10-21T23:32:27.100Z] === PAUSE TestContinueAfterPluginCrash [2019-10-21T23:32:27.100Z] === RUN TestDaemonStartWithLogOpt [2019-10-21T23:32:27.100Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-21T23:32:27.100Z] === CONT TestContinueAfterPluginCrash [2019-10-21T23:32:27.100Z] === CONT TestDaemonStartWithLogOpt [2019-10-21T23:32:27.680Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-21T23:32:27.681Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-10-21T23:32:29.620Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-21T23:32:31.513Z] === RUN TestDockerSuite/TestExecEnv [2019-10-21T23:32:32.075Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-21T23:32:35.350Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-21T23:32:36.280Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-21T23:32:39.230Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-21T23:32:39.230Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-21T23:32:39.230Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-21T23:32:39.550Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-21T23:32:40.113Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-10-21T23:32:41.044Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-21T23:32:41.973Z] === RUN TestDockerSuite/TestExecParseError [2019-10-21T23:32:42.901Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-21T23:32:43.584Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T23:32:43.584Z] [2019-10-21T23:32:43.584Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-21T23:32:43.584Z] PKG_CONFIG=pkg-config [2019-10-21T23:32:43.584Z] GOLANG_VERSION=1.13.3 [2019-10-21T23:32:43.584Z] HOSTNAME=238116ba5053 [2019-10-21T23:32:43.584Z] DOCKER_EXPERIMENTAL=1 [2019-10-21T23:32:43.584Z] container=docker [2019-10-21T23:32:43.584Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-21T23:32:43.584Z] GO111MODULE=off [2019-10-21T23:32:43.584Z] GOPATH=/go [2019-10-21T23:32:43.584Z] PWD=/go/src/github.com/docker/docker [2019-10-21T23:32:43.584Z] HOME=/root [2019-10-21T23:32:43.584Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-21T23:32:43.584Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-21T23:32:43.584Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-21T23:32:43.584Z] DOCKER_GITCOMMIT=7eb804c934f2917783ea5eb7c5b9a73edc60ece1 [2019-10-21T23:32:43.584Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-21T23:32:43.584Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-21T23:32:43.584Z] TERM=xterm [2019-10-21T23:32:43.584Z] VALIDATE_BRANCH=master [2019-10-21T23:32:43.584Z] DEST=bundles/test-integration [2019-10-21T23:32:43.584Z] SHLVL=1 [2019-10-21T23:32:43.584Z] TIMEOUT=120m [2019-10-21T23:32:43.584Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-21T23:32:43.584Z] DOCKER_PKG=github.com/docker/docker [2019-10-21T23:32:43.584Z] TESTDEBUG=0 [2019-10-21T23:32:43.584Z] _=/usr/bin/env [2019-10-21T23:32:43.584Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-21T23:32:43.830Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-21T23:32:44.443Z] --- PASS: TestDaemonStartWithLogOpt (15.88s) [2019-10-21T23:32:44.443Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-21T23:32:44.759Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-21T23:32:47.133Z] --- PASS: TestContinueAfterPluginCrash (20.62s) [2019-10-21T23:32:47.134Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-21T23:32:47.134Z] PASS [2019-10-21T23:32:47.134Z] [2019-10-21T23:32:47.134Z] DONE 2 tests in 20.894s [2019-10-21T23:32:47.134Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-21T23:32:47.134Z] ++ 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-21T23:32:47.134Z] ++ set -e [2019-10-21T23:32:47.134Z] ++ '[' -n 0 ']' [2019-10-21T23:32:47.134Z] ++ set -x [2019-10-21T23:32:47.134Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T23:32:47.644Z] INFO: Testing against a local daemon [2019-10-21T23:32:47.644Z] === RUN TestPluginWithDevMounts [2019-10-21T23:32:47.644Z] === PAUSE TestPluginWithDevMounts [2019-10-21T23:32:47.644Z] === CONT TestPluginWithDevMounts [2019-10-21T23:32:48.051Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-21T23:32:48.980Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-21T23:32:50.350Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-21T23:32:50.478Z] --- PASS: TestPluginWithDevMounts (2.71s) [2019-10-21T23:32:50.478Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-21T23:32:50.478Z] PASS [2019-10-21T23:32:50.478Z] [2019-10-21T23:32:50.478Z] DONE 1 tests in 2.989s [2019-10-21T23:32:50.478Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-10-21T23:32:50.478Z] ++ 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-21T23:32:50.478Z] ++ set -e [2019-10-21T23:32:50.478Z] ++ '[' -n 0 ']' [2019-10-21T23:32:50.478Z] ++ set -x [2019-10-21T23:32:50.478Z] ++ env -i DEST=/go/src/github.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-21T23:32:51.061Z] INFO: Testing against a local daemon [2019-10-21T23:32:51.061Z] === RUN TestSecretInspect [2019-10-21T23:32:54.731Z] --- PASS: TestSecretInspect (3.58s) [2019-10-21T23:32:54.731Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-21T23:32:54.731Z] === RUN TestSecretList [2019-10-21T23:32:55.597Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-10-21T23:32:56.921Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-21T23:32:57.380Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-21T23:32:58.353Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-21T23:32:58.364Z] --- PASS: TestSecretList (3.46s) [2019-10-21T23:32:58.364Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-21T23:32:58.364Z] === RUN TestSecretsCreateAndDelete [2019-10-21T23:33:02.090Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-21T23:33:02.103Z] --- PASS: TestSecretsCreateAndDelete (3.89s) [2019-10-21T23:33:02.103Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-21T23:33:02.103Z] === RUN TestSecretsUpdate [2019-10-21T23:33:02.137Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-21T23:33:02.701Z] === RUN TestDockerSuite/TestExecTTY [2019-10-21T23:33:03.632Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-21T23:33:04.271Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-21T23:33:04.566Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-21T23:33:05.889Z] --- PASS: TestSecretsUpdate (4.02s) [2019-10-21T23:33:05.890Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-21T23:33:05.890Z] === RUN TestTemplatedSecret [2019-10-21T23:33:05.938Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-21T23:33:06.866Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-21T23:33:06.866Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-21T23:33:09.385Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-10-21T23:33:09.948Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-21T23:33:10.695Z] --- PASS: TestTemplatedSecret (4.58s) [2019-10-21T23:33:10.695Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-21T23:33:10.695Z] === RUN TestSecretCreateResolve [2019-10-21T23:33:11.316Z] === RUN TestDockerSuite/TestExecWithTERM [2019-10-21T23:33:12.270Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-21T23:33:12.977Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-21T23:33:13.199Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-21T23:33:14.315Z] --- PASS: TestSecretCreateResolve (3.68s) [2019-10-21T23:33:14.315Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-21T23:33:14.315Z] PASS [2019-10-21T23:33:14.315Z] [2019-10-21T23:33:14.315Z] DONE 6 tests in 23.844s [2019-10-21T23:33:14.315Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-10-21T23:33:14.315Z] ++ 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-21T23:33:14.315Z] ++ set -e [2019-10-21T23:33:14.315Z] ++ '[' -n 0 ']' [2019-10-21T23:33:14.315Z] ++ set -x [2019-10-21T23:33:14.315Z] ++ env -i DEST=/go/src/github.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-21T23:33:14.834Z] INFO: Testing against a local daemon [2019-10-21T23:33:14.834Z] === RUN TestServiceCreateInit [2019-10-21T23:33:14.834Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-21T23:33:18.448Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-21T23:33:22.050Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-21T23:33:22.616Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-10-21T23:33:23.196Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-21T23:33:25.723Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-21T23:33:27.930Z] --- PASS: TestServiceCreateInit (13.17s) [2019-10-21T23:33:27.930Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (6.98s) [2019-10-21T23:33:27.930Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-21T23:33:27.930Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (6.16s) [2019-10-21T23:33:27.930Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-21T23:33:27.930Z] === RUN TestCreateServiceMultipleTimes [2019-10-21T23:33:30.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-21T23:33:30.969Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-21T23:33:31.228Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-21T23:33:31.228Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-21T23:33:31.485Z] === RUN TestDockerSuite/TestHealth [2019-10-21T23:33:32.927Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-21T23:33:37.435Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-21T23:33:48.933Z] --- PASS: TestCreateServiceMultipleTimes (19.04s) [2019-10-21T23:33:48.933Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-21T23:33:48.933Z] === RUN TestCreateServiceConflict [2019-10-21T23:33:50.304Z] --- PASS: TestCreateServiceConflict (3.27s) [2019-10-21T23:33:50.304Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-21T23:33:50.304Z] === RUN TestCreateServiceMaxReplicas [2019-10-21T23:33:53.377Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-21T23:33:53.377Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-21T23:33:53.377Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-21T23:33:53.377Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-21T23:33:53.377Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-21T23:33:53.377Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-21T23:33:53.969Z] --- PASS: TestCreateServiceMaxReplicas (3.85s) [2019-10-21T23:33:53.969Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-21T23:33:53.969Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-21T23:33:54.306Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-21T23:33:54.306Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-21T23:33:54.306Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-21T23:33:54.563Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-21T23:33:54.820Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-21T23:33:55.077Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-21T23:33:55.640Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-21T23:33:55.640Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-21T23:33:56.569Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-21T23:33:56.569Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-21T23:33:57.498Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-21T23:33:58.426Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-21T23:33:58.682Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-21T23:33:59.610Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-21T23:34:01.500Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-10-21T23:34:02.429Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-21T23:34:02.429Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-21T23:34:02.429Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-21T23:34:04.949Z] === RUN TestDockerSuite/TestImportFile [2019-10-21T23:34:06.840Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-21T23:34:06.840Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-21T23:34:08.731Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-21T23:34:11.026Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.73s) [2019-10-21T23:34:11.026Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-21T23:34:11.026Z] === RUN TestCreateServiceSecretFileMode [2019-10-21T23:34:11.255Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-21T23:34:12.426Z] --- PASS: TestCreateServiceSecretFileMode (3.65s) [2019-10-21T23:34:12.426Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-21T23:34:12.426Z] === RUN TestCreateServiceConfigFileMode [2019-10-21T23:34:13.148Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-21T23:34:13.405Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-21T23:34:13.415Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-21T23:34:13.968Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-21T23:34:14.530Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-21T23:34:15.459Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-21T23:34:16.809Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-21T23:34:16.809Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-21T23:34:16.809Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-21T23:34:16.827Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-21T23:34:16.879Z] --- PASS: TestCreateServiceConfigFileMode (3.86s) [2019-10-21T23:34:16.879Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-21T23:34:16.879Z] === RUN TestCreateServiceSysctls [2019-10-21T23:34:17.390Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-21T23:34:18.758Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-21T23:34:18.758Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-21T23:34:18.758Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-10-21T23:34:18.758Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-21T23:34:18.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-21T23:34:19.255Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-21T23:34:19.261Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-21T23:34:19.321Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-21T23:34:19.720Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-21T23:34:20.250Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-21T23:34:21.366Z] --- PASS: TestCreateServiceSysctls (4.97s) [2019-10-21T23:34:21.367Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-21T23:34:21.367Z] === RUN TestCreateServiceCapabilities [2019-10-21T23:34:21.618Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-21T23:34:22.181Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-21T23:34:22.730Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-21T23:34:23.110Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-21T23:34:24.039Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-21T23:34:24.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-21T23:34:24.967Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-21T23:34:24.967Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-10-21T23:34:25.871Z] --- PASS: TestCreateServiceCapabilities (3.98s) [2019-10-21T23:34:25.871Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-21T23:34:25.871Z] === RUN TestInspect [2019-10-21T23:34:26.862Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-21T23:34:27.702Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-21T23:34:28.231Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-21T23:34:28.231Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-10-21T23:34:28.795Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-21T23:34:28.795Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-21T23:34:29.479Z] --- PASS: TestInspect (4.22s) [2019-10-21T23:34:29.479Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-21T23:34:29.479Z] === RUN TestServiceListWithStatuses [2019-10-21T23:34:29.479Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-21T23:34:29.479Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T23:34:29.479Z] === RUN TestDockerNetworkConnectAlias [2019-10-21T23:34:29.725Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-21T23:34:29.725Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-21T23:34:31.094Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-21T23:34:31.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-21T23:34:32.024Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-21T23:34:32.954Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-21T23:34:33.883Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-10-21T23:34:34.140Z] === RUN TestDockerSuite/TestInspectImage [2019-10-21T23:34:34.140Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-21T23:34:34.140Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-21T23:34:34.140Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-21T23:34:34.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-21T23:34:35.071Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-21T23:34:36.456Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-21T23:34:36.456Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-21T23:34:36.696Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-21T23:34:36.713Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-10-21T23:34:36.969Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-21T23:34:37.898Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-21T23:34:37.912Z] --- PASS: TestDockerNetworkConnectAlias (7.38s) [2019-10-21T23:34:37.912Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-21T23:34:37.912Z] === RUN TestDockerNetworkReConnect [2019-10-21T23:34:40.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-21T23:34:40.534Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-21T23:34:40.534Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-21T23:34:40.534Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-10-21T23:34:40.790Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-21T23:34:41.817Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-21T23:34:42.156Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-21T23:34:42.326Z] --- PASS: TestDockerNetworkReConnect (5.35s) [2019-10-21T23:34:42.326Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-21T23:34:42.326Z] === RUN TestServicePlugin [2019-10-21T23:34:42.326Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-21T23:34:42.326Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:34:42.326Z] === RUN TestServiceUpdateLabel [2019-10-21T23:34:43.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-21T23:34:44.048Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-21T23:34:44.048Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-10-21T23:34:44.610Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-21T23:34:45.540Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-21T23:34:45.851Z] --- PASS: TestServiceUpdateLabel (3.34s) [2019-10-21T23:34:45.851Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-21T23:34:45.851Z] === RUN TestServiceUpdateSecrets [2019-10-21T23:34:45.905Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-21T23:34:45.905Z] Using test binary docker [2019-10-21T23:34:45.905Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-21T23:34:45.905Z] +++ /etc/init.d/apparmor start [2019-10-21T23:34:45.905Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T23:34:45.905Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T23:34:45.905Z] Warning failed to create cache: (null) [2019-10-21T23:34:45.905Z] . [2019-10-21T23:34:45.905Z] INFO: Waiting for daemon to start... [2019-10-21T23:34:45.905Z] Starting dockerd [2019-10-21T23:34:45.905Z] +++ 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-21T23:34:46.911Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-21T23:34:47.167Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-10-21T23:34:47.730Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-21T23:34:47.938Z] . [2019-10-21T23:34:47.938Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-21T23:34:47.938Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-21T23:34:47.938Z] Error: No such image: emptyfs [2019-10-21T23:34:47.938Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-21T23:34:47.938Z] ++++ docker load [2019-10-21T23:34:48.223Z] Running integration-test (iteration 1) [2019-10-21T23:34:48.223Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-10-21T23:34:48.223Z] ++ 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-21T23:34:48.223Z] ++ set -e [2019-10-21T23:34:48.223Z] ++ '[' -n 0 ']' [2019-10-21T23:34:48.223Z] ++ set -x [2019-10-21T23:34:48.223Z] ++ env -i DEST=/go/src/github.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-21T23:34:48.658Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-21T23:34:49.588Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-21T23:34:49.588Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-10-21T23:34:50.516Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-10-21T23:34:52.411Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-21T23:34:54.302Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-21T23:34:56.194Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-21T23:34:56.195Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-10-21T23:34:56.451Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-21T23:34:58.344Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-21T23:35:00.864Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-21T23:35:01.793Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-10-21T23:35:02.654Z] --- PASS: TestServiceUpdateSecrets (16.32s) [2019-10-21T23:35:02.654Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-21T23:35:02.654Z] === RUN TestServiceUpdateConfigs [2019-10-21T23:35:03.489Z] Loaded image: buildpack-deps:jessie [2019-10-21T23:35:03.489Z] Loaded image: busybox:latest [2019-10-21T23:35:03.489Z] Loaded image: busybox:glibc [2019-10-21T23:35:03.489Z] Loaded image: debian:jessie [2019-10-21T23:35:03.489Z] Loaded image: hello-world:latest [2019-10-21T23:35:03.489Z] INFO: Testing against a local daemon [2019-10-21T23:35:03.489Z] === RUN TestCgroupNamespacesBuild [2019-10-21T23:35:03.693Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-21T23:35:03.693Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-21T23:35:04.983Z] --- PASS: TestCgroupNamespacesBuild (1.80s) [2019-10-21T23:35:04.983Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-21T23:35:04.983Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-21T23:35:06.212Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-21T23:35:06.461Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.69s) [2019-10-21T23:35:06.461Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-21T23:35:06.461Z] === RUN TestBuildWithSession [2019-10-21T23:35:06.461Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-21T23:35:06.461Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T23:35:06.461Z] === RUN TestBuildSquashParent [2019-10-21T23:35:06.775Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-21T23:35:07.706Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-21T23:35:13.325Z] --- PASS: TestBuildSquashParent (6.14s) [2019-10-21T23:35:13.325Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-21T23:35:13.325Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T23:35:13.325Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T23:35:13.325Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T23:35:13.325Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T23:35:13.325Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T23:35:13.325Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T23:35:13.325Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T23:35:13.325Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T23:35:13.325Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T23:35:13.325Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T23:35:13.325Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T23:35:13.325Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T23:35:13.325Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T23:35:13.325Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T23:35:13.325Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T23:35:13.325Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T23:35:16.042Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T23:35:16.042Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T23:35:18.738Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2019-10-21T23:35:18.738Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.09s) [2019-10-21T23:35:18.738Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.38s) [2019-10-21T23:35:18.738Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.39s) [2019-10-21T23:35:18.738Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.43s) [2019-10-21T23:35:18.738Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.54s) [2019-10-21T23:35:18.738Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.47s) [2019-10-21T23:35:18.738Z] === RUN TestBuildMultiStageCopy [2019-10-21T23:35:18.738Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-21T23:35:19.592Z] --- PASS: TestServiceUpdateConfigs (16.43s) [2019-10-21T23:35:19.592Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-21T23:35:19.592Z] === RUN TestServiceUpdateNetwork [2019-10-21T23:35:20.782Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-21T23:35:21.064Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-21T23:35:21.684Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-21T23:35:21.968Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-21T23:35:22.551Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-21T23:35:22.585Z] --- PASS: TestBuildMultiStageCopy (3.92s) [2019-10-21T23:35:22.585Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.11s) [2019-10-21T23:35:22.585Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.46s) [2019-10-21T23:35:22.585Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.39s) [2019-10-21T23:35:22.585Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.48s) [2019-10-21T23:35:22.585Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.45s) [2019-10-21T23:35:22.585Z] === RUN TestBuildMultiStageParentConfig [2019-10-21T23:35:22.807Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-21T23:35:23.614Z] --- PASS: TestBuildMultiStageParentConfig (1.09s) [2019-10-21T23:35:23.614Z] === RUN TestBuildLabelWithTargets [2019-10-21T23:35:24.698Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-21T23:35:25.625Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-21T23:35:25.684Z] --- PASS: TestBuildLabelWithTargets (1.87s) [2019-10-21T23:35:25.684Z] === RUN TestBuildWithEmptyLayers [2019-10-21T23:35:26.320Z] --- PASS: TestBuildWithEmptyLayers (0.90s) [2019-10-21T23:35:26.320Z] === RUN TestBuildMultiStageOnBuild [2019-10-21T23:35:27.517Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-10-21T23:35:28.446Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-10-21T23:35:28.446Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-21T23:35:29.009Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-21T23:35:29.009Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-21T23:35:29.009Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-21T23:35:29.074Z] --- PASS: TestBuildMultiStageOnBuild (2.47s) [2019-10-21T23:35:29.075Z] === RUN TestBuildUncleanTarFilenames [2019-10-21T23:35:29.938Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-21T23:35:30.086Z] --- PASS: TestBuildUncleanTarFilenames (1.20s) [2019-10-21T23:35:30.086Z] === RUN TestBuildMultiStageLayerLeak [2019-10-21T23:35:30.867Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-21T23:35:31.864Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-21T23:35:31.864Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-21T23:35:31.864Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-21T23:35:32.775Z] --- PASS: TestBuildMultiStageLayerLeak (2.49s) [2019-10-21T23:35:32.775Z] === RUN TestBuildWithHugeFile [2019-10-21T23:35:33.839Z] --- PASS: TestServiceUpdateNetwork (15.33s) [2019-10-21T23:35:33.839Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-21T23:35:33.839Z] PASS [2019-10-21T23:35:33.839Z] [2019-10-21T23:35:33.839Z] === Skipped [2019-10-21T23:35:33.839Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2019-10-21T23:35:33.839Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T23:35:33.839Z] [2019-10-21T23:35:33.839Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2019-10-21T23:35:33.839Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:35:33.839Z] [2019-10-21T23:35:33.839Z] [2019-10-21T23:35:33.839Z] DONE 20 tests, 2 skipped in 139.397s [2019-10-21T23:35:33.839Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-10-21T23:35:33.839Z] ++ 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-21T23:35:33.839Z] ++ set -e [2019-10-21T23:35:33.839Z] ++ '[' -n 0 ']' [2019-10-21T23:35:33.839Z] ++ set -x [2019-10-21T23:35:33.840Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T23:35:33.840Z] INFO: Testing against a local daemon [2019-10-21T23:35:33.840Z] === RUN TestSessionCreate [2019-10-21T23:35:33.840Z] --- PASS: TestSessionCreate (0.04s) [2019-10-21T23:35:33.840Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-21T23:35:33.840Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-10-21T23:35:33.840Z] PASS [2019-10-21T23:35:33.840Z] [2019-10-21T23:35:33.840Z] DONE 2 tests in 0.230s [2019-10-21T23:35:33.840Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-10-21T23:35:33.840Z] ++ 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-21T23:35:33.840Z] ++ set -e [2019-10-21T23:35:33.840Z] ++ '[' -n 0 ']' [2019-10-21T23:35:33.840Z] ++ set -x [2019-10-21T23:35:33.840Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T23:35:34.264Z] INFO: Testing against a local daemon [2019-10-21T23:35:34.264Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-21T23:35:34.264Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T23:35:34.264Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T23:35:34.264Z] === RUN TestEventsExecDie [2019-10-21T23:35:35.037Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-21T23:35:35.298Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-21T23:35:35.674Z] --- PASS: TestEventsExecDie (1.47s) [2019-10-21T23:35:35.674Z] === RUN TestEventsBackwardsCompatible [2019-10-21T23:35:35.674Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-10-21T23:35:35.674Z] === RUN TestInfoBinaryCommits [2019-10-21T23:35:35.674Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-10-21T23:35:35.674Z] === RUN TestInfoAPIVersioned [2019-10-21T23:35:35.674Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-21T23:35:35.674Z] === RUN TestInfoAPI [2019-10-21T23:35:35.674Z] --- PASS: TestInfoAPI (0.03s) [2019-10-21T23:35:35.674Z] === RUN TestInfoAPIWarnings [2019-10-21T23:35:36.689Z] --- PASS: TestInfoAPIWarnings (1.01s) [2019-10-21T23:35:36.689Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-21T23:35:36.689Z] === RUN TestLoginFailsWithBadCredentials [2019-10-21T23:35:37.231Z] --- PASS: TestLoginFailsWithBadCredentials (0.57s) [2019-10-21T23:35:37.231Z] === RUN TestPingCacheHeaders [2019-10-21T23:35:37.231Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-10-21T23:35:37.231Z] === RUN TestPingGet [2019-10-21T23:35:37.231Z] --- PASS: TestPingGet (0.01s) [2019-10-21T23:35:37.231Z] === RUN TestPingHead [2019-10-21T23:35:37.231Z] --- PASS: TestPingHead (0.04s) [2019-10-21T23:35:37.231Z] === RUN TestVersion [2019-10-21T23:35:37.231Z] --- PASS: TestVersion (0.02s) [2019-10-21T23:35:37.231Z] PASS [2019-10-21T23:35:37.231Z] [2019-10-21T23:35:37.231Z] === Skipped [2019-10-21T23:35:37.231Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T23:35:37.231Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T23:35:37.231Z] [2019-10-21T23:35:37.231Z] [2019-10-21T23:35:37.231Z] DONE 12 tests, 1 skipped in 3.505s [2019-10-21T23:35:37.654Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-10-21T23:35:37.654Z] ++ 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-21T23:35:37.654Z] ++ set -e [2019-10-21T23:35:37.654Z] ++ '[' -n 0 ']' [2019-10-21T23:35:37.654Z] ++ set -x [2019-10-21T23:35:37.654Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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-21T23:35:37.654Z] INFO: Testing against a local daemon [2019-10-21T23:35:37.654Z] === RUN TestVolumesCreateAndList [2019-10-21T23:35:37.654Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-10-21T23:35:37.654Z] === RUN TestVolumesRemove [2019-10-21T23:35:37.654Z] --- PASS: TestVolumesRemove (0.13s) [2019-10-21T23:35:37.654Z] === RUN TestVolumesInspect [2019-10-21T23:35:38.133Z] --- PASS: TestVolumesInspect (0.07s) [2019-10-21T23:35:38.133Z] === RUN TestVolumesInvalidJSON [2019-10-21T23:35:38.133Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-21T23:35:38.133Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-21T23:35:38.133Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-21T23:35:38.133Z] --- PASS: TestVolumesInvalidJSON (0.07s) [2019-10-21T23:35:38.133Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-21T23:35:38.133Z] PASS [2019-10-21T23:35:38.133Z] [2019-10-21T23:35:38.133Z] DONE 5 tests in 0.505s [2019-10-21T23:35:38.133Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-21T23:35:38.133Z] ++++ cat bundles/test-integration/docker.pid [2019-10-21T23:35:38.133Z] +++ kill 11439 [2019-10-21T23:35:38.568Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-10-21T23:35:39.016Z] +++ /etc/init.d/apparmor stop [2019-10-21T23:35:39.016Z] Clearing AppArmor profiles cache:. [2019-10-21T23:35:39.016Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T23:35:39.016Z] Unloading profiles will leave already running processes permanently [2019-10-21T23:35:39.016Z] unconfined, which can lead to unexpected situations. [2019-10-21T23:35:39.016Z] [2019-10-21T23:35:39.016Z] To set a process to complain mode, use the command line tool [2019-10-21T23:35:39.016Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T23:35:39.016Z] with the 'teardown' option." [2019-10-21T23:35:39.016Z] [2019-10-21T23:35:40.459Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-21T23:35:41.387Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-21T23:35:41.387Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage Post stage [Pipeline] junit [2019-10-21T23:35:41.912Z] Recording test results [2019-10-21T23:35:42.332Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-10-21T23:35:42.592Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-21T23:35:43.963Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-21T23:35:44.183Z] + echo Ensuring container killed. [2019-10-21T23:35:44.183Z] Ensuring container killed. [2019-10-21T23:35:44.183Z] + docker rm -vf docker-pr15 [2019-10-21T23:35:44.183Z] Error: No such container: docker-pr15 [2019-10-21T23:35:44.183Z] + true [Pipeline] sh [2019-10-21T23:35:45.150Z] + echo Chowning /workspace to jenkins user [2019-10-21T23:35:45.150Z] Chowning /workspace to jenkins user [2019-10-21T23:35:45.150Z] + id -u [2019-10-21T23:35:45.150Z] + id -g [2019-10-21T23:35:45.150Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40089:/workspace busybox chown -R 1001:1001 /workspace [2019-10-21T23:35:45.150Z] Unable to find image 'busybox:latest' locally [2019-10-21T23:35:45.150Z] latest: Pulling from library/busybox [2019-10-21T23:35:45.150Z] 6d4c3d9fc915: Pulling fs layer [2019-10-21T23:35:45.332Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-21T23:35:45.560Z] 6d4c3d9fc915: Verifying Checksum [2019-10-21T23:35:45.560Z] 6d4c3d9fc915: Download complete [2019-10-21T23:35:46.418Z] 6d4c3d9fc915: Pull complete [2019-10-21T23:35:46.418Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-21T23:35:46.418Z] Status: Downloaded newer image for busybox:latest [2019-10-21T23:35:46.685Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-21T23:35:46.698Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-21T23:35:47.626Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-21T23:35:49.925Z] + bundleName=s390x-integration [2019-10-21T23:35:49.925Z] + echo Creating s390x-integration-bundles.tar.gz [2019-10-21T23:35:49.925Z] Creating s390x-integration-bundles.tar.gz [2019-10-21T23:35:49.925Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-10-21T23:35:49.925Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-10-21T23:35:50.079Z] Archiving artifacts [2019-10-21T23:35:50.146Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-21T23:35:50.709Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-21T23:35:51.608Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40089/15/artifacts/ [Pipeline] } [Pipeline] // catchError [2019-10-21T23:35:51.638Z] === RUN TestDockerSuite/TestLogsSince [Pipeline] sh [2019-10-21T23:35:52.465Z] + make clean [2019-10-21T23:35:52.875Z] make: command: Command not found [2019-10-21T23:35:52.875Z] docker volume rm -f docker-dev-cache [2019-10-21T23:35:52.875Z] docker-dev-cache [Pipeline] deleteDir [2019-10-21T23:35:55.806Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-10-21T23:35:59.076Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-10-21T23:35:59.076Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-21T23:36:02.346Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-10-21T23:36:04.372Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-21T23:36:04.864Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-21T23:36:04.864Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-10-21T23:36:05.792Z] === RUN TestDockerSuite/TestLogsTail [2019-10-21T23:36:06.354Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-21T23:36:07.284Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-21T23:36:08.214Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-10-21T23:36:08.214Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-21T23:36:08.777Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-21T23:36:09.705Z] === RUN TestDockerSuite/TestNetHostname [2019-10-21T23:36:12.942Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-21T23:36:12.974Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-21T23:36:12.974Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-10-21T23:36:12.974Z] === RUN TestDockerSuite/TestNetworkEvents [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-21T23:36:14.374Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-21T23:36:15.302Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-10-21T23:36:17.192Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-21T23:36:17.754Z] === RUN TestDockerSuite/TestPluginActive [2019-10-21T23:36:18.317Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-10-21T23:36:19.683Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-21T23:36:22.954Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-10-21T23:36:27.126Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-21T23:36:27.126Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-21T23:36:27.688Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-21T23:36:30.957Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-10-21T23:36:30.957Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-21T23:36:32.848Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-21T23:36:34.745Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-21T23:36:36.636Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-10-21T23:36:40.807Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-21T23:36:42.698Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-21T23:36:44.064Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-21T23:36:45.437Z] === RUN TestDockerSuite/TestPortList [2019-10-21T23:36:48.633Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-21T23:36:50.708Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-10-21T23:36:53.980Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-10-21T23:36:56.563Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-21T23:36:57.492Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-10-21T23:36:57.748Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-21T23:37:01.021Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-10-21T23:37:01.021Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-21T23:37:06.267Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-21T23:37:06.267Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-21T23:37:06.267Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-21T23:37:06.267Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-10-21T23:37:06.267Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-21T23:37:06.524Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-21T23:37:07.453Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-21T23:37:07.453Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-21T23:37:08.016Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-21T23:37:08.273Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-21T23:37:09.640Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-10-21T23:37:09.896Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-21T23:37:09.896Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-10-21T23:37:09.983Z] --- PASS: TestBuildWithHugeFile (91.43s) [2019-10-21T23:37:09.983Z] === RUN TestBuildWithEmptyDockerfile [2019-10-21T23:37:09.983Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:37:09.983Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:37:09.983Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:37:09.983Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:37:09.983Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:37:09.983Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:37:09.983Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T23:37:09.983Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T23:37:09.983Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T23:37:09.983Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2019-10-21T23:37:09.983Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.32s) [2019-10-21T23:37:09.983Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.32s) [2019-10-21T23:37:09.983Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.32s) [2019-10-21T23:37:09.983Z] === RUN TestBuildPreserveOwnership [2019-10-21T23:37:09.983Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-21T23:37:09.983Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-21T23:37:09.983Z] --- PASS: TestBuildPreserveOwnership (4.98s) [2019-10-21T23:37:09.983Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.24s) [2019-10-21T23:37:09.983Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.73s) [2019-10-21T23:37:09.983Z] === RUN TestBuildPlatformInvalid [2019-10-21T23:37:09.983Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-10-21T23:37:09.983Z] PASS [2019-10-21T23:37:09.983Z] [2019-10-21T23:37:09.983Z] === Skipped [2019-10-21T23:37:09.983Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2019-10-21T23:37:09.983Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T23:37:09.983Z] [2019-10-21T23:37:09.983Z] [2019-10-21T23:37:09.983Z] DONE 32 tests, 1 skipped in 141.268s [2019-10-21T23:37:09.983Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-10-21T23:37:09.983Z] ++ 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-21T23:37:09.983Z] ++ set -e [2019-10-21T23:37:09.983Z] ++ '[' -n 0 ']' [2019-10-21T23:37:09.983Z] ++ set -x [2019-10-21T23:37:09.983Z] ++ env -i DEST=/go/src/github.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-21T23:37:09.983Z] INFO: Testing against a local daemon [2019-10-21T23:37:09.983Z] === RUN TestConfigList [2019-10-21T23:37:11.346Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-21T23:37:12.013Z] --- PASS: TestConfigList (2.30s) [2019-10-21T23:37:12.013Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-21T23:37:12.013Z] === RUN TestConfigsCreateAndDelete [2019-10-21T23:37:14.045Z] --- PASS: TestConfigsCreateAndDelete (2.21s) [2019-10-21T23:37:14.045Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-21T23:37:14.045Z] === RUN TestConfigsUpdate [2019-10-21T23:37:14.068Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-10-21T23:37:14.999Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-10-21T23:37:15.561Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-10-21T23:37:15.561Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-21T23:37:16.747Z] --- PASS: TestConfigsUpdate (2.24s) [2019-10-21T23:37:16.747Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-21T23:37:16.747Z] === RUN TestTemplatedConfig [2019-10-21T23:37:19.445Z] --- PASS: TestTemplatedConfig (2.91s) [2019-10-21T23:37:19.445Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-21T23:37:19.445Z] === RUN TestConfigInspect [2019-10-21T23:37:19.733Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-21T23:37:19.990Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-21T23:37:21.482Z] --- PASS: TestConfigInspect (2.21s) [2019-10-21T23:37:21.482Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-21T23:37:21.482Z] === RUN TestConfigCreateWithLabels [2019-10-21T23:37:23.271Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-10-21T23:37:23.835Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-21T23:37:24.167Z] --- PASS: TestConfigCreateWithLabels (2.23s) [2019-10-21T23:37:24.167Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-21T23:37:24.167Z] === RUN TestConfigCreateResolve [2019-10-21T23:37:26.216Z] --- PASS: TestConfigCreateResolve (2.24s) [2019-10-21T23:37:26.216Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-21T23:37:26.216Z] === RUN TestConfigDaemonLibtrustID [2019-10-21T23:37:26.502Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2019-10-21T23:37:26.502Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-21T23:37:26.502Z] PASS [2019-10-21T23:37:26.502Z] [2019-10-21T23:37:26.502Z] DONE 8 tests in 16.986s [2019-10-21T23:37:26.502Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-10-21T23:37:26.502Z] ++ 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-21T23:37:26.502Z] ++ set -e [2019-10-21T23:37:26.502Z] ++ '[' -n 0 ']' [2019-10-21T23:37:26.502Z] ++ set -x [2019-10-21T23:37:26.502Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T23:37:26.502Z] INFO: Testing against a local daemon [2019-10-21T23:37:26.502Z] === RUN TestCheckpoint [2019-10-21T23:37:26.502Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-21T23:37:26.502Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T23:37:26.502Z] === RUN TestContainerInvalidJSON [2019-10-21T23:37:26.502Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:37:26.502Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:37:26.502Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:37:26.502Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:37:26.502Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:37:26.502Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:37:26.502Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T23:37:26.502Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-21T23:37:26.502Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T23:37:26.502Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-21T23:37:26.502Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-21T23:37:26.502Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-21T23:37:26.502Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-21T23:37:26.502Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-21T23:37:26.790Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2019-10-21T23:37:26.790Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-21T23:37:26.790Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2019-10-21T23:37:26.790Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-21T23:37:26.790Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2019-10-21T23:37:26.790Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-21T23:37:27.074Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2019-10-21T23:37:27.074Z] === RUN TestCopyFromContainer [2019-10-21T23:37:28.550Z] === RUN TestCopyFromContainer// [2019-10-21T23:37:28.550Z] === RUN TestCopyFromContainer//bar/root [2019-10-21T23:37:28.834Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-21T23:37:28.834Z] === RUN TestCopyFromContainer/bar/quux [2019-10-21T23:37:28.834Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-21T23:37:29.117Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-21T23:37:29.117Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-21T23:37:29.117Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-21T23:37:29.401Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-21T23:37:29.401Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-21T23:37:29.401Z] --- PASS: TestCopyFromContainer (2.54s) [2019-10-21T23:37:29.401Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-10-21T23:37:29.401Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-10-21T23:37:29.401Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-10-21T23:37:29.401Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-10-21T23:37:29.401Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-10-21T23:37:29.401Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-10-21T23:37:29.401Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-10-21T23:37:29.401Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-10-21T23:37:29.401Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-10-21T23:37:29.401Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-10-21T23:37:29.401Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-21T23:37:29.401Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:37:29.401Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:37:29.401Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:37:29.401Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:37:29.401Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:37:29.401Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:37:29.401Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T23:37:29.401Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T23:37:29.401Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T23:37:29.401Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-10-21T23:37:29.401Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-21T23:37:29.401Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-21T23:37:29.401Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-21T23:37:29.401Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-21T23:37:29.685Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-10-21T23:37:29.685Z] === RUN TestCreateWithInvalidEnv [2019-10-21T23:37:29.685Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-21T23:37:29.685Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-21T23:37:29.685Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-21T23:37:29.685Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-21T23:37:29.685Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-21T23:37:29.685Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-21T23:37:29.685Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-21T23:37:29.685Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-21T23:37:29.685Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-21T23:37:29.685Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-10-21T23:37:29.685Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-21T23:37:29.685Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-21T23:37:29.685Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-10-21T23:37:29.685Z] === RUN TestCreateTmpfsMountsTarget [2019-10-21T23:37:29.685Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-21T23:37:29.685Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-21T23:37:30.376Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-21T23:37:30.376Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCustomMaskedPaths (1.94s) [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCapabilities [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-21T23:37:31.726Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-21T23:37:31.726Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-21T23:37:31.726Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-21T23:37:31.726Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T23:37:31.726Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T23:37:31.726Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-21T23:37:31.726Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-21T23:37:31.726Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-21T23:37:31.726Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T23:37:31.726Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T23:37:31.726Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T23:37:31.726Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-21T23:37:31.726Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-21T23:37:31.726Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T23:37:31.726Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T23:37:31.726Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-21T23:37:31.726Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-21T23:37:31.726Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-21T23:37:31.726Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-21T23:37:31.726Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T23:37:31.726Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-21T23:37:31.726Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCapabilities (0.03s) [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.04s) [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.04s) [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.04s) [2019-10-21T23:37:31.726Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-10-21T23:37:31.726Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-21T23:37:33.644Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-21T23:37:33.774Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.03s) [2019-10-21T23:37:33.774Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-21T23:37:33.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:37:33.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:37:33.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:37:33.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:37:33.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:37:33.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:37:33.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:37:33.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:37:33.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:37:33.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:37:33.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T23:37:33.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T23:37:33.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T23:37:33.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T23:37:33.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T23:37:33.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-21T23:37:33.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-10-21T23:37:33.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2019-10-21T23:37:33.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-10-21T23:37:33.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2019-10-21T23:37:33.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-10-21T23:37:33.774Z] === RUN TestContainerStartOnDaemonRestart [2019-10-21T23:37:33.774Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-21T23:37:33.774Z] === RUN TestDaemonRestartIpcMode [2019-10-21T23:37:33.774Z] === PAUSE TestDaemonRestartIpcMode [2019-10-21T23:37:33.774Z] === RUN TestDiff [2019-10-21T23:37:34.391Z] --- PASS: TestDiff (0.68s) [2019-10-21T23:37:34.391Z] === RUN TestExecWithCloseStdin [2019-10-21T23:37:35.406Z] --- PASS: TestExecWithCloseStdin (0.93s) [2019-10-21T23:37:35.406Z] === RUN TestExec [2019-10-21T23:37:36.162Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-10-21T23:37:36.421Z] --- PASS: TestExec (0.88s) [2019-10-21T23:37:36.421Z] === RUN TestExecUser [2019-10-21T23:37:37.431Z] --- PASS: TestExecUser (0.91s) [2019-10-21T23:37:37.431Z] === RUN TestExportContainerAndImportImage [2019-10-21T23:37:38.439Z] --- PASS: TestExportContainerAndImportImage (0.97s) [2019-10-21T23:37:38.439Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-21T23:37:39.921Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2019-10-21T23:37:39.921Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-21T23:37:39.921Z] === RUN TestHealthCheckWorkdir [2019-10-21T23:37:40.938Z] --- PASS: TestHealthCheckWorkdir (1.04s) [2019-10-21T23:37:40.938Z] === RUN TestHealthKillContainer [2019-10-21T23:37:42.703Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-21T23:37:43.264Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-21T23:37:44.391Z] --- PASS: TestHealthKillContainer (2.94s) [2019-10-21T23:37:44.391Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-21T23:37:44.391Z] --- PASS: TestInspectCpusetInConfigPre120 (0.71s) [2019-10-21T23:37:44.391Z] === RUN TestIpcModeNone [2019-10-21T23:37:45.401Z] --- PASS: TestIpcModeNone (0.85s) [2019-10-21T23:37:45.401Z] === RUN TestIpcModePrivate [2019-10-21T23:37:45.785Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-21T23:37:46.409Z] --- PASS: TestIpcModePrivate (0.85s) [2019-10-21T23:37:46.409Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2019-10-21T23:37:46.409Z] === RUN TestIpcModeShareable [2019-10-21T23:37:47.025Z] --- PASS: TestIpcModeShareable (0.92s) [2019-10-21T23:37:47.025Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2019-10-21T23:37:47.025Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-21T23:37:47.675Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-21T23:37:49.043Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-21T23:37:49.719Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.56s) [2019-10-21T23:37:49.719Z] === RUN TestAPIIpcModeHost [2019-10-21T23:37:49.971Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-10-21T23:37:50.335Z] --- PASS: TestAPIIpcModeHost (0.72s) [2019-10-21T23:37:50.335Z] === RUN TestDaemonIpcModeShareable [2019-10-21T23:37:50.900Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-21T23:37:52.366Z] --- PASS: TestDaemonIpcModeShareable (1.78s) [2019-10-21T23:37:52.366Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-21T23:37:52.366Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-10-21T23:37:52.366Z] === RUN TestDaemonIpcModePrivate [2019-10-21T23:37:52.923Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-10-21T23:37:53.842Z] --- PASS: TestDaemonIpcModePrivate (1.79s) [2019-10-21T23:37:53.842Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-21T23:37:53.842Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-10-21T23:37:53.842Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-21T23:37:53.851Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-21T23:37:55.218Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-21T23:37:55.474Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-21T23:37:55.873Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s) [2019-10-21T23:37:55.873Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-21T23:37:55.873Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-10-21T23:37:55.873Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-21T23:37:56.427Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-21T23:37:57.906Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.81s) [2019-10-21T23:37:57.906Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-21T23:37:57.906Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-10-21T23:37:57.906Z] === RUN TestIpcModeOlderClient [2019-10-21T23:37:57.906Z] === PAUSE TestIpcModeOlderClient [2019-10-21T23:37:57.906Z] === RUN TestKillContainerInvalidSignal [2019-10-21T23:37:58.193Z] --- PASS: TestKillContainerInvalidSignal (0.73s) [2019-10-21T23:37:58.193Z] === RUN TestKillContainer [2019-10-21T23:37:58.193Z] === RUN TestKillContainer/no_signal [2019-10-21T23:37:58.947Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-21T23:37:59.200Z] === RUN TestKillContainer/non_killing_signal [2019-10-21T23:37:59.483Z] === RUN TestKillContainer/killing_signal [2019-10-21T23:38:00.496Z] --- PASS: TestKillContainer (2.16s) [2019-10-21T23:38:00.496Z] --- PASS: TestKillContainer/no_signal (0.67s) [2019-10-21T23:38:00.496Z] --- PASS: TestKillContainer/non_killing_signal (0.45s) [2019-10-21T23:38:00.496Z] --- PASS: TestKillContainer/killing_signal (0.71s) [2019-10-21T23:38:00.496Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-21T23:38:00.496Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-21T23:38:01.115Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-21T23:38:02.124Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.41s) [2019-10-21T23:38:02.124Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.67s) [2019-10-21T23:38:02.125Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.45s) [2019-10-21T23:38:02.125Z] === RUN TestKillStoppedContainer [2019-10-21T23:38:02.125Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-10-21T23:38:02.125Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-21T23:38:02.125Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-10-21T23:38:02.125Z] === RUN TestKillDifferentUserContainer [2019-10-21T23:38:02.216Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-21T23:38:02.747Z] --- PASS: TestKillDifferentUserContainer (0.74s) [2019-10-21T23:38:02.747Z] === RUN TestInspectOomKilledTrue [2019-10-21T23:38:02.777Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-21T23:38:02.777Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-21T23:38:03.340Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-21T23:38:03.340Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-21T23:38:03.596Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-21T23:38:04.231Z] --- PASS: TestInspectOomKilledTrue (1.23s) [2019-10-21T23:38:04.231Z] === RUN TestInspectOomKilledFalse [2019-10-21T23:38:04.525Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-21T23:38:04.856Z] --- PASS: TestInspectOomKilledFalse (0.71s) [2019-10-21T23:38:04.856Z] === RUN TestLinksEtcHostsContentMatch [2019-10-21T23:38:05.475Z] --- PASS: TestLinksEtcHostsContentMatch (0.65s) [2019-10-21T23:38:05.475Z] === RUN TestLinksContainerNames [2019-10-21T23:38:06.417Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-21T23:38:06.954Z] --- PASS: TestLinksContainerNames (1.43s) [2019-10-21T23:38:06.954Z] === RUN TestLogsFollowTailEmpty [2019-10-21T23:38:07.572Z] --- PASS: TestLogsFollowTailEmpty (0.73s) [2019-10-21T23:38:07.572Z] === RUN TestContainerNetworkMountsNoChown [2019-10-21T23:38:07.786Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-21T23:38:08.198Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s) [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/default [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/default [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/private [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/private [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rprivate [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/slave [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/slave [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rslave [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/shared [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/shared [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rshared [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-21T23:38:08.198Z] === CONT TestMountDaemonRoot/default [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-21T23:38:08.198Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-21T23:38:08.198Z] === CONT TestMountDaemonRoot/rshared [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-21T23:38:08.198Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T23:38:08.198Z] === CONT TestMountDaemonRoot/shared [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-21T23:38:08.198Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-21T23:38:08.198Z] === CONT TestMountDaemonRoot/rslave [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T23:38:08.198Z] === CONT TestMountDaemonRoot/slave [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-21T23:38:08.198Z] === CONT TestMountDaemonRoot/rprivate [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T23:38:08.198Z] === CONT TestMountDaemonRoot/private [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-21T23:38:08.198Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-21T23:38:08.198Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-21T23:38:08.198Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-21T23:38:08.484Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T23:38:08.714Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-21T23:38:08.776Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-21T23:38:08.776Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-21T23:38:08.776Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-21T23:38:08.776Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-21T23:38:08.776Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-21T23:38:08.776Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T23:38:08.776Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-21T23:38:08.776Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T23:38:08.776Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-21T23:38:08.776Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-21T23:38:08.776Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.13s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.14s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.11s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.08s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.08s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-10-21T23:38:08.776Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-10-21T23:38:08.777Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2019-10-21T23:38:08.777Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-10-21T23:38:08.777Z] === RUN TestContainerBindMountNonRecursive [2019-10-21T23:38:10.825Z] --- PASS: TestContainerBindMountNonRecursive (1.75s) [2019-10-21T23:38:10.825Z] === RUN TestNetworkNat [2019-10-21T23:38:11.443Z] --- PASS: TestNetworkNat (0.79s) [2019-10-21T23:38:11.443Z] === RUN TestNetworkLocalhostTCPNat [2019-10-21T23:38:12.059Z] --- PASS: TestNetworkLocalhostTCPNat (0.76s) [2019-10-21T23:38:12.059Z] === RUN TestNetworkLoopbackNat [2019-10-21T23:38:12.887Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-10-21T23:38:13.076Z] --- PASS: TestNetworkLoopbackNat (1.02s) [2019-10-21T23:38:13.076Z] === RUN TestPause [2019-10-21T23:38:14.084Z] --- PASS: TestPause (0.79s) [2019-10-21T23:38:14.084Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-21T23:38:14.084Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2019-10-21T23:38:14.084Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T23:38:14.084Z] === RUN TestPauseStopPausedContainer [2019-10-21T23:38:14.701Z] --- PASS: TestPauseStopPausedContainer (0.79s) [2019-10-21T23:38:14.701Z] === RUN TestPsFilter [2019-10-21T23:38:14.984Z] --- PASS: TestPsFilter (0.22s) [2019-10-21T23:38:14.984Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-21T23:38:15.602Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s) [2019-10-21T23:38:15.602Z] === RUN TestRemoveContainerWithVolume [2019-10-21T23:38:16.159Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-10-21T23:38:16.217Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2019-10-21T23:38:16.217Z] === RUN TestRemoveContainerRunning [2019-10-21T23:38:17.089Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-21T23:38:17.228Z] --- PASS: TestRemoveContainerRunning (0.70s) [2019-10-21T23:38:17.228Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-21T23:38:17.848Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s) [2019-10-21T23:38:17.848Z] === RUN TestRemoveInvalidContainer [2019-10-21T23:38:17.848Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2019-10-21T23:38:17.848Z] === RUN TestRenameLinkedContainer [2019-10-21T23:38:19.087Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-21T23:38:19.087Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-10-21T23:38:20.528Z] --- PASS: TestRenameLinkedContainer (2.72s) [2019-10-21T23:38:20.528Z] === RUN TestRenameStoppedContainer [2019-10-21T23:38:21.145Z] --- PASS: TestRenameStoppedContainer (0.66s) [2019-10-21T23:38:21.145Z] === RUN TestRenameRunningContainerAndReuse [2019-10-21T23:38:21.607Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-21T23:38:21.607Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-21T23:38:21.607Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-21T23:38:21.864Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-21T23:38:22.617Z] --- PASS: TestRenameRunningContainerAndReuse (1.39s) [2019-10-21T23:38:22.617Z] === RUN TestRenameInvalidName [2019-10-21T23:38:23.233Z] --- PASS: TestRenameInvalidName (0.70s) [2019-10-21T23:38:23.233Z] === RUN TestRenameAnonymousContainer [2019-10-21T23:38:25.137Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-21T23:38:25.923Z] --- PASS: TestRenameAnonymousContainer (2.49s) [2019-10-21T23:38:25.923Z] === RUN TestRenameContainerWithSameName [2019-10-21T23:38:26.506Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-21T23:38:26.538Z] --- PASS: TestRenameContainerWithSameName (0.68s) [2019-10-21T23:38:26.538Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-21T23:38:28.013Z] --- PASS: TestRenameContainerWithLinkedContainer (1.39s) [2019-10-21T23:38:28.013Z] === RUN TestResize [2019-10-21T23:38:28.628Z] --- PASS: TestResize (0.72s) [2019-10-21T23:38:28.628Z] === RUN TestResizeWithInvalidSize [2019-10-21T23:38:29.252Z] --- PASS: TestResizeWithInvalidSize (0.73s) [2019-10-21T23:38:29.252Z] === RUN TestResizeWhenContainerNotStarted [2019-10-21T23:38:29.871Z] --- PASS: TestResizeWhenContainerNotStarted (0.73s) [2019-10-21T23:38:29.871Z] === RUN TestDaemonRestartKillContainers [2019-10-21T23:38:29.871Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T23:38:29.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T23:38:29.871Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T23:38:29.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T23:38:29.871Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T23:38:29.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T23:38:29.871Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T23:38:29.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T23:38:29.871Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T23:38:29.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T23:38:29.871Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T23:38:29.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T23:38:29.871Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T23:38:29.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T23:38:30.165Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T23:38:30.165Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T23:38:30.165Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:38:30.165Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:38:30.165Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:38:30.165Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:38:30.165Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:38:30.165Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:38:30.165Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:38:30.165Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:38:30.165Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T23:38:30.165Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T23:38:30.165Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T23:38:30.165Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T23:38:30.683Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-21T23:38:32.049Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-21T23:38:32.049Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-21T23:38:32.049Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-21T23:38:33.658Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T23:38:33.658Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:38:33.658Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T23:38:33.658Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:38:35.721Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T23:38:35.721Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T23:38:35.721Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T23:38:36.219Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-21T23:38:37.401Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-21T23:38:37.401Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-21T23:38:37.401Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-21T23:38:37.401Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-21T23:38:37.401Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-21T23:38:37.401Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-21T23:38:37.401Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-21T23:38:37.401Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-21T23:38:37.401Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-21T23:38:37.586Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-21T23:38:37.842Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-21T23:38:37.854Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T23:38:39.208Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-10-21T23:38:39.771Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-21T23:38:40.308Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-21T23:38:40.548Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-21T23:38:40.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.27s) [2019-10-21T23:38:40.548Z] 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-21T23:38:40.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.50s) [2019-10-21T23:38:40.548Z] 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-21T23:38:40.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.50s) [2019-10-21T23:38:40.548Z] 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-21T23:38:40.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.61s) [2019-10-21T23:38:40.548Z] 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-21T23:38:40.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.02s) [2019-10-21T23:38:40.548Z] 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-21T23:38:40.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.11s) [2019-10-21T23:38:40.548Z] 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-21T23:38:40.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.07s) [2019-10-21T23:38:40.548Z] 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-21T23:38:40.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.03s) [2019-10-21T23:38:40.548Z] 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-21T23:38:40.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.86s) [2019-10-21T23:38:40.549Z] 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-21T23:38:40.549Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.33s) [2019-10-21T23:38:40.549Z] 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-21T23:38:40.549Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.31s) [2019-10-21T23:38:40.549Z] 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-21T23:38:40.549Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.73s) [2019-10-21T23:38:40.549Z] 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-21T23:38:40.549Z] === RUN TestCgroupNamespacesRun [2019-10-21T23:38:41.139Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-21T23:38:42.590Z] --- PASS: TestCgroupNamespacesRun (1.93s) [2019-10-21T23:38:42.590Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-21T23:38:42.590Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-21T23:38:43.032Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-21T23:38:43.217Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-21T23:38:43.960Z] === RUN TestDockerSuite/TestRmiTag [2019-10-21T23:38:43.960Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-21T23:38:44.098Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.86s) [2019-10-21T23:38:44.098Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-21T23:38:44.098Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-21T23:38:44.891Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-21T23:38:46.181Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.78s) [2019-10-21T23:38:46.181Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-21T23:38:46.181Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-21T23:38:47.657Z] --- PASS: TestCgroupNamespacesRunHostMode (1.73s) [2019-10-21T23:38:47.657Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-21T23:38:47.657Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-21T23:38:47.913Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-21T23:38:47.913Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-21T23:38:47.913Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-21T23:38:47.913Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-21T23:38:47.913Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-21T23:38:47.913Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-21T23:38:48.161Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-10-21T23:38:49.528Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-21T23:38:49.702Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.05s) [2019-10-21T23:38:49.702Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-21T23:38:49.702Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-21T23:38:50.457Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-21T23:38:50.713Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-10-21T23:38:50.731Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) [2019-10-21T23:38:50.731Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-21T23:38:50.731Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-21T23:38:51.360Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s) [2019-10-21T23:38:51.360Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-21T23:38:51.360Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-21T23:38:51.643Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-21T23:38:51.653Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-21T23:38:51.653Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-21T23:38:51.653Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-21T23:38:51.653Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-21T23:38:52.112Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-21T23:38:52.205Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-21T23:38:53.405Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2019-10-21T23:38:53.405Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-21T23:38:53.405Z] === RUN TestKernelTCPMemory [2019-10-21T23:38:54.420Z] --- PASS: TestKernelTCPMemory (0.99s) [2019-10-21T23:38:54.420Z] === RUN TestNISDomainname [2019-10-21T23:38:54.723Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-21T23:38:55.286Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-21T23:38:55.430Z] --- PASS: TestNISDomainname (1.04s) [2019-10-21T23:38:55.430Z] === RUN TestHostnameDnsResolution [2019-10-21T23:38:55.542Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-21T23:38:56.449Z] --- PASS: TestHostnameDnsResolution (1.20s) [2019-10-21T23:38:56.449Z] === RUN TestStats [2019-10-21T23:38:56.472Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-21T23:38:56.472Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-21T23:38:57.401Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-21T23:38:57.914Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-21T23:38:58.489Z] --- PASS: TestStats (1.89s) [2019-10-21T23:38:58.489Z] === RUN TestStopContainerWithTimeout [2019-10-21T23:38:58.489Z] === RUN TestStopContainerWithTimeout/0 [2019-10-21T23:38:58.489Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-21T23:38:58.489Z] === RUN TestStopContainerWithTimeout/1 [2019-10-21T23:38:58.489Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-21T23:38:58.489Z] === RUN TestStopContainerWithTimeout/3 [2019-10-21T23:38:58.489Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-21T23:38:58.489Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-21T23:38:58.489Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-21T23:38:58.489Z] === CONT TestStopContainerWithTimeout/0 [2019-10-21T23:38:58.489Z] === CONT TestStopContainerWithTimeout/3 [2019-10-21T23:38:58.489Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-21T23:38:58.489Z] === CONT TestStopContainerWithTimeout/1 [2019-10-21T23:38:59.304Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-21T23:38:59.867Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-21T23:39:00.796Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-21T23:39:01.726Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-10-21T23:39:01.974Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2019-10-21T23:39:01.974Z] --- PASS: TestStopContainerWithTimeout/0 (1.36s) [2019-10-21T23:39:01.974Z] --- PASS: TestStopContainerWithTimeout/1 (2.44s) [2019-10-21T23:39:01.974Z] --- PASS: TestStopContainerWithTimeout/-1 (3.07s) [2019-10-21T23:39:01.974Z] --- PASS: TestStopContainerWithTimeout/3 (3.28s) [2019-10-21T23:39:01.974Z] === RUN TestDeleteDevicemapper [2019-10-21T23:39:01.974Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-21T23:39:01.974Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T23:39:01.974Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-21T23:39:03.616Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-21T23:39:04.070Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.20s) [2019-10-21T23:39:04.070Z] === RUN TestUpdateMemory [2019-10-21T23:39:04.983Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-10-21T23:39:05.084Z] --- PASS: TestUpdateMemory (1.07s) [2019-10-21T23:39:05.084Z] === RUN TestUpdateCPUQuota [2019-10-21T23:39:06.350Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-10-21T23:39:07.115Z] --- PASS: TestUpdateCPUQuota (1.82s) [2019-10-21T23:39:07.115Z] === RUN TestUpdatePidsLimit [2019-10-21T23:39:07.115Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-21T23:39:07.115Z] === RUN TestUpdatePidsLimit/no_change [2019-10-21T23:39:07.279Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-10-21T23:39:07.279Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-10-21T23:39:07.745Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-21T23:39:08.030Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-21T23:39:08.207Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-10-21T23:39:08.652Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-21T23:39:08.942Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-21T23:39:09.137Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-10-21T23:39:09.227Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-21T23:39:10.065Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-21T23:39:11.267Z] --- PASS: TestUpdatePidsLimit (4.23s) [2019-10-21T23:39:11.267Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2019-10-21T23:39:11.267Z] --- PASS: TestUpdatePidsLimit/no_change (0.41s) [2019-10-21T23:39:11.267Z] --- PASS: TestUpdatePidsLimit/update_lower (0.43s) [2019-10-21T23:39:11.267Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2019-10-21T23:39:11.267Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2019-10-21T23:39:11.267Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.41s) [2019-10-21T23:39:11.267Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.44s) [2019-10-21T23:39:11.267Z] === RUN TestUpdateRestartPolicy [2019-10-21T23:39:11.432Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-10-21T23:39:12.798Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-21T23:39:13.361Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-21T23:39:14.290Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-21T23:39:15.221Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-21T23:39:15.221Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-21T23:39:15.606Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-21T23:39:15.606Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-21T23:39:15.606Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-21T23:39:15.606Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-21T23:39:15.606Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-21T23:39:15.606Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-21T23:39:15.606Z] === RUN TestDockerSuite/TestBuildFails [2019-10-21T23:39:17.739Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-21T23:39:17.787Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-21T23:39:17.787Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-21T23:39:18.301Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-21T23:39:19.230Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-21T23:39:20.157Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-21T23:39:20.721Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-21T23:39:20.721Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-21T23:39:21.649Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-21T23:39:22.578Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-21T23:39:23.139Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-21T23:39:23.584Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-21T23:39:23.783Z] --- PASS: TestUpdateRestartPolicy (12.29s) [2019-10-21T23:39:23.783Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-21T23:39:24.066Z] --- PASS: TestUpdateRestartWithAutoRemove (0.75s) [2019-10-21T23:39:24.066Z] === RUN TestWaitNonBlocked [2019-10-21T23:39:24.066Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:39:24.066Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:39:24.066Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:39:24.066Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:39:24.066Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T23:39:24.066Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T23:39:24.081Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-21T23:39:25.015Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-21T23:39:25.015Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-21T23:39:25.089Z] --- PASS: TestWaitNonBlocked (0.04s) [2019-10-21T23:39:25.089Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.01s) [2019-10-21T23:39:25.089Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s) [2019-10-21T23:39:25.089Z] === RUN TestWaitBlocked [2019-10-21T23:39:25.089Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T23:39:25.089Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T23:39:25.089Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T23:39:25.089Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T23:39:25.089Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T23:39:25.089Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T23:39:25.577Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-21T23:39:25.834Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-21T23:39:26.396Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-10-21T23:39:26.572Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-21T23:39:26.572Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s) [2019-10-21T23:39:26.572Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.13s) [2019-10-21T23:39:26.572Z] === CONT TestContainerStartOnDaemonRestart [2019-10-21T23:39:26.572Z] === CONT TestDaemonRestartIpcMode [2019-10-21T23:39:26.572Z] === CONT TestIpcModeOlderClient [2019-10-21T23:39:26.572Z] --- PASS: TestIpcModeOlderClient (0.19s) [2019-10-21T23:39:27.324Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-21T23:39:28.253Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-21T23:39:28.277Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-21T23:39:29.184Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-21T23:39:30.048Z] --- PASS: TestContainerStartOnDaemonRestart (3.28s) [2019-10-21T23:39:30.048Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-21T23:39:30.111Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-21T23:39:30.111Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-21T23:39:30.335Z] --- PASS: TestDaemonRestartIpcMode (4.00s) [2019-10-21T23:39:30.335Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-21T23:39:30.335Z] PASS [2019-10-21T23:39:30.335Z] [2019-10-21T23:39:30.335Z] === Skipped [2019-10-21T23:39:30.335Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-10-21T23:39:30.335Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T23:39:30.335Z] [2019-10-21T23:39:30.335Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2019-10-21T23:39:30.335Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T23:39:30.335Z] [2019-10-21T23:39:30.335Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-10-21T23:39:30.335Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T23:39:30.335Z] [2019-10-21T23:39:30.335Z] [2019-10-21T23:39:30.335Z] DONE 197 tests, 3 skipped in 123.857s [2019-10-21T23:39:30.335Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-10-21T23:39:30.335Z] ++ 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-21T23:39:30.335Z] ++ set -e [2019-10-21T23:39:30.335Z] ++ '[' -n 0 ']' [2019-10-21T23:39:30.335Z] ++ set -x [2019-10-21T23:39:30.335Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T23:39:30.630Z] INFO: Testing against a local daemon [2019-10-21T23:39:30.630Z] === RUN TestCommitInheritsEnv [2019-10-21T23:39:30.914Z] --- PASS: TestCommitInheritsEnv (0.45s) [2019-10-21T23:39:30.914Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-21T23:39:30.914Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-21T23:39:30.914Z] === RUN TestImagesFilterMultiReference [2019-10-21T23:39:31.041Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-21T23:39:31.205Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-21T23:39:31.205Z] === RUN TestImagePullPlatformInvalid [2019-10-21T23:39:31.205Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2019-10-21T23:39:31.205Z] === RUN TestRemoveImageOrphaning [2019-10-21T23:39:31.490Z] --- PASS: TestRemoveImageOrphaning (0.46s) [2019-10-21T23:39:31.490Z] === RUN TestRemoveImageGarbageCollector [2019-10-21T23:39:31.490Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-21T23:39:31.490Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:39:31.490Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-21T23:39:31.490Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-10-21T23:39:31.490Z] === RUN TestTagInvalidReference [2019-10-21T23:39:31.780Z] --- PASS: TestTagInvalidReference (0.05s) [2019-10-21T23:39:31.780Z] === RUN TestTagValidPrefixedRepo [2019-10-21T23:39:31.780Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-21T23:39:31.780Z] === RUN TestTagExistedNameWithoutForce [2019-10-21T23:39:31.780Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-21T23:39:31.780Z] === RUN TestTagOfficialNames [2019-10-21T23:39:31.780Z] --- PASS: TestTagOfficialNames (0.06s) [2019-10-21T23:39:31.780Z] === RUN TestTagMatchesDigest [2019-10-21T23:39:31.780Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-21T23:39:31.780Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-21T23:39:32.933Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-21T23:39:34.074Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-21T23:39:34.301Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-21T23:39:34.865Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-10-21T23:39:35.795Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-21T23:39:37.162Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-21T23:39:38.092Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-21T23:39:39.021Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-21T23:39:39.584Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-21T23:39:40.514Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-21T23:39:42.405Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-21T23:39:46.462Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-21T23:39:46.462Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-21T23:39:46.582Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-21T23:39:46.582Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-21T23:39:46.839Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-21T23:39:49.357Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-21T23:39:51.247Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-21T23:39:52.265Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-21T23:39:52.266Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-21T23:39:52.725Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-21T23:39:53.186Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-21T23:39:53.186Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-21T23:39:54.531Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-21T23:39:57.050Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-21T23:39:57.050Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-21T23:39:57.050Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-21T23:39:57.612Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-21T23:39:59.503Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-21T23:40:00.871Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-21T23:40:01.761Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-21T23:40:01.761Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-21T23:40:03.390Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-21T23:40:04.320Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-21T23:40:06.211Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-21T23:40:06.774Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-10-21T23:40:06.774Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-21T23:40:07.702Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-10-21T23:40:09.595Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-21T23:40:09.595Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-21T23:40:10.525Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-21T23:40:11.454Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-21T23:40:12.018Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-10-21T23:40:12.947Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-21T23:40:12.947Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-21T23:40:13.876Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-21T23:40:14.153Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-21T23:40:14.153Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-21T23:40:14.804Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-21T23:40:15.122Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-21T23:40:15.122Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-21T23:40:15.367Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-21T23:40:16.091Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-21T23:40:16.091Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-21T23:40:16.296Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-21T23:40:17.225Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-21T23:40:18.153Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-21T23:40:18.716Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-21T23:40:19.663Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-21T23:40:19.663Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-21T23:40:20.602Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-21T23:40:20.795Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-21T23:40:21.530Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-21T23:40:21.778Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-21T23:40:22.748Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-21T23:40:23.208Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-21T23:40:23.421Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-21T23:40:23.421Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-21T23:40:23.421Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-21T23:40:24.176Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-21T23:40:24.636Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-21T23:40:26.175Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-21T23:40:27.590Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-21T23:40:28.153Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-21T23:40:31.970Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-21T23:40:31.970Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-21T23:40:31.970Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-21T23:40:31.970Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-21T23:40:31.970Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-21T23:40:31.970Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-21T23:40:31.970Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-21T23:40:32.430Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-21T23:40:33.398Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-21T23:40:39.195Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-21T23:40:40.325Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-10-21T23:40:40.888Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-21T23:40:42.780Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-10-21T23:40:42.780Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-10-21T23:40:42.780Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-21T23:40:42.780Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-21T23:40:43.709Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-21T23:40:46.982Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-21T23:40:48.874Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-21T23:40:50.240Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-21T23:40:51.169Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-21T23:40:52.101Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-21T23:40:52.664Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-21T23:40:54.009Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-21T23:40:54.009Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-21T23:40:54.031Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-21T23:40:54.032Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-21T23:40:54.032Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-21T23:40:54.977Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-21T23:40:55.923Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-21T23:40:57.294Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-21T23:40:59.186Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-21T23:40:59.186Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-21T23:40:59.442Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-21T23:41:01.334Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-21T23:41:02.700Z] === RUN TestDockerSuite/TestRunMount [2019-10-21T23:41:10.926Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-21T23:41:10.926Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-21T23:41:11.489Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-21T23:41:13.378Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-21T23:41:15.896Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-21T23:41:19.167Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-21T23:41:21.684Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-21T23:41:24.201Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-21T23:41:26.093Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-21T23:41:27.462Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-21T23:41:27.462Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-21T23:41:28.391Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-21T23:41:29.780Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-21T23:41:30.343Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-21T23:41:30.674Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-21T23:41:31.271Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-21T23:41:33.833Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-21T23:41:36.352Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-21T23:41:36.914Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-10-21T23:41:41.004Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-21T23:41:42.163Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-21T23:41:42.163Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-21T23:41:42.163Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-10-21T23:41:43.092Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-10-21T23:41:43.092Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-21T23:41:43.092Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-21T23:41:44.020Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-21T23:41:44.950Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-21T23:41:44.950Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-21T23:41:45.705Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-21T23:41:45.879Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-21T23:41:46.807Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-10-21T23:41:46.807Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-21T23:41:47.736Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-10-21T23:41:48.666Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-21T23:41:50.036Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-21T23:41:51.404Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-10-21T23:41:51.501Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-21T23:41:52.333Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-21T23:41:53.263Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-21T23:41:53.826Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-21T23:41:54.755Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-10-21T23:41:54.755Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-21T23:41:55.685Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-21T23:41:55.685Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-21T23:41:56.614Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-21T23:41:57.294Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-21T23:41:57.543Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-21T23:41:57.543Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-21T23:41:58.484Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-10-21T23:41:59.853Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-21T23:41:59.853Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-21T23:42:03.124Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-10-21T23:42:03.381Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-21T23:42:05.273Z] === RUN TestDockerSuite/TestRunRm [2019-10-21T23:42:06.204Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-21T23:42:06.460Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-10-21T23:42:09.729Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-21T23:42:10.661Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-21T23:42:11.589Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-10-21T23:42:12.519Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-10-21T23:42:13.449Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-10-21T23:42:14.378Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-10-21T23:42:18.393Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-21T23:42:18.393Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-21T23:42:19.625Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-10-21T23:42:19.625Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-10-21T23:42:24.875Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-10-21T23:42:24.875Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-10-21T23:42:24.875Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-10-21T23:42:24.875Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-10-21T23:42:25.559Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-21T23:42:25.805Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-10-21T23:42:26.019Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-21T23:42:26.019Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-21T23:42:26.019Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-21T23:42:26.734Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-10-21T23:42:27.297Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-10-21T23:42:28.226Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-10-21T23:42:28.927Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-21T23:42:29.155Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-10-21T23:42:30.095Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-21T23:42:31.023Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-21T23:42:31.952Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-21T23:42:32.880Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-10-21T23:42:33.617Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-21T23:42:33.810Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-10-21T23:42:34.373Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-10-21T23:42:34.373Z] === RUN TestDockerSuite/TestRunState [2019-10-21T23:42:35.157Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-21T23:42:35.616Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-21T23:42:35.616Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-21T23:42:36.265Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-21T23:42:37.635Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-21T23:42:37.635Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-10-21T23:42:38.199Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-21T23:42:38.455Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-10-21T23:42:38.455Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-21T23:42:38.522Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-21T23:42:38.982Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-21T23:42:39.383Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-21T23:42:40.314Z] === RUN TestDockerSuite/TestRunSysctls [2019-10-21T23:42:40.519Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-21T23:42:42.206Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-21T23:42:42.206Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-21T23:42:42.206Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-21T23:42:42.771Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-10-21T23:42:46.040Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-10-21T23:42:46.296Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-10-21T23:42:48.814Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-10-21T23:42:52.983Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-21T23:42:56.252Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-21T23:42:56.814Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-21T23:42:57.742Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-21T23:42:58.306Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-21T23:43:00.836Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-21T23:43:01.637Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-21T23:43:01.637Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-21T23:43:02.204Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-21T23:43:03.132Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-21T23:43:03.132Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-21T23:43:03.389Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-21T23:43:04.320Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-21T23:43:05.248Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-21T23:43:05.842Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-10-21T23:43:05.842Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-21T23:43:06.098Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-21T23:43:07.026Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-21T23:43:08.873Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-21T23:43:11.780Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-21T23:43:12.273Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-21T23:43:12.531Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-21T23:43:13.896Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-21T23:43:16.414Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-21T23:43:18.309Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-21T23:43:20.351Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-21T23:43:20.828Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-21T23:43:23.348Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-21T23:43:24.276Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-21T23:43:25.205Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-21T23:43:26.134Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-21T23:43:26.134Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-21T23:43:26.134Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-21T23:43:26.134Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-21T23:43:26.134Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-10-21T23:43:26.149Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-21T23:43:27.062Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-10-21T23:43:27.991Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-10-21T23:43:28.946Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-10-21T23:43:30.841Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-10-21T23:43:30.844Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-21T23:43:31.303Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-21T23:43:31.303Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-21T23:43:31.303Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-21T23:43:31.403Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-10-21T23:43:31.659Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-10-21T23:43:32.588Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-21T23:43:32.588Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-10-21T23:43:33.482Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-21T23:43:33.482Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-21T23:43:33.518Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-10-21T23:43:33.518Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-10-21T23:43:33.518Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-10-21T23:43:33.518Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-21T23:43:33.518Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-10-21T23:43:33.774Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-10-21T23:43:33.774Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-10-21T23:43:34.030Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-10-21T23:43:34.286Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-10-21T23:43:34.542Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-10-21T23:43:35.472Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-10-21T23:43:36.399Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-10-21T23:43:36.964Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-10-21T23:43:36.964Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-10-21T23:43:37.893Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-21T23:43:38.149Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-21T23:43:39.078Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-21T23:43:39.078Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-10-21T23:43:40.007Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-10-21T23:43:40.936Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-10-21T23:43:40.936Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-21T23:43:40.936Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-21T23:43:41.864Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-21T23:43:43.757Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-10-21T23:43:44.320Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-10-21T23:43:44.320Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-21T23:43:45.250Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-21T23:43:45.250Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-21T23:43:47.140Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-21T23:43:47.702Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-21T23:43:50.221Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-21T23:43:51.149Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-21T23:43:51.149Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-21T23:43:51.149Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-21T23:43:52.078Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-10-21T23:43:53.444Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-10-21T23:43:54.827Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-21T23:43:54.827Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-21T23:43:57.345Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-21T23:43:57.345Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-21T23:43:57.345Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-21T23:43:59.862Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-21T23:43:59.862Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-21T23:44:01.754Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-21T23:44:01.754Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-21T23:44:01.754Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-21T23:44:03.123Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-21T23:44:05.029Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-21T23:44:05.285Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-21T23:44:05.285Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-21T23:44:05.285Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-21T23:44:05.542Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-21T23:44:05.798Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-21T23:44:08.317Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-21T23:44:14.856Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-21T23:44:16.008Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-21T23:44:16.746Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-21T23:44:17.674Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-21T23:44:19.042Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-21T23:44:22.309Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-21T23:44:22.872Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-10-21T23:44:25.424Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-21T23:44:25.986Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-21T23:44:27.906Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-21T23:44:30.426Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-21T23:44:32.318Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-21T23:44:33.849Z] === RUN TestDockerSuite/TestBuildRm [2019-10-21T23:44:36.487Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-21T23:44:36.487Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-10-21T23:44:39.414Z] --- PASS: TestImportExtremelyLargeImageWorks (300.47s) [2019-10-21T23:44:39.414Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-21T23:44:39.414Z] PASS [2019-10-21T23:44:39.414Z] [2019-10-21T23:44:39.414Z] === Skipped [2019-10-21T23:44:39.414Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-21T23:44:39.414Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:44:39.414Z] [2019-10-21T23:44:39.414Z] [2019-10-21T23:44:39.414Z] DONE 12 tests, 1 skipped in 301.944s [2019-10-21T23:44:39.414Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-10-21T23:44:39.414Z] ++ 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-21T23:44:39.414Z] ++ set -e [2019-10-21T23:44:39.414Z] ++ '[' -n 0 ']' [2019-10-21T23:44:39.414Z] ++ set -x [2019-10-21T23:44:39.414Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-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-21T23:44:39.414Z] INFO: Testing against a local daemon [2019-10-21T23:44:39.414Z] === RUN TestNetworkCreateDelete [2019-10-21T23:44:39.414Z] --- PASS: TestNetworkCreateDelete (0.24s) [2019-10-21T23:44:39.414Z] === RUN TestDockerNetworkDeletePreferID [2019-10-21T23:44:39.414Z] --- PASS: TestDockerNetworkDeletePreferID (0.67s) [2019-10-21T23:44:39.414Z] === RUN TestInspectNetwork [2019-10-21T23:44:39.414Z] === RUN TestInspectNetwork/full_network_id [2019-10-21T23:44:39.414Z] === RUN TestInspectNetwork/partial_network_id [2019-10-21T23:44:39.414Z] === RUN TestInspectNetwork/network_name [2019-10-21T23:44:39.414Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-21T23:44:40.658Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-21T23:44:41.456Z] --- PASS: TestInspectNetwork (7.74s) [2019-10-21T23:44:41.456Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-21T23:44:41.456Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-21T23:44:41.456Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-21T23:44:41.456Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-21T23:44:41.456Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-21T23:44:41.456Z] === RUN TestRunContainerWithBridgeNone [2019-10-21T23:44:42.027Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-10-21T23:44:43.396Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-21T23:44:43.607Z] --- PASS: TestRunContainerWithBridgeNone (2.60s) [2019-10-21T23:44:43.607Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-21T23:44:43.607Z] === RUN TestNetworkInvalidJSON [2019-10-21T23:44:43.607Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-21T23:44:43.607Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-21T23:44:43.607Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:44:43.607Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:44:43.607Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:44:43.607Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:44:43.607Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-21T23:44:43.607Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T23:44:43.607Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T23:44:43.607Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-10-21T23:44:43.607Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-21T23:44:43.607Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-21T23:44:43.607Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-10-21T23:44:43.607Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-21T23:44:45.089Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2019-10-21T23:44:45.089Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-21T23:44:45.089Z] === RUN TestDaemonDefaultNetworkPools [2019-10-21T23:44:45.708Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) [2019-10-21T23:44:45.708Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-21T23:44:45.708Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-21T23:44:46.237Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-21T23:44:46.728Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.26s) [2019-10-21T23:44:46.728Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-21T23:44:46.728Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-21T23:44:48.235Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.50s) [2019-10-21T23:44:48.235Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-21T23:44:48.235Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-21T23:44:48.414Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-21T23:44:48.874Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-21T23:44:48.874Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-21T23:44:49.254Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.66s) [2019-10-21T23:44:49.254Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-21T23:44:49.254Z] === RUN TestServiceWithPredefinedNetwork [2019-10-21T23:44:49.936Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-21T23:44:50.412Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-21T23:44:51.954Z] --- PASS: TestServiceWithPredefinedNetwork (2.50s) [2019-10-21T23:44:51.954Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-21T23:44:51.954Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-21T23:44:51.954Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T23:44:51.954Z] service_test.go:230: FLAKY_TEST [2019-10-21T23:44:51.954Z] === RUN TestServiceWithDataPathPortInit [2019-10-21T23:44:52.453Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-10-21T23:44:54.148Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-21T23:44:54.344Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-21T23:44:54.907Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-21T23:44:55.836Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-21T23:44:56.765Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-21T23:44:56.765Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-21T23:44:57.054Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-21T23:44:57.695Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-21T23:45:01.743Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-21T23:45:01.870Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-21T23:45:06.040Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-10-21T23:45:06.297Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-10-21T23:45:07.204Z] --- PASS: TestServiceWithDataPathPortInit (15.39s) [2019-10-21T23:45:07.204Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T23:45:07.204Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T23:45:07.204Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-21T23:45:07.226Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-10-21T23:45:07.226Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-10-21T23:45:08.156Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-10-21T23:45:10.047Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-10-21T23:45:10.047Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-10-21T23:45:11.938Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-10-21T23:45:12.867Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-10-21T23:45:14.235Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-10-21T23:45:15.601Z] === RUN TestDockerSuite/TestUpdateStats [2019-10-21T23:45:15.607Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.65s) [2019-10-21T23:45:15.607Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-21T23:45:15.607Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:k2tm6rffzxv73hkjpe5brf918 Created:2019-10-21 23:45:08.077802209 +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[2bd189fa0d3c10c72085eeef3755ca119d3516d2a974182dfe61c48543fe0080:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hy0krmyr8zyn26rlfp6qj1jgn EndpointID:b6c1315eaba85d547ccce3fb7654059022a2d919e0410ad93c62abafe876b117 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:76007602d2b067b01b8f06f34e20766b1d0f89322890f4526fd8bd99970f2739 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:2cd4cf9b8e0d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hy0krmyr8zyn26rlfp6qj1jgn EndpointID:b6c1315eaba85d547ccce3fb7654059022a2d919e0410ad93c62abafe876b117 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-21T23:45:15.607Z] PASS [2019-10-21T23:45:15.607Z] [2019-10-21T23:45:15.607Z] === Skipped [2019-10-21T23:45:15.607Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T23:45:15.607Z] service_test.go:230: FLAKY_TEST [2019-10-21T23:45:15.607Z] [2019-10-21T23:45:15.607Z] [2019-10-21T23:45:15.607Z] DONE 21 tests, 1 skipped in 43.212s [2019-10-21T23:45:15.607Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-21T23:45:15.607Z] ++ 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-21T23:45:15.607Z] ++ set -e [2019-10-21T23:45:15.607Z] ++ '[' -n 0 ']' [2019-10-21T23:45:15.607Z] ++ set -x [2019-10-21T23:45:15.607Z] ++ env -i DEST=/go/src/github.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-21T23:45:15.607Z] INFO: Testing against a local daemon [2019-10-21T23:45:15.608Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-21T23:45:17.677Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.56s) [2019-10-21T23:45:17.677Z] ipvlan_test.go:28: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance" [2019-10-21T23:45:17.677Z] === RUN TestDockerNetworkIpvlan [2019-10-21T23:45:18.298Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-10-21T23:45:19.310Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-10-21T23:45:19.627Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-21T23:45:19.627Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-21T23:45:19.627Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-21T23:45:19.769Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-10-21T23:45:20.526Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-10-21T23:45:21.854Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-10-21T23:45:21.854Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-10-21T23:45:22.784Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-10-21T23:45:23.216Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-10-21T23:45:23.713Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-21T23:45:26.715Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-10-21T23:45:28.760Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-10-21T23:45:28.960Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-10-21T23:45:32.078Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-21T23:45:32.078Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-21T23:45:32.230Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-10-21T23:45:33.151Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-10-21T23:45:35.507Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-10-21T23:45:36.773Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-21T23:45:36.773Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-21T23:45:37.559Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-10-21T23:45:38.803Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-21T23:45:41.990Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-10-21T23:45:42.664Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-21T23:45:42.971Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-21T23:45:44.689Z] --- PASS: TestDockerNetworkIpvlan (27.22s) [2019-10-21T23:45:44.689Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-21T23:45:44.689Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.10s) [2019-10-21T23:45:44.689Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-21T23:45:44.689Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.07s) [2019-10-21T23:45:44.689Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-21T23:45:44.689Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.21s) [2019-10-21T23:45:44.689Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-21T23:45:44.689Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.26s) [2019-10-21T23:45:44.689Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-21T23:45:44.689Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.19s) [2019-10-21T23:45:44.689Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-21T23:45:44.689Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.23s) [2019-10-21T23:45:44.689Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-21T23:45:44.689Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.25s) [2019-10-21T23:45:44.689Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-21T23:45:44.689Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.39s) [2019-10-21T23:45:44.689Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-21T23:45:44.689Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.95s) [2019-10-21T23:45:44.689Z] PASS [2019-10-21T23:45:44.689Z] [2019-10-21T23:45:44.689Z] DONE 11 tests in 28.907s [2019-10-21T23:45:44.689Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-21T23:45:44.689Z] ++ 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-21T23:45:44.689Z] ++ set -e [2019-10-21T23:45:44.689Z] ++ '[' -n 0 ']' [2019-10-21T23:45:44.689Z] ++ set -x [2019-10-21T23:45:44.689Z] ++ env -i DEST=/go/src/github.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-21T23:45:44.689Z] INFO: Testing against a local daemon [2019-10-21T23:45:44.689Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-21T23:45:46.170Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.48s) [2019-10-21T23:45:46.170Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-21T23:45:46.170Z] === RUN TestDockerNetworkMacvlan [2019-10-21T23:45:47.209Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-21T23:45:48.219Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-10-21T23:45:48.227Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-21T23:45:49.257Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-21T23:45:50.737Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-10-21T23:45:51.943Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-21T23:45:53.258Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-10-21T23:45:54.623Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-10-21T23:45:55.422Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-21T23:45:56.514Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-10-21T23:45:59.031Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-10-21T23:46:00.944Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-21T23:46:01.548Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-10-21T23:46:01.957Z] --- PASS: TestDockerNetworkMacvlan (15.61s) [2019-10-21T23:46:01.957Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:46:01.957Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-10-21T23:46:01.957Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:46:01.957Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-10-21T23:46:01.957Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:46:01.957Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.33s) [2019-10-21T23:46:01.957Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:46:01.957Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.17s) [2019-10-21T23:46:01.957Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:46:01.957Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.36s) [2019-10-21T23:46:01.957Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T23:46:01.957Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.96s) [2019-10-21T23:46:01.957Z] PASS [2019-10-21T23:46:01.957Z] [2019-10-21T23:46:01.957Z] DONE 8 tests in 17.187s [2019-10-21T23:46:01.957Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-21T23:46:01.957Z] ++ 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-21T23:46:01.957Z] ++ set -e [2019-10-21T23:46:01.957Z] ++ '[' -n 0 ']' [2019-10-21T23:46:01.957Z] ++ set -x [2019-10-21T23:46:01.957Z] ++ env -i DEST=/go/src/github.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-21T23:46:01.957Z] testing: warning: no tests to run [2019-10-21T23:46:01.957Z] PASS [2019-10-21T23:46:01.957Z] [2019-10-21T23:46:01.957Z] DONE 0 tests in 0.014s [2019-10-21T23:46:01.957Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-21T23:46:01.957Z] ++ 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-21T23:46:01.957Z] ++ set -e [2019-10-21T23:46:01.957Z] ++ '[' -n 0 ']' [2019-10-21T23:46:01.957Z] ++ set -x [2019-10-21T23:46:01.957Z] ++ env -i DEST=/go/src/github.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-21T23:46:01.957Z] INFO: Testing against a local daemon [2019-10-21T23:46:01.957Z] === RUN TestAuthZPluginAllowRequest [2019-10-21T23:46:03.432Z] --- PASS: TestAuthZPluginAllowRequest (1.63s) [2019-10-21T23:46:03.432Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-21T23:46:03.432Z] === RUN TestAuthZPluginTLS [2019-10-21T23:46:03.762Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-21T23:46:03.762Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-21T23:46:04.054Z] --- PASS: TestAuthZPluginTLS (0.59s) [2019-10-21T23:46:04.054Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-21T23:46:04.054Z] === RUN TestAuthZPluginDenyRequest [2019-10-21T23:46:04.064Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-10-21T23:46:04.672Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-10-21T23:46:04.672Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-21T23:46:04.672Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-21T23:46:05.289Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2019-10-21T23:46:05.289Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-21T23:46:05.289Z] === RUN TestAuthZPluginDenyResponse [2019-10-21T23:46:05.300Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-21T23:46:05.915Z] --- PASS: TestAuthZPluginDenyResponse (0.59s) [2019-10-21T23:46:05.915Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-21T23:46:05.915Z] === RUN TestAuthZPluginAllowEventStream [2019-10-21T23:46:06.583Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-10-21T23:46:06.840Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-21T23:46:07.401Z] --- PASS: TestAuthZPluginAllowEventStream (1.69s) [2019-10-21T23:46:07.401Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-21T23:46:07.401Z] === RUN TestAuthZPluginErrorResponse [2019-10-21T23:46:08.040Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-10-21T23:46:08.040Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-21T23:46:08.040Z] === RUN TestAuthZPluginErrorRequest [2019-10-21T23:46:08.475Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-21T23:46:08.661Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-10-21T23:46:08.661Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-21T23:46:08.661Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-21T23:46:09.278Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2019-10-21T23:46:09.278Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-21T23:46:09.278Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-21T23:46:11.333Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.20s) [2019-10-21T23:46:11.333Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-21T23:46:11.333Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-21T23:46:11.530Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-21T23:46:13.492Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.09s) [2019-10-21T23:46:13.492Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-21T23:46:13.492Z] === RUN TestAuthZPluginHeader [2019-10-21T23:46:14.513Z] --- PASS: TestAuthZPluginHeader (0.95s) [2019-10-21T23:46:14.513Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-21T23:46:14.513Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-21T23:46:14.513Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-21T23:46:14.513Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:46:14.513Z] === RUN TestAuthZPluginV2Disable [2019-10-21T23:46:14.513Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-21T23:46:14.513Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:46:14.513Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-21T23:46:14.513Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-21T23:46:14.513Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:46:14.513Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-21T23:46:14.513Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-21T23:46:14.513Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:46:14.513Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-21T23:46:17.326Z] === RUN TestDockerSuite/TestBuildUser [2019-10-21T23:46:17.326Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-21T23:46:17.326Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-21T23:46:17.326Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-21T23:46:22.018Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-21T23:46:22.018Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-21T23:46:24.199Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-21T23:46:24.199Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-21T23:46:24.199Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-21T23:46:26.548Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-21T23:46:26.548Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-21T23:46:26.548Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-21T23:46:26.548Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-21T23:46:26.548Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-21T23:46:26.548Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-21T23:46:26.548Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-21T23:46:26.548Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-21T23:46:26.548Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-21T23:46:26.548Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-21T23:46:26.548Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-21T23:46:26.804Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-21T23:46:26.805Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-21T23:46:26.805Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-21T23:46:29.324Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-21T23:46:29.324Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-21T23:46:29.580Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-21T23:46:29.580Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-21T23:46:29.580Z] === RUN TestDockerSuite/TestVolumeEvents [2019-10-21T23:46:30.509Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-21T23:46:32.977Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.92s) [2019-10-21T23:46:32.977Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-21T23:46:32.977Z] PASS [2019-10-21T23:46:32.977Z] [2019-10-21T23:46:32.977Z] === Skipped [2019-10-21T23:46:32.977Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-21T23:46:32.977Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:46:32.977Z] [2019-10-21T23:46:32.977Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-21T23:46:32.977Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:46:32.977Z] [2019-10-21T23:46:32.977Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-21T23:46:32.977Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:46:32.977Z] [2019-10-21T23:46:32.977Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-21T23:46:32.977Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:46:32.977Z] [2019-10-21T23:46:32.977Z] [2019-10-21T23:46:32.977Z] DONE 17 tests, 4 skipped in 29.643s [2019-10-21T23:46:32.977Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-21T23:46:32.977Z] ++ 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-21T23:46:32.977Z] ++ set -e [2019-10-21T23:46:32.977Z] ++ '[' -n 0 ']' [2019-10-21T23:46:32.977Z] ++ set -x [2019-10-21T23:46:32.977Z] ++ env -i DEST=/go/src/github.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-21T23:46:32.977Z] INFO: Testing against a local daemon [2019-10-21T23:46:32.977Z] === RUN TestPluginInvalidJSON [2019-10-21T23:46:32.977Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:46:32.977Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:46:32.977Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T23:46:32.977Z] --- PASS: TestPluginInvalidJSON (0.05s) [2019-10-21T23:46:32.977Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-21T23:46:32.977Z] PASS [2019-10-21T23:46:32.977Z] [2019-10-21T23:46:32.977Z] DONE 2 tests in 0.149s [2019-10-21T23:46:32.977Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-21T23:46:32.977Z] ++ 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-21T23:46:32.977Z] ++ set -e [2019-10-21T23:46:32.977Z] ++ '[' -n 0 ']' [2019-10-21T23:46:32.977Z] ++ set -x [2019-10-21T23:46:32.977Z] ++ env -i DEST=/go/src/github.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-21T23:46:32.977Z] INFO: Testing against a local daemon [2019-10-21T23:46:32.977Z] === RUN TestExternalGraphDriver [2019-10-21T23:46:32.977Z] === RUN TestExternalGraphDriver/json [2019-10-21T23:46:33.030Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-21T23:46:33.030Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-21T23:46:33.286Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-21T23:46:34.013Z] === RUN TestExternalGraphDriver/spec [2019-10-21T23:46:36.051Z] === RUN TestExternalGraphDriver/pull [2019-10-21T23:46:36.555Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-21T23:46:38.741Z] --- PASS: TestExternalGraphDriver (6.70s) [2019-10-21T23:46:38.741Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-21T23:46:38.741Z] --- PASS: TestExternalGraphDriver/json (2.10s) [2019-10-21T23:46:38.741Z] --- PASS: TestExternalGraphDriver/spec (2.05s) [2019-10-21T23:46:38.741Z] --- PASS: TestExternalGraphDriver/pull (2.32s) [2019-10-21T23:46:38.741Z] === RUN TestGraphdriverPluginV2 [2019-10-21T23:46:38.741Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-10-21T23:46:38.741Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:46:38.741Z] PASS [2019-10-21T23:46:38.741Z] [2019-10-21T23:46:38.741Z] === Skipped [2019-10-21T23:46:38.741Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2019-10-21T23:46:38.741Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:46:38.741Z] [2019-10-21T23:46:38.741Z] [2019-10-21T23:46:38.741Z] DONE 5 tests, 1 skipped in 6.876s [2019-10-21T23:46:38.741Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-21T23:46:38.741Z] ++ 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-21T23:46:38.741Z] ++ set -e [2019-10-21T23:46:38.741Z] ++ '[' -n 0 ']' [2019-10-21T23:46:38.741Z] ++ set -x [2019-10-21T23:46:38.741Z] ++ env -i DEST=/go/src/github.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-21T23:46:38.741Z] INFO: Testing against a local daemon [2019-10-21T23:46:38.741Z] === RUN TestContinueAfterPluginCrash [2019-10-21T23:46:38.741Z] === PAUSE TestContinueAfterPluginCrash [2019-10-21T23:46:38.741Z] === RUN TestDaemonStartWithLogOpt [2019-10-21T23:46:38.741Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-21T23:46:38.741Z] === CONT TestContinueAfterPluginCrash [2019-10-21T23:46:38.741Z] === CONT TestDaemonStartWithLogOpt [2019-10-21T23:46:41.804Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite (1850.97s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.15s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.63s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.10s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.75s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.99s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.25s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.72s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.27s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.22s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.62s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.04s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.03s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (4.49s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.39s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.59s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.89s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.18s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.71s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (3.61s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.42s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAttachDetach (1.49s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAttachDisconnect (2.13s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.58s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.56s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.65s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.31s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (3.14s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.85s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.42s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.13s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.89s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (20.38s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.61s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.60s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.93s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.45s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.72s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.08s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.76s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.59s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.14s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.99s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.84s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.79s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.84s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.76s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.02s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.19s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.56s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.51s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.74s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.38s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.43s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.46s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.02s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.57s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.46s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.56s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.29s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.51s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.06s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.05s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.67s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.96s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.72s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.55s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.40s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.26s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.89s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.61s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.02s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.33s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.90s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.29s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.30s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.57s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.65s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.75s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.72s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.71s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.98s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.16s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.47s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.12s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.06s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.71s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCmd (0.42s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.42s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.47s) [2019-10-21T23:46:41.804Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-10-21T23:46:41.804Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.93s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.83s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.33s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildContChar (4.49s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.37s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.52s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.41s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.83s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.54s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.76s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.12s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.74s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.48s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.42s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.32s) [2019-10-21T23:46:41.804Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-10-21T23:46:41.804Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.804Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-21T23:46:41.804Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.804Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2019-10-21T23:46:41.804Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.804Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.03s) [2019-10-21T23:46:41.804Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.93s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.76s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.25s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.97s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.18s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.78s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.72s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.02s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.81s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.62s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.61s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.57s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignore (14.19s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.85s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.26s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.82s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.40s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.52s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.67s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.99s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.63s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.66s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.10s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (20.00s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.12s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.17s) [2019-10-21T23:46:41.804Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.29s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.32s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.71s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.11s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.29s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.29s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.47s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.65s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.04s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEnv (1.50s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.61s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.23s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.87s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (23.15s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.06s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.41s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.00s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.64s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.68s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.74s) [2019-10-21T23:46:41.805Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2019-10-21T23:46:41.805Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.42s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.38s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildExpose (0.32s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.63s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.46s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.43s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildFails (0.97s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.72s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.24s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.25s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.79s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.46s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.22s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.23s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.86s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.70s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (3.47s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.99s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.50s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildHistory (5.14s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.47s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.29s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.58s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.53s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.05s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLabel (0.47s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.40s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.47s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.34s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLabels (0.49s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.07s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.81s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.66s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.52s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.23s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.21s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.16s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.40s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.54s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.75s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (5.23s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.76s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.82s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (13.55s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.68s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.36s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.66s) [2019-10-21T23:46:41.805Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-21T23:46:41.805Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.30s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.52s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.88s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.40s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.77s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.91s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.24s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.16s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.94s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.43s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.36s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.39s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.89s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.43s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.78s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.14s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (2.00s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (3.13s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.38s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.88s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.46s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.02s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildPATH (2.54s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.92s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.03s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (11.26s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (5.01s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.24s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildRm (3.70s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.20s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.38s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.46s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.68s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.48s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.50s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.35s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.48s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.13s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.29s) [2019-10-21T23:46:41.805Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-21T23:46:41.805Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.40s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.31s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildStderr (1.14s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.22s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.34s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.18s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.56s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.14s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.54s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildUser (2.39s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.97s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (19.47s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.17s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.60s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.17s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.14s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.93s) [2019-10-21T23:46:41.805Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-21T23:46:41.805Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.805Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-21T23:46:41.805Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.805Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-21T23:46:41.805Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.805Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-21T23:46:41.805Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.13s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.00s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.64s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.07s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.09s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.05s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.13s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.49s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.71s) [2019-10-21T23:46:41.805Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-21T23:46:41.805Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.41s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.77s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2019-10-21T23:46:41.805Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2019-10-21T23:46:41.805Z] docker_cli_sni_test.go:18: Flakey test [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.86s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.24s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestCommitChange (1.07s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.11s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.86s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.78s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.09s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestCommitTTY (1.76s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.97s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.77s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.09s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.18s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.99s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.95s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.00s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.82s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.92s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.89s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.08s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.85s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.14s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.86s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.86s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.87s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.85s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.93s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.94s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.91s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.87s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.93s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.94s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.11s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.90s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.81s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.47s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.83s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.82s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.67s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.91s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPITop (1.04s) [2019-10-21T23:46:41.805Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.00s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.91s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.22s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.93s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.75s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.12s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.48s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.18s) [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 0 - config: {volume /foo false } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 1 - config: {volume /foo/ false } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 /foo false } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 /foo true } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 /foo false 0xc000a742c0 } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 5 - config: {bind /tmp/test-mounts-api-1941529116 /foo false } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 6 - config: {bind /tmp/test-mounts-api-1941529116 /foo true } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 7 - config: {bind /tmp/test-mounts-api-3559142091 /foo false } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 8 - config: {bind /tmp/test-mounts-api-3559142091 /foo true } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 9 - config: {bind /tmp/test-mounts-api-3559142091 /foo true 0xc000a74760 } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 10 - config: {volume /foo false 0xc000a74780 } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 11 - config: {volume /foo/ false 0xc000a747a0 } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 12 - config: {volume test4 /foo false 0xc000a747c0 } [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:2100: case 13 - config: {volume test5 /foo true 0xc000a747e0 } [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.67s) [2019-10-21T23:46:41.805Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.54s) [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:1927: case 0 [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:1927: case 1 [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:1927: case 2 [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:1927: case 3 [2019-10-21T23:46:41.805Z] docker_api_containers_test.go:1927: case 4 [2019-10-21T23:46:41.806Z] docker_api_containers_test.go:1927: case 5 [2019-10-21T23:46:41.806Z] docker_api_containers_test.go:1927: case 6 [2019-10-21T23:46:41.806Z] docker_api_containers_test.go:1927: case 7 [2019-10-21T23:46:41.806Z] docker_api_containers_test.go:1927: case 8 [2019-10-21T23:46:41.806Z] docker_api_containers_test.go:1927: case 9 [2019-10-21T23:46:41.806Z] docker_api_containers_test.go:1927: case 10 [2019-10-21T23:46:41.806Z] docker_api_containers_test.go:1927: case 11 [2019-10-21T23:46:41.806Z] docker_api_containers_test.go:1927: case 12 [2019-10-21T23:46:41.806Z] docker_api_containers_test.go:1927: case 13 [2019-10-21T23:46:41.806Z] docker_api_containers_test.go:1927: case 14 [2019-10-21T23:46:41.806Z] docker_api_containers_test.go:1927: case 15 [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.97s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.45s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.93s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.68s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.19s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.94s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.96s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.04s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership737582404/file1 215ae1cb67513660345f157d222c6a93d28957b6c5ac903ba55010234d06fc25:/tmpvol/file1` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.98s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp efa122f3ab0848a286ac18f494157bceae78cb0b79ba51b52d466ca6f8037fd9:/root/file1 /tmp/test-cp-from-case-a581960659/itWorks.txt` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a581960659/itWorks.txt" contains "file1\n" [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.93s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp 09eafec1f8c1ac0028be51316e58ff45d52700bb4b5462b77e706e73fa909a98:/file1 /tmp/test-cp-from-case-b990386966/testDir/` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.97s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c674698109/file2" contains "file2\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp 6e0b03c3cc43f0a0eaeb929655eef26d659f08c1a32816881d838c12fc234380:/root/file1 /tmp/test-cp-from-case-c674698109/file2` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c674698109/file2" contains "file1\n" [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.10s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp 92a74ca9fad0ed2127eba1ef67fbd1d338cf2371151e0bf43e40c773f4f74171:/file1 /tmp/test-cp-from-case-d374762680/dir1` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d374762680/dir1/file1" contains "file1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp 92a74ca9fad0ed2127eba1ef67fbd1d338cf2371151e0bf43e40c773f4f74171:/file1 /tmp/test-cp-from-case-d374762680/dir1/` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d374762680/dir1/file1" contains "file1\n" [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.10s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp fb856b1ac02f5d6b9eb9162ba221eae38b13d6fb423740a09cebc6e9690942a8:dir1 /tmp/test-cp-from-case-e187794103/testDir` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e187794103/testDir/file1-1" contains "file1-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp fb856b1ac02f5d6b9eb9162ba221eae38b13d6fb423740a09cebc6e9690942a8:dir1 /tmp/test-cp-from-case-e187794103/testDir/` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e187794103/testDir/file1-1" contains "file1-1\n" [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.93s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp ca132e852b17a5cfe92e0366938551df0708715bbd88d5780c6d0168db5a0109:/root/dir1 /tmp/test-cp-from-case-f107898026/file1` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.11s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp fc721e9c74cde0f3c4034c0473ec72180f6188c7cef910cf05b315b1b435cc65:/root/dir1 /tmp/test-cp-from-case-g831716865/dir2` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g831716865/dir2/dir1/file1-1" contains "file1-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp fc721e9c74cde0f3c4034c0473ec72180f6188c7cef910cf05b315b1b435cc65:/root/dir1 /tmp/test-cp-from-case-g831716865/dir2/` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g831716865/dir2/dir1/file1-1" contains "file1-1\n" [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.07s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp f6320c7728621a6736325149eb2597cd6d0e4fc2e52f51e02a746d1be8608d85:dir1/. /tmp/test-cp-from-case-h209230700/testDir` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h209230700/testDir/file1-1" contains "file1-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp f6320c7728621a6736325149eb2597cd6d0e4fc2e52f51e02a746d1be8608d85:dir1/. /tmp/test-cp-from-case-h209230700/testDir/` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h209230700/testDir/file1-1" contains "file1-1\n" [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.95s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp 80ea51c880354d2c767c0d4e3191f0d550dda4134d6bff4b0f47398bd9a42116:/root/dir1/. /tmp/test-cp-from-case-i479758811/file1` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.12s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp 3a6a4f311354f721d4431ac95070c97635d02ef03098ce50f013badfd0f27bea:/root/dir1/. /tmp/test-cp-from-case-j898038654/dir2` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j898038654/dir2/file1-1" contains "file1-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp 3a6a4f311354f721d4431ac95070c97635d02ef03098ce50f013badfd0f27bea:/root/dir1/. /tmp/test-cp-from-case-j898038654/dir2/` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j898038654/dir2/file1-1" contains "file1-1\n" [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.50s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp 66dbd0c441bcb8a8914539610acea98a02a70f7b5b586fceb05af7a7886c3056:/file2 /tmp/test-cp-from-err-dst-not-dir271655621/symlinkToFile1` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir271655621/symlinkToFile1" points to "file1" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir271655621/file1" contains "file2\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp 66dbd0c441bcb8a8914539610acea98a02a70f7b5b586fceb05af7a7886c3056:/file2 /tmp/test-cp-from-err-dst-not-dir271655621/symlinkToDir1` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir271655621/symlinkToDir1" points to "dir1" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir271655621/file2" contains "file2\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp 66dbd0c441bcb8a8914539610acea98a02a70f7b5b586fceb05af7a7886c3056:/file2 /tmp/test-cp-from-err-dst-not-dir271655621/brokenSymlinkToFileX` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir271655621/brokenSymlinkToFileX" points to "fileX" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir271655621/fileX" contains "file2\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp 66dbd0c441bcb8a8914539610acea98a02a70f7b5b586fceb05af7a7886c3056:/dir2 /tmp/test-cp-from-err-dst-not-dir271655621/symlinkToDir1` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir271655621/symlinkToDir1" points to "dir1" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir271655621/dir1/dir2/file2-1" contains "file2-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp 66dbd0c441bcb8a8914539610acea98a02a70f7b5b586fceb05af7a7886c3056:/dir2 /tmp/test-cp-from-err-dst-not-dir271655621/brokenSymlinkToDirX` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir271655621/brokenSymlinkToDirX" points to "dirX" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir271655621/dirX/file2-1" contains "file2-1\n" [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.12s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.84s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.91s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.00s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.20s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.94s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.31s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.78s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a814736653/file1 6fc5807aa2e0e05d88549af912391aed256656d6ba2cc8b871ff53042e2952c7:/root/itWorks.txt` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "6fc5807aa2e0e05d88549af912391aed256656d6ba2cc8b871ff53042e2952c7" start output contains "file1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6fc5807aa2e0e05d88549af912391aed256656d6ba2cc8b871ff53042e2952c7` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.91s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b732625160/file1 88a801e3a7208e28fdd626a9a3cb0bed0c51a9aa732f7653a6481a3e66aabd39:testDir/` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.54s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "46dc3db190302cf90244a426228f61a473e31cddef438b29ed40116ac72c2b5e" start output contains "file2\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 46dc3db190302cf90244a426228f61a473e31cddef438b29ed40116ac72c2b5e` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c383533255/file1 46dc3db190302cf90244a426228f61a473e31cddef438b29ed40116ac72c2b5e:/root/file2` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "46dc3db190302cf90244a426228f61a473e31cddef438b29ed40116ac72c2b5e" start output contains "file1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 46dc3db190302cf90244a426228f61a473e31cddef438b29ed40116ac72c2b5e` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.19s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "ec59243ecd14ed73892c054b6108578e627a891197ff8a9098d12faa5ee00d6a" start output contains "" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a ec59243ecd14ed73892c054b6108578e627a891197ff8a9098d12faa5ee00d6a` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d895773562/file1 ec59243ecd14ed73892c054b6108578e627a891197ff8a9098d12faa5ee00d6a:dir1` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "ec59243ecd14ed73892c054b6108578e627a891197ff8a9098d12faa5ee00d6a" start output contains "file1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a ec59243ecd14ed73892c054b6108578e627a891197ff8a9098d12faa5ee00d6a` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "ae86603cb1b30595df6024bce2b3ff6a2c31f217e8c5ebbfd4cd409e2c30d5d9" start output contains "" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a ae86603cb1b30595df6024bce2b3ff6a2c31f217e8c5ebbfd4cd409e2c30d5d9` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d895773562/file1 ae86603cb1b30595df6024bce2b3ff6a2c31f217e8c5ebbfd4cd409e2c30d5d9:dir1/` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "ae86603cb1b30595df6024bce2b3ff6a2c31f217e8c5ebbfd4cd409e2c30d5d9" start output contains "file1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a ae86603cb1b30595df6024bce2b3ff6a2c31f217e8c5ebbfd4cd409e2c30d5d9` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.62s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e159214737/dir1 53bdf2ec918ee19790ca81e795968d5fdb6f583428c1c302a2a8429b2d49bd02:testDir` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "53bdf2ec918ee19790ca81e795968d5fdb6f583428c1c302a2a8429b2d49bd02" start output contains "file1-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 53bdf2ec918ee19790ca81e795968d5fdb6f583428c1c302a2a8429b2d49bd02` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e159214737/dir1 423f37de02bc3646445ded7b4b7695f9410f864ec9b8e8d58d0e9c8bec6772ee:testDir/` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "423f37de02bc3646445ded7b4b7695f9410f864ec9b8e8d58d0e9c8bec6772ee" start output contains "file1-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 423f37de02bc3646445ded7b4b7695f9410f864ec9b8e8d58d0e9c8bec6772ee` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.91s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f470511292/dir1 bd608233443f2aef56bbbd20fcdec53ebd0a1ee4e37fcab4f9e39a6f9dc8e7c1:/root/file1` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.12s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "2d8264d0f1e78b19ac74861ebedd63823ad6de3f29e1f23d25f359f4a4a41607" start output contains "" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 2d8264d0f1e78b19ac74861ebedd63823ad6de3f29e1f23d25f359f4a4a41607` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g794730731/dir1 2d8264d0f1e78b19ac74861ebedd63823ad6de3f29e1f23d25f359f4a4a41607:/root/dir2` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "2d8264d0f1e78b19ac74861ebedd63823ad6de3f29e1f23d25f359f4a4a41607" start output contains "file1-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 2d8264d0f1e78b19ac74861ebedd63823ad6de3f29e1f23d25f359f4a4a41607` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "9914b2942050c6e70bbaa6f65cbe35f7da44f721b14fef41ae2c100af1e0bd79" start output contains "" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9914b2942050c6e70bbaa6f65cbe35f7da44f721b14fef41ae2c100af1e0bd79` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g794730731/dir1 9914b2942050c6e70bbaa6f65cbe35f7da44f721b14fef41ae2c100af1e0bd79:/dir2/` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "9914b2942050c6e70bbaa6f65cbe35f7da44f721b14fef41ae2c100af1e0bd79" start output contains "file1-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9914b2942050c6e70bbaa6f65cbe35f7da44f721b14fef41ae2c100af1e0bd79` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.86s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h465288526/dir1/. bc2d906fff1dc13b302d2e44b4e71237706c31cdbc328e4e2e6b58ac72e56bae:testDir` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "bc2d906fff1dc13b302d2e44b4e71237706c31cdbc328e4e2e6b58ac72e56bae" start output contains "file1-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a bc2d906fff1dc13b302d2e44b4e71237706c31cdbc328e4e2e6b58ac72e56bae` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h465288526/dir1/. a90e66c71a283a12f51e8c231bd3b92397c31868f822169328b94cc519efbce4:testDir/` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "a90e66c71a283a12f51e8c231bd3b92397c31868f822169328b94cc519efbce4" start output contains "file1-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a a90e66c71a283a12f51e8c231bd3b92397c31868f822169328b94cc519efbce4` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToCaseI (1.03s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i549461077/dir1/. cab6b01631164c1464648e2bc14ebc2ba9a55757e4fff1751a30c57684720f2f:/root/file1` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.44s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "23674739ce77918ee3b728fd18df932602d32fc2678284379b3f8583aebdb8c3" start output contains "" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 23674739ce77918ee3b728fd18df932602d32fc2678284379b3f8583aebdb8c3` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j736751536/dir1/. 23674739ce77918ee3b728fd18df932602d32fc2678284379b3f8583aebdb8c3:/dir2` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "23674739ce77918ee3b728fd18df932602d32fc2678284379b3f8583aebdb8c3" start output contains "file1-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 23674739ce77918ee3b728fd18df932602d32fc2678284379b3f8583aebdb8c3` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "9966098c5e8e3eb9276cd865c2b7d0c1085359ed12437dd7bac7453d9bd791ce" start output contains "" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9966098c5e8e3eb9276cd865c2b7d0c1085359ed12437dd7bac7453d9bd791ce` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j736751536/dir1/. 9966098c5e8e3eb9276cd865c2b7d0c1085359ed12437dd7bac7453d9bd791ce:/dir2/` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "9966098c5e8e3eb9276cd865c2b7d0c1085359ed12437dd7bac7453d9bd791ce" start output contains "file1-1\n" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9966098c5e8e3eb9276cd865c2b7d0c1085359ed12437dd7bac7453d9bd791ce` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.30s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions021338959/permdirtest permtest:/` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToDot (1.05s) [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.85s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs682171993/file1 eb1b728405b71d6737d9db8aff1a429ace5e5d22ab6edd89e555f02a1a8079fd:/root/shouldNotExist` [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:279: checking that container "eb1b728405b71d6737d9db8aff1a429ace5e5d22ab6edd89e555f02a1a8079fd" start output contains "" [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:209: running `docker start -a eb1b728405b71d6737d9db8aff1a429ace5e5d22ab6edd89e555f02a1a8079fd` [2019-10-21T23:46:41.806Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.87s) [2019-10-21T23:46:41.806Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume990272484/file1 ab1865e1f75989d64fc438630dce55a373852cd72099a7725fe382be55b706c4:/vol_ro/shouldNotExist` [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:279: checking that container "ab1865e1f75989d64fc438630dce55a373852cd72099a7725fe382be55b706c4" start output contains "" [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:209: running `docker start -a ab1865e1f75989d64fc438630dce55a373852cd72099a7725fe382be55b706c4` [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCpToStdout (0.96s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.29s) [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-095108083/file2 8911ebcd78fc61c90ea48d22bb13b181ea1f04eef6ef0bfee53f92f709a0ff36:/vol2/symlinkToFile1` [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-095108083/symlinkToFile1" points to "file1" [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-095108083/file1" contains "file2\n" [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-095108083/file2 8911ebcd78fc61c90ea48d22bb13b181ea1f04eef6ef0bfee53f92f709a0ff36:/vol2/symlinkToDir1` [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-095108083/symlinkToDir1" points to "dir1" [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-095108083/file2" contains "file2\n" [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-095108083/file2 8911ebcd78fc61c90ea48d22bb13b181ea1f04eef6ef0bfee53f92f709a0ff36:/vol2/brokenSymlinkToFileX` [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-095108083/brokenSymlinkToFileX" points to "fileX" [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-095108083/fileX" contains "file2\n" [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-095108083//dir2 8911ebcd78fc61c90ea48d22bb13b181ea1f04eef6ef0bfee53f92f709a0ff36:/vol2/symlinkToDir1` [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-095108083/symlinkToDir1" points to "dir1" [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-095108083/dir1/dir2/file2-1" contains "file2-1\n" [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-095108083//dir2 8911ebcd78fc61c90ea48d22bb13b181ea1f04eef6ef0bfee53f92f709a0ff36:/vol2/brokenSymlinkToDirX` [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-095108083/brokenSymlinkToDirX" points to "dirX" [2019-10-21T23:46:41.807Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-095108083/dirX/file2-1" contains "file2-1\n" [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.41s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.93s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.74s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.11s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.58s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.87s) [2019-10-21T23:46:41.807Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-21T23:46:41.807Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.11s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.83s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.44s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.19s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateRM (0.23s) [2019-10-21T23:46:41.807Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-21T23:46:41.807Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.18s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.51s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.12s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.33s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.11s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.81s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.63s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.93s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.71s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.71s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.86s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.90s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.80s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.70s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.04s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.86s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.13s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.64s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.86s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.37s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.32s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.47s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsAttach (0.85s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsCommit (1.08s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.95s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.00s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.26s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.91s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.90s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.34s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.57s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsCopy (1.30s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.76s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.87s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.40s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.75s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.62s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.11s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.38s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.12s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFilters (1.68s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFormat (1.71s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.90s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.23s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.45s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.30s) [2019-10-21T23:46:41.807Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-21T23:46:41.807Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-10-21T23:46:41.807Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-21T23:46:41.807Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.76s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.87s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsRename (0.92s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsResize (0.83s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.86s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.25s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.85s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.15s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsTop (0.98s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.58s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExec (1.18s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.99s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.89s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.90s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.86s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.96s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.94s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.97s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.96s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.95s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.82s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecCgroup (1.94s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecEnv (0.97s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (2.99s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.96s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecInspectID (3.02s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecInteractive (0.95s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.99s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecParseError (0.91s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.98s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.88s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.98s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.08s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecStartFails (1.19s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.27s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (1.36s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecTTY (0.90s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.09s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecUlimits (1.06s) [2019-10-21T23:46:41.807Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-21T23:46:41.807Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.21s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.94s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.30s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.05s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestExecWithUser (1.00s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.87s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.90s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.43s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.00s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.83s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestHealth (21.04s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.99s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.92s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.32s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.28s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.51s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.98s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.90s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.98s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.86s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.96s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImportDisplay (1.99s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImportFile (2.28s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.91s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImportGzipped (2.12s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.05s) [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestInfoDebug (0.55s) [2019-10-21T23:46:41.807Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug" [2019-10-21T23:46:41.807Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.57s) [2019-10-21T23:46:41.808Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName" [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.53s) [2019-10-21T23:46:41.808Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend" [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-10-21T23:46:41.808Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise" [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.05s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.92s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.04s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInfoFormat (0.06s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.04s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.54s) [2019-10-21T23:46:41.808Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries" [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.97s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (1.23s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.90s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.93s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.84s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.92s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.83s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectAmpersand (1.14s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.80s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.85s) [2019-10-21T23:46:41.808Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-21T23:46:41.808Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.38s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.01s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectDefault (0.94s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectHistory (1.16s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2019-10-21T23:46:41.808Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-21T23:46:41.808Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.89s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.08s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.11s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.81s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.94s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.07s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.81s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectStatus (0.95s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.91s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.90s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.87s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.06s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.00s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.85s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.07s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.78s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.79s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.83s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.41s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.06s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.41s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.69s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.64s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.50s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.98s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.52s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.58s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.98s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.87s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.88s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.42s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.97s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.76s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.87s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.85s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.87s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.92s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.03s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.34s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.23s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.44s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.28s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.08s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.37s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.83s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.85s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsSince (7.02s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.99s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.94s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsTail (0.81s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.97s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.94s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.55s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.85s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestNetHostname (2.66s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.43s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.54s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.59s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.88s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPluginActive (1.83s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.29s) [2019-10-21T23:46:41.808Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-10-21T23:46:41.808Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.76s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.32s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.62s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.10s) [2019-10-21T23:46:41.808Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector" [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.36s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.21s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.47s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.52s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPortList (11.01s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.54s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.74s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.73s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.84s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.87s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.14s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.57s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.56s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.69s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.33s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsByOrder (3.47s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.09s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.73s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.41s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.12s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.28s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.24s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.37s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.47s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.65s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.68s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.82s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.80s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.58s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.21s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.88s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.67s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.95s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.86s) [2019-10-21T23:46:41.808Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-21T23:46:41.808Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.37s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.16s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.12s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.93s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.65s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.63s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.85s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.50s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.66s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.52s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.16s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.12s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.37s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.80s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.61s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.03s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.65s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.23s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.15s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.32s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.04s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.06s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.07s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.99s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.84s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.75s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.89s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.12s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.46s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (2.24s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAddHost (0.85s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.37s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.83s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.86s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.72s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.87s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.95s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.94s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.68s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.65s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.02s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.01s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.07s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.91s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.91s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.34s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.20s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.83s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.80s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.81s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.47s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.86s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.81s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.84s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.80s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.82s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.81s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.81s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.82s) [2019-10-21T23:46:41.808Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.79s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.41s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.93s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (1.03s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.85s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.13s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.85s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.71s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.70s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.60s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (1.09s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.89s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.91s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.87s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.82s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.84s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.69s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.80s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.47s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.87s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.76s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.69s) [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-21T23:46:41.809Z] docker_cli_run_test.go:4142: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-21T23:46:41.809Z] docker_cli_run_test.go:4161: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.80s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.92s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.58s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.51s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.81s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.66s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.85s) [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-21T23:46:41.809Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.84s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.89s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.84s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.84s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.82s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.80s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.85s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.87s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunExitCode (0.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.81s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.90s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.86s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.65s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.38s) [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-21T23:46:41.809Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.72s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.86s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.64s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.27s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.80s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.82s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.39s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.69s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.65s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.88s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.72s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.71s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.20s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.27s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.66s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.44s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.26s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.65s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.68s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunMount (7.06s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.85s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.82s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.64s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.48s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.54s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.51s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.62s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.71s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.66s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.79s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNetHost (1.21s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.85s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.74s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.43s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.46s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.25s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.78s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.13s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.89s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.87s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.81s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.88s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.87s) [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-21T23:46:41.809Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.89s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.92s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.64s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.39s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.82s) [2019-10-21T23:46:41.809Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.75s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.79s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.86s) [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-21T23:46:41.809Z] docker_cli_run_test.go:4227: unmatched requirement IsolationIsProcess [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.91s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.82s) [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-21T23:46:41.809Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.94s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.46s) [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-21T23:46:41.809Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.61s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.76s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunRm (0.92s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.73s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.84s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.08s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.84s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.91s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.26s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.27s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.75s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.88s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.97s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.77s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.80s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (1.00s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.94s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.85s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.69s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunState (1.93s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.97s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.95s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.25s) [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-21T23:46:41.809Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.87s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.72s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunSysctls (1.74s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.07s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.03s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.84s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.72s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.85s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.34s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.11s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.09s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.81s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.84s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.80s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.46s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.38s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunUserByID (0.82s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.20s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.19s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunUserByName (0.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.84s) [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-21T23:46:41.809Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.19s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.90s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.81s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.84s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.21s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.56s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.67s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.46s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.86s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.82s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.80s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.95s) [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2019-10-21T23:46:41.809Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.02s) [2019-10-21T23:46:41.809Z] docker_cli_run_test.go:4217: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-21T23:46:41.809Z] docker_cli_run_test.go:4207: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.22s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.79s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.97s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.86s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.66s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.90s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.99s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.90s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.24s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.23s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.21s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.20s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.22s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.87s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.84s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.85s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.33s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.82s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.96s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.88s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.83s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.69s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.83s) [2019-10-21T23:46:41.809Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-21T23:46:41.809Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.70s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.08s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.61s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.77s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.62s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.84s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.16s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.20s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.34s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2019-10-21T23:46:41.809Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.08s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.54s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.20s) [2019-10-21T23:46:41.810Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents185456461 [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.79s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.61s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.62s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.41s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.44s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.45s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.60s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.56s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.11s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.58s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.95s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.83s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.96s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStartRecordError (1.79s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.51s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.25s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.75s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.27s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.76s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.01s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.84s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.87s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.90s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.85s) [2019-10-21T23:46:41.810Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2019-10-21T23:46:41.810Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.87s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.37s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.58s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.82s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.81s) [2019-10-21T23:46:41.810Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-21T23:46:41.810Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.01s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.91s) [2019-10-21T23:46:41.810Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-21T23:46:41.810Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.62s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.19s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.00s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.76s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUpdateStats (4.14s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.62s) [2019-10-21T23:46:41.810Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-21T23:46:41.810Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.10s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.98s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.52s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.75s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.63s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.79s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.52s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.23s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.45s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.45s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.66s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.61s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.44s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.54s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.51s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.46s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.49s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.84s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.83s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (1.00s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.56s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.87s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.55s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.34s) [2019-10-21T23:46:41.810Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.47s) [2019-10-21T23:46:41.810Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-21T23:46:41.810Z] docker_cli_run_test.go:4535: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-21T23:46:41.810Z] === RUN TestDockerRegistrySuite [2019-10-21T23:46:41.810Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-21T23:46:42.739Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-21T23:46:44.698Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-21T23:46:46.589Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-21T23:46:46.589Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-21T23:46:49.347Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-21T23:46:49.347Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-21T23:46:51.837Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-21T23:46:53.728Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-10-21T23:46:55.630Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-21T23:46:57.303Z] --- PASS: TestDaemonStartWithLogOpt (15.80s) [2019-10-21T23:46:57.303Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-21T23:46:59.327Z] --- PASS: TestContinueAfterPluginCrash (20.60s) [2019-10-21T23:46:59.327Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-21T23:46:59.327Z] PASS [2019-10-21T23:46:59.327Z] [2019-10-21T23:46:59.327Z] DONE 2 tests in 20.700s [2019-10-21T23:46:59.327Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-21T23:46:59.327Z] ++ 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-21T23:46:59.327Z] ++ set -e [2019-10-21T23:46:59.327Z] ++ '[' -n 0 ']' [2019-10-21T23:46:59.327Z] ++ set -x [2019-10-21T23:46:59.327Z] ++ env -i DEST=/go/src/github.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-21T23:46:59.327Z] INFO: Testing against a local daemon [2019-10-21T23:46:59.327Z] === RUN TestPluginWithDevMounts [2019-10-21T23:46:59.327Z] === PAUSE TestPluginWithDevMounts [2019-10-21T23:46:59.327Z] === CONT TestPluginWithDevMounts [2019-10-21T23:47:00.889Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-21T23:47:02.004Z] --- PASS: TestPluginWithDevMounts (2.36s) [2019-10-21T23:47:02.004Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-21T23:47:02.004Z] PASS [2019-10-21T23:47:02.004Z] [2019-10-21T23:47:02.004Z] DONE 1 tests in 2.458s [2019-10-21T23:47:02.004Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-10-21T23:47:02.004Z] ++ 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-21T23:47:02.004Z] ++ set -e [2019-10-21T23:47:02.004Z] ++ '[' -n 0 ']' [2019-10-21T23:47:02.004Z] ++ set -x [2019-10-21T23:47:02.004Z] ++ env -i DEST=/go/src/github.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-21T23:47:02.004Z] INFO: Testing against a local daemon [2019-10-21T23:47:02.004Z] === RUN TestSecretInspect [2019-10-21T23:47:02.256Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-21T23:47:03.183Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-21T23:47:04.049Z] --- PASS: TestSecretInspect (2.29s) [2019-10-21T23:47:04.049Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-21T23:47:04.049Z] === RUN TestSecretList [2019-10-21T23:47:04.162Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-21T23:47:05.075Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-21T23:47:06.442Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-21T23:47:06.729Z] --- PASS: TestSecretList (2.28s) [2019-10-21T23:47:06.729Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-21T23:47:06.729Z] === RUN TestSecretsCreateAndDelete [2019-10-21T23:47:07.809Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-10-21T23:47:07.809Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-21T23:47:07.899Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-21T23:47:07.899Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-21T23:47:07.899Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-21T23:47:08.753Z] --- PASS: TestSecretsCreateAndDelete (2.15s) [2019-10-21T23:47:08.754Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-21T23:47:08.754Z] === RUN TestSecretsUpdate [2019-10-21T23:47:09.700Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-21T23:47:10.079Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-21T23:47:10.539Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-10-21T23:47:10.630Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-10-21T23:47:10.630Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-21T23:47:10.793Z] --- PASS: TestSecretsUpdate (2.23s) [2019-10-21T23:47:10.793Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-21T23:47:10.793Z] === RUN TestTemplatedSecret [2019-10-21T23:47:13.901Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-10-21T23:47:13.901Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-21T23:47:14.264Z] --- PASS: TestTemplatedSecret (2.87s) [2019-10-21T23:47:14.264Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-21T23:47:14.264Z] === RUN TestSecretCreateResolve [2019-10-21T23:47:15.797Z] --- PASS: TestSecretCreateResolve (2.22s) [2019-10-21T23:47:15.797Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-21T23:47:15.797Z] PASS [2019-10-21T23:47:15.797Z] [2019-10-21T23:47:15.797Z] DONE 6 tests in 14.138s [2019-10-21T23:47:15.797Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-10-21T23:47:15.797Z] ++ 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-21T23:47:15.797Z] ++ set -e [2019-10-21T23:47:15.797Z] ++ '[' -n 0 ']' [2019-10-21T23:47:15.797Z] ++ set -x [2019-10-21T23:47:15.797Z] ++ env -i DEST=/go/src/github.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-21T23:47:16.079Z] INFO: Testing against a local daemon [2019-10-21T23:47:16.079Z] === RUN TestServiceCreateInit [2019-10-21T23:47:16.079Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-21T23:47:17.171Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-21T23:47:18.540Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-21T23:47:19.471Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-10-21T23:47:20.464Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-21T23:47:22.742Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-21T23:47:22.742Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-10-21T23:47:22.921Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-21T23:47:23.670Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-21T23:47:23.926Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-21T23:47:24.872Z] --- PASS: TestServiceCreateInit (8.43s) [2019-10-21T23:47:24.872Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.22s) [2019-10-21T23:47:24.872Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-21T23:47:24.872Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.17s) [2019-10-21T23:47:24.872Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-21T23:47:24.872Z] === RUN TestCreateServiceMultipleTimes [2019-10-21T23:47:25.818Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-21T23:47:27.185Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-21T23:47:27.701Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-21T23:47:27.701Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-21T23:47:28.555Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-21T23:47:32.726Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-21T23:47:32.726Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-21T23:47:34.617Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-21T23:47:34.873Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-21T23:47:34.873Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-21T23:47:35.129Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-21T23:47:35.385Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-21T23:47:35.948Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-21T23:47:35.948Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-21T23:47:37.841Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-21T23:47:39.733Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-21T23:47:41.101Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-21T23:47:42.992Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-21T23:47:43.338Z] --- PASS: TestCreateServiceMultipleTimes (17.04s) [2019-10-21T23:47:43.338Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-21T23:47:43.338Z] === RUN TestCreateServiceConflict [2019-10-21T23:47:43.598Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-21T23:47:43.626Z] --- PASS: TestCreateServiceConflict (2.30s) [2019-10-21T23:47:43.626Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-21T23:47:43.626Z] === RUN TestCreateServiceMaxReplicas [2019-10-21T23:47:44.532Z] --- PASS: TestDockerRegistrySuite (63.46s) [2019-10-21T23:47:44.532Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.70s) [2019-10-21T23:47:44.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest" [2019-10-21T23:47:44.532Z] check_test.go:196: [d9730b79ea881] daemon is not started [2019-10-21T23:47:44.532Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.59s) [2019-10-21T23:47:44.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull" [2019-10-21T23:47:44.532Z] check_test.go:196: [d3b8f03bcef08] daemon is not started [2019-10-21T23:47:44.532Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.88s) [2019-10-21T23:47:44.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull" [2019-10-21T23:47:44.532Z] check_test.go:196: [dfc35afd97639] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentFailingPull" [2019-10-21T23:47:44.533Z] check_test.go:196: [d64b41eb67a04] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.59s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags" [2019-10-21T23:47:44.533Z] check_test.go:196: [dc80624e854fd] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.46s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullWholeRepo" [2019-10-21T23:47:44.533Z] check_test.go:196: [de963829a9f8a] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (5.00s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush" [2019-10-21T23:47:44.533Z] check_test.go:196: [d54d22b7b643e] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.60s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest" [2019-10-21T23:47:44.533Z] check_test.go:196: [d5cc181357c0b] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.27s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush" [2019-10-21T23:47:44.533Z] check_test.go:196: [d2a5afcbde256] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.48s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest" [2019-10-21T23:47:44.533Z] check_test.go:196: [d7cc514b1cdb0] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.54s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag" [2019-10-21T23:47:44.533Z] check_test.go:196: [dc67ee7687c06] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.53s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag" [2019-10-21T23:47:44.533Z] check_test.go:196: [d8234712f7f55] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.51s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush" [2019-10-21T23:47:44.533Z] check_test.go:196: [d1b12e7a8d7e5] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.38s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests" [2019-10-21T23:47:44.533Z] check_test.go:196: [d37e115306715] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (3.15s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests" [2019-10-21T23:47:44.533Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:40b75190985f375a57b1139b101f347a5e3204dad29aaa8df38ad387fff91268 [2019-10-21T23:47:44.533Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:580da102ba3ce16fc2cdc264cca97e0f8d193b492ed3343269c94dcc0b3170aa [2019-10-21T23:47:44.533Z] check_test.go:196: [d5ab99ad66b1a] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (3.26s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests" [2019-10-21T23:47:44.533Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:8de783b962cdb76768b10dcf21904cb583f88a8890f82cc79a7b2d97c8b49e72 [2019-10-21T23:47:44.533Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dda9cd67d2661105c89830e1553cdabd5d680e0edb19234c4661ba3a5f912c14 [2019-10-21T23:47:44.533Z] check_test.go:196: [d67e33d544e19] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.56s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests" [2019-10-21T23:47:44.533Z] check_test.go:196: [db0117b63afc1] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.62s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest" [2019-10-21T23:47:44.533Z] check_test.go:196: [d6e5af93c6b70] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.50s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest" [2019-10-21T23:47:44.533Z] check_test.go:196: [d5ba06916e783] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback" [2019-10-21T23:47:44.533Z] check_test.go:196: [defdfe543c474] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.65s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest" [2019-10-21T23:47:44.533Z] check_test.go:196: [de2a383bb41d2] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.42s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-21T23:47:44.533Z] check_test.go:196: [d2d5eae8c43b3] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.43s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-21T23:47:44.533Z] check_test.go:196: [d7d2cc4dd27c4] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.94s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability" [2019-10-21T23:47:44.533Z] check_test.go:196: [dcb7962630d3c] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases" [2019-10-21T23:47:44.533Z] check_test.go:196: [d82d5cbfc76ca] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.53s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList" [2019-10-21T23:47:44.533Z] check_test.go:196: [df5bb94632f5a] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.48s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers" [2019-10-21T23:47:44.533Z] check_test.go:196: [ddb2d7cc77f01] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag" [2019-10-21T23:47:44.533Z] check_test.go:196: [d6568b5eca78a] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.31s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage" [2019-10-21T23:47:44.533Z] check_test.go:196: [d1c94bb49919a] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.31s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer" [2019-10-21T23:47:44.533Z] check_test.go:196: [ded3e81361c97] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.36s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags" [2019-10-21T23:47:44.533Z] check_test.go:196: [d997499df438e] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged" [2019-10-21T23:47:44.533Z] check_test.go:196: [d3e6977f88468] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.51s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest" [2019-10-21T23:47:44.533Z] check_test.go:196: [d9c00f72b13a1] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.33s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest" [2019-10-21T23:47:44.533Z] check_test.go:196: [d266584f4d133] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.29s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag" [2019-10-21T23:47:44.533Z] check_test.go:196: [dd401a76e0082] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.51s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest" [2019-10-21T23:47:44.533Z] check_test.go:196: [d13d878d908e6] daemon is not started [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.06s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough" [2019-10-21T23:47:44.533Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.83s) [2019-10-21T23:47:44.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only" [2019-10-21T23:47:44.533Z] === RUN TestDockerSchema1RegistrySuite [2019-10-21T23:47:44.533Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-21T23:47:44.790Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-21T23:47:47.094Z] --- PASS: TestCreateServiceMaxReplicas (3.01s) [2019-10-21T23:47:47.094Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-21T23:47:47.094Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-21T23:47:48.794Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-21T23:47:48.794Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-21T23:47:48.794Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-21T23:47:48.794Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-21T23:47:48.794Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-21T23:47:50.040Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-21T23:47:54.210Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-21T23:47:58.379Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-21T23:47:59.746Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-21T23:48:01.113Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-21T23:48:01.176Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-21T23:48:01.369Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-21T23:48:02.322Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.55s) [2019-10-21T23:48:02.322Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-21T23:48:02.322Z] === RUN TestCreateServiceSecretFileMode [2019-10-21T23:48:02.738Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-21T23:48:02.957Z] --- PASS: TestCreateServiceSecretFileMode (2.64s) [2019-10-21T23:48:02.957Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-21T23:48:02.957Z] === RUN TestCreateServiceConfigFileMode [2019-10-21T23:48:03.357Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-21T23:48:03.357Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-21T23:48:03.357Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-21T23:48:03.357Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-21T23:48:04.107Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-21T23:48:05.474Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-21T23:48:05.535Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-21T23:48:05.645Z] --- PASS: TestCreateServiceConfigFileMode (2.68s) [2019-10-21T23:48:05.645Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-21T23:48:05.645Z] === RUN TestCreateServiceSysctls [2019-10-21T23:48:09.124Z] --- PASS: TestCreateServiceSysctls (3.63s) [2019-10-21T23:48:09.124Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-21T23:48:09.124Z] === RUN TestCreateServiceCapabilities [2019-10-21T23:48:09.644Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-21T23:48:09.644Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-21T23:48:10.208Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-21T23:48:10.208Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-21T23:48:10.407Z] === RUN TestDockerSuite/TestCommitChange [2019-10-21T23:48:10.464Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-21T23:48:11.026Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-21T23:48:11.283Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite (26.89s) [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.27s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentFailingPull" [2019-10-21T23:48:11.283Z] check_test.go:223: [dc8b4ea43a1f7] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.70s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags" [2019-10-21T23:48:11.283Z] check_test.go:223: [d83995af38326] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.51s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo" [2019-10-21T23:48:11.283Z] check_test.go:223: [d4eefcee90032] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.47s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush" [2019-10-21T23:48:11.283Z] check_test.go:223: [dd607827f763b] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.32s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported" [2019-10-21T23:48:11.283Z] check_test.go:223: [dd242002c28a4] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.41s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest" [2019-10-21T23:48:11.283Z] check_test.go:223: [d79b5526d7faa] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback" [2019-10-21T23:48:11.283Z] check_test.go:223: [d53ac60ec8c27] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.42s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest" [2019-10-21T23:48:11.283Z] check_test.go:223: [dd4737d1bf905] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.33s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-21T23:48:11.283Z] check_test.go:223: [d814cffed49b2] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.30s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-21T23:48:11.283Z] check_test.go:223: [d5bfc4c050c0a] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.86s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability" [2019-10-21T23:48:11.283Z] check_test.go:223: [d30c1fe51450b] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.40s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases" [2019-10-21T23:48:11.283Z] check_test.go:223: [d3ddafc4093ae] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.48s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers" [2019-10-21T23:48:11.283Z] check_test.go:223: [d5743cfed551f] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag" [2019-10-21T23:48:11.283Z] check_test.go:223: [d21406bfc8258] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.33s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage" [2019-10-21T23:48:11.283Z] check_test.go:223: [d49067b34854e] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.33s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer" [2019-10-21T23:48:11.283Z] check_test.go:223: [d1d87e88752e5] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.40s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags" [2019-10-21T23:48:11.283Z] check_test.go:223: [dda58f0a03854] daemon is not started [2019-10-21T23:48:11.283Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-10-21T23:48:11.283Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged" [2019-10-21T23:48:11.283Z] check_test.go:223: [dfd40f5dbe012] daemon is not started [2019-10-21T23:48:11.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-21T23:48:11.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-21T23:48:12.596Z] --- PASS: TestCreateServiceCapabilities (2.79s) [2019-10-21T23:48:12.596Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-21T23:48:12.596Z] === RUN TestInspect [2019-10-21T23:48:12.650Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-21T23:48:13.212Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-21T23:48:13.213Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-21T23:48:14.581Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-21T23:48:14.581Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-21T23:48:15.130Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-21T23:48:15.144Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-21T23:48:15.310Z] --- PASS: TestInspect (2.97s) [2019-10-21T23:48:15.310Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-21T23:48:15.310Z] === RUN TestServiceListWithStatuses [2019-10-21T23:48:15.310Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-21T23:48:15.310Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T23:48:15.310Z] === RUN TestDockerNetworkConnectAlias [2019-10-21T23:48:15.400Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-21T23:48:15.656Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.24s) [2019-10-21T23:48:15.656Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.01s) [2019-10-21T23:48:15.656Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry" [2019-10-21T23:48:15.656Z] check_test.go:252: [d68de4a8454c4] daemon is not started [2019-10-21T23:48:15.656Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.70s) [2019-10-21T23:48:15.656Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth" [2019-10-21T23:48:15.656Z] check_test.go:252: [d033253cefbe3] daemon is not started [2019-10-21T23:48:15.656Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-10-21T23:48:15.656Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry" [2019-10-21T23:48:15.656Z] check_test.go:252: [d519bdf74f863] daemon is not started [2019-10-21T23:48:15.656Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.11s) [2019-10-21T23:48:15.656Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth" [2019-10-21T23:48:15.656Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2019-10-21T23:48:15.656Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored" [2019-10-21T23:48:15.656Z] check_test.go:252: [db23177c86f73] daemon is not started [2019-10-21T23:48:15.656Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2019-10-21T23:48:15.656Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth" [2019-10-21T23:48:15.656Z] check_test.go:252: [d93075854056e] daemon is not started [2019-10-21T23:48:15.656Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.51s) [2019-10-21T23:48:15.656Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme" [2019-10-21T23:48:15.656Z] check_test.go:252: [d41fbb841bbb8] daemon is not started [2019-10-21T23:48:15.656Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2019-10-21T23:48:15.656Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry" [2019-10-21T23:48:15.656Z] check_test.go:252: [df70cde469a7e] daemon is not started [2019-10-21T23:48:15.656Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-21T23:48:15.656Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-21T23:48:17.546Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-10-21T23:48:19.711Z] --- PASS: TestDockerNetworkConnectAlias (4.66s) [2019-10-21T23:48:19.711Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-21T23:48:19.711Z] === RUN TestDockerNetworkReConnect [2019-10-21T23:48:19.853Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-21T23:48:19.853Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-21T23:48:20.066Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-10-21T23:48:20.994Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-21T23:48:20.994Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-21T23:48:21.250Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-21T23:48:21.250Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-21T23:48:21.506Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.82s) [2019-10-21T23:48:21.506Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.18s) [2019-10-21T23:48:21.506Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError" [2019-10-21T23:48:21.506Z] check_test.go:279: [dcae01d1b476f] daemon is not started [2019-10-21T23:48:21.506Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.17s) [2019-10-21T23:48:21.506Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken" [2019-10-21T23:48:21.506Z] check_test.go:279: [d50b14c88d583] daemon is not started [2019-10-21T23:48:21.506Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-10-21T23:48:21.506Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized" [2019-10-21T23:48:21.506Z] check_test.go:279: [df991c3f9289c] daemon is not started [2019-10-21T23:48:21.506Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-10-21T23:48:21.506Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable" [2019-10-21T23:48:21.506Z] check_test.go:279: [d742970d68732] daemon is not started [2019-10-21T23:48:21.506Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2019-10-21T23:48:21.506Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse" [2019-10-21T23:48:21.506Z] check_test.go:279: [de33756da5e39] daemon is not started [2019-10-21T23:48:21.506Z] === RUN TestDockerNetworkSuite [2019-10-21T23:48:21.506Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2019-10-21T23:48:24.115Z] --- PASS: TestDockerNetworkReConnect (3.74s) [2019-10-21T23:48:24.115Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-21T23:48:24.115Z] === RUN TestServicePlugin [2019-10-21T23:48:24.115Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-21T23:48:24.115Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:48:24.115Z] === RUN TestServiceUpdateLabel [2019-10-21T23:48:24.803Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-10-21T23:48:24.803Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-10-21T23:48:26.156Z] --- PASS: TestServiceUpdateLabel (2.37s) [2019-10-21T23:48:26.156Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-21T23:48:26.156Z] === RUN TestServiceUpdateSecrets [2019-10-21T23:48:26.169Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-10-21T23:48:26.969Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-21T23:48:26.969Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-21T23:48:27.099Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-10-21T23:48:32.349Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-10-21T23:48:32.349Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-10-21T23:48:35.620Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-10-21T23:48:35.620Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-10-21T23:48:39.409Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-21T23:48:39.792Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-10-21T23:48:41.159Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-10-21T23:48:41.384Z] --- PASS: TestServiceUpdateSecrets (14.88s) [2019-10-21T23:48:41.384Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-21T23:48:41.384Z] === RUN TestServiceUpdateConfigs [2019-10-21T23:48:43.173Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-21T23:48:43.173Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-21T23:48:43.173Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-21T23:48:43.173Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-21T23:48:43.173Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-21T23:48:43.173Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-21T23:48:43.173Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-21T23:48:43.173Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-21T23:48:43.173Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-21T23:48:50.295Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-21T23:48:51.104Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-10-21T23:48:54.376Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-10-21T23:48:55.743Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-10-21T23:48:56.113Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-10-21T23:48:56.247Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-21T23:48:56.618Z] --- PASS: TestServiceUpdateConfigs (15.00s) [2019-10-21T23:48:56.618Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-21T23:48:56.618Z] === RUN TestServiceUpdateNetwork [2019-10-21T23:48:56.677Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-10-21T23:48:56.711Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-21T23:48:57.605Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-10-21T23:48:58.909Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-21T23:48:58.909Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-21T23:48:58.909Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-21T23:48:58.909Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-21T23:48:58.973Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-10-21T23:49:00.367Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2019-10-21T23:49:00.367Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-10-21T23:49:00.461Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-21T23:49:00.461Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-21T23:49:00.461Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-21T23:49:00.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-10-21T23:49:01.989Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2019-10-21T23:49:02.245Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-10-21T23:49:02.245Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-10-21T23:49:02.245Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-10-21T23:49:03.390Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-21T23:49:03.390Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-21T23:49:03.390Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-21T23:49:03.390Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-21T23:49:03.390Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-21T23:49:03.612Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-10-21T23:49:05.588Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-21T23:49:06.133Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-10-21T23:49:06.133Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-10-21T23:49:06.695Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2019-10-21T23:49:06.695Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-10-21T23:49:07.786Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-21T23:49:09.166Z] --- PASS: TestServiceUpdateNetwork (13.17s) [2019-10-21T23:49:09.166Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-21T23:49:09.166Z] PASS [2019-10-21T23:49:09.166Z] [2019-10-21T23:49:09.166Z] === Skipped [2019-10-21T23:49:09.166Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2019-10-21T23:49:09.166Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T23:49:09.166Z] [2019-10-21T23:49:09.166Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-10-21T23:49:09.166Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T23:49:09.166Z] [2019-10-21T23:49:09.166Z] [2019-10-21T23:49:09.166Z] DONE 20 tests, 2 skipped in 112.972s [2019-10-21T23:49:09.166Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-10-21T23:49:09.166Z] ++ 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-21T23:49:09.166Z] ++ set -e [2019-10-21T23:49:09.166Z] ++ '[' -n 0 ']' [2019-10-21T23:49:09.166Z] ++ set -x [2019-10-21T23:49:09.166Z] ++ env -i DEST=/go/src/github.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-21T23:49:09.166Z] INFO: Testing against a local daemon [2019-10-21T23:49:09.166Z] === RUN TestSessionCreate [2019-10-21T23:49:09.166Z] --- PASS: TestSessionCreate (0.07s) [2019-10-21T23:49:09.166Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-21T23:49:09.166Z] --- PASS: TestSessionCreateWithBadUpgrade (0.06s) [2019-10-21T23:49:09.166Z] PASS [2019-10-21T23:49:09.166Z] [2019-10-21T23:49:09.166Z] DONE 2 tests in 0.219s [2019-10-21T23:49:09.166Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-10-21T23:49:09.166Z] ++ 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-21T23:49:09.166Z] ++ set -e [2019-10-21T23:49:09.166Z] ++ '[' -n 0 ']' [2019-10-21T23:49:09.166Z] ++ set -x [2019-10-21T23:49:09.166Z] ++ env -i DEST=/go/src/github.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-21T23:49:09.166Z] INFO: Testing against a local daemon [2019-10-21T23:49:09.166Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-21T23:49:09.166Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T23:49:09.166Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T23:49:09.166Z] === RUN TestEventsExecDie [2019-10-21T23:49:09.337Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-21T23:49:09.337Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-21T23:49:09.337Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-21T23:49:10.178Z] --- PASS: TestEventsExecDie (1.02s) [2019-10-21T23:49:10.178Z] === RUN TestEventsBackwardsCompatible [2019-10-21T23:49:10.464Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-10-21T23:49:10.464Z] === RUN TestInfoBinaryCommits [2019-10-21T23:49:10.464Z] --- PASS: TestInfoBinaryCommits (0.06s) [2019-10-21T23:49:10.464Z] === RUN TestInfoAPIVersioned [2019-10-21T23:49:10.464Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-21T23:49:10.464Z] === RUN TestInfoAPI [2019-10-21T23:49:10.464Z] --- PASS: TestInfoAPI (0.06s) [2019-10-21T23:49:10.464Z] === RUN TestInfoAPIWarnings [2019-10-21T23:49:10.865Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2019-10-21T23:49:11.475Z] --- PASS: TestInfoAPIWarnings (0.95s) [2019-10-21T23:49:11.475Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-21T23:49:11.475Z] === RUN TestLoginFailsWithBadCredentials [2019-10-21T23:49:11.533Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-21T23:49:11.533Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-21T23:49:12.092Z] --- PASS: TestLoginFailsWithBadCredentials (0.55s) [2019-10-21T23:49:12.092Z] === RUN TestPingCacheHeaders [2019-10-21T23:49:12.092Z] --- PASS: TestPingCacheHeaders (0.09s) [2019-10-21T23:49:12.092Z] === RUN TestPingGet [2019-10-21T23:49:12.092Z] --- PASS: TestPingGet (0.04s) [2019-10-21T23:49:12.092Z] === RUN TestPingHead [2019-10-21T23:49:12.092Z] --- PASS: TestPingHead (0.05s) [2019-10-21T23:49:12.092Z] === RUN TestVersion [2019-10-21T23:49:12.092Z] --- PASS: TestVersion (0.05s) [2019-10-21T23:49:12.092Z] PASS [2019-10-21T23:49:12.232Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-10-21T23:49:12.376Z] [2019-10-21T23:49:12.376Z] === Skipped [2019-10-21T23:49:12.376Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T23:49:12.376Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T23:49:12.376Z] [2019-10-21T23:49:12.376Z] [2019-10-21T23:49:12.376Z] DONE 12 tests, 1 skipped in 3.120s [2019-10-21T23:49:12.376Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-10-21T23:49:12.376Z] ++ 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-21T23:49:12.376Z] ++ set -e [2019-10-21T23:49:12.376Z] ++ '[' -n 0 ']' [2019-10-21T23:49:12.376Z] ++ set -x [2019-10-21T23:49:12.376Z] ++ env -i DEST=/go/src/github.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-21T23:49:12.376Z] INFO: Testing against a local daemon [2019-10-21T23:49:12.376Z] === RUN TestVolumesCreateAndList [2019-10-21T23:49:12.376Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-21T23:49:12.376Z] === RUN TestVolumesRemove [2019-10-21T23:49:12.376Z] --- PASS: TestVolumesRemove (0.09s) [2019-10-21T23:49:12.376Z] === RUN TestVolumesInspect [2019-10-21T23:49:12.659Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-21T23:49:12.659Z] === RUN TestVolumesInvalidJSON [2019-10-21T23:49:12.659Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-21T23:49:12.659Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-21T23:49:12.659Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-21T23:49:12.659Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-21T23:49:12.659Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-21T23:49:12.659Z] PASS [2019-10-21T23:49:12.659Z] [2019-10-21T23:49:12.659Z] DONE 5 tests in 0.309s [2019-10-21T23:49:12.659Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-21T23:49:12.943Z] ++++ cat bundles/test-integration/docker.pid [2019-10-21T23:49:12.943Z] +++ kill 13086 [2019-10-21T23:49:13.730Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-21T23:49:13.730Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-21T23:49:13.730Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-21T23:49:14.123Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-10-21T23:49:14.413Z] +++ /etc/init.d/apparmor stop [2019-10-21T23:49:14.413Z] Clearing AppArmor profiles cache:. [2019-10-21T23:49:14.413Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T23:49:14.413Z] Unloading profiles will leave already running processes permanently [2019-10-21T23:49:14.413Z] unconfined, which can lead to unexpected situations. [2019-10-21T23:49:14.413Z] [2019-10-21T23:49:14.413Z] To set a process to complain mode, use the command line tool [2019-10-21T23:49:14.413Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T23:49:14.413Z] with the 'teardown' option." [2019-10-21T23:49:14.413Z] [2019-10-21T23:49:15.491Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-10-21T23:49:15.927Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-21T23:49:15.927Z] === RUN TestDockerSuite/TestContainerAPIKill Post stage [Pipeline] junit [2019-10-21T23:49:16.501Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-21T23:49:17.475Z] + echo Ensuring container killed. [2019-10-21T23:49:17.475Z] Ensuring container killed. [2019-10-21T23:49:17.475Z] + docker rm -vf docker-pr15 [2019-10-21T23:49:17.475Z] Error: No such container: docker-pr15 [2019-10-21T23:49:17.475Z] + true [2019-10-21T23:49:17.479Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-21T23:49:17.479Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [Pipeline] sh [2019-10-21T23:49:17.867Z] + echo Chowning /workspace to jenkins user [2019-10-21T23:49:17.867Z] Chowning /workspace to jenkins user [2019-10-21T23:49:17.867Z] + id -u [2019-10-21T23:49:17.867Z] + id -g [2019-10-21T23:49:17.867Z] + docker run --rm -v /home/docker/workspace/moby_PR-40089:/workspace busybox chown -R 1001:1001 /workspace [2019-10-21T23:49:17.867Z] Unable to find image 'busybox:latest' locally [2019-10-21T23:49:18.150Z] latest: Pulling from library/busybox [2019-10-21T23:49:18.150Z] e38168a01e65: Pulling fs layer [2019-10-21T23:49:18.434Z] e38168a01e65: Download complete [2019-10-21T23:49:18.717Z] e38168a01e65: Pull complete [2019-10-21T23:49:18.717Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-21T23:49:18.717Z] Status: Downloaded newer image for busybox:latest [2019-10-21T23:49:18.769Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-10-21T23:49:20.410Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-21T23:49:20.410Z] === RUN TestDockerSuite/TestContainerAPIRename [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-21T23:49:21.152Z] + bundleName=ppc64le-integration [2019-10-21T23:49:21.152Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-10-21T23:49:21.152Z] Creating ppc64le-integration-bundles.tar.gz [2019-10-21T23:49:21.152Z] + 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-21T23:49:21.152Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-10-21T23:49:21.471Z] Archiving artifacts [2019-10-21T23:49:21.871Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40089/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-21T23:49:22.268Z] + make clean [2019-10-21T23:49:22.610Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-21T23:49:22.885Z] make: command: Command not found [2019-10-21T23:49:22.885Z] docker volume rm -f docker-dev-cache [2019-10-21T23:49:22.885Z] docker-dev-cache [Pipeline] deleteDir [2019-10-21T23:49:22.939Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-10-21T23:49:25.460Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-10-21T23:49:25.460Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-21T23:49:26.389Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-10-21T23:49:26.389Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-10-21T23:49:26.645Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-10-21T23:49:26.901Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-10-21T23:49:27.158Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2019-10-21T23:49:27.158Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-10-21T23:49:31.226Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-21T23:49:31.330Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-10-21T23:49:31.587Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2019-10-21T23:49:31.843Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-10-21T23:49:31.843Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2019-10-21T23:49:33.210Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-10-21T23:49:35.103Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-21T23:49:35.103Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-21T23:49:35.103Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-21T23:49:35.103Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-21T23:49:35.103Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-21T23:49:36.081Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-21T23:49:36.081Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-21T23:49:36.505Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-10-21T23:49:38.398Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-10-21T23:49:39.011Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-21T23:49:39.011Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-21T23:49:39.764Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-10-21T23:49:40.561Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-21T23:49:40.561Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-21T23:49:43.035Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-10-21T23:49:43.291Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-10-21T23:49:43.291Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-10-21T23:49:44.658Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-10-21T23:49:45.283Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-21T23:49:46.550Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-10-21T23:49:46.835Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-21T23:49:46.835Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-21T23:49:46.835Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-21T23:49:46.835Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-21T23:49:46.835Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-21T23:49:46.835Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-10-21T23:49:47.916Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2019-10-21T23:49:47.916Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2019-10-21T23:49:48.386Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-21T23:49:49.811Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-10-21T23:49:50.067Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-10-21T23:49:50.324Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2019-10-21T23:49:52.216Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-10-21T23:49:52.780Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-10-21T23:49:56.053Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite (97.27s) [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.28s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestConntrackFlowsLeak" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [de6b8a49960fb] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.41s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d78f9452146a0] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.89s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [dc82bf1d830b4] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (3.17s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [dd3e24b93259f] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.99s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:1233: [dffd975bfa368] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.01s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d43e76d7c6e60] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.27s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [da8d186640949] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.49s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d30600475c210] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.68s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d4905fa7c16f7] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.95s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [da958170dc9f6] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.80s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d68d36f7862ea] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.44s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithMac" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d78282697d9f0] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.48s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d79761bae3117] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.12s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDelete" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d58186b15a03d] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.25s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d25891b589b0b] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.32s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateHostBind" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [dd8827ee0c227] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.13s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateLabel" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [db7f16c72f1b1] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreatePredefined" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [df5a1bf0bd5b3] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.13s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCustomIPAM" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [db49b41abdecd] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.36s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d3d3839afb3b7] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (2.25s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [dc8725d77347d] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.12s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [dec327f3959bd] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.50s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d68e20d3fea66] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverOptions" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d9299d3504f19] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.88s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:968: [dc3a3710a22cb] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.50s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkFlagAlias" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d8fb7bdbc5732] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (11.07s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:1116: [d6ac528956724] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.37s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d22cf673bad25] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.93s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [dad2d3f5d7f51] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.11s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMOptions" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [dd16cc3cc196a] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.11s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d99c26886a010] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.34s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d2e22cd07c63d] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.24s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [d8b6ae4237ab9] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2019-10-21T23:49:59.326Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectDefault" [2019-10-21T23:49:59.326Z] docker_cli_network_unix_test.go:46: [debcf6b72f657] daemon is not started [2019-10-21T23:49:59.326Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.58s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:46: [d317cee0ccd00] daemon is not started [2019-10-21T23:49:59.327Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsDefault" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:46: [d5ab49f1d091b] daemon is not started [2019-10-21T23:49:59.327Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:46: [dc0d5ad6b7ab8] daemon is not started [2019-10-21T23:49:59.327Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.51s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMacInspect" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:46: [d04f2f34df59c] daemon is not started [2019-10-21T23:49:59.327Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.87s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart" [2019-10-21T23:49:59.327Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (5.14s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:1084: [d862a5e9bcaa7] daemon is not started [2019-10-21T23:49:59.327Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:46: [d208263147dde] daemon is not started [2019-10-21T23:49:59.327Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.46s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:46: [d0ad8ee9f9714] daemon is not started [2019-10-21T23:49:59.327Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (3.20s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:46: [d6966893e4c09] daemon is not started [2019-10-21T23:49:59.327Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRmPredefined" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:46: [d9729d3f3e87f] daemon is not started [2019-10-21T23:49:59.327Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.47s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRunNetByID" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:46: [dc2be4485e68a] daemon is not started [2019-10-21T23:49:59.327Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.76s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:46: [dfc2c6a470b34] daemon is not started [2019-10-21T23:49:59.327Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.78s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkValidateIP" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:46: [d40c404c8f4e9] daemon is not started [2019-10-21T23:49:59.327Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.69s) [2019-10-21T23:49:59.327Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver" [2019-10-21T23:49:59.327Z] docker_cli_network_unix_test.go:46: [d80c25f56913a] daemon is not started [2019-10-21T23:49:59.327Z] === RUN TestDockerHubPullSuite [2019-10-21T23:49:59.327Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-10-21T23:50:00.255Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-10-21T23:50:02.772Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-10-21T23:50:03.028Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-10-21T23:50:05.546Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-10-21T23:50:05.546Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-10-21T23:50:05.807Z] --- PASS: TestDockerHubPullSuite (7.02s) [2019-10-21T23:50:05.807Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.64s) [2019-10-21T23:50:05.807Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry" [2019-10-21T23:50:05.807Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.17s) [2019-10-21T23:50:05.807Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.43s) [2019-10-21T23:50:05.807Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.11s) [2019-10-21T23:50:05.807Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.57s) [2019-10-21T23:50:05.807Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.09s) [2019-10-21T23:50:05.807Z] PASS [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === Skipped [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.03s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.03s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-21T23:50:05.807Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2019-10-21T23:50:05.807Z] docker_cli_sni_test.go:18: Flakey test [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-21T23:50:05.807Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-10-21T23:50:05.807Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_run_test.go:4142: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_run_test.go:4161: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_run_test.go:4227: unmatched requirement IsolationIsProcess [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2019-10-21T23:50:05.807Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.02s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.02s) [2019-10-21T23:50:05.807Z] docker_cli_run_test.go:4217: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_run_test.go:4207: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2019-10-21T23:50:05.807Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-21T23:50:05.807Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-21T23:50:05.807Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-10-21T23:50:05.807Z] [2019-10-21T23:50:05.807Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-21T23:50:05.808Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-21T23:50:05.808Z] docker_cli_run_test.go:4535: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-21T23:50:05.808Z] [2019-10-21T23:50:05.808Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-21T23:50:05.808Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-21T23:50:05.808Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-21T23:50:05.808Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-10-21T23:50:05.808Z] docker_cli_network_unix_test.go:46: [dc0d5ad6b7ab8] daemon is not started [2019-10-21T23:50:05.808Z] [2019-10-21T23:50:05.808Z] [2019-10-21T23:50:05.808Z] DONE 1253 tests, 44 skipped in 2089.350s [2019-10-21T23:50:05.808Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-21T23:50:05.808Z] ++++ cat bundles/test-integration/docker.pid [2019-10-21T23:50:05.808Z] +++ kill 7271 [2019-10-21T23:50:06.143Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-21T23:50:06.143Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-21T23:50:06.143Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-21T23:50:06.143Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-21T23:50:06.143Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-21T23:50:06.143Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-21T23:50:06.143Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-21T23:50:06.143Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-21T23:50:07.122Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-21T23:50:10.051Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-21T23:50:10.051Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-21T23:50:10.051Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-21T23:50:12.254Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-21T23:50:12.254Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-21T23:50:12.254Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-21T23:50:12.254Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-21T23:50:13.901Z] +++ /etc/init.d/apparmor stop [2019-10-21T23:50:13.901Z] Clearing AppArmor profiles cache:. [2019-10-21T23:50:13.901Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T23:50:13.901Z] Unloading profiles will leave already running processes permanently [2019-10-21T23:50:13.901Z] unconfined, which can lead to unexpected situations. [2019-10-21T23:50:13.901Z] [2019-10-21T23:50:13.901Z] To set a process to complain mode, use the command line tool [2019-10-21T23:50:13.901Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T23:50:13.901Z] with the 'teardown' option." [2019-10-21T23:50:13.901Z] [2019-10-21T23:50:16.017Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-21T23:50:18.945Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-21T23:50:18.945Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-21T23:50:18.945Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-21T23:50:27.565Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-21T23:50:27.565Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-21T23:50:27.565Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-21T23:50:36.185Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-21T23:50:36.185Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-21T23:50:36.185Z] === RUN TestDockerSuite/TestCpToDot [2019-10-21T23:50:38.451Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-21T23:50:38.451Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-21T23:50:38.922Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-21T23:50:46.040Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-21T23:50:46.040Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-21T23:50:46.040Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-21T23:50:46.040Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-21T23:50:46.040Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-21T23:50:46.040Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-21T23:50:46.505Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-21T23:50:48.056Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-21T23:50:50.254Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-21T23:50:50.254Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-21T23:50:50.719Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-21T23:50:52.271Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-21T23:50:52.562Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-10-21T23:50:53.249Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-21T23:50:53.249Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-21T23:50:53.249Z] === RUN TestDockerSuite/TestCreateRM [2019-10-21T23:50:53.713Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-21T23:50:53.713Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-21T23:50:53.713Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-21T23:50:54.177Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-21T23:51:06.618Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-21T23:51:06.618Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-21T23:51:07.082Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-21T23:51:07.576Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-10-21T23:51:11.807Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-21T23:51:11.807Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-21T23:51:11.807Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDockerFails [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-21T23:51:14.004Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-21T23:51:16.205Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-21T23:51:18.403Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-21T23:51:25.518Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite (1766.63s) [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.72s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks" [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.69s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope" [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.41s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort" [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.63s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.99s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling" [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (30.08s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-21T23:51:25.624Z] check_test.go:358: [d53d7bf72f733] joining swarm manager [dfad955fe9c3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-21T23:51:25.624Z] check_test.go:358: [d29c81b75adb1] joining swarm manager [dfad955fe9c3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.624Z] check_test.go:379: [d53d7bf72f733] daemon is not started [2019-10-21T23:51:25.624Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-21T23:51:25.624Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.75s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-21T23:51:25.624Z] check_test.go:358: [de9352d6115b1] joining swarm manager [deab5089a0c0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.83s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress" [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.47s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (35.92s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-21T23:51:25.624Z] check_test.go:358: [d85bf78f27c86] joining swarm manager [d160675d7a6da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-21T23:51:25.624Z] check_test.go:358: [d48b9a33c4ca5] joining swarm manager [d160675d7a6da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.624Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-10-21T23:51:25.624Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.93s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-21T23:51:25.624Z] check_test.go:358: [d7638b9e936df] joining swarm manager [dbdb6d41cea95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-21T23:51:25.624Z] check_test.go:358: [d82b6bef54f35] joining swarm manager [dbdb6d41cea95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.05s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.98s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer" [2019-10-21T23:51:25.624Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.06s) [2019-10-21T23:51:25.624Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-21T23:51:25.625Z] check_test.go:358: [d3be91861628d] joining swarm manager [d74db78f6e603]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-21T23:51:25.625Z] check_test.go:358: [d6f38690d3d0b] joining swarm manager [d74db78f6e603]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.25s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-21T23:51:25.625Z] check_test.go:358: [d337afaeb46b5] joining swarm manager [da02e8ceabdaa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-21T23:51:25.625Z] check_test.go:358: [dc32e7fc46540] joining swarm manager [da02e8ceabdaa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.40s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-21T23:51:25.625Z] check_test.go:358: [d1976227a42b1] joining swarm manager [d195181c72ee9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.74s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-21T23:51:25.625Z] check_test.go:358: [dfa827abaf1cd] joining swarm manager [d11c63f12024b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-21T23:51:25.625Z] check_test.go:358: [d2ad2f833e163] joining swarm manager [d11c63f12024b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.68s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (23.93s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-21T23:51:25.625Z] check_test.go:358: [db08eb763dee8] joining swarm manager [d7448a0f1d351]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (62.31s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-21T23:51:25.625Z] check_test.go:358: [d4439038798d0] joining swarm manager [d64f9c543201c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-21T23:51:25.625Z] check_test.go:358: [d422ce9ec4dfa] joining swarm manager [d64f9c543201c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] check_test.go:379: [d422ce9ec4dfa] daemon is not started [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (64.10s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-21T23:51:25.625Z] check_test.go:358: [d8fd0333be78e] joining swarm manager [db272deddf2b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-21T23:51:25.625Z] check_test.go:358: [dba4f1b9ae7ce] joining swarm manager [db272deddf2b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-21T23:51:25.625Z] check_test.go:358: [df676bec07257] joining swarm manager [db272deddf2b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-21T23:51:25.625Z] check_test.go:358: [d05bf03e9b540] joining swarm manager [db272deddf2b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-21T23:51:25.625Z] check_test.go:358: [d264921548f3c] joining swarm manager [db272deddf2b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.41s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.80s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.38s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-21T23:51:25.625Z] check_test.go:358: [d35de680153a9] joining swarm manager [de5923aa1d111]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-21T23:51:25.625Z] check_test.go:358: [d91fb2d7e8734] joining swarm manager [de5923aa1d111]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (18.13s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-21T23:51:25.625Z] check_test.go:358: [db8b393102bfc] joining swarm manager [d252fb82aae54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-21T23:51:25.625Z] check_test.go:358: [dca0ddc8f3df9] joining swarm manager [d252fb82aae54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.40s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-21T23:51:25.625Z] check_test.go:358: [dc906cfb30732] joining swarm manager [d27b93de07ca5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-21T23:51:25.625Z] check_test.go:358: [dba540ba1556b] joining swarm manager [d27b93de07ca5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (7.13s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.13s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-21T23:51:25.625Z] check_test.go:358: [d64e89ca0318f] joining swarm manager [d4e187b81741f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-21T23:51:25.625Z] check_test.go:358: [df2bf8cb20305] joining swarm manager [d4e187b81741f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-21T23:51:25.625Z] check_test.go:358: [dd136d6e95308] joining swarm manager [d4e187b81741f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-21T23:51:25.625Z] check_test.go:358: [d5d12064580b6] joining swarm manager [d4e187b81741f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.06s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.72s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-21T23:51:25.625Z] check_test.go:358: [d2fc3d0def98d] joining swarm manager [df2c32cd85395]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-21T23:51:25.625Z] check_test.go:358: [d9308c8506efb] joining swarm manager [df2c32cd85395]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.67s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-21T23:51:25.625Z] check_test.go:358: [d313aa15f9042] joining swarm manager [d825d2c16fb4c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-21T23:51:25.625Z] check_test.go:358: [d6b75b8a78fe5] joining swarm manager [d825d2c16fb4c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] check_test.go:379: [d313aa15f9042] daemon is not started [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.50s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-21T23:51:25.625Z] check_test.go:358: [d3046fdc5a79b] joining swarm manager [ddbc62ce6e5b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-21T23:51:25.625Z] check_test.go:358: [db395560f878a] joining swarm manager [ddbc62ce6e5b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.45s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-21T23:51:25.625Z] check_test.go:358: [d17cb06b1532e] joining swarm manager [d1edd269d537d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-21T23:51:25.625Z] check_test.go:358: [d136e32c2f952] joining swarm manager [d1edd269d537d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.94s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.40s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.06s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.64s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.47s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.33s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.06s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.75s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.66s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.73s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (11.01s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.91s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.27s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.96s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.18s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.92s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.62s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.21s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.92s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.95s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.62s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.66s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.92s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.74s) [2019-10-21T23:51:25.625Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs" [2019-10-21T23:51:25.625Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.n76uym72lrme@2178ce214b24 | hello1\n" [2019-10-21T23:51:25.625Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.s20fof0fmkzr@2178ce214b24 | hello2\n" [2019-10-21T23:51:25.625Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.22s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.00s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.45s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.10s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.45s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.20s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.34s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.71s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs" [2019-10-21T23:51:25.626Z] docker_cli_service_logs_test.go:242: checking task kj6oqoem37dh [2019-10-21T23:51:25.626Z] docker_cli_service_logs_test.go:247: checking messages for kj6oqoem37dh [2019-10-21T23:51:25.626Z] docker_cli_service_logs_test.go:242: checking task rgdg3emib24d [2019-10-21T23:51:25.626Z] docker_cli_service_logs_test.go:247: checking messages for rgdg3emib24d [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.92s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.22s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.15s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.12s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.88s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-21T23:51:25.626Z] check_test.go:358: [d18a026700ee8] joining swarm manager [db69cfb206005]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-21T23:51:25.626Z] check_test.go:358: [d831d2c3c269b] joining swarm manager [db69cfb206005]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.68s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.86s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.47s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.30s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-21T23:51:25.626Z] check_test.go:358: [d033d7d05fda4] joining swarm manager [d006f85d06bfc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-21T23:51:25.626Z] check_test.go:358: [dd77ffe4ed2a6] joining swarm manager [d006f85d06bfc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.32s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (122.14s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-21T23:51:25.626Z] check_test.go:358: [d6430c8ae28c7] joining swarm manager [d1eb15b24f85d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-21T23:51:25.626Z] check_test.go:358: [d38f71f24efd5] joining swarm manager [d1eb15b24f85d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (6.05s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (11.62s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.73s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.20s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.94s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.92s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.98s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit" [2019-10-21T23:51:25.626Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-10-21T23:51:25.626Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (8.46s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.85s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.78s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.00s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.15s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.41s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-21T23:51:25.626Z] check_test.go:358: [d34572b30ddc4] joining swarm manager [d470e3f07df9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-21T23:51:25.626Z] check_test.go:358: [d7f7b9715d58b] joining swarm manager [d470e3f07df9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.53s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.62s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (131.52s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-21T23:51:25.626Z] check_test.go:358: [d3a7bc5bf964a] joining swarm manager [dc47979b1476c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-21T23:51:25.626Z] check_test.go:358: [d67bc0975beae] joining swarm manager [dc47979b1476c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-21T23:51:25.626Z] check_test.go:358: [d14b4f7e1e249] joining swarm manager [dc47979b1476c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.96s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-21T23:51:25.626Z] check_test.go:358: [dd9b4bc8fea78] joining swarm manager [db1a468de9608]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-21T23:51:25.626Z] check_test.go:358: [d5f278d9185f2] joining swarm manager [db1a468de9608]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.01s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup" [2019-10-21T23:51:25.626Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-10-21T23:51:25.626Z] 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-21T23:51:25.626Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-10-21T23:51:25.626Z] 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-21T23:51:25.626Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-10-21T23:51:25.626Z] 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-21T23:51:25.626Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-10-21T23:51:25.626Z] 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-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.10s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.87s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.08s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.56s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-21T23:51:25.626Z] check_test.go:358: [d9dae6e1d929c] joining swarm manager [d98041440875e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.92s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.19s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.82s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.97s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.43s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.39s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-21T23:51:25.626Z] check_test.go:358: [d317cfdc898ba] joining swarm manager [d3070936d2a75]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (16.36s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.94s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.07s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (4.14s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.34s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.55s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.18s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.55s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.53s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.39s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.89s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.28s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate" [2019-10-21T23:51:25.626Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (53.32s) [2019-10-21T23:51:25.626Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin" [2019-10-21T23:51:25.627Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.93s) [2019-10-21T23:51:25.627Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm" [2019-10-21T23:51:25.627Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.94s) [2019-10-21T23:51:25.627Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA" [2019-10-21T23:51:25.627Z] === RUN TestDockerExternalVolumeSuite [2019-10-21T23:51:25.627Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-10-21T23:51:43.272Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-21T23:51:43.671Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-10-21T23:51:47.998Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-21T23:51:52.720Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-21T23:51:54.921Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-21T23:51:55.385Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-21T23:51:59.151Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-21T23:51:59.151Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-21T23:52:00.704Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-21T23:52:05.430Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-21T23:52:09.200Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-21T23:52:09.200Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-21T23:52:09.200Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-21T23:52:09.200Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-21T23:52:09.200Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-21T23:52:09.200Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-21T23:52:10.177Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-21T23:52:10.177Z] === RUN TestDockerSuite/TestEventsRename [2019-10-21T23:52:12.376Z] === RUN TestDockerSuite/TestEventsResize [2019-10-21T23:52:15.306Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-21T23:52:17.504Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-21T23:52:19.701Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-21T23:52:24.426Z] === RUN TestDockerSuite/TestEventsTop [2019-10-21T23:52:24.426Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-21T23:52:26.622Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-21T23:52:30.508Z] === RUN TestDockerSuite/TestExec [2019-10-21T23:52:30.508Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-21T23:52:30.508Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-21T23:52:32.059Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-21T23:52:34.259Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-21T23:52:34.259Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-21T23:52:34.259Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-21T23:52:34.259Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-21T23:52:35.813Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-21T23:52:38.011Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-21T23:52:39.568Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-21T23:52:41.767Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-21T23:52:45.542Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-21T23:52:45.542Z] === RUN TestDockerSuite/TestExecEnv [2019-10-21T23:52:45.542Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-21T23:52:46.006Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-21T23:52:48.203Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-21T23:52:51.131Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-21T23:52:51.131Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-21T23:52:51.131Z] === RUN TestDockerSuite/TestExecParseError [2019-10-21T23:52:51.131Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-21T23:52:51.131Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-21T23:52:51.131Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-21T23:52:51.321Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-10-21T23:52:54.061Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-21T23:52:54.061Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-21T23:52:54.061Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-21T23:52:54.061Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-21T23:52:54.061Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-21T23:52:54.061Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-21T23:52:55.612Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-21T23:52:55.612Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-21T23:52:59.405Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-10-21T23:53:04.396Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-21T23:53:04.396Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-21T23:53:04.396Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-21T23:53:04.396Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-21T23:53:10.228Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-21T23:53:16.063Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-21T23:53:18.993Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-21T23:53:24.806Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-21T23:53:24.806Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-21T23:53:24.806Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-21T23:53:24.806Z] === RUN TestDockerSuite/TestHealth [2019-10-21T23:53:24.806Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-21T23:53:24.806Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-21T23:53:24.806Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-21T23:53:24.806Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-21T23:53:29.519Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-21T23:53:29.519Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-21T23:53:29.519Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-21T23:53:29.980Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-21T23:53:29.980Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-21T23:53:29.980Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-21T23:53:30.950Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-21T23:53:30.950Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-21T23:53:31.508Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-10-21T23:53:31.923Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-21T23:53:31.923Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-21T23:53:33.464Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-21T23:53:33.926Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-21T23:53:35.467Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-21T23:53:38.380Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-21T23:53:38.380Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-21T23:53:38.380Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-21T23:53:42.125Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-21T23:53:42.125Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-21T23:53:44.433Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-21T23:53:44.433Z] === RUN TestDockerSuite/TestImportFile [2019-10-21T23:53:44.433Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-21T23:53:44.893Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-21T23:53:44.893Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-21T23:53:44.893Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-21T23:53:44.893Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-21T23:53:44.893Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-21T23:53:44.893Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-21T23:53:44.893Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-21T23:53:44.893Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-21T23:53:44.893Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-21T23:53:45.354Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-21T23:53:45.354Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-21T23:53:45.354Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-21T23:53:45.354Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-21T23:53:45.354Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-21T23:53:45.354Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-21T23:53:45.354Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-21T23:53:46.348Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-10-21T23:53:47.539Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-21T23:53:49.724Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-21T23:53:49.724Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-21T23:53:49.724Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-21T23:53:49.724Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-21T23:53:49.724Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-21T23:53:51.907Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-21T23:53:51.907Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-21T23:53:54.091Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-21T23:53:54.091Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-21T23:53:54.091Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-21T23:53:54.091Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-21T23:53:56.277Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-21T23:54:00.979Z] === RUN TestDockerSuite/TestInspectImage [2019-10-21T23:54:00.979Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-21T23:54:00.979Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-21T23:54:00.979Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-21T23:54:02.525Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-21T23:54:04.713Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-21T23:54:04.713Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-21T23:54:11.802Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-21T23:54:13.991Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-21T23:54:13.991Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-21T23:54:13.991Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-21T23:54:15.534Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-21T23:54:18.375Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-10-21T23:54:18.452Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-21T23:54:22.202Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-21T23:54:24.387Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-21T23:54:26.573Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-21T23:54:28.115Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-21T23:54:30.301Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-21T23:54:30.555Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-10-21T23:54:32.487Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-21T23:54:34.671Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-21T23:54:36.213Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-21T23:54:38.402Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-21T23:54:44.207Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-21T23:54:45.750Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-21T23:54:45.750Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-21T23:54:47.937Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-21T23:54:47.937Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-21T23:54:55.027Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-21T23:55:02.116Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-21T23:55:02.582Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-10-21T23:55:10.705Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-21T23:55:12.248Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-21T23:55:14.436Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-21T23:55:14.436Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-21T23:55:16.628Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-21T23:55:17.422Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-10-21T23:55:18.815Z] === RUN TestDockerSuite/TestLogsSince [2019-10-21T23:55:27.470Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-21T23:55:27.470Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-21T23:55:27.470Z] === RUN TestDockerSuite/TestLogsTail [2019-10-21T23:55:30.383Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-21T23:55:32.569Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestNetHostname [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPluginActive [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPortList [2019-10-21T23:55:34.890Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-21T23:55:35.467Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-10-21T23:55:39.590Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-21T23:55:39.590Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-21T23:55:39.590Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-21T23:55:39.590Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-21T23:55:39.590Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-21T23:55:39.590Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-21T23:55:39.590Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-21T23:55:39.590Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-21T23:55:39.590Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-21T23:55:39.590Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-21T23:55:43.339Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-21T23:55:43.801Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-21T23:55:50.891Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-21T23:55:50.891Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-21T23:55:59.479Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-21T23:56:17.253Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-21T23:56:17.253Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-21T23:56:17.253Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-21T23:56:22.086Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-10-21T23:56:29.659Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-21T23:56:32.577Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-21T23:56:39.670Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-21T23:56:40.179Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-10-21T23:56:43.420Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-21T23:56:43.420Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-21T23:56:43.420Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-21T23:56:48.122Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-21T23:56:48.122Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-21T23:56:48.122Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-21T23:56:48.122Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-21T23:56:48.122Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-21T23:56:53.927Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-21T23:56:54.388Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-21T23:56:55.359Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-21T23:56:55.359Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-21T23:56:56.901Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-21T23:56:57.871Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-21T23:56:57.871Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-21T23:57:02.575Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-21T23:57:06.323Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-21T23:57:08.510Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-21T23:57:12.206Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-10-21T23:57:38.499Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-21T23:57:38.499Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-21T23:57:42.250Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-21T23:57:42.250Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-21T23:57:42.711Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-21T23:57:43.176Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-21T23:57:44.238Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-10-21T23:57:47.883Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-21T23:57:56.471Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-21T23:57:56.471Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-21T23:57:59.078Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-10-21T23:58:01.175Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-21T23:58:01.175Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-21T23:58:01.175Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-21T23:58:16.019Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-21T23:58:17.125Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-10-21T23:58:18.210Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-21T23:58:18.672Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-21T23:58:25.761Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-21T23:58:31.567Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-21T23:58:31.977Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-10-21T23:58:38.661Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-21T23:58:43.363Z] === RUN TestDockerSuite/TestRmiTag [2019-10-21T23:58:43.363Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-21T23:58:45.548Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite (441.48s) [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.96s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume" [2019-10-21T23:58:46.819Z] docker_cli_external_volume_driver_test.go:53: [d9acf827a155c] daemon is not started [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities" [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.58s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer" [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet" [2019-10-21T23:58:46.819Z] docker_cli_external_volume_driver_test.go:53: [d811d1e5b7238] daemon is not started [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList" [2019-10-21T23:58:46.819Z] docker_cli_external_volume_driver_test.go:53: [d193e192ef5f8] daemon is not started [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-10-21T23:58:46.819Z] docker_cli_external_volume_driver_test.go:53: [d67388aa67cb4] daemon is not started [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.58s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID" [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.62s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed" [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls" [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.65s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.78s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp" [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.07s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.62s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed" [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.45s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom" [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.39s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-10-21T23:58:46.819Z] docker_cli_external_volume_driver_test.go:485: [d1187af289fa4] daemon is not started [2019-10-21T23:58:46.819Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict" [2019-10-21T23:58:46.819Z] docker_cli_external_volume_driver_test.go:53: [de71fbb4b4bd6] daemon is not started [2019-10-21T23:58:46.819Z] PASS [2019-10-21T23:58:46.819Z] [2019-10-21T23:58:46.819Z] === Skipped [2019-10-21T23:58:46.819Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-10-21T23:58:46.819Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-21T23:58:46.819Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-10-21T23:58:46.819Z] check_test.go:309: [d3a1bcda75cc6] daemon is not started [2019-10-21T23:58:46.819Z] [2019-10-21T23:58:46.819Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-21T23:58:46.819Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-21T23:58:46.819Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-10-21T23:58:46.819Z] check_test.go:309: [d0e454c3a7ca9] daemon is not started [2019-10-21T23:58:46.819Z] [2019-10-21T23:58:46.819Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-21T23:58:46.819Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-21T23:58:46.819Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-10-21T23:58:46.819Z] check_test.go:309: [da3c637261f76] daemon is not started [2019-10-21T23:58:46.819Z] [2019-10-21T23:58:46.819Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-21T23:58:46.819Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-21T23:58:46.819Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-21T23:58:46.819Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-10-21T23:58:46.819Z] check_test.go:309: [d94b50da037ef] daemon is not started [2019-10-21T23:58:46.819Z] [2019-10-21T23:58:46.819Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-21T23:58:46.819Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-21T23:58:46.819Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-21T23:58:46.819Z] [2019-10-21T23:58:46.819Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-10-21T23:58:46.819Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-10-21T23:58:46.819Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-10-21T23:58:46.819Z] [2019-10-21T23:58:46.819Z] [2019-10-21T23:58:46.819Z] DONE 270 tests, 6 skipped in 2608.299s [2019-10-21T23:58:46.819Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-21T23:58:47.382Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dcb2867874dd4/docker.pid [2019-10-21T23:58:47.382Z] +++ kill 5406 [2019-10-21T23:58:47.382Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5406 is not a child of this shell [2019-10-21T23:58:47.382Z] warning: PID 5406 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dcb2867874dd4/docker.pid had a nonzero exit code [2019-10-21T23:58:47.382Z] ++++ cat bundles/test-integration/docker.pid [2019-10-21T23:58:47.382Z] +++ kill 7288 [2019-10-21T23:58:48.747Z] +++ /etc/init.d/apparmor stop [2019-10-21T23:58:48.747Z] Clearing AppArmor profiles cache:. [2019-10-21T23:58:48.747Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T23:58:48.747Z] Unloading profiles will leave already running processes permanently [2019-10-21T23:58:48.747Z] unconfined, which can lead to unexpected situations. [2019-10-21T23:58:48.747Z] [2019-10-21T23:58:48.747Z] To set a process to complain mode, use the command line tool [2019-10-21T23:58:48.747Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T23:58:48.747Z] with the 'teardown' option." [2019-10-21T23:58:48.747Z] [2019-10-21T23:58:49.003Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-10-21T23:58:49.016Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-21T23:58:49.974Z] + echo Ensuring container killed. [2019-10-21T23:58:49.974Z] Ensuring container killed. [2019-10-21T23:58:49.974Z] + docker ps -aq -f name=docker-pr15-* [2019-10-21T23:58:49.974Z] + cids=2178ce214b24 [2019-10-21T23:58:49.974Z] 9f9f073a2a83 [2019-10-21T23:58:49.974Z] 0ba255ece812 [2019-10-21T23:58:49.974Z] + [ -n 2178ce214b24 [2019-10-21T23:58:49.974Z] 9f9f073a2a83 [2019-10-21T23:58:49.974Z] 0ba255ece812 ] [2019-10-21T23:58:49.974Z] + docker rm -vf 2178ce214b24 9f9f073a2a83 0ba255ece812 [2019-10-21T23:58:53.250Z] 2178ce214b24 [2019-10-21T23:58:55.140Z] 9f9f073a2a83 [2019-10-21T23:58:55.140Z] 0ba255ece812 [Pipeline] sh [2019-10-21T23:58:55.420Z] + echo Chowning /workspace to jenkins user [2019-10-21T23:58:55.421Z] Chowning /workspace to jenkins user [2019-10-21T23:58:55.421Z] + id -u [2019-10-21T23:58:55.421Z] + id -g [2019-10-21T23:58:55.421Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40089:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-21T23:58:59.892Z] + bundleName=amd64 [2019-10-21T23:58:59.892Z] + echo Creating amd64-bundles.tar.gz [2019-10-21T23:58:59.892Z] Creating amd64-bundles.tar.gz [2019-10-21T23:58:59.892Z] + 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-21T23:58:59.892Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2019-10-21T23:59:01.269Z] Archiving artifacts [2019-10-21T23:59:01.714Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40089/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-21T23:59:02.022Z] + make clean [2019-10-21T23:59:02.279Z] docker volume rm -f docker-dev-cache [2019-10-21T23:59:02.279Z] docker-dev-cache [Pipeline] deleteDir [2019-10-21T23:59:03.259Z] === RUN TestDockerSuite/TestRmiWithContainerFails [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-21T23:59:10.346Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-21T23:59:15.047Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-21T23:59:16.019Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-21T23:59:16.019Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-21T23:59:16.019Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-21T23:59:16.019Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-21T23:59:16.019Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-21T23:59:16.019Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-21T23:59:16.019Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-21T23:59:16.019Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-21T23:59:18.204Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-21T23:59:18.204Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-21T23:59:18.204Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-21T23:59:22.905Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-21T23:59:25.133Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-21T23:59:27.319Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-21T23:59:29.504Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-21T23:59:31.689Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-21T23:59:31.689Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-21T23:59:35.438Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-21T23:59:35.438Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-21T23:59:35.438Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-21T23:59:35.438Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-21T23:59:35.438Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-21T23:59:35.438Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-21T23:59:35.438Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-21T23:59:35.438Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-21T23:59:35.438Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-21T23:59:35.898Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-21T23:59:35.898Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-21T23:59:35.898Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-21T23:59:38.084Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-21T23:59:38.084Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-21T23:59:40.999Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-21T23:59:40.999Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-21T23:59:40.999Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-21T23:59:43.183Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-21T23:59:43.183Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-21T23:59:43.183Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-21T23:59:43.183Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-21T23:59:43.183Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-21T23:59:43.183Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-21T23:59:43.183Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-21T23:59:43.183Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-21T23:59:45.369Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-21T23:59:47.554Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-21T23:59:49.096Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-21T23:59:49.096Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-21T23:59:49.096Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-21T23:59:49.096Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-21T23:59:51.283Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-21T23:59:51.283Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-21T23:59:51.283Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-21T23:59:51.283Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-21T23:59:51.283Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-21T23:59:53.473Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-22T00:00:05.879Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-22T00:00:05.879Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-22T00:00:05.879Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-22T00:00:05.879Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-22T00:00:05.879Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-22T00:00:05.879Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-22T00:00:05.879Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-22T00:00:08.164Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-22T00:00:08.164Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-22T00:00:08.164Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-22T00:00:08.164Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-22T00:00:10.350Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-22T00:00:12.535Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-22T00:00:12.535Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-22T00:00:14.720Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-22T00:00:14.720Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-22T00:00:14.720Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-22T00:00:14.720Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-22T00:00:16.262Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-22T00:00:18.448Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-22T00:00:20.634Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-22T00:00:22.822Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-22T00:00:22.822Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-22T00:00:22.822Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-22T00:00:22.822Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-22T00:00:22.822Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-22T00:00:22.822Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-22T00:00:22.822Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-22T00:00:22.822Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-22T00:00:22.822Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-22T00:00:31.408Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-22T00:00:31.408Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-22T00:00:31.408Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-22T00:00:31.408Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-22T00:00:31.408Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-22T00:00:31.408Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-22T00:00:31.408Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-22T00:00:41.753Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-22T00:00:41.753Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunMount [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-22T00:00:42.214Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-22T00:00:49.314Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-22T00:00:49.314Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-22T00:00:49.314Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-22T00:00:49.314Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-22T00:00:54.017Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-22T00:00:57.775Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-22T00:00:57.775Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-22T00:00:57.775Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-22T00:00:57.775Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-22T00:00:57.775Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-22T00:00:57.775Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-22T00:00:57.776Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-22T00:00:57.776Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-22T00:00:57.776Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-22T00:00:57.776Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-22T00:00:58.236Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-22T00:00:59.207Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-22T00:01:01.393Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-22T00:01:02.937Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-22T00:01:03.909Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-22T00:01:06.095Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-22T00:01:06.556Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-22T00:01:06.556Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-22T00:01:06.556Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-22T00:01:06.556Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-22T00:01:06.556Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-22T00:01:06.556Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-22T00:01:06.556Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-22T00:01:06.556Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-22T00:01:09.476Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-22T00:01:09.476Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-22T00:01:09.476Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-22T00:01:09.476Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-22T00:01:09.476Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-22T00:01:09.476Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-22T00:01:18.065Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-22T00:01:18.065Z] === RUN TestDockerSuite/TestRunRm [2019-10-22T00:01:19.037Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-22T00:01:24.843Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-22T00:01:26.384Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-22T00:01:28.571Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-22T00:01:30.757Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-22T00:01:32.942Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-22T00:01:32.943Z] === RUN TestDockerSuite/TestRunState [2019-10-22T00:01:32.943Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-22T00:01:35.134Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-22T00:01:35.134Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-22T00:01:36.682Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-22T00:01:36.682Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-22T00:01:36.682Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-22T00:01:37.143Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-22T00:01:37.143Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-22T00:01:37.143Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-22T00:01:41.851Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-22T00:01:41.851Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-22T00:01:41.851Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-22T00:01:41.851Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-22T00:01:41.851Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-22T00:01:41.851Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-22T00:01:41.851Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-22T00:01:41.851Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-22T00:01:41.851Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-22T00:01:41.851Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-22T00:01:41.851Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-22T00:01:44.035Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-22T00:01:44.035Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-22T00:01:46.220Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-22T00:01:46.220Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-22T00:01:46.220Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-22T00:01:54.810Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-22T00:02:05.152Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-22T00:02:08.896Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-22T00:02:15.987Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-22T00:02:15.987Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-22T00:02:15.987Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-22T00:02:15.987Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-22T00:02:15.987Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-22T00:02:18.171Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-22T00:02:20.358Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-22T00:02:21.905Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-22T00:02:21.905Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-22T00:02:22.367Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-22T00:02:22.367Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-22T00:02:22.367Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-22T00:02:22.367Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-22T00:02:22.367Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-22T00:02:22.367Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-22T00:02:22.368Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-22T00:02:26.116Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-22T00:02:27.777Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-22T00:02:29.962Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-22T00:02:33.709Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-22T00:02:33.709Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-22T00:02:33.709Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-22T00:02:33.709Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-22T00:02:33.709Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-22T00:02:33.709Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-22T00:02:34.170Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-22T00:02:34.170Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-22T00:02:34.170Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-22T00:02:34.170Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-22T00:02:34.170Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-22T00:02:34.170Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-22T00:02:34.170Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-22T00:02:34.170Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-22T00:02:34.170Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-22T00:02:34.170Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-22T00:02:34.170Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-22T00:02:34.170Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-22T00:02:37.081Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-22T00:02:37.081Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-22T00:02:37.543Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-22T00:02:37.543Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-22T00:02:39.727Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-22T00:02:50.067Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-22T00:02:50.067Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-22T00:02:57.155Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-22T00:02:57.155Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-22T00:03:00.899Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-22T00:03:00.899Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-22T00:03:00.899Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-22T00:03:00.899Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-22T00:03:00.899Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-22T00:03:06.710Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-22T00:03:06.710Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-22T00:03:06.710Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-22T00:03:06.710Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-22T00:03:06.710Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-22T00:03:06.710Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-22T00:03:06.710Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-22T00:03:08.894Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-22T00:03:11.080Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-22T00:03:11.080Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-22T00:03:13.407Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-22T00:03:13.407Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-22T00:03:13.407Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-22T00:03:13.407Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-22T00:03:13.407Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-22T00:03:13.407Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-22T00:03:13.407Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-22T00:03:31.115Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-22T00:03:31.115Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-22T00:03:31.115Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-22T00:03:31.115Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-22T00:03:31.115Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-22T00:03:31.115Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-22T00:03:31.115Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-22T00:03:32.656Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-22T00:03:32.656Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-22T00:03:35.571Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-22T00:03:35.571Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-22T00:03:36.031Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-22T00:03:36.031Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-22T00:03:36.495Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-22T00:03:45.080Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-22T00:03:45.080Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-22T00:03:45.080Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-22T00:03:45.080Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-22T00:03:45.080Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-22T00:03:52.189Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-22T00:03:52.189Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-22T00:03:52.189Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-22T00:04:02.526Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-22T00:04:02.526Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite (2474.26s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-10-22T00:04:02.988Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2019-10-22T00:04:02.988Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.60s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (142.79s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.74s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2019-10-22T00:04:02.988Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2019-10-22T00:04:02.988Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2019-10-22T00:04:02.988Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (1.60s) [2019-10-22T00:04:02.988Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2019-10-22T00:04:02.988Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2019-10-22T00:04:02.988Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2019-10-22T00:04:02.988Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-10-22T00:04:02.988Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.89s) [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-10-22T00:04:02.988Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-10-22T00:04:02.988Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.87s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.21s) [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-10-22T00:04:02.988Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-10-22T00:04:02.988Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-10-22T00:04:02.988Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-10-22T00:04:02.988Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.87s) [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2019-10-22T00:04:02.988Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-10-22T00:04:02.988Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.90s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (111.78s) [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.45s) [2019-10-22T00:04:02.988Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.89s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.24s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.80s) [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-10-22T00:04:02.988Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-10-22T00:04:02.988Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-10-22T00:04:02.988Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.77s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.90s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.29s) [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2019-10-22T00:04:02.988Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-10-22T00:04:02.988Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2019-10-22T00:04:02.988Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.38s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.04s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.91s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.91s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.11s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.39s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.10s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.43s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildAddTar (47.18s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.37s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.06s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.76s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.55s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.94s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.06s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.02s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.36s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.71s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.88s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.82s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.50s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (22.80s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.81s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.81s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.40s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.43s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.64s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.27s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2019-10-22T00:04:02.989Z] docker_api_build_test.go:407: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.29s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.87s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCmd (0.51s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.53s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.51s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.30s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.06s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.13s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildContChar (13.20s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.47s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.93s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.80s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.46s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.72s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.60s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.36s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (33.90s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.63s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.37s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.64s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.50s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (27.04s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.64s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.25s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.69s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.81s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.22s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.80s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (7.30s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerignore (61.72s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.84s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.41s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (63.97s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.64s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.84s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.54s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (15.34s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.12s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (33.13s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (15.26s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.66s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (80.18s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.47s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.39s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.89s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.05s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.47s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.78s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.89s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.84s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.34s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.22s) [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2019-10-22T00:04:02.989Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.86s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.87s) [2019-10-22T00:04:02.989Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.87s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.70s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildFails (2.11s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.78s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.04s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.37s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.75s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.43s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.54s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.75s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.47s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.61s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildHistory (10.66s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.88s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.98s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.73s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.75s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildLabel (0.99s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.62s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.89s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.54s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildLabels (0.90s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.54s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.09s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.54s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.65s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.16s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.53s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.12s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (30.32s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.80s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.22s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.43s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.13s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (21.49s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.12s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.63s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.42s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.54s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.16s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.35s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.06s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.17s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildOnBuild (18.50s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.45s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.29s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.25s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.75s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.02s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.70s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.02s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.89s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (41.04s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.07s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildRm (13.09s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.17s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.42s) [2019-10-22T00:04:02.990Z] docker_api_build_test.go:518: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.33s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.22s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.17s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.84s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (16.03s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.79s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.56s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.45s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.04s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildStderr (5.04s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.05s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.44s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.93s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.24s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.97s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.37s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.33s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.50s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.45s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.31s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.86s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (14.50s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.42s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.40s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.32s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.49s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.70s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.59s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.43s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (18.43s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.35s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.24s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (13.35s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.81s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.37s) [2019-10-22T00:04:02.990Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-10-22T00:04:02.990Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-10-22T00:04:02.990Z] docker_cli_sni_test.go:18: Flakey test [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.97s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.64s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestCommitChange (4.95s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.61s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.93s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestCommitTTY (11.95s) [2019-10-22T00:04:02.990Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.57s) [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2019-10-22T00:04:02.990Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-10-22T00:04:02.990Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.990Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-10-22T00:04:02.991Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2019-10-22T00:04:02.991Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-10-22T00:04:02.991Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.45s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.79s) [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.01s) [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.10s) [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.33s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.49s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.98s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.79s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.06s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.08s) [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.16s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.97s) [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.39s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.00s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.37s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.82s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.66s) [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.31s) [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.96s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.06s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.79s) [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-10-22T00:04:02.991Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2019-10-22T00:04:02.991Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-10-22T00:04:02.991Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2019-10-22T00:04:02.991Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-10-22T00:04:02.991Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.84s) [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.12s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:2100: case 0 - config: {volume c:\foo false } [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:2100: case 1 - config: {volume c:\foo\ false } [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 c:\foo false } [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 c:\foo true } [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 c:\foo false 0xc000005920 } [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:2100: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1089449246 c:\foo false } [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:2100: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1089449246 c:\foo true } [2019-10-22T00:04:02.991Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:2175: unmatched requirement DaemonIsLinux [2019-10-22T00:04:02.991Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.22s) [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1927: case 0 [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1927: case 1 [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1927: case 2 [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1927: case 3 [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1927: case 4 [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1927: case 5 [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1927: case 6 [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1927: case 7 [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1927: case 8 [2019-10-22T00:04:02.991Z] docker_api_containers_test.go:1927: case 9 [2019-10-22T00:04:03.453Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-10-22T00:04:03.453Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.453Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2019-10-22T00:04:03.453Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.453Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2019-10-22T00:04:03.453Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.453Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2019-10-22T00:04:03.453Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.453Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2019-10-22T00:04:03.453Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.453Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.26s) [2019-10-22T00:04:03.453Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-10-22T00:04:03.453Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.453Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-10-22T00:04:03.453Z] docker_cli_cp_from_container_test.go:120: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.453Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2019-10-22T00:04:03.453Z] docker_cli_cp_from_container_test.go:140: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.453Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-10-22T00:04:03.453Z] docker_cli_cp_from_container_test.go:158: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.453Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-10-22T00:04:03.453Z] docker_cli_cp_from_container_test.go:183: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.453Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2019-10-22T00:04:03.453Z] docker_cli_cp_from_container_test.go:223: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.453Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_from_container_test.go:252: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_from_container_test.go:275: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_from_container_test.go:314: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_from_container_test.go:344: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_from_container_test.go:368: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.37s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.28s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2019-10-22T00:04:03.454Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.09s) [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a992955113\file1 75d894040c897cab43c9a897723c168a136acf1e48fc85db8af8b18cbcd49e5d:/root/itWorks.txt` [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:279: checking that container "75d894040c897cab43c9a897723c168a136acf1e48fc85db8af8b18cbcd49e5d" start output contains "file1\n" [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:209: running `docker start -a 75d894040c897cab43c9a897723c168a136acf1e48fc85db8af8b18cbcd49e5d` [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.58s) [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b092623156\file1 17765e54d90f424e9cdaa89565fb35c9f6776b5060ace3c845769ecade6098ff:testDir/` [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_to_container_test.go:166: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_to_container_test.go:193: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.62s) [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e261088515\dir1 855d74f589380954d2055c797491e948d2c6f06c4b1b4d920e095a4cc78e335a:testDir` [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:279: checking that container "855d74f589380954d2055c797491e948d2c6f06c4b1b4d920e095a4cc78e335a" start output contains "file1-1\n" [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:209: running `docker start -a 855d74f589380954d2055c797491e948d2c6f06c4b1b4d920e095a4cc78e335a` [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e261088515\dir1 8f23019aad5656278137af32f4ce3985f0957471ef72fe0c4e755c6dfd3ad4d4:testDir/` [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:279: checking that container "8f23019aad5656278137af32f4ce3985f0957471ef72fe0c4e755c6dfd3ad4d4" start output contains "file1-1\n" [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:209: running `docker start -a 8f23019aad5656278137af32f4ce3985f0957471ef72fe0c4e755c6dfd3ad4d4` [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_to_container_test.go:274: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_to_container_test.go:297: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.50s) [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h856556678\dir1\. c9f425d830db0ff3c3c71d05bd862a7cc5fdfb88fe8224738feda1b40bd7b6f8:testDir` [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:279: checking that container "c9f425d830db0ff3c3c71d05bd862a7cc5fdfb88fe8224738feda1b40bd7b6f8" start output contains "file1-1\n" [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:209: running `docker start -a c9f425d830db0ff3c3c71d05bd862a7cc5fdfb88fe8224738feda1b40bd7b6f8` [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h856556678\dir1\. c2bc1c551baa44c0f676675cf6796313e7db78a848bf585afbb9d5a57081b739:testDir/` [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:279: checking that container "c2bc1c551baa44c0f676675cf6796313e7db78a848bf585afbb9d5a57081b739" start output contains "file1-1\n" [2019-10-22T00:04:03.454Z] docker_cli_cp_utils_test.go:209: running `docker start -a c2bc1c551baa44c0f676675cf6796313e7db78a848bf585afbb9d5a57081b739` [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_to_container_test.go:379: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_to_container_test.go:403: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCpToDot (2.73s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2019-10-22T00:04:03.454Z] docker_cli_cp_to_container_test.go:447: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2019-10-22T00:04:03.454Z] docker_cli_cp_to_container_test.go:474: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCpToStdout (7.23s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.75s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.04s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.95s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.61s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateLabels (0.16s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateRM (0.32s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2019-10-22T00:04:03.454Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.31s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.31s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.49s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.06s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-10-22T00:04:03.454Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.34s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-10-22T00:04:03.454Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-10-22T00:04:03.454Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-10-22T00:04:03.454Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-10-22T00:04:03.454Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-10-22T00:04:03.454Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-10-22T00:04:03.454Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-10-22T00:04:03.454Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-10-22T00:04:03.454Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-10-22T00:04:03.454Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2019-10-22T00:04:03.454Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.18s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.18s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (7.06s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (17.35s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsCopy (5.12s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.66s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.21s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.73s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.39s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.41s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.11s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsFilters (4.41s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsFormat (4.13s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2019-10-22T00:04:03.454Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsRename (2.19s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsResize (2.62s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.95s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.43s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.52s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.46s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-10-22T00:04:03.454Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.75s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.85s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2019-10-22T00:04:03.454Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-10-22T00:04:03.454Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-10-22T00:04:03.454Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.92s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.92s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.96s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.95s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.01s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.06s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestExecInspectID (3.35s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-10-22T00:04:03.454Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.32s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2019-10-22T00:04:03.454Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.08s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.96s) [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-10-22T00:04:03.454Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.84s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.97s) [2019-10-22T00:04:03.454Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.02s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.88s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-10-22T00:04:03.455Z] docker_api_attach_test.go:27: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.75s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.34s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.61s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.91s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.64s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.98s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.60s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.57s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImportBadURL (2.44s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.02s) [2019-10-22T00:04:03.455Z] docker_cli_info_test.go:178: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.33s) [2019-10-22T00:04:03.455Z] docker_cli_info_test.go:107: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_info_test.go:73: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_info_test.go:90: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_info_test.go:144: unmatched requirement IsPausable [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_info_test.go:131: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_info_test.go:161: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInfoFormat (0.12s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_info_test.go:196: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-10-22T00:04:03.455Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-10-22T00:04:03.455Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.07s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.97s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-10-22T00:04:03.455Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-10-22T00:04:03.455Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_inspect_test.go:412: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.02s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.22s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_inspect_test.go:391: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_inspect_test.go:379: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectDefault (1.99s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectHistory (4.69s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.02s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.79s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (6.88s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.05s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_inspect_test.go:422: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.95s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectStatus (2.63s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.89s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.07s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.95s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.01s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.02s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.04s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.99s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2019-10-22T00:04:03.455Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.74s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.78s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.41s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.32s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-10-22T00:04:03.455Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.01s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.15s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.18s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.43s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.40s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.33s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.20s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.09s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsSince (8.82s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsTail (2.43s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.49s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.08s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2019-10-22T00:04:03.455Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.35s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2019-10-22T00:04:03.455Z] docker_api_attach_test.go:101: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-10-22T00:04:03.455Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-10-22T00:04:03.455Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-10-22T00:04:03.455Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-10-22T00:04:03.455Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-22T00:04:03.455Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-10-22T00:04:03.455Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-10-22T00:04:03.455Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.16s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2019-10-22T00:04:03.455Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPsByOrder (7.48s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.21s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.79s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.28s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-10-22T00:04:03.455Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.67s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.47s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.64s) [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.10s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2019-10-22T00:04:03.455Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2019-10-22T00:04:03.455Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.35s) [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.455Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-10-22T00:04:03.455Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.41s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.31s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.40s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-10-22T00:04:03.456Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.05s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.27s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.16s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (27.63s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.21s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.73s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.23s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (8.77s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.27s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.49s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.70s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.64s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.66s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.30s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.63s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.41s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiTag (0.71s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.29s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.06s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (7.31s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.88s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.09s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:4520: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:4037: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.96s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.09s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.70s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.19s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.10s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.10s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.13s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.13s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.86s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.06s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.16s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.09s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.02s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.06s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.14s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (12.55s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:4002: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.07s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:4177: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.04s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.99s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:4260: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.99s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunExitCode (2.06s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.99s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.00s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.12s) [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:4512: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.64s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.06s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.68s) [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:4322: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.456Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-10-22T00:04:03.456Z] docker_cli_run_test.go:4310: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.54s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2019-10-22T00:04:03.457Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.73s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.82s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.34s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.00s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.02s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.00s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.94s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.17s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.57s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.80s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunRm (2.10s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.30s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.06s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.04s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.00s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.39s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.15s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.76s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.71s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.02s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.04s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3967: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3960: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (7.67s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (11.24s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.09s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.12s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.72s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.04s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.05s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.93s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.64s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.96s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.02s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2019-10-22T00:04:03.457Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2019-10-22T00:04:03.457Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.52s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.69s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.88s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.78s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.81s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.82s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.01s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.20s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.09s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2019-10-22T00:04:03.457Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.70s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.84s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.42s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.54s) [2019-10-22T00:04:03.457Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2019-10-22T00:04:03.457Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.62s) [2019-10-22T00:04:03.457Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2019-10-22T00:04:03.458Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.98s) [2019-10-22T00:04:03.458Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2019-10-22T00:04:03.458Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2019-10-22T00:04:03.458Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.27s) [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-10-22T00:04:03.458Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.39s) [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-22T00:04:03.458Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-22T00:04:03.458Z] --- PASS: TestDockerRegistrySuite (0.02s) [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-22T00:04:03.458Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.458Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-22T00:04:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-22T00:04:03.919Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-22T00:04:03.919Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-22T00:04:03.919Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-22T00:04:03.919Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] === RUN TestDockerDaemonSuite [2019-10-22T00:04:03.919Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-22T00:04:03.919Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-22T00:04:03.919Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-22T00:04:03.919Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-22T00:04:03.919Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] === RUN TestDockerSwarmSuite [2019-10-22T00:04:03.919Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-10-22T00:04:03.919Z] === RUN TestDockerPluginSuite [2019-10-22T00:04:03.919Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-10-22T00:04:03.919Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-10-22T00:04:03.919Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-10-22T00:04:03.919Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-10-22T00:04:03.919Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-10-22T00:04:03.919Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-10-22T00:04:03.919Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-10-22T00:04:03.919Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-10-22T00:04:03.919Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-10-22T00:04:03.919Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-10-22T00:04:03.919Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-10-22T00:04:03.919Z] --- PASS: TestDockerPluginSuite (0.00s) [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] === RUN TestDockerExternalVolumeSuite [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:128: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] === RUN TestDockerNetworkSuite [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:134: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] === RUN TestDockerHubPullSuite [2019-10-22T00:04:03.919Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-10-22T00:04:03.919Z] check_test.go:142: unmatched requirement DaemonIsLinux [2019-10-22T00:04:03.919Z] PASS [2019-10-22T00:04:03.919Z] ok github.com/docker/docker/integration-cli 2475.086s [2019-10-22T00:04:03.919Z] INFO: Integration tests ended at 10/22/2019 00:04:03. Duration:00:41:22.7748746 [2019-10-22T00:04:03.919Z] INFO: Docker info of the daemon under test at end of run [2019-10-22T00:04:03.919Z] [2019-10-22T00:04:03.919Z] Containers: 2 [2019-10-22T00:04:03.919Z] Running: 0 [2019-10-22T00:04:03.919Z] Paused: 0 [2019-10-22T00:04:03.919Z] Stopped: 2 [2019-10-22T00:04:03.919Z] Images: 12 [2019-10-22T00:04:03.919Z] Server Version: 0.0.0-dev [2019-10-22T00:04:03.919Z] Storage Driver: windowsfilter [2019-10-22T00:04:03.919Z] Windows: [2019-10-22T00:04:03.919Z] Logging Driver: json-file [2019-10-22T00:04:03.919Z] Plugins: [2019-10-22T00:04:03.919Z] Volume: local [2019-10-22T00:04:03.919Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-22T00:04:03.920Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-22T00:04:03.920Z] Swarm: inactive [2019-10-22T00:04:03.920Z] Default Isolation: process [2019-10-22T00:04:03.920Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-22T00:04:03.920Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-22T00:04:03.920Z] OSType: windows [2019-10-22T00:04:03.920Z] Architecture: x86_64 [2019-10-22T00:04:03.920Z] CPUs: 4 [2019-10-22T00:04:03.920Z] Total Memory: 32GiB [2019-10-22T00:04:03.920Z] Name: azwin-2-dc7d70 [2019-10-22T00:04:03.920Z] ID: B2M6:PHKG:AM2J:7DSV:W5LU:HT5H:SSKW:LBJ5:2SM4:I4C5:B5ZR:AYVD [2019-10-22T00:04:03.920Z] Docker Root Dir: D:\CI\PR-40089\15\daemon [2019-10-22T00:04:03.920Z] Debug Mode (client): false [2019-10-22T00:04:03.920Z] Debug Mode (server): true [2019-10-22T00:04:03.920Z] File Descriptors: -1 [2019-10-22T00:04:03.920Z] Goroutines: 18 [2019-10-22T00:04:03.920Z] System Time: 2019-10-22T00:04:03.575275Z [2019-10-22T00:04:03.920Z] EventsListeners: 0 [2019-10-22T00:04:03.920Z] Registry: https://index.docker.io/v1/ [2019-10-22T00:04:03.920Z] Labels: [2019-10-22T00:04:03.920Z] Experimental: false [2019-10-22T00:04:03.920Z] Insecure Registries: [2019-10-22T00:04:03.920Z] 127.0.0.0/8 [2019-10-22T00:04:03.920Z] Live Restore Enabled: false [2019-10-22T00:04:03.920Z] [2019-10-22T00:04:03.920Z] [2019-10-22T00:04:03.920Z] INFO: Stopping daemon under test [2019-10-22T00:04:03.920Z] SUCCESS: The process with PID 2128 (child process of PID 9712) has been terminated. [2019-10-22T00:04:03.920Z] SUCCESS: The process with PID 9712 (child process of PID 8308) has been terminated. [2019-10-22T00:04:03.920Z] INFO: Stop tailing logs of the daemon under tests [2019-10-22T00:04:03.920Z] INFO: executeCI.ps1 Completed successfully at 10/22/2019 00:04:03. [2019-10-22T00:04:03.920Z] INFO: Tidying up at end of run [2019-10-22T00:04:03.920Z] INFO: Saving daemon under test log (d:\CI\PR-40089\15\dut.out) to C:\windows\TEMP\CIDUT.out [2019-10-22T00:04:03.920Z] INFO: Saving daemon under test log (d:\CI\PR-40089\15\dut.err) to C:\windows\TEMP\CIDUT.err [2019-10-22T00:04:03.920Z] INFO: Nuke-Everything... [2019-10-22T00:04:04.386Z] INFO: Container count on control daemon to delete is 2 [2019-10-22T00:04:04.846Z] d7c501c4a157 [2019-10-22T00:04:04.846Z] 44efd5137399 [2019-10-22T00:04:04.846Z] INFO: Non-base image count on control daemon to delete is 1 [2019-10-22T00:04:06.388Z] Deleted: sha256:5b4a6ab21417b2be6ceb7de41ace1f1f4a456934fc7882e2709784664de2da68 [2019-10-22T00:04:06.388Z] Deleted: sha256:c25c51fe9f7ad9a4c995dcd78bd5a324918467216f4462c523cf7d6e91ce1605 [2019-10-22T00:04:06.388Z] INFO: Tidying pidfile d:\CI\PR-40089\15\docker.pid [2019-10-22T00:04:06.388Z] INFO: Nuking d:\CI [2019-10-22T00:04:42.104Z] INFO: Zapped successfully [2019-10-22T00:04:42.104Z] [2019-10-22T00:04:42.104Z] INFO: executeCI.ps1 exiting at Tue Oct 22 00:04:36 CUT 2019. Duration 00:55:55.9522483 [2019-10-22T00:04:42.104Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-10-22T00:04:43.780Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-10-22T00:04:45.604Z] Archiving artifacts [2019-10-22T00:04:46.791Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40089/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-22T00:04:47.719Z] + make clean [2019-10-22T00:04:48.694Z] docker volume rm -f docker-dev-cache [2019-10-22T00:04:48.694Z] 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