Pull request #40784 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 08a2fe0d566c51081b23484890871adfb31ddbb9+1e1caccb13108270fa27207f6c1177ecdc9d309d (f3e550f50f8661857751fcdb5eb7022039199632) 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 241f6703d31895690d4cb6f158f753615abe74ac using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-40784@libs/jps # timeout=10 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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > 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 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 241f6703d31895690d4cb6f158f753615abe74ac (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10 Commit message: "Merge pull request #21 from docker/use-multiarch-busybox" First time build. Skipping changelog. > git --version # 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 [2020-04-06T17:09:13.666Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-04-06T17:09:13.672Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-04-06T17:09:13.822Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0890f4b3b8d6b44fa) in /home/ubuntu/workspace/moby_PR-40784 [Pipeline] { [Pipeline] checkout [2020-04-06T17:09:13.856Z] using credential docker-jenkins-github-credentials [2020-04-06T17:09:13.864Z] Cloning the remote Git repository [2020-04-06T17:09:13.864Z] Cloning with configured refspecs honoured and without tags [2020-04-06T17:09:13.867Z] Cloning repository https://github.com/moby/moby.git [2020-04-06T17:09:13.867Z] > git init /home/ubuntu/workspace/moby_PR-40784 # timeout=10 [2020-04-06T17:09:13.883Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-06T17:09:13.883Z] > git --version # timeout=10 [2020-04-06T17:09:13.888Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-06T17:09:13.889Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40784/head:refs/remotes/origin/PR-40784 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:31.394Z] Fetching without tags [2020-04-06T17:09:31.368Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-06T17:09:31.371Z] > git config --add remote.origin.fetch +refs/pull/40784/head:refs/remotes/origin/PR-40784 # timeout=10 [2020-04-06T17:09:31.375Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:31.390Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-06T17:09:31.397Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-06T17:09:31.397Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-06T17:09:31.398Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40784/head:refs/remotes/origin/PR-40784 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:31.636Z] Merging remotes/origin/19.03 commit 1e1caccb13108270fa27207f6c1177ecdc9d309d into PR head commit 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:09:32.090Z] Merge succeeded, producing 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:09:32.090Z] Checking out Revision 08a2fe0d566c51081b23484890871adfb31ddbb9 (PR-40784) [2020-04-06T17:09:32.221Z] Commit message: "[19.03] vendor buildkit b26cff2413cc6a466f8739262efa13bd126f8fc7" [2020-04-06T17:09:32.221Z] First time build. Skipping changelog. [2020-04-06T17:09:32.239Z] > git --version # timeout=10 [2020-04-06T17:09:32.264Z] fatal: bad object 241f6703d31895690d4cb6f158f753615abe74ac [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-04-06T17:09:33.035Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40784:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=19.03 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2020-04-06T17:09:33.035Z] Unable to find image 'alpine:latest' locally [2020-04-06T17:09:33.035Z] latest: Pulling from library/alpine [2020-04-06T17:09:33.035Z] aad63a933944: Pulling fs layer [2020-04-06T17:09:33.035Z] aad63a933944: Verifying Checksum [2020-04-06T17:09:33.035Z] aad63a933944: Download complete [2020-04-06T17:09:33.293Z] aad63a933944: Pull complete [2020-04-06T17:09:33.293Z] Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 [2020-04-06T17:09:33.293Z] Status: Downloaded newer image for alpine:latest [2020-04-06T17:09:31.639Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T17:09:31.644Z] > git checkout -f 08a2fe0d566c51081b23484890871adfb31ddbb9 # timeout=10 [2020-04-06T17:09:32.075Z] > git merge 1e1caccb13108270fa27207f6c1177ecdc9d309d # timeout=10 [2020-04-06T17:09:32.084Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-06T17:09:32.093Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T17:09:32.098Z] > git checkout -f 08a2fe0d566c51081b23484890871adfb31ddbb9 # timeout=10 [2020-04-06T17:09:36.566Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [2020-04-06T17:09:36.781Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d95ea81cc1ed79e3) in /home/ubuntu/workspace/moby_PR-40784 [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [2020-04-06T17:09:36.789Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0c11d35cf71692bda) in /home/ubuntu/workspace/moby_PR-40784 [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [Pipeline] // stage [Pipeline] { [2020-04-06T17:09:36.841Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-04-06T17:09:36.851Z] Cloning the remote Git repository [2020-04-06T17:09:36.851Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] checkout Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2020-04-06T17:09:36.897Z] Running on ppc64le-ubuntu-11 in /home/docker/workspace/moby_PR-40784 [2020-04-06T17:09:36.897Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-04-06T17:09:36.913Z] Cloning the remote Git repository [2020-04-06T17:09:36.913Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } 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 [2020-04-06T17:09:37.027Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-04-06T17:09:37.044Z] Cloning the remote Git repository [2020-04-06T17:09:37.044Z] Cloning with configured refspecs honoured and without tags [Pipeline] } [Pipeline] } [2020-04-06T17:09:37.186Z] Running on azwin-2-899a50 in d:\jenkins\workspace\moby_PR-40784 [Pipeline] { [Pipeline] ws [2020-04-06T17:09:37.198Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-04-06T17:09:37.446Z] Running on s390x-ubuntu-06 in /home/jenkins/workspace/moby_PR-40784 [Pipeline] { [Pipeline] checkout [2020-04-06T17:09:37.480Z] using credential docker-jenkins-github-credentials [2020-04-06T17:09:37.551Z] Cloning the remote Git repository [2020-04-06T17:09:37.551Z] Cloning with configured refspecs honoured and without tags [2020-04-06T17:09:36.857Z] Cloning repository https://github.com/moby/moby.git [2020-04-06T17:09:36.858Z] > git init /home/ubuntu/workspace/moby_PR-40784 # timeout=10 [2020-04-06T17:09:36.871Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-06T17:09:36.871Z] > git --version # timeout=10 [2020-04-06T17:09:36.877Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-06T17:09:36.878Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40784/head:refs/remotes/origin/PR-40784 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:36.895Z] Cloning repository https://github.com/moby/moby.git [2020-04-06T17:09:36.895Z] > git init /home/ubuntu/workspace/moby_PR-40784 # timeout=10 [2020-04-06T17:09:36.898Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-06T17:09:36.898Z] > git --version # timeout=10 [2020-04-06T17:09:36.900Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-06T17:09:36.901Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40784/head:refs/remotes/origin/PR-40784 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:37.052Z] Cloning repository https://github.com/moby/moby.git [2020-04-06T17:09:37.053Z] > git init /home/docker/workspace/moby_PR-40784 # timeout=10 [2020-04-06T17:09:37.062Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-06T17:09:37.062Z] > git --version # timeout=10 [2020-04-06T17:09:37.066Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-06T17:09:37.067Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40784/head:refs/remotes/origin/PR-40784 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:38.065Z] using credential docker-jenkins-github-credentials [2020-04-06T17:09:38.111Z] Cloning the remote Git repository [2020-04-06T17:09:38.111Z] Cloning with configured refspecs honoured and without tags [2020-04-06T17:09:37.585Z] Cloning repository https://github.com/moby/moby.git [2020-04-06T17:09:37.586Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-04-06T17:09:37.649Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-06T17:09:37.650Z] > git --version # timeout=10 [2020-04-06T17:09:37.706Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-06T17:09:37.708Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40784/head:refs/remotes/origin/PR-40784 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:38.151Z] Cloning repository https://github.com/moby/moby.git [2020-04-06T17:09:38.185Z] > git init /home/jenkins/workspace/moby_PR-40784 # timeout=10 [2020-04-06T17:09:38.215Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-06T17:09:38.215Z] > git --version # timeout=10 [2020-04-06T17:09:38.226Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-06T17:09:38.228Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40784/head:refs/remotes/origin/PR-40784 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:45.863Z] Fetching without tags [2020-04-06T17:09:46.232Z] Merging remotes/origin/19.03 commit 1e1caccb13108270fa27207f6c1177ecdc9d309d into PR head commit 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:09:45.773Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-06T17:09:45.785Z] > git config --add remote.origin.fetch +refs/pull/40784/head:refs/remotes/origin/PR-40784 # timeout=10 [2020-04-06T17:09:45.796Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:45.845Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-06T17:09:45.900Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-06T17:09:45.900Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-06T17:09:45.902Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40784/head:refs/remotes/origin/PR-40784 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:46.265Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T17:09:46.276Z] > git checkout -f 08a2fe0d566c51081b23484890871adfb31ddbb9 # timeout=10 [2020-04-06T17:09:47.044Z] Merge succeeded, producing 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:09:47.044Z] Checking out Revision 08a2fe0d566c51081b23484890871adfb31ddbb9 (PR-40784) [2020-04-06T17:09:46.971Z] > git merge 1e1caccb13108270fa27207f6c1177ecdc9d309d # timeout=10 [2020-04-06T17:09:47.024Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-06T17:09:47.687Z] Commit message: "[19.03] vendor buildkit b26cff2413cc6a466f8739262efa13bd126f8fc7" [2020-04-06T17:09:47.988Z] > git --version # timeout=10 [2020-04-06T17:09:47.992Z] fatal: bad object 241f6703d31895690d4cb6f158f753615abe74ac [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-04-06T17:09:47.081Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T17:09:47.094Z] > git checkout -f 08a2fe0d566c51081b23484890871adfb31ddbb9 # timeout=10 [2020-04-06T17:09:49.160Z] + docker version [2020-04-06T17:09:49.160Z] Client: Docker Engine - Community [2020-04-06T17:09:49.160Z] Version: 19.03.7 [2020-04-06T17:09:49.160Z] API version: 1.40 [2020-04-06T17:09:49.160Z] Go version: go1.12.17 [2020-04-06T17:09:49.160Z] Git commit: 7141c199a2 [2020-04-06T17:09:49.160Z] Built: Sat Mar 7 16:48:47 2020 [2020-04-06T17:09:49.160Z] OS/Arch: linux/s390x [2020-04-06T17:09:49.160Z] Experimental: false [2020-04-06T17:09:49.160Z] [2020-04-06T17:09:49.160Z] Server: Docker Engine - Community [2020-04-06T17:09:49.160Z] Engine: [2020-04-06T17:09:49.160Z] Version: 19.03.7 [2020-04-06T17:09:49.160Z] API version: 1.40 (minimum version 1.12) [2020-04-06T17:09:49.160Z] Go version: go1.12.17 [2020-04-06T17:09:49.160Z] Git commit: 7141c199a2 [2020-04-06T17:09:49.160Z] Built: Sat Mar 7 16:47:46 2020 [2020-04-06T17:09:49.160Z] OS/Arch: linux/s390x [2020-04-06T17:09:49.160Z] Experimental: true [2020-04-06T17:09:49.160Z] containerd: [2020-04-06T17:09:49.160Z] Version: 1.2.13 [2020-04-06T17:09:49.160Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-04-06T17:09:49.160Z] runc: [2020-04-06T17:09:49.160Z] Version: 1.0.0-rc10 [2020-04-06T17:09:49.160Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-04-06T17:09:49.160Z] docker-init: [2020-04-06T17:09:49.160Z] Version: 0.18.0 [2020-04-06T17:09:49.160Z] GitCommit: fec3683 [Pipeline] sh [2020-04-06T17:09:49.317Z] Fetching without tags [2020-04-06T17:09:49.285Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-06T17:09:49.290Z] > git config --add remote.origin.fetch +refs/pull/40784/head:refs/remotes/origin/PR-40784 # timeout=10 [2020-04-06T17:09:49.303Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:49.317Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-06T17:09:49.324Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-06T17:09:49.324Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-06T17:09:49.325Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40784/head:refs/remotes/origin/PR-40784 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:49.583Z] Merging remotes/origin/19.03 commit 1e1caccb13108270fa27207f6c1177ecdc9d309d into PR head commit 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:09:49.773Z] Fetching without tags [2020-04-06T17:09:50.024Z] Merging remotes/origin/19.03 commit 1e1caccb13108270fa27207f6c1177ecdc9d309d into PR head commit 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:09:50.049Z] Merge succeeded, producing 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:09:50.049Z] Checking out Revision 08a2fe0d566c51081b23484890871adfb31ddbb9 (PR-40784) [2020-04-06T17:09:50.057Z] + docker info [2020-04-06T17:09:50.125Z] Commit message: "[19.03] vendor buildkit b26cff2413cc6a466f8739262efa13bd126f8fc7" [2020-04-06T17:09:50.147Z] > git --version # timeout=10 [2020-04-06T17:09:50.171Z] fatal: bad object 241f6703d31895690d4cb6f158f753615abe74ac [2020-04-06T17:09:50.408Z] Client: [2020-04-06T17:09:50.408Z] Debug Mode: false [2020-04-06T17:09:50.408Z] [2020-04-06T17:09:50.408Z] Server: [2020-04-06T17:09:50.408Z] Containers: 0 [2020-04-06T17:09:50.408Z] Running: 0 [2020-04-06T17:09:50.408Z] Paused: 0 [2020-04-06T17:09:50.408Z] Stopped: 0 [2020-04-06T17:09:50.408Z] Images: 0 [2020-04-06T17:09:50.408Z] Server Version: 19.03.7 [2020-04-06T17:09:50.408Z] Storage Driver: overlay2 [2020-04-06T17:09:50.408Z] Backing Filesystem: [2020-04-06T17:09:50.408Z] Supports d_type: true [2020-04-06T17:09:50.408Z] Native Overlay Diff: true [2020-04-06T17:09:50.408Z] Logging Driver: json-file [2020-04-06T17:09:50.408Z] Cgroup Driver: cgroupfs [2020-04-06T17:09:50.408Z] Plugins: [2020-04-06T17:09:50.408Z] Volume: local [2020-04-06T17:09:50.408Z] Network: bridge host ipvlan macvlan null overlay [2020-04-06T17:09:50.408Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-04-06T17:09:50.408Z] Swarm: inactive [2020-04-06T17:09:50.408Z] Runtimes: runc [2020-04-06T17:09:50.408Z] Default Runtime: runc [2020-04-06T17:09:50.408Z] Init Binary: docker-init [2020-04-06T17:09:50.408Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-04-06T17:09:50.408Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-04-06T17:09:50.408Z] init version: fec3683 [2020-04-06T17:09:50.408Z] Security Options: [2020-04-06T17:09:50.408Z] apparmor [2020-04-06T17:09:50.408Z] seccomp [2020-04-06T17:09:50.408Z] Profile: default [2020-04-06T17:09:50.408Z] Kernel Version: 4.4.0-176-generic [2020-04-06T17:09:50.408Z] Operating System: Ubuntu 16.04.5 LTS [2020-04-06T17:09:50.408Z] OSType: linux [2020-04-06T17:09:50.408Z] Architecture: s390x [2020-04-06T17:09:50.408Z] CPUs: 2 [2020-04-06T17:09:50.408Z] Total Memory: 7.862GiB [2020-04-06T17:09:50.408Z] Name: s390x-ubuntu-06 [2020-04-06T17:09:50.408Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-04-06T17:09:50.408Z] Docker Root Dir: /var/lib/docker [2020-04-06T17:09:50.408Z] Debug Mode: false [2020-04-06T17:09:50.408Z] Username: dockerbuildbot [2020-04-06T17:09:50.408Z] Registry: https://index.docker.io/v1/ [2020-04-06T17:09:50.408Z] Labels: [2020-04-06T17:09:50.408Z] Experimental: true [2020-04-06T17:09:50.408Z] Insecure Registries: [2020-04-06T17:09:50.408Z] 127.0.0.0/8 [2020-04-06T17:09:50.408Z] Live Restore Enabled: false [2020-04-06T17:09:50.408Z] [2020-04-06T17:09:50.408Z] WARNING: No swap limit support [2020-04-06T17:09:50.465Z] Merge succeeded, producing 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:09:50.465Z] Checking out Revision 08a2fe0d566c51081b23484890871adfb31ddbb9 (PR-40784) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-04-06T17:09:50.944Z] Commit message: "[19.03] vendor buildkit b26cff2413cc6a466f8739262efa13bd126f8fc7" [2020-04-06T17:09:50.934Z] > git --version # timeout=10 [2020-04-06T17:09:50.938Z] fatal: bad object 241f6703d31895690d4cb6f158f753615abe74ac [2020-04-06T17:09:49.589Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T17:09:49.602Z] > git checkout -f 08a2fe0d566c51081b23484890871adfb31ddbb9 # timeout=10 [2020-04-06T17:09:50.039Z] > git merge 1e1caccb13108270fa27207f6c1177ecdc9d309d # timeout=10 [2020-04-06T17:09:50.046Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-06T17:09:50.054Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T17:09:50.056Z] > git checkout -f 08a2fe0d566c51081b23484890871adfb31ddbb9 # timeout=10 [2020-04-06T17:09:49.742Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-06T17:09:49.745Z] > git config --add remote.origin.fetch +refs/pull/40784/head:refs/remotes/origin/PR-40784 # timeout=10 [2020-04-06T17:09:49.746Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:49.751Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-06T17:09:49.755Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-06T17:09:49.755Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-06T17:09:49.756Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40784/head:refs/remotes/origin/PR-40784 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:50.005Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T17:09:50.007Z] > git checkout -f 08a2fe0d566c51081b23484890871adfb31ddbb9 # timeout=10 [2020-04-06T17:09:50.436Z] > git merge 1e1caccb13108270fa27207f6c1177ecdc9d309d # timeout=10 [2020-04-06T17:09:50.442Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-06T17:09:50.447Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T17:09:50.449Z] > git checkout -f 08a2fe0d566c51081b23484890871adfb31ddbb9 # timeout=10 [2020-04-06T17:09:51.131Z] + docker version [2020-04-06T17:09:51.131Z] Client: Docker Engine - Community [2020-04-06T17:09:51.131Z] Version: 19.03.5 [2020-04-06T17:09:51.131Z] API version: 1.40 [2020-04-06T17:09:51.131Z] Go version: go1.12.12 [2020-04-06T17:09:51.131Z] Git commit: 633a0ea838 [2020-04-06T17:09:51.131Z] Built: Wed Nov 13 07:29:52 2019 [2020-04-06T17:09:51.131Z] OS/Arch: linux/amd64 [2020-04-06T17:09:51.131Z] Experimental: false [2020-04-06T17:09:51.131Z] [2020-04-06T17:09:51.131Z] Server: Docker Engine - Community [2020-04-06T17:09:51.131Z] Engine: [2020-04-06T17:09:51.131Z] Version: 19.03.5 [2020-04-06T17:09:51.131Z] API version: 1.40 (minimum version 1.12) [2020-04-06T17:09:51.131Z] Go version: go1.12.12 [2020-04-06T17:09:51.131Z] Git commit: 633a0ea838 [2020-04-06T17:09:51.131Z] Built: Wed Nov 13 07:28:22 2019 [2020-04-06T17:09:51.131Z] OS/Arch: linux/amd64 [2020-04-06T17:09:51.131Z] Experimental: true [2020-04-06T17:09:51.131Z] containerd: [2020-04-06T17:09:51.131Z] Version: 1.2.10 [2020-04-06T17:09:51.131Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-04-06T17:09:51.131Z] runc: [2020-04-06T17:09:51.131Z] Version: 1.0.0-rc8+dev [2020-04-06T17:09:51.131Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-04-06T17:09:51.131Z] docker-init: [2020-04-06T17:09:51.131Z] Version: 0.18.0 [2020-04-06T17:09:51.131Z] GitCommit: fec3683 [2020-04-06T17:09:51.133Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-06T17:09:51.133Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-06T17:09:51.133Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40784/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-04-06T17:09:51.133Z] + bash /home/jenkins/workspace/moby_PR-40784/check-config.sh [2020-04-06T17:09:51.133Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-04-06T17:09:51.133Z] info: reading kernel config from /boot/config-4.4.0-176-generic ... [2020-04-06T17:09:51.133Z] [2020-04-06T17:09:51.133Z] Generally Necessary: [2020-04-06T17:09:51.133Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-04-06T17:09:51.133Z] - apparmor: enabled and tools installed [2020-04-06T17:09:51.133Z] - CONFIG_NAMESPACES: enabled [2020-04-06T17:09:51.133Z] - CONFIG_NET_NS: enabled [2020-04-06T17:09:51.133Z] - CONFIG_PID_NS: enabled [2020-04-06T17:09:51.133Z] - CONFIG_IPC_NS: enabled [2020-04-06T17:09:51.133Z] - CONFIG_UTS_NS: enabled [Pipeline] sh [2020-04-06T17:09:51.411Z] + docker info [2020-04-06T17:09:51.486Z] - CONFIG_CGROUPS: enabled [2020-04-06T17:09:51.488Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-04-06T17:09:51.488Z] - CONFIG_CGROUP_DEVICE: enabled [2020-04-06T17:09:51.488Z] - CONFIG_CGROUP_FREEZER: enabled [2020-04-06T17:09:51.488Z] - CONFIG_CGROUP_SCHED: enabled [2020-04-06T17:09:51.488Z] - CONFIG_CPUSETS: enabled [2020-04-06T17:09:51.488Z] - CONFIG_MEMCG: enabled [2020-04-06T17:09:51.488Z] - CONFIG_KEYS: enabled [2020-04-06T17:09:51.488Z] - CONFIG_VETH: enabled (as module) [2020-04-06T17:09:51.488Z] - CONFIG_BRIDGE: enabled (as module) [2020-04-06T17:09:51.488Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-04-06T17:09:51.488Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-04-06T17:09:51.488Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-04-06T17:09:51.488Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-04-06T17:09:51.488Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-04-06T17:09:51.488Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-04-06T17:09:51.488Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-04-06T17:09:51.488Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-04-06T17:09:51.489Z] - CONFIG_NF_NAT: enabled (as module) [2020-04-06T17:09:51.489Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-04-06T17:09:51.489Z] - CONFIG_POSIX_MQUEUE: enabled [2020-04-06T17:09:51.489Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-04-06T17:09:51.489Z] [2020-04-06T17:09:51.489Z] Optional Features: [2020-04-06T17:09:51.489Z] - CONFIG_USER_NS: enabled [2020-04-06T17:09:51.490Z] - CONFIG_SECCOMP: enabled [2020-04-06T17:09:51.490Z] - CONFIG_CGROUP_PIDS: enabled [2020-04-06T17:09:51.490Z] - CONFIG_MEMCG_SWAP: enabled [2020-04-06T17:09:51.490Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-04-06T17:09:51.490Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-04-06T17:09:51.490Z] - CONFIG_MEMCG_KMEM: enabled [2020-04-06T17:09:51.490Z] - CONFIG_BLK_CGROUP: enabled [2020-04-06T17:09:51.490Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-04-06T17:09:51.490Z] - CONFIG_IOSCHED_CFQ: enabled [2020-04-06T17:09:51.490Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-04-06T17:09:51.490Z] - CONFIG_CGROUP_PERF: enabled [2020-04-06T17:09:51.490Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-04-06T17:09:51.490Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-04-06T17:09:51.490Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-04-06T17:09:51.490Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-04-06T17:09:51.490Z] - CONFIG_RT_GROUP_SCHED: missing [2020-04-06T17:09:51.490Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_IP_VS: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_IP_VS_NFCT: enabled [2020-04-06T17:09:51.490Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-04-06T17:09:51.490Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-04-06T17:09:51.490Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_EXT4_FS: enabled [2020-04-06T17:09:51.490Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-04-06T17:09:51.490Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-04-06T17:09:51.490Z] - Network Drivers: [2020-04-06T17:09:51.490Z] - "overlay": [2020-04-06T17:09:51.490Z] - CONFIG_VXLAN: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-04-06T17:09:51.490Z] Optional (for encrypted networks): [2020-04-06T17:09:51.490Z] - CONFIG_CRYPTO: enabled [2020-04-06T17:09:51.490Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_XFRM: enabled [2020-04-06T17:09:51.490Z] - CONFIG_XFRM_USER: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_INET_ESP: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-04-06T17:09:51.490Z] - "ipvlan": [2020-04-06T17:09:51.490Z] - CONFIG_IPVLAN: enabled (as module) [2020-04-06T17:09:51.490Z] - "macvlan": [2020-04-06T17:09:51.490Z] - CONFIG_MACVLAN: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_DUMMY: enabled (as module) [2020-04-06T17:09:51.490Z] - "ftp,tftp client in container": [2020-04-06T17:09:51.490Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-04-06T17:09:51.490Z] - Storage Drivers: [2020-04-06T17:09:51.490Z] - "aufs": [2020-04-06T17:09:51.490Z] - CONFIG_AUFS_FS: enabled (as module) [2020-04-06T17:09:51.490Z] - "btrfs": [2020-04-06T17:09:51.490Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-04-06T17:09:51.490Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-04-06T17:09:51.490Z] - "devicemapper": [2020-04-06T17:09:51.490Z] - CONFIG_BLK_DEV_DM: enabled [2020-04-06T17:09:51.490Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-04-06T17:09:51.490Z] - "overlay": [2020-04-06T17:09:51.490Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-04-06T17:09:51.490Z] - "zfs": [2020-04-06T17:09:51.490Z] - /dev/zfs: missing [2020-04-06T17:09:51.490Z] - zfs command: missing [2020-04-06T17:09:51.490Z] - zpool command: missing [2020-04-06T17:09:51.490Z] [2020-04-06T17:09:51.490Z] Limits: [2020-04-06T17:09:51.490Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-04-06T17:09:51.490Z] [2020-04-06T17:09:51.490Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2020-04-06T17:09:51.281Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-06T17:09:51.340Z] > git config --add remote.origin.fetch +refs/pull/40784/head:refs/remotes/origin/PR-40784 # timeout=10 [2020-04-06T17:09:51.395Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [Pipeline] sh [Pipeline] } [Pipeline] // stage [2020-04-06T17:09:51.596Z] Fetching without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-04-06T17:09:51.669Z] Client: [2020-04-06T17:09:51.669Z] Debug Mode: false [2020-04-06T17:09:51.669Z] [2020-04-06T17:09:51.669Z] Server: [2020-04-06T17:09:51.669Z] Containers: 0 [2020-04-06T17:09:51.669Z] Running: 0 [2020-04-06T17:09:51.669Z] Paused: 0 [2020-04-06T17:09:51.669Z] Stopped: 0 [2020-04-06T17:09:51.669Z] Images: 2 [2020-04-06T17:09:51.669Z] Server Version: 19.03.5 [2020-04-06T17:09:51.669Z] Storage Driver: overlay2 [2020-04-06T17:09:51.669Z] Backing Filesystem: extfs [2020-04-06T17:09:51.669Z] Supports d_type: true [2020-04-06T17:09:51.669Z] Native Overlay Diff: true [2020-04-06T17:09:51.669Z] Logging Driver: json-file [2020-04-06T17:09:51.669Z] Cgroup Driver: cgroupfs [2020-04-06T17:09:51.669Z] Plugins: [2020-04-06T17:09:51.669Z] Volume: local [2020-04-06T17:09:51.669Z] Network: bridge host ipvlan macvlan null overlay [2020-04-06T17:09:51.669Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-04-06T17:09:51.669Z] Swarm: inactive [2020-04-06T17:09:51.669Z] Runtimes: runc [2020-04-06T17:09:51.669Z] Default Runtime: runc [2020-04-06T17:09:51.669Z] Init Binary: docker-init [2020-04-06T17:09:51.669Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-04-06T17:09:51.669Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-04-06T17:09:51.669Z] init version: fec3683 [2020-04-06T17:09:51.669Z] Security Options: [2020-04-06T17:09:51.669Z] apparmor [2020-04-06T17:09:51.669Z] seccomp [2020-04-06T17:09:51.669Z] Profile: default [2020-04-06T17:09:51.669Z] Kernel Version: 4.15.0-1058-aws [2020-04-06T17:09:51.669Z] Operating System: Ubuntu 18.04.4 LTS [2020-04-06T17:09:51.669Z] OSType: linux [2020-04-06T17:09:51.669Z] Architecture: x86_64 [2020-04-06T17:09:51.669Z] CPUs: 2 [2020-04-06T17:09:51.669Z] Total Memory: 7.501GiB [2020-04-06T17:09:51.669Z] Name: ip-10-100-104-59 [2020-04-06T17:09:51.669Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-04-06T17:09:51.669Z] Docker Root Dir: /var/lib/docker [2020-04-06T17:09:51.669Z] Debug Mode: false [2020-04-06T17:09:51.669Z] Registry: https://index.docker.io/v1/ [2020-04-06T17:09:51.669Z] Labels: [2020-04-06T17:09:51.669Z] Experimental: true [2020-04-06T17:09:51.669Z] Insecure Registries: [2020-04-06T17:09:51.669Z] 127.0.0.0/8 [2020-04-06T17:09:51.669Z] Live Restore Enabled: true [2020-04-06T17:09:51.669Z] [2020-04-06T17:09:51.669Z] WARNING: No swap limit support [2020-04-06T17:09:51.819Z] + docker version [2020-04-06T17:09:51.819Z] Client: Docker Engine - Community [2020-04-06T17:09:51.819Z] Version: 19.03.5 [2020-04-06T17:09:51.819Z] API version: 1.40 [2020-04-06T17:09:51.819Z] Go version: go1.12.12 [2020-04-06T17:09:51.819Z] Git commit: 633a0ea838 [2020-04-06T17:09:51.819Z] Built: Wed Nov 13 07:29:52 2019 [2020-04-06T17:09:51.819Z] OS/Arch: linux/amd64 [2020-04-06T17:09:51.819Z] Experimental: false [2020-04-06T17:09:51.819Z] [2020-04-06T17:09:51.819Z] Server: Docker Engine - Community [2020-04-06T17:09:51.819Z] Engine: [2020-04-06T17:09:51.819Z] Version: 19.03.5 [2020-04-06T17:09:51.819Z] API version: 1.40 (minimum version 1.12) [2020-04-06T17:09:51.819Z] Go version: go1.12.12 [2020-04-06T17:09:51.819Z] Git commit: 633a0ea838 [2020-04-06T17:09:51.819Z] Built: Wed Nov 13 07:28:22 2019 [2020-04-06T17:09:51.819Z] OS/Arch: linux/amd64 [2020-04-06T17:09:51.819Z] Experimental: true [2020-04-06T17:09:51.819Z] containerd: [2020-04-06T17:09:51.819Z] Version: 1.2.10 [2020-04-06T17:09:51.819Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-04-06T17:09:51.819Z] runc: [2020-04-06T17:09:51.819Z] Version: 1.0.0-rc8+dev [2020-04-06T17:09:51.819Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-04-06T17:09:51.819Z] docker-init: [2020-04-06T17:09:51.819Z] Version: 0.18.0 [2020-04-06T17:09:51.819Z] GitCommit: fec3683 [Pipeline] sh [Pipeline] sh [2020-04-06T17:09:52.250Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-06T17:09:52.250Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-06T17:09:52.250Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40784/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-04-06T17:09:52.250Z] + bash /home/ubuntu/workspace/moby_PR-40784/check-config.sh [2020-04-06T17:09:52.250Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-04-06T17:09:52.250Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-04-06T17:09:52.250Z] [2020-04-06T17:09:52.250Z] Generally Necessary: [2020-04-06T17:09:52.250Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-04-06T17:09:52.250Z] - apparmor: enabled and tools installed [2020-04-06T17:09:52.250Z] - CONFIG_NAMESPACES: enabled [2020-04-06T17:09:52.250Z] - CONFIG_NET_NS: enabled [2020-04-06T17:09:52.250Z] - CONFIG_PID_NS: enabled [2020-04-06T17:09:52.250Z] - CONFIG_IPC_NS: enabled [2020-04-06T17:09:52.250Z] - CONFIG_UTS_NS: enabled [2020-04-06T17:09:52.250Z] - CONFIG_CGROUPS: enabled [2020-04-06T17:09:52.250Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-04-06T17:09:52.250Z] - CONFIG_CGROUP_DEVICE: enabled [2020-04-06T17:09:52.250Z] - CONFIG_CGROUP_FREEZER: enabled [2020-04-06T17:09:52.250Z] - CONFIG_CGROUP_SCHED: enabled [2020-04-06T17:09:52.250Z] - CONFIG_CPUSETS: enabled [2020-04-06T17:09:52.250Z] - CONFIG_MEMCG: enabled [2020-04-06T17:09:52.250Z] - CONFIG_KEYS: enabled [2020-04-06T17:09:52.250Z] - CONFIG_VETH: enabled (as module) [2020-04-06T17:09:52.265Z] + docker info [2020-04-06T17:09:52.265Z] Client: [2020-04-06T17:09:52.265Z] Debug Mode: false [2020-04-06T17:09:52.265Z] [2020-04-06T17:09:52.265Z] Server: [2020-04-06T17:09:52.265Z] Containers: 0 [2020-04-06T17:09:52.265Z] Running: 0 [2020-04-06T17:09:52.265Z] Paused: 0 [2020-04-06T17:09:52.265Z] Stopped: 0 [2020-04-06T17:09:52.265Z] Images: 6 [2020-04-06T17:09:52.265Z] Server Version: 19.03.5 [2020-04-06T17:09:52.265Z] Storage Driver: overlay2 [2020-04-06T17:09:52.265Z] Backing Filesystem: extfs [2020-04-06T17:09:52.265Z] Supports d_type: true [2020-04-06T17:09:52.265Z] Native Overlay Diff: true [2020-04-06T17:09:52.265Z] Logging Driver: json-file [2020-04-06T17:09:52.265Z] Cgroup Driver: cgroupfs [2020-04-06T17:09:52.265Z] Plugins: [2020-04-06T17:09:52.265Z] Volume: local [2020-04-06T17:09:52.265Z] Network: bridge host ipvlan macvlan null overlay [2020-04-06T17:09:52.265Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-04-06T17:09:52.265Z] Swarm: inactive [2020-04-06T17:09:52.265Z] Runtimes: runc [2020-04-06T17:09:52.265Z] Default Runtime: runc [2020-04-06T17:09:52.265Z] Init Binary: docker-init [2020-04-06T17:09:52.265Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-04-06T17:09:52.265Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-04-06T17:09:52.265Z] init version: fec3683 [2020-04-06T17:09:52.265Z] Security Options: [2020-04-06T17:09:52.265Z] apparmor [2020-04-06T17:09:52.265Z] seccomp [2020-04-06T17:09:52.265Z] Profile: default [2020-04-06T17:09:52.265Z] Kernel Version: 4.15.0-1058-aws [2020-04-06T17:09:52.265Z] Operating System: Ubuntu 18.04.4 LTS [2020-04-06T17:09:52.265Z] OSType: linux [2020-04-06T17:09:52.265Z] Architecture: x86_64 [2020-04-06T17:09:52.265Z] CPUs: 8 [2020-04-06T17:09:52.265Z] Total Memory: 30.63GiB [2020-04-06T17:09:52.265Z] Name: ip-10-100-99-19 [2020-04-06T17:09:52.265Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-04-06T17:09:52.265Z] Docker Root Dir: /var/lib/docker [2020-04-06T17:09:52.265Z] Debug Mode: false [2020-04-06T17:09:52.265Z] Registry: https://index.docker.io/v1/ [2020-04-06T17:09:52.265Z] Labels: [2020-04-06T17:09:52.265Z] Experimental: true [2020-04-06T17:09:52.265Z] Insecure Registries: [2020-04-06T17:09:52.265Z] 127.0.0.0/8 [2020-04-06T17:09:52.265Z] Live Restore Enabled: true [2020-04-06T17:09:52.265Z] [2020-04-06T17:09:52.265Z] WARNING: No swap limit support [Pipeline] sh [2020-04-06T17:09:52.340Z] Merging remotes/origin/19.03 commit 1e1caccb13108270fa27207f6c1177ecdc9d309d into PR head commit 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:09:52.406Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:08a2fe0d566c51081b23484890871adfb31ddbb9 . [2020-04-06T17:09:52.509Z] - CONFIG_BRIDGE: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_NF_NAT: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-04-06T17:09:52.509Z] - CONFIG_POSIX_MQUEUE: enabled [2020-04-06T17:09:52.509Z] [2020-04-06T17:09:52.509Z] Optional Features: [2020-04-06T17:09:52.509Z] - CONFIG_USER_NS: enabled [2020-04-06T17:09:52.509Z] - CONFIG_SECCOMP: enabled [2020-04-06T17:09:52.509Z] - CONFIG_CGROUP_PIDS: enabled [2020-04-06T17:09:52.509Z] - CONFIG_MEMCG_SWAP: enabled [2020-04-06T17:09:52.509Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-04-06T17:09:52.509Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-04-06T17:09:52.509Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-04-06T17:09:52.509Z] - CONFIG_BLK_CGROUP: enabled [2020-04-06T17:09:52.509Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-04-06T17:09:52.509Z] - CONFIG_IOSCHED_CFQ: enabled [2020-04-06T17:09:52.509Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-04-06T17:09:52.509Z] - CONFIG_CGROUP_PERF: enabled [2020-04-06T17:09:52.509Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-04-06T17:09:52.509Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-04-06T17:09:52.509Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-04-06T17:09:52.509Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-04-06T17:09:52.509Z] - CONFIG_RT_GROUP_SCHED: missing [2020-04-06T17:09:52.509Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_IP_VS: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_IP_VS_NFCT: enabled [2020-04-06T17:09:52.509Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-04-06T17:09:52.509Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-04-06T17:09:52.509Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_EXT4_FS: enabled [2020-04-06T17:09:52.509Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-04-06T17:09:52.509Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-04-06T17:09:52.509Z] - Network Drivers: [2020-04-06T17:09:52.509Z] - "overlay": [2020-04-06T17:09:52.509Z] - CONFIG_VXLAN: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-04-06T17:09:52.509Z] Optional (for encrypted networks): [2020-04-06T17:09:52.509Z] - CONFIG_CRYPTO: enabled [2020-04-06T17:09:52.509Z] - CONFIG_CRYPTO_AEAD: enabled [2020-04-06T17:09:52.509Z] - CONFIG_CRYPTO_GCM: enabled [2020-04-06T17:09:52.509Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-04-06T17:09:52.509Z] - CONFIG_CRYPTO_GHASH: enabled [2020-04-06T17:09:52.509Z] - CONFIG_XFRM: enabled [2020-04-06T17:09:52.509Z] - CONFIG_XFRM_USER: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_INET_ESP: enabled (as module) [2020-04-06T17:09:52.509Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-04-06T17:09:52.509Z] - "ipvlan": [2020-04-06T17:09:52.541Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-06T17:09:52.541Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-06T17:09:52.541Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40784/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-04-06T17:09:52.541Z] + bash /home/ubuntu/workspace/moby_PR-40784/check-config.sh [2020-04-06T17:09:52.541Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-04-06T17:09:52.541Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-04-06T17:09:52.541Z] [2020-04-06T17:09:52.541Z] Generally Necessary: [2020-04-06T17:09:52.541Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-04-06T17:09:52.541Z] - apparmor: enabled and tools installed [2020-04-06T17:09:52.541Z] - CONFIG_NAMESPACES: enabled [2020-04-06T17:09:52.541Z] - CONFIG_NET_NS: enabled [2020-04-06T17:09:52.541Z] - CONFIG_PID_NS: enabled [2020-04-06T17:09:52.541Z] - CONFIG_IPC_NS: enabled [2020-04-06T17:09:52.541Z] - CONFIG_UTS_NS: enabled [2020-04-06T17:09:52.541Z] - CONFIG_CGROUPS: enabled [2020-04-06T17:09:52.541Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-04-06T17:09:52.541Z] - CONFIG_CGROUP_DEVICE: enabled [2020-04-06T17:09:52.541Z] - CONFIG_CGROUP_FREEZER: enabled [2020-04-06T17:09:52.541Z] - CONFIG_CGROUP_SCHED: enabled [2020-04-06T17:09:52.541Z] - CONFIG_CPUSETS: enabled [2020-04-06T17:09:52.541Z] - CONFIG_MEMCG: enabled [2020-04-06T17:09:52.541Z] - CONFIG_KEYS: enabled [2020-04-06T17:09:52.541Z] - CONFIG_VETH: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_BRIDGE: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_NF_NAT: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-04-06T17:09:52.541Z] - CONFIG_POSIX_MQUEUE: enabled [2020-04-06T17:09:52.541Z] [2020-04-06T17:09:52.541Z] Optional Features: [2020-04-06T17:09:52.541Z] - CONFIG_USER_NS: enabled [2020-04-06T17:09:52.541Z] - CONFIG_SECCOMP: enabled [2020-04-06T17:09:52.541Z] - CONFIG_CGROUP_PIDS: enabled [2020-04-06T17:09:52.541Z] - CONFIG_MEMCG_SWAP: enabled [2020-04-06T17:09:52.541Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-04-06T17:09:52.541Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-04-06T17:09:52.541Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-04-06T17:09:52.541Z] - CONFIG_BLK_CGROUP: enabled [2020-04-06T17:09:52.541Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-04-06T17:09:52.541Z] - CONFIG_IOSCHED_CFQ: enabled [2020-04-06T17:09:52.541Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-04-06T17:09:52.541Z] - CONFIG_CGROUP_PERF: enabled [2020-04-06T17:09:52.541Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-04-06T17:09:52.541Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-04-06T17:09:52.541Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-04-06T17:09:52.541Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-04-06T17:09:52.541Z] - CONFIG_RT_GROUP_SCHED: missing [2020-04-06T17:09:52.541Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_IP_VS: enabled (as module) [2020-04-06T17:09:52.541Z] - CONFIG_IP_VS_NFCT: enabled [2020-04-06T17:09:52.541Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-04-06T17:09:52.541Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-04-06T17:09:52.766Z] - CONFIG_IPVLAN: enabled (as module) [2020-04-06T17:09:52.766Z] - "macvlan": [2020-04-06T17:09:52.766Z] - CONFIG_MACVLAN: enabled (as module) [2020-04-06T17:09:52.766Z] - CONFIG_DUMMY: enabled (as module) [2020-04-06T17:09:52.766Z] - "ftp,tftp client in container": [2020-04-06T17:09:52.766Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-04-06T17:09:52.766Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-04-06T17:09:52.766Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-04-06T17:09:52.766Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-04-06T17:09:52.766Z] - Storage Drivers: [2020-04-06T17:09:52.766Z] - "aufs": [2020-04-06T17:09:52.766Z] - CONFIG_AUFS_FS: enabled (as module) [2020-04-06T17:09:52.766Z] - "btrfs": [2020-04-06T17:09:52.766Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-04-06T17:09:52.766Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-04-06T17:09:52.766Z] - "devicemapper": [2020-04-06T17:09:52.766Z] - CONFIG_BLK_DEV_DM: enabled [2020-04-06T17:09:52.766Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-04-06T17:09:52.766Z] - "overlay": [2020-04-06T17:09:52.766Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-04-06T17:09:52.766Z] - "zfs": [2020-04-06T17:09:52.766Z] - /dev/zfs: missing [2020-04-06T17:09:52.766Z] - zfs command: missing [2020-04-06T17:09:52.766Z] - zpool command: missing [2020-04-06T17:09:52.766Z] [2020-04-06T17:09:52.766Z] Limits: [2020-04-06T17:09:52.766Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-04-06T17:09:52.766Z] [2020-04-06T17:09:52.766Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [2020-04-06T17:09:52.798Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-04-06T17:09:52.798Z] - CONFIG_EXT4_FS: enabled [2020-04-06T17:09:52.798Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-04-06T17:09:52.798Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-04-06T17:09:52.798Z] - Network Drivers: [2020-04-06T17:09:52.798Z] - "overlay": [2020-04-06T17:09:52.798Z] - CONFIG_VXLAN: enabled (as module) [2020-04-06T17:09:52.798Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [Pipeline] { (Build dev image) [2020-04-06T17:09:52.798Z] Optional (for encrypted networks): [2020-04-06T17:09:52.798Z] - CONFIG_CRYPTO: enabled [2020-04-06T17:09:52.798Z] - CONFIG_CRYPTO_AEAD: enabled [2020-04-06T17:09:52.798Z] - CONFIG_CRYPTO_GCM: enabled [2020-04-06T17:09:52.798Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-04-06T17:09:52.798Z] - CONFIG_CRYPTO_GHASH: enabled [2020-04-06T17:09:52.798Z] - CONFIG_XFRM: enabled [2020-04-06T17:09:52.798Z] - CONFIG_XFRM_USER: enabled (as module) [2020-04-06T17:09:52.798Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-04-06T17:09:52.798Z] - CONFIG_INET_ESP: enabled (as module) [2020-04-06T17:09:52.798Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-04-06T17:09:52.798Z] - "ipvlan": [2020-04-06T17:09:52.798Z] - CONFIG_IPVLAN: enabled (as module) [2020-04-06T17:09:52.798Z] - "macvlan": [2020-04-06T17:09:52.798Z] - CONFIG_MACVLAN: enabled (as module) [2020-04-06T17:09:52.798Z] - CONFIG_DUMMY: enabled (as module) [2020-04-06T17:09:52.798Z] - "ftp,tftp client in container": [2020-04-06T17:09:52.798Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-04-06T17:09:52.798Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-04-06T17:09:52.798Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-04-06T17:09:52.798Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-04-06T17:09:52.798Z] - Storage Drivers: [2020-04-06T17:09:52.798Z] - "aufs": [2020-04-06T17:09:52.798Z] - CONFIG_AUFS_FS: enabled (as module) [2020-04-06T17:09:52.798Z] - "btrfs": [2020-04-06T17:09:52.798Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-04-06T17:09:52.798Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-04-06T17:09:52.798Z] - "devicemapper": [2020-04-06T17:09:52.798Z] - CONFIG_BLK_DEV_DM: enabled [2020-04-06T17:09:52.798Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-04-06T17:09:52.798Z] - "overlay": [2020-04-06T17:09:52.798Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-04-06T17:09:52.798Z] - "zfs": [2020-04-06T17:09:52.798Z] - /dev/zfs: missing [2020-04-06T17:09:52.798Z] - zfs command: missing [2020-04-06T17:09:52.798Z] - zpool command: missing [2020-04-06T17:09:52.798Z] [2020-04-06T17:09:52.798Z] Limits: [2020-04-06T17:09:52.798Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-04-06T17:09:52.798Z] [2020-04-06T17:09:52.798Z] + true [2020-04-06T17:09:52.806Z] Sending build context to Docker daemon 55.37MB [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [Pipeline] sh [2020-04-06T17:09:53.137Z] + sudo modprobe ip_vs [2020-04-06T17:09:53.137Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:08a2fe0d566c51081b23484890871adfb31ddbb9 . [2020-04-06T17:09:53.137Z] #1 [internal] load build definition from Dockerfile [2020-04-06T17:09:53.137Z] #1 transferring dockerfile: 12.30kB done [2020-04-06T17:09:53.137Z] #1 DONE 0.0s [2020-04-06T17:09:53.137Z] [2020-04-06T17:09:53.137Z] #2 [internal] load .dockerignore [2020-04-06T17:09:53.137Z] #2 transferring context: 87B done [2020-04-06T17:09:53.137Z] #2 DONE 0.0s [2020-04-06T17:09:53.137Z] [2020-04-06T17:09:53.137Z] #3 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-04-06T17:09:53.137Z] #3 DONE 0.0s [2020-04-06T17:09:53.137Z] [2020-04-06T17:09:53.137Z] #4 [internal] load metadata for docker.io/library/golang:1.12.17-buster [2020-04-06T17:09:53.137Z] #4 DONE 0.1s [2020-04-06T17:09:53.156Z] Step 1/140 : ARG CROSS="false" [2020-04-06T17:09:53.156Z] Step 2/140 : ARG GO_VERSION=1.12.17 [2020-04-06T17:09:53.156Z] Step 3/140 : ARG DEBIAN_FRONTEND=noninteractive [2020-04-06T17:09:53.156Z] Step 4/140 : ARG VPNKIT_DIGEST=e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2020-04-06T17:09:53.156Z] Step 5/140 : FROM golang:${GO_VERSION}-buster AS base [2020-04-06T17:09:53.156Z] 1.12.17-buster: Pulling from library/golang [2020-04-06T17:09:53.160Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:08a2fe0d566c51081b23484890871adfb31ddbb9 . [2020-04-06T17:09:53.160Z] #2 [internal] load build definition from Dockerfile [2020-04-06T17:09:53.160Z] #2 transferring dockerfile: 12.30kB done [2020-04-06T17:09:53.160Z] #2 DONE 0.0s [2020-04-06T17:09:53.160Z] [2020-04-06T17:09:53.160Z] #1 [internal] load .dockerignore [2020-04-06T17:09:53.160Z] #1 transferring context: 87B done [2020-04-06T17:09:53.160Z] #1 DONE 0.0s [2020-04-06T17:09:53.160Z] [2020-04-06T17:09:53.160Z] #3 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-04-06T17:09:53.160Z] #3 DONE 0.0s [2020-04-06T17:09:53.160Z] [2020-04-06T17:09:53.160Z] #4 [internal] load metadata for docker.io/library/golang:1.12.17-buster [2020-04-06T17:09:53.160Z] #4 DONE 0.1s [2020-04-06T17:09:51.512Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-06T17:09:51.629Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-06T17:09:51.630Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-06T17:09:51.631Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40784/head:refs/remotes/origin/PR-40784 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:09:52.372Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T17:09:52.436Z] > git checkout -f 08a2fe0d566c51081b23484890871adfb31ddbb9 # timeout=10 [2020-04-06T17:09:53.398Z] [2020-04-06T17:09:53.398Z] #63 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-04-06T17:09:53.398Z] #63 DONE 0.0s [2020-04-06T17:09:53.398Z] [2020-04-06T17:09:53.398Z] #5 [base 1/2] FROM docker.io/library/golang:1.12.17-buster@sha256:d9d06cb74... [2020-04-06T17:09:53.398Z] #5 DONE 0.0s [2020-04-06T17:09:53.398Z] [2020-04-06T17:09:53.398Z] #17 [internal] load build context [2020-04-06T17:09:53.420Z] [2020-04-06T17:09:53.420Z] #63 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-04-06T17:09:53.420Z] #63 DONE 0.0s [2020-04-06T17:09:53.420Z] [2020-04-06T17:09:53.420Z] #5 [base 1/2] FROM docker.io/library/golang:1.12.17-buster@sha256:d9d06cb74... [2020-04-06T17:09:53.420Z] #5 DONE 0.0s [2020-04-06T17:09:53.420Z] [2020-04-06T17:09:53.420Z] #17 [internal] load build context [2020-04-06T17:09:53.537Z] 6f3b736b312b: Pulling fs layer [2020-04-06T17:09:53.537Z] 6eca02855c81: Pulling fs layer [2020-04-06T17:09:53.537Z] 88ecd1a9e0aa: Pulling fs layer [2020-04-06T17:09:53.537Z] 114b7e56002f: Pulling fs layer [2020-04-06T17:09:53.537Z] eba663ac4e15: Pulling fs layer [2020-04-06T17:09:53.537Z] caedf537cfdf: Pulling fs layer [2020-04-06T17:09:53.537Z] 3f1219a57b40: Pulling fs layer [2020-04-06T17:09:53.537Z] eba663ac4e15: Waiting [2020-04-06T17:09:53.537Z] caedf537cfdf: Waiting [2020-04-06T17:09:53.537Z] 3f1219a57b40: Waiting [2020-04-06T17:09:53.537Z] 114b7e56002f: Waiting [2020-04-06T17:09:53.964Z] 88ecd1a9e0aa: Verifying Checksum [2020-04-06T17:09:53.964Z] 88ecd1a9e0aa: Download complete [2020-04-06T17:09:53.964Z] 6eca02855c81: Verifying Checksum [2020-04-06T17:09:53.964Z] 6eca02855c81: Download complete [2020-04-06T17:09:53.984Z] #17 transferring context: 50.85MB 0.6s done [2020-04-06T17:09:53.984Z] #17 DONE 0.6s [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #28 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-04-06T17:09:53.984Z] #28 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #37 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-04-06T17:09:53.984Z] #37 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #27 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-04-06T17:09:53.984Z] #27 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #65 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-04-06T17:09:53.984Z] #65 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #25 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-04-06T17:09:53.984Z] #25 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #38 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2020-04-06T17:09:53.984Z] #38 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #36 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git... [2020-04-06T17:09:53.984Z] #36 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #64 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-04-06T17:09:53.984Z] #64 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #15 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-04-06T17:09:53.984Z] #15 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #60 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2020-04-06T17:09:53.984Z] #60 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #40 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-04-06T17:09:53.984Z] #40 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #11 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-04-06T17:09:53.984Z] #11 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #26 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git ... [2020-04-06T17:09:53.984Z] #26 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #50 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:09:53.984Z] #50 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #48 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2020-04-06T17:09:53.984Z] #48 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #67 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-04-06T17:09:53.984Z] #67 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #18 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:09:53.984Z] #18 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #41 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-04-06T17:09:53.984Z] #41 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #19 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-04-06T17:09:53.984Z] #19 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #35 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-04-06T17:09:53.984Z] #35 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #33 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-04-06T17:09:53.984Z] #33 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-06T17:09:53.984Z] #39 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #6 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-04-06T17:09:53.984Z] #6 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #59 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-04-06T17:09:53.984Z] #59 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #57 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2020-04-06T17:09:53.984Z] #57 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #66 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2020-04-06T17:09:53.984Z] #66 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #16 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-04-06T17:09:53.984Z] #16 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #12 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-04-06T17:09:53.984Z] #12 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #31 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2020-04-06T17:09:53.984Z] #31 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #61 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-04-06T17:09:53.984Z] #61 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #9 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-04-06T17:09:53.984Z] #9 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2020-04-06T17:09:53.984Z] #7 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #54 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2020-04-06T17:09:53.984Z] #54 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #20 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-04-06T17:09:53.984Z] #20 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #62 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-04-06T17:09:53.984Z] #62 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #29 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2020-04-06T17:09:53.984Z] #29 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #49 [dev 19/25] COPY --from=gometalinter /build/ /usr/local/bin/ [2020-04-06T17:09:53.984Z] #49 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #45 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2020-04-06T17:09:53.984Z] #45 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #30 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-04-06T17:09:53.984Z] #30 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #58 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-04-06T17:09:53.984Z] #58 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #43 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-04-06T17:09:53.984Z] #43 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #53 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-04-06T17:09:53.984Z] #53 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #55 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:09:53.984Z] #55 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #42 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2020-04-06T17:09:53.984Z] #42 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #52 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2020-04-06T17:09:53.984Z] #52 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #22 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2020-04-06T17:09:53.984Z] #22 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #13 [dev 6/25] RUN ldconfig [2020-04-06T17:09:53.984Z] #13 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #56 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-04-06T17:09:53.984Z] #56 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #44 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-04-06T17:09:53.984Z] #44 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #23 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-04-06T17:09:53.984Z] #23 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #14 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recomme... [2020-04-06T17:09:53.984Z] #14 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #46 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-04-06T17:09:53.984Z] #46 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #8 [dev 1/25] RUN groupadd -r docker [2020-04-06T17:09:53.984Z] #8 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-04-06T17:09:53.984Z] #24 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #21 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-04-06T17:09:53.984Z] #21 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #51 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-04-06T17:09:53.984Z] #51 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #10 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-04-06T17:09:53.984Z] #10 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #47 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... [2020-04-06T17:09:53.984Z] #47 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #32 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:09:53.984Z] #32 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #34 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2020-04-06T17:09:53.984Z] #34 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #68 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-04-06T17:09:53.984Z] #68 CACHED [2020-04-06T17:09:53.984Z] [2020-04-06T17:09:53.984Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-04-06T17:09:54.348Z] #17 transferring context: 50.85MB 1.2s done [2020-04-06T17:09:54.382Z] 6f3b736b312b: Verifying Checksum [2020-04-06T17:09:54.382Z] 6f3b736b312b: Download complete [2020-04-06T17:09:54.606Z] #17 DONE 1.2s [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #40 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-04-06T17:09:54.606Z] #40 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #35 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-04-06T17:09:54.606Z] #35 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2020-04-06T17:09:54.606Z] #7 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #46 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-04-06T17:09:54.606Z] #46 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #12 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-04-06T17:09:54.606Z] #12 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #19 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-04-06T17:09:54.606Z] #19 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #48 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2020-04-06T17:09:54.606Z] #48 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #53 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-04-06T17:09:54.606Z] #53 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #37 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-04-06T17:09:54.606Z] #37 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #6 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-04-06T17:09:54.606Z] #6 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #47 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... [2020-04-06T17:09:54.606Z] #47 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #28 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-04-06T17:09:54.606Z] #28 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #43 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-04-06T17:09:54.606Z] #43 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #33 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-04-06T17:09:54.606Z] #33 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #44 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-04-06T17:09:54.606Z] #44 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #38 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2020-04-06T17:09:54.606Z] #38 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #23 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-04-06T17:09:54.606Z] #23 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #50 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:09:54.606Z] #50 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #9 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-04-06T17:09:54.606Z] #9 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #41 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-04-06T17:09:54.606Z] #41 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #45 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2020-04-06T17:09:54.606Z] #45 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #61 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-04-06T17:09:54.606Z] #61 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #65 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-04-06T17:09:54.606Z] #65 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #13 [dev 6/25] RUN ldconfig [2020-04-06T17:09:54.606Z] #13 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #57 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2020-04-06T17:09:54.606Z] #57 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #26 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git ... [2020-04-06T17:09:54.606Z] #26 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #64 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-04-06T17:09:54.606Z] #64 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #52 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2020-04-06T17:09:54.606Z] #52 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #66 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2020-04-06T17:09:54.606Z] #66 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #51 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-04-06T17:09:54.606Z] #51 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #59 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-04-06T17:09:54.606Z] #59 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-06T17:09:54.606Z] #39 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #29 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2020-04-06T17:09:54.606Z] #29 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #31 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2020-04-06T17:09:54.606Z] #31 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #16 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-04-06T17:09:54.606Z] #16 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #55 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:09:54.606Z] #55 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #34 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2020-04-06T17:09:54.606Z] #34 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #32 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:09:54.606Z] #32 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #27 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-04-06T17:09:54.606Z] #27 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #30 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-04-06T17:09:54.606Z] #30 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #67 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-04-06T17:09:54.606Z] #67 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #8 [dev 1/25] RUN groupadd -r docker [2020-04-06T17:09:54.606Z] #8 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #25 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-04-06T17:09:54.606Z] #25 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #62 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-04-06T17:09:54.606Z] #62 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #11 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-04-06T17:09:54.606Z] #11 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #36 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git... [2020-04-06T17:09:54.606Z] #36 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #20 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-04-06T17:09:54.606Z] #20 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #18 [gometalinter 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:09:54.606Z] #18 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #54 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2020-04-06T17:09:54.606Z] #54 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-04-06T17:09:54.606Z] #24 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #21 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-04-06T17:09:54.606Z] #21 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #42 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2020-04-06T17:09:54.606Z] #42 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #14 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recomme... [2020-04-06T17:09:54.606Z] #14 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #22 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2020-04-06T17:09:54.606Z] #22 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #15 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-04-06T17:09:54.606Z] #15 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #49 [dev 19/25] COPY --from=gometalinter /build/ /usr/local/bin/ [2020-04-06T17:09:54.606Z] #49 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #56 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-04-06T17:09:54.606Z] #56 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #10 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-04-06T17:09:54.606Z] #10 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #60 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2020-04-06T17:09:54.606Z] #60 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #58 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-04-06T17:09:54.606Z] #58 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #68 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-04-06T17:09:54.606Z] #68 CACHED [2020-04-06T17:09:54.606Z] [2020-04-06T17:09:54.606Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-04-06T17:09:55.214Z] 114b7e56002f: Verifying Checksum [2020-04-06T17:09:55.214Z] 114b7e56002f: Download complete [2020-04-06T17:09:55.350Z] #69 DONE 1.0s [2020-04-06T17:09:55.350Z] [2020-04-06T17:09:55.350Z] #70 exporting to image [2020-04-06T17:09:55.350Z] #70 exporting layers [2020-04-06T17:09:55.540Z] #69 DONE 0.9s [2020-04-06T17:09:55.540Z] [2020-04-06T17:09:55.540Z] #70 exporting to image [2020-04-06T17:09:55.540Z] #70 exporting layers [2020-04-06T17:09:55.606Z] #70 exporting layers 0.7s done [2020-04-06T17:09:55.606Z] #70 writing image sha256:37c7f242b67eec6860faa9a6e3e344215f8d3d87410bc27e9c10df719427a7c1 done [2020-04-06T17:09:55.606Z] #70 naming to docker.io/library/docker:08a2fe0d566c51081b23484890871adfb31ddbb9 done [2020-04-06T17:09:55.606Z] #70 DONE 0.7s [Pipeline] } [Pipeline] // stage [2020-04-06T17:09:55.625Z] 3f1219a57b40: Verifying Checksum [2020-04-06T17:09:55.626Z] 3f1219a57b40: Download complete [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-04-06T17:09:55.923Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40784/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40784/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=19.03 docker:08a2fe0d566c51081b23484890871adfb31ddbb9 hack/validate/default [2020-04-06T17:09:55.996Z] caedf537cfdf: Verifying Checksum [2020-04-06T17:09:55.996Z] caedf537cfdf: Download complete [2020-04-06T17:09:55.996Z] eba663ac4e15: Verifying Checksum [2020-04-06T17:09:55.996Z] eba663ac4e15: Download complete [2020-04-06T17:09:56.104Z] #70 exporting layers 0.7s done [2020-04-06T17:09:56.104Z] #70 writing image sha256:2afa672f1f7d5e93888ca53f31ef58923cd60170ae9c0e5da23e36ba4bfc2e7b done [2020-04-06T17:09:56.104Z] #70 naming to docker.io/library/docker:08a2fe0d566c51081b23484890871adfb31ddbb9 done [2020-04-06T17:09:56.104Z] #70 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-04-06T17:09:56.267Z] Merge succeeded, producing 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:09:56.267Z] Checking out Revision 08a2fe0d566c51081b23484890871adfb31ddbb9 (PR-40784) [2020-04-06T17:09:56.344Z] 6f3b736b312b: Pull complete [2020-04-06T17:09:56.693Z] 6eca02855c81: Pull complete [2020-04-06T17:09:56.851Z] Congratulations! All commits are properly signed with the DCO! [2020-04-06T17:09:56.056Z] > git merge 1e1caccb13108270fa27207f6c1177ecdc9d309d # timeout=10 [2020-04-06T17:09:56.181Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-04-06T17:09:56.300Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T17:09:56.350Z] > git checkout -f 08a2fe0d566c51081b23484890871adfb31ddbb9 # timeout=10 [2020-04-06T17:09:56.955Z] Commit message: "[19.03] vendor buildkit b26cff2413cc6a466f8739262efa13bd126f8fc7" [2020-04-06T17:09:57.046Z] 88ecd1a9e0aa: Pull complete [2020-04-06T17:09:57.102Z] [2020-04-06T17:09:57.102Z] Removing bundles/ [2020-04-06T17:09:57.102Z] [2020-04-06T17:09:57.102Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-04-06T17:09:57.102Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-04-06T17:09:57.102Z] GOOS="" GOARCH="" GOARM="" [2020-04-06T17:09:57.328Z] > git --version # timeout=10 [2020-04-06T17:09:57.426Z] fatal: bad object 241f6703d31895690d4cb6f158f753615abe74ac [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-04-06T17:09:58.817Z] + docker version [2020-04-06T17:09:58.818Z] Client: Docker Engine - Enterprise [2020-04-06T17:09:58.818Z] Version: 19.03.5 [2020-04-06T17:09:58.818Z] API version: 1.40 [2020-04-06T17:09:58.818Z] Go version: go1.12.12 [2020-04-06T17:09:58.818Z] Git commit: 2ee0c57608 [2020-04-06T17:09:58.818Z] Built: 11/13/2019 08:00:16 [2020-04-06T17:09:58.818Z] OS/Arch: windows/amd64 [2020-04-06T17:09:58.818Z] Experimental: false [2020-04-06T17:09:58.818Z] [2020-04-06T17:09:58.818Z] Server: Docker Engine - Enterprise [2020-04-06T17:09:58.818Z] Engine: [2020-04-06T17:09:58.818Z] Version: 19.03.5 [2020-04-06T17:09:58.818Z] API version: 1.40 (minimum version 1.24) [2020-04-06T17:09:58.818Z] Go version: go1.12.12 [2020-04-06T17:09:58.818Z] Git commit: 2ee0c57608 [2020-04-06T17:09:58.818Z] Built: 11/13/2019 07:58:51 [2020-04-06T17:09:58.818Z] OS/Arch: windows/amd64 [2020-04-06T17:09:58.818Z] Experimental: true [2020-04-06T17:09:58.826Z] 114b7e56002f: Pull complete [Pipeline] sh [2020-04-06T17:09:59.800Z] + docker info [2020-04-06T17:10:00.712Z] eba663ac4e15: Pull complete [2020-04-06T17:10:01.304Z] Client: [2020-04-06T17:10:01.304Z] Debug Mode: false [2020-04-06T17:10:01.304Z] Plugins: [2020-04-06T17:10:01.304Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-04-06T17:10:01.304Z] [2020-04-06T17:10:01.304Z] Server: [2020-04-06T17:10:01.304Z] Containers: 0 [2020-04-06T17:10:01.304Z] Running: 0 [2020-04-06T17:10:01.304Z] Paused: 0 [2020-04-06T17:10:01.304Z] Stopped: 0 [2020-04-06T17:10:01.304Z] Images: 8 [2020-04-06T17:10:01.304Z] Server Version: 19.03.5 [2020-04-06T17:10:01.304Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-04-06T17:10:01.304Z] Windows: [2020-04-06T17:10:01.304Z] LCOW: [2020-04-06T17:10:01.304Z] Logging Driver: json-file [2020-04-06T17:10:01.304Z] Plugins: [2020-04-06T17:10:01.304Z] Volume: local [2020-04-06T17:10:01.304Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-04-06T17:10:01.304Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-04-06T17:10:01.304Z] Swarm: inactive [2020-04-06T17:10:01.304Z] Default Isolation: process [2020-04-06T17:10:01.304Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-04-06T17:10:01.304Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-04-06T17:10:01.304Z] OSType: windows [2020-04-06T17:10:01.304Z] Architecture: x86_64 [2020-04-06T17:10:01.304Z] CPUs: 4 [2020-04-06T17:10:01.304Z] Total Memory: 32GiB [2020-04-06T17:10:01.304Z] Name: azwin-2-899a50 [2020-04-06T17:10:01.304Z] ID: UR4U:SP26:2R3U:OABF:FW7X:OVZM:HGLG:UQJF:ODTF:M7DP:TEU4:TEXW [2020-04-06T17:10:01.304Z] Docker Root Dir: D:\docker [2020-04-06T17:10:01.304Z] Debug Mode: false [2020-04-06T17:10:01.304Z] Registry: https://index.docker.io/v1/ [2020-04-06T17:10:01.304Z] Labels: [2020-04-06T17:10:01.304Z] Experimental: true [2020-04-06T17:10:01.304Z] Insecure Registries: [2020-04-06T17:10:01.304Z] 10.0.0.4:5000 [2020-04-06T17:10:01.304Z] 127.0.0.0/8 [2020-04-06T17:10:01.304Z] Registry Mirrors: [2020-04-06T17:10:01.304Z] http://10.0.0.4:5000/ [2020-04-06T17:10:01.304Z] Live Restore Enabled: false [2020-04-06T17:10:01.304Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-04-06T17:10:01.666Z] Fetching without tags [2020-04-06T17:10:02.176Z] Merging remotes/origin/19.03 commit 1e1caccb13108270fa27207f6c1177ecdc9d309d into PR head commit 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:10:01.635Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-06T17:10:01.639Z] > git config --add remote.origin.fetch +refs/pull/40784/head:refs/remotes/origin/PR-40784 # timeout=10 [2020-04-06T17:10:01.642Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:10:01.658Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-06T17:10:01.673Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-06T17:10:01.673Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-06T17:10:01.674Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40784/head:refs/remotes/origin/PR-40784 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2020-04-06T17:10:02.184Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T17:10:02.187Z] > git checkout -f 08a2fe0d566c51081b23484890871adfb31ddbb9 # timeout=10 [2020-04-06T17:10:03.243Z] Merge succeeded, producing 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:10:03.243Z] Checking out Revision 08a2fe0d566c51081b23484890871adfb31ddbb9 (PR-40784) [2020-04-06T17:10:03.584Z] Commit message: "[19.03] vendor buildkit b26cff2413cc6a466f8739262efa13bd126f8fc7" [2020-04-06T17:10:03.637Z] > git --version # timeout=10 [2020-04-06T17:10:03.643Z] fatal: bad object 241f6703d31895690d4cb6f158f753615abe74ac [2020-04-06T17:10:03.829Z] caedf537cfdf: Pull complete [2020-04-06T17:10:03.829Z] 3f1219a57b40: Pull complete [2020-04-06T17:10:03.829Z] Digest: sha256:d9d06cb747d49db5d5703610ecdef837c0432efcaccc4a5959155dd61fe42f4a [2020-04-06T17:10:03.829Z] Status: Downloaded newer image for golang:1.12.17-buster [2020-04-06T17:10:03.829Z] ---> 24b6a4b65d10 [2020-04-06T17:10:03.829Z] Step 6/140 : ARG APT_MIRROR [2020-04-06T17:10:03.829Z] ---> Running in c68ab7d43c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-04-06T17:10:04.174Z] Removing intermediate container c68ab7d43c79 [2020-04-06T17:10:04.174Z] ---> f676ddebfd16 [2020-04-06T17:10:04.174Z] Step 7/140 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2020-04-06T17:10:04.174Z] ---> Running in 64a30729c2dd [2020-04-06T17:10:04.518Z] + docker version [2020-04-06T17:10:04.518Z] Client: [2020-04-06T17:10:04.518Z] Version: 18.06.1-ce [2020-04-06T17:10:04.518Z] API version: 1.38 [2020-04-06T17:10:04.518Z] Go version: go1.10.3 [2020-04-06T17:10:04.518Z] Git commit: e68fc7a [2020-04-06T17:10:04.518Z] Built: Tue Aug 21 17:26:10 2018 [2020-04-06T17:10:04.518Z] OS/Arch: linux/ppc64le [2020-04-06T17:10:04.518Z] Experimental: false [2020-04-06T17:10:04.518Z] [2020-04-06T17:10:04.518Z] Server: [2020-04-06T17:10:04.518Z] Engine: [2020-04-06T17:10:04.518Z] Version: 18.06.1-ce [2020-04-06T17:10:04.518Z] API version: 1.38 (minimum version 1.12) [2020-04-06T17:10:04.518Z] Go version: go1.10.3 [2020-04-06T17:10:04.518Z] Git commit: e68fc7a [2020-04-06T17:10:04.518Z] Built: Tue Aug 21 17:24:20 2018 [2020-04-06T17:10:04.518Z] OS/Arch: linux/ppc64le [2020-04-06T17:10:04.518Z] Experimental: true [Pipeline] sh [2020-04-06T17:10:04.905Z] + docker info [2020-04-06T17:10:04.905Z] Containers: 0 [2020-04-06T17:10:04.905Z] Running: 0 [2020-04-06T17:10:04.905Z] Paused: 0 [2020-04-06T17:10:04.905Z] Stopped: 0 [2020-04-06T17:10:04.905Z] Images: 0 [2020-04-06T17:10:04.905Z] Server Version: 18.06.1-ce [2020-04-06T17:10:04.905Z] Storage Driver: overlay2 [2020-04-06T17:10:04.905Z] Backing Filesystem: extfs [2020-04-06T17:10:04.905Z] Supports d_type: true [2020-04-06T17:10:04.905Z] Native Overlay Diff: true [2020-04-06T17:10:04.905Z] Logging Driver: json-file [2020-04-06T17:10:04.905Z] Cgroup Driver: cgroupfs [2020-04-06T17:10:04.905Z] Plugins: [2020-04-06T17:10:04.905Z] Volume: local [2020-04-06T17:10:04.905Z] Network: bridge host ipvlan macvlan null overlay [2020-04-06T17:10:04.905Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-04-06T17:10:04.905Z] Swarm: inactive [2020-04-06T17:10:04.905Z] Runtimes: runc [2020-04-06T17:10:04.905Z] Default Runtime: runc [2020-04-06T17:10:04.905Z] Init Binary: docker-init [2020-04-06T17:10:04.905Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-04-06T17:10:04.905Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-04-06T17:10:04.905Z] init version: fec3683 [2020-04-06T17:10:04.905Z] Security Options: [2020-04-06T17:10:04.905Z] apparmor [2020-04-06T17:10:04.905Z] seccomp [2020-04-06T17:10:04.905Z] Profile: default [2020-04-06T17:10:04.905Z] Kernel Version: 4.4.0-139-generic [2020-04-06T17:10:04.905Z] Operating System: Ubuntu 16.04.3 LTS [2020-04-06T17:10:04.905Z] OSType: linux [2020-04-06T17:10:04.905Z] Architecture: ppc64le [2020-04-06T17:10:04.905Z] CPUs: 4 [2020-04-06T17:10:04.905Z] Total Memory: 7.972GiB [2020-04-06T17:10:04.905Z] Name: ppc64le-ubuntu-11 [2020-04-06T17:10:04.905Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-04-06T17:10:04.905Z] Docker Root Dir: /var/lib/docker [2020-04-06T17:10:04.905Z] Debug Mode (client): false [2020-04-06T17:10:04.905Z] Debug Mode (server): false [2020-04-06T17:10:04.905Z] Username: dockerbuildbot [2020-04-06T17:10:04.905Z] Registry: https://index.docker.io/v1/ [2020-04-06T17:10:04.905Z] Labels: [2020-04-06T17:10:04.905Z] Experimental: true [2020-04-06T17:10:04.905Z] Insecure Registries: [2020-04-06T17:10:04.905Z] 127.0.0.0/8 [2020-04-06T17:10:04.905Z] Live Restore Enabled: false [2020-04-06T17:10:04.905Z] [Pipeline] sh [2020-04-06T17:10:03.210Z] > git merge 1e1caccb13108270fa27207f6c1177ecdc9d309d # timeout=10 [2020-04-06T17:10:03.235Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-06T17:10:03.250Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T17:10:03.254Z] > git checkout -f 08a2fe0d566c51081b23484890871adfb31ddbb9 # timeout=10 [2020-04-06T17:10:05.288Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-06T17:10:05.288Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-06T17:10:05.288Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40784/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-04-06T17:10:05.288Z] + bash /home/docker/workspace/moby_PR-40784/check-config.sh [2020-04-06T17:10:05.288Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-04-06T17:10:05.288Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-04-06T17:10:05.288Z] [2020-04-06T17:10:05.288Z] Generally Necessary: [2020-04-06T17:10:05.288Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-04-06T17:10:05.288Z] - apparmor: enabled and tools installed [2020-04-06T17:10:05.288Z] - CONFIG_NAMESPACES: enabled [2020-04-06T17:10:05.288Z] - CONFIG_NET_NS: enabled [2020-04-06T17:10:05.456Z] Removing intermediate container 64a30729c2dd [2020-04-06T17:10:05.456Z] ---> f98c3ef78d80 [2020-04-06T17:10:05.456Z] Step 8/140 : ENV GO111MODULE=off [2020-04-06T17:10:05.456Z] ---> Running in 49ccd6f6b839 [2020-04-06T17:10:05.456Z] Removing intermediate container 49ccd6f6b839 [2020-04-06T17:10:05.456Z] ---> 62d4659667f2 [2020-04-06T17:10:05.456Z] Step 9/140 : FROM base AS criu [2020-04-06T17:10:05.456Z] ---> 62d4659667f2 [2020-04-06T17:10:05.456Z] Step 10/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:10:05.456Z] ---> Running in e991734fc64d [2020-04-06T17:10:05.578Z] - CONFIG_PID_NS: enabled [2020-04-06T17:10:05.578Z] - CONFIG_IPC_NS: enabled [2020-04-06T17:10:05.578Z] - CONFIG_UTS_NS: enabled [2020-04-06T17:10:05.578Z] - CONFIG_CGROUPS: enabled [2020-04-06T17:10:05.578Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-04-06T17:10:05.578Z] - CONFIG_CGROUP_DEVICE: enabled [2020-04-06T17:10:05.578Z] - CONFIG_CGROUP_FREEZER: enabled [2020-04-06T17:10:05.578Z] - CONFIG_CGROUP_SCHED: enabled [2020-04-06T17:10:05.578Z] - CONFIG_CPUSETS: enabled [2020-04-06T17:10:05.578Z] - CONFIG_MEMCG: enabled [2020-04-06T17:10:05.578Z] - CONFIG_KEYS: enabled [2020-04-06T17:10:05.578Z] - CONFIG_VETH: enabled (as module) [2020-04-06T17:10:05.578Z] - CONFIG_BRIDGE: enabled (as module) [2020-04-06T17:10:05.578Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-04-06T17:10:05.578Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-04-06T17:10:05.578Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-04-06T17:10:05.578Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-04-06T17:10:05.578Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-04-06T17:10:05.578Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-04-06T17:10:05.578Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-04-06T17:10:05.578Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-04-06T17:10:05.578Z] - CONFIG_NF_NAT: enabled (as module) [2020-04-06T17:10:05.578Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-04-06T17:10:05.578Z] - CONFIG_POSIX_MQUEUE: enabled [2020-04-06T17:10:05.578Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-04-06T17:10:05.578Z] [2020-04-06T17:10:05.578Z] Optional Features: [2020-04-06T17:10:05.578Z] - CONFIG_USER_NS: enabled [2020-04-06T17:10:05.578Z] - CONFIG_SECCOMP: enabled [2020-04-06T17:10:05.578Z] - CONFIG_CGROUP_PIDS: enabled [2020-04-06T17:10:05.578Z] - CONFIG_MEMCG_SWAP: enabled [2020-04-06T17:10:05.578Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-04-06T17:10:05.578Z] (cgroup swap accounting is currently enabled) [2020-04-06T17:10:05.578Z] - CONFIG_MEMCG_KMEM: enabled [2020-04-06T17:10:05.578Z] - CONFIG_BLK_CGROUP: enabled [2020-04-06T17:10:05.578Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-04-06T17:10:05.578Z] - CONFIG_IOSCHED_CFQ: enabled [2020-04-06T17:10:05.578Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-04-06T17:10:05.807Z] Removing intermediate container e991734fc64d [2020-04-06T17:10:05.807Z] ---> bb2d87524b8b [2020-04-06T17:10:05.807Z] Step 11/140 : RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2020-04-06T17:10:05.807Z] ---> Running in 8a73634fd55c [2020-04-06T17:10:05.868Z] - CONFIG_CGROUP_PERF: enabled [2020-04-06T17:10:05.868Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-04-06T17:10:05.868Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-04-06T17:10:05.868Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-04-06T17:10:05.868Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-04-06T17:10:05.868Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-04-06T17:10:05.868Z] - CONFIG_RT_GROUP_SCHED: missing [2020-04-06T17:10:05.868Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-04-06T17:10:05.868Z] - CONFIG_IP_VS: enabled (as module) [2020-04-06T17:10:05.868Z] - CONFIG_IP_VS_NFCT: enabled [2020-04-06T17:10:05.868Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-04-06T17:10:05.868Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-04-06T17:10:05.868Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-04-06T17:10:05.868Z] - CONFIG_EXT4_FS: enabled [2020-04-06T17:10:05.868Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-04-06T17:10:05.868Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-04-06T17:10:05.868Z] - Network Drivers: [2020-04-06T17:10:05.868Z] - "overlay": [2020-04-06T17:10:05.868Z] - CONFIG_VXLAN: enabled (as module) [2020-04-06T17:10:05.868Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-04-06T17:10:05.868Z] Optional (for encrypted networks): [2020-04-06T17:10:05.868Z] - CONFIG_CRYPTO: enabled [2020-04-06T17:10:05.868Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-04-06T17:10:05.868Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-04-06T17:10:05.868Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-04-06T17:10:05.868Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-04-06T17:10:05.868Z] - CONFIG_XFRM: enabled [2020-04-06T17:10:05.868Z] - CONFIG_XFRM_USER: enabled (as module) [2020-04-06T17:10:05.868Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-04-06T17:10:05.868Z] - CONFIG_INET_ESP: enabled (as module) [2020-04-06T17:10:05.868Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-04-06T17:10:05.868Z] - "ipvlan": [2020-04-06T17:10:05.868Z] - CONFIG_IPVLAN: enabled (as module) [2020-04-06T17:10:05.868Z] - "macvlan": [2020-04-06T17:10:06.153Z] - CONFIG_MACVLAN: enabled (as module) [2020-04-06T17:10:06.153Z] - CONFIG_DUMMY: enabled (as module) [2020-04-06T17:10:06.153Z] - "ftp,tftp client in container": [2020-04-06T17:10:06.153Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-04-06T17:10:06.153Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-04-06T17:10:06.153Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-04-06T17:10:06.153Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-04-06T17:10:06.153Z] - Storage Drivers: [2020-04-06T17:10:06.153Z] - "aufs": [2020-04-06T17:10:06.153Z] - CONFIG_AUFS_FS: enabled (as module) [2020-04-06T17:10:06.153Z] - "btrfs": [2020-04-06T17:10:06.153Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-04-06T17:10:06.153Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-04-06T17:10:06.153Z] - "devicemapper": [2020-04-06T17:10:06.153Z] - CONFIG_BLK_DEV_DM: enabled [2020-04-06T17:10:06.153Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-04-06T17:10:06.153Z] - "overlay": [2020-04-06T17:10:06.153Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-04-06T17:10:06.153Z] - "zfs": [2020-04-06T17:10:06.153Z] - /dev/zfs: missing [2020-04-06T17:10:06.153Z] - zfs command: missing [2020-04-06T17:10:06.153Z] - zpool command: missing [2020-04-06T17:10:06.153Z] [2020-04-06T17:10:06.153Z] Limits: [2020-04-06T17:10:06.153Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-04-06T17:10:06.153Z] [2020-04-06T17:10:06.153Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-04-06T17:10:06.592Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-06T17:10:06.592Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-06T17:10:06.592Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-06T17:10:06.592Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-04-06T17:10:06.592Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:08a2fe0d566c51081b23484890871adfb31ddbb9 . [2020-04-06T17:10:06.942Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [166 kB] [2020-04-06T17:10:06.942Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-04-06T17:10:07.698Z] Fetched 8034 kB in 1s (5614 kB/s) [2020-04-06T17:10:08.469Z] Reading package lists... [2020-04-06T17:10:08.857Z] Reading package lists... [2020-04-06T17:10:08.857Z] Building dependency tree... [2020-04-06T17:10:08.857Z] Reading state information... [2020-04-06T17:10:08.857Z] The following additional packages will be installed: [2020-04-06T17:10:08.857Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-04-06T17:10:08.857Z] libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-04-06T17:10:08.857Z] Suggested packages: [2020-04-06T17:10:08.857Z] manpages-dev python-setuptools [2020-04-06T17:10:08.857Z] The following NEW packages will be installed: [2020-04-06T17:10:08.857Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-04-06T17:10:08.857Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-04-06T17:10:08.857Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-04-06T17:10:08.857Z] python-six zlib1g-dev [2020-04-06T17:10:08.857Z] 0 upgraded, 17 newly installed, 0 to remove and 14 not upgraded. [2020-04-06T17:10:08.857Z] Need to get 3742 kB of archives. [2020-04-06T17:10:08.857Z] After this operation, 22.0 MB of additional disk space will be used. [2020-04-06T17:10:08.857Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-04-06T17:10:09.222Z] Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-04-06T17:10:09.222Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-04-06T17:10:09.222Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-04-06T17:10:09.222Z] Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-04-06T17:10:09.222Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-04-06T17:10:09.222Z] Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2020-04-06T17:10:09.222Z] Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-04-06T17:10:09.222Z] Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-04-06T17:10:09.222Z] Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-04-06T17:10:09.222Z] Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-04-06T17:10:09.222Z] Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-04-06T17:10:09.222Z] Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2020-04-06T17:10:09.222Z] Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-04-06T17:10:09.222Z] Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-04-06T17:10:09.222Z] Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-04-06T17:10:09.222Z] Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-04-06T17:10:09.222Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-06T17:10:09.222Z] Fetched 3742 kB in 0s (30.2 MB/s) [2020-04-06T17:10:09.222Z] Selecting previously unselected package libcap-dev:s390x. [2020-04-06T17:10:09.222Z] (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 ... 15168 files and directories currently installed.) [2020-04-06T17:10:09.222Z] Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-04-06T17:10:09.222Z] Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-04-06T17:10:09.222Z] Selecting previously unselected package libnet1:s390x. [2020-04-06T17:10:09.222Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-04-06T17:10:09.222Z] Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-04-06T17:10:09.222Z] Selecting previously unselected package libnet1-dev. [2020-04-06T17:10:09.222Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-04-06T17:10:09.222Z] Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-04-06T17:10:09.222Z] Selecting previously unselected package libnl-3-200:s390x. [2020-04-06T17:10:09.222Z] Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-04-06T17:10:09.222Z] Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-04-06T17:10:09.222Z] Selecting previously unselected package libnl-3-dev:s390x. [2020-04-06T17:10:09.222Z] Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-04-06T17:10:09.222Z] Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-04-06T17:10:09.222Z] Selecting previously unselected package libprotobuf-c1:s390x. [2020-04-06T17:10:09.222Z] Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-04-06T17:10:09.222Z] Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-04-06T17:10:09.311Z] Sending build context to Docker daemon 55.37MB [2020-04-06T17:10:09.311Z] Step 1/140 : ARG CROSS="false" [2020-04-06T17:10:09.311Z] Step 2/140 : ARG GO_VERSION=1.12.17 [2020-04-06T17:10:09.311Z] Step 3/140 : ARG DEBIAN_FRONTEND=noninteractive [2020-04-06T17:10:09.311Z] Step 4/140 : ARG VPNKIT_DIGEST=e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2020-04-06T17:10:09.311Z] Step 5/140 : FROM golang:${GO_VERSION}-buster AS base [2020-04-06T17:10:09.311Z] 1.12.17-buster: Pulling from library/golang [2020-04-06T17:10:09.311Z] a2d5a5ee40c1: Pulling fs layer [2020-04-06T17:10:09.311Z] f7f35d9825c3: Pulling fs layer [2020-04-06T17:10:09.311Z] 27e6d793f757: Pulling fs layer [2020-04-06T17:10:09.311Z] fa97a0399500: Pulling fs layer [2020-04-06T17:10:09.311Z] cbc0eec775fb: Pulling fs layer [2020-04-06T17:10:09.311Z] 45c5ebb0ada5: Pulling fs layer [2020-04-06T17:10:09.311Z] 197b6e708d5f: Pulling fs layer [2020-04-06T17:10:09.311Z] fa97a0399500: Waiting [2020-04-06T17:10:09.311Z] cbc0eec775fb: Waiting [2020-04-06T17:10:09.311Z] 197b6e708d5f: Waiting [2020-04-06T17:10:09.311Z] 45c5ebb0ada5: Waiting [2020-04-06T17:10:09.569Z] Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-04-06T17:10:09.569Z] Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-04-06T17:10:09.569Z] Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-04-06T17:10:09.569Z] Selecting previously unselected package zlib1g-dev:s390x. [2020-04-06T17:10:09.569Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-04-06T17:10:09.569Z] Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-04-06T17:10:09.569Z] Selecting previously unselected package libprotobuf17:s390x. [2020-04-06T17:10:09.569Z] Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-04-06T17:10:09.569Z] Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-04-06T17:10:09.569Z] Selecting previously unselected package libprotobuf-lite17:s390x. [2020-04-06T17:10:09.569Z] Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-04-06T17:10:09.569Z] Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-04-06T17:10:09.569Z] Selecting previously unselected package libprotobuf-dev:s390x. [2020-04-06T17:10:09.569Z] Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-04-06T17:10:09.569Z] Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-04-06T17:10:09.569Z] Selecting previously unselected package libprotoc17:s390x. [2020-04-06T17:10:09.569Z] Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-04-06T17:10:09.569Z] Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-04-06T17:10:09.923Z] Selecting previously unselected package protobuf-c-compiler. [2020-04-06T17:10:09.923Z] Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-04-06T17:10:09.923Z] Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-04-06T17:10:09.923Z] Selecting previously unselected package protobuf-compiler. [2020-04-06T17:10:09.923Z] Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-04-06T17:10:09.923Z] Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-04-06T17:10:09.923Z] Selecting previously unselected package python-pkg-resources. [2020-04-06T17:10:09.923Z] Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-04-06T17:10:09.923Z] Unpacking python-pkg-resources (40.8.0-1) ... [2020-04-06T17:10:09.923Z] Selecting previously unselected package python-six. [2020-04-06T17:10:09.923Z] Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-04-06T17:10:09.923Z] Unpacking python-six (1.12.0-1) ... [2020-04-06T17:10:09.923Z] Selecting previously unselected package python-protobuf. [2020-04-06T17:10:09.923Z] Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-04-06T17:10:09.923Z] Unpacking python-protobuf (3.6.1.3-2) ... [2020-04-06T17:10:09.923Z] Setting up python-pkg-resources (40.8.0-1) ... [2020-04-06T17:10:10.274Z] Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-04-06T17:10:10.274Z] Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-04-06T17:10:10.274Z] Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-04-06T17:10:10.274Z] Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-04-06T17:10:10.274Z] Setting up python-six (1.12.0-1) ... [2020-04-06T17:10:10.274Z] Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-04-06T17:10:10.274Z] Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-04-06T17:10:10.336Z] f7f35d9825c3: Verifying Checksum [2020-04-06T17:10:10.336Z] f7f35d9825c3: Download complete [2020-04-06T17:10:10.623Z] 27e6d793f757: Verifying Checksum [2020-04-06T17:10:10.623Z] 27e6d793f757: Download complete [2020-04-06T17:10:10.628Z] Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-04-06T17:10:10.628Z] Setting up libcap-dev:s390x (1:2.25-2) ... [2020-04-06T17:10:10.628Z] Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-04-06T17:10:10.628Z] Setting up protobuf-compiler (3.6.1.3-2) ... [2020-04-06T17:10:10.628Z] Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-04-06T17:10:10.628Z] Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-04-06T17:10:10.628Z] Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-04-06T17:10:10.628Z] Setting up python-protobuf (3.6.1.3-2) ... [2020-04-06T17:10:10.976Z] Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-04-06T17:10:10.976Z] Processing triggers for libc-bin (2.28-10) ... [2020-04-06T17:10:11.719Z] Removing intermediate container 8a73634fd55c [2020-04-06T17:10:11.719Z] ---> 81197874af55 [2020-04-06T17:10:11.719Z] Step 12/140 : ENV CRIU_VERSION 3.12 [2020-04-06T17:10:11.719Z] ---> Running in d4f16d4d7941 [2020-04-06T17:10:12.107Z] Removing intermediate container d4f16d4d7941 [2020-04-06T17:10:12.107Z] ---> e771fcb41fb7 [2020-04-06T17:10:12.107Z] Step 13/140 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2020-04-06T17:10:12.107Z] ---> Running in 3f6e82e59a0f [2020-04-06T17:10:13.327Z] a2d5a5ee40c1: Verifying Checksum [2020-04-06T17:10:13.327Z] a2d5a5ee40c1: Download complete [2020-04-06T17:10:14.853Z] fa97a0399500: Verifying Checksum [2020-04-06T17:10:14.853Z] fa97a0399500: Download complete [2020-04-06T17:10:15.141Z] 197b6e708d5f: Verifying Checksum [2020-04-06T17:10:15.141Z] 197b6e708d5f: Download complete [2020-04-06T17:10:16.656Z] cbc0eec775fb: Verifying Checksum [2020-04-06T17:10:16.656Z] cbc0eec775fb: Download complete [2020-04-06T17:10:18.172Z] Note: Building without setproctitle() and strlcpy() support. [2020-04-06T17:10:18.172Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-04-06T17:10:18.172Z] fatal: not a git repository (or any of the parent directories): .git [2020-04-06T17:10:18.172Z]  GEN .gitid [2020-04-06T17:10:18.172Z] GEN criu/include/version.h [2020-04-06T17:10:18.172Z] GEN include/common/asm [2020-04-06T17:10:18.524Z] PBCC images/google/protobuf/descriptor.pb-c.c [2020-04-06T17:10:18.524Z] PBCC images/opts.pb-c.c [2020-04-06T17:10:18.524Z] PBCC images/sit.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/google/protobuf/descriptor.pb-c.d [2020-04-06T17:10:18.524Z] DEP images/opts.pb-c.d [2020-04-06T17:10:18.524Z] DEP images/sit.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/macvlan.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/macvlan.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/autofs.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/autofs.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/sysctl.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/sysctl.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/time.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/time.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/binfmt-misc.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/binfmt-misc.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/seccomp.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/seccomp.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/userns.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/userns.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/cgroup.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/cgroup.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/fown.pb-c.c [2020-04-06T17:10:18.524Z] PBCC images/ext-file.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/fown.pb-c.d [2020-04-06T17:10:18.524Z] DEP images/ext-file.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/rpc.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/rpc.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/siginfo.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/siginfo.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/pagemap.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/pagemap.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/rlimit.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/rlimit.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/file-lock.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/file-lock.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/tty.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/tty.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/tun.pb-c.c [2020-04-06T17:10:18.524Z] PBCC images/netdev.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/tun.pb-c.d [2020-04-06T17:10:18.524Z] DEP images/netdev.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/vma.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/vma.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/creds.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/creds.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/utsns.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/utsns.pb-c.d [2020-04-06T17:10:18.524Z] PBCC images/ipc-desc.pb-c.c [2020-04-06T17:10:18.524Z] PBCC images/ipc-sem.pb-c.c [2020-04-06T17:10:18.524Z] DEP images/ipc-desc.pb-c.d [2020-04-06T17:10:18.700Z] a2d5a5ee40c1: Pull complete [2020-04-06T17:10:18.933Z] DEP images/ipc-sem.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/ipc-msg.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/ipc-msg.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/ipc-shm.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/ipc-shm.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/ipc-var.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/ipc-var.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/sk-opts.pb-c.c [2020-04-06T17:10:18.934Z] PBCC images/packet-sock.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/sk-opts.pb-c.d [2020-04-06T17:10:18.934Z] DEP images/packet-sock.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/sk-netlink.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/sk-netlink.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/sk-inet.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/sk-inet.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/sk-unix.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/sk-unix.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/mm.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/mm.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/timerfd.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/timerfd.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/timer.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/timer.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/sa.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/sa.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/pipe-data.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/pipe-data.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/mnt.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/mnt.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/sk-packet.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/sk-packet.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/tcp-stream.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/tcp-stream.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/pipe.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/pipe.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/pstree.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/pstree.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/fs.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/fs.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/signalfd.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/signalfd.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/fh.pb-c.c [2020-04-06T17:10:18.934Z] PBCC images/fsnotify.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/fh.pb-c.d [2020-04-06T17:10:18.934Z] DEP images/fsnotify.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/eventpoll.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/eventpoll.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/eventfd.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/eventfd.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/remap-file-path.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/remap-file-path.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/fifo.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/fifo.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/ghost-file.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/ghost-file.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/regfile.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/regfile.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/ns.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/ns.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/fdinfo.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/fdinfo.pb-c.d [2020-04-06T17:10:18.934Z] PBCC images/core-aarch64.pb-c.c [2020-04-06T17:10:18.934Z] PBCC images/core-arm.pb-c.c [2020-04-06T17:10:18.934Z] PBCC images/core-ppc64.pb-c.c [2020-04-06T17:10:18.934Z] PBCC images/core-s390.pb-c.c [2020-04-06T17:10:18.934Z] PBCC images/core-x86.pb-c.c [2020-04-06T17:10:18.934Z] PBCC images/core.pb-c.c [2020-04-06T17:10:18.934Z] PBCC images/inventory.pb-c.c [2020-04-06T17:10:18.934Z] DEP images/core-aarch64.pb-c.d [2020-04-06T17:10:18.934Z] DEP images/core-arm.pb-c.d [2020-04-06T17:10:19.302Z] DEP images/core-ppc64.pb-c.d [2020-04-06T17:10:19.303Z] DEP images/core-s390.pb-c.d [2020-04-06T17:10:19.303Z] DEP images/core-x86.pb-c.d [2020-04-06T17:10:19.303Z] DEP images/core.pb-c.d [2020-04-06T17:10:19.303Z] DEP images/inventory.pb-c.d [2020-04-06T17:10:19.303Z] PBCC images/cpuinfo.pb-c.c [2020-04-06T17:10:19.303Z] DEP images/cpuinfo.pb-c.d [2020-04-06T17:10:19.303Z] PBCC images/stats.pb-c.c [2020-04-06T17:10:19.303Z] DEP images/stats.pb-c.d [2020-04-06T17:10:19.303Z] make[1]: Nothing to be done for 'all'. [2020-04-06T17:10:19.303Z] CC images/stats.o [2020-04-06T17:10:19.321Z] f7f35d9825c3: Pull complete [2020-04-06T17:10:19.480Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-04-06T17:10:19.480Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-6bcf321c\powershellScript.ps1'; exit $LASTEXITCODE; [2020-04-06T17:10:19.480Z] ---------------------------------------------------------------------------- [2020-04-06T17:10:19.480Z] [2020-04-06T17:10:19.480Z] INFO: executeCI.ps1 starting at Mon Apr 6 17:10:16 CUT 2020 [2020-04-06T17:10:19.480Z] [2020-04-06T17:10:19.480Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-04-06T17:10:19.480Z] INFO: Running git version 2.24.1.windows.2 [2020-04-06T17:10:19.480Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-04-06T17:10:19.480Z] INFO: Environment variables: [2020-04-06T17:10:19.480Z] [2020-04-06T17:10:19.480Z] Name Value [2020-04-06T17:10:19.480Z] ---- ----- [2020-04-06T17:10:19.480Z] ALLUSERSPROFILE C:\ProgramData [2020-04-06T17:10:19.480Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-04-06T17:10:19.480Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-04-06T17:10:19.480Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.5 [2020-04-06T17:10:19.480Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.5 [2020-04-06T17:10:19.480Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-04-06T17:10:19.480Z] BRANCH_NAME PR-40784 [2020-04-06T17:10:19.480Z] BUILD_DISPLAY_NAME #1 [2020-04-06T17:10:19.480Z] BUILD_ID 1 [2020-04-06T17:10:19.480Z] BUILD_NUMBER 1 [2020-04-06T17:10:19.480Z] BUILD_TAG jenkins-moby-PR-40784-1 [2020-04-06T17:10:19.480Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-40784/1/ [2020-04-06T17:10:19.480Z] CHANGE_AUTHOR thaJeztah [2020-04-06T17:10:19.480Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2020-04-06T17:10:19.480Z] CHANGE_BRANCH 19.03_update_buildkit [2020-04-06T17:10:19.480Z] CHANGE_FORK thaJeztah/docker [2020-04-06T17:10:19.480Z] CHANGE_ID 40784 [2020-04-06T17:10:19.480Z] CHANGE_TARGET 19.03 [2020-04-06T17:10:19.480Z] CHANGE_TITLE [19.03] vendor buildkit b26cff2413cc6a466f8739262efa13bd126f8fc7 [2020-04-06T17:10:19.480Z] CHANGE_URL https://github.com/moby/moby/pull/40784 [2020-04-06T17:10:19.480Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-06T17:10:19.480Z] CommonProgramFiles C:\Program Files\Common Files [2020-04-06T17:10:19.480Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-04-06T17:10:19.480Z] CommonProgramW6432 C:\Program Files\Common Files [2020-04-06T17:10:19.480Z] COMPUTERNAME azwin-2-899a50 [2020-04-06T17:10:19.480Z] ComSpec C:\windows\system32\cmd.exe [2020-04-06T17:10:19.480Z] ConfigSequenceNumber 0 [2020-04-06T17:10:19.480Z] DOCKER_BUILDKIT 0 [2020-04-06T17:10:19.480Z] DOCKER_DUT_DEBUG 1 [2020-04-06T17:10:19.480Z] DOCKER_EXPERIMENTAL 1 [2020-04-06T17:10:19.480Z] DOCKER_GRAPHDRIVER overlay2 [2020-04-06T17:10:19.480Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-04-06T17:10:19.480Z] EXECUTOR_NUMBER 0 [2020-04-06T17:10:19.480Z] FQDN azwin-2-899a50.westus.cloudapp.azure.com [2020-04-06T17:10:19.480Z] GIT_BRANCH PR-40784 [2020-04-06T17:10:19.480Z] GIT_COMMIT 08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:10:19.480Z] GIT_URL https://github.com/moby/moby.git [2020-04-06T17:10:19.480Z] HUDSON_COOKIE 244da14e-74d9-4205-a059-4f8c2bfcb24e [2020-04-06T17:10:19.480Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-04-06T17:10:19.480Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-04-06T17:10:19.480Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-04-06T17:10:19.480Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.242-1.b08.ojdkbuild.windows.x86_64 [2020-04-06T17:10:19.480Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-04-06T17:10:19.480Z] JENKINS_NODE_COOKIE db942cda-cbab-4b5c-8353-1406ae9d1290 [2020-04-06T17:10:19.480Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-04-06T17:10:19.480Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-04-06T17:10:19.480Z] JOB_BASE_NAME PR-40784 [2020-04-06T17:10:19.480Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40784/display/redirect [2020-04-06T17:10:19.480Z] JOB_NAME moby/PR-40784 [2020-04-06T17:10:19.480Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-40784/ [2020-04-06T17:10:19.480Z] library.jps.version master [2020-04-06T17:10:19.480Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-04-06T17:10:19.480Z] NODE_LABELS amd64 azure azwin-2-899a50 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-04-06T17:10:19.480Z] NODE_NAME azwin-2-899a50 [2020-04-06T17:10:19.480Z] NUMBER_OF_PROCESSORS 4 [2020-04-06T17:10:19.480Z] OS Windows_NT [2020-04-06T17:10:19.480Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-04-06T17:10:19.480Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-04-06T17:10:19.480Z] PROCESSOR_ARCHITECTURE AMD64 [2020-04-06T17:10:19.480Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-04-06T17:10:19.482Z] PROCESSOR_LEVEL 6 [2020-04-06T17:10:19.482Z] PROCESSOR_REVISION 5504 [2020-04-06T17:10:19.482Z] ProgramData C:\ProgramData [2020-04-06T17:10:19.482Z] ProgramFiles C:\Program Files [2020-04-06T17:10:19.482Z] ProgramFiles(x86) C:\Program Files (x86) [2020-04-06T17:10:19.482Z] ProgramW6432 C:\Program Files [2020-04-06T17:10:19.482Z] PROMPT $P$G [2020-04-06T17:10:19.482Z] PSExecutionPolicyPreference Bypass [2020-04-06T17:10:19.482Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-04-06T17:10:19.482Z] PUBLIC C:\Users\Public [2020-04-06T17:10:19.482Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40784/1/display/redirect?page=changes [2020-04-06T17:10:19.482Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40784/1/display/redirect [2020-04-06T17:10:19.482Z] SKIP_VALIDATION_TESTS 1 [2020-04-06T17:10:19.482Z] SOURCES_DRIVE d [2020-04-06T17:10:19.482Z] SOURCES_SUBDIR gopath [2020-04-06T17:10:19.482Z] STAGE_NAME Run tests [2020-04-06T17:10:19.482Z] SystemDrive C: [2020-04-06T17:10:19.482Z] SystemRoot C:\windows [2020-04-06T17:10:19.482Z] TEMP C:\windows\TEMP [2020-04-06T17:10:19.482Z] TESTDEBUG 0 [2020-04-06T17:10:19.482Z] TESTRUN_DRIVE d [2020-04-06T17:10:19.482Z] TESTRUN_SUBDIR CI [2020-04-06T17:10:19.482Z] TIMEOUT 120m [2020-04-06T17:10:19.482Z] TMP C:\windows\TEMP [2020-04-06T17:10:19.482Z] USERDOMAIN WORKGROUP [2020-04-06T17:10:19.482Z] USERNAME azwin-2-899a50$ [2020-04-06T17:10:19.482Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-04-06T17:10:19.482Z] windir C:\windows [2020-04-06T17:10:19.482Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-04-06T17:10:19.482Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-04-06T17:10:19.482Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-04-06T17:10:19.482Z] [2020-04-06T17:10:19.482Z] [2020-04-06T17:10:19.482Z] [2020-04-06T17:10:19.482Z] INFO: Sources under d:\gopath\... [2020-04-06T17:10:19.482Z] INFO: Test run under d:\CI\... [2020-04-06T17:10:19.482Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-04-06T17:10:19.482Z] INFO: docker/docker repository was found [2020-04-06T17:10:19.482Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2020-04-06T17:10:19.482Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1098' [2020-04-06T17:10:19.482Z] INFO: Docker version of control daemon [2020-04-06T17:10:19.482Z] [2020-04-06T17:10:19.482Z] Client: Docker Engine - Enterprise [2020-04-06T17:10:19.482Z] Version: 19.03.5 [2020-04-06T17:10:19.482Z] API version: 1.40 [2020-04-06T17:10:19.482Z] Go version: go1.12.12 [2020-04-06T17:10:19.482Z] Git commit: 2ee0c57608 [2020-04-06T17:10:19.482Z] Built: 11/13/2019 08:00:16 [2020-04-06T17:10:19.482Z] OS/Arch: windows/amd64 [2020-04-06T17:10:19.482Z] Experimental: false [2020-04-06T17:10:19.482Z] [2020-04-06T17:10:19.482Z] Server: Docker Engine - Enterprise [2020-04-06T17:10:19.482Z] Engine: [2020-04-06T17:10:19.482Z] Version: 19.03.5 [2020-04-06T17:10:19.482Z] API version: 1.40 (minimum version 1.24) [2020-04-06T17:10:19.482Z] Go version: go1.12.12 [2020-04-06T17:10:19.482Z] Git commit: 2ee0c57608 [2020-04-06T17:10:19.482Z] Built: 11/13/2019 07:58:51 [2020-04-06T17:10:19.482Z] OS/Arch: windows/amd64 [2020-04-06T17:10:19.482Z] Experimental: true [2020-04-06T17:10:19.482Z] [2020-04-06T17:10:19.482Z] INFO: Docker info of control daemon [2020-04-06T17:10:19.482Z] [2020-04-06T17:10:19.482Z] Client: [2020-04-06T17:10:19.482Z] Debug Mode: false [2020-04-06T17:10:19.482Z] Plugins: [2020-04-06T17:10:19.482Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-04-06T17:10:19.482Z] [2020-04-06T17:10:19.482Z] Server: [2020-04-06T17:10:19.482Z] Containers: 0 [2020-04-06T17:10:19.482Z] Running: 0 [2020-04-06T17:10:19.482Z] Paused: 0 [2020-04-06T17:10:19.482Z] Stopped: 0 [2020-04-06T17:10:19.482Z] Images: 8 [2020-04-06T17:10:19.482Z] Server Version: 19.03.5 [2020-04-06T17:10:19.482Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-04-06T17:10:19.482Z] Windows: [2020-04-06T17:10:19.482Z] LCOW: [2020-04-06T17:10:19.482Z] Logging Driver: json-file [2020-04-06T17:10:19.482Z] Plugins: [2020-04-06T17:10:19.482Z] Volume: local [2020-04-06T17:10:19.482Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-04-06T17:10:19.482Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-04-06T17:10:19.482Z] Swarm: inactive [2020-04-06T17:10:19.482Z] Default Isolation: process [2020-04-06T17:10:19.482Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-04-06T17:10:19.482Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-04-06T17:10:19.482Z] OSType: windows [2020-04-06T17:10:19.482Z] Architecture: x86_64 [2020-04-06T17:10:19.482Z] CPUs: 4 [2020-04-06T17:10:19.482Z] Total Memory: 32GiB [2020-04-06T17:10:19.482Z] Name: azwin-2-899a50 [2020-04-06T17:10:19.482Z] ID: UR4U:SP26:2R3U:OABF:FW7X:OVZM:HGLG:UQJF:ODTF:M7DP:TEU4:TEXW [2020-04-06T17:10:19.482Z] Docker Root Dir: D:\docker [2020-04-06T17:10:19.482Z] Debug Mode: false [2020-04-06T17:10:19.482Z] Registry: https://index.docker.io/v1/ [2020-04-06T17:10:19.482Z] Labels: [2020-04-06T17:10:19.482Z] Experimental: true [2020-04-06T17:10:19.482Z] Insecure Registries: [2020-04-06T17:10:19.482Z] 10.0.0.4:5000 [2020-04-06T17:10:19.482Z] 127.0.0.0/8 [2020-04-06T17:10:19.482Z] Registry Mirrors: [2020-04-06T17:10:19.482Z] http://10.0.0.4:5000/ [2020-04-06T17:10:19.482Z] Live Restore Enabled: false [2020-04-06T17:10:19.482Z] [2020-04-06T17:10:19.482Z] [2020-04-06T17:10:19.482Z] INFO: Commit hash is 08a2fe0d5 [2020-04-06T17:10:19.482Z] INFO: Nuke-Everything... [2020-04-06T17:10:19.482Z] INFO: Container count on control daemon to delete is 0 [2020-04-06T17:10:19.650Z] CC images/core.o [2020-04-06T17:10:19.650Z] CC images/core-x86.o [2020-04-06T17:10:19.650Z] CC images/core-arm.o [2020-04-06T17:10:19.650Z] CC images/core-aarch64.o [2020-04-06T17:10:19.650Z] CC images/core-ppc64.o [2020-04-06T17:10:19.650Z] CC images/core-s390.o [2020-04-06T17:10:19.650Z] CC images/cpuinfo.o [2020-04-06T17:10:19.650Z] CC images/inventory.o [2020-04-06T17:10:19.930Z] INFO: Nuking d:\CI [2020-04-06T17:10:19.930Z] INFO: Zapped successfully [2020-04-06T17:10:19.930Z] INFO: Location for testing is d:\CI\PR-40784\1 [2020-04-06T17:10:19.930Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-04-06T17:10:19.930Z] [2020-04-06T17:10:19.930Z] [2020-04-06T17:10:19.930Z] INFO: Building the image from Dockerfile.windows at 04/06/2020 17:10:19... [2020-04-06T17:10:19.930Z] [2020-04-06T17:10:19.943Z] 27e6d793f757: Pull complete [2020-04-06T17:10:20.005Z] CC images/fdinfo.o [2020-04-06T17:10:20.005Z] CC images/fown.o [2020-04-06T17:10:20.005Z] CC images/ns.o [2020-04-06T17:10:20.005Z] CC images/regfile.o [2020-04-06T17:10:20.005Z] CC images/ghost-file.o [2020-04-06T17:10:20.005Z] CC images/fifo.o [2020-04-06T17:10:20.005Z] CC images/remap-file-path.o [2020-04-06T17:10:20.005Z] CC images/eventfd.o [2020-04-06T17:10:20.005Z] CC images/eventpoll.o [2020-04-06T17:10:20.005Z] CC images/fh.o [2020-04-06T17:10:20.005Z] CC images/fsnotify.o [2020-04-06T17:10:20.005Z] CC images/signalfd.o [2020-04-06T17:10:20.357Z] CC images/fs.o [2020-04-06T17:10:20.357Z] CC images/pstree.o [2020-04-06T17:10:20.357Z] CC images/pipe.o [2020-04-06T17:10:20.357Z] CC images/tcp-stream.o [2020-04-06T17:10:20.357Z] CC images/sk-packet.o [2020-04-06T17:10:20.357Z] CC images/mnt.o [2020-04-06T17:10:20.357Z] CC images/pipe-data.o [2020-04-06T17:10:20.357Z] CC images/sa.o [2020-04-06T17:10:20.357Z] CC images/timer.o [2020-04-06T17:10:20.357Z] CC images/timerfd.o [2020-04-06T17:10:20.357Z] CC images/mm.o [2020-04-06T17:10:20.357Z] CC images/sk-opts.o [2020-04-06T17:10:20.357Z] CC images/sk-unix.o [2020-04-06T17:10:20.357Z] CC images/sk-inet.o [2020-04-06T17:10:20.578Z] 45c5ebb0ada5: Verifying Checksum [2020-04-06T17:10:20.578Z] 45c5ebb0ada5: Download complete [2020-04-06T17:10:20.709Z] CC images/tun.o [2020-04-06T17:10:20.709Z] CC images/sk-netlink.o [2020-04-06T17:10:20.709Z] CC images/packet-sock.o [2020-04-06T17:10:20.709Z] CC images/ipc-var.o [2020-04-06T17:10:20.709Z] CC images/ipc-desc.o [2020-04-06T17:10:20.709Z] CC images/ipc-shm.o [2020-04-06T17:10:20.709Z] CC images/ipc-msg.o [2020-04-06T17:10:20.709Z] CC images/ipc-sem.o [2020-04-06T17:10:20.709Z] CC images/utsns.o [2020-04-06T17:10:20.709Z] CC images/creds.o [2020-04-06T17:10:20.709Z] CC images/vma.o [2020-04-06T17:10:20.709Z] CC images/netdev.o [2020-04-06T17:10:20.709Z] CC images/tty.o [2020-04-06T17:10:21.055Z] CC images/file-lock.o [2020-04-06T17:10:21.055Z] CC images/rlimit.o [2020-04-06T17:10:21.055Z] CC images/pagemap.o [2020-04-06T17:10:21.055Z] CC images/siginfo.o [2020-04-06T17:10:21.055Z] CC images/rpc.o [2020-04-06T17:10:21.055Z] CC images/ext-file.o [2020-04-06T17:10:21.055Z] CC images/cgroup.o [2020-04-06T17:10:21.055Z] CC images/userns.o [2020-04-06T17:10:21.416Z] CC images/google/protobuf/descriptor.o [2020-04-06T17:10:21.416Z] CC images/opts.o [2020-04-06T17:10:21.416Z] CC images/seccomp.o [2020-04-06T17:10:21.416Z] CC images/binfmt-misc.o [2020-04-06T17:10:21.416Z] CC images/time.o [2020-04-06T17:10:21.416Z] CC images/sysctl.o [2020-04-06T17:10:21.416Z] CC images/autofs.o [2020-04-06T17:10:21.416Z] CC images/macvlan.o [2020-04-06T17:10:21.416Z] CC images/sit.o [2020-04-06T17:10:21.771Z] LINK images/built-in.o [2020-04-06T17:10:21.771Z] GEN compel/include/asm [2020-04-06T17:10:21.771Z] GEN compel/include/version.h [2020-04-06T17:10:21.771Z] touch .config [2020-04-06T17:10:21.771Z] GEN include/common/config.h [2020-04-06T17:10:21.771Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-04-06T17:10:21.771Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-04-06T17:10:21.771Z] GEN compel/plugins/include/uapi/std/syscall.h [2020-04-06T17:10:21.771Z] GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-04-06T17:10:21.771Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-04-06T17:10:21.771Z] DEP compel/arch/s390/plugins/std/parasite-head.d [2020-04-06T17:10:21.771Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-04-06T17:10:21.771Z] DEP compel/plugins/std/infect.d [2020-04-06T17:10:21.771Z] DEP compel/plugins/std/string.d [2020-04-06T17:10:21.771Z] DEP compel/plugins/std/log.d [2020-04-06T17:10:21.771Z] DEP compel/plugins/std/fds.d [2020-04-06T17:10:21.771Z] DEP compel/plugins/std/std.d [2020-04-06T17:10:21.771Z] DEP compel/plugins/shmem/shmem.d [2020-04-06T17:10:21.771Z] DEP compel/plugins/fds/fds.d [2020-04-06T17:10:21.771Z] CC compel/plugins/std/std.o [2020-04-06T17:10:21.771Z] CC compel/plugins/std/fds.o [2020-04-06T17:10:21.771Z] CC compel/plugins/std/log.o [2020-04-06T17:10:21.771Z] CC compel/plugins/std/string.o [2020-04-06T17:10:22.340Z] CC compel/plugins/std/infect.o [2020-04-06T17:10:22.340Z] CC compel/arch/s390/plugins/std/parasite-head.o [2020-04-06T17:10:22.340Z] CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-04-06T17:10:22.340Z] CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-04-06T17:10:22.340Z] AR compel/plugins/std.lib.a [2020-04-06T17:10:22.340Z] CC compel/plugins/fds/fds.o [2020-04-06T17:10:22.340Z] AR compel/plugins/fds.lib.a [2020-04-06T17:10:22.340Z] HOSTDEP compel/src/lib/log-host.d [2020-04-06T17:10:22.340Z] HOSTDEP compel/src/lib/handle-elf-host.d [2020-04-06T17:10:22.340Z] HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-04-06T17:10:22.340Z] HOSTDEP compel/src/main-host.d [2020-04-06T17:10:22.340Z] DEP compel/src/lib/ptrace.d [2020-04-06T17:10:22.340Z] DEP compel/src/lib/infect.d [2020-04-06T17:10:22.340Z] DEP compel/src/lib/infect-util.d [2020-04-06T17:10:22.340Z] DEP compel/src/lib/infect-rpc.d [2020-04-06T17:10:22.340Z] DEP compel/arch/s390/src/lib/infect.d [2020-04-06T17:10:22.340Z] DEP compel/arch/s390/src/lib/cpu.d [2020-04-06T17:10:22.340Z] DEP compel/src/lib/log.d [2020-04-06T17:10:22.340Z] DEP compel/src/main.d [2020-04-06T17:10:22.340Z] DEP compel/src/lib/handle-elf.d [2020-04-06T17:10:22.340Z] DEP compel/arch/s390/src/lib/handle-elf.d [2020-04-06T17:10:22.685Z] CC compel/src/lib/log.o [2020-04-06T17:10:22.685Z] CC compel/arch/s390/src/lib/cpu.o [2020-04-06T17:10:22.685Z] CC compel/arch/s390/src/lib/infect.o [2020-04-06T17:10:22.685Z] CC compel/src/lib/infect-rpc.o [2020-04-06T17:10:22.685Z] CC compel/src/lib/infect-util.o [2020-04-06T17:10:22.685Z] CC compel/src/lib/infect.o [2020-04-06T17:10:23.050Z] CC compel/src/lib/ptrace.o [2020-04-06T17:10:23.050Z] AR compel/libcompel.a [2020-04-06T17:10:23.050Z] HOSTCC compel/src/main-host.o [2020-04-06T17:10:23.050Z] HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-04-06T17:10:23.050Z] HOSTCC compel/src/lib/handle-elf-host.o [2020-04-06T17:10:23.050Z] HOSTCC compel/src/lib/log-host.o [2020-04-06T17:10:23.400Z] HOSTLINK compel/compel-host-bin [2020-04-06T17:10:23.400Z] DEP soccr/soccr.d [2020-04-06T17:10:23.400Z] CC soccr/soccr.o [2020-04-06T17:10:23.400Z] AR soccr/libsoccr.a [2020-04-06T17:10:23.400Z] make[1]: 'soccr/libsoccr.a' is up to date. [2020-04-06T17:10:23.400Z] DEP criu/arch/s390/sigframe.d [2020-04-06T17:10:23.400Z] DEP criu/arch/s390/crtools.d [2020-04-06T17:10:23.747Z] DEP criu/arch/s390/cpu.d [2020-04-06T17:10:23.747Z] CC criu/arch/s390/cpu.o [2020-04-06T17:10:23.747Z] CC criu/arch/s390/crtools.o [2020-04-06T17:10:23.747Z] CC criu/arch/s390/sigframe.o [2020-04-06T17:10:23.747Z] LINK criu/arch/s390/crtools.built-in.o [2020-04-06T17:10:23.747Z] DEP criu/arch/s390/vdso-pie.d [2020-04-06T17:10:23.747Z] DEP criu/pie/parasite-vdso.d [2020-04-06T17:10:23.747Z] DEP criu/pie/util-vdso.d [2020-04-06T17:10:23.747Z] DEP criu/pie/util.d [2020-04-06T17:10:24.077Z] fa97a0399500: Pull complete [2020-04-06T17:10:24.094Z] CC criu/pie/util.o [2020-04-06T17:10:24.094Z] CC criu/pie/util-vdso.o [2020-04-06T17:10:24.094Z] CC criu/pie/parasite-vdso.o [2020-04-06T17:10:24.094Z] CC criu/arch/s390/vdso-pie.o [2020-04-06T17:10:24.094Z] AR criu/pie/pie.lib.a [2020-04-06T17:10:24.094Z] DEP criu/pie/restorer.d [2020-04-06T17:10:24.094Z] DEP criu/arch/s390/restorer.d [2020-04-06T17:10:24.094Z] DEP criu/pie/parasite.d [2020-04-06T17:10:24.448Z] CC criu/pie/parasite.o [2020-04-06T17:10:24.448Z] LINK criu/pie/parasite.built-in.o [2020-04-06T17:10:24.448Z] GEN criu/pie/parasite-blob.h [2020-04-06T17:10:24.448Z] CC criu/arch/s390/restorer.o [2020-04-06T17:10:24.448Z] CC criu/pie/restorer.o [2020-04-06T17:10:24.534Z] Sending build context to Docker daemon 55.36MB [2020-04-06T17:10:24.534Z] [2020-04-06T17:10:24.534Z] Step 1/8 : FROM microsoft/windowsservercore [2020-04-06T17:10:24.534Z] ---> 80e84fd280e2 [2020-04-06T17:10:24.534Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-04-06T17:10:24.534Z] ---> Using cache [2020-04-06T17:10:24.534Z] ---> debdfcd01911 [2020-04-06T17:10:24.534Z] Step 3/8 : ARG GO_VERSION=1.12.17 [2020-04-06T17:10:24.534Z] ---> Using cache [2020-04-06T17:10:24.534Z] ---> f19822ac03f4 [2020-04-06T17:10:24.534Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2020-04-06T17:10:24.534Z] ---> Using cache [2020-04-06T17:10:24.534Z] ---> f8249e93f315 [2020-04-06T17:10:24.534Z] 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 [2020-04-06T17:10:24.534Z] ---> Using cache [2020-04-06T17:10:24.534Z] ---> 43e766b6c7c5 [2020-04-06T17:10:24.534Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2020-04-06T17:10:24.534Z] ---> Using cache [2020-04-06T17:10:24.534Z] ---> 7fabb734eb53 [2020-04-06T17:10:24.534Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-04-06T17:10:24.534Z] ---> Using cache [2020-04-06T17:10:24.534Z] ---> a098fe64673b [2020-04-06T17:10:24.534Z] Step 8/8 : COPY . . [2020-04-06T17:10:24.821Z] LINK criu/pie/restorer.built-in.o [2020-04-06T17:10:24.821Z] GEN criu/pie/restorer-blob.h [2020-04-06T17:10:24.821Z] DEP criu/vdso.d [2020-04-06T17:10:24.821Z] DEP criu/uts_ns.d [2020-04-06T17:10:24.821Z] DEP criu/util.d [2020-04-06T17:10:25.182Z] DEP criu/uffd.d [2020-04-06T17:10:25.182Z] DEP criu/tun.d [2020-04-06T17:10:25.182Z] DEP criu/tty.d [2020-04-06T17:10:25.182Z] DEP criu/timerfd.d [2020-04-06T17:10:25.182Z] DEP criu/sysfs_parse.d [2020-04-06T17:10:25.182Z] DEP criu/sysctl.d [2020-04-06T17:10:25.182Z] DEP criu/string.d [2020-04-06T17:10:25.182Z] DEP criu/stats.d [2020-04-06T17:10:25.182Z] DEP criu/sockets.d [2020-04-06T17:10:25.182Z] DEP criu/sk-unix.d [2020-04-06T17:10:25.182Z] DEP criu/sk-tcp.d [2020-04-06T17:10:25.182Z] DEP criu/sk-queue.d [2020-04-06T17:10:25.182Z] DEP criu/sk-packet.d [2020-04-06T17:10:25.532Z] DEP criu/sk-netlink.d [2020-04-06T17:10:25.532Z] DEP criu/sk-inet.d [2020-04-06T17:10:25.532Z] DEP criu/signalfd.d [2020-04-06T17:10:25.532Z] DEP criu/sigframe.d [2020-04-06T17:10:25.532Z] DEP criu/shmem.d [2020-04-06T17:10:25.532Z] DEP criu/servicefd.d [2020-04-06T17:10:25.532Z] DEP criu/seize.d [2020-04-06T17:10:25.532Z] DEP criu/seccomp.d [2020-04-06T17:10:25.532Z] DEP criu/rst-malloc.d [2020-04-06T17:10:25.532Z] DEP criu/rbtree.d [2020-04-06T17:10:25.532Z] DEP criu/pstree.d [2020-04-06T17:10:25.532Z] DEP criu/protobuf.d [2020-04-06T17:10:25.532Z] GEN criu/protobuf-desc-gen.h [2020-04-06T17:10:25.918Z] DEP criu/protobuf-desc.d [2020-04-06T17:10:25.918Z] DEP criu/proc_parse.d [2020-04-06T17:10:25.918Z] DEP criu/plugin.d [2020-04-06T17:10:25.918Z] DEP criu/pipes.d [2020-04-06T17:10:25.918Z] DEP criu/pie-util.d [2020-04-06T17:10:25.918Z] DEP criu/pie-util-vdso.d [2020-04-06T17:10:25.918Z] DEP criu/pie-util-vdso-elf32.d [2020-04-06T17:10:25.918Z] DEP criu/path.d [2020-04-06T17:10:25.918Z] DEP criu/parasite-syscall.d [2020-04-06T17:10:25.918Z] DEP criu/pagemap.d [2020-04-06T17:10:26.310Z] DEP criu/pagemap-cache.d [2020-04-06T17:10:26.310Z] DEP criu/page-xfer.d [2020-04-06T17:10:26.310Z] DEP criu/page-pipe.d [2020-04-06T17:10:26.310Z] DEP criu/netfilter.d [2020-04-06T17:10:26.310Z] DEP criu/net.d [2020-04-06T17:10:26.310Z] DEP criu/namespaces.d [2020-04-06T17:10:26.310Z] DEP criu/mount.d [2020-04-06T17:10:26.310Z] DEP criu/mem.d [2020-04-06T17:10:26.310Z] DEP criu/lsm.d [2020-04-06T17:10:26.310Z] DEP criu/log.d [2020-04-06T17:10:26.310Z] DEP criu/libnetlink.d [2020-04-06T17:10:26.310Z] DEP criu/kerndat.d [2020-04-06T17:10:26.310Z] DEP criu/kcmp-ids.d [2020-04-06T17:10:26.310Z] DEP criu/irmap.d [2020-04-06T17:10:26.310Z] DEP criu/ipc_ns.d [2020-04-06T17:10:26.669Z] DEP criu/image.d [2020-04-06T17:10:26.669Z] DEP criu/image-desc.d [2020-04-06T17:10:26.669Z] DEP criu/fsnotify.d [2020-04-06T17:10:26.669Z] DEP criu/filesystems.d [2020-04-06T17:10:26.669Z] DEP criu/files.d [2020-04-06T17:10:26.669Z] DEP criu/files-reg.d [2020-04-06T17:10:26.669Z] DEP criu/files-ext.d [2020-04-06T17:10:26.669Z] DEP criu/file-lock.d [2020-04-06T17:10:26.669Z] DEP criu/file-ids.d [2020-04-06T17:10:26.669Z] DEP criu/fifo.d [2020-04-06T17:10:26.669Z] DEP criu/fdstore.d [2020-04-06T17:10:26.669Z] DEP criu/fault-injection.d [2020-04-06T17:10:26.669Z] DEP criu/external.d [2020-04-06T17:10:26.669Z] DEP criu/eventpoll.d [2020-04-06T17:10:26.669Z] DEP criu/eventfd.d [2020-04-06T17:10:26.827Z] cbc0eec775fb: Pull complete [2020-04-06T17:10:27.022Z] DEP criu/crtools.d [2020-04-06T17:10:27.022Z] DEP criu/cr-service.d [2020-04-06T17:10:27.022Z] DEP criu/cr-restore.d [2020-04-06T17:10:27.022Z] DEP criu/cr-errno.d [2020-04-06T17:10:27.022Z] DEP criu/cr-dump.d [2020-04-06T17:10:27.022Z] DEP criu/cr-dedup.d [2020-04-06T17:10:27.022Z] DEP criu/cr-check.d [2020-04-06T17:10:27.022Z] DEP criu/config.d [2020-04-06T17:10:27.022Z] DEP criu/clone-noasan.d [2020-04-06T17:10:27.022Z] DEP criu/cgroup.d [2020-04-06T17:10:27.022Z] DEP criu/cgroup-props.d [2020-04-06T17:10:27.022Z] DEP criu/bitmap.d [2020-04-06T17:10:27.022Z] DEP criu/bfd.d [2020-04-06T17:10:27.022Z] DEP criu/autofs.d [2020-04-06T17:10:27.022Z] DEP criu/aio.d [2020-04-06T17:10:27.379Z] DEP criu/action-scripts.d [2020-04-06T17:10:27.379Z] CC criu/action-scripts.o [2020-04-06T17:10:27.379Z] CC criu/aio.o [2020-04-06T17:10:27.379Z] CC criu/autofs.o [2020-04-06T17:10:27.735Z] CC criu/bfd.o [2020-04-06T17:10:27.735Z] CC criu/bitmap.o [2020-04-06T17:10:27.735Z] CC criu/cgroup-props.o [2020-04-06T17:10:27.735Z] CC criu/cgroup.o [2020-04-06T17:10:28.487Z] CC criu/clone-noasan.o [2020-04-06T17:10:28.487Z] CC criu/config.o [2020-04-06T17:10:28.487Z] CC criu/cr-check.o [2020-04-06T17:10:28.839Z] CC criu/cr-dedup.o [2020-04-06T17:10:28.839Z] CC criu/cr-dump.o [2020-04-06T17:10:29.210Z] CC criu/cr-errno.o [2020-04-06T17:10:29.210Z] CC criu/cr-restore.o [2020-04-06T17:10:30.039Z] CC criu/cr-service.o [2020-04-06T17:10:30.382Z] CC criu/crtools.o [2020-04-06T17:10:30.382Z] CC criu/eventfd.o [2020-04-06T17:10:30.731Z] CC criu/eventpoll.o [2020-04-06T17:10:30.731Z] CC criu/external.o [2020-04-06T17:10:30.731Z] CC criu/fault-injection.o [2020-04-06T17:10:30.731Z] CC criu/fdstore.o [2020-04-06T17:10:31.085Z] CC criu/fifo.o [2020-04-06T17:10:31.086Z] CC criu/file-ids.o [2020-04-06T17:10:31.086Z] CC criu/file-lock.o [2020-04-06T17:10:31.086Z] CC criu/files-ext.o [2020-04-06T17:10:31.435Z] CC criu/files-reg.o [2020-04-06T17:10:31.796Z] CC criu/files.o [2020-04-06T17:10:32.156Z] CC criu/filesystems.o [2020-04-06T17:10:32.156Z] CC criu/fsnotify.o [2020-04-06T17:10:32.346Z] 45c5ebb0ada5: Pull complete [2020-04-06T17:10:32.346Z] 197b6e708d5f: Pull complete [2020-04-06T17:10:32.346Z] Digest: sha256:d9d06cb747d49db5d5703610ecdef837c0432efcaccc4a5959155dd61fe42f4a [2020-04-06T17:10:32.346Z] Status: Downloaded newer image for golang:1.12.17-buster [2020-04-06T17:10:32.346Z] ---> a6f21a6e6ce8 [2020-04-06T17:10:32.346Z] Step 6/140 : ARG APT_MIRROR [2020-04-06T17:10:32.346Z] ---> Running in c56bdc0d3708 [2020-04-06T17:10:32.346Z] Removing intermediate container c56bdc0d3708 [2020-04-06T17:10:32.346Z] ---> bbff813fca7f [2020-04-06T17:10:32.346Z] Step 7/140 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2020-04-06T17:10:32.346Z] ---> Running in a582063d429a [2020-04-06T17:10:32.506Z] CC criu/image-desc.o [2020-04-06T17:10:32.506Z] CC criu/image.o [2020-04-06T17:10:32.506Z] CC criu/ipc_ns.o [2020-04-06T17:10:32.869Z] CC criu/irmap.o [2020-04-06T17:10:32.869Z] CC criu/kcmp-ids.o [2020-04-06T17:10:32.869Z] CC criu/kerndat.o [2020-04-06T17:10:32.965Z] Removing intermediate container a582063d429a [2020-04-06T17:10:32.965Z] ---> ab9af63c5da8 [2020-04-06T17:10:32.965Z] Step 8/140 : ENV GO111MODULE=off [2020-04-06T17:10:32.965Z] ---> Running in 935fc7a56ef9 [2020-04-06T17:10:32.965Z] Removing intermediate container 935fc7a56ef9 [2020-04-06T17:10:32.965Z] ---> 11aee818c11d [2020-04-06T17:10:32.965Z] Step 9/140 : FROM base AS criu [2020-04-06T17:10:32.965Z] ---> 11aee818c11d [2020-04-06T17:10:32.965Z] Step 10/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:10:32.965Z] ---> Running in d05877f0d034 [2020-04-06T17:10:33.245Z] CC criu/libnetlink.o [2020-04-06T17:10:33.245Z] CC criu/log.o [2020-04-06T17:10:33.250Z] Removing intermediate container d05877f0d034 [2020-04-06T17:10:33.250Z] ---> 1117a60171d9 [2020-04-06T17:10:33.250Z] Step 11/140 : RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2020-04-06T17:10:33.250Z] ---> Running in 1b5d6f6f5864 [2020-04-06T17:10:33.542Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-06T17:10:33.615Z] CC criu/lsm.o [2020-04-06T17:10:33.615Z] CC criu/mem.o [2020-04-06T17:10:33.900Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-06T17:10:33.974Z] CC criu/mount.o [2020-04-06T17:10:34.259Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-06T17:10:34.259Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-04-06T17:10:34.778Z] CC criu/namespaces.o [2020-04-06T17:10:35.145Z] CC criu/net.o [2020-04-06T17:10:35.510Z] CC criu/netfilter.o [2020-04-06T17:10:35.864Z] CC criu/page-pipe.o [2020-04-06T17:10:35.864Z] CC criu/page-xfer.o [2020-04-06T17:10:36.219Z] CC criu/pagemap-cache.o [2020-04-06T17:10:36.219Z] CC criu/pagemap.o [2020-04-06T17:10:36.328Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [182 kB] [2020-04-06T17:10:36.328Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-04-06T17:10:36.590Z] CC criu/parasite-syscall.o [2020-04-06T17:10:36.590Z] CC criu/path.o [2020-04-06T17:10:36.590Z] CC criu/pie-util-vdso-elf32.o [2020-04-06T17:10:36.590Z] CC criu/pie-util-vdso.o [2020-04-06T17:10:36.969Z] CC criu/pie-util.o [2020-04-06T17:10:36.969Z] CC criu/pipes.o [2020-04-06T17:10:36.969Z] CC criu/plugin.o [2020-04-06T17:10:36.969Z] CC criu/proc_parse.o [2020-04-06T17:10:37.755Z] CC criu/protobuf-desc.o [2020-04-06T17:10:37.755Z] CC criu/protobuf.o [2020-04-06T17:10:37.805Z] Fetched 8119 kB in 4s (1900 kB/s) [2020-04-06T17:10:38.105Z] CC criu/pstree.o [2020-04-06T17:10:38.105Z] CC criu/rbtree.o [2020-04-06T17:10:38.105Z] CC criu/rst-malloc.o [2020-04-06T17:10:38.470Z] CC criu/seccomp.o [2020-04-06T17:10:38.471Z] CC criu/seize.o [2020-04-06T17:10:38.819Z] Reading package lists... [2020-04-06T17:10:38.820Z] CC criu/servicefd.o [2020-04-06T17:10:38.820Z] CC criu/shmem.o [2020-04-06T17:10:39.169Z] CC criu/sigframe.o [2020-04-06T17:10:39.169Z] CC criu/signalfd.o [2020-04-06T17:10:39.169Z] CC criu/sk-inet.o [2020-04-06T17:10:39.169Z] CC criu/sk-netlink.o [2020-04-06T17:10:39.518Z] CC criu/sk-packet.o [2020-04-06T17:10:39.518Z] CC criu/sk-queue.o [2020-04-06T17:10:39.518Z] CC criu/sk-tcp.o [2020-04-06T17:10:39.865Z] CC criu/sk-unix.o [2020-04-06T17:10:40.115Z] Reading package lists... [2020-04-06T17:10:40.216Z] CC criu/sockets.o [2020-04-06T17:10:40.406Z] Building dependency tree... [2020-04-06T17:10:40.406Z] Reading state information... [2020-04-06T17:10:40.406Z] The following additional packages will be installed: [2020-04-06T17:10:40.406Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-04-06T17:10:40.406Z] libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-04-06T17:10:40.406Z] Suggested packages: [2020-04-06T17:10:40.406Z] manpages-dev python-setuptools [2020-04-06T17:10:40.615Z] CC criu/stats.o [2020-04-06T17:10:40.615Z] CC criu/string.o [2020-04-06T17:10:40.615Z] CC criu/sysctl.o [2020-04-06T17:10:40.615Z] CC criu/sysfs_parse.o [2020-04-06T17:10:40.693Z] The following NEW packages will be installed: [2020-04-06T17:10:40.693Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-04-06T17:10:40.693Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-04-06T17:10:40.693Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-04-06T17:10:40.693Z] python-six zlib1g-dev [2020-04-06T17:10:40.977Z] 0 upgraded, 17 newly installed, 0 to remove and 14 not upgraded. [2020-04-06T17:10:40.977Z] Need to get 4075 kB of archives. [2020-04-06T17:10:40.977Z] After this operation, 24.5 MB of additional disk space will be used. [2020-04-06T17:10:40.977Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-04-06T17:10:40.977Z] Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-04-06T17:10:40.977Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-04-06T17:10:40.977Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-04-06T17:10:40.977Z] Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-04-06T17:10:40.977Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-04-06T17:10:40.977Z] Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2020-04-06T17:10:40.977Z] Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-04-06T17:10:40.977Z] Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-04-06T17:10:40.977Z] Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-04-06T17:10:40.977Z] Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-04-06T17:10:40.977Z] Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-04-06T17:10:40.977Z] Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2020-04-06T17:10:40.977Z] Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-04-06T17:10:40.977Z] Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-04-06T17:10:40.977Z] Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-04-06T17:10:40.977Z] Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-04-06T17:10:40.978Z] CC criu/timerfd.o [2020-04-06T17:10:40.978Z] CC criu/tty.o [2020-04-06T17:10:41.261Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-06T17:10:41.261Z] Fetched 4075 kB in 0s (20.8 MB/s) [2020-04-06T17:10:41.261Z] Selecting previously unselected package libcap-dev:ppc64el. [2020-04-06T17:10:41.261Z] (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 ... 15330 files and directories currently installed.) [2020-04-06T17:10:41.261Z] Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-04-06T17:10:41.261Z] Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-04-06T17:10:41.261Z] Selecting previously unselected package libnet1:ppc64el. [2020-04-06T17:10:41.261Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-04-06T17:10:41.261Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-04-06T17:10:41.261Z] Selecting previously unselected package libnet1-dev. [2020-04-06T17:10:41.261Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-04-06T17:10:41.261Z] Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-04-06T17:10:41.261Z] Selecting previously unselected package libnl-3-200:ppc64el. [2020-04-06T17:10:41.261Z] Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-04-06T17:10:41.261Z] Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-04-06T17:10:41.327Z] CC criu/tun.o [2020-04-06T17:10:41.327Z] CC criu/uffd.o [2020-04-06T17:10:41.546Z] Selecting previously unselected package libnl-3-dev:ppc64el. [2020-04-06T17:10:41.546Z] Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-04-06T17:10:41.546Z] Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-04-06T17:10:41.546Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-04-06T17:10:41.546Z] Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-04-06T17:10:41.546Z] Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-04-06T17:10:41.546Z] Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-04-06T17:10:41.546Z] Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-04-06T17:10:41.546Z] Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-04-06T17:10:41.546Z] Selecting previously unselected package zlib1g-dev:ppc64el. [2020-04-06T17:10:41.546Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-04-06T17:10:41.546Z] Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-04-06T17:10:41.546Z] Selecting previously unselected package libprotobuf17:ppc64el. [2020-04-06T17:10:41.546Z] Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-04-06T17:10:41.546Z] Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-04-06T17:10:41.676Z] CC criu/util.o [2020-04-06T17:10:41.830Z] Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-04-06T17:10:41.830Z] Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-04-06T17:10:41.830Z] Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-04-06T17:10:41.830Z] Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-04-06T17:10:41.830Z] Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-04-06T17:10:41.830Z] Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-04-06T17:10:42.026Z] CC criu/uts_ns.o [2020-04-06T17:10:42.026Z] CC criu/vdso.o [2020-04-06T17:10:42.114Z] Selecting previously unselected package libprotoc17:ppc64el. [2020-04-06T17:10:42.114Z] Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-04-06T17:10:42.114Z] Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-04-06T17:10:42.114Z] Selecting previously unselected package protobuf-c-compiler. [2020-04-06T17:10:42.114Z] Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-04-06T17:10:42.114Z] Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-04-06T17:10:42.114Z] Selecting previously unselected package protobuf-compiler. [2020-04-06T17:10:42.114Z] Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-04-06T17:10:42.114Z] Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-04-06T17:10:42.114Z] Selecting previously unselected package python-pkg-resources. [2020-04-06T17:10:42.114Z] Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-04-06T17:10:42.114Z] Unpacking python-pkg-resources (40.8.0-1) ... [2020-04-06T17:10:42.114Z] Selecting previously unselected package python-six. [2020-04-06T17:10:42.114Z] Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-04-06T17:10:42.114Z] Unpacking python-six (1.12.0-1) ... [2020-04-06T17:10:42.382Z] LINK criu/built-in.o [2020-04-06T17:10:42.382Z] LINK criu/criu [2020-04-06T17:10:42.382Z] DEP lib/c/criu.d [2020-04-06T17:10:42.382Z] CC images/rpc.pb-c.o [2020-04-06T17:10:42.382Z] CC lib/c/criu.o [2020-04-06T17:10:42.399Z] Selecting previously unselected package python-protobuf. [2020-04-06T17:10:42.399Z] Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-04-06T17:10:42.399Z] Unpacking python-protobuf (3.6.1.3-2) ... [2020-04-06T17:10:42.399Z] Setting up python-pkg-resources (40.8.0-1) ... [2020-04-06T17:10:42.743Z] LINK lib/c/built-in.o [2020-04-06T17:10:42.743Z] LINK lib/c/libcriu.so [2020-04-06T17:10:42.743Z] GEN magic.py [2020-04-06T17:10:42.743Z] Note: Building without setproctitle() and strlcpy() support. [2020-04-06T17:10:42.743Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-04-06T17:10:43.098Z] fatal: not a git repository (or any of the parent directories): .git [2020-04-06T17:10:43.098Z] make[1]: Nothing to be done for 'all'. [2020-04-06T17:10:43.098Z] make[1]: 'images/built-in.o' is up to date. [2020-04-06T17:10:43.098Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-04-06T17:10:43.098Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-04-06T17:10:43.098Z] make[1]: 'compel/libcompel.a' is up to date. [2020-04-06T17:10:43.414Z] Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-04-06T17:10:43.414Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-04-06T17:10:43.414Z] Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-04-06T17:10:43.414Z] Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-04-06T17:10:43.414Z] Setting up python-six (1.12.0-1) ... [2020-04-06T17:10:43.447Z] make[1]: 'compel/compel-host-bin' is up to date. [2020-04-06T17:10:43.447Z] make[1]: Nothing to be done for 'all'. [2020-04-06T17:10:43.447Z] make[1]: 'soccr/libsoccr.a' is up to date. [2020-04-06T17:10:43.447Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:10:43.447Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:10:43.447Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:10:43.447Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:10:43.447Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:10:43.447Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:10:43.447Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:10:43.447Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:10:43.447Z] INSTALL criu/criu [2020-04-06T17:10:43.490Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2020-04-06T17:10:43.490Z] No api/types/ or api/swagger.yaml changes in diff. [2020-04-06T17:10:43.490Z] Congratulations! All toml source files changed here have valid syntax. [2020-04-06T17:10:43.490Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-04-06T17:10:43.490Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-04-06T17:10:43.808Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40784/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=19.03 docker:08a2fe0d566c51081b23484890871adfb31ddbb9 hack/make.sh dynbinary-daemon test-docker-py [2020-04-06T17:10:44.281Z] Removing intermediate container 3f6e82e59a0f [2020-04-06T17:10:44.281Z] ---> 86924b4f8952 [2020-04-06T17:10:44.281Z] Step 14/140 : FROM base AS registry [2020-04-06T17:10:44.281Z] ---> 62d4659667f2 [2020-04-06T17:10:44.281Z] Step 15/140 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-04-06T17:10:44.370Z] [2020-04-06T17:10:44.370Z] Removing bundles/ [2020-04-06T17:10:44.370Z] [2020-04-06T17:10:44.370Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-04-06T17:10:44.370Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-04-06T17:10:44.370Z] GOOS="" GOARCH="" GOARM="" [2020-04-06T17:10:44.426Z] Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-04-06T17:10:44.426Z] Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-04-06T17:10:44.426Z] Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-04-06T17:10:44.426Z] Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-04-06T17:10:44.426Z] Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-04-06T17:10:44.426Z] Setting up protobuf-compiler (3.6.1.3-2) ... [2020-04-06T17:10:44.426Z] Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-04-06T17:10:44.426Z] Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-04-06T17:10:44.426Z] Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-04-06T17:10:44.426Z] Setting up python-protobuf (3.6.1.3-2) ... [2020-04-06T17:10:44.633Z] ---> Running in 9b7afac898a2 [2020-04-06T17:10:44.633Z] Removing intermediate container 9b7afac898a2 [2020-04-06T17:10:44.633Z] ---> f0c8d06458fa [2020-04-06T17:10:44.633Z] Step 16/140 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-04-06T17:10:44.633Z] ---> Running in d3966dbd45ae [2020-04-06T17:10:44.981Z] Removing intermediate container d3966dbd45ae [2020-04-06T17:10:44.981Z] ---> 4477c4818413 [2020-04-06T17:10:44.981Z] Step 17/140 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2020-04-06T17:10:44.981Z] ---> Running in a905010b0265 [2020-04-06T17:10:45.326Z] + mktemp -d [2020-04-06T17:10:45.326Z] + export GOPATH=/tmp/tmp.Zt2mxZGZWZ [2020-04-06T17:10:45.326Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.Zt2mxZGZWZ/src/github.com/docker/distribution [2020-04-06T17:10:45.326Z] Cloning into '/tmp/tmp.Zt2mxZGZWZ/src/github.com/docker/distribution'... [2020-04-06T17:10:45.907Z] Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-04-06T17:10:45.907Z] Processing triggers for libc-bin (2.28-10) ... [2020-04-06T17:10:46.530Z] Removing intermediate container 1b5d6f6f5864 [2020-04-06T17:10:46.530Z] ---> 3a32287fcb10 [2020-04-06T17:10:46.530Z] Step 12/140 : ENV CRIU_VERSION 3.12 [2020-04-06T17:10:46.530Z] ---> Running in 0094f68cfc94 [2020-04-06T17:10:46.530Z] Removing intermediate container 0094f68cfc94 [2020-04-06T17:10:46.530Z] ---> 3adcb54a43df [2020-04-06T17:10:46.530Z] Step 13/140 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2020-04-06T17:10:46.552Z] + cd /tmp/tmp.Zt2mxZGZWZ/src/github.com/docker/distribution [2020-04-06T17:10:46.552Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-04-06T17:10:46.815Z] ---> Running in a62cf44b3672 [2020-04-06T17:10:46.911Z] + GOPATH=/tmp/tmp.Zt2mxZGZWZ/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.Zt2mxZGZWZ go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-04-06T17:10:47.435Z] Note: Building without setproctitle() and strlcpy() support. [2020-04-06T17:10:47.435Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-04-06T17:10:47.722Z] fatal: not a git repository (or any of the parent directories): .git [2020-04-06T17:10:47.722Z]  GEN .gitid [2020-04-06T17:10:47.722Z] GEN criu/include/version.h [2020-04-06T17:10:47.722Z] GEN include/common/asm [2020-04-06T17:10:48.008Z] PBCC images/google/protobuf/descriptor.pb-c.c [2020-04-06T17:10:48.008Z] PBCC images/opts.pb-c.c [2020-04-06T17:10:48.008Z] PBCC images/sit.pb-c.c [2020-04-06T17:10:48.008Z] DEP images/google/protobuf/descriptor.pb-c.d [2020-04-06T17:10:48.008Z] DEP images/opts.pb-c.d [2020-04-06T17:10:48.008Z] DEP images/sit.pb-c.d [2020-04-06T17:10:48.008Z] PBCC images/macvlan.pb-c.c [2020-04-06T17:10:48.008Z] DEP images/macvlan.pb-c.d [2020-04-06T17:10:48.008Z] PBCC images/autofs.pb-c.c [2020-04-06T17:10:48.008Z] DEP images/autofs.pb-c.d [2020-04-06T17:10:48.008Z] PBCC images/sysctl.pb-c.c [2020-04-06T17:10:48.008Z] DEP images/sysctl.pb-c.d [2020-04-06T17:10:48.008Z] PBCC images/time.pb-c.c [2020-04-06T17:10:48.008Z] DEP images/time.pb-c.d [2020-04-06T17:10:48.008Z] PBCC images/binfmt-misc.pb-c.c [2020-04-06T17:10:48.292Z] DEP images/binfmt-misc.pb-c.d [2020-04-06T17:10:48.292Z] PBCC images/seccomp.pb-c.c [2020-04-06T17:10:48.292Z] DEP images/seccomp.pb-c.d [2020-04-06T17:10:48.292Z] PBCC images/userns.pb-c.c [2020-04-06T17:10:48.292Z] DEP images/userns.pb-c.d [2020-04-06T17:10:48.292Z] PBCC images/cgroup.pb-c.c [2020-04-06T17:10:48.292Z] DEP images/cgroup.pb-c.d [2020-04-06T17:10:48.292Z] PBCC images/fown.pb-c.c [2020-04-06T17:10:48.292Z] PBCC images/ext-file.pb-c.c [2020-04-06T17:10:48.292Z] DEP images/fown.pb-c.d [2020-04-06T17:10:48.292Z] DEP images/ext-file.pb-c.d [2020-04-06T17:10:48.292Z] PBCC images/rpc.pb-c.c [2020-04-06T17:10:48.292Z] DEP images/rpc.pb-c.d [2020-04-06T17:10:48.292Z] PBCC images/siginfo.pb-c.c [2020-04-06T17:10:48.292Z] DEP images/siginfo.pb-c.d [2020-04-06T17:10:48.292Z] PBCC images/pagemap.pb-c.c [2020-04-06T17:10:48.292Z] DEP images/pagemap.pb-c.d [2020-04-06T17:10:48.292Z] PBCC images/rlimit.pb-c.c [2020-04-06T17:10:48.292Z] DEP images/rlimit.pb-c.d [2020-04-06T17:10:48.292Z] PBCC images/file-lock.pb-c.c [2020-04-06T17:10:48.292Z] DEP images/file-lock.pb-c.d [2020-04-06T17:10:48.292Z] PBCC images/tty.pb-c.c [2020-04-06T17:10:48.292Z] DEP images/tty.pb-c.d [2020-04-06T17:10:48.292Z] PBCC images/tun.pb-c.c [2020-04-06T17:10:48.292Z] PBCC images/netdev.pb-c.c [2020-04-06T17:10:48.292Z] DEP images/tun.pb-c.d [2020-04-06T17:10:48.576Z] DEP images/netdev.pb-c.d [2020-04-06T17:10:48.576Z] PBCC images/vma.pb-c.c [2020-04-06T17:10:48.576Z] DEP images/vma.pb-c.d [2020-04-06T17:10:48.576Z] PBCC images/creds.pb-c.c [2020-04-06T17:10:48.576Z] DEP images/creds.pb-c.d [2020-04-06T17:10:48.576Z] PBCC images/utsns.pb-c.c [2020-04-06T17:10:48.576Z] DEP images/utsns.pb-c.d [2020-04-06T17:10:48.576Z] PBCC images/ipc-desc.pb-c.c [2020-04-06T17:10:48.576Z] PBCC images/ipc-sem.pb-c.c [2020-04-06T17:10:48.576Z] DEP images/ipc-desc.pb-c.d [2020-04-06T17:10:48.576Z] DEP images/ipc-sem.pb-c.d [2020-04-06T17:10:48.576Z] PBCC images/ipc-msg.pb-c.c [2020-04-06T17:10:48.576Z] DEP images/ipc-msg.pb-c.d [2020-04-06T17:10:48.576Z] PBCC images/ipc-shm.pb-c.c [2020-04-06T17:10:48.576Z] DEP images/ipc-shm.pb-c.d [2020-04-06T17:10:48.576Z] PBCC images/ipc-var.pb-c.c [2020-04-06T17:10:48.576Z] DEP images/ipc-var.pb-c.d [2020-04-06T17:10:48.576Z] PBCC images/sk-opts.pb-c.c [2020-04-06T17:10:48.576Z] PBCC images/packet-sock.pb-c.c [2020-04-06T17:10:48.576Z] DEP images/sk-opts.pb-c.d [2020-04-06T17:10:48.576Z] DEP images/packet-sock.pb-c.d [2020-04-06T17:10:48.576Z] PBCC images/sk-netlink.pb-c.c [2020-04-06T17:10:48.576Z] DEP images/sk-netlink.pb-c.d [2020-04-06T17:10:48.576Z] PBCC images/sk-inet.pb-c.c [2020-04-06T17:10:48.576Z] DEP images/sk-inet.pb-c.d [2020-04-06T17:10:48.866Z] PBCC images/sk-unix.pb-c.c [2020-04-06T17:10:48.866Z] DEP images/sk-unix.pb-c.d [2020-04-06T17:10:48.866Z] PBCC images/mm.pb-c.c [2020-04-06T17:10:48.866Z] DEP images/mm.pb-c.d [2020-04-06T17:10:48.866Z] PBCC images/timerfd.pb-c.c [2020-04-06T17:10:48.866Z] DEP images/timerfd.pb-c.d [2020-04-06T17:10:48.866Z] PBCC images/timer.pb-c.c [2020-04-06T17:10:48.866Z] DEP images/timer.pb-c.d [2020-04-06T17:10:48.866Z] PBCC images/sa.pb-c.c [2020-04-06T17:10:48.866Z] DEP images/sa.pb-c.d [2020-04-06T17:10:48.866Z] PBCC images/pipe-data.pb-c.c [2020-04-06T17:10:48.866Z] DEP images/pipe-data.pb-c.d [2020-04-06T17:10:48.866Z] PBCC images/mnt.pb-c.c [2020-04-06T17:10:48.866Z] DEP images/mnt.pb-c.d [2020-04-06T17:10:48.866Z] PBCC images/sk-packet.pb-c.c [2020-04-06T17:10:48.866Z] DEP images/sk-packet.pb-c.d [2020-04-06T17:10:48.866Z] PBCC images/tcp-stream.pb-c.c [2020-04-06T17:10:48.866Z] DEP images/tcp-stream.pb-c.d [2020-04-06T17:10:48.866Z] PBCC images/pipe.pb-c.c [2020-04-06T17:10:48.866Z] DEP images/pipe.pb-c.d [2020-04-06T17:10:48.866Z] PBCC images/pstree.pb-c.c [2020-04-06T17:10:48.866Z] DEP images/pstree.pb-c.d [2020-04-06T17:10:48.866Z] PBCC images/fs.pb-c.c [2020-04-06T17:10:49.165Z] DEP images/fs.pb-c.d [2020-04-06T17:10:49.165Z] PBCC images/signalfd.pb-c.c [2020-04-06T17:10:49.165Z] DEP images/signalfd.pb-c.d [2020-04-06T17:10:49.165Z] PBCC images/fh.pb-c.c [2020-04-06T17:10:49.165Z] PBCC images/fsnotify.pb-c.c [2020-04-06T17:10:49.165Z] DEP images/fh.pb-c.d [2020-04-06T17:10:49.165Z] DEP images/fsnotify.pb-c.d [2020-04-06T17:10:49.165Z] PBCC images/eventpoll.pb-c.c [2020-04-06T17:10:49.165Z] DEP images/eventpoll.pb-c.d [2020-04-06T17:10:49.165Z] PBCC images/eventfd.pb-c.c [2020-04-06T17:10:49.165Z] DEP images/eventfd.pb-c.d [2020-04-06T17:10:49.165Z] PBCC images/remap-file-path.pb-c.c [2020-04-06T17:10:49.165Z] DEP images/remap-file-path.pb-c.d [2020-04-06T17:10:49.165Z] PBCC images/fifo.pb-c.c [2020-04-06T17:10:49.165Z] DEP images/fifo.pb-c.d [2020-04-06T17:10:49.165Z] PBCC images/ghost-file.pb-c.c [2020-04-06T17:10:49.165Z] DEP images/ghost-file.pb-c.d [2020-04-06T17:10:49.165Z] PBCC images/regfile.pb-c.c [2020-04-06T17:10:49.165Z] DEP images/regfile.pb-c.d [2020-04-06T17:10:49.165Z] PBCC images/ns.pb-c.c [2020-04-06T17:10:49.165Z] DEP images/ns.pb-c.d [2020-04-06T17:10:49.165Z] PBCC images/fdinfo.pb-c.c [2020-04-06T17:10:49.448Z] DEP images/fdinfo.pb-c.d [2020-04-06T17:10:49.448Z] PBCC images/core-aarch64.pb-c.c [2020-04-06T17:10:49.448Z] PBCC images/core-arm.pb-c.c [2020-04-06T17:10:49.448Z] PBCC images/core-ppc64.pb-c.c [2020-04-06T17:10:49.448Z] PBCC images/core-s390.pb-c.c [2020-04-06T17:10:49.448Z] PBCC images/core-x86.pb-c.c [2020-04-06T17:10:49.448Z] PBCC images/core.pb-c.c [2020-04-06T17:10:49.448Z] PBCC images/inventory.pb-c.c [2020-04-06T17:10:49.448Z] DEP images/core-aarch64.pb-c.d [2020-04-06T17:10:49.448Z] DEP images/core-arm.pb-c.d [2020-04-06T17:10:49.448Z] DEP images/core-ppc64.pb-c.d [2020-04-06T17:10:49.448Z] DEP images/core-s390.pb-c.d [2020-04-06T17:10:49.448Z] DEP images/core-x86.pb-c.d [2020-04-06T17:10:49.448Z] DEP images/core.pb-c.d [2020-04-06T17:10:49.448Z] DEP images/inventory.pb-c.d [2020-04-06T17:10:49.448Z] PBCC images/cpuinfo.pb-c.c [2020-04-06T17:10:49.448Z] DEP images/cpuinfo.pb-c.d [2020-04-06T17:10:49.448Z] PBCC images/stats.pb-c.c [2020-04-06T17:10:49.448Z] DEP images/stats.pb-c.d [2020-04-06T17:10:49.481Z] ---> a6506a8629db [2020-04-06T17:10:49.482Z] Successfully built a6506a8629db [2020-04-06T17:10:49.482Z] Successfully tagged docker:latest [2020-04-06T17:10:49.482Z] INFO: Image build ended at 04/06/2020 17:10:48. Duration:00:00:28.6273972 [2020-04-06T17:10:49.482Z] [2020-04-06T17:10:49.482Z] [2020-04-06T17:10:49.482Z] INFO: Building the test binaries at 04/06/2020 17:10:48... [2020-04-06T17:10:49.739Z] make[1]: Nothing to be done for 'all'. [2020-04-06T17:10:50.023Z] CC images/stats.o [2020-04-06T17:10:50.307Z] CC images/core.o [2020-04-06T17:10:50.307Z] CC images/core-x86.o [2020-04-06T17:10:50.590Z] CC images/core-arm.o [2020-04-06T17:10:50.590Z] CC images/core-aarch64.o [2020-04-06T17:10:50.876Z] CC images/core-ppc64.o [2020-04-06T17:10:50.876Z] CC images/core-s390.o [2020-04-06T17:10:51.160Z] CC images/cpuinfo.o [2020-04-06T17:10:51.160Z] CC images/inventory.o [2020-04-06T17:10:51.443Z] CC images/fdinfo.o [2020-04-06T17:10:51.443Z] CC images/fown.o [2020-04-06T17:10:51.443Z] CC images/ns.o [2020-04-06T17:10:51.443Z] CC images/regfile.o [2020-04-06T17:10:51.727Z] CC images/ghost-file.o [2020-04-06T17:10:51.727Z] CC images/fifo.o [2020-04-06T17:10:51.727Z] CC images/remap-file-path.o [2020-04-06T17:10:51.727Z] CC images/eventfd.o [2020-04-06T17:10:51.727Z] CC images/eventpoll.o [2020-04-06T17:10:52.011Z] CC images/fh.o [2020-04-06T17:10:52.011Z] CC images/fsnotify.o [2020-04-06T17:10:52.309Z] CC images/signalfd.o [2020-04-06T17:10:52.309Z] CC images/fs.o [2020-04-06T17:10:52.309Z] CC images/pstree.o [2020-04-06T17:10:52.309Z] CC images/pipe.o [2020-04-06T17:10:52.309Z] CC images/tcp-stream.o [2020-04-06T17:10:52.381Z] INFO: make.ps1 starting at 04/06/2020 17:10:52 [2020-04-06T17:10:52.593Z] CC images/sk-packet.o [2020-04-06T17:10:52.594Z] CC images/mnt.o [2020-04-06T17:10:52.594Z] CC images/pipe-data.o [2020-04-06T17:10:52.594Z] CC images/sa.o [2020-04-06T17:10:52.594Z] CC images/timer.o [2020-04-06T17:10:52.828Z] INFO: Git commit (08a2fe0d5) assumed from DOCKER_GITCOMMIT environment variable [2020-04-06T17:10:52.828Z] INFO: Invoking autogen... [2020-04-06T17:10:52.886Z] CC images/timerfd.o [2020-04-06T17:10:52.886Z] CC images/mm.o [2020-04-06T17:10:52.886Z] CC images/sk-opts.o [2020-04-06T17:10:52.886Z] CC images/sk-unix.o [2020-04-06T17:10:53.170Z] CC images/sk-inet.o [2020-04-06T17:10:53.170Z] CC images/tun.o [2020-04-06T17:10:53.170Z] CC images/sk-netlink.o [2020-04-06T17:10:53.275Z] INFO: Building daemon... [2020-04-06T17:10:53.453Z] CC images/packet-sock.o [2020-04-06T17:10:53.453Z] CC images/ipc-var.o [2020-04-06T17:10:53.453Z] CC images/ipc-desc.o [2020-04-06T17:10:53.453Z] CC images/ipc-shm.o [2020-04-06T17:10:53.739Z] CC images/ipc-msg.o [2020-04-06T17:10:53.739Z] CC images/ipc-sem.o [2020-04-06T17:10:53.739Z] CC images/utsns.o [2020-04-06T17:10:53.739Z] CC images/creds.o [2020-04-06T17:10:53.739Z] CC images/vma.o [2020-04-06T17:10:54.023Z] CC images/netdev.o [2020-04-06T17:10:54.023Z] CC images/tty.o [2020-04-06T17:10:54.309Z] CC images/file-lock.o [2020-04-06T17:10:54.309Z] CC images/rlimit.o [2020-04-06T17:10:54.309Z] CC images/pagemap.o [2020-04-06T17:10:54.309Z] CC images/siginfo.o [2020-04-06T17:10:54.309Z] CC images/rpc.o [2020-04-06T17:10:54.927Z] CC images/ext-file.o [2020-04-06T17:10:54.927Z] CC images/cgroup.o [2020-04-06T17:10:54.927Z] CC images/userns.o [2020-04-06T17:10:55.212Z] CC images/google/protobuf/descriptor.o [2020-04-06T17:10:55.829Z] CC images/opts.o [2020-04-06T17:10:55.829Z] CC images/seccomp.o [2020-04-06T17:10:55.829Z] CC images/binfmt-misc.o [2020-04-06T17:10:55.829Z] CC images/time.o [2020-04-06T17:10:55.829Z] CC images/sysctl.o [2020-04-06T17:10:55.829Z] CC images/autofs.o [2020-04-06T17:10:56.114Z] CC images/macvlan.o [2020-04-06T17:10:56.114Z] CC images/sit.o [2020-04-06T17:10:56.114Z] LINK images/built-in.o [2020-04-06T17:10:56.114Z] GEN compel/include/asm [2020-04-06T17:10:56.114Z] GEN compel/include/version.h [2020-04-06T17:10:56.114Z] touch .config [2020-04-06T17:10:56.114Z] GEN include/common/config.h [2020-04-06T17:10:56.114Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-04-06T17:10:56.114Z] GEN compel/plugins/include/uapi/std/syscall.h [2020-04-06T17:10:56.114Z] GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-04-06T17:10:56.114Z] DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-04-06T17:10:56.114Z] DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-04-06T17:10:56.114Z] DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-04-06T17:10:56.114Z] DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-04-06T17:10:56.114Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-04-06T17:10:56.114Z] DEP compel/plugins/std/infect.d [2020-04-06T17:10:56.397Z] DEP compel/plugins/std/string.d [2020-04-06T17:10:56.397Z] DEP compel/plugins/std/log.d [2020-04-06T17:10:56.397Z] DEP compel/plugins/std/fds.d [2020-04-06T17:10:56.397Z] DEP compel/plugins/std/std.d [2020-04-06T17:10:56.397Z] DEP compel/plugins/shmem/shmem.d [2020-04-06T17:10:56.397Z] DEP compel/plugins/fds/fds.d [2020-04-06T17:10:56.397Z] CC compel/plugins/std/std.o [2020-04-06T17:10:56.681Z] CC compel/plugins/std/fds.o [2020-04-06T17:10:56.681Z] CC compel/plugins/std/log.o [2020-04-06T17:10:56.965Z] CC compel/plugins/std/string.o [2020-04-06T17:10:57.249Z] CC compel/plugins/std/infect.o [2020-04-06T17:10:57.249Z] CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-04-06T17:10:57.249Z] CC compel/arch/ppc64/plugins/std/memcpy.o [2020-04-06T17:10:57.249Z] CC compel/arch/ppc64/plugins/std/memcmp.o [2020-04-06T17:10:57.249Z] CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-04-06T17:10:57.249Z] AR compel/plugins/std.lib.a [2020-04-06T17:10:57.249Z] CC compel/plugins/fds/fds.o [2020-04-06T17:10:57.249Z] AR compel/plugins/fds.lib.a [2020-04-06T17:10:57.533Z] HOSTDEP compel/src/lib/log-host.d [2020-04-06T17:10:57.533Z] HOSTDEP compel/src/lib/handle-elf-host.d [2020-04-06T17:10:57.533Z] HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-04-06T17:10:57.533Z] HOSTDEP compel/src/main-host.d [2020-04-06T17:10:57.533Z] DEP compel/src/lib/ptrace.d [2020-04-06T17:10:57.533Z] DEP compel/src/lib/infect.d [2020-04-06T17:10:57.533Z] DEP compel/src/lib/infect-util.d [2020-04-06T17:10:57.820Z] DEP compel/src/lib/infect-rpc.d [2020-04-06T17:10:57.820Z] DEP compel/arch/ppc64/src/lib/infect.d [2020-04-06T17:10:57.820Z] DEP compel/arch/ppc64/src/lib/cpu.d [2020-04-06T17:10:57.820Z] DEP compel/src/lib/log.d [2020-04-06T17:10:57.820Z] DEP compel/src/main.d [2020-04-06T17:10:57.820Z] DEP compel/src/lib/handle-elf.d [2020-04-06T17:10:57.820Z] DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-04-06T17:10:58.103Z] CC compel/src/lib/log.o [2020-04-06T17:10:58.103Z] CC compel/arch/ppc64/src/lib/cpu.o [2020-04-06T17:10:58.103Z] CC compel/arch/ppc64/src/lib/infect.o [2020-04-06T17:10:58.387Z] CC compel/src/lib/infect-rpc.o [2020-04-06T17:10:58.387Z] CC compel/src/lib/infect-util.o [2020-04-06T17:10:58.671Z] CC compel/src/lib/infect.o [2020-04-06T17:10:59.289Z] CC compel/src/lib/ptrace.o [2020-04-06T17:10:59.289Z] AR compel/libcompel.a [2020-04-06T17:10:59.289Z] HOSTCC compel/src/main-host.o [2020-04-06T17:10:59.575Z] HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-04-06T17:10:59.575Z] HOSTCC compel/src/lib/handle-elf-host.o [2020-04-06T17:10:59.575Z] HOSTCC compel/src/lib/log-host.o [2020-04-06T17:10:59.862Z] HOSTLINK compel/compel-host-bin [2020-04-06T17:10:59.862Z] DEP soccr/soccr.d [2020-04-06T17:10:59.862Z] CC soccr/soccr.o [2020-04-06T17:11:00.482Z] AR soccr/libsoccr.a [2020-04-06T17:11:00.482Z] make[1]: 'soccr/libsoccr.a' is up to date. [2020-04-06T17:11:00.482Z] DEP criu/arch/ppc64/sigframe.d [2020-04-06T17:11:00.482Z] DEP criu/arch/ppc64/crtools.d [2020-04-06T17:11:00.482Z] DEP criu/arch/ppc64/cpu.d [2020-04-06T17:11:00.482Z] CC criu/arch/ppc64/cpu.o [2020-04-06T17:11:00.778Z] CC criu/arch/ppc64/crtools.o [2020-04-06T17:11:01.062Z] CC criu/arch/ppc64/sigframe.o [2020-04-06T17:11:01.062Z] LINK criu/arch/ppc64/crtools.built-in.o [2020-04-06T17:11:01.346Z] DEP criu/arch/ppc64/misc.d [2020-04-06T17:11:01.346Z] DEP criu/arch/ppc64/vdso-trampoline.d [2020-04-06T17:11:01.346Z] DEP criu/arch/ppc64/vdso-pie.d [2020-04-06T17:11:01.346Z] DEP criu/pie/parasite-vdso.d [2020-04-06T17:11:01.346Z] DEP criu/pie/util-vdso.d [2020-04-06T17:11:01.346Z] DEP criu/pie/util.d [2020-04-06T17:11:01.346Z] CC criu/pie/util.o [2020-04-06T17:11:01.631Z] CC criu/pie/util-vdso.o [2020-04-06T17:11:01.631Z] CC criu/pie/parasite-vdso.o [2020-04-06T17:11:01.915Z] CC criu/arch/ppc64/vdso-pie.o [2020-04-06T17:11:02.199Z] CC criu/arch/ppc64/vdso-trampoline.o [2020-04-06T17:11:02.199Z] CC criu/arch/ppc64/misc.o [2020-04-06T17:11:02.199Z] AR criu/pie/pie.lib.a [2020-04-06T17:11:02.199Z] DEP criu/pie/restorer.d [2020-04-06T17:11:02.199Z] DEP criu/arch/ppc64/restorer.d [2020-04-06T17:11:02.199Z] DEP criu/pie/parasite.d [2020-04-06T17:11:02.483Z] CC criu/pie/parasite.o [2020-04-06T17:11:02.767Z] LINK criu/pie/parasite.built-in.o [2020-04-06T17:11:02.767Z] GEN criu/pie/parasite-blob.h [2020-04-06T17:11:02.767Z] CC criu/arch/ppc64/restorer.o [2020-04-06T17:11:02.767Z] CC criu/pie/restorer.o [2020-04-06T17:11:03.420Z] + dpkg --print-architecture [2020-04-06T17:11:03.420Z] + cd /tmp/tmp.Zt2mxZGZWZ/src/github.com/docker/distribution [2020-04-06T17:11:03.420Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-04-06T17:11:03.420Z] + GOPATH=/tmp/tmp.Zt2mxZGZWZ/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.Zt2mxZGZWZ [2020-04-06T17:11:03.420Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-04-06T17:11:03.782Z] LINK criu/pie/restorer.built-in.o [2020-04-06T17:11:03.782Z] GEN criu/pie/restorer-blob.h [2020-04-06T17:11:03.782Z] DEP criu/vdso.d [2020-04-06T17:11:04.069Z] DEP criu/uts_ns.d [2020-04-06T17:11:04.069Z] DEP criu/util.d [2020-04-06T17:11:04.069Z] DEP criu/uffd.d [2020-04-06T17:11:04.069Z] DEP criu/tun.d [2020-04-06T17:11:04.355Z] DEP criu/tty.d [2020-04-06T17:11:04.355Z] DEP criu/timerfd.d [2020-04-06T17:11:04.355Z] DEP criu/sysfs_parse.d [2020-04-06T17:11:04.355Z] DEP criu/sysctl.d [2020-04-06T17:11:04.355Z] DEP criu/string.d [2020-04-06T17:11:04.355Z] DEP criu/stats.d [2020-04-06T17:11:04.640Z] DEP criu/sockets.d [2020-04-06T17:11:04.640Z] DEP criu/sk-unix.d [2020-04-06T17:11:04.640Z] DEP criu/sk-tcp.d [2020-04-06T17:11:04.640Z] DEP criu/sk-queue.d [2020-04-06T17:11:04.930Z] DEP criu/sk-packet.d [2020-04-06T17:11:04.930Z] DEP criu/sk-netlink.d [2020-04-06T17:11:04.930Z] DEP criu/sk-inet.d [2020-04-06T17:11:04.930Z] DEP criu/signalfd.d [2020-04-06T17:11:05.229Z] DEP criu/sigframe.d [2020-04-06T17:11:05.229Z] DEP criu/shmem.d [2020-04-06T17:11:05.229Z] DEP criu/servicefd.d [2020-04-06T17:11:05.229Z] DEP criu/seize.d [2020-04-06T17:11:05.229Z] DEP criu/seccomp.d [2020-04-06T17:11:05.516Z] DEP criu/rst-malloc.d [2020-04-06T17:11:05.516Z] DEP criu/rbtree.d [2020-04-06T17:11:05.516Z] DEP criu/pstree.d [2020-04-06T17:11:05.516Z] DEP criu/protobuf.d [2020-04-06T17:11:05.516Z] GEN criu/protobuf-desc-gen.h [2020-04-06T17:11:06.138Z] DEP criu/protobuf-desc.d [2020-04-06T17:11:06.138Z] DEP criu/proc_parse.d [2020-04-06T17:11:06.138Z] DEP criu/plugin.d [2020-04-06T17:11:06.138Z] DEP criu/pipes.d [2020-04-06T17:11:06.138Z] DEP criu/pie-util.d [2020-04-06T17:11:06.138Z] DEP criu/pie-util-vdso.d [2020-04-06T17:11:06.422Z] DEP criu/pie-util-vdso-elf32.d [2020-04-06T17:11:06.422Z] DEP criu/path.d [2020-04-06T17:11:06.422Z] DEP criu/parasite-syscall.d [2020-04-06T17:11:06.422Z] DEP criu/pagemap.d [2020-04-06T17:11:06.422Z] DEP criu/pagemap-cache.d [2020-04-06T17:11:06.705Z] DEP criu/page-xfer.d [2020-04-06T17:11:06.705Z] DEP criu/page-pipe.d [2020-04-06T17:11:06.705Z] DEP criu/netfilter.d [2020-04-06T17:11:06.705Z] DEP criu/net.d [2020-04-06T17:11:06.705Z] DEP criu/namespaces.d [2020-04-06T17:11:06.989Z] DEP criu/mount.d [2020-04-06T17:11:06.989Z] DEP criu/mem.d [2020-04-06T17:11:06.989Z] DEP criu/lsm.d [2020-04-06T17:11:06.989Z] DEP criu/log.d [2020-04-06T17:11:06.989Z] DEP criu/libnetlink.d [2020-04-06T17:11:07.273Z] DEP criu/kerndat.d [2020-04-06T17:11:07.273Z] DEP criu/kcmp-ids.d [2020-04-06T17:11:07.273Z] DEP criu/irmap.d [2020-04-06T17:11:07.273Z] DEP criu/ipc_ns.d [2020-04-06T17:11:07.273Z] DEP criu/image.d [2020-04-06T17:11:07.363Z] + rm -rf /tmp/tmp.Zt2mxZGZWZ/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.Zt2mxZGZWZ [2020-04-06T17:11:07.556Z] DEP criu/image-desc.d [2020-04-06T17:11:07.556Z] DEP criu/fsnotify.d [2020-04-06T17:11:07.556Z] DEP criu/filesystems.d [2020-04-06T17:11:07.556Z] DEP criu/files.d [2020-04-06T17:11:07.556Z] DEP criu/files-reg.d [2020-04-06T17:11:07.839Z] DEP criu/files-ext.d [2020-04-06T17:11:07.839Z] DEP criu/file-lock.d [2020-04-06T17:11:07.839Z] DEP criu/file-ids.d [2020-04-06T17:11:07.839Z] DEP criu/fifo.d [2020-04-06T17:11:07.839Z] DEP criu/fdstore.d [2020-04-06T17:11:08.124Z] DEP criu/fault-injection.d [2020-04-06T17:11:08.124Z] DEP criu/external.d [2020-04-06T17:11:08.124Z] DEP criu/eventpoll.d [2020-04-06T17:11:08.124Z] DEP criu/eventfd.d [2020-04-06T17:11:08.124Z] DEP criu/crtools.d [2020-04-06T17:11:08.124Z] DEP criu/cr-service.d [2020-04-06T17:11:08.407Z] DEP criu/cr-restore.d [2020-04-06T17:11:08.407Z] DEP criu/cr-errno.d [2020-04-06T17:11:08.407Z] DEP criu/cr-dump.d [2020-04-06T17:11:08.407Z] DEP criu/cr-dedup.d [2020-04-06T17:11:08.407Z] DEP criu/cr-check.d [2020-04-06T17:11:08.691Z] DEP criu/config.d [2020-04-06T17:11:08.691Z] DEP criu/clone-noasan.d [2020-04-06T17:11:08.691Z] DEP criu/cgroup.d [2020-04-06T17:11:08.691Z] DEP criu/cgroup-props.d [2020-04-06T17:11:08.691Z] DEP criu/bitmap.d [2020-04-06T17:11:08.691Z] DEP criu/bfd.d [2020-04-06T17:11:08.722Z] Removing intermediate container a905010b0265 [2020-04-06T17:11:08.722Z] ---> 30974e96d82e [2020-04-06T17:11:08.722Z] Step 18/140 : FROM base AS swagger [2020-04-06T17:11:08.722Z] ---> 62d4659667f2 [2020-04-06T17:11:08.722Z] Step 19/140 : ENV GO_SWAGGER_COMMIT 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-04-06T17:11:08.722Z] ---> Running in 56cc861df000 [2020-04-06T17:11:08.722Z] Removing intermediate container 56cc861df000 [2020-04-06T17:11:08.722Z] ---> 913e9eb038d3 [2020-04-06T17:11:08.722Z] Step 20/140 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/kolyshkin/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2020-04-06T17:11:08.722Z] ---> Running in 52b1fe4672de [2020-04-06T17:11:08.975Z] DEP criu/autofs.d [2020-04-06T17:11:08.975Z] DEP criu/aio.d [2020-04-06T17:11:08.975Z] DEP criu/action-scripts.d [2020-04-06T17:11:08.975Z] CC criu/action-scripts.o [2020-04-06T17:11:09.068Z] + mktemp -d [2020-04-06T17:11:09.068Z] + export GOPATH=/tmp/tmp.gFGBldgluL [2020-04-06T17:11:09.068Z] + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.gFGBldgluL/src/github.com/go-swagger/go-swagger [2020-04-06T17:11:09.068Z] Cloning into '/tmp/tmp.gFGBldgluL/src/github.com/go-swagger/go-swagger'... [2020-04-06T17:11:09.259Z] CC criu/aio.o [2020-04-06T17:11:09.544Z] CC criu/autofs.o [2020-04-06T17:11:10.161Z] CC criu/bfd.o [2020-04-06T17:11:10.446Z] CC criu/bitmap.o [2020-04-06T17:11:10.446Z] CC criu/cgroup-props.o [2020-04-06T17:11:10.731Z] CC criu/cgroup.o [2020-04-06T17:11:12.173Z] + cd /tmp/tmp.gFGBldgluL/src/github.com/go-swagger/go-swagger [2020-04-06T17:11:12.173Z] + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-04-06T17:11:12.210Z] CC criu/clone-noasan.o [2020-04-06T17:11:12.210Z] CC criu/config.o [2020-04-06T17:11:12.521Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-04-06T17:11:13.225Z] CC criu/cr-check.o [2020-04-06T17:11:13.842Z] CC criu/cr-dedup.o [2020-04-06T17:11:13.842Z] CC criu/cr-dump.o [2020-04-06T17:11:14.853Z] CC criu/cr-errno.o [2020-04-06T17:11:14.853Z] CC criu/cr-restore.o [2020-04-06T17:11:16.446Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-04-06T17:11:16.446Z] [2020-04-06T17:11:16.446Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-04-06T17:11:16.446Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-04-06T17:11:16.446Z] Using test binary docker [2020-04-06T17:11:16.446Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-04-06T17:11:16.446Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-06T17:11:16.446Z] INFO: Waiting for daemon to start... [2020-04-06T17:11:16.446Z] Starting dockerd [2020-04-06T17:11:16.446Z] . [2020-04-06T17:11:16.446Z] INFO: Building docker-sdk-python3:4.1.0... [2020-04-06T17:11:16.884Z] CC criu/cr-service.o [2020-04-06T17:11:17.502Z] CC criu/crtools.o [2020-04-06T17:11:17.786Z] CC criu/eventfd.o [2020-04-06T17:11:18.071Z] CC criu/eventpoll.o [2020-04-06T17:11:18.358Z] CC criu/external.o [2020-04-06T17:11:18.501Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-04-06T17:11:18.501Z] [2020-04-06T17:11:18.501Z] [2020-04-06T17:11:18.501Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-04-06T17:11:18.501Z] [2020-04-06T17:11:18.501Z] [2020-04-06T17:11:18.501Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-04-06T17:11:18.501Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-04-06T17:11:18.501Z] No new tests added to integration. [2020-04-06T17:11:18.501Z] [2020-04-06T17:11:18.501Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-04-06T17:11:18.501Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-06T17:11:18.501Z] HOSTNAME=37fc78ed9395 [2020-04-06T17:11:18.501Z] TEST_SKIP_INTEGRATION=1 [2020-04-06T17:11:18.501Z] TESTDEBUG=0 [2020-04-06T17:11:18.501Z] DEST=bundles/test-integration [2020-04-06T17:11:18.501Z] PWD=/go/src/github.com/docker/docker [2020-04-06T17:11:18.501Z] KEEPBUNDLE=1 [2020-04-06T17:11:18.501Z] DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:11:18.501Z] container=docker [2020-04-06T17:11:18.501Z] HOME=/root [2020-04-06T17:11:18.501Z] GOLANG_VERSION=1.12.17 [2020-04-06T17:11:18.501Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-06T17:11:18.501Z] VALIDATE_BRANCH=19.03 [2020-04-06T17:11:18.501Z] TERM=xterm [2020-04-06T17:11:18.501Z] DOCKER_PKG=github.com/docker/docker [2020-04-06T17:11:18.501Z] SHLVL=1 [2020-04-06T17:11:18.501Z] TIMEOUT=120m [2020-04-06T17:11:18.501Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-06T17:11:18.501Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-06T17:11:18.501Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-04-06T17:11:18.501Z] GO111MODULE=off [2020-04-06T17:11:18.501Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-06T17:11:18.501Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-06T17:11:18.501Z] GOPATH=/go [2020-04-06T17:11:18.501Z] PKG_CONFIG=pkg-config [2020-04-06T17:11:18.501Z] _=/usr/bin/env [2020-04-06T17:11:18.501Z] Building test suite binary ./integration-cli/test.main [2020-04-06T17:11:18.501Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-06T17:11:18.501Z] HOSTNAME=ea33fbd375c5 [2020-04-06T17:11:18.501Z] TESTDEBUG=0 [2020-04-06T17:11:18.501Z] DEST=bundles/test-integration [2020-04-06T17:11:18.501Z] PWD=/go/src/github.com/docker/docker [2020-04-06T17:11:18.501Z] KEEPBUNDLE=1 [2020-04-06T17:11:18.501Z] DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:11:18.501Z] container=docker [2020-04-06T17:11:18.501Z] HOME=/root [2020-04-06T17:11:18.501Z] GOLANG_VERSION=1.12.17 [2020-04-06T17:11:18.501Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-06T17:11:18.501Z] VALIDATE_BRANCH=19.03 [2020-04-06T17:11:18.501Z] TERM=xterm [2020-04-06T17:11:18.501Z] DOCKER_PKG=github.com/docker/docker [2020-04-06T17:11:18.501Z] SHLVL=1 [2020-04-06T17:11:18.501Z] TIMEOUT=120m [2020-04-06T17:11:18.501Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-06T17:11:18.501Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-06T17:11:18.501Z] GO111MODULE=off [2020-04-06T17:11:18.501Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-04-06T17:11:18.501Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-06T17:11:18.501Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-06T17:11:18.501Z] GOPATH=/go [2020-04-06T17:11:18.501Z] PKG_CONFIG=pkg-config [2020-04-06T17:11:18.501Z] _=/usr/bin/env [2020-04-06T17:11:18.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-04-06T17:11:18.501Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-06T17:11:18.501Z] HOSTNAME=381f165f9101 [2020-04-06T17:11:18.501Z] TEST_SKIP_INTEGRATION=1 [2020-04-06T17:11:18.501Z] TESTDEBUG=0 [2020-04-06T17:11:18.501Z] DEST=bundles/test-integration [2020-04-06T17:11:18.501Z] PWD=/go/src/github.com/docker/docker [2020-04-06T17:11:18.501Z] KEEPBUNDLE=1 [2020-04-06T17:11:18.501Z] DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:11:18.501Z] container=docker [2020-04-06T17:11:18.501Z] HOME=/root [2020-04-06T17:11:18.501Z] GOLANG_VERSION=1.12.17 [2020-04-06T17:11:18.501Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-06T17:11:18.501Z] VALIDATE_BRANCH=19.03 [2020-04-06T17:11:18.501Z] TERM=xterm [2020-04-06T17:11:18.501Z] DOCKER_PKG=github.com/docker/docker [2020-04-06T17:11:18.501Z] SHLVL=1 [2020-04-06T17:11:18.501Z] TIMEOUT=120m [2020-04-06T17:11:18.501Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-06T17:11:18.501Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-06T17:11:18.501Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-04-06T17:11:18.501Z] GO111MODULE=off [2020-04-06T17:11:18.501Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-06T17:11:18.501Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-06T17:11:18.501Z] GOPATH=/go [2020-04-06T17:11:18.501Z] PKG_CONFIG=pkg-config [2020-04-06T17:11:18.501Z] _=/usr/bin/env [2020-04-06T17:11:18.501Z] Building test suite binary ./integration-cli/test.main [2020-04-06T17:11:18.643Z] CC criu/fault-injection.o [2020-04-06T17:11:18.643Z] CC criu/fdstore.o [2020-04-06T17:11:18.643Z] CC criu/fifo.o [2020-04-06T17:11:18.929Z] CC criu/file-ids.o [2020-04-06T17:11:19.213Z] CC criu/file-lock.o [2020-04-06T17:11:19.496Z] CC criu/files-ext.o [2020-04-06T17:11:19.782Z] CC criu/files-reg.o [2020-04-06T17:11:20.794Z] CC criu/files.o [2020-04-06T17:11:21.809Z] CC criu/filesystems.o [2020-04-06T17:11:21.818Z] + rm -rf /tmp/tmp.gFGBldgluL [2020-04-06T17:11:21.818Z] Removing intermediate container 52b1fe4672de [2020-04-06T17:11:21.818Z] ---> 2ecf0df10249 [2020-04-06T17:11:21.818Z] Step 21/140 : FROM base AS frozen-images [2020-04-06T17:11:21.818Z] ---> 62d4659667f2 [2020-04-06T17:11:21.818Z] Step 22/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:11:21.818Z] ---> Using cache [2020-04-06T17:11:21.818Z] ---> bb2d87524b8b [2020-04-06T17:11:21.818Z] Step 23/140 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2020-04-06T17:11:21.818Z] ---> Running in ab2c1c384344 [2020-04-06T17:11:22.093Z] CC criu/fsnotify.o [2020-04-06T17:11:22.163Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-06T17:11:22.163Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-06T17:11:22.163Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-06T17:11:22.520Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-04-06T17:11:22.520Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [166 kB] [2020-04-06T17:11:22.520Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-04-06T17:11:22.712Z] CC criu/image-desc.o [2020-04-06T17:11:22.712Z] CC criu/image.o [2020-04-06T17:11:22.996Z] CC criu/ipc_ns.o [2020-04-06T17:11:23.614Z] CC criu/irmap.o [2020-04-06T17:11:23.883Z] Fetched 8034 kB in 2s (4793 kB/s) [2020-04-06T17:11:23.883Z] Reading package lists... [2020-04-06T17:11:23.897Z] CC criu/kcmp-ids.o [2020-04-06T17:11:24.181Z] CC criu/kerndat.o [2020-04-06T17:11:24.247Z] Reading package lists... [2020-04-06T17:11:24.594Z] Building dependency tree... [2020-04-06T17:11:24.594Z] Reading state information... [2020-04-06T17:11:24.594Z] ca-certificates is already the newest version (20190110). [2020-04-06T17:11:24.594Z] The following additional packages will be installed: [2020-04-06T17:11:24.594Z] libjq1 libonig5 [2020-04-06T17:11:24.594Z] The following NEW packages will be installed: [2020-04-06T17:11:24.594Z] jq libjq1 libonig5 [2020-04-06T17:11:24.594Z] 0 upgraded, 3 newly installed, 0 to remove and 14 not upgraded. [2020-04-06T17:11:24.594Z] Need to get 350 kB of archives. [2020-04-06T17:11:24.594Z] After this operation, 1154 kB of additional disk space will be used. [2020-04-06T17:11:24.594Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-04-06T17:11:24.594Z] Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-04-06T17:11:24.594Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-04-06T17:11:24.594Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-06T17:11:24.594Z] Fetched 350 kB in 0s (4223 kB/s) [2020-04-06T17:11:24.594Z] Selecting previously unselected package libonig5:s390x. [2020-04-06T17:11:24.594Z] (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 ... 15168 files and directories currently installed.) [2020-04-06T17:11:24.594Z] Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... [2020-04-06T17:11:24.594Z] Unpacking libonig5:s390x (6.9.1-1) ... [2020-04-06T17:11:24.800Z] CC criu/libnetlink.o [2020-04-06T17:11:24.800Z] CC criu/log.o [2020-04-06T17:11:24.947Z] Selecting previously unselected package libjq1:s390x. [2020-04-06T17:11:24.947Z] Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-04-06T17:11:24.947Z] Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-04-06T17:11:24.947Z] Selecting previously unselected package jq. [2020-04-06T17:11:24.947Z] Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... [2020-04-06T17:11:24.947Z] Unpacking jq (1.5+dfsg-2+b1) ... [2020-04-06T17:11:24.947Z] Setting up libonig5:s390x (6.9.1-1) ... [2020-04-06T17:11:24.947Z] Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-04-06T17:11:24.947Z] Setting up jq (1.5+dfsg-2+b1) ... [2020-04-06T17:11:24.947Z] Processing triggers for libc-bin (2.28-10) ... [2020-04-06T17:11:25.084Z] CC criu/lsm.o [2020-04-06T17:11:25.290Z] Removing intermediate container ab2c1c384344 [2020-04-06T17:11:25.290Z] ---> ea5b1cc43c5f [2020-04-06T17:11:25.290Z] Step 24/140 : COPY contrib/download-frozen-image-v2.sh / [2020-04-06T17:11:25.368Z] CC criu/mem.o [2020-04-06T17:11:25.636Z] ---> 9e20e9f808f6 [2020-04-06T17:11:25.636Z] Step 25/140 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2020-04-06T17:11:25.636Z] ---> Running in 2c9fe510b57d [2020-04-06T17:11:26.383Z] CC criu/mount.o [2020-04-06T17:11:26.855Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-04-06T17:11:26.855Z]  [2020-04-06T17:11:27.628Z]  ######   9.1% #######################                                                   32.1% #######################################                                  54.3% #######################################################               76.4% ###################################################################### 98.2% ######################################################################## 100.0% [2020-04-06T17:11:27.628Z]  [2020-04-06T17:11:27.628Z]  ######################    30.6% #################################################################         91.1% ######################################################################## 100.0% [2020-04-06T17:11:28.040Z]  [2020-04-06T17:11:28.396Z]  #######                                                 10.7% ####################### 33.1% ####################################### 54.5% ############################################### 65.3% ###############################################################  88.7% ######################################################################## 100.0% [2020-04-06T17:11:28.410Z] CC criu/namespaces.o [2020-04-06T17:11:28.770Z]  [2020-04-06T17:11:29.431Z] CC criu/net.o [2020-04-06T17:11:29.528Z]  ### 4.8% ##########  14.9% ################## 25.1% ######################### 34.9% ################################ 45.1% #######################################  55.2% ############################################## 65.2% ###################################################### 75.2% ############################################################# 85.3% #################################################################### 95.4% ######################################################################## 100.0% [2020-04-06T17:11:29.528Z]  [2020-04-06T17:11:30.285Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-04-06T17:11:30.285Z]  [2020-04-06T17:11:30.285Z]  ##################################  48.4% ######################################################################## 100.0% [2020-04-06T17:11:30.285Z]  [2020-04-06T17:11:30.907Z] CC criu/netfilter.o [2020-04-06T17:11:31.034Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-04-06T17:11:31.034Z]  [2020-04-06T17:11:31.034Z]  ######################################################################## 100.0% [2020-04-06T17:11:31.034Z]  [2020-04-06T17:11:31.191Z] CC criu/page-pipe.o [2020-04-06T17:11:31.474Z] CC criu/page-xfer.o [2020-04-06T17:11:31.777Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-04-06T17:11:31.777Z] skipping existing b63cc5f62c21 [2020-04-06T17:11:31.777Z] [2020-04-06T17:11:32.217Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-04-06T17:11:32.217Z]  [2020-04-06T17:11:32.217Z]  ######################################################################## 100.0% [2020-04-06T17:11:32.217Z]  [2020-04-06T17:11:32.217Z] Download of images into '/build' complete. [2020-04-06T17:11:32.217Z] Use something like the following to load the result into a Docker daemon: [2020-04-06T17:11:32.217Z] tar -cC '/build' . | docker load [2020-04-06T17:11:32.496Z] CC criu/pagemap-cache.o [2020-04-06T17:11:32.496Z] CC criu/pagemap.o [2020-04-06T17:11:33.114Z] CC criu/parasite-syscall.o [2020-04-06T17:11:33.398Z] CC criu/path.o [2020-04-06T17:11:33.516Z] Removing intermediate container 2c9fe510b57d [2020-04-06T17:11:33.517Z] ---> 50eaca759cac [2020-04-06T17:11:33.517Z] Step 26/140 : FROM base AS cross-false [2020-04-06T17:11:33.517Z] ---> 62d4659667f2 [2020-04-06T17:11:33.517Z] Step 27/140 : FROM base AS cross-true [2020-04-06T17:11:33.517Z] ---> 62d4659667f2 [2020-04-06T17:11:33.517Z] Step 28/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:11:33.517Z] ---> Using cache [2020-04-06T17:11:33.517Z] ---> bb2d87524b8b [2020-04-06T17:11:33.517Z] Step 29/140 : RUN dpkg --add-architecture arm64 [2020-04-06T17:11:33.517Z] ---> Running in 316bcca38c08 [2020-04-06T17:11:33.682Z] CC criu/pie-util-vdso-elf32.o [2020-04-06T17:11:33.966Z] CC criu/pie-util-vdso.o [2020-04-06T17:11:33.966Z] CC criu/pie-util.o [2020-04-06T17:11:34.250Z] CC criu/pipes.o [2020-04-06T17:11:34.533Z] CC criu/plugin.o [2020-04-06T17:11:34.744Z] Removing intermediate container 316bcca38c08 [2020-04-06T17:11:34.744Z] ---> f1c1761de8f2 [2020-04-06T17:11:34.744Z] Step 30/140 : RUN dpkg --add-architecture armel [2020-04-06T17:11:34.744Z] ---> Running in 8b97e0f05805 [2020-04-06T17:11:34.835Z] CC criu/proc_parse.o [2020-04-06T17:11:35.942Z] Removing intermediate container 8b97e0f05805 [2020-04-06T17:11:35.942Z] ---> 519d4c03db78 [2020-04-06T17:11:35.942Z] Step 31/140 : RUN dpkg --add-architecture armhf [2020-04-06T17:11:35.942Z] ---> Running in 159245b53411 [2020-04-06T17:11:36.690Z] CC criu/protobuf-desc.o [2020-04-06T17:11:36.715Z] Removing intermediate container 159245b53411 [2020-04-06T17:11:36.715Z] ---> 87f1866bebda [2020-04-06T17:11:36.715Z] Step 32/140 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf && rm -rf /var/lib/apt/lists/*; fi [2020-04-06T17:11:36.715Z] ---> Running in 6bcf89be89fb [2020-04-06T17:11:37.084Z] CC criu/protobuf.o [2020-04-06T17:11:37.475Z] CC criu/pstree.o [2020-04-06T17:11:37.975Z] Removing intermediate container 6bcf89be89fb [2020-04-06T17:11:37.975Z] ---> b89159854a06 [2020-04-06T17:11:37.975Z] Step 33/140 : FROM cross-${CROSS} as dev-base [2020-04-06T17:11:37.975Z] ---> 62d4659667f2 [2020-04-06T17:11:37.975Z] Step 34/140 : FROM dev-base AS runtime-dev-cross-false [2020-04-06T17:11:37.975Z] ---> 62d4659667f2 [2020-04-06T17:11:37.975Z] Step 35/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:11:37.975Z] ---> Using cache [2020-04-06T17:11:37.975Z] ---> bb2d87524b8b [2020-04-06T17:11:37.975Z] Step 36/140 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2020-04-06T17:11:37.975Z] ---> Running in 30cb39381505 [2020-04-06T17:11:38.306Z] CC criu/rbtree.o [2020-04-06T17:11:38.306Z] CC criu/rst-malloc.o [2020-04-06T17:11:38.306Z] CC criu/seccomp.o [2020-04-06T17:11:38.321Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-06T17:11:38.321Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-06T17:11:38.321Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-06T17:11:38.624Z] CC criu/seize.o [2020-04-06T17:11:38.680Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-04-06T17:11:38.680Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [166 kB] [2020-04-06T17:11:38.680Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-04-06T17:11:39.243Z] CC criu/servicefd.o [2020-04-06T17:11:39.527Z] CC criu/shmem.o [2020-04-06T17:11:39.883Z] Fetched 8034 kB in 1s (6076 kB/s) [2020-04-06T17:11:40.169Z] CC criu/sigframe.o [2020-04-06T17:11:40.169Z] CC criu/signalfd.o [2020-04-06T17:11:40.169Z] CC criu/sk-inet.o [2020-04-06T17:11:40.231Z] Reading package lists... [2020-04-06T17:11:40.582Z] Reading package lists... [2020-04-06T17:11:40.582Z] Building dependency tree... [2020-04-06T17:11:40.582Z] Reading state information... [2020-04-06T17:11:40.582Z] The following additional packages will be installed: [2020-04-06T17:11:40.582Z] libapparmor1 [2020-04-06T17:11:40.582Z] Suggested packages: [2020-04-06T17:11:40.582Z] seccomp [2020-04-06T17:11:40.582Z] The following NEW packages will be installed: [2020-04-06T17:11:40.582Z] libapparmor-dev libapparmor1 libseccomp-dev [2020-04-06T17:11:40.582Z] 0 upgraded, 3 newly installed, 0 to remove and 14 not upgraded. [2020-04-06T17:11:40.582Z] Need to get 288 kB of archives. [2020-04-06T17:11:40.582Z] After this operation, 957 kB of additional disk space will be used. [2020-04-06T17:11:40.582Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-04-06T17:11:40.794Z] CC criu/sk-netlink.o [2020-04-06T17:11:40.932Z] Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-04-06T17:11:40.932Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-04-06T17:11:40.932Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-06T17:11:40.932Z] Fetched 288 kB in 0s (3856 kB/s) [2020-04-06T17:11:40.932Z] Selecting previously unselected package libapparmor1:s390x. [2020-04-06T17:11:40.932Z] (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 ... 15168 files and directories currently installed.) [2020-04-06T17:11:40.932Z] Preparing to unpack .../libapparmor1_2.13.2-10_s390x.deb ... [2020-04-06T17:11:40.932Z] Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-04-06T17:11:40.932Z] Selecting previously unselected package libapparmor-dev:s390x. [2020-04-06T17:11:40.932Z] Preparing to unpack .../libapparmor-dev_2.13.2-10_s390x.deb ... [2020-04-06T17:11:40.932Z] Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-04-06T17:11:40.932Z] Selecting previously unselected package libseccomp-dev:s390x. [2020-04-06T17:11:40.932Z] Preparing to unpack .../libseccomp-dev_2.3.3-4_s390x.deb ... [2020-04-06T17:11:40.932Z] Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-04-06T17:11:40.932Z] Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-04-06T17:11:40.932Z] Setting up libapparmor1:s390x (2.13.2-10) ... [2020-04-06T17:11:40.932Z] Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-04-06T17:11:40.932Z] Processing triggers for libc-bin (2.28-10) ... [2020-04-06T17:11:41.078Z] CC criu/sk-packet.o [2020-04-06T17:11:41.362Z] CC criu/sk-queue.o [2020-04-06T17:11:41.647Z] CC criu/sk-tcp.o [2020-04-06T17:11:41.859Z] Removing intermediate container 30cb39381505 [2020-04-06T17:11:41.859Z] ---> 6d03d42ffb9e [2020-04-06T17:11:41.859Z] Step 37/140 : FROM cross-true AS runtime-dev-cross-true [2020-04-06T17:11:41.859Z] ---> b89159854a06 [2020-04-06T17:11:41.859Z] Step 38/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:11:41.859Z] ---> Running in fa2f0fe920a1 [2020-04-06T17:11:41.859Z] Removing intermediate container fa2f0fe920a1 [2020-04-06T17:11:41.859Z] ---> 102bbdcbc2ea [2020-04-06T17:11:41.859Z] Step 39/140 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2020-04-06T17:11:41.859Z] ---> Running in 61039d8222c4 [2020-04-06T17:11:41.930Z] CC criu/sk-unix.o [2020-04-06T17:11:43.067Z] Removing intermediate container 61039d8222c4 [2020-04-06T17:11:43.067Z] ---> a95a08d267c4 [2020-04-06T17:11:43.067Z] Step 40/140 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2020-04-06T17:11:43.067Z] ---> 6d03d42ffb9e [2020-04-06T17:11:43.067Z] Step 41/140 : FROM base AS tomlv [2020-04-06T17:11:43.067Z] ---> 62d4659667f2 [2020-04-06T17:11:43.067Z] Step 42/140 : ENV INSTALL_BINARY_NAME=tomlv [2020-04-06T17:11:43.067Z] ---> Running in b85a034ba91d [2020-04-06T17:11:43.406Z] CC criu/sockets.o [2020-04-06T17:11:43.429Z] Removing intermediate container b85a034ba91d [2020-04-06T17:11:43.429Z] ---> d82d532893df [2020-04-06T17:11:43.429Z] Step 43/140 : ARG TOMLV_COMMIT [2020-04-06T17:11:43.429Z] ---> Running in 2e0ce56010de [2020-04-06T17:11:43.429Z] Removing intermediate container 2e0ce56010de [2020-04-06T17:11:43.429Z] ---> 7dc30a387937 [2020-04-06T17:11:43.429Z] Step 44/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:11:43.689Z] CC criu/stats.o [2020-04-06T17:11:43.785Z] ---> c61f5337928a [2020-04-06T17:11:43.785Z] Step 45/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:11:43.972Z] CC criu/string.o [2020-04-06T17:11:43.972Z] CC criu/sysctl.o [2020-04-06T17:11:44.135Z] ---> 1c8b80249bc3 [2020-04-06T17:11:44.135Z] Step 46/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:11:44.135Z] ---> Running in fc15a100289f [2020-04-06T17:11:44.255Z] CC criu/sysfs_parse.o [2020-04-06T17:11:44.482Z] + RM_GOPATH=0 [2020-04-06T17:11:44.482Z] + TMP_GOPATH= [2020-04-06T17:11:44.482Z] + : /build [2020-04-06T17:11:44.482Z] + '[' -z '' ']' [2020-04-06T17:11:44.482Z] ++ mktemp -d [2020-04-06T17:11:44.482Z] + export GOPATH=/tmp/tmp.2wIIfrUdsn [2020-04-06T17:11:44.482Z] + GOPATH=/tmp/tmp.2wIIfrUdsn [2020-04-06T17:11:44.482Z] + RM_GOPATH=1 [2020-04-06T17:11:44.482Z] ++ dirname ./install.sh [2020-04-06T17:11:44.482Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-04-06T17:11:44.482Z] + dir=. [2020-04-06T17:11:44.482Z] + bin=tomlv [2020-04-06T17:11:44.482Z] + shift [2020-04-06T17:11:44.482Z] + '[' '!' -f ./tomlv.installer ']' [2020-04-06T17:11:44.482Z] + . ./tomlv.installer [2020-04-06T17:11:44.482Z] ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-04-06T17:11:44.482Z] + install_tomlv [2020-04-06T17:11:44.482Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-04-06T17:11:44.482Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.2wIIfrUdsn/src/github.com/BurntSushi/toml [2020-04-06T17:11:44.482Z] Cloning into '/tmp/tmp.2wIIfrUdsn/src/github.com/BurntSushi/toml'... [2020-04-06T17:11:44.540Z] CC criu/timerfd.o [2020-04-06T17:11:44.823Z] CC criu/tty.o [2020-04-06T17:11:44.847Z] + cd /tmp/tmp.2wIIfrUdsn/src/github.com/BurntSushi/toml [2020-04-06T17:11:44.847Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-04-06T17:11:44.847Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-04-06T17:11:44.847Z] errors [2020-04-06T17:11:44.847Z] math/bits [2020-04-06T17:11:44.847Z] internal/cpu [2020-04-06T17:11:44.847Z] math [2020-04-06T17:11:44.847Z] internal/bytealg [2020-04-06T17:11:45.224Z] runtime/internal/atomic [2020-04-06T17:11:45.224Z] runtime/internal/sys [2020-04-06T17:11:45.224Z] runtime/internal/math [2020-04-06T17:11:45.224Z] runtime [2020-04-06T17:11:45.224Z] unicode/utf8 [2020-04-06T17:11:45.224Z] strconv [2020-04-06T17:11:45.612Z] internal/race [2020-04-06T17:11:45.612Z] sync/atomic [2020-04-06T17:11:45.612Z] unicode [2020-04-06T17:11:45.612Z] internal/testlog [2020-04-06T17:11:45.612Z] encoding [2020-04-06T17:11:45.612Z] runtime/cgo [2020-04-06T17:11:45.851Z] CC criu/tun.o [2020-04-06T17:11:46.140Z] CC criu/uffd.o [2020-04-06T17:11:46.918Z] sync [2020-04-06T17:11:46.918Z] reflect [2020-04-06T17:11:46.918Z] io [2020-04-06T17:11:46.918Z] syscall [2020-04-06T17:11:47.152Z] CC criu/util.o [2020-04-06T17:11:47.697Z] time [2020-04-06T17:11:47.697Z] sort [2020-04-06T17:11:47.697Z] internal/fmtsort [2020-04-06T17:11:47.697Z] internal/poll [2020-04-06T17:11:47.697Z] internal/syscall/unix [2020-04-06T17:11:47.697Z] strings [2020-04-06T17:11:47.770Z] CC criu/uts_ns.o [2020-04-06T17:11:48.053Z] os [2020-04-06T17:11:48.053Z] bytes [2020-04-06T17:11:48.053Z] CC criu/vdso.o [2020-04-06T17:11:48.337Z] LINK criu/built-in.o [2020-04-06T17:11:48.337Z] LINK criu/criu [2020-04-06T17:11:48.442Z] fmt [2020-04-06T17:11:48.442Z] bufio [2020-04-06T17:11:48.442Z] path/filepath [2020-04-06T17:11:48.442Z] io/ioutil [2020-04-06T17:11:48.621Z] DEP lib/c/criu.d [2020-04-06T17:11:48.621Z] CC images/rpc.pb-c.o [2020-04-06T17:11:48.833Z] path [2020-04-06T17:11:48.833Z] flag [2020-04-06T17:11:48.833Z] github.com/BurntSushi/toml [2020-04-06T17:11:48.833Z] log [2020-04-06T17:11:48.833Z] text/tabwriter [2020-04-06T17:11:49.221Z] github.com/BurntSushi/toml/cmd/tomlv [2020-04-06T17:11:49.239Z] CC lib/c/criu.o [2020-04-06T17:11:49.859Z] LINK lib/c/built-in.o [2020-04-06T17:11:49.859Z] LINK lib/c/libcriu.so [2020-04-06T17:11:49.859Z] GEN magic.py [2020-04-06T17:11:49.859Z] Note: Building without setproctitle() and strlcpy() support. [2020-04-06T17:11:49.859Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-04-06T17:11:50.270Z] fatal: not a git repository (or any of the parent directories): .git [2020-04-06T17:11:50.557Z] make[1]: Nothing to be done for 'all'. [2020-04-06T17:11:50.706Z] Removing intermediate container fc15a100289f [2020-04-06T17:11:50.706Z] ---> b97f52651ff4 [2020-04-06T17:11:50.706Z] Step 47/140 : FROM base AS vndr [2020-04-06T17:11:50.706Z] ---> 62d4659667f2 [2020-04-06T17:11:50.706Z] Step 48/140 : ENV INSTALL_BINARY_NAME=vndr [2020-04-06T17:11:50.706Z] ---> Running in e99227a301e4 [2020-04-06T17:11:50.706Z] Removing intermediate container e99227a301e4 [2020-04-06T17:11:50.706Z] ---> fc3c1d3b72fd [2020-04-06T17:11:50.706Z] Step 49/140 : ARG VNDR_COMMIT [2020-04-06T17:11:50.706Z] ---> Running in 36b772c40ac0 [2020-04-06T17:11:50.842Z] make[1]: 'images/built-in.o' is up to date. [2020-04-06T17:11:50.842Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-04-06T17:11:50.842Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-04-06T17:11:50.842Z] make[1]: 'compel/libcompel.a' is up to date. [2020-04-06T17:11:50.842Z] make[1]: 'compel/compel-host-bin' is up to date. [2020-04-06T17:11:50.842Z] make[1]: Nothing to be done for 'all'. [2020-04-06T17:11:50.842Z] make[1]: 'soccr/libsoccr.a' is up to date. [2020-04-06T17:11:51.075Z] Removing intermediate container 36b772c40ac0 [2020-04-06T17:11:51.075Z] ---> 8203c3b79c56 [2020-04-06T17:11:51.075Z] Step 50/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:11:51.128Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:11:51.128Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:11:51.128Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:11:51.128Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:11:51.128Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:11:51.128Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:11:51.128Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:11:51.128Z] make[2]: Nothing to be done for 'all'. [2020-04-06T17:11:51.128Z] INSTALL criu/criu [2020-04-06T17:11:51.432Z] ---> 67569d080854 [2020-04-06T17:11:51.432Z] Step 51/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:11:51.432Z] ---> 98d6341d6634 [2020-04-06T17:11:51.432Z] Step 52/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:11:51.432Z] ---> Running in 5ff2f6384c19 [2020-04-06T17:11:52.197Z] + RM_GOPATH=0 [2020-04-06T17:11:52.197Z] + TMP_GOPATH= [2020-04-06T17:11:52.197Z] + : /build [2020-04-06T17:11:52.197Z] + '[' -z '' ']' [2020-04-06T17:11:52.197Z] ++ mktemp -d [2020-04-06T17:11:52.197Z] + export GOPATH=/tmp/tmp.GbTauCMVVq [2020-04-06T17:11:52.197Z] + GOPATH=/tmp/tmp.GbTauCMVVq [2020-04-06T17:11:52.197Z] + RM_GOPATH=1 [2020-04-06T17:11:52.197Z] ++ dirname ./install.sh [2020-04-06T17:11:52.197Z] Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-04-06T17:11:52.197Z] + dir=. [2020-04-06T17:11:52.197Z] + bin=vndr [2020-04-06T17:11:52.197Z] + shift [2020-04-06T17:11:52.197Z] + '[' '!' -f ./vndr.installer ']' [2020-04-06T17:11:52.197Z] + . ./vndr.installer [2020-04-06T17:11:52.197Z] ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-04-06T17:11:52.197Z] + install_vndr [2020-04-06T17:11:52.197Z] + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-04-06T17:11:52.197Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.GbTauCMVVq/src/github.com/LK4D4/vndr [2020-04-06T17:11:52.197Z] Cloning into '/tmp/tmp.GbTauCMVVq/src/github.com/LK4D4/vndr'... [2020-04-06T17:11:52.197Z] + cd /tmp/tmp.GbTauCMVVq/src/github.com/LK4D4/vndr [2020-04-06T17:11:52.197Z] + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-04-06T17:11:52.197Z] + go build -buildmode=pie -v -o /build/vndr . [2020-04-06T17:11:52.559Z] errors [2020-04-06T17:11:52.559Z] internal/cpu [2020-04-06T17:11:52.559Z] internal/race [2020-04-06T17:11:52.559Z] runtime/internal/atomic [2020-04-06T17:11:52.559Z] runtime/internal/sys [2020-04-06T17:11:52.559Z] runtime/internal/math [2020-04-06T17:11:52.559Z] internal/bytealg [2020-04-06T17:11:52.559Z] sync/atomic [2020-04-06T17:11:52.559Z] unicode [2020-04-06T17:11:52.559Z] runtime [2020-04-06T17:11:52.559Z] unicode/utf8 [2020-04-06T17:11:52.559Z] math/bits [2020-04-06T17:11:52.559Z] math [2020-04-06T17:11:52.919Z] strconv [2020-04-06T17:11:53.177Z] Removing intermediate container a62cf44b3672 [2020-04-06T17:11:53.177Z] ---> 39940418b8ee [2020-04-06T17:11:53.177Z] Step 14/140 : FROM base AS registry [2020-04-06T17:11:53.177Z] ---> 11aee818c11d [2020-04-06T17:11:53.177Z] Step 15/140 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-04-06T17:11:53.177Z] ---> Running in 2ca31722424f [2020-04-06T17:11:53.177Z] Removing intermediate container 2ca31722424f [2020-04-06T17:11:53.177Z] ---> b9c0e16d42c6 [2020-04-06T17:11:53.177Z] Step 16/140 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-04-06T17:11:53.177Z] ---> Running in a79153b18706 [2020-04-06T17:11:53.177Z] Removing intermediate container a79153b18706 [2020-04-06T17:11:53.177Z] ---> 597635cf1285 [2020-04-06T17:11:53.177Z] Step 17/140 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2020-04-06T17:11:53.177Z] ---> Running in cf8b0b563bb7 [2020-04-06T17:11:53.284Z] internal/testlog [2020-04-06T17:11:53.285Z] encoding [2020-04-06T17:11:53.285Z] unicode/utf16 [2020-04-06T17:11:53.285Z] container/list [2020-04-06T17:11:53.285Z] crypto/internal/subtle [2020-04-06T17:11:53.285Z] crypto/subtle [2020-04-06T17:11:53.285Z] crypto/rc4 [2020-04-06T17:11:53.285Z] internal/x/crypto/cryptobyte/asn1 [2020-04-06T17:11:53.285Z] internal/nettrace [2020-04-06T17:11:53.285Z] internal/x/net/dns/dnsmessage [2020-04-06T17:11:53.460Z] + mktemp -d [2020-04-06T17:11:53.460Z] + export GOPATH=/tmp/tmp.YhgK6ebnTh [2020-04-06T17:11:53.460Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.YhgK6ebnTh/src/github.com/docker/distribution [2020-04-06T17:11:53.460Z] Cloning into '/tmp/tmp.YhgK6ebnTh/src/github.com/docker/distribution'... [2020-04-06T17:11:53.692Z] runtime/cgo [2020-04-06T17:11:54.551Z] sync [2020-04-06T17:11:54.551Z] io [2020-04-06T17:11:54.551Z] reflect [2020-04-06T17:11:54.551Z] bytes [2020-04-06T17:11:54.905Z] bufio [2020-04-06T17:11:54.905Z] syscall [2020-04-06T17:11:55.258Z] sort [2020-04-06T17:11:55.258Z] time [2020-04-06T17:11:55.258Z] internal/fmtsort [2020-04-06T17:11:55.258Z] internal/syscall/unix [2020-04-06T17:11:55.258Z] strings [2020-04-06T17:11:55.622Z] path [2020-04-06T17:11:55.622Z] regexp/syntax [2020-04-06T17:11:55.622Z] internal/poll [2020-04-06T17:11:55.990Z] os [2020-04-06T17:11:55.990Z] regexp [2020-04-06T17:11:55.990Z] fmt [2020-04-06T17:11:56.346Z] path/filepath [2020-04-06T17:11:56.346Z] io/ioutil [2020-04-06T17:11:56.346Z] encoding/binary [2020-04-06T17:11:56.346Z] flag [2020-04-06T17:11:56.346Z] go/token [2020-04-06T17:11:56.703Z] go/scanner [2020-04-06T17:11:56.704Z] net/url [2020-04-06T17:11:56.704Z] go/ast [2020-04-06T17:11:56.704Z] text/template/parse [2020-04-06T17:11:56.934Z] + cd /tmp/tmp.YhgK6ebnTh/src/github.com/docker/distribution [2020-04-06T17:11:56.935Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-04-06T17:11:56.935Z] + GOPATH=/tmp/tmp.YhgK6ebnTh/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.YhgK6ebnTh go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-04-06T17:11:57.053Z] go/parser [2020-04-06T17:11:57.053Z] text/template [2020-04-06T17:11:57.053Z] log [2020-04-06T17:11:57.417Z] encoding/base64 [2020-04-06T17:11:57.417Z] encoding/json [2020-04-06T17:11:57.417Z] go/doc [2020-04-06T17:11:57.784Z] encoding/xml [2020-04-06T17:11:57.784Z] github.com/LK4D4/vndr/build [2020-04-06T17:11:58.152Z] github.com/LK4D4/vndr/godl/singleflight [2020-04-06T17:11:58.152Z] github.com/LK4D4/vndr/versioned [2020-04-06T17:11:58.152Z] compress/flate [2020-04-06T17:11:58.152Z] hash [2020-04-06T17:11:58.152Z] hash/crc32 [2020-04-06T17:11:58.152Z] context [2020-04-06T17:11:58.152Z] compress/gzip [2020-04-06T17:11:58.152Z] crypto/cipher [2020-04-06T17:11:58.152Z] math/rand [2020-04-06T17:11:58.152Z] math/big [2020-04-06T17:11:58.516Z] crypto/aes [2020-04-06T17:11:58.516Z] crypto [2020-04-06T17:11:58.516Z] crypto/des [2020-04-06T17:11:58.516Z] crypto/internal/randutil [2020-04-06T17:11:58.516Z] crypto/sha512 [2020-04-06T17:11:58.516Z] crypto/hmac [2020-04-06T17:11:58.516Z] crypto/md5 [2020-04-06T17:11:58.516Z] crypto/sha1 [2020-04-06T17:11:58.907Z] crypto/sha256 [2020-04-06T17:11:58.907Z] encoding/hex [2020-04-06T17:11:58.907Z] encoding/pem [2020-04-06T17:11:58.907Z] crypto/rand [2020-04-06T17:11:58.907Z] crypto/elliptic [2020-04-06T17:11:58.907Z] encoding/asn1 [2020-04-06T17:11:59.355Z] crypto/rsa [2020-04-06T17:11:59.355Z] crypto/dsa [2020-04-06T17:11:59.355Z] crypto/ecdsa [2020-04-06T17:11:59.355Z] crypto/x509/pkix [2020-04-06T17:11:59.355Z] internal/x/crypto/cryptobyte [2020-04-06T17:11:59.355Z] internal/singleflight [2020-04-06T17:11:59.355Z] net [2020-04-06T17:11:59.759Z] internal/x/crypto/internal/chacha20 [2020-04-06T17:11:59.759Z] internal/x/crypto/poly1305 [2020-04-06T17:11:59.759Z] internal/x/crypto/chacha20poly1305 [2020-04-06T17:11:59.759Z] internal/x/crypto/curve25519 [2020-04-06T17:11:59.759Z] internal/x/crypto/hkdf [2020-04-06T17:12:00.112Z] internal/x/text/transform [2020-04-06T17:12:00.113Z] internal/x/text/unicode/bidi [2020-04-06T17:12:00.113Z] internal/x/text/secure/bidirule [2020-04-06T17:12:00.113Z] internal/x/text/unicode/norm [2020-04-06T17:12:00.468Z] internal/x/net/idna [2020-04-06T17:12:00.838Z] internal/x/net/http2/hpack [2020-04-06T17:12:00.838Z] mime [2020-04-06T17:12:00.838Z] mime/quotedprintable [2020-04-06T17:12:01.222Z] net/http/internal [2020-04-06T17:12:01.222Z] os/exec [2020-04-06T17:12:01.222Z] net/textproto [2020-04-06T17:12:01.222Z] crypto/x509 [2020-04-06T17:12:01.594Z] internal/x/net/http/httpguts [2020-04-06T17:12:01.594Z] internal/x/net/http/httpproxy [2020-04-06T17:12:01.594Z] mime/multipart [2020-04-06T17:12:01.967Z] crypto/tls [2020-04-06T17:12:02.836Z] net/http/httptrace [2020-04-06T17:12:02.836Z] net/http [2020-04-06T17:12:03.073Z] sha256:6dc5d70726846dc228941e86ebbe32cf8d74427b482aae02ac5629540dff5869 [2020-04-06T17:12:03.073Z] INFO: Starting docker-py tests... [2020-04-06T17:12:03.073Z] ============================= test session starts ============================== [2020-04-06T17:12:03.073Z] platform linux -- Python 3.7.7, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 [2020-04-06T17:12:03.073Z] rootdir: /src, inifile: pytest.ini [2020-04-06T17:12:03.073Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-04-06T17:12:03.073Z] collected 385 items / 3 deselected / 382 selected [2020-04-06T17:12:03.073Z] [2020-04-06T17:12:04.629Z] github.com/LK4D4/vndr/godl [2020-04-06T17:12:04.629Z] github.com/LK4D4/vndr [2020-04-06T17:12:05.108Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-04-06T17:12:05.108Z] [2020-04-06T17:12:05.108Z] ________ ____ __. [2020-04-06T17:12:05.108Z] \_____ \ | |/ _| [2020-04-06T17:12:05.108Z] / | \| < [2020-04-06T17:12:05.108Z] / | \ | \ [2020-04-06T17:12:05.108Z] \_______ /____|__ \ [2020-04-06T17:12:05.108Z] \/ \/ [2020-04-06T17:12:05.108Z] [2020-04-06T17:12:05.108Z] INFO: make.ps1 ended at 04/06/2020 17:11:59 [2020-04-06T17:12:05.108Z] INFO: Binaries build ended at 04/06/2020 17:12:01. Duration:00:01:13.2842702 [2020-04-06T17:12:05.108Z] INFO: Copying the built daemon binary to d:\CI\PR-40784\1\binary\dockerd-08a2fe0d5.exe... [2020-04-06T17:12:05.108Z] INFO: Copying the built client binary to d:\CI\PR-40784\1\binary\docker-08a2fe0d5.exe... [2020-04-06T17:12:05.108Z] INFO: Copying dockerversion from the container... [2020-04-06T17:12:05.108Z] INFO: Copying the golang package from the container to d:\CI\PR-40784\1\installer\go.zip... [2020-04-06T17:12:06.994Z] Removing intermediate container 5ff2f6384c19 [2020-04-06T17:12:06.994Z] ---> 9ba225b0c9c4 [2020-04-06T17:12:06.994Z] Step 53/140 : FROM dev-base AS containerd [2020-04-06T17:12:06.994Z] ---> 62d4659667f2 [2020-04-06T17:12:06.994Z] Step 54/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:12:06.994Z] ---> Using cache [2020-04-06T17:12:06.994Z] ---> bb2d87524b8b [2020-04-06T17:12:06.994Z] Step 55/140 : ARG CONTAINERD_COMMIT [2020-04-06T17:12:06.994Z] ---> Running in 17878af8fdce [2020-04-06T17:12:06.994Z] Removing intermediate container 17878af8fdce [2020-04-06T17:12:06.994Z] ---> ea5d606349ed [2020-04-06T17:12:06.994Z] Step 56/140 : RUN apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev && rm -rf /var/lib/apt/lists/* [2020-04-06T17:12:06.994Z] ---> Running in f5b094bc1ad4 [2020-04-06T17:12:07.384Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-06T17:12:07.384Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-06T17:12:07.755Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-06T17:12:07.755Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-04-06T17:12:08.125Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [166 kB] [2020-04-06T17:12:08.125Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-04-06T17:12:08.775Z] INFO: Extracting go.zip to d:\CI\PR-40784\1\go [2020-04-06T17:12:09.425Z] Fetched 8034 kB in 2s (4713 kB/s) [2020-04-06T17:12:09.425Z] Reading package lists... [2020-04-06T17:12:10.149Z] Reading package lists... [2020-04-06T17:12:10.149Z] Building dependency tree... [2020-04-06T17:12:10.149Z] Reading state information... [2020-04-06T17:12:10.149Z] The following additional packages will be installed: [2020-04-06T17:12:10.149Z] libbtrfs0 [2020-04-06T17:12:10.149Z] The following NEW packages will be installed: [2020-04-06T17:12:10.149Z] libbtrfs-dev libbtrfs0 [2020-04-06T17:12:10.149Z] 0 upgraded, 2 newly installed, 0 to remove and 14 not upgraded. [2020-04-06T17:12:10.149Z] Need to get 118 kB of archives. [2020-04-06T17:12:10.149Z] After this operation, 390 kB of additional disk space will be used. [2020-04-06T17:12:10.149Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-04-06T17:12:10.149Z] Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-04-06T17:12:10.498Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-06T17:12:10.498Z] Fetched 118 kB in 0s (1583 kB/s) [2020-04-06T17:12:10.498Z] Selecting previously unselected package libbtrfs0. [2020-04-06T17:12:10.498Z] (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 ... 15168 files and directories currently installed.) [2020-04-06T17:12:10.498Z] Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-04-06T17:12:10.498Z] Unpacking libbtrfs0 (4.20.1-2) ... [2020-04-06T17:12:10.498Z] Selecting previously unselected package libbtrfs-dev. [2020-04-06T17:12:10.498Z] Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-04-06T17:12:10.498Z] Unpacking libbtrfs-dev (4.20.1-2) ... [2020-04-06T17:12:10.498Z] Setting up libbtrfs0 (4.20.1-2) ... [2020-04-06T17:12:10.498Z] Setting up libbtrfs-dev (4.20.1-2) ... [2020-04-06T17:12:10.498Z] Processing triggers for libc-bin (2.28-10) ... [2020-04-06T17:12:10.843Z] Removing intermediate container f5b094bc1ad4 [2020-04-06T17:12:10.843Z] ---> e71369a37642 [2020-04-06T17:12:10.843Z] Step 57/140 : ENV INSTALL_BINARY_NAME=containerd [2020-04-06T17:12:11.187Z] ---> Running in 2fb9af315174 [2020-04-06T17:12:11.187Z] Removing intermediate container 2fb9af315174 [2020-04-06T17:12:11.187Z] ---> 9034c5e47635 [2020-04-06T17:12:11.187Z] Step 58/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:12:11.535Z] ---> 0415ab714f91 [2020-04-06T17:12:11.535Z] Step 59/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:12:11.929Z] ---> ff6e67a97c61 [2020-04-06T17:12:11.929Z] Step 60/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:12:11.929Z] ---> Running in 1e4a4c3a4f64 [2020-04-06T17:12:12.346Z] Install containerd version 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-04-06T17:12:12.346Z] + RM_GOPATH=0 [2020-04-06T17:12:12.346Z] + TMP_GOPATH= [2020-04-06T17:12:12.346Z] + : /build [2020-04-06T17:12:12.346Z] + '[' -z '' ']' [2020-04-06T17:12:12.346Z] ++ mktemp -d [2020-04-06T17:12:12.346Z] + export GOPATH=/tmp/tmp.d1RzmwP8cV [2020-04-06T17:12:12.346Z] + GOPATH=/tmp/tmp.d1RzmwP8cV [2020-04-06T17:12:12.346Z] + RM_GOPATH=1 [2020-04-06T17:12:12.346Z] ++ dirname ./install.sh [2020-04-06T17:12:12.346Z] + dir=. [2020-04-06T17:12:12.346Z] + bin=containerd [2020-04-06T17:12:12.346Z] + shift [2020-04-06T17:12:12.346Z] + '[' '!' -f ./containerd.installer ']' [2020-04-06T17:12:12.346Z] + . ./containerd.installer [2020-04-06T17:12:12.346Z] ++ : 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-04-06T17:12:12.346Z] + install_containerd [2020-04-06T17:12:12.346Z] + echo 'Install containerd version 7ad184331fa3e55e52b890ea95e65ba581ae3429' [2020-04-06T17:12:12.346Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.d1RzmwP8cV/src/github.com/containerd/containerd [2020-04-06T17:12:12.346Z] Cloning into '/tmp/tmp.d1RzmwP8cV/src/github.com/containerd/containerd'... [2020-04-06T17:12:15.505Z] + cd /tmp/tmp.d1RzmwP8cV/src/github.com/containerd/containerd [2020-04-06T17:12:15.505Z] + git checkout -q 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-04-06T17:12:15.868Z] + export 'BUILDTAGS=netgo osusergo static_build' [2020-04-06T17:12:15.868Z] + BUILDTAGS='netgo osusergo static_build' [2020-04-06T17:12:15.868Z] + export EXTRA_FLAGS=-buildmode=pie [2020-04-06T17:12:15.868Z] + EXTRA_FLAGS=-buildmode=pie [2020-04-06T17:12:15.868Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-04-06T17:12:15.868Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-04-06T17:12:15.868Z] + '[' '' = dynamic ']' [2020-04-06T17:12:15.868Z] + make [2020-04-06T17:12:16.215Z] 🇩 bin/ctr [2020-04-06T17:12:24.186Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-04-06T17:12:24.747Z] tests/integration/api_client_test.py ..... [ 7%] [2020-04-06T17:12:26.931Z] tests/integration/api_config_test.py ..... [ 8%] [2020-04-06T17:12:33.724Z] INFO: Extraction ended at 04/06/2020 17:12:31. Duration:00:00:23.4108461 [2020-04-06T17:12:33.724Z] INFO: Updating the golang and path environment variables [2020-04-06T17:12:33.724Z] INFO: GOPATH=d:\gopath [2020-04-06T17:12:33.724Z] INFO: go version go1.12.17 windows/amd64 [2020-04-06T17:12:33.724Z] INFO: Running the daemon under test in debug mode [2020-04-06T17:12:33.724Z] INFO: Starting a daemon under test... [2020-04-06T17:12:33.725Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40784\1\daemon --pidfile d:\CI\PR-40784\1\docker.pid -D [2020-04-06T17:12:33.725Z] INFO: Process started successfully. [2020-04-06T17:12:33.725Z] INFO: Start tailing logs of the daemon under tests [2020-04-06T17:12:33.725Z] INFO: Waiting for the daemon under test to start... [2020-04-06T17:12:35.227Z] INFO: Daemon under test started and replied! [2020-04-06T17:12:35.227Z] INFO: Docker version of the daemon under test [2020-04-06T17:12:35.227Z] [2020-04-06T17:12:35.227Z] Client: [2020-04-06T17:12:35.227Z] Version: 17.06.2-ce [2020-04-06T17:12:35.227Z] API version: 1.30 [2020-04-06T17:12:35.227Z] Go version: go1.8.3 [2020-04-06T17:12:35.227Z] Git commit: cec0b72 [2020-04-06T17:12:35.227Z] Built: Tue Sep 5 19:57:19 2017 [2020-04-06T17:12:35.227Z] OS/Arch: windows/amd64 [2020-04-06T17:12:35.227Z] [2020-04-06T17:12:35.227Z] Server: [2020-04-06T17:12:35.227Z] Version: 0.0.0-dev [2020-04-06T17:12:35.227Z] API version: 1.40 (minimum version 1.24) [2020-04-06T17:12:35.227Z] Go version: go1.12.17 [2020-04-06T17:12:35.227Z] Git commit: 08a2fe0d5 [2020-04-06T17:12:35.227Z] Built: 04/06/2020 17:10:52 [2020-04-06T17:12:35.227Z] OS/Arch: windows/amd64 [2020-04-06T17:12:35.227Z] Experimental: false [2020-04-06T17:12:35.227Z] [2020-04-06T17:12:35.227Z] INFO: Docker info of the daemon under test [2020-04-06T17:12:35.227Z] [2020-04-06T17:12:35.676Z] Containers: 0 [2020-04-06T17:12:35.676Z] Running: 0 [2020-04-06T17:12:35.676Z] Paused: 0 [2020-04-06T17:12:35.676Z] Stopped: 0 [2020-04-06T17:12:35.676Z] Images: 0 [2020-04-06T17:12:35.676Z] Server Version: 0.0.0-dev [2020-04-06T17:12:35.676Z] Storage Driver: windowsfilter [2020-04-06T17:12:35.676Z] Windows: [2020-04-06T17:12:35.676Z] Logging Driver: json-file [2020-04-06T17:12:35.676Z] Plugins: [2020-04-06T17:12:35.676Z] Volume: local [2020-04-06T17:12:35.676Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-04-06T17:12:35.676Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-04-06T17:12:35.676Z] Swarm: inactive [2020-04-06T17:12:35.676Z] Default Isolation: process [2020-04-06T17:12:35.676Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-04-06T17:12:35.676Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-04-06T17:12:35.676Z] OSType: windows [2020-04-06T17:12:35.676Z] Architecture: x86_64 [2020-04-06T17:12:35.676Z] CPUs: 4 [2020-04-06T17:12:35.676Z] Total Memory: 32GiB [2020-04-06T17:12:35.676Z] Name: azwin-2-899a50 [2020-04-06T17:12:35.676Z] ID: DM5T:HTP6:JP44:MVOJ:MNJK:CNRB:CNZT:LR5T:C3IX:B5E2:AJVW:D2QG [2020-04-06T17:12:35.676Z] Docker Root Dir: D:\CI\PR-40784\1\daemon [2020-04-06T17:12:35.676Z] Debug Mode (client): false [2020-04-06T17:12:35.676Z] Debug Mode (server): true [2020-04-06T17:12:35.676Z] File Descriptors: -1 [2020-04-06T17:12:35.676Z] Goroutines: 17 [2020-04-06T17:12:35.676Z] System Time: 2020-04-06T17:12:35.2188721Z [2020-04-06T17:12:35.676Z] EventsListeners: 0 [2020-04-06T17:12:35.676Z] Registry: https://index.docker.io/v1/ [2020-04-06T17:12:35.676Z] Labels: [2020-04-06T17:12:35.676Z] Experimental: false [2020-04-06T17:12:35.676Z] Insecure Registries: [2020-04-06T17:12:35.676Z] 127.0.0.0/8 [2020-04-06T17:12:35.676Z] Live Restore Enabled: false [2020-04-06T17:12:35.676Z] [2020-04-06T17:12:35.676Z] [2020-04-06T17:12:35.676Z] INFO: Docker images of the daemon under test [2020-04-06T17:12:35.676Z] [2020-04-06T17:12:35.676Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-04-06T17:12:35.676Z] [2020-04-06T17:12:35.676Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-04-06T17:12:35.676Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-04-06T17:12:35.676Z] ltsc2019: Pulling from windows/servercore [2020-04-06T17:12:35.676Z] 65014b3c3121: Pulling fs layer [2020-04-06T17:12:35.676Z] 23645bd7ee08: Pulling fs layer [2020-04-06T17:12:36.196Z] + dpkg --print-architecture [2020-04-06T17:12:36.196Z] + cd /tmp/tmp.YhgK6ebnTh/src/github.com/docker/distribution [2020-04-06T17:12:36.196Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-04-06T17:12:36.196Z] + GOPATH=/tmp/tmp.YhgK6ebnTh/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.YhgK6ebnTh [2020-04-06T17:12:36.196Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-04-06T17:12:39.985Z] 🇩 bin/containerd [2020-04-06T17:12:41.709Z] + rm -rf /tmp/tmp.YhgK6ebnTh/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.YhgK6ebnTh [2020-04-06T17:12:43.191Z] Removing intermediate container cf8b0b563bb7 [2020-04-06T17:12:43.191Z] ---> 44a8c8bc5404 [2020-04-06T17:12:43.191Z] Step 18/140 : FROM base AS swagger [2020-04-06T17:12:43.191Z] ---> 11aee818c11d [2020-04-06T17:12:43.191Z] Step 19/140 : ENV GO_SWAGGER_COMMIT 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-04-06T17:12:43.191Z] ---> Running in 398fb5e2161d [2020-04-06T17:12:43.191Z] Removing intermediate container 398fb5e2161d [2020-04-06T17:12:43.191Z] ---> 836b12ce31d6 [2020-04-06T17:12:43.191Z] Step 20/140 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/kolyshkin/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2020-04-06T17:12:43.191Z] ---> Running in 92b7ad2f5fc1 [2020-04-06T17:12:43.477Z] + mktemp -d [2020-04-06T17:12:43.477Z] + export GOPATH=/tmp/tmp.dCTYhO1yJL [2020-04-06T17:12:43.477Z] + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.dCTYhO1yJL/src/github.com/go-swagger/go-swagger [2020-04-06T17:12:43.477Z] Cloning into '/tmp/tmp.dCTYhO1yJL/src/github.com/go-swagger/go-swagger'... [2020-04-06T17:12:45.870Z] 23645bd7ee08: Verifying Checksum [2020-04-06T17:12:45.870Z] 23645bd7ee08: Download complete [2020-04-06T17:12:50.319Z] + cd /tmp/tmp.dCTYhO1yJL/src/github.com/go-swagger/go-swagger [2020-04-06T17:12:50.319Z] + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-04-06T17:12:50.319Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-04-06T17:12:54.317Z] 65014b3c3121: Verifying Checksum [2020-04-06T17:12:54.317Z] 65014b3c3121: Download complete [2020-04-06T17:12:59.772Z] 🇩 bin/containerd-stress [2020-04-06T17:12:59.772Z] 🇩 bin/containerd-shim [2020-04-06T17:13:03.755Z] 🇩 bin/containerd-shim-runc-v1 [2020-04-06T17:13:04.594Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-04-06T17:13:06.383Z] 🇩 binaries [2020-04-06T17:13:06.384Z] + mkdir -p /build [2020-04-06T17:13:06.384Z] + cp bin/containerd /build/containerd [2020-04-06T17:13:06.384Z] + cp bin/containerd-shim /build/containerd-shim [2020-04-06T17:13:06.384Z] + cp bin/ctr /build/ctr [2020-04-06T17:13:08.771Z] Removing intermediate container 1e4a4c3a4f64 [2020-04-06T17:13:08.771Z] ---> ee74fac4aada [2020-04-06T17:13:08.771Z] Step 61/140 : FROM dev-base AS proxy [2020-04-06T17:13:08.771Z] ---> 62d4659667f2 [2020-04-06T17:13:08.771Z] Step 62/140 : ENV INSTALL_BINARY_NAME=proxy [2020-04-06T17:13:08.771Z] ---> Running in b252969f452e [2020-04-06T17:13:08.771Z] Removing intermediate container b252969f452e [2020-04-06T17:13:08.771Z] ---> ba42ca43af29 [2020-04-06T17:13:08.771Z] Step 63/140 : ARG LIBNETWORK_COMMIT [2020-04-06T17:13:08.771Z] ---> Running in 1fcea1953cc4 [2020-04-06T17:13:09.116Z] Removing intermediate container 1fcea1953cc4 [2020-04-06T17:13:09.116Z] ---> 447a6c6f3de8 [2020-04-06T17:13:09.116Z] Step 64/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:13:09.116Z] ---> 06d386cba08f [2020-04-06T17:13:09.116Z] Step 65/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:13:09.471Z] ---> a9d22cc92500 [2020-04-06T17:13:09.471Z] Step 66/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:13:09.471Z] ---> Running in 773fa4c1d8ad [2020-04-06T17:13:09.930Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-04-06T17:13:09.930Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-04-06T17:13:10.242Z] + RM_GOPATH=0 [2020-04-06T17:13:10.242Z] + TMP_GOPATH= [2020-04-06T17:13:10.242Z] + : /build [2020-04-06T17:13:10.242Z] + '[' -z '' ']' [2020-04-06T17:13:10.242Z] ++ mktemp -d [2020-04-06T17:13:10.242Z] + export GOPATH=/tmp/tmp.Jon59ZcIuE [2020-04-06T17:13:10.242Z] + GOPATH=/tmp/tmp.Jon59ZcIuE [2020-04-06T17:13:10.242Z] + RM_GOPATH=1 [2020-04-06T17:13:10.242Z] ++ dirname ./install.sh [2020-04-06T17:13:10.242Z] + dir=. [2020-04-06T17:13:10.242Z] + bin=proxy [2020-04-06T17:13:10.242Z] + shift [2020-04-06T17:13:10.242Z] + '[' '!' -f ./proxy.installer ']' [2020-04-06T17:13:10.242Z] + . ./proxy.installer [2020-04-06T17:13:10.242Z] ++ : 0941c3f409260d5f05cfa6fc68420d8ad45ee483 [2020-04-06T17:13:10.242Z] + install_proxy [2020-04-06T17:13:10.242Z] + case "$1" in [2020-04-06T17:13:10.242Z] + export CGO_ENABLED=0 [2020-04-06T17:13:10.242Z] + CGO_ENABLED=0 [2020-04-06T17:13:10.242Z] + _install_proxy [2020-04-06T17:13:10.242Z] + echo 'Install docker-proxy version 0941c3f409260d5f05cfa6fc68420d8ad45ee483' [2020-04-06T17:13:10.242Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Jon59ZcIuE/src/github.com/docker/libnetwork [2020-04-06T17:13:10.242Z] Install docker-proxy version 0941c3f409260d5f05cfa6fc68420d8ad45ee483 [2020-04-06T17:13:10.242Z] Cloning into '/tmp/tmp.Jon59ZcIuE/src/github.com/docker/libnetwork'... [2020-04-06T17:13:11.529Z] + cd /tmp/tmp.Jon59ZcIuE/src/github.com/docker/libnetwork [2020-04-06T17:13:11.529Z] + git checkout -q 0941c3f409260d5f05cfa6fc68420d8ad45ee483 [2020-04-06T17:13:11.892Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-04-06T17:13:12.725Z] + rm -rf /tmp/tmp.dCTYhO1yJL [2020-04-06T17:13:12.725Z] Removing intermediate container 92b7ad2f5fc1 [2020-04-06T17:13:12.725Z] ---> 1c81d8045290 [2020-04-06T17:13:12.725Z] Step 21/140 : FROM base AS frozen-images [2020-04-06T17:13:12.725Z] ---> 11aee818c11d [2020-04-06T17:13:12.725Z] Step 22/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:13:12.725Z] ---> Using cache [2020-04-06T17:13:12.725Z] ---> 1117a60171d9 [2020-04-06T17:13:12.725Z] Step 23/140 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2020-04-06T17:13:12.725Z] ---> Running in fedec9df739f [2020-04-06T17:13:12.725Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-06T17:13:12.725Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-06T17:13:12.725Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-06T17:13:12.725Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-04-06T17:13:12.725Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [182 kB] [2020-04-06T17:13:12.725Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-04-06T17:13:13.664Z] Removing intermediate container 773fa4c1d8ad [2020-04-06T17:13:13.664Z] ---> ee07f3f512e8 [2020-04-06T17:13:13.664Z] Step 67/140 : FROM base AS gometalinter [2020-04-06T17:13:13.664Z] ---> 62d4659667f2 [2020-04-06T17:13:13.664Z] Step 68/140 : ENV INSTALL_BINARY_NAME=gometalinter [2020-04-06T17:13:13.664Z] ---> Running in 0ae508aad6af [2020-04-06T17:13:14.024Z] Removing intermediate container 0ae508aad6af [2020-04-06T17:13:14.024Z] ---> 2adfc1a15e6d [2020-04-06T17:13:14.024Z] Step 69/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:13:14.202Z] Fetched 8119 kB in 3s (3119 kB/s) [2020-04-06T17:13:14.461Z] ---> e4eac4ee97c0 [2020-04-06T17:13:14.461Z] Step 70/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:13:14.461Z] ---> d7485c149f9a [2020-04-06T17:13:14.461Z] Step 71/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:13:14.461Z] ---> Running in 7c0cfbb6d77c [2020-04-06T17:13:15.216Z] Reading package lists... [2020-04-06T17:13:15.236Z] + RM_GOPATH=0 [2020-04-06T17:13:15.236Z] + TMP_GOPATH= [2020-04-06T17:13:15.236Z] + : /build [2020-04-06T17:13:15.236Z] + '[' -z '' ']' [2020-04-06T17:13:15.236Z] Installing gometalinter version v2.0.6 [2020-04-06T17:13:15.236Z] ++ mktemp -d [2020-04-06T17:13:15.236Z] + export GOPATH=/tmp/tmp.PBM024zn9D [2020-04-06T17:13:15.236Z] + GOPATH=/tmp/tmp.PBM024zn9D [2020-04-06T17:13:15.236Z] + RM_GOPATH=1 [2020-04-06T17:13:15.236Z] ++ dirname ./install.sh [2020-04-06T17:13:15.236Z] + dir=. [2020-04-06T17:13:15.236Z] + bin=gometalinter [2020-04-06T17:13:15.236Z] + shift [2020-04-06T17:13:15.236Z] + '[' '!' -f ./gometalinter.installer ']' [2020-04-06T17:13:15.236Z] + . ./gometalinter.installer [2020-04-06T17:13:15.236Z] ++ GOMETALINTER_COMMIT=v2.0.6 [2020-04-06T17:13:15.236Z] + install_gometalinter [2020-04-06T17:13:15.236Z] + echo 'Installing gometalinter version v2.0.6' [2020-04-06T17:13:15.236Z] + go get -d github.com/alecthomas/gometalinter [2020-04-06T17:13:15.988Z] + cd /tmp/tmp.PBM024zn9D/src/github.com/alecthomas/gometalinter [2020-04-06T17:13:15.988Z] + git checkout -q v2.0.6 [2020-04-06T17:13:15.988Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2020-04-06T17:13:16.229Z] Reading package lists... [2020-04-06T17:13:16.484Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-04-06T17:13:16.514Z] Building dependency tree... [2020-04-06T17:13:16.514Z] Reading state information... [2020-04-06T17:13:16.514Z] ca-certificates is already the newest version (20190110). [2020-04-06T17:13:16.514Z] The following additional packages will be installed: [2020-04-06T17:13:16.514Z] libjq1 libonig5 [2020-04-06T17:13:16.798Z] The following NEW packages will be installed: [2020-04-06T17:13:16.798Z] jq libjq1 libonig5 [2020-04-06T17:13:16.798Z] 0 upgraded, 3 newly installed, 0 to remove and 14 not upgraded. [2020-04-06T17:13:16.798Z] Need to get 358 kB of archives. [2020-04-06T17:13:16.798Z] After this operation, 1277 kB of additional disk space will be used. [2020-04-06T17:13:16.798Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-04-06T17:13:16.798Z] Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-04-06T17:13:16.798Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-04-06T17:13:17.082Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-06T17:13:17.082Z] Fetched 358 kB in 0s (3653 kB/s) [2020-04-06T17:13:17.082Z] Selecting previously unselected package libonig5:ppc64el. [2020-04-06T17:13:17.082Z] (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 ... 15330 files and directories currently installed.) [2020-04-06T17:13:17.082Z] Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... [2020-04-06T17:13:17.082Z] Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-04-06T17:13:17.082Z] Selecting previously unselected package libjq1:ppc64el. [2020-04-06T17:13:17.082Z] Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-04-06T17:13:17.082Z] Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-04-06T17:13:17.082Z] Selecting previously unselected package jq. [2020-04-06T17:13:17.082Z] Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-04-06T17:13:17.082Z] Unpacking jq (1.5+dfsg-2+b1) ... [2020-04-06T17:13:17.082Z] Setting up libonig5:ppc64el (6.9.1-1) ... [2020-04-06T17:13:17.082Z] Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-04-06T17:13:17.082Z] Setting up jq (1.5+dfsg-2+b1) ... [2020-04-06T17:13:17.082Z] Processing triggers for libc-bin (2.28-10) ... [2020-04-06T17:13:17.701Z] Removing intermediate container fedec9df739f [2020-04-06T17:13:17.701Z] ---> 5fe610525f89 [2020-04-06T17:13:17.701Z] Step 24/140 : COPY contrib/download-frozen-image-v2.sh / [2020-04-06T17:13:17.701Z] ---> 21fc2a5c517f [2020-04-06T17:13:17.701Z] Step 25/140 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2020-04-06T17:13:17.994Z] ---> Running in a84ca34abe37 [2020-04-06T17:13:19.074Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-04-06T17:13:19.074Z]  [2020-04-06T17:13:19.677Z]  #    2.1% ########### 15.7% ###################### 30.8% ######################################    53.6% ################################################  67.9% #########################################################          79.8% ##################################################################### 96.2% ######################################################################## 100.0% [2020-04-06T17:13:19.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-04-06T17:13:19.963Z]  [2020-04-06T17:13:20.249Z]  ############ 17.1% ################################################# 69.2% ######################################################################## 100.0% [2020-04-06T17:13:20.534Z]  [2020-04-06T17:13:21.105Z]  ###   5.0% #################                                        24.6% ##############################         42.7% #############################################                63.3% ###########################################################   82.9% ######################################################################## 100.0% [2020-04-06T17:13:21.105Z]  [2020-04-06T17:13:22.532Z]  # 2.7% ######  9.2% ############   17.8% ##################  26.1% ########################    34.4% ###############################    43.1% ####################################  51.2% ##########################################  58.4% ###############################################  65.5% #################################################### 72.4% ##########################################################   80.7% ################################################################ 89.3% ##################################################################### 96.3% ######################################################################## 100.0% [2020-04-06T17:13:22.532Z]  [2020-04-06T17:13:23.152Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-04-06T17:13:23.435Z]  [2020-04-06T17:13:23.435Z]  ################################################################ 89.7% ######################################################################## 100.0% [2020-04-06T17:13:23.435Z]  [2020-04-06T17:13:23.577Z] + GOBIN=/build [2020-04-06T17:13:23.577Z] + /build/gometalinter --install [2020-04-06T17:13:23.577Z] Installing: [2020-04-06T17:13:23.577Z] deadcode [2020-04-06T17:13:23.577Z] dupl [2020-04-06T17:13:23.577Z] errcheck [2020-04-06T17:13:23.577Z] gas [2020-04-06T17:13:23.577Z] gochecknoglobals [2020-04-06T17:13:23.577Z] gochecknoinits [2020-04-06T17:13:23.577Z] goconst [2020-04-06T17:13:23.577Z] gocyclo [2020-04-06T17:13:23.577Z] goimports [2020-04-06T17:13:23.577Z] golint [2020-04-06T17:13:23.577Z] gosimple [2020-04-06T17:13:23.577Z] gotype [2020-04-06T17:13:23.577Z] gotypex [2020-04-06T17:13:23.577Z] ineffassign [2020-04-06T17:13:23.577Z] interfacer [2020-04-06T17:13:23.577Z] lll [2020-04-06T17:13:23.577Z] maligned [2020-04-06T17:13:23.577Z] megacheck [2020-04-06T17:13:23.577Z] misspell [2020-04-06T17:13:23.577Z] nakedret [2020-04-06T17:13:23.577Z] safesql [2020-04-06T17:13:23.577Z] staticcheck [2020-04-06T17:13:23.577Z] structcheck [2020-04-06T17:13:23.577Z] unconvert [2020-04-06T17:13:23.577Z] unparam [2020-04-06T17:13:23.577Z] unused [2020-04-06T17:13:23.577Z] varcheck [2020-04-06T17:13:23.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-04-06T17:13:24.051Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-04-06T17:13:24.340Z]  [2020-04-06T17:13:24.340Z] #=#=#  ######################################################################## 100.0% [2020-04-06T17:13:24.340Z]  [2020-04-06T17:13:24.960Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-04-06T17:13:24.960Z] skipping existing c8c2d4a6b2e3 [2020-04-06T17:13:24.960Z] [2020-04-06T17:13:25.577Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-04-06T17:13:25.861Z]  [2020-04-06T17:13:25.861Z]  ######################################################################## 100.0% [2020-04-06T17:13:25.861Z]  [2020-04-06T17:13:25.861Z] Download of images into '/build' complete. [2020-04-06T17:13:25.861Z] Use something like the following to load the result into a Docker daemon: [2020-04-06T17:13:25.861Z] tar -cC '/build' . | docker load [2020-04-06T17:13:27.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-04-06T17:13:28.546Z] Removing intermediate container a84ca34abe37 [2020-04-06T17:13:28.546Z] ---> 8e46f0d3bd09 [2020-04-06T17:13:28.546Z] Step 26/140 : FROM base AS cross-false [2020-04-06T17:13:28.546Z] ---> 11aee818c11d [2020-04-06T17:13:28.546Z] Step 27/140 : FROM base AS cross-true [2020-04-06T17:13:28.546Z] ---> 11aee818c11d [2020-04-06T17:13:28.546Z] Step 28/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:13:28.546Z] ---> Using cache [2020-04-06T17:13:28.546Z] ---> 1117a60171d9 [2020-04-06T17:13:28.546Z] Step 29/140 : RUN dpkg --add-architecture arm64 [2020-04-06T17:13:28.546Z] ---> Running in a652b855dab2 [2020-04-06T17:13:29.566Z] Removing intermediate container a652b855dab2 [2020-04-06T17:13:29.566Z] ---> e1cc18ec7c50 [2020-04-06T17:13:29.566Z] Step 30/140 : RUN dpkg --add-architecture armel [2020-04-06T17:13:29.566Z] ---> Running in 65b249db13ad [2020-04-06T17:13:30.185Z] Removing intermediate container 65b249db13ad [2020-04-06T17:13:30.185Z] ---> b20d1f2c18cb [2020-04-06T17:13:30.185Z] Step 31/140 : RUN dpkg --add-architecture armhf [2020-04-06T17:13:30.185Z] ---> Running in 07074c23b65f [2020-04-06T17:13:30.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-04-06T17:13:30.803Z] Removing intermediate container 07074c23b65f [2020-04-06T17:13:30.803Z] ---> 6e528fc50ea2 [2020-04-06T17:13:30.803Z] Step 32/140 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf && rm -rf /var/lib/apt/lists/*; fi [2020-04-06T17:13:30.803Z] ---> Running in 00b016ed431d [2020-04-06T17:13:31.427Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-04-06T17:13:31.821Z] Removing intermediate container 00b016ed431d [2020-04-06T17:13:31.821Z] ---> 7c84fc47e4a6 [2020-04-06T17:13:31.821Z] Step 33/140 : FROM cross-${CROSS} as dev-base [2020-04-06T17:13:31.821Z] ---> 11aee818c11d [2020-04-06T17:13:31.821Z] Step 34/140 : FROM dev-base AS runtime-dev-cross-false [2020-04-06T17:13:31.821Z] ---> 11aee818c11d [2020-04-06T17:13:31.821Z] Step 35/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:13:31.821Z] ---> Using cache [2020-04-06T17:13:31.821Z] ---> 1117a60171d9 [2020-04-06T17:13:31.821Z] Step 36/140 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2020-04-06T17:13:31.821Z] ---> Running in 42e6eaad2a24 [2020-04-06T17:13:32.106Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-06T17:13:32.106Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-06T17:13:32.106Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-06T17:13:32.391Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-04-06T17:13:32.677Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [182 kB] [2020-04-06T17:13:32.677Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-04-06T17:13:34.702Z] Fetched 8119 kB in 2s (3439 kB/s) [2020-04-06T17:13:35.714Z] Reading package lists... [2020-04-06T17:13:36.725Z] Reading package lists... [2020-04-06T17:13:37.009Z] Building dependency tree... [2020-04-06T17:13:37.009Z] Reading state information... [2020-04-06T17:13:37.009Z] The following additional packages will be installed: [2020-04-06T17:13:37.009Z] libapparmor1 [2020-04-06T17:13:37.009Z] Suggested packages: [2020-04-06T17:13:37.009Z] seccomp [2020-04-06T17:13:37.009Z] The following NEW packages will be installed: [2020-04-06T17:13:37.009Z] libapparmor-dev libapparmor1 libseccomp-dev [2020-04-06T17:13:37.177Z] Removing intermediate container 7c0cfbb6d77c [2020-04-06T17:13:37.178Z] ---> e4202d9fcde8 [2020-04-06T17:13:37.178Z] Step 72/140 : FROM base AS gotestsum [2020-04-06T17:13:37.178Z] ---> 62d4659667f2 [2020-04-06T17:13:37.178Z] Step 73/140 : ENV INSTALL_BINARY_NAME=gotestsum [2020-04-06T17:13:37.178Z] ---> Running in f69f97bff0cb [2020-04-06T17:13:37.178Z] Removing intermediate container f69f97bff0cb [2020-04-06T17:13:37.178Z] ---> 0f7e3aa85345 [2020-04-06T17:13:37.178Z] Step 74/140 : ARG GOTESTSUM_COMMIT [2020-04-06T17:13:37.178Z] ---> Running in 5b8fdfb19570 [2020-04-06T17:13:37.178Z] Removing intermediate container 5b8fdfb19570 [2020-04-06T17:13:37.178Z] ---> f6c3f15488f7 [2020-04-06T17:13:37.178Z] Step 75/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:13:37.293Z] 0 upgraded, 3 newly installed, 0 to remove and 14 not upgraded. [2020-04-06T17:13:37.293Z] Need to get 307 kB of archives. [2020-04-06T17:13:37.293Z] After this operation, 1108 kB of additional disk space will be used. [2020-04-06T17:13:37.293Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-04-06T17:13:37.293Z] Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-04-06T17:13:37.293Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-04-06T17:13:37.293Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-06T17:13:37.528Z] ---> 5e28b588092d [2020-04-06T17:13:37.528Z] Step 76/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:13:37.528Z] ---> 7c148bef3e16 [2020-04-06T17:13:37.528Z] Step 77/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:13:37.577Z] Fetched 307 kB in 0s (3048 kB/s) [2020-04-06T17:13:37.577Z] Selecting previously unselected package libapparmor1:ppc64el. [2020-04-06T17:13:37.577Z] (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 ... 15330 files and directories currently installed.) [2020-04-06T17:13:37.577Z] Preparing to unpack .../libapparmor1_2.13.2-10_ppc64el.deb ... [2020-04-06T17:13:37.577Z] Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-04-06T17:13:37.577Z] Selecting previously unselected package libapparmor-dev:ppc64el. [2020-04-06T17:13:37.577Z] Preparing to unpack .../libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-04-06T17:13:37.577Z] Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-04-06T17:13:37.577Z] Selecting previously unselected package libseccomp-dev:ppc64el. [2020-04-06T17:13:37.577Z] Preparing to unpack .../libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-04-06T17:13:37.577Z] Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-04-06T17:13:37.577Z] Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-04-06T17:13:37.577Z] Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-04-06T17:13:37.577Z] Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-04-06T17:13:37.577Z] Processing triggers for libc-bin (2.28-10) ... [2020-04-06T17:13:37.897Z] ---> Running in 0bf1f1fb54b7 [2020-04-06T17:13:37.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-04-06T17:13:38.199Z] Removing intermediate container 42e6eaad2a24 [2020-04-06T17:13:38.199Z] ---> 82d001e78735 [2020-04-06T17:13:38.199Z] Step 37/140 : FROM cross-true AS runtime-dev-cross-true [2020-04-06T17:13:38.199Z] ---> 7c84fc47e4a6 [2020-04-06T17:13:38.199Z] Step 38/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:13:38.199Z] ---> Running in 34a49664d303 [2020-04-06T17:13:38.199Z] Removing intermediate container 34a49664d303 [2020-04-06T17:13:38.199Z] ---> c732b8b683e7 [2020-04-06T17:13:38.199Z] Step 39/140 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2020-04-06T17:13:38.199Z] ---> Running in e7e59a1b38c0 [2020-04-06T17:13:38.255Z] + RM_GOPATH=0 [2020-04-06T17:13:38.255Z] + TMP_GOPATH= [2020-04-06T17:13:38.255Z] + : /build [2020-04-06T17:13:38.255Z] + '[' -z '' ']' [2020-04-06T17:13:38.255Z] ++ mktemp -d [2020-04-06T17:13:38.255Z] + export GOPATH=/tmp/tmp.icZ3lZj6sD [2020-04-06T17:13:38.255Z] + GOPATH=/tmp/tmp.icZ3lZj6sD [2020-04-06T17:13:38.255Z] + RM_GOPATH=1 [2020-04-06T17:13:38.255Z] Installing gotestsum version v0.3.5 [2020-04-06T17:13:38.255Z] ++ dirname ./install.sh [2020-04-06T17:13:38.255Z] + dir=. [2020-04-06T17:13:38.255Z] + bin=gotestsum [2020-04-06T17:13:38.255Z] + shift [2020-04-06T17:13:38.255Z] + '[' '!' -f ./gotestsum.installer ']' [2020-04-06T17:13:38.255Z] + . ./gotestsum.installer [2020-04-06T17:13:38.255Z] ++ : v0.3.5 [2020-04-06T17:13:38.255Z] + install_gotestsum [2020-04-06T17:13:38.255Z] + echo 'Installing gotestsum version v0.3.5' [2020-04-06T17:13:38.255Z] + go get -d gotest.tools/gotestsum [2020-04-06T17:13:39.225Z] Removing intermediate container e7e59a1b38c0 [2020-04-06T17:13:39.225Z] ---> c33a5007f60c [2020-04-06T17:13:39.225Z] Step 40/140 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2020-04-06T17:13:39.225Z] ---> 82d001e78735 [2020-04-06T17:13:39.225Z] Step 41/140 : FROM base AS tomlv [2020-04-06T17:13:39.225Z] ---> 11aee818c11d [2020-04-06T17:13:39.225Z] Step 42/140 : ENV INSTALL_BINARY_NAME=tomlv [2020-04-06T17:13:39.225Z] ---> Running in a01add7d3a03 [2020-04-06T17:13:39.225Z] Removing intermediate container a01add7d3a03 [2020-04-06T17:13:39.225Z] ---> 634825d4547f [2020-04-06T17:13:39.225Z] Step 43/140 : ARG TOMLV_COMMIT [2020-04-06T17:13:39.225Z] ---> Running in db24701850ee [2020-04-06T17:13:39.225Z] Removing intermediate container db24701850ee [2020-04-06T17:13:39.225Z] ---> 385088bd8168 [2020-04-06T17:13:39.225Z] Step 44/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:13:39.509Z] ---> 6c5514b6fb92 [2020-04-06T17:13:39.509Z] Step 45/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:13:39.509Z] ---> c0afa04c39de [2020-04-06T17:13:39.509Z] Step 46/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:13:39.794Z] ---> Running in b3897f4efbd3 [2020-04-06T17:13:40.079Z] + RM_GOPATH=0 [2020-04-06T17:13:40.079Z] + TMP_GOPATH= [2020-04-06T17:13:40.079Z] + : /build [2020-04-06T17:13:40.079Z] + '[' -z '' ']' [2020-04-06T17:13:40.079Z] ++ mktemp -d [2020-04-06T17:13:40.079Z] + export GOPATH=/tmp/tmp.c8g1oMLhgi [2020-04-06T17:13:40.079Z] + GOPATH=/tmp/tmp.c8g1oMLhgi [2020-04-06T17:13:40.079Z] + RM_GOPATH=1 [2020-04-06T17:13:40.079Z] ++ dirname ./install.sh [2020-04-06T17:13:40.079Z] + dir=. [2020-04-06T17:13:40.079Z] + bin=tomlv [2020-04-06T17:13:40.079Z] + shift [2020-04-06T17:13:40.079Z] + '[' '!' -f ./tomlv.installer ']' [2020-04-06T17:13:40.079Z] + . ./tomlv.installer [2020-04-06T17:13:40.079Z] ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-04-06T17:13:40.079Z] + install_tomlv [2020-04-06T17:13:40.079Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-04-06T17:13:40.079Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-04-06T17:13:40.079Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.c8g1oMLhgi/src/github.com/BurntSushi/toml [2020-04-06T17:13:40.079Z] Cloning into '/tmp/tmp.c8g1oMLhgi/src/github.com/BurntSushi/toml'... [2020-04-06T17:13:40.364Z] + cd /tmp/tmp.c8g1oMLhgi/src/github.com/BurntSushi/toml [2020-04-06T17:13:40.364Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-04-06T17:13:40.364Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-04-06T17:13:40.364Z] errors [2020-04-06T17:13:40.364Z] internal/cpu [2020-04-06T17:13:40.364Z] math/bits [2020-04-06T17:13:40.364Z] runtime/internal/atomic [2020-04-06T17:13:40.364Z] runtime/internal/sys [2020-04-06T17:13:40.364Z] runtime/internal/math [2020-04-06T17:13:40.364Z] unicode/utf8 [2020-04-06T17:13:40.364Z] internal/bytealg [2020-04-06T17:13:40.509Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-04-06T17:13:40.668Z] internal/race [2020-04-06T17:13:40.668Z] sync/atomic [2020-04-06T17:13:40.668Z] math [2020-04-06T17:13:40.668Z] unicode [2020-04-06T17:13:40.668Z] internal/testlog [2020-04-06T17:13:40.668Z] runtime [2020-04-06T17:13:40.668Z] encoding [2020-04-06T17:13:40.668Z] runtime/cgo [2020-04-06T17:13:41.023Z] strconv [2020-04-06T17:13:44.800Z] sync [2020-04-06T17:13:44.800Z] io [2020-04-06T17:13:44.800Z] reflect [2020-04-06T17:13:44.800Z] syscall [2020-04-06T17:13:44.800Z] bytes [2020-04-06T17:13:44.800Z] strings [2020-04-06T17:13:45.089Z] bufio [2020-04-06T17:13:45.377Z] path [2020-04-06T17:13:45.664Z] text/tabwriter [2020-04-06T17:13:45.807Z] + cd /tmp/tmp.icZ3lZj6sD/src/gotest.tools/gotestsum [2020-04-06T17:13:45.807Z] + git checkout -q v0.3.5 [2020-04-06T17:13:45.807Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-04-06T17:13:45.950Z] internal/syscall/unix [2020-04-06T17:13:45.950Z] time [2020-04-06T17:13:46.577Z] sort [2020-04-06T17:13:46.577Z] internal/poll [2020-04-06T17:13:46.862Z] internal/fmtsort [2020-04-06T17:13:46.862Z] os [2020-04-06T17:13:47.151Z] path/filepath [2020-04-06T17:13:47.151Z] fmt [2020-04-06T17:13:47.438Z] io/ioutil [2020-04-06T17:13:47.723Z] log [2020-04-06T17:13:47.723Z] flag [2020-04-06T17:13:47.723Z] github.com/BurntSushi/toml [2020-04-06T17:13:48.736Z] github.com/BurntSushi/toml/cmd/tomlv [2020-04-06T17:13:50.216Z] Removing intermediate container b3897f4efbd3 [2020-04-06T17:13:50.216Z] ---> cea2bd05bc7c [2020-04-06T17:13:50.216Z] Step 47/140 : FROM base AS vndr [2020-04-06T17:13:50.216Z] ---> 11aee818c11d [2020-04-06T17:13:50.216Z] Step 48/140 : ENV INSTALL_BINARY_NAME=vndr [2020-04-06T17:13:50.216Z] ---> Running in 2bf5540f2efc [2020-04-06T17:13:50.216Z] Removing intermediate container 2bf5540f2efc [2020-04-06T17:13:50.216Z] ---> 6321d9b7deb1 [2020-04-06T17:13:50.216Z] Step 49/140 : ARG VNDR_COMMIT [2020-04-06T17:13:50.216Z] ---> Running in 8bd1424275e5 [2020-04-06T17:13:50.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-04-06T17:13:50.500Z] Removing intermediate container 8bd1424275e5 [2020-04-06T17:13:50.500Z] ---> 0865bd03b83c [2020-04-06T17:13:50.500Z] Step 50/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:13:50.500Z] ---> 1684bde90d3b [2020-04-06T17:13:50.500Z] Step 51/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:13:50.784Z] ---> f4cf5625275f [2020-04-06T17:13:50.784Z] Step 52/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:13:50.784Z] ---> Running in 307305d4173c [2020-04-06T17:13:51.068Z] + RM_GOPATH=0 [2020-04-06T17:13:51.068Z] + TMP_GOPATH= [2020-04-06T17:13:51.068Z] + : /build [2020-04-06T17:13:51.068Z] + '[' -z '' ']' [2020-04-06T17:13:51.068Z] ++ mktemp -d [2020-04-06T17:13:51.068Z] + export GOPATH=/tmp/tmp.2ngGllojUm [2020-04-06T17:13:51.068Z] + GOPATH=/tmp/tmp.2ngGllojUm [2020-04-06T17:13:51.068Z] + RM_GOPATH=1 [2020-04-06T17:13:51.068Z] ++ dirname ./install.sh [2020-04-06T17:13:51.068Z] + dir=. [2020-04-06T17:13:51.068Z] + bin=vndr [2020-04-06T17:13:51.068Z] + shift [2020-04-06T17:13:51.068Z] + '[' '!' -f ./vndr.installer ']' [2020-04-06T17:13:51.068Z] Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-04-06T17:13:51.068Z] + . ./vndr.installer [2020-04-06T17:13:51.068Z] ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-04-06T17:13:51.068Z] + install_vndr [2020-04-06T17:13:51.068Z] + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-04-06T17:13:51.068Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.2ngGllojUm/src/github.com/LK4D4/vndr [2020-04-06T17:13:51.068Z] Cloning into '/tmp/tmp.2ngGllojUm/src/github.com/LK4D4/vndr'... [2020-04-06T17:13:51.355Z] + cd /tmp/tmp.2ngGllojUm/src/github.com/LK4D4/vndr [2020-04-06T17:13:51.355Z] + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-04-06T17:13:51.355Z] + go build -buildmode=pie -v -o /build/vndr . [2020-04-06T17:13:51.641Z] errors [2020-04-06T17:13:51.641Z] internal/cpu [2020-04-06T17:13:51.641Z] internal/race [2020-04-06T17:13:51.641Z] runtime/internal/atomic [2020-04-06T17:13:51.641Z] runtime/internal/sys [2020-04-06T17:13:51.641Z] sync/atomic [2020-04-06T17:13:51.641Z] runtime/internal/math [2020-04-06T17:13:51.641Z] internal/bytealg [2020-04-06T17:13:51.641Z] unicode [2020-04-06T17:13:51.641Z] unicode/utf8 [2020-04-06T17:13:51.641Z] math/bits [2020-04-06T17:13:51.641Z] internal/testlog [2020-04-06T17:13:51.641Z] math [2020-04-06T17:13:51.641Z] runtime [2020-04-06T17:13:51.641Z] encoding [2020-04-06T17:13:51.930Z] unicode/utf16 [2020-04-06T17:13:51.930Z] container/list [2020-04-06T17:13:51.930Z] crypto/internal/subtle [2020-04-06T17:13:51.930Z] crypto/subtle [2020-04-06T17:13:52.221Z] internal/x/crypto/cryptobyte/asn1 [2020-04-06T17:13:52.221Z] internal/nettrace [2020-04-06T17:13:52.221Z] internal/x/net/dns/dnsmessage [2020-04-06T17:13:52.513Z] runtime/cgo [2020-04-06T17:13:52.513Z] strconv [2020-04-06T17:13:53.154Z] crypto/rc4 [2020-04-06T17:13:55.101Z] Removing intermediate container 0bf1f1fb54b7 [2020-04-06T17:13:55.101Z] ---> bfe2c7667635 [2020-04-06T17:13:55.101Z] Step 78/140 : FROM dev-base AS dockercli [2020-04-06T17:13:55.101Z] ---> 62d4659667f2 [2020-04-06T17:13:55.101Z] Step 79/140 : ENV INSTALL_BINARY_NAME=dockercli [2020-04-06T17:13:55.101Z] ---> Running in 010bdf66bf4c [2020-04-06T17:13:55.101Z] Removing intermediate container 010bdf66bf4c [2020-04-06T17:13:55.101Z] ---> 1ba4824e01c4 [2020-04-06T17:13:55.101Z] Step 80/140 : ARG DOCKERCLI_CHANNEL [2020-04-06T17:13:55.101Z] ---> Running in 3684fa6368f0 [2020-04-06T17:13:55.101Z] Removing intermediate container 3684fa6368f0 [2020-04-06T17:13:55.101Z] ---> 630d0fc7ffc5 [2020-04-06T17:13:55.101Z] Step 81/140 : ARG DOCKERCLI_VERSION [2020-04-06T17:13:55.101Z] ---> Running in df745ce2b957 [2020-04-06T17:13:55.101Z] Removing intermediate container df745ce2b957 [2020-04-06T17:13:55.101Z] ---> 7759e7e6deca [2020-04-06T17:13:55.101Z] Step 82/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:13:55.447Z] ---> 2f085ab96333 [2020-04-06T17:13:55.447Z] Step 83/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:13:55.793Z] ---> 77770a925ba3 [2020-04-06T17:13:55.793Z] Step 84/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:13:55.793Z] ---> Running in a2a19a05496d [2020-04-06T17:13:56.138Z] + RM_GOPATH=0 [2020-04-06T17:13:56.138Z] + TMP_GOPATH= [2020-04-06T17:13:56.138Z] + : /build [2020-04-06T17:13:56.138Z] + '[' -z '' ']' [2020-04-06T17:13:56.138Z] ++ mktemp -d [2020-04-06T17:13:56.138Z] + export GOPATH=/tmp/tmp.z4xHZzYaR7 [2020-04-06T17:13:56.138Z] + GOPATH=/tmp/tmp.z4xHZzYaR7 [2020-04-06T17:13:56.138Z] + RM_GOPATH=1 [2020-04-06T17:13:56.138Z] ++ dirname ./install.sh [2020-04-06T17:13:56.138Z] Install docker/cli version 17.06.2-ce from stable [2020-04-06T17:13:56.138Z] + dir=. [2020-04-06T17:13:56.138Z] + bin=dockercli [2020-04-06T17:13:56.138Z] + shift [2020-04-06T17:13:56.138Z] + '[' '!' -f ./dockercli.installer ']' [2020-04-06T17:13:56.138Z] + . ./dockercli.installer [2020-04-06T17:13:56.138Z] ++ : stable [2020-04-06T17:13:56.138Z] ++ : 17.06.2-ce [2020-04-06T17:13:56.138Z] + install_dockercli [2020-04-06T17:13:56.138Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-04-06T17:13:56.138Z] ++ uname -m [2020-04-06T17:13:56.138Z] + arch=s390x [2020-04-06T17:13:56.138Z] + '[' s390x '!=' x86_64 ']' [2020-04-06T17:13:56.138Z] + '[' s390x '!=' s390x ']' [2020-04-06T17:13:56.138Z] + url=https://download.docker.com/linux/static [2020-04-06T17:13:56.138Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-04-06T17:13:56.138Z] + tar -xz docker/docker [2020-04-06T17:13:56.688Z] sync [2020-04-06T17:13:56.688Z] github.com/LK4D4/vndr/godl/singleflight [2020-04-06T17:13:56.688Z] io [2020-04-06T17:13:56.688Z] reflect [2020-04-06T17:13:56.688Z] syscall [2020-04-06T17:13:56.688Z] math/rand [2020-04-06T17:13:56.688Z] bytes [2020-04-06T17:13:56.688Z] strings [2020-04-06T17:13:56.975Z] bufio [2020-04-06T17:13:56.975Z] path [2020-04-06T17:13:57.263Z] hash [2020-04-06T17:13:57.263Z] hash/crc32 [2020-04-06T17:13:57.263Z] crypto [2020-04-06T17:13:57.345Z] + mkdir -p /build [2020-04-06T17:13:57.345Z] + mv docker/docker /build/ [2020-04-06T17:13:57.345Z] + rmdir docker [2020-04-06T17:13:57.552Z] crypto/internal/randutil [2020-04-06T17:13:57.552Z] crypto/sha512 [2020-04-06T17:13:57.552Z] crypto/hmac [2020-04-06T17:13:57.552Z] crypto/sha1 [2020-04-06T17:13:57.552Z] time [2020-04-06T17:13:57.691Z] Removing intermediate container a2a19a05496d [2020-04-06T17:13:57.691Z] ---> 3a25d7202225 [2020-04-06T17:13:57.691Z] Step 85/140 : FROM runtime-dev AS runc [2020-04-06T17:13:57.691Z] ---> 6d03d42ffb9e [2020-04-06T17:13:57.691Z] Step 86/140 : ENV INSTALL_BINARY_NAME=runc [2020-04-06T17:13:57.691Z] ---> Running in 2f690c131f2b [2020-04-06T17:13:57.843Z] internal/syscall/unix [2020-04-06T17:13:57.843Z] crypto/sha256 [2020-04-06T17:13:57.843Z] internal/singleflight [2020-04-06T17:13:57.843Z] internal/x/crypto/hkdf [2020-04-06T17:13:57.843Z] internal/x/text/transform [2020-04-06T17:13:58.057Z] Removing intermediate container 2f690c131f2b [2020-04-06T17:13:58.057Z] ---> dc67eaca2b4e [2020-04-06T17:13:58.057Z] Step 87/140 : ARG RUNC_COMMIT [2020-04-06T17:13:58.057Z] ---> Running in 2d5f60de077f [2020-04-06T17:13:58.057Z] Removing intermediate container 2d5f60de077f [2020-04-06T17:13:58.057Z] ---> bf02c6c1f354 [2020-04-06T17:13:58.057Z] Step 88/140 : ARG RUNC_BUILDTAGS [2020-04-06T17:13:58.466Z] internal/poll [2020-04-06T17:13:58.467Z] ---> Running in 38b30af731e5 [2020-04-06T17:13:58.467Z] Removing intermediate container 38b30af731e5 [2020-04-06T17:13:58.467Z] ---> 6debbbb3ccd8 [2020-04-06T17:13:58.467Z] Step 89/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:13:58.754Z] encoding/binary [2020-04-06T17:13:58.754Z] sort [2020-04-06T17:13:58.754Z] os [2020-04-06T17:13:58.754Z] regexp/syntax [2020-04-06T17:13:58.754Z] internal/fmtsort [2020-04-06T17:13:58.827Z] ---> a4862cbb7d2c [2020-04-06T17:13:58.827Z] Step 90/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:13:58.827Z] ---> f604142e3132 [2020-04-06T17:13:58.827Z] Step 91/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:13:59.039Z] encoding/base64 [2020-04-06T17:13:59.039Z] crypto/cipher [2020-04-06T17:13:59.173Z] ---> Running in b151aa3a9f16 [2020-04-06T17:13:59.326Z] crypto/md5 [2020-04-06T17:13:59.326Z] crypto/aes [2020-04-06T17:13:59.524Z] + RM_GOPATH=0 [2020-04-06T17:13:59.524Z] + TMP_GOPATH= [2020-04-06T17:13:59.524Z] + : /build [2020-04-06T17:13:59.524Z] + '[' -z '' ']' [2020-04-06T17:13:59.524Z] ++ mktemp -d [2020-04-06T17:13:59.524Z] + export GOPATH=/tmp/tmp.D4Byi7xRk9 [2020-04-06T17:13:59.524Z] + GOPATH=/tmp/tmp.D4Byi7xRk9 [2020-04-06T17:13:59.524Z] + RM_GOPATH=1 [2020-04-06T17:13:59.524Z] ++ dirname ./install.sh [2020-04-06T17:13:59.524Z] + dir=. [2020-04-06T17:13:59.524Z] + bin=runc [2020-04-06T17:13:59.524Z] + shift [2020-04-06T17:13:59.524Z] + '[' '!' -f ./runc.installer ']' [2020-04-06T17:13:59.524Z] + . ./runc.installer [2020-04-06T17:13:59.524Z] ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-04-06T17:13:59.524Z] + install_runc [2020-04-06T17:13:59.524Z] + uname -r [2020-04-06T17:13:59.524Z] + grep -q '^3\.10\.0.*\.el7\.' [2020-04-06T17:13:59.524Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-04-06T17:13:59.524Z] + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-04-06T17:13:59.524Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.D4Byi7xRk9/src/github.com/opencontainers/runc [2020-04-06T17:13:59.524Z] Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-04-06T17:13:59.524Z] Cloning into '/tmp/tmp.D4Byi7xRk9/src/github.com/opencontainers/runc'... [2020-04-06T17:13:59.611Z] crypto/des [2020-04-06T17:13:59.611Z] fmt [2020-04-06T17:13:59.611Z] path/filepath [2020-04-06T17:13:59.611Z] encoding/pem [2020-04-06T17:13:59.898Z] internal/x/crypto/internal/chacha20 [2020-04-06T17:13:59.898Z] regexp [2020-04-06T17:13:59.898Z] io/ioutil [2020-04-06T17:14:00.184Z] internal/x/crypto/poly1305 [2020-04-06T17:14:00.184Z] internal/x/crypto/curve25519 [2020-04-06T17:14:00.184Z] internal/x/crypto/chacha20poly1305 [2020-04-06T17:14:00.298Z] + cd /tmp/tmp.D4Byi7xRk9/src/github.com/opencontainers/runc [2020-04-06T17:14:00.299Z] + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-04-06T17:14:00.475Z] flag [2020-04-06T17:14:00.475Z] go/token [2020-04-06T17:14:00.475Z] net/url [2020-04-06T17:14:00.647Z] + '[' -z '' ']' [2020-04-06T17:14:00.647Z] + target=static [2020-04-06T17:14:00.647Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-04-06T17:14:00.647Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-04-06T17:14:00.762Z] text/template/parse [2020-04-06T17:14:00.762Z] go/scanner [2020-04-06T17:14:01.048Z] log [2020-04-06T17:14:01.048Z] encoding/json [2020-04-06T17:14:01.048Z] go/ast [2020-04-06T17:14:01.048Z] encoding/xml [2020-04-06T17:14:01.675Z] text/template [2020-04-06T17:14:02.702Z] github.com/LK4D4/vndr/versioned [2020-04-06T17:14:02.702Z] compress/flate [2020-04-06T17:14:02.702Z] go/parser [2020-04-06T17:14:02.991Z] context [2020-04-06T17:14:02.991Z] math/big [2020-04-06T17:14:03.281Z] go/doc [2020-04-06T17:14:03.571Z] compress/gzip [2020-04-06T17:14:03.571Z] encoding/hex [2020-04-06T17:14:03.571Z] net [2020-04-06T17:14:03.860Z] internal/x/text/unicode/bidi [2020-04-06T17:14:04.148Z] github.com/LK4D4/vndr/build [2020-04-06T17:14:04.437Z] internal/x/text/secure/bidirule [2020-04-06T17:14:04.438Z] internal/x/text/unicode/norm [2020-04-06T17:14:05.070Z] internal/x/net/http2/hpack [2020-04-06T17:14:05.359Z] crypto/rand [2020-04-06T17:14:05.359Z] crypto/elliptic [2020-04-06T17:14:05.650Z] encoding/asn1 [2020-04-06T17:14:05.944Z] crypto/rsa [2020-04-06T17:14:05.944Z] crypto/dsa [2020-04-06T17:14:06.249Z] internal/x/net/idna [2020-04-06T17:14:06.249Z] crypto/ecdsa [2020-04-06T17:14:06.249Z] crypto/x509/pkix [2020-04-06T17:14:06.535Z] internal/x/crypto/cryptobyte [2020-04-06T17:14:06.535Z] mime [2020-04-06T17:14:07.162Z] mime/quotedprintable [2020-04-06T17:14:07.162Z] net/http/internal [2020-04-06T17:14:07.162Z] os/exec [2020-04-06T17:14:08.644Z] internal/x/net/http/httpproxy [2020-04-06T17:14:08.644Z] net/textproto [2020-04-06T17:14:08.644Z] crypto/x509 [2020-04-06T17:14:08.929Z] mime/multipart [2020-04-06T17:14:08.929Z] internal/x/net/http/httpguts [2020-04-06T17:14:09.586Z] crypto/tls [2020-04-06T17:14:11.621Z] net/http/httptrace [2020-04-06T17:14:11.621Z] net/http [2020-04-06T17:14:13.061Z] ................................................ [ 29%] [2020-04-06T17:14:14.219Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-04-06T17:14:14.219Z] + mkdir -p /build [2020-04-06T17:14:14.219Z] + cp runc /build/runc [2020-04-06T17:14:14.583Z] Removing intermediate container b151aa3a9f16 [2020-04-06T17:14:14.583Z] ---> f140d92125ea [2020-04-06T17:14:14.583Z] Step 92/140 : FROM dev-base AS tini [2020-04-06T17:14:14.583Z] ---> 62d4659667f2 [2020-04-06T17:14:14.583Z] Step 93/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:14:14.583Z] ---> Using cache [2020-04-06T17:14:14.583Z] ---> bb2d87524b8b [2020-04-06T17:14:14.583Z] Step 94/140 : ARG TINI_COMMIT [2020-04-06T17:14:14.583Z] ---> Running in 78a2875b6055 [2020-04-06T17:14:14.583Z] Removing intermediate container 78a2875b6055 [2020-04-06T17:14:14.583Z] ---> 583272871abb [2020-04-06T17:14:14.583Z] Step 95/140 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2020-04-06T17:14:14.935Z] ---> Running in 84e4d7c5cc68 [2020-04-06T17:14:15.093Z] github.com/LK4D4/vndr/godl [2020-04-06T17:14:15.093Z] github.com/LK4D4/vndr [2020-04-06T17:14:15.825Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-06T17:14:15.825Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-06T17:14:15.825Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-06T17:14:15.825Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-04-06T17:14:16.231Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [166 kB] [2020-04-06T17:14:16.231Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-04-06T17:14:16.979Z] Fetched 8034 kB in 2s (4576 kB/s) [2020-04-06T17:14:16.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-04-06T17:14:17.333Z] Reading package lists... [2020-04-06T17:14:18.082Z] Reading package lists... [2020-04-06T17:14:18.082Z] Building dependency tree... [2020-04-06T17:14:18.082Z] Reading state information... [2020-04-06T17:14:18.082Z] The following additional packages will be installed: [2020-04-06T17:14:18.082Z] cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-04-06T17:14:18.082Z] Suggested packages: [2020-04-06T17:14:18.082Z] cmake-doc ninja-build lrzip [2020-04-06T17:14:18.082Z] Recommended packages: [2020-04-06T17:14:18.082Z] vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-04-06T17:14:18.082Z] The following NEW packages will be installed: [2020-04-06T17:14:18.082Z] cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-04-06T17:14:18.082Z] vim-common xxd [2020-04-06T17:14:18.082Z] 0 upgraded, 10 newly installed, 0 to remove and 14 not upgraded. [2020-04-06T17:14:18.082Z] Need to get 14.0 MB of archives. [2020-04-06T17:14:18.082Z] After this operation, 62.1 MB of additional disk space will be used. [2020-04-06T17:14:18.082Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-04-06T17:14:18.082Z] Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-04-06T17:14:18.444Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-04-06T17:14:18.444Z] Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-04-06T17:14:18.444Z] Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-04-06T17:14:18.444Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-04-06T17:14:18.444Z] Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-04-06T17:14:18.444Z] Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-04-06T17:14:18.444Z] Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-04-06T17:14:18.444Z] Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-04-06T17:14:18.444Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-06T17:14:18.444Z] Fetched 14.0 MB in 0s (64.0 MB/s) [2020-04-06T17:14:18.444Z] Selecting previously unselected package xxd. [2020-04-06T17:14:18.444Z] (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 ... 15168 files and directories currently installed.) [2020-04-06T17:14:18.444Z] Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-04-06T17:14:18.444Z] Unpacking xxd (2:8.1.0875-5) ... [2020-04-06T17:14:18.444Z] Selecting previously unselected package vim-common. [2020-04-06T17:14:18.444Z] Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-04-06T17:14:18.444Z] Unpacking vim-common (2:8.1.0875-5) ... [2020-04-06T17:14:18.831Z] Selecting previously unselected package cmake-data. [2020-04-06T17:14:18.831Z] Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-04-06T17:14:18.831Z] Unpacking cmake-data (3.13.4-1) ... [2020-04-06T17:14:18.831Z] Selecting previously unselected package libicu63:s390x. [2020-04-06T17:14:18.831Z] Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-04-06T17:14:18.831Z] Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-04-06T17:14:19.503Z] Removing intermediate container 307305d4173c [2020-04-06T17:14:19.503Z] ---> 170356d0bc19 [2020-04-06T17:14:19.503Z] Step 53/140 : FROM dev-base AS containerd [2020-04-06T17:14:19.503Z] ---> 11aee818c11d [2020-04-06T17:14:19.503Z] Step 54/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:14:19.503Z] ---> Using cache [2020-04-06T17:14:19.503Z] ---> 1117a60171d9 [2020-04-06T17:14:19.503Z] Step 55/140 : ARG CONTAINERD_COMMIT [2020-04-06T17:14:19.503Z] ---> Running in d6f477f46d07 [2020-04-06T17:14:19.503Z] Removing intermediate container d6f477f46d07 [2020-04-06T17:14:19.503Z] ---> 38b80999acd1 [2020-04-06T17:14:19.503Z] Step 56/140 : RUN apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev && rm -rf /var/lib/apt/lists/* [2020-04-06T17:14:19.503Z] ---> Running in 9c32a8d1fc95 [2020-04-06T17:14:19.503Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-06T17:14:19.503Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-06T17:14:19.503Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-06T17:14:19.503Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-04-06T17:14:19.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-04-06T17:14:19.602Z] Selecting previously unselected package libxml2:s390x. [2020-04-06T17:14:19.602Z] Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-04-06T17:14:19.602Z] Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-04-06T17:14:19.602Z] Selecting previously unselected package libarchive13:s390x. [2020-04-06T17:14:19.602Z] Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-04-06T17:14:19.602Z] Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-04-06T17:14:19.789Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [182 kB] [2020-04-06T17:14:19.993Z] Selecting previously unselected package libjsoncpp1:s390x. [2020-04-06T17:14:19.993Z] Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-04-06T17:14:19.993Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-04-06T17:14:19.993Z] Selecting previously unselected package librhash0:s390x. [2020-04-06T17:14:19.993Z] Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-04-06T17:14:19.993Z] Unpacking librhash0:s390x (1.3.8-1) ... [2020-04-06T17:14:19.993Z] Selecting previously unselected package libuv1:s390x. [2020-04-06T17:14:19.993Z] Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-04-06T17:14:19.993Z] Unpacking libuv1:s390x (1.24.1-1) ... [2020-04-06T17:14:19.993Z] Selecting previously unselected package cmake. [2020-04-06T17:14:19.993Z] Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-04-06T17:14:19.993Z] Unpacking cmake (3.13.4-1) ... [2020-04-06T17:14:20.074Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-04-06T17:14:20.379Z] Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-04-06T17:14:20.379Z] Setting up xxd (2:8.1.0875-5) ... [2020-04-06T17:14:20.379Z] Setting up libuv1:s390x (1.24.1-1) ... [2020-04-06T17:14:20.379Z] Setting up vim-common (2:8.1.0875-5) ... [2020-04-06T17:14:20.379Z] Setting up librhash0:s390x (1.3.8-1) ... [2020-04-06T17:14:20.379Z] Setting up cmake-data (3.13.4-1) ... [2020-04-06T17:14:20.379Z] Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-04-06T17:14:20.379Z] Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-04-06T17:14:20.379Z] Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-04-06T17:14:20.379Z] Setting up cmake (3.13.4-1) ... [2020-04-06T17:14:20.379Z] Processing triggers for libc-bin (2.28-10) ... [2020-04-06T17:14:20.379Z] Processing triggers for mime-support (3.62) ... [2020-04-06T17:14:21.604Z] Removing intermediate container 84e4d7c5cc68 [2020-04-06T17:14:21.604Z] ---> 0b27c7b429bb [2020-04-06T17:14:21.604Z] Step 96/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:14:21.604Z] ---> aa378cd04cf3 [2020-04-06T17:14:21.604Z] Step 97/140 : ENV INSTALL_BINARY_NAME=tini [2020-04-06T17:14:21.604Z] ---> Running in 8f8373be1afd [2020-04-06T17:14:21.965Z] Removing intermediate container 8f8373be1afd [2020-04-06T17:14:21.965Z] ---> a6a29f1443a3 [2020-04-06T17:14:21.965Z] Step 98/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:14:22.105Z] Fetched 8119 kB in 2s (3342 kB/s) [2020-04-06T17:14:22.312Z] ---> 5f6654a46a8d [2020-04-06T17:14:22.312Z] Step 99/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:14:22.312Z] ---> Running in e1e7c453d5f0 [2020-04-06T17:14:22.657Z] + RM_GOPATH=0 [2020-04-06T17:14:22.657Z] + TMP_GOPATH= [2020-04-06T17:14:22.657Z] + : /build [2020-04-06T17:14:22.657Z] + '[' -z '' ']' [2020-04-06T17:14:22.657Z] ++ mktemp -d [2020-04-06T17:14:22.657Z] + export GOPATH=/tmp/tmp.UjGBsy8yuv [2020-04-06T17:14:22.657Z] + GOPATH=/tmp/tmp.UjGBsy8yuv [2020-04-06T17:14:22.657Z] + RM_GOPATH=1 [2020-04-06T17:14:22.657Z] ++ dirname ./install.sh [2020-04-06T17:14:22.657Z] + dir=. [2020-04-06T17:14:22.657Z] + bin=tini [2020-04-06T17:14:22.657Z] + shift [2020-04-06T17:14:22.657Z] + '[' '!' -f ./tini.installer ']' [2020-04-06T17:14:22.657Z] + . ./tini.installer [2020-04-06T17:14:22.657Z] ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-04-06T17:14:22.657Z] + install_tini [2020-04-06T17:14:22.657Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-04-06T17:14:22.657Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.UjGBsy8yuv/tini [2020-04-06T17:14:22.657Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-04-06T17:14:22.657Z] Cloning into '/tmp/tmp.UjGBsy8yuv/tini'... [2020-04-06T17:14:22.722Z] Reading package lists... [2020-04-06T17:14:22.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-04-06T17:14:23.002Z] + cd /tmp/tmp.UjGBsy8yuv/tini [2020-04-06T17:14:23.002Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-04-06T17:14:23.002Z] + cmake . [2020-04-06T17:14:23.002Z] -- The C compiler identification is GNU 8.3.0 [2020-04-06T17:14:23.002Z] -- Check for working C compiler: /usr/bin/cc [2020-04-06T17:14:23.002Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-04-06T17:14:23.003Z] -- Detecting C compiler ABI info [2020-04-06T17:14:23.003Z] -- Detecting C compiler ABI info - done [2020-04-06T17:14:23.003Z] -- Detecting C compile features [2020-04-06T17:14:23.356Z] -- Detecting C compile features - done [2020-04-06T17:14:23.356Z] -- Performing Test HAS_BUILTIN_FORTIFY [2020-04-06T17:14:23.356Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-04-06T17:14:23.356Z] -- Configuring done [2020-04-06T17:14:23.356Z] -- Generating done [2020-04-06T17:14:23.356Z] -- Build files have been written to: /tmp/tmp.UjGBsy8yuv/tini [2020-04-06T17:14:23.356Z] + make tini-static [2020-04-06T17:14:23.356Z] Scanning dependencies of target tini-static [2020-04-06T17:14:23.356Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-04-06T17:14:23.701Z] [100%] Linking C executable tini-static [2020-04-06T17:14:23.701Z] [100%] Built target tini-static [2020-04-06T17:14:23.701Z] + mkdir -p /build [2020-04-06T17:14:23.701Z] + cp tini-static /build/docker-init [2020-04-06T17:14:24.029Z] Reading package lists... [2020-04-06T17:14:24.117Z] Removing intermediate container e1e7c453d5f0 [2020-04-06T17:14:24.117Z] ---> 768fda17e09d [2020-04-06T17:14:24.117Z] Step 100/140 : FROM dev-base AS rootlesskit [2020-04-06T17:14:24.117Z] ---> 62d4659667f2 [2020-04-06T17:14:24.117Z] Step 101/140 : ENV INSTALL_BINARY_NAME=rootlesskit [2020-04-06T17:14:24.117Z] ---> Running in 38d77bb02480 [2020-04-06T17:14:24.312Z] Building dependency tree... [2020-04-06T17:14:24.312Z] Reading state information... [2020-04-06T17:14:24.312Z] The following additional packages will be installed: [2020-04-06T17:14:24.312Z] libbtrfs0 [2020-04-06T17:14:24.312Z] The following NEW packages will be installed: [2020-04-06T17:14:24.312Z] libbtrfs-dev libbtrfs0 [2020-04-06T17:14:24.470Z] Removing intermediate container 38d77bb02480 [2020-04-06T17:14:24.470Z] ---> b5abebe7208c [2020-04-06T17:14:24.470Z] Step 102/140 : ARG ROOTLESSKIT_COMMIT [2020-04-06T17:14:24.470Z] ---> Running in bbc3cc4569e7 [2020-04-06T17:14:24.595Z] 0 upgraded, 2 newly installed, 0 to remove and 14 not upgraded. [2020-04-06T17:14:24.595Z] Need to get 120 kB of archives. [2020-04-06T17:14:24.595Z] After this operation, 423 kB of additional disk space will be used. [2020-04-06T17:14:24.595Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-04-06T17:14:24.595Z] Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-04-06T17:14:24.595Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-06T17:14:24.595Z] Fetched 120 kB in 0s (1601 kB/s) [2020-04-06T17:14:24.822Z] Removing intermediate container bbc3cc4569e7 [2020-04-06T17:14:24.822Z] ---> 4e7bc10e0ff6 [2020-04-06T17:14:24.822Z] Step 103/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:14:24.822Z] ---> 8d52fe25b8d0 [2020-04-06T17:14:24.822Z] Step 104/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:14:24.879Z] Selecting previously unselected package libbtrfs0. [2020-04-06T17:14:24.879Z] (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 ... 15330 files and directories currently installed.) [2020-04-06T17:14:24.879Z] Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-04-06T17:14:24.879Z] Unpacking libbtrfs0 (4.20.1-2) ... [2020-04-06T17:14:24.879Z] Selecting previously unselected package libbtrfs-dev. [2020-04-06T17:14:24.880Z] Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-04-06T17:14:24.880Z] Unpacking libbtrfs-dev (4.20.1-2) ... [2020-04-06T17:14:24.880Z] Setting up libbtrfs0 (4.20.1-2) ... [2020-04-06T17:14:24.880Z] Setting up libbtrfs-dev (4.20.1-2) ... [2020-04-06T17:14:24.880Z] Processing triggers for libc-bin (2.28-10) ... [2020-04-06T17:14:25.165Z] Removing intermediate container 9c32a8d1fc95 [2020-04-06T17:14:25.165Z] ---> f6c14657507a [2020-04-06T17:14:25.165Z] Step 57/140 : ENV INSTALL_BINARY_NAME=containerd [2020-04-06T17:14:25.165Z] ---> Running in 709525b8663b [2020-04-06T17:14:25.173Z] ---> a0cd7e8c2b07 [2020-04-06T17:14:25.173Z] Step 105/140 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:14:25.173Z] ---> Running in ff8976a464ab [2020-04-06T17:14:25.449Z] Removing intermediate container 709525b8663b [2020-04-06T17:14:25.449Z] ---> 2b50595b93a9 [2020-04-06T17:14:25.449Z] Step 58/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:14:25.449Z] ---> 992cc43456f4 [2020-04-06T17:14:25.449Z] Step 59/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:14:25.790Z] ---> 63a452b50412 [2020-04-06T17:14:25.790Z] Step 60/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:14:25.790Z] ---> Running in 21f3d6f5c0f8 [2020-04-06T17:14:25.942Z] + RM_GOPATH=0 [2020-04-06T17:14:25.942Z] + TMP_GOPATH= [2020-04-06T17:14:25.942Z] + : /build/ [2020-04-06T17:14:25.942Z] + '[' -z '' ']' [2020-04-06T17:14:25.942Z] ++ mktemp -d [2020-04-06T17:14:25.942Z] + export GOPATH=/tmp/tmp.DEtMWan1Xo [2020-04-06T17:14:25.942Z] + GOPATH=/tmp/tmp.DEtMWan1Xo [2020-04-06T17:14:25.942Z] + RM_GOPATH=1 [2020-04-06T17:14:25.942Z] ++ dirname ./install.sh [2020-04-06T17:14:25.942Z] + dir=. [2020-04-06T17:14:25.942Z] + bin=rootlesskit [2020-04-06T17:14:25.942Z] + shift [2020-04-06T17:14:25.942Z] + '[' '!' -f ./rootlesskit.installer ']' [2020-04-06T17:14:25.942Z] + . ./rootlesskit.installer [2020-04-06T17:14:25.942Z] ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-04-06T17:14:25.942Z] Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-04-06T17:14:25.942Z] + install_rootlesskit [2020-04-06T17:14:25.942Z] + case "$1" in [2020-04-06T17:14:25.942Z] + export CGO_ENABLED=0 [2020-04-06T17:14:25.942Z] + CGO_ENABLED=0 [2020-04-06T17:14:25.942Z] + _install_rootlesskit [2020-04-06T17:14:25.942Z] + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-04-06T17:14:25.942Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.DEtMWan1Xo/src/github.com/rootless-containers/rootlesskit [2020-04-06T17:14:25.942Z] Cloning into '/tmp/tmp.DEtMWan1Xo/src/github.com/rootless-containers/rootlesskit'... [2020-04-06T17:14:26.073Z] + RM_GOPATH=0 [2020-04-06T17:14:26.073Z] + TMP_GOPATH= [2020-04-06T17:14:26.073Z] + : /build [2020-04-06T17:14:26.073Z] + '[' -z '' ']' [2020-04-06T17:14:26.073Z] ++ mktemp -d [2020-04-06T17:14:26.073Z] + export GOPATH=/tmp/tmp.tGuJmYJxuh [2020-04-06T17:14:26.073Z] + GOPATH=/tmp/tmp.tGuJmYJxuh [2020-04-06T17:14:26.073Z] + RM_GOPATH=1 [2020-04-06T17:14:26.073Z] ++ dirname ./install.sh [2020-04-06T17:14:26.073Z] + dir=. [2020-04-06T17:14:26.073Z] + bin=containerd [2020-04-06T17:14:26.073Z] + shift [2020-04-06T17:14:26.073Z] + '[' '!' -f ./containerd.installer ']' [2020-04-06T17:14:26.073Z] + . ./containerd.installer [2020-04-06T17:14:26.073Z] ++ : 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-04-06T17:14:26.073Z] + install_containerd [2020-04-06T17:14:26.073Z] Install containerd version 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-04-06T17:14:26.073Z] + echo 'Install containerd version 7ad184331fa3e55e52b890ea95e65ba581ae3429' [2020-04-06T17:14:26.073Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.tGuJmYJxuh/src/github.com/containerd/containerd [2020-04-06T17:14:26.073Z] Cloning into '/tmp/tmp.tGuJmYJxuh/src/github.com/containerd/containerd'... [2020-04-06T17:14:26.294Z] + cd /tmp/tmp.DEtMWan1Xo/src/github.com/rootless-containers/rootlesskit [2020-04-06T17:14:26.294Z] + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-04-06T17:14:26.294Z] + for f in rootlesskit rootlesskit-docker-proxy [2020-04-06T17:14:26.294Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-04-06T17:14:28.132Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-04-06T17:14:31.411Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-04-06T17:14:32.677Z] + for f in rootlesskit rootlesskit-docker-proxy [2020-04-06T17:14:32.677Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-04-06T17:14:32.907Z] + cd /tmp/tmp.tGuJmYJxuh/src/github.com/containerd/containerd [2020-04-06T17:14:32.907Z] + git checkout -q 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-04-06T17:14:33.445Z] Removing intermediate container ff8976a464ab [2020-04-06T17:14:33.445Z] ---> 4d3fd3691afc [2020-04-06T17:14:33.445Z] Step 106/140 : COPY ./contrib/dockerd-rootless.sh /build [2020-04-06T17:14:33.745Z] tests/integration/api_exec_test.py .................... [ 35%] [2020-04-06T17:14:33.790Z] ---> daf4b739f69c [2020-04-06T17:14:33.790Z] Step 107/140 : FROM djs55/vpnkit@sha256:${VPNKIT_DIGEST} AS vpnkit [2020-04-06T17:14:33.790Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2020-04-06T17:14:33.790Z] bad55c542dc9: Pulling fs layer [2020-04-06T17:14:33.922Z] + export 'BUILDTAGS=netgo osusergo static_build' [2020-04-06T17:14:33.922Z] + BUILDTAGS='netgo osusergo static_build' [2020-04-06T17:14:33.922Z] + export EXTRA_FLAGS=-buildmode=pie [2020-04-06T17:14:33.922Z] + EXTRA_FLAGS=-buildmode=pie [2020-04-06T17:14:33.922Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-04-06T17:14:33.922Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-04-06T17:14:33.922Z] + '[' '' = dynamic ']' [2020-04-06T17:14:33.922Z] + make [2020-04-06T17:14:34.147Z] bad55c542dc9: Verifying Checksum [2020-04-06T17:14:34.147Z] bad55c542dc9: Download complete [2020-04-06T17:14:34.493Z] bad55c542dc9: Pull complete [2020-04-06T17:14:34.493Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2020-04-06T17:14:34.493Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2020-04-06T17:14:34.493Z] ---> e49efe6f0050 [2020-04-06T17:14:34.493Z] Step 108/140 : FROM runtime-dev AS dev [2020-04-06T17:14:34.493Z] ---> 6d03d42ffb9e [2020-04-06T17:14:34.493Z] Step 109/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:14:34.493Z] ---> Running in 7445bb54db07 [2020-04-06T17:14:34.552Z] 🇩 bin/ctr [2020-04-06T17:14:34.689Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-04-06T17:14:34.840Z] Removing intermediate container 7445bb54db07 [2020-04-06T17:14:34.840Z] ---> 0c920322c2cf [2020-04-06T17:14:34.840Z] Step 110/140 : RUN groupadd -r docker [2020-04-06T17:14:34.840Z] ---> Running in 6400c40585c3 [2020-04-06T17:14:36.227Z] Removing intermediate container 6400c40585c3 [2020-04-06T17:14:36.227Z] ---> cfc907bf5371 [2020-04-06T17:14:36.227Z] Step 111/140 : RUN useradd --create-home --gid docker unprivilegeduser [2020-04-06T17:14:36.227Z] ---> Running in f2083cd67ef9 [2020-04-06T17:14:36.980Z] Removing intermediate container f2083cd67ef9 [2020-04-06T17:14:36.980Z] ---> 500ab78162bf [2020-04-06T17:14:36.980Z] Step 112/140 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2020-04-06T17:14:36.980Z] ---> Running in ab0abcb31a3c [2020-04-06T17:14:37.327Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-04-06T17:14:38.077Z] Removing intermediate container ab0abcb31a3c [2020-04-06T17:14:38.077Z] ---> b07751baf411 [2020-04-06T17:14:38.077Z] Step 113/140 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2020-04-06T17:14:38.077Z] ---> Running in cc89311f4e9d [2020-04-06T17:14:38.834Z] Removing intermediate container cc89311f4e9d [2020-04-06T17:14:38.834Z] ---> 1c523035fa98 [2020-04-06T17:14:38.834Z] Step 114/140 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2020-04-06T17:14:38.868Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-04-06T17:14:38.868Z] Using test binary docker [2020-04-06T17:14:38.868Z] +++ /etc/init.d/apparmor start [2020-04-06T17:14:38.868Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-06T17:14:38.868Z] INFO: Waiting for daemon to start... [2020-04-06T17:14:38.868Z] Starting dockerd [2020-04-06T17:14:38.868Z] +++ 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 [2020-04-06T17:14:39.198Z] ---> Running in 1fd5b09ea036 [2020-04-06T17:14:39.968Z] Removing intermediate container 1fd5b09ea036 [2020-04-06T17:14:39.968Z] ---> 1788848382cf [2020-04-06T17:14:39.968Z] Step 115/140 : RUN ldconfig [2020-04-06T17:14:39.968Z] ---> Running in 05684c87027b [2020-04-06T17:14:40.240Z] . [2020-04-06T17:14:40.240Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-04-06T17:14:40.498Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-04-06T17:14:40.498Z] Error: No such image: emptyfs [2020-04-06T17:14:40.498Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-04-06T17:14:40.498Z] ++++ docker load [2020-04-06T17:14:40.755Z] Running integration-test (iteration 1) [2020-04-06T17:14:41.013Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-04-06T17:14:41.013Z] ++ 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 [2020-04-06T17:14:41.013Z] ++ set -e [2020-04-06T17:14:41.013Z] ++ '[' -n 0 ']' [2020-04-06T17:14:41.013Z] ++ set -x [2020-04-06T17:14:41.013Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:14:41.245Z] Removing intermediate container 05684c87027b [2020-04-06T17:14:41.245Z] ---> 9f6e2acb788a [2020-04-06T17:14:41.245Z] Step 116/140 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* [2020-04-06T17:14:41.245Z] ---> Running in 6fead49fa8d3 [2020-04-06T17:14:41.593Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-06T17:14:41.593Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-06T17:14:41.593Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-06T17:14:41.690Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2020-04-06T17:14:41.941Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-04-06T17:14:42.286Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [166 kB] [2020-04-06T17:14:42.286Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-04-06T17:14:43.078Z] Fetched 8034 kB in 1s (5367 kB/s) [2020-04-06T17:14:43.826Z] Reading package lists... [2020-04-06T17:14:44.197Z] Reading package lists... [2020-04-06T17:14:44.197Z] Building dependency tree... [2020-04-06T17:14:44.197Z] Reading state information... [2020-04-06T17:14:44.197Z] libcap2-bin is already the newest version (1:2.25-2). [2020-04-06T17:14:44.197Z] libcap2-bin set to manually installed. [2020-04-06T17:14:44.197Z] The following additional packages will be installed: [2020-04-06T17:14:44.197Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-04-06T17:14:44.197Z] gcc-mingw-w64-x86-64 libaio1 libbtrfs0 libdevmapper-event1.02.1 [2020-04-06T17:14:44.197Z] libdevmapper1.02.1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 [2020-04-06T17:14:44.197Z] libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2020-04-06T17:14:44.197Z] libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpython3-stdlib [2020-04-06T17:14:44.197Z] libpython3.7-minimal libpython3.7-stdlib libreadline5 libselinux1-dev [2020-04-06T17:14:44.197Z] libsepol1-dev libsystemd0 libudev1 mingw-w64-common mingw-w64-x86-64-dev [2020-04-06T17:14:44.197Z] python-pip-whl python3 python3-distutils python3-lib2to3 python3-minimal [2020-04-06T17:14:44.198Z] python3-pkg-resources python3.7 python3.7-minimal vim-runtime xxd [2020-04-06T17:14:44.198Z] Suggested packages: [2020-04-06T17:14:44.198Z] apparmor-profiles-extra apparmor-utils bzip2-doc gcc-8-locales kmod gpm [2020-04-06T17:14:44.198Z] wine64 python3-doc python3-tk python3-venv python-setuptools-doc [2020-04-06T17:14:44.198Z] python3.7-venv python3.7-doc binfmt-support ctags vim-doc vim-scripts [2020-04-06T17:14:44.198Z] xfsdump acl attr quota [2020-04-06T17:14:44.198Z] Recommended packages: [2020-04-06T17:14:44.198Z] aufs-dkms nftables build-essential python3-dev python3-keyring [2020-04-06T17:14:44.198Z] python3-keyrings.alt python3-xdg unzip [2020-04-06T17:14:44.604Z] The following NEW packages will be installed: [2020-04-06T17:14:44.604Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2020-04-06T17:14:44.604Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 bzip2 dmsetup [2020-04-06T17:14:44.604Z] g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 iptables jq [2020-04-06T17:14:44.604Z] libaio1 libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 [2020-04-06T17:14:44.604Z] libdevmapper1.02.1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 [2020-04-06T17:14:44.604Z] libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2020-04-06T17:14:44.604Z] libnl-3-200 libonig5 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-04-06T17:14:44.604Z] libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-04-06T17:14:44.604Z] libreadline5 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev [2020-04-06T17:14:44.604Z] mingw-w64-common mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 [2020-04-06T17:14:44.604Z] python3-distutils python3-lib2to3 python3-minimal python3-pip [2020-04-06T17:14:44.604Z] python3-pkg-resources python3-setuptools python3-wheel python3.7 [2020-04-06T17:14:44.604Z] python3.7-minimal thin-provisioning-tools vim vim-common vim-runtime [2020-04-06T17:14:44.604Z] xfsprogs xxd xz-utils zip [2020-04-06T17:14:44.604Z] The following packages will be upgraded: [2020-04-06T17:14:44.604Z] libsystemd0 libudev1 [2020-04-06T17:14:44.604Z] 2 upgraded, 68 newly installed, 0 to remove and 12 not upgraded. [2020-04-06T17:14:44.604Z] Need to get 99.7 MB of archives. [2020-04-06T17:14:44.604Z] After this operation, 605 MB of additional disk space will be used. [2020-04-06T17:14:44.604Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u3 [306 kB] [2020-04-06T17:14:44.604Z] Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-04-06T17:14:44.604Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u1 [586 kB] [2020-04-06T17:14:44.987Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u1 [1590 kB] [2020-04-06T17:14:44.987Z] Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-04-06T17:14:44.987Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-04-06T17:14:44.987Z] Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u1 [1683 kB] [2020-04-06T17:14:44.987Z] Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u1 [330 kB] [2020-04-06T17:14:44.987Z] Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-04-06T17:14:44.987Z] Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-04-06T17:14:44.987Z] Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u3 [144 kB] [2020-04-06T17:14:44.987Z] Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-04-06T17:14:44.987Z] Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-04-06T17:14:44.987Z] Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-04-06T17:14:44.987Z] Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-04-06T17:14:44.987Z] Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-04-06T17:14:44.987Z] Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-04-06T17:14:44.987Z] Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-04-06T17:14:44.987Z] Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-04-06T17:14:44.987Z] Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-04-06T17:14:44.987Z] Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-04-06T17:14:44.987Z] Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-04-06T17:14:44.987Z] Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-04-06T17:14:44.987Z] Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-04-06T17:14:44.987Z] Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-04-06T17:14:44.987Z] Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2020-04-06T17:14:44.987Z] Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2020-04-06T17:14:44.987Z] Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-04-06T17:14:44.987Z] Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-04-06T17:14:44.987Z] Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-04-06T17:14:44.987Z] Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-04-06T17:14:45.362Z] Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-04-06T17:14:45.363Z] Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2020-04-06T17:14:45.363Z] Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2020-04-06T17:14:45.363Z] Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-04-06T17:14:45.751Z] Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-04-06T17:14:45.751Z] Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-04-06T17:14:45.751Z] Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-04-06T17:14:45.751Z] Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-04-06T17:14:45.751Z] Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-04-06T17:14:45.751Z] Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-04-06T17:14:45.751Z] Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2020-04-06T17:14:45.751Z] Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u3 [109 kB] [2020-04-06T17:14:45.751Z] Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-04-06T17:14:45.751Z] Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-04-06T17:14:45.751Z] Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-04-06T17:14:45.751Z] Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-04-06T17:14:45.751Z] Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-04-06T17:14:45.751Z] Get:49 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-04-06T17:14:45.751Z] Get:50 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-04-06T17:14:45.751Z] Get:51 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-04-06T17:14:45.751Z] Get:52 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-04-06T17:14:45.751Z] Get:53 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-04-06T17:14:45.751Z] Get:54 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-04-06T17:14:45.751Z] Get:55 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-04-06T17:14:45.751Z] Get:56 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-04-06T17:14:45.751Z] Get:57 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u3 [321 kB] [2020-04-06T17:14:45.751Z] Get:58 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-04-06T17:14:45.751Z] Get:59 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-04-06T17:14:45.751Z] Get:60 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-04-06T17:14:45.751Z] Get:61 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-04-06T17:14:45.751Z] Get:62 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-04-06T17:14:45.751Z] Get:63 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-04-06T17:14:45.751Z] Get:64 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-04-06T17:14:45.751Z] Get:65 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-04-06T17:14:45.751Z] Get:66 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-04-06T17:14:45.751Z] Get:67 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-04-06T17:14:46.105Z] Get:68 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-04-06T17:14:46.105Z] Get:69 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-04-06T17:14:46.105Z] Get:70 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-04-06T17:14:46.105Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-06T17:14:46.105Z] Fetched 99.7 MB in 1s (77.7 MB/s) [2020-04-06T17:14:46.105Z] (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 ... 15231 files and directories currently installed.) [2020-04-06T17:14:46.105Z] Preparing to unpack .../libsystemd0_241-7~deb10u3_s390x.deb ... [2020-04-06T17:14:46.105Z] Unpacking libsystemd0:s390x (241-7~deb10u3) over (241-7~deb10u2) ... [2020-04-06T17:14:46.105Z] Setting up libsystemd0:s390x (241-7~deb10u3) ... [2020-04-06T17:14:46.105Z] Selecting previously unselected package pigz. [2020-04-06T17:14:46.105Z] (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 ... 15231 files and directories currently installed.) [2020-04-06T17:14:46.105Z] Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-04-06T17:14:46.105Z] Unpacking pigz (2.4-1) ... [2020-04-06T17:14:46.105Z] Selecting previously unselected package libpython3.7-minimal:s390x. [2020-04-06T17:14:46.105Z] Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... [2020-04-06T17:14:46.105Z] Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... [2020-04-06T17:14:46.360Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-04-06T17:14:46.452Z] Selecting previously unselected package python3.7-minimal. [2020-04-06T17:14:46.452Z] Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... [2020-04-06T17:14:46.452Z] Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-04-06T17:14:46.452Z] Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... [2020-04-06T17:14:46.452Z] Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-04-06T17:14:46.803Z] Selecting previously unselected package python3-minimal. [2020-04-06T17:14:46.803Z] (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 ... 15480 files and directories currently installed.) [2020-04-06T17:14:46.803Z] Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-04-06T17:14:46.803Z] Unpacking python3-minimal (3.7.3-1) ... [2020-04-06T17:14:46.803Z] Selecting previously unselected package libmpdec2:s390x. [2020-04-06T17:14:46.803Z] Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-04-06T17:14:46.803Z] Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-04-06T17:14:47.170Z] Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-04-06T17:14:47.170Z] Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_s390x.deb ... [2020-04-06T17:14:47.170Z] Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... [2020-04-06T17:14:47.170Z] Selecting previously unselected package python3.7. [2020-04-06T17:14:47.170Z] Preparing to unpack .../python3.7_3.7.3-2+deb10u1_s390x.deb ... [2020-04-06T17:14:47.170Z] Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-04-06T17:14:47.170Z] Selecting previously unselected package libpython3-stdlib:s390x. [2020-04-06T17:14:47.170Z] Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-04-06T17:14:47.170Z] Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-04-06T17:14:47.170Z] Setting up python3-minimal (3.7.3-1) ... [2020-04-06T17:14:47.526Z] Selecting previously unselected package python3. [2020-04-06T17:14:47.526Z] (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 ... 15892 files and directories currently installed.) [2020-04-06T17:14:47.526Z] Preparing to unpack .../python3_3.7.3-1_s390x.deb ... [2020-04-06T17:14:47.526Z] Unpacking python3 (3.7.3-1) ... [2020-04-06T17:14:47.526Z] Preparing to unpack .../libudev1_241-7~deb10u3_s390x.deb ... [2020-04-06T17:14:47.526Z] Unpacking libudev1:s390x (241-7~deb10u3) over (241-7~deb10u2) ... [2020-04-06T17:14:47.526Z] Setting up libudev1:s390x (241-7~deb10u3) ... [2020-04-06T17:14:47.526Z] Selecting previously unselected package libip4tc0:s390x. [2020-04-06T17:14:47.526Z] (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 ... 15925 files and directories currently installed.) [2020-04-06T17:14:47.526Z] Preparing to unpack .../00-libip4tc0_1.8.2-4_s390x.deb ... [2020-04-06T17:14:47.526Z] Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-04-06T17:14:47.526Z] Selecting previously unselected package libip6tc0:s390x. [2020-04-06T17:14:47.526Z] Preparing to unpack .../01-libip6tc0_1.8.2-4_s390x.deb ... [2020-04-06T17:14:47.526Z] Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-04-06T17:14:47.526Z] Selecting previously unselected package libiptc0:s390x. [2020-04-06T17:14:47.526Z] Preparing to unpack .../02-libiptc0_1.8.2-4_s390x.deb ... [2020-04-06T17:14:47.526Z] Unpacking libiptc0:s390x (1.8.2-4) ... [2020-04-06T17:14:47.526Z] Selecting previously unselected package libnfnetlink0:s390x. [2020-04-06T17:14:47.526Z] Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-04-06T17:14:47.526Z] Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-04-06T17:14:47.526Z] Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-04-06T17:14:47.526Z] Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-04-06T17:14:47.526Z] Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-04-06T17:14:47.526Z] Selecting previously unselected package libnftnl11:s390x. [2020-04-06T17:14:47.526Z] Preparing to unpack .../05-libnftnl11_1.1.2-2_s390x.deb ... [2020-04-06T17:14:47.526Z] Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-04-06T17:14:47.526Z] Selecting previously unselected package iptables. [2020-04-06T17:14:47.526Z] Preparing to unpack .../06-iptables_1.8.2-4_s390x.deb ... [2020-04-06T17:14:47.526Z] Unpacking iptables (1.8.2-4) ... [2020-04-06T17:14:47.872Z] Selecting previously unselected package xxd. [2020-04-06T17:14:47.872Z] Preparing to unpack .../07-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-04-06T17:14:47.872Z] Unpacking xxd (2:8.1.0875-5) ... [2020-04-06T17:14:47.872Z] Selecting previously unselected package vim-common. [2020-04-06T17:14:47.872Z] Preparing to unpack .../08-vim-common_2%3a8.1.0875-5_all.deb ... [2020-04-06T17:14:47.872Z] Unpacking vim-common (2:8.1.0875-5) ... [2020-04-06T17:14:47.872Z] Selecting previously unselected package bash-completion. [2020-04-06T17:14:47.872Z] Preparing to unpack .../09-bash-completion_1%3a2.8-6_all.deb ... [2020-04-06T17:14:48.222Z] Unpacking bash-completion (1:2.8-6) ... [2020-04-06T17:14:48.222Z] Selecting previously unselected package bzip2. [2020-04-06T17:14:48.222Z] Preparing to unpack .../10-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-04-06T17:14:48.222Z] Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-04-06T17:14:48.222Z] Selecting previously unselected package xz-utils. [2020-04-06T17:14:48.222Z] Preparing to unpack .../11-xz-utils_5.2.4-1_s390x.deb ... [2020-04-06T17:14:48.222Z] Unpacking xz-utils (5.2.4-1) ... [2020-04-06T17:14:48.733Z] Selecting previously unselected package apparmor. [2020-04-06T17:14:48.733Z] Preparing to unpack .../12-apparmor_2.13.2-10_s390x.deb ... [2020-04-06T17:14:48.733Z] Unpacking apparmor (2.13.2-10) ... [2020-04-06T17:14:48.733Z] Selecting previously unselected package aufs-tools. [2020-04-06T17:14:48.733Z] Preparing to unpack .../13-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-04-06T17:14:48.733Z] Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-04-06T17:14:48.733Z] Selecting previously unselected package binutils-mingw-w64-i686. [2020-04-06T17:14:48.733Z] Preparing to unpack .../14-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-04-06T17:14:48.733Z] Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-04-06T17:14:49.131Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-04-06T17:14:49.131Z] Preparing to unpack .../15-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-04-06T17:14:49.131Z] Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-04-06T17:14:49.131Z] Selecting previously unselected package binutils-mingw-w64. [2020-04-06T17:14:49.131Z] Preparing to unpack .../16-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-04-06T17:14:49.131Z] Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-04-06T17:14:49.131Z] Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-04-06T17:14:49.131Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-04-06T17:14:49.131Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-04-06T17:14:49.131Z] Selecting previously unselected package dmsetup. [2020-04-06T17:14:49.131Z] Preparing to unpack .../18-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-04-06T17:14:49.131Z] Unpacking dmsetup (2:1.02.155-3) ... [2020-04-06T17:14:49.131Z] Selecting previously unselected package mingw-w64-common. [2020-04-06T17:14:49.131Z] Preparing to unpack .../19-mingw-w64-common_6.0.0-3_all.deb ... [2020-04-06T17:14:49.131Z] Unpacking mingw-w64-common (6.0.0-3) ... [2020-04-06T17:14:49.875Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2020-04-06T17:14:49.875Z] Preparing to unpack .../20-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-04-06T17:14:49.875Z] Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-04-06T17:14:50.233Z] Selecting previously unselected package gcc-mingw-w64-base. [2020-04-06T17:14:50.233Z] Preparing to unpack .../21-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-04-06T17:14:50.580Z] Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-04-06T17:14:50.580Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-04-06T17:14:50.580Z] Preparing to unpack .../22-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-04-06T17:14:50.580Z] Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-04-06T17:14:53.680Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2020-04-06T17:14:53.680Z] Preparing to unpack .../23-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-04-06T17:14:53.680Z] Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-04-06T17:14:55.471Z] Selecting previously unselected package libonig5:s390x. [2020-04-06T17:14:55.471Z] Preparing to unpack .../24-libonig5_6.9.1-1_s390x.deb ... [2020-04-06T17:14:55.471Z] Unpacking libonig5:s390x (6.9.1-1) ... [2020-04-06T17:14:55.828Z] Selecting previously unselected package libjq1:s390x. [2020-04-06T17:14:55.828Z] Preparing to unpack .../25-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-04-06T17:14:55.828Z] Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-04-06T17:14:55.828Z] Selecting previously unselected package jq. [2020-04-06T17:14:55.828Z] Preparing to unpack .../26-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-04-06T17:14:55.828Z] Unpacking jq (1.5+dfsg-2+b1) ... [2020-04-06T17:14:55.828Z] Selecting previously unselected package libaio1:s390x. [2020-04-06T17:14:55.828Z] Preparing to unpack .../27-libaio1_0.3.112-3_s390x.deb ... [2020-04-06T17:14:55.828Z] Unpacking libaio1:s390x (0.3.112-3) ... [2020-04-06T17:14:55.828Z] Selecting previously unselected package libbtrfs0. [2020-04-06T17:14:55.828Z] Preparing to unpack .../28-libbtrfs0_4.20.1-2_s390x.deb ... [2020-04-06T17:14:55.828Z] Unpacking libbtrfs0 (4.20.1-2) ... [2020-04-06T17:14:55.828Z] Selecting previously unselected package libbtrfs-dev. [2020-04-06T17:14:55.828Z] Preparing to unpack .../29-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-04-06T17:14:55.828Z] Unpacking libbtrfs-dev (4.20.1-2) ... [2020-04-06T17:14:55.828Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-04-06T17:14:55.828Z] Preparing to unpack .../30-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-04-06T17:14:55.828Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-04-06T17:14:55.828Z] Selecting previously unselected package libudev-dev:s390x. [2020-04-06T17:14:55.828Z] Preparing to unpack .../31-libudev-dev_241-7~deb10u3_s390x.deb ... [2020-04-06T17:14:55.828Z] Unpacking libudev-dev:s390x (241-7~deb10u3) ... [2020-04-06T17:14:55.828Z] Selecting previously unselected package libsepol1-dev:s390x. [2020-04-06T17:14:55.828Z] Preparing to unpack .../32-libsepol1-dev_2.8-1_s390x.deb ... [2020-04-06T17:14:55.828Z] Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-04-06T17:14:55.828Z] Selecting previously unselected package libpcre16-3:s390x. [2020-04-06T17:14:55.828Z] Preparing to unpack .../33-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-04-06T17:14:55.828Z] Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-04-06T17:14:55.828Z] Selecting previously unselected package libpcre32-3:s390x. [2020-04-06T17:14:55.829Z] Preparing to unpack .../34-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-04-06T17:14:55.829Z] Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-04-06T17:14:55.829Z] Selecting previously unselected package libpcrecpp0v5:s390x. [2020-04-06T17:14:55.829Z] Preparing to unpack .../35-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-04-06T17:14:55.829Z] Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-04-06T17:14:55.829Z] Selecting previously unselected package libpcre3-dev:s390x. [2020-04-06T17:14:55.829Z] Preparing to unpack .../36-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-04-06T17:14:55.829Z] Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-04-06T17:14:56.177Z] Selecting previously unselected package libselinux1-dev:s390x. [2020-04-06T17:14:56.177Z] Preparing to unpack .../37-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-04-06T17:14:56.177Z] Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-04-06T17:14:56.177Z] Selecting previously unselected package libdevmapper-dev:s390x. [2020-04-06T17:14:56.177Z] Preparing to unpack .../38-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-04-06T17:14:56.177Z] Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-04-06T17:14:56.177Z] Selecting previously unselected package libgpm2:s390x. [2020-04-06T17:14:56.177Z] Preparing to unpack .../39-libgpm2_1.20.7-5_s390x.deb ... [2020-04-06T17:14:56.177Z] Unpacking libgpm2:s390x (1.20.7-5) ... [2020-04-06T17:14:56.177Z] Selecting previously unselected package libicu63:s390x. [2020-04-06T17:14:56.177Z] Preparing to unpack .../40-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-04-06T17:14:56.177Z] Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-04-06T17:14:56.922Z] Selecting previously unselected package libnet1:s390x. [2020-04-06T17:14:56.923Z] Preparing to unpack .../41-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-04-06T17:14:56.923Z] Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-04-06T17:14:56.923Z] Selecting previously unselected package libnl-3-200:s390x. [2020-04-06T17:14:56.923Z] Preparing to unpack .../42-libnl-3-200_3.4.0-1_s390x.deb ... [2020-04-06T17:14:56.923Z] Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-04-06T17:14:56.923Z] Selecting previously unselected package libprotobuf-c1:s390x. [2020-04-06T17:14:56.923Z] Preparing to unpack .../43-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-04-06T17:14:56.923Z] Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-04-06T17:14:56.923Z] Selecting previously unselected package libreadline5:s390x. [2020-04-06T17:14:56.923Z] Preparing to unpack .../44-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-04-06T17:14:56.923Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-04-06T17:14:56.923Z] Selecting previously unselected package libsystemd-dev:s390x. [2020-04-06T17:14:56.923Z] Preparing to unpack .../45-libsystemd-dev_241-7~deb10u3_s390x.deb ... [2020-04-06T17:14:56.923Z] Unpacking libsystemd-dev:s390x (241-7~deb10u3) ... [2020-04-06T17:14:56.923Z] Selecting previously unselected package net-tools. [2020-04-06T17:14:56.923Z] Preparing to unpack .../46-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-04-06T17:14:56.923Z] Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-04-06T17:14:57.274Z] Selecting previously unselected package python-pip-whl. [2020-04-06T17:14:57.274Z] Preparing to unpack .../47-python-pip-whl_18.1-5_all.deb ... [2020-04-06T17:14:57.274Z] Unpacking python-pip-whl (18.1-5) ... [2020-04-06T17:14:57.274Z] Selecting previously unselected package python3-lib2to3. [2020-04-06T17:14:57.274Z] Preparing to unpack .../48-python3-lib2to3_3.7.3-1_all.deb ... [2020-04-06T17:14:57.274Z] Unpacking python3-lib2to3 (3.7.3-1) ... [2020-04-06T17:14:57.274Z] Selecting previously unselected package python3-distutils. [2020-04-06T17:14:57.274Z] Preparing to unpack .../49-python3-distutils_3.7.3-1_all.deb ... [2020-04-06T17:14:57.274Z] Unpacking python3-distutils (3.7.3-1) ... [2020-04-06T17:14:57.274Z] Selecting previously unselected package python3-pip. [2020-04-06T17:14:57.274Z] Preparing to unpack .../50-python3-pip_18.1-5_all.deb ... [2020-04-06T17:14:57.274Z] Unpacking python3-pip (18.1-5) ... [2020-04-06T17:14:57.274Z] Selecting previously unselected package python3-pkg-resources. [2020-04-06T17:14:57.274Z] Preparing to unpack .../51-python3-pkg-resources_40.8.0-1_all.deb ... [2020-04-06T17:14:57.274Z] Unpacking python3-pkg-resources (40.8.0-1) ... [2020-04-06T17:14:57.274Z] Selecting previously unselected package python3-setuptools. [2020-04-06T17:14:57.274Z] Preparing to unpack .../52-python3-setuptools_40.8.0-1_all.deb ... [2020-04-06T17:14:57.274Z] Unpacking python3-setuptools (40.8.0-1) ... [2020-04-06T17:14:57.274Z] Selecting previously unselected package python3-wheel. [2020-04-06T17:14:57.274Z] Preparing to unpack .../53-python3-wheel_0.32.3-2_all.deb ... [2020-04-06T17:14:57.274Z] Unpacking python3-wheel (0.32.3-2) ... [2020-04-06T17:14:57.274Z] Selecting previously unselected package thin-provisioning-tools. [2020-04-06T17:14:57.274Z] Preparing to unpack .../54-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-04-06T17:14:57.274Z] Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-04-06T17:14:57.636Z] Selecting previously unselected package vim-runtime. [2020-04-06T17:14:57.636Z] Preparing to unpack .../55-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-04-06T17:14:57.636Z] Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-04-06T17:14:57.636Z] Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-04-06T17:14:57.636Z] Unpacking vim-runtime (2:8.1.0875-5) ... [2020-04-06T17:14:58.003Z] Selecting previously unselected package vim. [2020-04-06T17:14:58.003Z] Preparing to unpack .../56-vim_2%3a8.1.0875-5_s390x.deb ... [2020-04-06T17:14:58.003Z] Unpacking vim (2:8.1.0875-5) ... [2020-04-06T17:14:58.404Z] Selecting previously unselected package xfsprogs. [2020-04-06T17:14:58.404Z] Preparing to unpack .../57-xfsprogs_4.20.0-1_s390x.deb ... [2020-04-06T17:14:58.404Z] Unpacking xfsprogs (4.20.0-1) ... [2020-04-06T17:14:58.404Z] Selecting previously unselected package zip. [2020-04-06T17:14:58.404Z] Preparing to unpack .../58-zip_3.0-11+b1_s390x.deb ... [2020-04-06T17:14:58.404Z] Unpacking zip (3.0-11+b1) ... [2020-04-06T17:14:58.404Z] Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-04-06T17:14:58.404Z] Setting up aufs-tools (1:4.14+20190211-1) ... [2020-04-06T17:14:58.404Z] Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-04-06T17:14:58.404Z] Setting up libip6tc0:s390x (1.8.2-4) ... [2020-04-06T17:14:58.404Z] Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-04-06T17:14:58.404Z] Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-04-06T17:14:58.404Z] Setting up libgpm2:s390x (1.20.7-5) ... [2020-04-06T17:14:58.404Z] Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-04-06T17:14:58.404Z] Setting up libip4tc0:s390x (1.8.2-4) ... [2020-04-06T17:14:58.404Z] Setting up libsepol1-dev:s390x (2.8-1) ... [2020-04-06T17:14:58.404Z] Setting up libnftnl11:s390x (1.1.2-2) ... [2020-04-06T17:14:58.404Z] Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-04-06T17:14:58.404Z] Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-04-06T17:14:58.404Z] Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-04-06T17:14:58.404Z] Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-04-06T17:14:58.404Z] Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-04-06T17:14:58.404Z] Setting up xxd (2:8.1.0875-5) ... [2020-04-06T17:14:58.404Z] Setting up libbtrfs0 (4.20.1-2) ... [2020-04-06T17:14:58.404Z] Setting up zip (3.0-11+b1) ... [2020-04-06T17:14:58.404Z] Setting up vim-common (2:8.1.0875-5) ... [2020-04-06T17:14:58.404Z] Setting up bash-completion (1:2.8-6) ... [2020-04-06T17:14:58.792Z] Setting up libiptc0:s390x (1.8.2-4) ... [2020-04-06T17:14:58.792Z] Setting up xz-utils (5.2.4-1) ... [2020-04-06T17:14:58.792Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-04-06T17:14:58.792Z] Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-04-06T17:14:58.792Z] Setting up libudev-dev:s390x (241-7~deb10u3) ... [2020-04-06T17:14:59.153Z] Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-04-06T17:14:59.153Z] Setting up libbtrfs-dev (4.20.1-2) ... [2020-04-06T17:14:59.153Z] Setting up pigz (2.4-1) ... [2020-04-06T17:14:59.153Z] Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-04-06T17:14:59.153Z] Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-04-06T17:14:59.153Z] Setting up python-pip-whl (18.1-5) ... [2020-04-06T17:14:59.153Z] Setting up libmpdec2:s390x (2.4.2-2) ... [2020-04-06T17:14:59.153Z] Setting up mingw-w64-common (6.0.0-3) ... [2020-04-06T17:14:59.153Z] Setting up vim-runtime (2:8.1.0875-5) ... [2020-04-06T17:14:59.153Z] Setting up libaio1:s390x (0.3.112-3) ... [2020-04-06T17:14:59.153Z] Setting up libsystemd-dev:s390x (241-7~deb10u3) ... [2020-04-06T17:14:59.153Z] Setting up libonig5:s390x (6.9.1-1) ... [2020-04-06T17:14:59.153Z] Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-04-06T17:14:59.153Z] Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... [2020-04-06T17:14:59.153Z] Setting up vim (2:8.1.0875-5) ... [2020-04-06T17:14:59.153Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-04-06T17:14:59.153Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-04-06T17:14:59.153Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-04-06T17:14:59.153Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-04-06T17:14:59.153Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-04-06T17:14:59.153Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-04-06T17:14:59.153Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-04-06T17:14:59.153Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-04-06T17:14:59.153Z] Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-04-06T17:14:59.153Z] Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-04-06T17:14:59.153Z] Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-04-06T17:14:59.153Z] 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 [2020-04-06T17:14:59.153Z] 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 [2020-04-06T17:14:59.153Z] Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-04-06T17:14:59.153Z] 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 [2020-04-06T17:14:59.153Z] 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 [2020-04-06T17:14:59.153Z] Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-04-06T17:14:59.153Z] Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-04-06T17:14:59.153Z] Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-04-06T17:14:59.153Z] Setting up jq (1.5+dfsg-2+b1) ... [2020-04-06T17:14:59.153Z] Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-04-06T17:14:59.153Z] Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-04-06T17:14:59.906Z] Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-04-06T17:14:59.906Z] Setting up iptables (1.8.2-4) ... [2020-04-06T17:14:59.906Z] update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-04-06T17:14:59.906Z] update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-04-06T17:14:59.906Z] update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-04-06T17:14:59.906Z] update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-04-06T17:14:59.906Z] update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-04-06T17:14:59.906Z] update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-04-06T17:14:59.906Z] Setting up python3 (3.7.3-1) ... [2020-04-06T17:14:59.906Z] Setting up python3-wheel (0.32.3-2) ... [2020-04-06T17:14:59.906Z] Setting up apparmor (2.13.2-10) ... [2020-04-06T17:15:00.662Z] Setting up python3-lib2to3 (3.7.3-1) ... [2020-04-06T17:15:00.662Z] Setting up python3-pkg-resources (40.8.0-1) ... [2020-04-06T17:15:00.662Z] Setting up python3-distutils (3.7.3-1) ... [2020-04-06T17:15:00.662Z] Setting up python3-setuptools (40.8.0-1) ... [2020-04-06T17:15:01.015Z] Setting up python3-pip (18.1-5) ... [2020-04-06T17:15:01.015Z] Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-04-06T17:15:01.015Z] Setting up dmsetup (2:1.02.155-3) ... [2020-04-06T17:15:01.015Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-04-06T17:15:01.015Z] Setting up xfsprogs (4.20.0-1) ... [2020-04-06T17:15:01.361Z] Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-04-06T17:15:01.361Z] Processing triggers for mime-support (3.62) ... [2020-04-06T17:15:01.361Z] Processing triggers for libc-bin (2.28-10) ... [2020-04-06T17:15:05.358Z] Removing intermediate container 6fead49fa8d3 [2020-04-06T17:15:05.358Z] ---> bb95b109adb1 [2020-04-06T17:15:05.358Z] Step 117/140 : RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2020-04-06T17:15:05.358Z] ---> Running in 9721078a4b9e [2020-04-06T17:15:05.682Z] 65014b3c3121: Pull complete [2020-04-06T17:15:05.713Z] update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-04-06T17:15:05.713Z] update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-04-06T17:15:05.713Z] update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-04-06T17:15:06.066Z] Removing intermediate container 9721078a4b9e [2020-04-06T17:15:06.066Z] ---> f5c0d4dc9624 [2020-04-06T17:15:06.066Z] Step 118/140 : RUN pip3 install yamllint==1.16.0 [2020-04-06T17:15:06.066Z] ---> Running in 8866ddd70a4e [2020-04-06T17:15:07.268Z] Collecting yamllint==1.16.0 [2020-04-06T17:15:07.633Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-04-06T17:15:07.633Z] Collecting pyyaml (from yamllint==1.16.0) [2020-04-06T17:15:07.633Z] Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-04-06T17:15:07.994Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-04-06T17:15:07.994Z] Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-04-06T17:15:07.994Z] Building wheels for collected packages: pyyaml [2020-04-06T17:15:07.994Z] Running setup.py bdist_wheel for pyyaml: started [2020-04-06T17:15:07.994Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-04-06T17:15:07.994Z] Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-04-06T17:15:07.994Z] Successfully built pyyaml [2020-04-06T17:15:07.994Z] Installing collected packages: pyyaml, pathspec, yamllint [2020-04-06T17:15:08.394Z] Successfully installed pathspec-0.7.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-04-06T17:15:08.786Z] Removing intermediate container 8866ddd70a4e [2020-04-06T17:15:08.786Z] ---> 4f7b4944d945 [2020-04-06T17:15:08.786Z] Step 119/140 : COPY --from=dockercli /build/ /usr/local/cli [2020-04-06T17:15:09.135Z] ---> afacdba15dc4 [2020-04-06T17:15:09.135Z] Step 120/140 : COPY --from=frozen-images /build/ /docker-frozen-images [2020-04-06T17:15:10.870Z] ---> c23a03216c06 [2020-04-06T17:15:10.870Z] Step 121/140 : COPY --from=swagger /build/ /usr/local/bin/ [2020-04-06T17:15:11.217Z] ---> 0c43dc13a13a [2020-04-06T17:15:11.217Z] Step 122/140 : COPY --from=tomlv /build/ /usr/local/bin/ [2020-04-06T17:15:11.481Z] tests/integration/api_network_test.py ........................... [ 47%] [2020-04-06T17:15:11.564Z] ---> 7fbb252d3457 [2020-04-06T17:15:11.564Z] Step 123/140 : COPY --from=tini /build/ /usr/local/bin/ [2020-04-06T17:15:11.920Z] ---> 4150a5553306 [2020-04-06T17:15:11.920Z] Step 124/140 : COPY --from=registry /build/ /usr/local/bin/ [2020-04-06T17:15:12.264Z] ---> 5cbbe28f0322 [2020-04-06T17:15:12.264Z] Step 125/140 : COPY --from=criu /build/ /usr/local/ [2020-04-06T17:15:12.612Z] ---> ded0cc02b8c8 [2020-04-06T17:15:12.612Z] Step 126/140 : COPY --from=vndr /build/ /usr/local/bin/ [2020-04-06T17:15:12.993Z] ---> 2523f5bc6ec1 [2020-04-06T17:15:12.993Z] Step 127/140 : COPY --from=gotestsum /build/ /usr/local/bin/ [2020-04-06T17:15:13.071Z] Loaded image: buildpack-deps:jessie [2020-04-06T17:15:13.071Z] Loaded image: busybox:latest [2020-04-06T17:15:13.071Z] Loaded image: busybox:glibc [2020-04-06T17:15:13.071Z] Loaded image: debian:jessie [2020-04-06T17:15:13.071Z] Loaded image: hello-world:latest [2020-04-06T17:15:13.071Z] INFO: Testing against a local daemon [2020-04-06T17:15:13.071Z] === RUN TestBuildWithSession [2020-04-06T17:15:13.351Z] ---> cb6f1231e18e [2020-04-06T17:15:13.351Z] Step 128/140 : COPY --from=gometalinter /build/ /usr/local/bin/ [2020-04-06T17:15:14.579Z] ---> c8f7a355b579 [2020-04-06T17:15:14.579Z] Step 129/140 : COPY --from=runc /build/ /usr/local/bin/ [2020-04-06T17:15:14.953Z] ---> e034e3330bc1 [2020-04-06T17:15:14.953Z] Step 130/140 : COPY --from=containerd /build/ /usr/local/bin/ [2020-04-06T17:15:15.304Z] ---> e33d1f53b6f5 [2020-04-06T17:15:15.304Z] Step 131/140 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-04-06T17:15:15.666Z] ---> bee180b67d08 [2020-04-06T17:15:15.666Z] Step 132/140 : COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2020-04-06T17:15:16.352Z] --- PASS: TestBuildWithSession (4.45s) [2020-04-06T17:15:16.352Z] === RUN TestBuildSquashParent [2020-04-06T17:15:16.405Z] ---> 61ff81ee1fe7 [2020-04-06T17:15:16.405Z] Step 133/140 : COPY --from=proxy /build/ /usr/local/bin/ [2020-04-06T17:15:16.405Z] ---> c4887a0d75a0 [2020-04-06T17:15:16.405Z] Step 134/140 : ENV PATH=/usr/local/cli:$PATH [2020-04-06T17:15:16.753Z] ---> Running in 517d16eeef4c [2020-04-06T17:15:16.753Z] Removing intermediate container 517d16eeef4c [2020-04-06T17:15:16.753Z] ---> b01e84feda95 [2020-04-06T17:15:16.753Z] Step 135/140 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2020-04-06T17:15:16.753Z] ---> Running in d048ceccbdac [2020-04-06T17:15:17.115Z] Removing intermediate container d048ceccbdac [2020-04-06T17:15:17.115Z] ---> 1d3e3d45a5be [2020-04-06T17:15:17.115Z] Step 136/140 : WORKDIR /go/src/github.com/docker/docker [2020-04-06T17:15:17.115Z] ---> Running in 17435ece194b [2020-04-06T17:15:17.485Z] Removing intermediate container 17435ece194b [2020-04-06T17:15:17.485Z] ---> 92b269f70d5f [2020-04-06T17:15:17.485Z] Step 137/140 : VOLUME /var/lib/docker [2020-04-06T17:15:17.485Z] ---> Running in f642301fe818 [2020-04-06T17:15:17.485Z] Removing intermediate container f642301fe818 [2020-04-06T17:15:17.485Z] ---> 08c7a7eb41a0 [2020-04-06T17:15:17.485Z] Step 138/140 : ENTRYPOINT ["hack/dind"] [2020-04-06T17:15:17.854Z] ---> Running in e74ed6dc3914 [2020-04-06T17:15:17.854Z] Removing intermediate container e74ed6dc3914 [2020-04-06T17:15:17.854Z] ---> c6b45d5a1dc3 [2020-04-06T17:15:17.854Z] Step 139/140 : FROM dev AS final [2020-04-06T17:15:17.854Z] ---> c6b45d5a1dc3 [2020-04-06T17:15:17.854Z] Step 140/140 : COPY . /go/src/github.com/docker/docker [2020-04-06T17:15:18.646Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-04-06T17:15:20.240Z] ---> ed3127cdf9f8 [2020-04-06T17:15:20.240Z] Successfully built ed3127cdf9f8 [2020-04-06T17:15:20.240Z] Successfully tagged docker:08a2fe0d566c51081b23484890871adfb31ddbb9 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-04-06T17:15:20.939Z] tests/integration/api_secret_test.py ..... [ 52%] [2020-04-06T17:15:21.202Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40784/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=19.03 docker:08a2fe0d566c51081b23484890871adfb31ddbb9 hack/test/unit [2020-04-06T17:15:23.609Z] ? github.com/docker/docker/api [no test files] [2020-04-06T17:15:25.517Z] tests/integration/api_service_test.py ................s................. [ 60%] [2020-04-06T17:15:26.315Z] --- PASS: TestBuildSquashParent (10.18s) [2020-04-06T17:15:26.315Z] build_squash_test.go:29: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent [2020-04-06T17:15:26.315Z] daemon.go:325: [d94c82e14bee7] waiting for daemon to start [2020-04-06T17:15:26.315Z] daemon.go:325: [d94c82e14bee7] waiting for daemon to start [2020-04-06T17:15:26.315Z] daemon.go:353: [d94c82e14bee7] daemon started [2020-04-06T17:15:26.315Z] daemon.go:461: [d94c82e14bee7] Stopping daemon [2020-04-06T17:15:26.315Z] daemon.go:296: [d94c82e14bee7] exiting daemon [2020-04-06T17:15:26.315Z] daemon.go:448: [d94c82e14bee7] Daemon stopped [2020-04-06T17:15:26.315Z] === RUN TestBuildWithRemoveAndForceRemove [2020-04-06T17:15:26.315Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-06T17:15:26.315Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-06T17:15:26.315Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-06T17:15:26.315Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-06T17:15:26.315Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-06T17:15:26.315Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-06T17:15:26.315Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-06T17:15:26.315Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-06T17:15:26.315Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-06T17:15:26.315Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-06T17:15:26.315Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-06T17:15:26.315Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-06T17:15:26.315Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-06T17:15:26.315Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-06T17:15:29.599Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-06T17:15:29.857Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-06T17:15:31.378Z] 🇩 bin/containerd [2020-04-06T17:15:32.938Z] ok github.com/docker/docker/api/server 0.004s coverage: 7.9% of statements [2020-04-06T17:15:33.138Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-06T17:15:33.138Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-06T17:15:36.416Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-04-06T17:15:36.416Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.48s) [2020-04-06T17:15:36.416Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.67s) [2020-04-06T17:15:36.416Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.29s) [2020-04-06T17:15:36.416Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.39s) [2020-04-06T17:15:36.416Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.36s) [2020-04-06T17:15:36.416Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.17s) [2020-04-06T17:15:36.416Z] === RUN TestBuildMultiStageCopy [2020-04-06T17:15:36.416Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-04-06T17:15:39.747Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-04-06T17:15:40.009Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-04-06T17:15:40.235Z] ......................... [ 67%] [2020-04-06T17:15:40.573Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-04-06T17:15:41.505Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-04-06T17:15:42.070Z] --- PASS: TestBuildMultiStageCopy (5.71s) [2020-04-06T17:15:42.070Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.11s) [2020-04-06T17:15:42.070Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.68s) [2020-04-06T17:15:42.070Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.59s) [2020-04-06T17:15:42.070Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.63s) [2020-04-06T17:15:42.070Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.70s) [2020-04-06T17:15:42.070Z] === RUN TestBuildMultiStageParentConfig [2020-04-06T17:15:43.968Z] --- PASS: TestBuildMultiStageParentConfig (1.72s) [2020-04-06T17:15:43.968Z] === RUN TestBuildLabelWithTargets [2020-04-06T17:15:46.495Z] --- PASS: TestBuildLabelWithTargets (2.59s) [2020-04-06T17:15:46.495Z] === RUN TestBuildWithEmptyLayers [2020-04-06T17:15:47.868Z] --- PASS: TestBuildWithEmptyLayers (1.30s) [2020-04-06T17:15:47.868Z] === RUN TestBuildMultiStageOnBuild [2020-04-06T17:15:51.145Z] --- PASS: TestBuildMultiStageOnBuild (3.61s) [2020-04-06T17:15:51.145Z] === RUN TestBuildUncleanTarFilenames [2020-04-06T17:15:53.040Z] --- PASS: TestBuildUncleanTarFilenames (1.88s) [2020-04-06T17:15:53.040Z] === RUN TestBuildMultiStageLayerLeak [2020-04-06T17:15:57.214Z] --- PASS: TestBuildMultiStageLayerLeak (3.96s) [2020-04-06T17:15:57.214Z] === RUN TestBuildWithHugeFile [2020-04-06T17:16:03.985Z] 🇩 bin/containerd-stress [2020-04-06T17:16:04.609Z] 🇩 bin/containerd-shim [2020-04-06T17:16:14.946Z] 🇩 bin/containerd-shim-runc-v1 [2020-04-06T17:16:19.453Z] 🇩 binaries [2020-04-06T17:16:19.453Z] + mkdir -p /build [2020-04-06T17:16:19.453Z] + cp bin/containerd /build/containerd [2020-04-06T17:16:19.453Z] + cp bin/containerd-shim /build/containerd-shim [2020-04-06T17:16:19.453Z] + cp bin/ctr /build/ctr [2020-04-06T17:16:19.712Z] tests/integration/api_swarm_test.py .ssss.xs...x....... [ 72%] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-04-06T17:16:21.673Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2020-04-06T17:16:21.673Z] ok github.com/docker/docker/api/server/middleware 0.021s coverage: 37.7% of statements [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-04-06T17:16:21.673Z] ok github.com/docker/docker/api/server/router/swarm 0.008s coverage: 3.1% of statements [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/container [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/events [no test files] [2020-04-06T17:16:21.673Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2020-04-06T17:16:21.673Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/image [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/network [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-04-06T17:16:21.673Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2020-04-06T17:16:21.673Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 75.0% of statements [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/builder [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-04-06T17:16:21.673Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-04-06T17:16:21.673Z] ok github.com/docker/docker/builder/dockerignore 0.009s coverage: 96.8% of statements [2020-04-06T17:16:23.470Z] ok github.com/docker/docker/builder/fscache 0.109s coverage: 69.2% of statements [2020-04-06T17:16:24.701Z] ok github.com/docker/docker/builder/dockerfile 1.013s coverage: 45.1% of statements [2020-04-06T17:16:24.976Z] Removing intermediate container 21f3d6f5c0f8 [2020-04-06T17:16:24.976Z] ---> bf05701809d3 [2020-04-06T17:16:24.976Z] Step 61/140 : FROM dev-base AS proxy [2020-04-06T17:16:24.976Z] ---> 11aee818c11d [2020-04-06T17:16:24.976Z] Step 62/140 : ENV INSTALL_BINARY_NAME=proxy [2020-04-06T17:16:24.976Z] ---> Running in 84fb097527e5 [2020-04-06T17:16:24.976Z] Removing intermediate container 84fb097527e5 [2020-04-06T17:16:24.976Z] ---> 90ba14216a2e [2020-04-06T17:16:24.976Z] Step 63/140 : ARG LIBNETWORK_COMMIT [2020-04-06T17:16:24.976Z] ---> Running in 693303f36337 [2020-04-06T17:16:25.261Z] Removing intermediate container 693303f36337 [2020-04-06T17:16:25.261Z] ---> 6083e3ad05e3 [2020-04-06T17:16:25.261Z] Step 64/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:16:25.261Z] ---> a6dcbac7268f [2020-04-06T17:16:25.261Z] Step 65/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:16:25.484Z] ok github.com/docker/docker/builder/remotecontext 0.383s coverage: 13.6% of statements [2020-04-06T17:16:25.546Z] ---> 59be3b918b93 [2020-04-06T17:16:25.546Z] Step 66/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:16:25.546Z] ---> Running in 06d9b8bd2329 [2020-04-06T17:16:25.829Z] + RM_GOPATH=0 [2020-04-06T17:16:25.829Z] + TMP_GOPATH= [2020-04-06T17:16:25.829Z] + : /build [2020-04-06T17:16:25.829Z] + '[' -z '' ']' [2020-04-06T17:16:25.829Z] ++ mktemp -d [2020-04-06T17:16:25.829Z] + export GOPATH=/tmp/tmp.R6Or2krPEi [2020-04-06T17:16:25.829Z] + GOPATH=/tmp/tmp.R6Or2krPEi [2020-04-06T17:16:25.829Z] + RM_GOPATH=1 [2020-04-06T17:16:25.829Z] ++ dirname ./install.sh [2020-04-06T17:16:25.829Z] + dir=. [2020-04-06T17:16:25.829Z] + bin=proxy [2020-04-06T17:16:25.829Z] + shift [2020-04-06T17:16:25.829Z] + '[' '!' -f ./proxy.installer ']' [2020-04-06T17:16:25.829Z] + . ./proxy.installer [2020-04-06T17:16:25.829Z] ++ : 0941c3f409260d5f05cfa6fc68420d8ad45ee483 [2020-04-06T17:16:25.829Z] + install_proxy [2020-04-06T17:16:25.829Z] + case "$1" in [2020-04-06T17:16:25.829Z] + export CGO_ENABLED=0 [2020-04-06T17:16:25.829Z] + CGO_ENABLED=0 [2020-04-06T17:16:25.829Z] + _install_proxy [2020-04-06T17:16:25.829Z] + echo 'Install docker-proxy version 0941c3f409260d5f05cfa6fc68420d8ad45ee483' [2020-04-06T17:16:25.829Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.R6Or2krPEi/src/github.com/docker/libnetwork [2020-04-06T17:16:25.829Z] Install docker-proxy version 0941c3f409260d5f05cfa6fc68420d8ad45ee483 [2020-04-06T17:16:25.829Z] Cloning into '/tmp/tmp.R6Or2krPEi/src/github.com/docker/libnetwork'... [2020-04-06T17:16:26.296Z] ok github.com/docker/docker/cli/debug 0.005s coverage: 100.0% of statements [2020-04-06T17:16:26.653Z] ok github.com/docker/docker/builder/remotecontext/git 1.113s coverage: 85.1% of statements [2020-04-06T17:16:26.653Z] ? github.com/docker/docker/cli [no test files] [2020-04-06T17:16:26.653Z] ? github.com/docker/docker/cli/config [no test files] [2020-04-06T17:16:29.301Z] + cd /tmp/tmp.R6Or2krPEi/src/github.com/docker/libnetwork [2020-04-06T17:16:29.301Z] + git checkout -q 0941c3f409260d5f05cfa6fc68420d8ad45ee483 [2020-04-06T17:16:29.301Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-04-06T17:16:29.797Z] ok github.com/docker/docker/client 0.118s coverage: 75.7% of statements [2020-04-06T17:16:32.785Z] Removing intermediate container 06d9b8bd2329 [2020-04-06T17:16:32.785Z] ---> e1a71f6beafe [2020-04-06T17:16:32.785Z] Step 67/140 : FROM base AS gometalinter [2020-04-06T17:16:32.785Z] ---> 11aee818c11d [2020-04-06T17:16:32.785Z] Step 68/140 : ENV INSTALL_BINARY_NAME=gometalinter [2020-04-06T17:16:32.785Z] ---> Running in 168f35b3864a [2020-04-06T17:16:32.785Z] Removing intermediate container 168f35b3864a [2020-04-06T17:16:32.785Z] ---> 3b532b5c0c5b [2020-04-06T17:16:32.785Z] Step 69/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:16:32.785Z] ---> 3bb1ad2b5011 [2020-04-06T17:16:32.785Z] Step 70/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:16:33.070Z] ---> 9d1356c8c6ec [2020-04-06T17:16:33.070Z] Step 71/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:16:33.070Z] ---> Running in 1e30997ee9ba [2020-04-06T17:16:33.353Z] + RM_GOPATH=0 [2020-04-06T17:16:33.353Z] + TMP_GOPATH= [2020-04-06T17:16:33.353Z] + : /build [2020-04-06T17:16:33.353Z] + '[' -z '' ']' [2020-04-06T17:16:33.353Z] ++ mktemp -d [2020-04-06T17:16:33.353Z] + export GOPATH=/tmp/tmp.02kNNI4uxU [2020-04-06T17:16:33.353Z] + GOPATH=/tmp/tmp.02kNNI4uxU [2020-04-06T17:16:33.353Z] + RM_GOPATH=1 [2020-04-06T17:16:33.353Z] ++ dirname ./install.sh [2020-04-06T17:16:33.353Z] Installing gometalinter version v2.0.6 [2020-04-06T17:16:33.353Z] + dir=. [2020-04-06T17:16:33.353Z] + bin=gometalinter [2020-04-06T17:16:33.353Z] + shift [2020-04-06T17:16:33.353Z] + '[' '!' -f ./gometalinter.installer ']' [2020-04-06T17:16:33.353Z] + . ./gometalinter.installer [2020-04-06T17:16:33.353Z] ++ GOMETALINTER_COMMIT=v2.0.6 [2020-04-06T17:16:33.353Z] + install_gometalinter [2020-04-06T17:16:33.353Z] + echo 'Installing gometalinter version v2.0.6' [2020-04-06T17:16:33.353Z] + go get -d github.com/alecthomas/gometalinter [2020-04-06T17:16:34.806Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-04-06T17:16:34.832Z] + cd /tmp/tmp.02kNNI4uxU/src/github.com/alecthomas/gometalinter [2020-04-06T17:16:34.832Z] + git checkout -q v2.0.6 [2020-04-06T17:16:34.832Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2020-04-06T17:16:36.695Z] tests/integration/client_test.py ..... [ 76%] [2020-04-06T17:16:37.624Z] tests/integration/errors_test.py . [ 76%] [2020-04-06T17:16:53.330Z] + GOBIN=/build [2020-04-06T17:16:53.330Z] + /build/gometalinter --install [2020-04-06T17:16:53.330Z] Installing: [2020-04-06T17:16:53.330Z] deadcode [2020-04-06T17:16:53.330Z] dupl [2020-04-06T17:16:53.330Z] errcheck [2020-04-06T17:16:53.330Z] gas [2020-04-06T17:16:53.330Z] gochecknoglobals [2020-04-06T17:16:53.330Z] gochecknoinits [2020-04-06T17:16:53.330Z] goconst [2020-04-06T17:16:53.330Z] gocyclo [2020-04-06T17:16:53.330Z] goimports [2020-04-06T17:16:53.330Z] golint [2020-04-06T17:16:53.330Z] gosimple [2020-04-06T17:16:53.330Z] gotype [2020-04-06T17:16:53.330Z] gotypex [2020-04-06T17:16:53.330Z] ineffassign [2020-04-06T17:16:53.330Z] interfacer [2020-04-06T17:16:53.330Z] lll [2020-04-06T17:16:53.330Z] maligned [2020-04-06T17:16:53.330Z] megacheck [2020-04-06T17:16:53.330Z] misspell [2020-04-06T17:16:53.330Z] nakedret [2020-04-06T17:16:53.330Z] safesql [2020-04-06T17:16:53.330Z] staticcheck [2020-04-06T17:16:53.330Z] structcheck [2020-04-06T17:16:53.330Z] unconvert [2020-04-06T17:16:53.330Z] unparam [2020-04-06T17:16:53.330Z] unused [2020-04-06T17:16:53.330Z] varcheck [2020-04-06T17:16:58.123Z] ok github.com/docker/docker/cmd/dockerd/hack 0.002s coverage: 72.9% of statements [2020-04-06T17:16:58.123Z] ok github.com/docker/docker/cmd/dockerd 0.059s coverage: 29.6% of statements [2020-04-06T17:16:58.123Z] ok github.com/docker/docker/container 0.122s coverage: 35.6% of statements [2020-04-06T17:16:58.123Z] ? github.com/docker/docker/container/stream [no test files] [2020-04-06T17:16:58.123Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-04-06T17:16:58.123Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-04-06T17:16:58.123Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-04-06T17:17:01.856Z] 23645bd7ee08: Pull complete [2020-04-06T17:17:01.856Z] Digest: sha256:8dcc65367c900f06ad386da6a1e25d578232f7b15981092986ade2f2fd9468b8 [2020-04-06T17:17:01.856Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:17:01.856Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-04-06T17:17:01.856Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-04-06T17:17:01.856Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1098' [2020-04-06T17:17:01.856Z] WARN: Skipping validation tests [2020-04-06T17:17:01.856Z] INFO: Running unit tests at 04/06/2020 17:16:56... [2020-04-06T17:17:01.856Z] INFO: make.ps1 starting at 04/06/2020 17:17:00 [2020-04-06T17:17:01.856Z] INFO: Git commit (08a2fe0d5) assumed from DOCKER_GITCOMMIT environment variable [2020-04-06T17:17:01.856Z] INFO: Invoking autogen... [2020-04-06T17:17:01.856Z] INFO: Running unit tests... [2020-04-06T17:17:02.142Z] ok github.com/docker/docker/daemon/cluster 0.034s coverage: 0.5% of statements [2020-04-06T17:17:04.044Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.021s coverage: 65.3% of statements [2020-04-06T17:17:05.307Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.8% of statements [2020-04-06T17:17:12.881Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.425s coverage: 13.7% of statements [2020-04-06T17:17:14.101Z] ok github.com/docker/docker/daemon/config 0.018s coverage: 82.2% of statements [2020-04-06T17:17:14.101Z] ok github.com/docker/docker/daemon 12.270s coverage: 17.5% of statements [2020-04-06T17:17:14.101Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-04-06T17:17:14.101Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-04-06T17:17:15.351Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2020-04-06T17:17:15.351Z] ok github.com/docker/docker/daemon/discovery 0.005s coverage: 30.4% of statements [2020-04-06T17:17:15.351Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-04-06T17:17:15.351Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-04-06T17:17:17.314Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2020-04-06T17:17:18.403Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-04-06T17:17:18.585Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2020-04-06T17:17:18.617Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-04-06T17:17:18.617Z] Using test binary docker [2020-04-06T17:17:18.617Z] +++ /etc/init.d/apparmor start [2020-04-06T17:17:18.617Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-06T17:17:18.617Z] INFO: Waiting for daemon to start... [2020-04-06T17:17:18.617Z] Starting dockerd [2020-04-06T17:17:18.617Z] +++ 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 [2020-04-06T17:17:18.617Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-04-06T17:17:18.617Z] Using test binary docker [2020-04-06T17:17:18.617Z] +++ /etc/init.d/apparmor start [2020-04-06T17:17:18.617Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-06T17:17:18.617Z] INFO: Waiting for daemon to start... [2020-04-06T17:17:18.617Z] Starting dockerd [2020-04-06T17:17:18.617Z] +++ 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 [2020-04-06T17:17:18.617Z] . [2020-04-06T17:17:18.617Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-04-06T17:17:18.617Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-04-06T17:17:18.617Z] Error: No such image: emptyfs [2020-04-06T17:17:18.617Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-04-06T17:17:18.617Z] ++++ docker load [2020-04-06T17:17:18.617Z] Running integration-test (iteration 1) [2020-04-06T17:17:18.617Z] 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)/ [2020-04-06T17:17:18.617Z] ++ 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)/' [2020-04-06T17:17:18.617Z] ++ set -e [2020-04-06T17:17:18.617Z] ++ '[' -n 0 ']' [2020-04-06T17:17:18.617Z] ++ set -x [2020-04-06T17:17:18.617Z] ++ env -i DEST=/go/src/github.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)/' [2020-04-06T17:17:18.617Z] [2020-04-06T17:17:18.617Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-04-06T17:17:18.617Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-04-06T17:17:18.617Z] Error: No such image: emptyfs [2020-04-06T17:17:18.617Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-04-06T17:17:18.617Z] ++++ docker load [2020-04-06T17:17:18.617Z] Running integration-test (iteration 1) [2020-04-06T17:17:18.617Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-04-06T17:17:18.617Z] ++ 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)/' [2020-04-06T17:17:18.617Z] ++ set -e [2020-04-06T17:17:18.617Z] ++ '[' -n 0 ']' [2020-04-06T17:17:18.617Z] ++ set -x [2020-04-06T17:17:18.617Z] ++ env -i DEST=/go/src/github.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)/' [2020-04-06T17:17:19.389Z] ? github.com/docker/docker/api [no test files] [2020-04-06T17:17:19.830Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.232s coverage: 57.8% of statements [2020-04-06T17:17:25.980Z] Removing intermediate container 1e30997ee9ba [2020-04-06T17:17:25.980Z] ---> a58e1f52cfce [2020-04-06T17:17:25.980Z] Step 72/140 : FROM base AS gotestsum [2020-04-06T17:17:25.980Z] ---> 11aee818c11d [2020-04-06T17:17:25.980Z] Step 73/140 : ENV INSTALL_BINARY_NAME=gotestsum [2020-04-06T17:17:25.980Z] ---> Running in b1f530e8e9c4 [2020-04-06T17:17:25.980Z] Removing intermediate container b1f530e8e9c4 [2020-04-06T17:17:25.980Z] ---> 3197f63ef195 [2020-04-06T17:17:25.980Z] Step 74/140 : ARG GOTESTSUM_COMMIT [2020-04-06T17:17:25.980Z] ---> Running in da18da113f1f [2020-04-06T17:17:25.980Z] Removing intermediate container da18da113f1f [2020-04-06T17:17:25.980Z] ---> bc0a74d8b5ba [2020-04-06T17:17:25.980Z] Step 75/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:17:25.980Z] ---> 1cf12fe62406 [2020-04-06T17:17:25.980Z] Step 76/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:17:25.980Z] ---> 20ce09d567ed [2020-04-06T17:17:25.980Z] Step 77/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:17:25.980Z] ---> Running in d959af1cd787 [2020-04-06T17:17:25.980Z] + RM_GOPATH=0 [2020-04-06T17:17:25.980Z] + TMP_GOPATH= [2020-04-06T17:17:25.980Z] + : /build [2020-04-06T17:17:25.980Z] + '[' -z '' ']' [2020-04-06T17:17:25.980Z] ++ mktemp -d [2020-04-06T17:17:25.980Z] + export GOPATH=/tmp/tmp.7wTTSQM9Xn [2020-04-06T17:17:25.980Z] + GOPATH=/tmp/tmp.7wTTSQM9Xn [2020-04-06T17:17:25.980Z] + RM_GOPATH=1 [2020-04-06T17:17:25.980Z] ++ dirname ./install.sh [2020-04-06T17:17:25.980Z] + dir=. [2020-04-06T17:17:25.980Z] + bin=gotestsum [2020-04-06T17:17:25.980Z] + shift [2020-04-06T17:17:25.980Z] + '[' '!' -f ./gotestsum.installer ']' [2020-04-06T17:17:25.980Z] + . ./gotestsum.installer [2020-04-06T17:17:25.980Z] ++ : v0.3.5 [2020-04-06T17:17:25.980Z] + install_gotestsum [2020-04-06T17:17:25.980Z] + echo 'Installing gotestsum version v0.3.5' [2020-04-06T17:17:25.980Z] + go get -d gotest.tools/gotestsum [2020-04-06T17:17:25.980Z] Installing gotestsum version v0.3.5 [2020-04-06T17:17:26.063Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.867s coverage: 46.2% of statements [2020-04-06T17:17:29.173Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.970s coverage: 49.5% of statements [2020-04-06T17:17:29.535Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.590s coverage: 72.3% of statements [2020-04-06T17:17:29.535Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-04-06T17:17:31.610Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.525s coverage: 76.1% of statements [2020-04-06T17:17:32.431Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.015s coverage: 58.0% of statements [2020-04-06T17:17:33.658Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2020-04-06T17:17:34.206Z] ok github.com/docker/docker/api/server 0.287s coverage: 7.9% of statements [2020-04-06T17:17:36.126Z] ok github.com/docker/docker/daemon/images 0.008s coverage: 4.9% of statements [2020-04-06T17:17:36.126Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2020-04-06T17:17:36.276Z] + cd /tmp/tmp.7wTTSQM9Xn/src/gotest.tools/gotestsum [2020-04-06T17:17:36.276Z] + git checkout -q v0.3.5 [2020-04-06T17:17:36.474Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.450s coverage: 60.1% of statements [2020-04-06T17:17:36.474Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-04-06T17:17:36.474Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-04-06T17:17:36.474Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-04-06T17:17:36.474Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-04-06T17:17:36.562Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-04-06T17:17:37.258Z] ok github.com/docker/docker/daemon/logger 0.212s coverage: 43.7% of statements [2020-04-06T17:17:37.370Z] ......... [ 86%] [2020-04-06T17:17:38.033Z] ok github.com/docker/docker/daemon/logger/awslogs 0.092s coverage: 78.2% of statements [2020-04-06T17:17:38.033Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-04-06T17:17:38.033Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-04-06T17:17:38.385Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2020-04-06T17:17:39.156Z] ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 26.2% of statements [2020-04-06T17:17:39.543Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.003s coverage: 88.3% of statements [2020-04-06T17:17:39.543Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.016s coverage: 62.1% of statements [2020-04-06T17:17:40.956Z] ok github.com/docker/docker/daemon/logger/local 0.010s coverage: 74.7% of statements [2020-04-06T17:17:40.956Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-04-06T17:17:41.316Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.006s coverage: 20.0% of statements [2020-04-06T17:17:42.546Z] ok github.com/docker/docker/daemon/logger/syslog 0.010s coverage: 47.8% of statements [2020-04-06T17:17:42.872Z] tests/integration/models_images_test.py .............. [ 89%] [2020-04-06T17:17:42.916Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-04-06T17:17:43.674Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2020-04-06T17:17:44.035Z] ok github.com/docker/docker/daemon/logger/splunk 1.494s coverage: 84.5% of statements [2020-04-06T17:17:44.035Z] ? github.com/docker/docker/daemon/names [no test files] [2020-04-06T17:17:44.035Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-04-06T17:17:44.749Z] tests/integration/models_networks_test.py .... [ 90%] [2020-04-06T17:17:45.132Z] Loaded image: buildpack-deps:jessie [2020-04-06T17:17:45.132Z] Loaded image: busybox:latest [2020-04-06T17:17:45.132Z] Loaded image: buildpack-deps:jessie [2020-04-06T17:17:45.132Z] Loaded image: busybox:glibc [2020-04-06T17:17:45.132Z] Loaded image: debian:jessie [2020-04-06T17:17:45.132Z] Loaded image: hello-world:latest [2020-04-06T17:17:45.132Z] Loaded image: busybox:latest [2020-04-06T17:17:45.132Z] INFO: Testing against a local daemon [2020-04-06T17:17:45.132Z] === RUN TestDockerSuite [2020-04-06T17:17:45.132Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-04-06T17:17:45.132Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-04-06T17:17:45.132Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-04-06T17:17:45.132Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-04-06T17:17:45.132Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-04-06T17:17:45.132Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-04-06T17:17:45.132Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-04-06T17:17:45.132Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-04-06T17:17:45.132Z] Loaded image: busybox:glibc [2020-04-06T17:17:45.132Z] Loaded image: debian:jessie [2020-04-06T17:17:45.132Z] Loaded image: hello-world:latest [2020-04-06T17:17:45.132Z] INFO: Testing against a local daemon [2020-04-06T17:17:45.132Z] === RUN TestDockerDaemonSuite [2020-04-06T17:17:45.132Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-04-06T17:17:45.696Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-04-06T17:17:45.696Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-04-06T17:17:45.841Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2020-04-06T17:17:45.841Z] ok github.com/docker/docker/distribution 0.225s coverage: 22.3% of statements [2020-04-06T17:17:45.841Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-04-06T17:17:46.261Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-04-06T17:17:46.261Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-04-06T17:17:46.518Z] --- PASS: TestBuildWithHugeFile (109.41s) [2020-04-06T17:17:46.518Z] === RUN TestBuildWithEmptyDockerfile [2020-04-06T17:17:46.518Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-06T17:17:46.518Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-06T17:17:46.518Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-06T17:17:46.518Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-06T17:17:46.518Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-06T17:17:46.518Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-06T17:17:46.518Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-06T17:17:46.518Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-06T17:17:46.776Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-06T17:17:46.776Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-04-06T17:17:46.776Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2020-04-06T17:17:46.776Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2020-04-06T17:17:46.776Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2020-04-06T17:17:46.776Z] === RUN TestBuildPreserveOwnership [2020-04-06T17:17:46.776Z] === RUN TestBuildPreserveOwnership/copy_from [2020-04-06T17:17:46.776Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-04-06T17:17:47.033Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-04-06T17:17:47.033Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-04-06T17:17:47.119Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-04-06T17:17:48.348Z] ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements [2020-04-06T17:17:48.349Z] ok github.com/docker/docker/distribution/xfer 1.455s coverage: 83.4% of statements [2020-04-06T17:17:48.349Z] ? github.com/docker/docker/dockerversion [no test files] [2020-04-06T17:17:48.930Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-04-06T17:17:48.930Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-04-06T17:17:48.930Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-04-06T17:17:48.930Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-04-06T17:17:49.116Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2020-04-06T17:17:49.116Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-04-06T17:17:49.483Z] ok github.com/docker/docker/image/v1 0.032s coverage: 25.0% of statements [2020-04-06T17:17:49.483Z] ? github.com/docker/docker/internal/test [no test files] [2020-04-06T17:17:49.494Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-04-06T17:17:50.060Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-04-06T17:17:50.317Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-04-06T17:17:50.574Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-04-06T17:17:50.574Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-04-06T17:17:50.574Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-04-06T17:17:50.574Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-04-06T17:17:50.871Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2020-04-06T17:17:50.871Z] ? github.com/docker/docker/internal/test/environment [no test files] [2020-04-06T17:17:50.871Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2020-04-06T17:17:50.871Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2020-04-06T17:17:50.871Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2020-04-06T17:17:50.871Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2020-04-06T17:17:50.871Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2020-04-06T17:17:50.871Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2020-04-06T17:17:50.871Z] ? github.com/docker/docker/internal/test/registry [no test files] [2020-04-06T17:17:50.871Z] ? github.com/docker/docker/internal/test/request [no test files] [2020-04-06T17:17:50.871Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-04-06T17:17:51.224Z] ok github.com/docker/docker/internal/testutil 0.002s coverage: 62.5% of statements [2020-04-06T17:17:51.285Z] tests/integration/models_nodes_test.py . [ 91%] [2020-04-06T17:17:51.846Z] tests/integration/models_resources_test.py . [ 91%] [2020-04-06T17:17:51.945Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-04-06T17:17:51.984Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-04-06T17:17:52.204Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-04-06T17:17:52.460Z] --- PASS: TestBuildPreserveOwnership (5.55s) [2020-04-06T17:17:52.460Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.54s) [2020-04-06T17:17:52.460Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.99s) [2020-04-06T17:17:52.460Z] === RUN TestBuildPlatformInvalid [2020-04-06T17:17:52.460Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2020-04-06T17:17:52.460Z] PASS [2020-04-06T17:17:52.460Z] [2020-04-06T17:17:52.460Z] DONE 30 tests in 191.582s [2020-04-06T17:17:52.460Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-04-06T17:17:52.460Z] ++ 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 [2020-04-06T17:17:52.460Z] ++ set -e [2020-04-06T17:17:52.460Z] ++ '[' -n 0 ']' [2020-04-06T17:17:52.460Z] ++ set -x [2020-04-06T17:17:52.460Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-04-06T17:17:52.717Z] INFO: Testing against a local daemon [2020-04-06T17:17:52.717Z] === RUN TestConfigList [2020-04-06T17:17:52.737Z] ok github.com/docker/docker/opts 0.034s coverage: 66.9% of statements [2020-04-06T17:17:53.084Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 50.0% of statements [2020-04-06T17:17:54.609Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-04-06T17:17:54.609Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-04-06T17:17:54.931Z] ok github.com/docker/docker/pkg/archive 0.518s coverage: 76.9% of statements [2020-04-06T17:17:56.214Z] ok github.com/docker/docker/pkg/authorization 0.552s coverage: 66.7% of statements [2020-04-06T17:17:56.502Z] --- PASS: TestConfigList (3.47s) [2020-04-06T17:17:56.502Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2020-04-06T17:17:56.502Z] daemon.go:325: [dad66cf40ba34] waiting for daemon to start [2020-04-06T17:17:56.502Z] daemon.go:325: [dad66cf40ba34] waiting for daemon to start [2020-04-06T17:17:56.502Z] daemon.go:353: [dad66cf40ba34] daemon started [2020-04-06T17:17:56.502Z] daemon.go:461: [dad66cf40ba34] Stopping daemon [2020-04-06T17:17:56.502Z] daemon.go:296: [dad66cf40ba34] exiting daemon [2020-04-06T17:17:56.502Z] daemon.go:448: [dad66cf40ba34] Daemon stopped [2020-04-06T17:17:56.502Z] === RUN TestConfigsCreateAndDelete [2020-04-06T17:17:56.582Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements [2020-04-06T17:17:56.760Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-04-06T17:17:56.760Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-04-06T17:17:56.950Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2020-04-06T17:17:57.907Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-04-06T17:17:58.658Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-04-06T17:17:58.919Z] --- PASS: TestConfigsCreateAndDelete (2.71s) [2020-04-06T17:17:58.919Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2020-04-06T17:17:58.919Z] daemon.go:325: [d1728096abef5] waiting for daemon to start [2020-04-06T17:17:58.919Z] daemon.go:325: [d1728096abef5] waiting for daemon to start [2020-04-06T17:17:58.919Z] daemon.go:353: [d1728096abef5] daemon started [2020-04-06T17:17:58.919Z] daemon.go:461: [d1728096abef5] Stopping daemon [2020-04-06T17:17:58.919Z] daemon.go:296: [d1728096abef5] exiting daemon [2020-04-06T17:17:58.919Z] daemon.go:448: [d1728096abef5] Daemon stopped [2020-04-06T17:17:58.919Z] === RUN TestConfigsUpdate [2020-04-06T17:17:58.949Z] Removing intermediate container d959af1cd787 [2020-04-06T17:17:58.949Z] ---> f692ba48a466 [2020-04-06T17:17:58.949Z] Step 78/140 : FROM dev-base AS dockercli [2020-04-06T17:17:58.949Z] ---> 11aee818c11d [2020-04-06T17:17:58.949Z] Step 79/140 : ENV INSTALL_BINARY_NAME=dockercli [2020-04-06T17:17:58.949Z] ---> Running in ff9df4a5800c [2020-04-06T17:17:58.949Z] Removing intermediate container ff9df4a5800c [2020-04-06T17:17:58.949Z] ---> 47aac3e60e45 [2020-04-06T17:17:58.949Z] Step 80/140 : ARG DOCKERCLI_CHANNEL [2020-04-06T17:17:58.949Z] ---> Running in f578da4b0339 [2020-04-06T17:17:58.949Z] Removing intermediate container f578da4b0339 [2020-04-06T17:17:58.949Z] ---> 72ee54e9d514 [2020-04-06T17:17:58.949Z] Step 81/140 : ARG DOCKERCLI_VERSION [2020-04-06T17:17:58.949Z] ---> Running in ac5f07e1b86e [2020-04-06T17:17:58.949Z] Removing intermediate container ac5f07e1b86e [2020-04-06T17:17:58.949Z] ---> cdfa2917b03b [2020-04-06T17:17:58.949Z] Step 82/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:17:58.949Z] ---> 438682caa239 [2020-04-06T17:17:58.949Z] Step 83/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:17:58.949Z] ---> 2abe1103faff [2020-04-06T17:17:58.949Z] Step 84/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:17:58.949Z] ---> Running in 6f8902acac95 [2020-04-06T17:17:58.949Z] + RM_GOPATH=0 [2020-04-06T17:17:58.949Z] + TMP_GOPATH= [2020-04-06T17:17:58.949Z] + : /build [2020-04-06T17:17:58.949Z] + '[' -z '' ']' [2020-04-06T17:17:58.949Z] ++ mktemp -d [2020-04-06T17:17:58.949Z] + export GOPATH=/tmp/tmp.A3r4arEILA [2020-04-06T17:17:58.949Z] + GOPATH=/tmp/tmp.A3r4arEILA [2020-04-06T17:17:58.949Z] + RM_GOPATH=1 [2020-04-06T17:17:58.949Z] ++ dirname ./install.sh [2020-04-06T17:17:58.949Z] + dir=. [2020-04-06T17:17:58.949Z] + bin=dockercli [2020-04-06T17:17:58.949Z] + shift [2020-04-06T17:17:58.949Z] + '[' '!' -f ./dockercli.installer ']' [2020-04-06T17:17:58.949Z] + . ./dockercli.installer [2020-04-06T17:17:58.949Z] ++ : stable [2020-04-06T17:17:58.949Z] ++ : 17.06.2-ce [2020-04-06T17:17:58.949Z] + install_dockercli [2020-04-06T17:17:58.949Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-04-06T17:17:58.949Z] Install docker/cli version 17.06.2-ce from stable [2020-04-06T17:17:58.949Z] ++ uname -m [2020-04-06T17:17:58.949Z] + arch=ppc64le [2020-04-06T17:17:58.949Z] + '[' ppc64le '!=' x86_64 ']' [2020-04-06T17:17:58.949Z] + '[' ppc64le '!=' s390x ']' [2020-04-06T17:17:58.949Z] + '[' ppc64le '!=' armhf ']' [2020-04-06T17:17:58.949Z] + build_dockercli [2020-04-06T17:17:58.949Z] + git clone https://github.com/docker/docker-ce /tmp/tmp.A3r4arEILA/tmp/docker-ce [2020-04-06T17:17:58.949Z] Cloning into '/tmp/tmp.A3r4arEILA/tmp/docker-ce'... [2020-04-06T17:17:59.208Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-04-06T17:18:00.033Z] ok github.com/docker/docker/layer 7.794s coverage: 72.0% of statements [2020-04-06T17:18:00.033Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-04-06T17:18:00.033Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-04-06T17:18:00.033Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-04-06T17:18:00.033Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-04-06T17:18:00.033Z] ? github.com/docker/docker/oci [no test files] [2020-04-06T17:18:00.033Z] ? github.com/docker/docker/oci/caps [no test files] [2020-04-06T17:18:00.163Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-04-06T17:18:00.393Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2020-04-06T17:18:01.160Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-04-06T17:18:01.160Z] ok github.com/docker/docker/pkg/chrootarchive 3.460s coverage: 43.2% of statements [2020-04-06T17:18:01.160Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-04-06T17:18:01.160Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-04-06T17:18:01.532Z] ok github.com/docker/docker/pkg/discovery/file 0.024s coverage: 97.6% of statements [2020-04-06T17:18:01.532Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-04-06T17:18:01.685Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-04-06T17:18:01.685Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-04-06T17:18:01.903Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2020-04-06T17:18:02.462Z] --- PASS: TestConfigsUpdate (3.47s) [2020-04-06T17:18:02.462Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2020-04-06T17:18:02.462Z] daemon.go:325: [dc57275092948] waiting for daemon to start [2020-04-06T17:18:02.462Z] daemon.go:325: [dc57275092948] waiting for daemon to start [2020-04-06T17:18:02.462Z] daemon.go:353: [dc57275092948] daemon started [2020-04-06T17:18:02.462Z] daemon.go:461: [dc57275092948] Stopping daemon [2020-04-06T17:18:02.462Z] daemon.go:296: [dc57275092948] exiting daemon [2020-04-06T17:18:02.462Z] daemon.go:448: [dc57275092948] Daemon stopped [2020-04-06T17:18:02.462Z] === RUN TestTemplatedConfig [2020-04-06T17:18:02.462Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-04-06T17:18:02.678Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-04-06T17:18:02.678Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2020-04-06T17:18:03.025Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-04-06T17:18:03.587Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-04-06T17:18:03.994Z] ok github.com/docker/docker/pkg/filenotify 0.612s coverage: 66.3% of statements [2020-04-06T17:18:04.523Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-04-06T17:18:04.764Z] ok github.com/docker/docker/pkg/fileutils 0.004s coverage: 89.5% of statements [2020-04-06T17:18:05.125Z] ok github.com/docker/docker/pkg/discovery/kv 3.091s coverage: 84.1% of statements [2020-04-06T17:18:05.455Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-04-06T17:18:05.477Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 10.2% of statements [2020-04-06T17:18:05.711Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-04-06T17:18:05.848Z] ok github.com/docker/docker/pkg/fsutils 0.383s coverage: 85.1% of statements [2020-04-06T17:18:05.968Z] --- PASS: TestTemplatedConfig (3.71s) [2020-04-06T17:18:05.968Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2020-04-06T17:18:05.968Z] daemon.go:325: [dde58f5dd8c31] waiting for daemon to start [2020-04-06T17:18:05.968Z] daemon.go:325: [dde58f5dd8c31] waiting for daemon to start [2020-04-06T17:18:05.968Z] daemon.go:353: [dde58f5dd8c31] daemon started [2020-04-06T17:18:05.968Z] daemon.go:461: [dde58f5dd8c31] Stopping daemon [2020-04-06T17:18:05.968Z] daemon.go:296: [dde58f5dd8c31] exiting daemon [2020-04-06T17:18:05.968Z] daemon.go:448: [dde58f5dd8c31] Daemon stopped [2020-04-06T17:18:05.968Z] === RUN TestConfigInspect [2020-04-06T17:18:06.457Z] tests/integration/regression_test.py ...... [ 98%] [2020-04-06T17:18:06.605Z] ok github.com/docker/docker/pkg/idtools 0.265s coverage: 70.1% of statements [2020-04-06T17:18:06.605Z] ok github.com/docker/docker/pkg/ioutils 0.295s coverage: 70.4% of statements [2020-04-06T17:18:06.726Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-04-06T17:18:06.726Z] tests/integration/credentials/utils_test.py . [100%] [2020-04-06T17:18:06.726Z] [2020-04-06T17:18:06.726Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-04-06T17:18:06.726Z] =========================== short test summary info ============================ [2020-04-06T17:18:06.726Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-04-06T17:18:06.726Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-04-06T17:18:06.726Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-04-06T17:18:06.726Z] Not supported on most drivers [2020-04-06T17:18:06.726Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-04-06T17:18:06.726Z] Can fail if eth0 has multiple IP addresses [2020-04-06T17:18:06.726Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-04-06T17:18:06.726Z] This doesn't seem to be taken into account by the engine [2020-04-06T17:18:06.726Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-04-06T17:18:06.726Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2020-04-06T17:18:06.726Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2020-04-06T17:18:06.726Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2020-04-06T17:18:06.726Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2020-04-06T17:18:06.726Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2020-04-06T17:18:06.726Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-04-06T17:18:06.726Z] = 369 passed, 7 skipped, 3 deselected, 4 xfailed, 2 xpassed in 369.33 seconds == [2020-04-06T17:18:06.956Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2020-04-06T17:18:06.956Z] ok github.com/docker/docker/pkg/locker 0.011s coverage: 88.9% of statements [2020-04-06T17:18:07.288Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-04-06T17:18:07.322Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-04-06T17:18:07.322Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-04-06T17:18:07.336Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-04-06T17:18:07.682Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2020-04-06T17:18:08.054Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-04-06T17:18:08.430Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2020-04-06T17:18:08.704Z] --- PASS: TestConfigInspect (2.64s) [2020-04-06T17:18:08.704Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2020-04-06T17:18:08.704Z] daemon.go:325: [de9b18206edab] waiting for daemon to start [2020-04-06T17:18:08.704Z] daemon.go:325: [de9b18206edab] waiting for daemon to start [2020-04-06T17:18:08.704Z] daemon.go:353: [de9b18206edab] daemon started [2020-04-06T17:18:08.704Z] daemon.go:461: [de9b18206edab] Stopping daemon [2020-04-06T17:18:08.704Z] daemon.go:296: [de9b18206edab] exiting daemon [2020-04-06T17:18:08.704Z] daemon.go:448: [de9b18206edab] Daemon stopped [2020-04-06T17:18:08.704Z] === RUN TestConfigCreateWithLabels [2020-04-06T17:18:08.835Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 90.0% of statements [2020-04-06T17:18:08.961Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-04-06T17:18:09.195Z] ok github.com/docker/docker/pkg/mount 1.280s coverage: 69.6% of statements [2020-04-06T17:18:09.195Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-04-06T17:18:09.195Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 82.4% of statements [2020-04-06T17:18:09.195Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-04-06T17:18:09.195Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-04-06T17:18:09.218Z] === RUN TestDockerSuite/TestAttachDetach [2020-04-06T17:18:09.979Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.038s coverage: 56.8% of statements [2020-04-06T17:18:10.350Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2020-04-06T17:18:10.589Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-04-06T17:18:10.709Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 87.9% of statements [2020-04-06T17:18:11.057Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-04-06T17:18:11.153Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-04-06T17:18:11.717Z] --- PASS: TestConfigCreateWithLabels (2.93s) [2020-04-06T17:18:11.717Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2020-04-06T17:18:11.717Z] daemon.go:325: [de8beaff7ab53] waiting for daemon to start [2020-04-06T17:18:11.717Z] daemon.go:325: [de8beaff7ab53] waiting for daemon to start [2020-04-06T17:18:11.717Z] daemon.go:353: [de8beaff7ab53] daemon started [2020-04-06T17:18:11.717Z] daemon.go:461: [de8beaff7ab53] Stopping daemon [2020-04-06T17:18:11.717Z] daemon.go:296: [de8beaff7ab53] exiting daemon [2020-04-06T17:18:11.717Z] daemon.go:448: [de8beaff7ab53] Daemon stopped [2020-04-06T17:18:11.717Z] === RUN TestConfigCreateResolve [2020-04-06T17:18:12.280Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-04-06T17:18:12.324Z] ok github.com/docker/docker/pkg/pubsub 1.030s coverage: 72.7% of statements [2020-04-06T17:18:12.684Z] ok github.com/docker/docker/pkg/reexec 0.004s coverage: 82.4% of statements [2020-04-06T17:18:13.211Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-04-06T17:18:14.581Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-04-06T17:18:14.837Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-04-06T17:18:15.095Z] --- PASS: TestConfigCreateResolve (3.60s) [2020-04-06T17:18:15.095Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2020-04-06T17:18:15.095Z] daemon.go:325: [d50a99c0a99e2] waiting for daemon to start [2020-04-06T17:18:15.095Z] daemon.go:325: [d50a99c0a99e2] waiting for daemon to start [2020-04-06T17:18:15.095Z] daemon.go:353: [d50a99c0a99e2] daemon started [2020-04-06T17:18:15.095Z] daemon.go:461: [d50a99c0a99e2] Stopping daemon [2020-04-06T17:18:15.095Z] daemon.go:296: [d50a99c0a99e2] exiting daemon [2020-04-06T17:18:15.095Z] daemon.go:448: [d50a99c0a99e2] Daemon stopped [2020-04-06T17:18:15.095Z] === RUN TestConfigDaemonLibtrustID [2020-04-06T17:18:15.352Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-04-06T17:18:15.609Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-04-06T17:18:15.609Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2020-04-06T17:18:15.609Z] daemon.go:325: [dab721d1b830e] waiting for daemon to start [2020-04-06T17:18:15.609Z] daemon.go:325: [dab721d1b830e] waiting for daemon to start [2020-04-06T17:18:15.609Z] daemon.go:353: [dab721d1b830e] daemon started [2020-04-06T17:18:15.609Z] daemon.go:461: [dab721d1b830e] Stopping daemon [2020-04-06T17:18:15.609Z] daemon.go:296: [dab721d1b830e] exiting daemon [2020-04-06T17:18:15.609Z] daemon.go:448: [dab721d1b830e] Daemon stopped [2020-04-06T17:18:15.609Z] PASS [2020-04-06T17:18:15.609Z] [2020-04-06T17:18:15.609Z] DONE 8 tests in 23.186s [2020-04-06T17:18:15.761Z] ok github.com/docker/docker/pkg/signal 2.761s coverage: 61.0% of statements [2020-04-06T17:18:15.867Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-04-06T17:18:15.867Z] ++ 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 [2020-04-06T17:18:15.867Z] ++ set -e [2020-04-06T17:18:15.867Z] ++ '[' -n 0 ']' [2020-04-06T17:18:15.867Z] ++ set -x [2020-04-06T17:18:15.867Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:18:15.867Z] INFO: Testing against a local daemon [2020-04-06T17:18:15.867Z] === RUN TestCheckpoint [2020-04-06T17:18:15.867Z] --- SKIP: TestCheckpoint (0.00s) [2020-04-06T17:18:15.867Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-06T17:18:15.867Z] === RUN TestContainerInvalidJSON [2020-04-06T17:18:15.867Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-04-06T17:18:15.867Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-04-06T17:18:15.867Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-04-06T17:18:15.867Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-04-06T17:18:15.867Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-04-06T17:18:15.867Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-04-06T17:18:15.867Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-04-06T17:18:15.867Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-04-06T17:18:15.867Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-04-06T17:18:15.867Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-04-06T17:18:15.867Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-04-06T17:18:15.867Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-04-06T17:18:15.867Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-04-06T17:18:15.867Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-04-06T17:18:16.113Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-04-06T17:18:16.124Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2020-04-06T17:18:16.124Z] === RUN TestCopyFromContainerPathIsNotDir [2020-04-06T17:18:16.124Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-04-06T17:18:16.124Z] === RUN TestCopyToContainerPathDoesNotExist [2020-04-06T17:18:16.124Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2020-04-06T17:18:16.124Z] === RUN TestCopyToContainerPathIsNotDir [2020-04-06T17:18:16.382Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-04-06T17:18:16.382Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2020-04-06T17:18:16.382Z] === RUN TestCopyFromContainer [2020-04-06T17:18:16.639Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-04-06T17:18:16.869Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-04-06T17:18:16.869Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-04-06T17:18:17.239Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2020-04-06T17:18:17.594Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 81.4% of statements [2020-04-06T17:18:18.439Z] ok github.com/docker/docker/pkg/system 0.054s coverage: 35.1% of statements [2020-04-06T17:18:18.536Z] === RUN TestCopyFromContainer// [2020-04-06T17:18:18.536Z] === RUN TestCopyFromContainer//bar/root [2020-04-06T17:18:18.536Z] === RUN TestCopyFromContainer//bar/root/ [2020-04-06T17:18:18.536Z] === RUN TestCopyFromContainer/bar/quux [2020-04-06T17:18:18.536Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-04-06T17:18:18.793Z] === RUN TestCopyFromContainer/bar/quux/ [2020-04-06T17:18:18.793Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-04-06T17:18:18.793Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-04-06T17:18:18.793Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-04-06T17:18:18.797Z] ok github.com/docker/docker/pkg/tailfile 0.066s coverage: 88.6% of statements [2020-04-06T17:18:19.050Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-04-06T17:18:19.050Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-04-06T17:18:19.050Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-04-06T17:18:19.050Z] === RUN TestCopyFromContainer/bar/notarget [2020-04-06T17:18:19.307Z] --- PASS: TestCopyFromContainer (2.98s) [2020-04-06T17:18:19.307Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-04-06T17:18:19.307Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-04-06T17:18:19.307Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2020-04-06T17:18:19.307Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2020-04-06T17:18:19.307Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2020-04-06T17:18:19.307Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-04-06T17:18:19.307Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-04-06T17:18:19.307Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-04-06T17:18:19.307Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-04-06T17:18:19.307Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2020-04-06T17:18:19.307Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-04-06T17:18:19.307Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-06T17:18:19.307Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-06T17:18:19.307Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-06T17:18:19.307Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-06T17:18:19.307Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-06T17:18:19.307Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-06T17:18:19.307Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-06T17:18:19.307Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-06T17:18:19.307Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-06T17:18:19.307Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-04-06T17:18:19.307Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-04-06T17:18:19.307Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-04-06T17:18:19.307Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-04-06T17:18:19.307Z] === RUN TestCreateLinkToNonExistingContainer [2020-04-06T17:18:19.307Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-04-06T17:18:19.307Z] === RUN TestCreateWithInvalidEnv [2020-04-06T17:18:19.307Z] === RUN TestCreateWithInvalidEnv/0 [2020-04-06T17:18:19.307Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-04-06T17:18:19.307Z] === RUN TestCreateWithInvalidEnv/1 [2020-04-06T17:18:19.307Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-04-06T17:18:19.307Z] === RUN TestCreateWithInvalidEnv/2 [2020-04-06T17:18:19.307Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-04-06T17:18:19.307Z] === CONT TestCreateWithInvalidEnv/0 [2020-04-06T17:18:19.307Z] === CONT TestCreateWithInvalidEnv/2 [2020-04-06T17:18:19.307Z] === CONT TestCreateWithInvalidEnv/1 [2020-04-06T17:18:19.307Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-04-06T17:18:19.307Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-04-06T17:18:19.307Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-04-06T17:18:19.307Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-04-06T17:18:19.307Z] === RUN TestCreateTmpfsMountsTarget [2020-04-06T17:18:19.454Z] umount: bundles/test-docker-py/root: no mount point specified. [2020-04-06T17:18:19.454Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-06T17:18:19.454Z] [2020-04-06T17:18:19.454Z] Unloading profiles will leave already running processes permanently [2020-04-06T17:18:19.454Z] unconfined, which can lead to unexpected situations. [2020-04-06T17:18:19.454Z] [2020-04-06T17:18:19.454Z] To set a process to complain mode, use the command line tool [2020-04-06T17:18:19.454Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-06T17:18:19.454Z] [2020-04-06T17:18:19.562Z] ok github.com/docker/docker/pkg/tarsum 0.027s coverage: 89.3% of statements [2020-04-06T17:18:19.565Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-04-06T17:18:19.565Z] === RUN TestCreateWithCustomMaskedPaths [2020-04-06T17:18:19.565Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-04-06T17:18:19.822Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-04-06T17:18:19.924Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 85.9% of statements Post stage [Pipeline] junit [2020-04-06T17:18:20.027Z] Recording test results [Pipeline] sh [2020-04-06T17:18:20.294Z] testing: warning: no tests to run [2020-04-06T17:18:20.294Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: 0.0% of statements [no tests to run] [2020-04-06T17:18:20.319Z] + echo Ensuring container killed. [2020-04-06T17:18:20.319Z] Ensuring container killed. [2020-04-06T17:18:20.319Z] + docker rm -vf docker-pr1 [2020-04-06T17:18:20.319Z] Error: No such container: docker-pr1 [2020-04-06T17:18:20.319Z] + true [Pipeline] sh [2020-04-06T17:18:20.594Z] + echo Chowning /workspace to jenkins user [2020-04-06T17:18:20.595Z] Chowning /workspace to jenkins user [2020-04-06T17:18:20.595Z] + id -u [2020-04-06T17:18:20.595Z] + id -g [2020-04-06T17:18:20.595Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40784:/workspace busybox chown -R 1000:1000 /workspace [2020-04-06T17:18:20.644Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2020-04-06T17:18:21.005Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2020-04-06T17:18:21.194Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-04-06T17:18:21.194Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-04-06T17:18:21.194Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-04-06T17:18:21.359Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2020-04-06T17:18:21.452Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-04-06T17:18:21.810Z] + bundleName=docker-py [2020-04-06T17:18:21.810Z] + echo Creating docker-py-bundles.tar.gz [2020-04-06T17:18:21.810Z] Creating docker-py-bundles.tar.gz [2020-04-06T17:18:21.810Z] + 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 [2020-04-06T17:18:21.819Z] Archiving artifacts [2020-04-06T17:18:22.016Z] --- PASS: TestCreateWithCustomMaskedPaths (2.67s) [2020-04-06T17:18:22.016Z] === RUN TestCreateWithCapabilities [2020-04-06T17:18:22.062Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40784/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-04-06T17:18:22.273Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-04-06T17:18:22.273Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-04-06T17:18:22.273Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-04-06T17:18:22.273Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-04-06T17:18:22.273Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-04-06T17:18:22.273Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-04-06T17:18:22.273Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-04-06T17:18:22.273Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-04-06T17:18:22.273Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-04-06T17:18:22.273Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-04-06T17:18:22.273Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-06T17:18:22.273Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-06T17:18:22.273Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-04-06T17:18:22.273Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-04-06T17:18:22.273Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-04-06T17:18:22.273Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-04-06T17:18:22.273Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-04-06T17:18:22.273Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-04-06T17:18:22.273Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-04-06T17:18:22.273Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-04-06T17:18:22.273Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-04-06T17:18:22.273Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-04-06T17:18:22.273Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-04-06T17:18:22.273Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-04-06T17:18:22.273Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-04-06T17:18:22.273Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-04-06T17:18:22.273Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-04-06T17:18:22.273Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-04-06T17:18:22.273Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-06T17:18:22.273Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-04-06T17:18:22.273Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-04-06T17:18:22.273Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-04-06T17:18:22.273Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-04-06T17:18:22.399Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40784/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 -e DOCKER_GRAPHDRIVER docker:08a2fe0d566c51081b23484890871adfb31ddbb9 hack/make.sh binary-daemon [2020-04-06T17:18:22.531Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-04-06T17:18:22.531Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-04-06T17:18:22.531Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2020-04-06T17:18:22.531Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2020-04-06T17:18:22.531Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2020-04-06T17:18:22.531Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2020-04-06T17:18:22.531Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-04-06T17:18:22.531Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2020-04-06T17:18:22.531Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-04-06T17:18:22.531Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2020-04-06T17:18:22.531Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2020-04-06T17:18:22.531Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2020-04-06T17:18:22.531Z] === RUN TestCreateWithCustomReadonlyPaths [2020-04-06T17:18:22.531Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-04-06T17:18:22.963Z] [2020-04-06T17:18:22.963Z] Removing bundles/ [2020-04-06T17:18:22.963Z] [2020-04-06T17:18:22.963Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-04-06T17:18:22.963Z] Building: bundles/binary-daemon/dockerd-dev [2020-04-06T17:18:22.963Z] GOOS="" GOARCH="" GOARM="" [2020-04-06T17:18:23.180Z] ok github.com/docker/docker/plugin 0.560s coverage: 27.3% of statements [2020-04-06T17:18:23.465Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-04-06T17:18:23.945Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-04-06T17:18:24.396Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-04-06T17:18:24.649Z] ok github.com/docker/docker/api/server/httputils 0.156s coverage: 14.7% of statements [2020-04-06T17:18:24.649Z] ok github.com/docker/docker/api/server/middleware 0.185s coverage: 37.7% of statements [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-04-06T17:18:24.649Z] ok github.com/docker/docker/api/server/router/swarm 0.139s coverage: 3.1% of statements [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/container [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/events [no test files] [2020-04-06T17:18:24.649Z] ok github.com/docker/docker/api/types/filters 0.080s coverage: 92.2% of statements [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/image [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/network [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-04-06T17:18:24.649Z] ok github.com/docker/docker/api/types/strslice 0.105s coverage: 90.0% of statements [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-04-06T17:18:24.649Z] ok github.com/docker/docker/api/types/time 0.322s coverage: 100.0% of statements [2020-04-06T17:18:24.649Z] ok github.com/docker/docker/api/types/versions 0.042s coverage: 75.0% of statements [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/autogen/winresources/docker [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/builder [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-04-06T17:18:24.649Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-04-06T17:18:25.205Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 76.5% of statements [2020-04-06T17:18:25.205Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-04-06T17:18:25.327Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.67s) [2020-04-06T17:18:25.327Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-04-06T17:18:25.327Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-06T17:18:25.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-06T17:18:25.327Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-06T17:18:25.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-06T17:18:25.327Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-06T17:18:25.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-06T17:18:25.327Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-06T17:18:25.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-06T17:18:25.327Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-06T17:18:25.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-06T17:18:25.327Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-06T17:18:25.327Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-06T17:18:25.327Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-06T17:18:25.327Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-06T17:18:25.327Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-06T17:18:25.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2020-04-06T17:18:25.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-04-06T17:18:25.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-04-06T17:18:25.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-04-06T17:18:25.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-04-06T17:18:25.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-04-06T17:18:25.327Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-04-06T17:18:25.891Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-04-06T17:18:26.149Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.93s) [2020-04-06T17:18:26.149Z] === RUN TestContainerStartOnDaemonRestart [2020-04-06T17:18:26.149Z] === PAUSE TestContainerStartOnDaemonRestart [2020-04-06T17:18:26.149Z] === RUN TestDaemonRestartIpcMode [2020-04-06T17:18:26.149Z] === PAUSE TestDaemonRestartIpcMode [2020-04-06T17:18:26.149Z] === RUN TestDiff [2020-04-06T17:18:26.282Z] Checking out files: 53% (5716/10683) Checking out files: 54% (5769/10683) Checking out files: 55% (5876/10683) Checking out files: 56% (5983/10683) Checking out files: 57% (6090/10683) Checking out files: 58% (6197/10683) Checking out files: 59% (6303/10683) Checking out files: 60% (6410/10683) Checking out files: 61% (6517/10683) Checking out files: 62% (6624/10683) Checking out files: 63% (6731/10683) Checking out files: 64% (6838/10683) Checking out files: 65% (6944/10683) Checking out files: 66% (7051/10683) Checking out files: 67% (7158/10683) Checking out files: 68% (7265/10683) Checking out files: 69% (7372/10683) Checking out files: 70% (7479/10683) Checking out files: 71% (7585/10683) Checking out files: 72% (7692/10683) Checking out files: 73% (7799/10683) Checking out files: 74% (7906/10683) Checking out files: 75% (8013/10683) Checking out files: 76% (8120/10683) Checking out files: 77% (8226/10683) Checking out files: 78% (8333/10683) Checking out files: 79% (8440/10683) Checking out files: 80% (8547/10683) Checking out files: 81% (8654/10683) Checking out files: 82% (8761/10683) Checking out files: 83% (8867/10683) Checking out files: 84% (8974/10683) Checking out files: 85% (9081/10683) Checking out files: 86% (9188/10683) Checking out files: 87% (9295/10683) Checking out files: 88% (9402/10683) Checking out files: 89% (9508/10683) Checking out files: 90% (9615/10683) Checking out files: 91% (9722/10683) Checking out files: 92% (9829/10683) Checking out files: 93% (9936/10683) Checking out files: 94% (10043/10683) Checking out files: 95% (10149/10683) Checking out files: 96% (10256/10683) Checking out files: 97% (10363/10683) Checking out files: 98% (10470/10683) Checking out files: 99% (10577/10683) Checking out files: 100% (10683/10683) Checking out files: 100% (10683/10683), done. [2020-04-06T17:18:26.282Z] + cd /tmp/tmp.A3r4arEILA/tmp/docker-ce [2020-04-06T17:18:26.282Z] + git checkout -q v17.06.2-ce [2020-04-06T17:18:26.945Z] ok github.com/docker/docker/registry 0.088s coverage: 56.3% of statements [2020-04-06T17:18:27.081Z] --- PASS: TestDiff (0.93s) [2020-04-06T17:18:27.081Z] === RUN TestExecWithCloseStdin [2020-04-06T17:18:27.294Z] + mkdir -p /tmp/tmp.A3r4arEILA/src/github.com/docker [2020-04-06T17:18:27.294Z] + mv components/cli /tmp/tmp.A3r4arEILA/src/github.com/docker/cli [2020-04-06T17:18:27.294Z] + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-04-06T17:18:27.342Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-04-06T17:18:27.736Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 47.1% of statements [2020-04-06T17:18:28.014Z] --- PASS: TestExecWithCloseStdin (0.95s) [2020-04-06T17:18:28.014Z] === RUN TestExec [2020-04-06T17:18:28.272Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-04-06T17:18:28.508Z] ok github.com/docker/docker/runconfig 0.006s coverage: 68.2% of statements [2020-04-06T17:18:29.204Z] --- PASS: TestExec (1.14s) [2020-04-06T17:18:29.204Z] === RUN TestExecUser [2020-04-06T17:18:29.254Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-04-06T17:18:29.298Z] ok github.com/docker/docker/builder/dockerfile 0.434s coverage: 43.2% of statements [2020-04-06T17:18:29.298Z] ok github.com/docker/docker/builder/dockerignore 0.091s coverage: 96.8% of statements [2020-04-06T17:18:29.298Z] ok github.com/docker/docker/builder/fscache 0.926s coverage: 69.2% of statements [2020-04-06T17:18:29.461Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-04-06T17:18:30.014Z] ok github.com/docker/docker/volume/local 0.044s coverage: 73.0% of statements [2020-04-06T17:18:30.025Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-04-06T17:18:30.242Z] ok github.com/docker/docker/builder/remotecontext 0.401s coverage: 9.2% of statements [2020-04-06T17:18:30.282Z] --- PASS: TestExecUser (1.02s) [2020-04-06T17:18:30.282Z] === RUN TestExportContainerAndImportImage [2020-04-06T17:18:30.783Z] ok github.com/docker/docker/volume/mounts 0.022s coverage: 67.0% of statements [2020-04-06T17:18:31.214Z] --- PASS: TestExportContainerAndImportImage (1.04s) [2020-04-06T17:18:31.214Z] === RUN TestExportContainerAfterDaemonRestart [2020-04-06T17:18:31.641Z] ok github.com/docker/docker/volume/service 0.012s coverage: 73.0% of statements [2020-04-06T17:18:32.583Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2020-04-06T17:18:32.583Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2020-04-06T17:18:32.583Z] daemon.go:325: [d9326f8cdb1d9] waiting for daemon to start [2020-04-06T17:18:32.583Z] daemon.go:325: [d9326f8cdb1d9] waiting for daemon to start [2020-04-06T17:18:32.583Z] daemon.go:353: [d9326f8cdb1d9] daemon started [2020-04-06T17:18:32.583Z] daemon.go:461: [d9326f8cdb1d9] Stopping daemon [2020-04-06T17:18:32.583Z] daemon.go:296: [d9326f8cdb1d9] exiting daemon [2020-04-06T17:18:32.583Z] daemon.go:448: [d9326f8cdb1d9] Daemon stopped [2020-04-06T17:18:32.583Z] daemon.go:325: [d9326f8cdb1d9] waiting for daemon to start [2020-04-06T17:18:32.583Z] daemon.go:325: [d9326f8cdb1d9] waiting for daemon to start [2020-04-06T17:18:32.583Z] daemon.go:353: [d9326f8cdb1d9] daemon started [2020-04-06T17:18:32.583Z] daemon.go:461: [d9326f8cdb1d9] Stopping daemon [2020-04-06T17:18:32.583Z] daemon.go:296: [d9326f8cdb1d9] exiting daemon [2020-04-06T17:18:32.583Z] daemon.go:448: [d9326f8cdb1d9] Daemon stopped [2020-04-06T17:18:32.583Z] === RUN TestHealthCheckWorkdir [2020-04-06T17:18:33.514Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-04-06T17:18:33.772Z] --- PASS: TestHealthCheckWorkdir (1.14s) [2020-04-06T17:18:33.772Z] === RUN TestHealthKillContainer [2020-04-06T17:18:37.047Z] --- PASS: TestHealthKillContainer (3.02s) [2020-04-06T17:18:37.047Z] === RUN TestInspectCpusetInConfigPre120 [2020-04-06T17:18:37.304Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-04-06T17:18:37.598Z] --- PASS: TestInspectCpusetInConfigPre120 (0.88s) [2020-04-06T17:18:37.598Z] === RUN TestIpcModeNone [2020-04-06T17:18:37.861Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-04-06T17:18:38.428Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-04-06T17:18:38.685Z] --- PASS: TestIpcModeNone (1.04s) [2020-04-06T17:18:38.685Z] === RUN TestIpcModePrivate [2020-04-06T17:18:38.685Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-04-06T17:18:39.248Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-04-06T17:18:39.811Z] --- PASS: TestIpcModePrivate (0.97s) [2020-04-06T17:18:39.811Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:206, shared: false, mustBeShared: false [2020-04-06T17:18:39.811Z] === RUN TestIpcModeShareable [2020-04-06T17:18:40.743Z] --- PASS: TestIpcModeShareable (1.02s) [2020-04-06T17:18:40.743Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:199, shared: true, mustBeShared: true [2020-04-06T17:18:40.743Z] === RUN TestAPIIpcModeShareableAndContainer [2020-04-06T17:18:42.114Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-04-06T17:18:42.680Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-04-06T17:18:42.680Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-04-06T17:18:44.049Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.33s) [2020-04-06T17:18:44.049Z] === RUN TestAPIIpcModeHost [2020-04-06T17:18:44.306Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-04-06T17:18:44.564Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-04-06T17:18:44.988Z] ok github.com/docker/docker/pkg/plugins 33.628s coverage: 76.8% of statements [2020-04-06T17:18:44.989Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-04-06T17:18:44.989Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-04-06T17:18:44.989Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-04-06T17:18:44.989Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-04-06T17:18:44.989Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-04-06T17:18:44.989Z] ? github.com/docker/docker/rootless [no test files] [2020-04-06T17:18:44.989Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-04-06T17:18:44.989Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-04-06T17:18:44.989Z] ? github.com/docker/docker/volume [no test files] [2020-04-06T17:18:44.989Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-04-06T17:18:44.989Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === Skipped [2020-04-06T17:18:44.989Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-04-06T17:18:44.989Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-04-06T17:18:44.989Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:18:44.989Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:18:44.989Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:18:44.989Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:18:44.989Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:18:44.989Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:73: No driver to put! [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-04-06T17:18:44.989Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-04-06T17:18:44.989Z] overlay_test.go:49: Fails to compute changes intermittently [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-04-06T17:18:44.989Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:18:44.989Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:18:44.989Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:18:44.989Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:18:44.989Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:18:44.989Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-04-06T17:18:44.989Z] graphtest_unix.go:73: No driver to put! [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-04-06T17:18:44.989Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] [2020-04-06T17:18:44.989Z] DONE 2065 tests, 19 skipped in 201.563s Post stage [Pipeline] junit [2020-04-06T17:18:45.107Z] Recording test results [2020-04-06T17:18:45.127Z] --- PASS: TestAPIIpcModeHost (1.02s) [2020-04-06T17:18:45.127Z] === RUN TestDaemonIpcModeShareable [2020-04-06T17:18:45.384Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-04-06T17:18:46.753Z] --- PASS: TestDaemonIpcModeShareable (1.76s) [2020-04-06T17:18:46.753Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2020-04-06T17:18:46.753Z] daemon.go:325: [d03b4a68f1ce9] waiting for daemon to start [2020-04-06T17:18:46.753Z] daemon.go:325: [d03b4a68f1ce9] waiting for daemon to start [2020-04-06T17:18:46.753Z] daemon.go:353: [d03b4a68f1ce9] daemon started [2020-04-06T17:18:46.753Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:185, shared: true, mustBeShared: true [2020-04-06T17:18:46.753Z] daemon.go:461: [d03b4a68f1ce9] Stopping daemon [2020-04-06T17:18:46.753Z] daemon.go:296: [d03b4a68f1ce9] exiting daemon [2020-04-06T17:18:46.753Z] daemon.go:448: [d03b4a68f1ce9] Daemon stopped [2020-04-06T17:18:46.753Z] === RUN TestDaemonIpcModePrivate [2020-04-06T17:18:47.686Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-04-06T17:18:47.686Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-04-06T17:18:48.617Z] --- PASS: TestDaemonIpcModePrivate (1.92s) [2020-04-06T17:18:48.617Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2020-04-06T17:18:48.617Z] daemon.go:325: [db1a77ef10f65] waiting for daemon to start [2020-04-06T17:18:48.617Z] daemon.go:325: [db1a77ef10f65] waiting for daemon to start [2020-04-06T17:18:48.617Z] daemon.go:353: [db1a77ef10f65] daemon started [2020-04-06T17:18:48.617Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:196, shared: false, mustBeShared: false [2020-04-06T17:18:48.617Z] daemon.go:461: [db1a77ef10f65] Stopping daemon [2020-04-06T17:18:48.617Z] daemon.go:296: [db1a77ef10f65] exiting daemon [2020-04-06T17:18:48.617Z] daemon.go:448: [db1a77ef10f65] Daemon stopped [2020-04-06T17:18:48.617Z] === RUN TestDaemonIpcModePrivateFromConfig [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-04-06T17:18:49.477Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-04-06T17:18:49.477Z] Copying nested executables into bundles/binary-daemon [2020-04-06T17:18:49.925Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40784/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=19.03 docker:08a2fe0d566c51081b23484890871adfb31ddbb9 hack/make.sh dynbinary test-integration [2020-04-06T17:18:50.039Z] [2020-04-06T17:18:50.281Z] [2020-04-06T17:18:50.281Z] Removing bundles/ [2020-04-06T17:18:50.281Z] [2020-04-06T17:18:50.281Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-04-06T17:18:50.281Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-04-06T17:18:50.281Z] GOOS="" GOARCH="" GOARM="" [2020-04-06T17:18:50.516Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-04-06T17:18:50.516Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-04-06T17:18:50.516Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-04-06T17:18:50.516Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.82s) [2020-04-06T17:18:50.516Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2020-04-06T17:18:50.516Z] daemon.go:325: [dcbb2b5d5ce20] waiting for daemon to start [2020-04-06T17:18:50.516Z] daemon.go:325: [dcbb2b5d5ce20] waiting for daemon to start [2020-04-06T17:18:50.516Z] daemon.go:353: [dcbb2b5d5ce20] daemon started [2020-04-06T17:18:50.516Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:194, shared: false, mustBeShared: false [2020-04-06T17:18:50.516Z] daemon.go:461: [dcbb2b5d5ce20] Stopping daemon [2020-04-06T17:18:50.516Z] daemon.go:296: [dcbb2b5d5ce20] exiting daemon [2020-04-06T17:18:50.516Z] daemon.go:448: [dcbb2b5d5ce20] Daemon stopped [2020-04-06T17:18:50.516Z] === RUN TestDaemonIpcModeShareableFromConfig [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-04-06T17:18:51.282Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40784/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 -e DOCKER_GRAPHDRIVER docker:08a2fe0d566c51081b23484890871adfb31ddbb9 hack/make.sh cross [2020-04-06T17:18:51.449Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-04-06T17:18:51.845Z] [2020-04-06T17:18:51.845Z] Removing bundles/ [2020-04-06T17:18:51.845Z] [2020-04-06T17:18:51.845Z] ---> Making bundle: cross (in bundles/cross) [2020-04-06T17:18:51.845Z] Cross building: bundles/cross/linux/amd64 [2020-04-06T17:18:51.845Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-04-06T17:18:51.845Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-04-06T17:18:52.378Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.79s) [2020-04-06T17:18:52.379Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2020-04-06T17:18:52.379Z] daemon.go:325: [da096f3b11e1a] waiting for daemon to start [2020-04-06T17:18:52.379Z] daemon.go:325: [da096f3b11e1a] waiting for daemon to start [2020-04-06T17:18:52.379Z] daemon.go:353: [da096f3b11e1a] daemon started [2020-04-06T17:18:52.379Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:194, shared: true, mustBeShared: true [2020-04-06T17:18:52.379Z] daemon.go:461: [da096f3b11e1a] Stopping daemon [2020-04-06T17:18:52.379Z] daemon.go:296: [da096f3b11e1a] exiting daemon [2020-04-06T17:18:52.379Z] daemon.go:448: [da096f3b11e1a] Daemon stopped [2020-04-06T17:18:52.379Z] === RUN TestIpcModeOlderClient [2020-04-06T17:18:52.379Z] === PAUSE TestIpcModeOlderClient [2020-04-06T17:18:52.379Z] === RUN TestKillContainerInvalidSignal [2020-04-06T17:18:53.309Z] --- PASS: TestKillContainerInvalidSignal (0.77s) [2020-04-06T17:18:53.309Z] === RUN TestKillContainer [2020-04-06T17:18:53.309Z] === RUN TestKillContainer/no_signal [2020-04-06T17:18:54.241Z] === RUN TestKillContainer/non_killing_signal [2020-04-06T17:18:54.804Z] === RUN TestKillContainer/killing_signal [2020-04-06T17:18:55.733Z] --- PASS: TestKillContainer (2.52s) [2020-04-06T17:18:55.733Z] --- PASS: TestKillContainer/no_signal (0.86s) [2020-04-06T17:18:55.733Z] --- PASS: TestKillContainer/non_killing_signal (0.68s) [2020-04-06T17:18:55.733Z] --- PASS: TestKillContainer/killing_signal (0.73s) [2020-04-06T17:18:55.733Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-04-06T17:18:55.733Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-04-06T17:18:56.663Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-04-06T17:18:57.227Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.66s) [2020-04-06T17:18:57.227Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.83s) [2020-04-06T17:18:57.227Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s) [2020-04-06T17:18:57.227Z] === RUN TestKillStoppedContainer [2020-04-06T17:18:57.484Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-04-06T17:18:57.484Z] === RUN TestKillStoppedContainerAPIPre120 [2020-04-06T17:18:57.484Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-04-06T17:18:57.484Z] === RUN TestKillDifferentUserContainer [2020-04-06T17:18:58.414Z] --- PASS: TestKillDifferentUserContainer (0.77s) [2020-04-06T17:18:58.414Z] === RUN TestInspectOomKilledTrue [2020-04-06T17:18:58.414Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-04-06T17:18:58.414Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:18:58.414Z] === RUN TestInspectOomKilledFalse [2020-04-06T17:18:58.414Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-04-06T17:18:58.414Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:18:58.414Z] === RUN TestLinksEtcHostsContentMatch [2020-04-06T17:18:58.672Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-04-06T17:18:58.672Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2020-04-06T17:18:58.672Z] === RUN TestLinksContainerNames [2020-04-06T17:18:59.989Z] ok github.com/docker/docker/builder/remotecontext/git 27.780s coverage: 85.1% of statements [2020-04-06T17:18:59.989Z] ? github.com/docker/docker/cli [no test files] [2020-04-06T17:18:59.989Z] ? github.com/docker/docker/cli/config [no test files] [2020-04-06T17:18:59.989Z] ok github.com/docker/docker/cli/debug 0.084s coverage: 100.0% of statements [2020-04-06T17:18:59.989Z] ok github.com/docker/docker/client 0.635s coverage: 75.2% of statements [2020-04-06T17:19:00.567Z] --- PASS: TestLinksContainerNames (1.57s) [2020-04-06T17:19:00.567Z] === RUN TestLogsFollowTailEmpty [2020-04-06T17:19:01.130Z] --- PASS: TestLogsFollowTailEmpty (0.85s) [2020-04-06T17:19:01.130Z] === RUN TestContainerNetworkMountsNoChown [2020-04-06T17:19:02.062Z] --- PASS: TestContainerNetworkMountsNoChown (0.77s) [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/default [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/default [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/private [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/private [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rprivate [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rprivate [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/slave [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/slave [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rslave [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rslave [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/shared [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/shared [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rshared [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rshared [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/default [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/default/bind_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/rslave [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/default/mount_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/rshared [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/shared [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/rprivate [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/slave [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/private [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/private/bind_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/private/mount_root [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-04-06T17:19:02.062Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-04-06T17:19:02.062Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/default/bind_root [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/default/mount_root [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-04-06T17:19:02.062Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-04-06T17:19:02.320Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-04-06T17:19:02.320Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-04-06T17:19:02.320Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-04-06T17:19:02.320Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-04-06T17:19:02.320Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-04-06T17:19:02.320Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-04-06T17:19:02.320Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-04-06T17:19:02.320Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-04-06T17:19:02.320Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/private/bind_root [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-04-06T17:19:02.577Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-04-06T17:19:02.577Z] === CONT TestMountDaemonRoot/private/mount_root [2020-04-06T17:19:02.834Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-04-06T17:19:02.834Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-04-06T17:19:02.834Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-04-06T17:19:02.834Z] === RUN TestContainerBindMountNonRecursive [2020-04-06T17:19:02.835Z] ok github.com/docker/docker/cmd/dockerd 0.596s coverage: 18.7% of statements [2020-04-06T17:19:04.728Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-04-06T17:19:04.965Z] ok github.com/docker/docker/container 0.517s coverage: 42.5% of statements [2020-04-06T17:19:04.965Z] ? github.com/docker/docker/container/stream [no test files] [2020-04-06T17:19:04.965Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-04-06T17:19:04.965Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-04-06T17:19:04.965Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-04-06T17:19:05.292Z] --- PASS: TestContainerBindMountNonRecursive (2.40s) [2020-04-06T17:19:05.292Z] === RUN TestNetworkNat [2020-04-06T17:19:06.224Z] --- PASS: TestNetworkNat (0.84s) [2020-04-06T17:19:06.224Z] === RUN TestNetworkLocalhostTCPNat [2020-04-06T17:19:06.789Z] --- PASS: TestNetworkLocalhostTCPNat (0.76s) [2020-04-06T17:19:06.789Z] === RUN TestNetworkLoopbackNat [2020-04-06T17:19:08.158Z] --- PASS: TestNetworkLoopbackNat (1.11s) [2020-04-06T17:19:08.158Z] === RUN TestPause [2020-04-06T17:19:08.158Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-04-06T17:19:08.722Z] --- PASS: TestPause (0.97s) [2020-04-06T17:19:08.722Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-04-06T17:19:08.722Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-06T17:19:08.722Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-06T17:19:08.722Z] === RUN TestPauseStopPausedContainer [2020-04-06T17:19:09.287Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-04-06T17:19:09.851Z] --- PASS: TestPauseStopPausedContainer (0.86s) [2020-04-06T17:19:09.851Z] === RUN TestPsFilter [2020-04-06T17:19:09.851Z] --- PASS: TestPsFilter (0.22s) [2020-04-06T17:19:09.851Z] === RUN TestRemoveContainerWithRemovedVolume [2020-04-06T17:19:10.107Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-04-06T17:19:10.672Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s) [2020-04-06T17:19:10.672Z] === RUN TestRemoveContainerWithVolume [2020-04-06T17:19:11.683Z] --- PASS: TestRemoveContainerWithVolume (0.74s) [2020-04-06T17:19:11.683Z] === RUN TestRemoveContainerRunning [2020-04-06T17:19:12.247Z] --- PASS: TestRemoveContainerRunning (0.75s) [2020-04-06T17:19:12.247Z] === RUN TestRemoveContainerForceRemoveRunning [2020-04-06T17:19:13.178Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-04-06T17:19:13.178Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.91s) [2020-04-06T17:19:13.178Z] === RUN TestRemoveInvalidContainer [2020-04-06T17:19:13.178Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-04-06T17:19:13.178Z] === RUN TestRenameLinkedContainer [2020-04-06T17:19:14.549Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-04-06T17:19:15.917Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-04-06T17:19:16.490Z] --- PASS: TestRenameLinkedContainer (3.38s) [2020-04-06T17:19:16.490Z] === RUN TestRenameStoppedContainer [2020-04-06T17:19:16.747Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-04-06T17:19:17.324Z] --- PASS: TestRenameStoppedContainer (0.89s) [2020-04-06T17:19:17.324Z] === RUN TestRenameRunningContainerAndReuse [2020-04-06T17:19:18.254Z] === RUN TestDockerSuite/TestBuildAddScript [2020-04-06T17:19:18.402Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-04-06T17:19:18.402Z] Copying nested executables into bundles/cross/linux/amd64 [2020-04-06T17:19:18.963Z] Cross building: bundles/cross/windows/amd64 [2020-04-06T17:19:19.184Z] --- PASS: TestRenameRunningContainerAndReuse (1.58s) [2020-04-06T17:19:19.184Z] === RUN TestRenameInvalidName [2020-04-06T17:19:19.220Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-04-06T17:19:19.220Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-04-06T17:19:19.748Z] --- PASS: TestRenameInvalidName (0.84s) [2020-04-06T17:19:19.748Z] === RUN TestRenameAnonymousContainer [2020-04-06T17:19:21.117Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-04-06T17:19:23.649Z] --- PASS: TestRenameAnonymousContainer (3.41s) [2020-04-06T17:19:23.649Z] === RUN TestRenameContainerWithSameName [2020-04-06T17:19:24.213Z] --- PASS: TestRenameContainerWithSameName (0.84s) [2020-04-06T17:19:24.213Z] === RUN TestRenameContainerWithLinkedContainer [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon 3.085s coverage: 9.1% of statements [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon/cluster 1.720s coverage: 0.5% of statements [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.260s coverage: 65.3% of statements [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon/cluster/convert 0.662s coverage: 35.8% of statements [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.956s coverage: 10.9% of statements [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon/config 0.967s coverage: 79.7% of statements [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon/discovery 0.236s coverage: 30.4% of statements [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon/events 0.503s coverage: 50.0% of statements [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon/graphdriver 0.496s coverage: 2.3% of statements [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon/images 0.582s coverage: 4.9% of statements [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon/links 0.221s coverage: 93.0% of statements [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon/logger 0.399s coverage: 44.0% of statements [2020-04-06T17:19:25.876Z] ok github.com/docker/docker/daemon/logger/awslogs 0.415s coverage: 78.2% of statements [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-04-06T17:19:25.876Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-04-06T17:19:26.109Z] --- PASS: TestRenameContainerWithLinkedContainer (1.65s) [2020-04-06T17:19:26.109Z] === RUN TestResize [2020-04-06T17:19:26.109Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-04-06T17:19:26.673Z] --- PASS: TestResize (0.97s) [2020-04-06T17:19:26.673Z] === RUN TestResizeWithInvalidSize [2020-04-06T17:19:27.379Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.353s coverage: 62.1% of statements [2020-04-06T17:19:27.379Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.443s coverage: 88.3% of statements [2020-04-06T17:19:27.379Z] ok github.com/docker/docker/daemon/logger/local 0.549s coverage: 74.7% of statements [2020-04-06T17:19:27.379Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-04-06T17:19:27.379Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.267s coverage: 19.5% of statements [2020-04-06T17:19:27.604Z] --- PASS: TestResizeWithInvalidSize (0.92s) [2020-04-06T17:19:27.604Z] === RUN TestResizeWhenContainerNotStarted [2020-04-06T17:19:27.863Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-04-06T17:19:28.427Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-04-06T17:19:28.427Z] --- PASS: TestResizeWhenContainerNotStarted (0.85s) [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-06T17:19:28.427Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-06T17:19:28.427Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-06T17:19:28.427Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-06T17:19:28.427Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-06T17:19:28.427Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-06T17:19:28.427Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-06T17:19:28.427Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-06T17:19:28.427Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:19:28.427Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:19:28.427Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:19:28.427Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:19:28.427Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:19:28.427Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:19:28.427Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-06T17:19:28.427Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-06T17:19:30.952Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:19:31.209Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:19:31.466Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-04-06T17:19:31.985Z] ok github.com/docker/docker/daemon/logger/splunk 2.354s coverage: 84.5% of statements [2020-04-06T17:19:31.985Z] ok github.com/docker/docker/daemon/logger/syslog 0.285s coverage: 47.8% of statements [2020-04-06T17:19:31.985Z] ok github.com/docker/docker/daemon/logger/templates 0.249s coverage: 8.3% of statements [2020-04-06T17:19:31.985Z] ? github.com/docker/docker/daemon/names [no test files] [2020-04-06T17:19:31.985Z] ? github.com/docker/docker/daemon/network [no test files] [2020-04-06T17:19:31.985Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-04-06T17:19:32.030Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-04-06T17:19:32.432Z] ok github.com/docker/docker/distribution 1.300s coverage: 20.5% of statements [2020-04-06T17:19:32.432Z] ok github.com/docker/docker/distribution/metadata 1.220s coverage: 48.2% of statements [2020-04-06T17:19:32.432Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-04-06T17:19:32.595Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:19:32.852Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:19:33.933Z] ok github.com/docker/docker/distribution/xfer 2.011s coverage: 62.2% of statements [2020-04-06T17:19:33.933Z] ? github.com/docker/docker/dockerversion [no test files] [2020-04-06T17:19:33.933Z] ok github.com/docker/docker/errdefs 0.233s coverage: 49.4% of statements [2020-04-06T17:19:34.223Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-06T17:19:34.480Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-04-06T17:19:34.480Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-06T17:19:35.595Z] + return [2020-04-06T17:19:35.595Z] Removing intermediate container 6f8902acac95 [2020-04-06T17:19:35.595Z] ---> 82175e93d79a [2020-04-06T17:19:35.595Z] Step 85/140 : FROM runtime-dev AS runc [2020-04-06T17:19:35.595Z] ---> 82d001e78735 [2020-04-06T17:19:35.595Z] Step 86/140 : ENV INSTALL_BINARY_NAME=runc [2020-04-06T17:19:35.595Z] ---> Running in 9cb3d77461ad [2020-04-06T17:19:35.595Z] Removing intermediate container 9cb3d77461ad [2020-04-06T17:19:35.595Z] ---> 022e7cc799d0 [2020-04-06T17:19:35.595Z] Step 87/140 : ARG RUNC_COMMIT [2020-04-06T17:19:35.595Z] ---> Running in a8d2db46f7b0 [2020-04-06T17:19:35.595Z] Removing intermediate container a8d2db46f7b0 [2020-04-06T17:19:35.595Z] ---> 40517109a8df [2020-04-06T17:19:35.595Z] Step 88/140 : ARG RUNC_BUILDTAGS [2020-04-06T17:19:35.596Z] ---> Running in 74a31b4665a5 [2020-04-06T17:19:35.596Z] Removing intermediate container 74a31b4665a5 [2020-04-06T17:19:35.596Z] ---> 6dca964c6423 [2020-04-06T17:19:35.596Z] Step 89/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:19:35.596Z] ---> d521c5ca9f1a [2020-04-06T17:19:35.596Z] Step 90/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:19:35.596Z] ---> 638faac6d82f [2020-04-06T17:19:35.596Z] Step 91/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:19:35.596Z] ---> Running in ba04b1b24a6d [2020-04-06T17:19:35.596Z] + RM_GOPATH=0 [2020-04-06T17:19:35.596Z] + TMP_GOPATH= [2020-04-06T17:19:35.596Z] + : /build [2020-04-06T17:19:35.596Z] + '[' -z '' ']' [2020-04-06T17:19:35.596Z] ++ mktemp -d [2020-04-06T17:19:35.596Z] + export GOPATH=/tmp/tmp.7Dn2jEUIS7 [2020-04-06T17:19:35.596Z] + GOPATH=/tmp/tmp.7Dn2jEUIS7 [2020-04-06T17:19:35.596Z] + RM_GOPATH=1 [2020-04-06T17:19:35.596Z] ++ dirname ./install.sh [2020-04-06T17:19:35.596Z] + dir=. [2020-04-06T17:19:35.596Z] + bin=runc [2020-04-06T17:19:35.596Z] + shift [2020-04-06T17:19:35.596Z] + '[' '!' -f ./runc.installer ']' [2020-04-06T17:19:35.596Z] + . ./runc.installer [2020-04-06T17:19:35.596Z] ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-04-06T17:19:35.596Z] + install_runc [2020-04-06T17:19:35.596Z] + uname -r [2020-04-06T17:19:35.596Z] + grep -q '^3\.10\.0.*\.el7\.' [2020-04-06T17:19:35.596Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-04-06T17:19:35.596Z] + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-04-06T17:19:35.596Z] Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-04-06T17:19:35.596Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.7Dn2jEUIS7/src/github.com/opencontainers/runc [2020-04-06T17:19:35.596Z] Cloning into '/tmp/tmp.7Dn2jEUIS7/src/github.com/opencontainers/runc'... [2020-04-06T17:19:35.596Z] + cd /tmp/tmp.7Dn2jEUIS7/src/github.com/opencontainers/runc [2020-04-06T17:19:35.596Z] + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-04-06T17:19:35.596Z] + '[' -z '' ']' [2020-04-06T17:19:35.596Z] + target=static [2020-04-06T17:19:35.596Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-04-06T17:19:35.596Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-04-06T17:19:35.852Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-04-06T17:19:36.064Z] ok github.com/docker/docker/image 0.927s coverage: 86.4% of statements [2020-04-06T17:19:36.064Z] ok github.com/docker/docker/image/cache 0.298s coverage: 19.2% of statements [2020-04-06T17:19:36.064Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-04-06T17:19:36.064Z] ok github.com/docker/docker/image/v1 0.193s coverage: 25.0% of statements [2020-04-06T17:19:36.064Z] ? github.com/docker/docker/internal/test [no test files] [2020-04-06T17:19:36.064Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2020-04-06T17:19:36.064Z] ? github.com/docker/docker/internal/test/environment [no test files] [2020-04-06T17:19:36.064Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2020-04-06T17:19:36.512Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2020-04-06T17:19:36.512Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2020-04-06T17:19:36.512Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2020-04-06T17:19:36.512Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2020-04-06T17:19:36.512Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2020-04-06T17:19:36.512Z] ? github.com/docker/docker/internal/test/registry [no test files] [2020-04-06T17:19:36.512Z] ? github.com/docker/docker/internal/test/request [no test files] [2020-04-06T17:19:36.512Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-04-06T17:19:36.785Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-06T17:19:37.042Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-06T17:19:37.456Z] ok github.com/docker/docker/internal/testutil 0.318s coverage: 62.5% of statements [2020-04-06T17:19:37.973Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-04-06T17:19:38.232Z] === RUN TestDockerSuite/TestBuildAddTar [2020-04-06T17:19:39.100Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-04-06T17:19:39.447Z] [2020-04-06T17:19:39.447Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-04-06T17:19:39.586Z] ok github.com/docker/docker/layer 0.471s coverage: 30.4% of statements [2020-04-06T17:19:39.586Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-04-06T17:19:39.805Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-06T17:19:39.805Z] HOSTNAME=73a27a1fe2e8 [2020-04-06T17:19:39.805Z] TESTDEBUG=0 [2020-04-06T17:19:39.805Z] DEST=bundles/test-integration [2020-04-06T17:19:39.805Z] PWD=/go/src/github.com/docker/docker [2020-04-06T17:19:39.805Z] DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:19:39.805Z] container=docker [2020-04-06T17:19:39.805Z] HOME=/root [2020-04-06T17:19:39.805Z] GOLANG_VERSION=1.12.17 [2020-04-06T17:19:39.805Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-06T17:19:39.805Z] VALIDATE_BRANCH=19.03 [2020-04-06T17:19:39.805Z] TERM=xterm [2020-04-06T17:19:39.805Z] DOCKER_PKG=github.com/docker/docker [2020-04-06T17:19:39.805Z] SHLVL=1 [2020-04-06T17:19:39.805Z] TIMEOUT=120m [2020-04-06T17:19:39.805Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-06T17:19:39.805Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-06T17:19:39.805Z] GO111MODULE=off [2020-04-06T17:19:39.805Z] DOCKER_EXPERIMENTAL=1 [2020-04-06T17:19:39.805Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-04-06T17:19:39.805Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-06T17:19:39.805Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-06T17:19:39.805Z] GOPATH=/go [2020-04-06T17:19:39.805Z] PKG_CONFIG=pkg-config [2020-04-06T17:19:39.805Z] _=/usr/bin/env [2020-04-06T17:19:39.805Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-04-06T17:19:40.129Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-06T17:19:40.129Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-04-06T17:19:40.694Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-06T17:19:41.717Z] ok github.com/docker/docker/libcontainerd/local 0.330s coverage: 1.0% of statements [2020-04-06T17:19:41.717Z] ok github.com/docker/docker/libcontainerd/queue 0.134s coverage: 100.0% of statements [2020-04-06T17:19:41.717Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-04-06T17:19:41.717Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-04-06T17:19:41.717Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-04-06T17:19:41.717Z] ? github.com/docker/docker/oci [no test files] [2020-04-06T17:19:41.717Z] ? github.com/docker/docker/oci/caps [no test files] [2020-04-06T17:19:41.717Z] ok github.com/docker/docker/opts 0.261s coverage: 67.3% of statements [2020-04-06T17:19:41.717Z] ok github.com/docker/docker/pkg/aaparser 0.034s coverage: 50.0% of statements [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.46s) [2020-04-06T17:19:43.220Z] 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 [2020-04-06T17:19:43.220Z] daemon.go:325: [d24aee3eedc69] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d24aee3eedc69] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d24aee3eedc69] daemon started [2020-04-06T17:19:43.220Z] daemon.go:296: [d24aee3eedc69] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:325: [d24aee3eedc69] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d24aee3eedc69] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d24aee3eedc69] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d24aee3eedc69] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d24aee3eedc69] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d24aee3eedc69] Daemon stopped [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.64s) [2020-04-06T17:19:43.220Z] 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 [2020-04-06T17:19:43.220Z] daemon.go:325: [da0b76ae07855] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [da0b76ae07855] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [da0b76ae07855] daemon started [2020-04-06T17:19:43.220Z] daemon.go:325: [da0b76ae07855] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:296: [da0b76ae07855] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:325: [da0b76ae07855] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [da0b76ae07855] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [da0b76ae07855] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [da0b76ae07855] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [da0b76ae07855] Daemon stopped [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.57s) [2020-04-06T17:19:43.220Z] 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 [2020-04-06T17:19:43.220Z] daemon.go:325: [d69247e856f6f] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d69247e856f6f] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d69247e856f6f] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d69247e856f6f] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d69247e856f6f] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d69247e856f6f] Daemon stopped [2020-04-06T17:19:43.220Z] daemon.go:325: [d69247e856f6f] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d69247e856f6f] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d69247e856f6f] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d69247e856f6f] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d69247e856f6f] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d69247e856f6f] Daemon stopped [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.72s) [2020-04-06T17:19:43.220Z] 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 [2020-04-06T17:19:43.220Z] daemon.go:325: [dfe5231fceff1] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [dfe5231fceff1] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [dfe5231fceff1] daemon started [2020-04-06T17:19:43.220Z] daemon.go:325: [dfe5231fceff1] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:296: [dfe5231fceff1] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:325: [dfe5231fceff1] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [dfe5231fceff1] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [dfe5231fceff1] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [dfe5231fceff1] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [dfe5231fceff1] Daemon stopped [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.70s) [2020-04-06T17:19:43.220Z] 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 [2020-04-06T17:19:43.220Z] daemon.go:325: [d2ad12d04375a] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d2ad12d04375a] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d2ad12d04375a] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d2ad12d04375a] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d2ad12d04375a] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d2ad12d04375a] Daemon stopped [2020-04-06T17:19:43.220Z] daemon.go:325: [d2ad12d04375a] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d2ad12d04375a] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d2ad12d04375a] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d2ad12d04375a] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d2ad12d04375a] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d2ad12d04375a] Daemon stopped [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.63s) [2020-04-06T17:19:43.220Z] 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 [2020-04-06T17:19:43.220Z] daemon.go:325: [d4f24c1246b69] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d4f24c1246b69] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d4f24c1246b69] daemon started [2020-04-06T17:19:43.220Z] daemon.go:296: [d4f24c1246b69] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:325: [d4f24c1246b69] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d4f24c1246b69] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d4f24c1246b69] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d4f24c1246b69] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d4f24c1246b69] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d4f24c1246b69] Daemon stopped [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.35s) [2020-04-06T17:19:43.220Z] 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 [2020-04-06T17:19:43.220Z] daemon.go:325: [d57c2797a570c] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d57c2797a570c] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d57c2797a570c] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d57c2797a570c] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d57c2797a570c] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d57c2797a570c] Daemon stopped [2020-04-06T17:19:43.220Z] daemon.go:325: [d57c2797a570c] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d57c2797a570c] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d57c2797a570c] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d57c2797a570c] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d57c2797a570c] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d57c2797a570c] Daemon stopped [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.67s) [2020-04-06T17:19:43.220Z] 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 [2020-04-06T17:19:43.220Z] daemon.go:325: [d54cd0dd1a9ab] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d54cd0dd1a9ab] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d54cd0dd1a9ab] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d54cd0dd1a9ab] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d54cd0dd1a9ab] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d54cd0dd1a9ab] Daemon stopped [2020-04-06T17:19:43.220Z] daemon.go:325: [d54cd0dd1a9ab] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d54cd0dd1a9ab] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d54cd0dd1a9ab] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d54cd0dd1a9ab] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d54cd0dd1a9ab] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d54cd0dd1a9ab] Daemon stopped [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.23s) [2020-04-06T17:19:43.220Z] 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 [2020-04-06T17:19:43.220Z] daemon.go:325: [d99f622963f76] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d99f622963f76] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d99f622963f76] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d99f622963f76] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d99f622963f76] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d99f622963f76] Daemon stopped [2020-04-06T17:19:43.220Z] daemon.go:325: [d99f622963f76] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d99f622963f76] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d99f622963f76] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d99f622963f76] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d99f622963f76] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d99f622963f76] Daemon stopped [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.43s) [2020-04-06T17:19:43.220Z] 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 [2020-04-06T17:19:43.220Z] daemon.go:325: [d4ee19d3ad54b] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d4ee19d3ad54b] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d4ee19d3ad54b] daemon started [2020-04-06T17:19:43.220Z] daemon.go:325: [d4ee19d3ad54b] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:296: [d4ee19d3ad54b] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:325: [d4ee19d3ad54b] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d4ee19d3ad54b] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d4ee19d3ad54b] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d4ee19d3ad54b] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d4ee19d3ad54b] Daemon stopped [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.61s) [2020-04-06T17:19:43.220Z] 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 [2020-04-06T17:19:43.220Z] daemon.go:325: [d699aa902cce3] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [d699aa902cce3] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d699aa902cce3] daemon started [2020-04-06T17:19:43.220Z] daemon.go:325: [d699aa902cce3] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:296: [d699aa902cce3] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:325: [d699aa902cce3] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [d699aa902cce3] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [d699aa902cce3] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [d699aa902cce3] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [d699aa902cce3] Daemon stopped [2020-04-06T17:19:43.220Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.50s) [2020-04-06T17:19:43.220Z] 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 [2020-04-06T17:19:43.220Z] daemon.go:325: [dc9ebcb2ddb01] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [dc9ebcb2ddb01] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [dc9ebcb2ddb01] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [dc9ebcb2ddb01] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [dc9ebcb2ddb01] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [dc9ebcb2ddb01] Daemon stopped [2020-04-06T17:19:43.220Z] daemon.go:325: [dc9ebcb2ddb01] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:325: [dc9ebcb2ddb01] waiting for daemon to start [2020-04-06T17:19:43.220Z] daemon.go:353: [dc9ebcb2ddb01] daemon started [2020-04-06T17:19:43.220Z] daemon.go:461: [dc9ebcb2ddb01] Stopping daemon [2020-04-06T17:19:43.220Z] daemon.go:296: [dc9ebcb2ddb01] exiting daemon [2020-04-06T17:19:43.220Z] daemon.go:448: [dc9ebcb2ddb01] Daemon stopped [2020-04-06T17:19:43.220Z] === RUN TestKernelTCPMemory [2020-04-06T17:19:43.784Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-04-06T17:19:44.041Z] --- PASS: TestKernelTCPMemory (0.95s) [2020-04-06T17:19:44.041Z] === RUN TestNISDomainname [2020-04-06T17:19:44.299Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-04-06T17:19:44.863Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-04-06T17:19:45.122Z] --- PASS: TestNISDomainname (1.05s) [2020-04-06T17:19:45.122Z] === RUN TestStats [2020-04-06T17:19:45.122Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-04-06T17:19:45.732Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-04-06T17:19:45.732Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-04-06T17:19:45.732Z] remote: Enumerating objects: 2, done. [2020-04-06T17:19:45.732Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-04-06T17:19:45.732Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-04-06T17:19:45.732Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-04-06T17:19:45.733Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2020-04-06T17:19:45.733Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-04-06T17:19:47.016Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-04-06T17:19:47.016Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-04-06T17:19:47.016Z] --- PASS: TestStats (1.93s) [2020-04-06T17:19:47.016Z] === RUN TestStopContainerWithTimeout [2020-04-06T17:19:47.016Z] === RUN TestStopContainerWithTimeout/0 [2020-04-06T17:19:47.016Z] === PAUSE TestStopContainerWithTimeout/0 [2020-04-06T17:19:47.016Z] === RUN TestStopContainerWithTimeout/1 [2020-04-06T17:19:47.016Z] === PAUSE TestStopContainerWithTimeout/1 [2020-04-06T17:19:47.016Z] === RUN TestStopContainerWithTimeout/3 [2020-04-06T17:19:47.016Z] === PAUSE TestStopContainerWithTimeout/3 [2020-04-06T17:19:47.016Z] === RUN TestStopContainerWithTimeout/-1 [2020-04-06T17:19:47.016Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-04-06T17:19:47.016Z] === CONT TestStopContainerWithTimeout/0 [2020-04-06T17:19:47.016Z] === CONT TestStopContainerWithTimeout/-1 [2020-04-06T17:19:47.621Z] [2020-04-06T17:19:48.389Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-04-06T17:19:48.389Z] === CONT TestStopContainerWithTimeout/3 [2020-04-06T17:19:48.647Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-04-06T17:19:49.303Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40784/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=19.03 docker:08a2fe0d566c51081b23484890871adfb31ddbb9 hack/test/unit [2020-04-06T17:19:49.577Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-04-06T17:19:50.140Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-04-06T17:19:50.396Z] === CONT TestStopContainerWithTimeout/1 [2020-04-06T17:19:51.823Z] ? github.com/docker/docker/api [no test files] [2020-04-06T17:19:52.292Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-04-06T17:19:52.292Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-04-06T17:19:52.292Z] --- PASS: TestStopContainerWithTimeout/0 (1.36s) [2020-04-06T17:19:52.292Z] --- PASS: TestStopContainerWithTimeout/-1 (3.30s) [2020-04-06T17:19:52.292Z] --- PASS: TestStopContainerWithTimeout/3 (2.88s) [2020-04-06T17:19:52.292Z] --- PASS: TestStopContainerWithTimeout/1 (1.87s) [2020-04-06T17:19:52.292Z] === RUN TestDeleteDevicemapper [2020-04-06T17:19:52.292Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-04-06T17:19:52.292Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-06T17:19:52.292Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-04-06T17:19:53.663Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-04-06T17:19:53.921Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-04-06T17:19:54.486Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.41s) [2020-04-06T17:19:54.486Z] === RUN TestUpdateMemory [2020-04-06T17:19:54.743Z] --- SKIP: TestUpdateMemory (0.01s) [2020-04-06T17:19:54.743Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:19:54.743Z] === RUN TestUpdateCPUQuota [2020-04-06T17:19:55.675Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-04-06T17:19:56.240Z] --- PASS: TestUpdateCPUQuota (1.59s) [2020-04-06T17:19:56.240Z] === RUN TestUpdatePidsLimit [2020-04-06T17:19:56.240Z] === RUN TestUpdatePidsLimit/update_from_none [2020-04-06T17:19:56.805Z] === RUN TestUpdatePidsLimit/no_change [2020-04-06T17:19:57.076Z] === RUN TestUpdatePidsLimit/update_lower [2020-04-06T17:19:57.651Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-04-06T17:19:57.651Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-04-06T17:19:57.909Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-04-06T17:19:58.165Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-04-06T17:19:58.371Z] ok github.com/docker/docker/api/server 0.044s coverage: 7.9% of statements [2020-04-06T17:19:58.423Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-04-06T17:19:58.680Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-04-06T17:20:00.051Z] --- PASS: TestUpdatePidsLimit (3.84s) [2020-04-06T17:20:00.051Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.43s) [2020-04-06T17:20:00.051Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2020-04-06T17:20:00.051Z] --- PASS: TestUpdatePidsLimit/update_lower (0.43s) [2020-04-06T17:20:00.051Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.44s) [2020-04-06T17:20:00.051Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.46s) [2020-04-06T17:20:00.051Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2020-04-06T17:20:00.051Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2020-04-06T17:20:00.051Z] === RUN TestUpdateRestartPolicy [2020-04-06T17:20:00.981Z] === RUN TestDockerSuite/TestBuildBlankName [2020-04-06T17:20:01.239Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-04-06T17:20:01.803Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/archive 6.947s coverage: 62.2% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/authorization 0.702s coverage: 26.2% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/broadcaster 0.046s coverage: 100.0% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/capabilities 0.036s coverage: 87.5% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/chrootarchive 0.161s coverage: 15.4% of statements [2020-04-06T17:20:02.633Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-04-06T17:20:02.633Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/directory 0.102s coverage: 80.0% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/discovery 0.124s coverage: 58.3% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/discovery/file 0.115s coverage: 92.9% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/discovery/kv 3.485s coverage: 84.1% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/discovery/memory 0.197s coverage: 92.3% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/discovery/nodes 0.232s coverage: 93.8% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/filenotify 0.037s coverage: 43.8% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/fileutils 0.062s coverage: 87.7% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 37.5% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/idtools 0.040s coverage: 6.3% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/ioutils 0.748s coverage: 69.1% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/jsonmessage 0.195s coverage: 91.7% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/locker 0.047s coverage: 88.9% of statements [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/longpath 0.044s coverage: 100.0% of statements [2020-04-06T17:20:02.633Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/namesgenerator 0.047s coverage: 85.7% of statements [2020-04-06T17:20:02.633Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/parsers 0.128s coverage: 97.0% of statements [2020-04-06T17:20:02.633Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-04-06T17:20:02.633Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-04-06T17:20:02.633Z] ok github.com/docker/docker/pkg/pidfile 0.086s coverage: 82.6% of statements [2020-04-06T17:20:02.633Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-04-06T17:20:02.633Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-04-06T17:20:03.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-04-06T17:20:03.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-04-06T17:20:03.697Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-04-06T17:20:04.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-04-06T17:20:05.593Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-04-06T17:20:05.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-04-06T17:20:06.962Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-04-06T17:20:07.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-04-06T17:20:07.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-04-06T17:20:08.185Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-04-06T17:20:08.185Z] + mkdir -p /build [2020-04-06T17:20:08.185Z] + cp runc /build/runc [2020-04-06T17:20:08.185Z] Removing intermediate container ba04b1b24a6d [2020-04-06T17:20:08.185Z] ---> 48fbd1e30034 [2020-04-06T17:20:08.185Z] Step 92/140 : FROM dev-base AS tini [2020-04-06T17:20:08.185Z] ---> 11aee818c11d [2020-04-06T17:20:08.185Z] Step 93/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:20:08.185Z] ---> Using cache [2020-04-06T17:20:08.185Z] ---> 1117a60171d9 [2020-04-06T17:20:08.185Z] Step 94/140 : ARG TINI_COMMIT [2020-04-06T17:20:08.185Z] ---> Running in c1050a8b39b1 [2020-04-06T17:20:08.185Z] Removing intermediate container c1050a8b39b1 [2020-04-06T17:20:08.185Z] ---> 890644eec639 [2020-04-06T17:20:08.185Z] Step 95/140 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2020-04-06T17:20:08.185Z] ---> Running in 6b9d324fabce [2020-04-06T17:20:08.185Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-06T17:20:08.185Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-06T17:20:08.185Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-06T17:20:08.185Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-04-06T17:20:08.185Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [182 kB] [2020-04-06T17:20:08.185Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-04-06T17:20:08.330Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-04-06T17:20:09.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-04-06T17:20:09.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-04-06T17:20:09.265Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-04-06T17:20:09.660Z] Fetched 8119 kB in 3s (3060 kB/s) [2020-04-06T17:20:10.669Z] Reading package lists... [2020-04-06T17:20:10.976Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-04-06T17:20:11.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-04-06T17:20:11.788Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-04-06T17:20:11.966Z] Reading package lists... [2020-04-06T17:20:12.249Z] Building dependency tree... [2020-04-06T17:20:12.249Z] Reading state information... [2020-04-06T17:20:12.249Z] The following additional packages will be installed: [2020-04-06T17:20:12.249Z] cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-04-06T17:20:12.249Z] Suggested packages: [2020-04-06T17:20:12.249Z] cmake-doc ninja-build lrzip [2020-04-06T17:20:12.249Z] Recommended packages: [2020-04-06T17:20:12.249Z] vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-04-06T17:20:12.533Z] The following NEW packages will be installed: [2020-04-06T17:20:12.533Z] cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-04-06T17:20:12.533Z] vim-common xxd [2020-04-06T17:20:12.533Z] 0 upgraded, 10 newly installed, 0 to remove and 14 not upgraded. [2020-04-06T17:20:12.533Z] Need to get 14.9 MB of archives. [2020-04-06T17:20:12.533Z] After this operation, 67.2 MB of additional disk space will be used. [2020-04-06T17:20:12.533Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-04-06T17:20:12.820Z] Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-04-06T17:20:12.820Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-04-06T17:20:12.820Z] Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-04-06T17:20:13.159Z] --- PASS: TestUpdateRestartPolicy (13.17s) [2020-04-06T17:20:13.159Z] === RUN TestUpdateRestartWithAutoRemove [2020-04-06T17:20:13.417Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-04-06T17:20:13.836Z] Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-04-06T17:20:13.836Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-04-06T17:20:13.836Z] Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-04-06T17:20:13.836Z] Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-04-06T17:20:13.836Z] Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-04-06T17:20:13.836Z] Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-04-06T17:20:14.120Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-06T17:20:14.120Z] Fetched 14.9 MB in 1s (10.5 MB/s) [2020-04-06T17:20:14.145Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-04-06T17:20:14.347Z] --- PASS: TestUpdateRestartWithAutoRemove (0.93s) [2020-04-06T17:20:14.347Z] === RUN TestWaitNonBlocked [2020-04-06T17:20:14.347Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-06T17:20:14.347Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-06T17:20:14.347Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-06T17:20:14.347Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-06T17:20:14.347Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-06T17:20:14.347Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-06T17:20:14.347Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-04-06T17:20:14.407Z] Selecting previously unselected package xxd. [2020-04-06T17:20:14.407Z] (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 ... 15330 files and directories currently installed.) [2020-04-06T17:20:14.407Z] Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-04-06T17:20:14.407Z] Unpacking xxd (2:8.1.0875-5) ... [2020-04-06T17:20:14.407Z] Selecting previously unselected package vim-common. [2020-04-06T17:20:14.407Z] Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-04-06T17:20:14.407Z] Unpacking vim-common (2:8.1.0875-5) ... [2020-04-06T17:20:14.407Z] Selecting previously unselected package cmake-data. [2020-04-06T17:20:14.407Z] Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-04-06T17:20:14.407Z] Unpacking cmake-data (3.13.4-1) ... [2020-04-06T17:20:15.040Z] Selecting previously unselected package libicu63:ppc64el. [2020-04-06T17:20:15.040Z] Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-04-06T17:20:15.040Z] Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-04-06T17:20:15.721Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-04-06T17:20:15.721Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.22s) [2020-04-06T17:20:15.721Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.44s) [2020-04-06T17:20:15.721Z] === RUN TestWaitBlocked [2020-04-06T17:20:15.721Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-06T17:20:15.721Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-06T17:20:15.721Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-04-06T17:20:15.721Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-04-06T17:20:15.721Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-06T17:20:15.721Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-04-06T17:20:15.721Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-04-06T17:20:15.721Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-04-06T17:20:16.434Z] ok github.com/docker/docker/api/server/httputils 0.044s coverage: 14.7% of statements [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-04-06T17:20:16.434Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2020-04-06T17:20:16.434Z] ok github.com/docker/docker/api/types/filters 0.016s coverage: 92.2% of statements [2020-04-06T17:20:16.434Z] ok github.com/docker/docker/api/types/time 0.020s coverage: 100.0% of statements [2020-04-06T17:20:16.434Z] ok github.com/docker/docker/api/types/versions 0.025s coverage: 75.0% of statements [2020-04-06T17:20:16.434Z] ok github.com/docker/docker/api/server/middleware 0.046s coverage: 37.7% of statements [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-04-06T17:20:16.434Z] ok github.com/docker/docker/api/server/router/swarm 0.016s coverage: 3.1% of statements [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/container [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/events [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/image [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/network [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/builder [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-04-06T17:20:16.434Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-04-06T17:20:16.434Z] ok github.com/docker/docker/builder/dockerignore 0.025s coverage: 96.8% of statements [2020-04-06T17:20:16.434Z] ok github.com/docker/docker/cli/debug 0.046s coverage: 100.0% of statements [2020-04-06T17:20:16.514Z] Selecting previously unselected package libxml2:ppc64el. [2020-04-06T17:20:16.514Z] Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-04-06T17:20:16.514Z] Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-04-06T17:20:16.514Z] Selecting previously unselected package libarchive13:ppc64el. [2020-04-06T17:20:16.514Z] Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-04-06T17:20:16.514Z] Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-04-06T17:20:16.514Z] Selecting previously unselected package libjsoncpp1:ppc64el. [2020-04-06T17:20:16.514Z] Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-04-06T17:20:16.514Z] Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-04-06T17:20:16.514Z] Selecting previously unselected package librhash0:ppc64el. [2020-04-06T17:20:16.514Z] Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-04-06T17:20:16.514Z] Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-04-06T17:20:16.514Z] Selecting previously unselected package libuv1:ppc64el. [2020-04-06T17:20:16.514Z] Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-04-06T17:20:16.514Z] Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-04-06T17:20:16.514Z] Selecting previously unselected package cmake. [2020-04-06T17:20:16.514Z] Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-04-06T17:20:16.514Z] Unpacking cmake (3.13.4-1) ... [2020-04-06T17:20:17.095Z] --- PASS: TestWaitBlocked (0.02s) [2020-04-06T17:20:17.096Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.11s) [2020-04-06T17:20:17.096Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.17s) [2020-04-06T17:20:17.096Z] === CONT TestContainerStartOnDaemonRestart [2020-04-06T17:20:17.096Z] === CONT TestIpcModeOlderClient [2020-04-06T17:20:17.096Z] --- PASS: TestIpcModeOlderClient (0.14s) [2020-04-06T17:20:17.096Z] === CONT TestDaemonRestartIpcMode [2020-04-06T17:20:17.130Z] Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-04-06T17:20:17.131Z] Setting up xxd (2:8.1.0875-5) ... [2020-04-06T17:20:17.131Z] Setting up libuv1:ppc64el (1.24.1-1) ... [2020-04-06T17:20:17.131Z] Setting up vim-common (2:8.1.0875-5) ... [2020-04-06T17:20:17.131Z] Setting up librhash0:ppc64el (1.3.8-1) ... [2020-04-06T17:20:17.131Z] Setting up cmake-data (3.13.4-1) ... [2020-04-06T17:20:17.131Z] Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-04-06T17:20:17.131Z] Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-04-06T17:20:17.131Z] Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-04-06T17:20:17.131Z] Setting up cmake (3.13.4-1) ... [2020-04-06T17:20:17.131Z] Processing triggers for libc-bin (2.28-10) ... [2020-04-06T17:20:17.131Z] Processing triggers for mime-support (3.62) ... [2020-04-06T17:20:18.328Z] ok github.com/docker/docker/builder/fscache 0.129s coverage: 69.5% of statements [2020-04-06T17:20:18.891Z] ok github.com/docker/docker/builder/remotecontext 0.411s coverage: 13.6% of statements [2020-04-06T17:20:19.170Z] Removing intermediate container 6b9d324fabce [2020-04-06T17:20:19.170Z] ---> 6fd49ebf84a7 [2020-04-06T17:20:19.170Z] Step 96/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:20:19.170Z] ---> 97e912e0b650 [2020-04-06T17:20:19.170Z] Step 97/140 : ENV INSTALL_BINARY_NAME=tini [2020-04-06T17:20:19.170Z] ---> Running in 7b1d2c4899f8 [2020-04-06T17:20:19.170Z] Removing intermediate container 7b1d2c4899f8 [2020-04-06T17:20:19.170Z] ---> c4ad01e565e4 [2020-04-06T17:20:19.170Z] Step 98/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:20:19.454Z] ---> 90dfdd9863b7 [2020-04-06T17:20:19.454Z] Step 99/140 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:20:19.454Z] ---> Running in c734da8f36f2 [2020-04-06T17:20:19.737Z] + RM_GOPATH=0 [2020-04-06T17:20:19.737Z] + TMP_GOPATH= [2020-04-06T17:20:19.737Z] + : /build [2020-04-06T17:20:19.737Z] + '[' -z '' ']' [2020-04-06T17:20:19.737Z] ++ mktemp -d [2020-04-06T17:20:19.737Z] + export GOPATH=/tmp/tmp.gKgeO7BSGU [2020-04-06T17:20:19.737Z] + GOPATH=/tmp/tmp.gKgeO7BSGU [2020-04-06T17:20:19.737Z] + RM_GOPATH=1 [2020-04-06T17:20:19.737Z] ++ dirname ./install.sh [2020-04-06T17:20:19.737Z] + dir=. [2020-04-06T17:20:19.737Z] + bin=tini [2020-04-06T17:20:19.737Z] + shift [2020-04-06T17:20:19.737Z] + '[' '!' -f ./tini.installer ']' [2020-04-06T17:20:19.737Z] + . ./tini.installer [2020-04-06T17:20:19.737Z] ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-04-06T17:20:19.737Z] + install_tini [2020-04-06T17:20:19.737Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-04-06T17:20:19.737Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-04-06T17:20:19.737Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.gKgeO7BSGU/tini [2020-04-06T17:20:19.737Z] Cloning into '/tmp/tmp.gKgeO7BSGU/tini'... [2020-04-06T17:20:20.021Z] + cd /tmp/tmp.gKgeO7BSGU/tini [2020-04-06T17:20:20.021Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-04-06T17:20:20.021Z] + cmake . [2020-04-06T17:20:20.260Z] ok github.com/docker/docker/builder/dockerfile 1.203s coverage: 45.1% of statements [2020-04-06T17:20:20.316Z] -- The C compiler identification is GNU 8.3.0 [2020-04-06T17:20:20.316Z] -- Check for working C compiler: /usr/bin/cc [2020-04-06T17:20:20.316Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-04-06T17:20:20.316Z] -- Detecting C compiler ABI info [2020-04-06T17:20:20.378Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-04-06T17:20:20.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-04-06T17:20:20.600Z] -- Detecting C compiler ABI info - done [2020-04-06T17:20:20.600Z] -- Detecting C compile features [2020-04-06T17:20:20.883Z] -- Detecting C compile features - done [2020-04-06T17:20:20.883Z] -- Performing Test HAS_BUILTIN_FORTIFY [2020-04-06T17:20:20.883Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-04-06T17:20:20.883Z] -- Configuring done [2020-04-06T17:20:20.883Z] -- Generating done [2020-04-06T17:20:20.883Z] -- Build files have been written to: /tmp/tmp.gKgeO7BSGU/tini [2020-04-06T17:20:20.883Z] + make tini-static [2020-04-06T17:20:21.167Z] Scanning dependencies of target tini-static [2020-04-06T17:20:21.167Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-04-06T17:20:21.452Z] [100%] Linking C executable tini-static [2020-04-06T17:20:21.629Z] ok github.com/docker/docker/builder/remotecontext/git 5.157s coverage: 85.1% of statements [2020-04-06T17:20:21.629Z] ? github.com/docker/docker/cli [no test files] [2020-04-06T17:20:21.629Z] ? github.com/docker/docker/cli/config [no test files] [2020-04-06T17:20:21.736Z] [100%] Built target tini-static [2020-04-06T17:20:21.736Z] + mkdir -p /build [2020-04-06T17:20:21.736Z] + cp tini-static /build/docker-init [2020-04-06T17:20:21.748Z] --- PASS: TestContainerStartOnDaemonRestart (4.82s) [2020-04-06T17:20:21.748Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2020-04-06T17:20:21.748Z] daemon.go:325: [d2d5b436b480f] waiting for daemon to start [2020-04-06T17:20:21.748Z] daemon.go:325: [d2d5b436b480f] waiting for daemon to start [2020-04-06T17:20:21.748Z] daemon.go:353: [d2d5b436b480f] daemon started [2020-04-06T17:20:21.748Z] daemon.go:325: [d2d5b436b480f] waiting for daemon to start [2020-04-06T17:20:21.748Z] daemon.go:296: [d2d5b436b480f] exiting daemon [2020-04-06T17:20:21.748Z] daemon.go:325: [d2d5b436b480f] waiting for daemon to start [2020-04-06T17:20:21.748Z] daemon.go:353: [d2d5b436b480f] daemon started [2020-04-06T17:20:21.748Z] daemon.go:461: [d2d5b436b480f] Stopping daemon [2020-04-06T17:20:21.748Z] daemon.go:296: [d2d5b436b480f] exiting daemon [2020-04-06T17:20:21.748Z] daemon.go:448: [d2d5b436b480f] Daemon stopped [2020-04-06T17:20:21.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-04-06T17:20:21.885Z] ok github.com/docker/docker/client 0.239s coverage: 75.7% of statements [2020-04-06T17:20:22.023Z] Removing intermediate container c734da8f36f2 [2020-04-06T17:20:22.023Z] ---> e578fccc4f96 [2020-04-06T17:20:22.023Z] Step 100/140 : FROM dev-base AS rootlesskit [2020-04-06T17:20:22.023Z] ---> 11aee818c11d [2020-04-06T17:20:22.023Z] Step 101/140 : ENV INSTALL_BINARY_NAME=rootlesskit [2020-04-06T17:20:22.023Z] ---> Running in a180b72d3d00 [2020-04-06T17:20:22.307Z] Removing intermediate container a180b72d3d00 [2020-04-06T17:20:22.307Z] ---> 2410c4163a3c [2020-04-06T17:20:22.307Z] Step 102/140 : ARG ROOTLESSKIT_COMMIT [2020-04-06T17:20:22.307Z] ---> Running in 2b2c6a269502 [2020-04-06T17:20:22.307Z] Removing intermediate container 2b2c6a269502 [2020-04-06T17:20:22.307Z] ---> 35d83314df04 [2020-04-06T17:20:22.307Z] Step 103/140 : COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:20:22.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-04-06T17:20:22.591Z] ---> 6c76978b5837 [2020-04-06T17:20:22.591Z] Step 104/140 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2020-04-06T17:20:22.591Z] ---> f4c013c00f72 [2020-04-06T17:20:22.591Z] Step 105/140 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2020-04-06T17:20:22.877Z] ---> Running in fc05b514d3bb [2020-04-06T17:20:22.877Z] + RM_GOPATH=0 [2020-04-06T17:20:22.877Z] + TMP_GOPATH= [2020-04-06T17:20:22.877Z] + : /build/ [2020-04-06T17:20:22.877Z] + '[' -z '' ']' [2020-04-06T17:20:23.118Z] --- PASS: TestDaemonRestartIpcMode (5.98s) [2020-04-06T17:20:23.118Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2020-04-06T17:20:23.118Z] daemon.go:325: [dd8dbb9e855c7] waiting for daemon to start [2020-04-06T17:20:23.118Z] daemon.go:325: [dd8dbb9e855c7] waiting for daemon to start [2020-04-06T17:20:23.118Z] daemon.go:353: [dd8dbb9e855c7] daemon started [2020-04-06T17:20:23.118Z] daemon.go:461: [dd8dbb9e855c7] Stopping daemon [2020-04-06T17:20:23.118Z] daemon.go:296: [dd8dbb9e855c7] exiting daemon [2020-04-06T17:20:23.118Z] daemon.go:448: [dd8dbb9e855c7] Daemon stopped [2020-04-06T17:20:23.118Z] daemon.go:325: [dd8dbb9e855c7] waiting for daemon to start [2020-04-06T17:20:23.118Z] daemon.go:325: [dd8dbb9e855c7] waiting for daemon to start [2020-04-06T17:20:23.118Z] daemon.go:353: [dd8dbb9e855c7] daemon started [2020-04-06T17:20:23.118Z] daemon.go:461: [dd8dbb9e855c7] Stopping daemon [2020-04-06T17:20:23.118Z] daemon.go:296: [dd8dbb9e855c7] exiting daemon [2020-04-06T17:20:23.118Z] daemon.go:448: [dd8dbb9e855c7] Daemon stopped [2020-04-06T17:20:23.118Z] PASS [2020-04-06T17:20:23.118Z] [2020-04-06T17:20:23.118Z] === Skipped [2020-04-06T17:20:23.118Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-04-06T17:20:23.118Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-06T17:20:23.118Z] [2020-04-06T17:20:23.118Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-04-06T17:20:23.118Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:20:23.118Z] [2020-04-06T17:20:23.118Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-04-06T17:20:23.118Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:20:23.118Z] [2020-04-06T17:20:23.118Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-06T17:20:23.118Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-06T17:20:23.118Z] [2020-04-06T17:20:23.118Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-04-06T17:20:23.118Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-06T17:20:23.118Z] [2020-04-06T17:20:23.118Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2020-04-06T17:20:23.118Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:20:23.118Z] [2020-04-06T17:20:23.118Z] [2020-04-06T17:20:23.118Z] DONE 189 tests, 6 skipped in 127.146s [2020-04-06T17:20:23.118Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-04-06T17:20:23.118Z] ++ 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 [2020-04-06T17:20:23.118Z] ++ set -e [2020-04-06T17:20:23.118Z] ++ '[' -n 0 ']' [2020-04-06T17:20:23.118Z] ++ set -x [2020-04-06T17:20:23.118Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-04-06T17:20:23.118Z] INFO: Testing against a local daemon [2020-04-06T17:20:23.118Z] === RUN TestCommitInheritsEnv [2020-04-06T17:20:23.161Z] ++ mktemp -d [2020-04-06T17:20:23.161Z] + export GOPATH=/tmp/tmp.EPhrJyAMlw [2020-04-06T17:20:23.161Z] + GOPATH=/tmp/tmp.EPhrJyAMlw [2020-04-06T17:20:23.161Z] + RM_GOPATH=1 [2020-04-06T17:20:23.161Z] ++ dirname ./install.sh [2020-04-06T17:20:23.161Z] + dir=. [2020-04-06T17:20:23.161Z] + bin=rootlesskit [2020-04-06T17:20:23.161Z] + shift [2020-04-06T17:20:23.161Z] + '[' '!' -f ./rootlesskit.installer ']' [2020-04-06T17:20:23.161Z] + . ./rootlesskit.installer [2020-04-06T17:20:23.161Z] ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-04-06T17:20:23.161Z] + install_rootlesskit [2020-04-06T17:20:23.161Z] + case "$1" in [2020-04-06T17:20:23.161Z] + export CGO_ENABLED=0 [2020-04-06T17:20:23.161Z] + CGO_ENABLED=0 [2020-04-06T17:20:23.161Z] + _install_rootlesskit [2020-04-06T17:20:23.161Z] + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-04-06T17:20:23.161Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.EPhrJyAMlw/src/github.com/rootless-containers/rootlesskit [2020-04-06T17:20:23.161Z] Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-04-06T17:20:23.161Z] Cloning into '/tmp/tmp.EPhrJyAMlw/src/github.com/rootless-containers/rootlesskit'... [2020-04-06T17:20:23.682Z] --- PASS: TestCommitInheritsEnv (0.48s) [2020-04-06T17:20:23.682Z] === RUN TestImportExtremelyLargeImageWorks [2020-04-06T17:20:23.682Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-04-06T17:20:23.682Z] === RUN TestImagesFilterMultiReference [2020-04-06T17:20:23.682Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2020-04-06T17:20:23.682Z] === RUN TestImagePullPlatformInvalid [2020-04-06T17:20:23.682Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-04-06T17:20:23.682Z] === RUN TestRemoveImageOrphaning [2020-04-06T17:20:24.175Z] + cd /tmp/tmp.EPhrJyAMlw/src/github.com/rootless-containers/rootlesskit [2020-04-06T17:20:24.175Z] + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-04-06T17:20:24.175Z] + for f in rootlesskit rootlesskit-docker-proxy [2020-04-06T17:20:24.175Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-04-06T17:20:24.251Z] --- PASS: TestRemoveImageOrphaning (0.69s) [2020-04-06T17:20:24.251Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-04-06T17:20:24.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-04-06T17:20:24.508Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2020-04-06T17:20:24.508Z] === RUN TestTagInvalidReference [2020-04-06T17:20:24.508Z] --- PASS: TestTagInvalidReference (0.06s) [2020-04-06T17:20:24.508Z] === RUN TestTagValidPrefixedRepo [2020-04-06T17:20:24.508Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2020-04-06T17:20:24.508Z] === RUN TestTagExistedNameWithoutForce [2020-04-06T17:20:24.765Z] --- PASS: TestTagExistedNameWithoutForce (0.08s) [2020-04-06T17:20:24.765Z] === RUN TestTagOfficialNames [2020-04-06T17:20:24.765Z] --- PASS: TestTagOfficialNames (0.12s) [2020-04-06T17:20:24.765Z] === RUN TestTagMatchesDigest [2020-04-06T17:20:24.765Z] --- PASS: TestTagMatchesDigest (0.04s) [2020-04-06T17:20:24.765Z] === CONT TestImportExtremelyLargeImageWorks [2020-04-06T17:20:25.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-04-06T17:20:26.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-04-06T17:20:27.580Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-04-06T17:20:27.580Z] Using test binary docker [2020-04-06T17:20:27.580Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-04-06T17:20:27.580Z] +++ /etc/init.d/apparmor start [2020-04-06T17:20:27.580Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-06T17:20:27.580Z] Starting dockerd [2020-04-06T17:20:27.580Z] INFO: Waiting for daemon to start... [2020-04-06T17:20:27.580Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-04-06T17:20:28.431Z] ok github.com/docker/docker/cmd/dockerd/hack 0.004s coverage: 72.9% of statements [2020-04-06T17:20:29.939Z] . [2020-04-06T17:20:29.939Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-04-06T17:20:29.939Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-04-06T17:20:29.939Z] Error: No such image: emptyfs [2020-04-06T17:20:29.939Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-04-06T17:20:29.939Z] ++++ docker load [2020-04-06T17:20:29.939Z] Running integration-test (iteration 1) [2020-04-06T17:20:29.939Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-04-06T17:20:29.939Z] ++ 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 [2020-04-06T17:20:29.939Z] ++ set -e [2020-04-06T17:20:29.939Z] ++ '[' -n 0 ']' [2020-04-06T17:20:29.939Z] ++ set -x [2020-04-06T17:20:29.939Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:20:30.022Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-04-06T17:20:30.327Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.087s coverage: 65.3% of statements [2020-04-06T17:20:30.584Z] ok github.com/docker/docker/daemon/cluster/convert 0.071s coverage: 35.8% of statements [2020-04-06T17:20:30.841Z] ok github.com/docker/docker/container 0.175s coverage: 35.3% of statements [2020-04-06T17:20:32.220Z] ok github.com/docker/docker/daemon/discovery 0.018s coverage: 30.4% of statements [2020-04-06T17:20:32.220Z] ok github.com/docker/docker/daemon/events 0.066s coverage: 50.0% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/plugins 34.969s coverage: 73.6% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.185s coverage: 56.8% of statements [2020-04-06T17:20:32.393Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-04-06T17:20:32.393Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/plugins/transport 0.122s coverage: 85.7% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/pools 0.073s coverage: 87.9% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/pubsub 1.075s coverage: 72.7% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/reexec 0.087s coverage: 82.4% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/signal 0.134s coverage: 20.3% of statements [2020-04-06T17:20:32.393Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/stdcopy 0.049s coverage: 100.0% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/streamformatter 0.081s coverage: 66.2% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/stringid 0.034s coverage: 70.6% of statements [2020-04-06T17:20:32.393Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/sysinfo 0.037s coverage: 38.2% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/system 0.068s coverage: 12.3% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/tailfile 0.419s coverage: 88.6% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/tarsum 0.146s coverage: 89.3% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/term 0.091s coverage: 30.8% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/term/windows 0.044s coverage: 0.0% of statements [no tests to run] [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/truncindex 0.134s coverage: 91.5% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/urlutil 0.035s coverage: 100.0% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/pkg/useragent 0.071s coverage: 88.9% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/plugin 0.497s coverage: 12.0% of statements [2020-04-06T17:20:32.393Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/plugin/v2 0.189s coverage: 20.1% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/reference 0.296s coverage: 84.4% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/registry 0.462s coverage: 52.0% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/registry/resumable 0.311s coverage: 100.0% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/restartmanager 0.037s coverage: 49.0% of statements [2020-04-06T17:20:32.393Z] ? github.com/docker/docker/rootless [no test files] [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/runconfig 0.271s coverage: 54.5% of statements [2020-04-06T17:20:32.393Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-04-06T17:20:32.393Z] ? github.com/docker/docker/volume [no test files] [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/volume/drivers 0.384s coverage: 36.1% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/volume/local 0.149s coverage: 37.7% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/volume/mounts 0.099s coverage: 66.2% of statements [2020-04-06T17:20:32.393Z] ok github.com/docker/docker/volume/service 0.399s coverage: 70.3% of statements [2020-04-06T17:20:32.393Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-04-06T17:20:32.393Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-04-06T17:20:32.393Z] INFO: make.ps1 ended at 04/06/2020 17:20:29 [2020-04-06T17:20:32.393Z] INFO: Unit tests ended at 04/06/2020 17:20:30. Duration:00:03:33.8683225 [2020-04-06T17:20:32.393Z] INFO: Building busybox [2020-04-06T17:20:32.393Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-04-06T17:20:32.393Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-04-06T17:20:32.393Z] [2020-04-06T17:20:32.393Z] Sending build context to Docker daemon 2.56kB [2020-04-06T17:20:32.393Z] [2020-04-06T17:20:32.393Z] Step 1/6 : FROM microsoft/windowsservercore [2020-04-06T17:20:32.393Z] ---> 80e84fd280e2 [2020-04-06T17:20:32.393Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2020-04-06T17:20:32.393Z] ---> Running in 2605a10c7428 [2020-04-06T17:20:32.547Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-04-06T17:20:33.151Z] ok github.com/docker/docker/daemon/config 0.038s coverage: 82.2% of statements [2020-04-06T17:20:33.151Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2020-04-06T17:20:33.480Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-04-06T17:20:35.706Z] ok github.com/docker/docker/daemon/cluster 0.117s coverage: 0.5% of statements [2020-04-06T17:20:35.706Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.515s coverage: 56.9% of statements [2020-04-06T17:20:35.706Z] ok github.com/docker/docker/cmd/dockerd 0.077s coverage: 29.6% of statements [2020-04-06T17:20:35.706Z] ? github.com/docker/docker/container/stream [no test files] [2020-04-06T17:20:35.706Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-04-06T17:20:35.706Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-04-06T17:20:35.706Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-04-06T17:20:35.963Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 2.9% of statements [2020-04-06T17:20:36.058Z] Removing intermediate container 2605a10c7428 [2020-04-06T17:20:36.058Z] ---> 7c049f592a9a [2020-04-06T17:20:36.058Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2020-04-06T17:20:36.755Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-04-06T17:20:36.768Z] + for f in rootlesskit rootlesskit-docker-proxy [2020-04-06T17:20:36.768Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-04-06T17:20:37.560Z] [2020-04-06T17:20:37.560Z] ---> 66eede3d9670 [2020-04-06T17:20:37.560Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2020-04-06T17:20:37.560Z] ---> Running in cf01792b0d63 [2020-04-06T17:20:37.571Z] Loaded image: buildpack-deps:jessie [2020-04-06T17:20:37.571Z] Loaded image: busybox:latest [2020-04-06T17:20:37.571Z] Loaded image: busybox:glibc [2020-04-06T17:20:37.571Z] Loaded image: debian:jessie [2020-04-06T17:20:37.571Z] Loaded image: hello-world:latest [2020-04-06T17:20:37.571Z] INFO: Testing against a local daemon [2020-04-06T17:20:37.571Z] === RUN TestBuildWithSession [2020-04-06T17:20:37.855Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2020-04-06T17:20:37.855Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.625s coverage: 76.1% of statements [2020-04-06T17:20:38.784Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.734s coverage: 49.5% of statements [2020-04-06T17:20:38.784Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2020-04-06T17:20:39.033Z] Removing intermediate container fc05b514d3bb [2020-04-06T17:20:39.033Z] ---> 93103dece4c3 [2020-04-06T17:20:39.033Z] Step 106/140 : COPY ./contrib/dockerd-rootless.sh /build [2020-04-06T17:20:39.033Z] ---> c2b2d6b167a3 [2020-04-06T17:20:39.033Z] Step 107/140 : FROM djs55/vpnkit@sha256:${VPNKIT_DIGEST} AS vpnkit [2020-04-06T17:20:39.041Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2020-04-06T17:20:39.041Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.059s coverage: 46.2% of statements [2020-04-06T17:20:39.059Z] [2020-04-06T17:20:39.059Z] SUCCESS: Specified value was saved. [2020-04-06T17:20:39.277Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-04-06T17:20:39.341Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2020-04-06T17:20:39.341Z] bad55c542dc9: Pulling fs layer [2020-04-06T17:20:39.604Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.468s coverage: 13.7% of statements [2020-04-06T17:20:39.921Z] --- PASS: TestBuildWithSession (2.40s) [2020-04-06T17:20:39.921Z] === RUN TestBuildSquashParent [2020-04-06T17:20:39.959Z] bad55c542dc9: Verifying Checksum [2020-04-06T17:20:39.959Z] bad55c542dc9: Download complete [2020-04-06T17:20:40.167Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 67.0% of statements [2020-04-06T17:20:40.167Z] ok github.com/docker/docker/daemon/images 0.037s coverage: 4.9% of statements [2020-04-06T17:20:40.242Z] bad55c542dc9: Pull complete [2020-04-06T17:20:40.242Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2020-04-06T17:20:40.242Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2020-04-06T17:20:40.242Z] ---> e49efe6f0050 [2020-04-06T17:20:40.242Z] Step 108/140 : FROM runtime-dev AS dev [2020-04-06T17:20:40.242Z] ---> 82d001e78735 [2020-04-06T17:20:40.242Z] Step 109/140 : ARG DEBIAN_FRONTEND [2020-04-06T17:20:40.242Z] ---> Running in 76f578fb6e59 [2020-04-06T17:20:40.242Z] Removing intermediate container 76f578fb6e59 [2020-04-06T17:20:40.242Z] ---> f32aae1e74ba [2020-04-06T17:20:40.242Z] Step 110/140 : RUN groupadd -r docker [2020-04-06T17:20:40.425Z] ok github.com/docker/docker/daemon/logger 0.229s coverage: 43.7% of statements [2020-04-06T17:20:40.425Z] ok github.com/docker/docker/daemon/logger/awslogs 0.168s coverage: 78.2% of statements [2020-04-06T17:20:40.525Z] ---> Running in 859b6060d2ca [2020-04-06T17:20:40.649Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-04-06T17:20:40.682Z] ok github.com/docker/docker/daemon/logger/journald 0.010s coverage: 26.2% of statements [2020-04-06T17:20:40.682Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 88.3% of statements [2020-04-06T17:20:41.147Z] Removing intermediate container 859b6060d2ca [2020-04-06T17:20:41.147Z] ---> f793ec2b740e [2020-04-06T17:20:41.147Z] Step 111/140 : RUN useradd --create-home --gid docker unprivilegeduser [2020-04-06T17:20:41.147Z] ---> Running in 7cc676636333 [2020-04-06T17:20:41.244Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 62.1% of statements [2020-04-06T17:20:41.501Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 74.7% of statements [2020-04-06T17:20:41.758Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.025s coverage: 20.0% of statements [2020-04-06T17:20:41.758Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2020-04-06T17:20:41.765Z] Removing intermediate container 7cc676636333 [2020-04-06T17:20:41.906Z] Removing intermediate container cf01792b0d63 [2020-04-06T17:20:41.906Z] ---> e24b87b740dc [2020-04-06T17:20:41.906Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-04-06T17:20:41.906Z] ---> Running in 099f1fd4e6bb [2020-04-06T17:20:42.015Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 47.8% of statements [2020-04-06T17:20:42.052Z] ---> 6c4286efab49 [2020-04-06T17:20:42.052Z] Step 112/140 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2020-04-06T17:20:42.052Z] ---> Running in 7a8c5f76e0f5 [2020-04-06T17:20:42.342Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-04-06T17:20:42.544Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-04-06T17:20:42.578Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2020-04-06T17:20:42.629Z] Removing intermediate container 7a8c5f76e0f5 [2020-04-06T17:20:42.629Z] ---> 9d7823297d0d [2020-04-06T17:20:42.629Z] Step 113/140 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2020-04-06T17:20:42.629Z] ---> Running in 5a16d1f25568 [2020-04-06T17:20:42.835Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.616s coverage: 60.4% of statements [2020-04-06T17:20:43.091Z] ok github.com/docker/docker/distribution/metadata 0.035s coverage: 48.2% of statements [2020-04-06T17:20:43.348Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-04-06T17:20:43.605Z] ok github.com/docker/docker/daemon/logger/splunk 1.519s coverage: 84.5% of statements [2020-04-06T17:20:43.640Z] Removing intermediate container 5a16d1f25568 [2020-04-06T17:20:43.641Z] ---> 929e476d1b7b [2020-04-06T17:20:43.641Z] Step 114/140 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2020-04-06T17:20:43.641Z] ---> Running in 39d40e8419eb [2020-04-06T17:20:43.862Z] ok github.com/docker/docker/distribution 0.210s coverage: 22.3% of statements [2020-04-06T17:20:44.119Z] ok github.com/docker/docker/image 0.036s coverage: 86.4% of statements [2020-04-06T17:20:44.263Z] Removing intermediate container 39d40e8419eb [2020-04-06T17:20:44.263Z] ---> df2ea12af583 [2020-04-06T17:20:44.263Z] Step 115/140 : RUN ldconfig [2020-04-06T17:20:44.263Z] ---> Running in 6d5dc4401ca9 [2020-04-06T17:20:44.456Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-04-06T17:20:44.683Z] ok github.com/docker/docker/image/cache 0.010s coverage: 19.2% of statements [2020-04-06T17:20:44.683Z] ok github.com/docker/docker/image/v1 0.018s coverage: 25.0% of statements [2020-04-06T17:20:44.713Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-04-06T17:20:44.884Z] Removing intermediate container 6d5dc4401ca9 [2020-04-06T17:20:44.884Z] ---> bd8e9e87b12b [2020-04-06T17:20:44.884Z] Step 116/140 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* [2020-04-06T17:20:44.884Z] ---> Running in 4043d81763ed [2020-04-06T17:20:44.940Z] ok github.com/docker/docker/internal/testutil 0.003s coverage: 62.5% of statements [2020-04-06T17:20:44.940Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2020-04-06T17:20:44.940Z] ok github.com/docker/docker/pkg/aaparser 0.004s coverage: 50.0% of statements [2020-04-06T17:20:45.197Z] ok github.com/docker/docker/distribution/xfer 1.483s coverage: 83.9% of statements [2020-04-06T17:20:45.501Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-06T17:20:45.501Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-06T17:20:45.761Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.126s coverage: 72.3% of statements [2020-04-06T17:20:45.761Z] ok github.com/docker/docker/pkg/broadcaster 0.034s coverage: 100.0% of statements [2020-04-06T17:20:45.761Z] ok github.com/docker/docker/pkg/capabilities 0.019s coverage: 87.5% of statements [2020-04-06T17:20:45.785Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-06T17:20:45.785Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-04-06T17:20:46.019Z] ok github.com/docker/docker/opts 0.045s coverage: 66.9% of statements [2020-04-06T17:20:46.069Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [182 kB] [2020-04-06T17:20:46.069Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-04-06T17:20:46.117Z] --- PASS: TestBuildSquashParent (5.79s) [2020-04-06T17:20:46.117Z] === RUN TestBuildWithRemoveAndForceRemove [2020-04-06T17:20:46.117Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-06T17:20:46.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-06T17:20:46.117Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-06T17:20:46.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-06T17:20:46.117Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-06T17:20:46.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-06T17:20:46.117Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-06T17:20:46.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-06T17:20:46.117Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-06T17:20:46.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-06T17:20:46.117Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-06T17:20:46.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-06T17:20:46.117Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-06T17:20:46.117Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-06T17:20:46.275Z] ok github.com/docker/docker/pkg/directory 0.016s coverage: 80.0% of statements [2020-04-06T17:20:46.275Z] ok github.com/docker/docker/pkg/authorization 0.257s coverage: 66.7% of statements [2020-04-06T17:20:46.839Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2020-04-06T17:20:46.839Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2020-04-06T17:20:46.839Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2020-04-06T17:20:47.235Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-04-06T17:20:47.402Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2020-04-06T17:20:47.402Z] ok github.com/docker/docker/pkg/discovery/nodes 0.011s coverage: 93.8% of statements [2020-04-06T17:20:47.402Z] ok github.com/docker/docker/pkg/archive 0.723s coverage: 77.2% of statements [2020-04-06T17:20:47.614Z] Cannot create a file when that file already exists. [2020-04-06T17:20:47.936Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-06T17:20:47.965Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2020-04-06T17:20:47.965Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 10.2% of statements [2020-04-06T17:20:47.965Z] ok github.com/docker/docker/pkg/fsutils 0.296s coverage: 85.1% of statements [2020-04-06T17:20:47.965Z] ok github.com/docker/docker/pkg/filenotify 0.611s coverage: 66.3% of statements [2020-04-06T17:20:48.092Z] Fetched 8119 kB in 3s (3191 kB/s) [2020-04-06T17:20:48.283Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-06T17:20:48.528Z] ok github.com/docker/docker/pkg/locker 0.018s coverage: 88.9% of statements [2020-04-06T17:20:48.528Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2020-04-06T17:20:48.607Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-04-06T17:20:48.784Z] ok github.com/docker/docker/pkg/idtools 0.307s coverage: 70.1% of statements [2020-04-06T17:20:48.784Z] ok github.com/docker/docker/pkg/ioutils 0.413s coverage: 70.4% of statements [2020-04-06T17:20:48.784Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2020-04-06T17:20:49.041Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2020-04-06T17:20:49.041Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2020-04-06T17:20:49.122Z] Reading package lists... [2020-04-06T17:20:49.298Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-04-06T17:20:49.554Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.024s coverage: 90.0% of statements [2020-04-06T17:20:49.554Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-04-06T17:20:49.811Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2020-04-06T17:20:50.067Z] ok github.com/docker/docker/pkg/mount 0.912s coverage: 69.6% of statements [2020-04-06T17:20:50.082Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-06T17:20:50.082Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-06T17:20:50.130Z] Reading package lists... [2020-04-06T17:20:50.324Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2020-04-06T17:20:50.324Z] ok github.com/docker/docker/pkg/chrootarchive 3.570s coverage: 43.2% of statements [2020-04-06T17:20:50.324Z] ok github.com/docker/docker/pkg/plugins/transport 0.007s coverage: 85.7% of statements [2020-04-06T17:20:50.413Z] Building dependency tree... [2020-04-06T17:20:50.414Z] Reading state information... [2020-04-06T17:20:50.501Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-04-06T17:20:50.501Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-04-06T17:20:50.581Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-04-06T17:20:50.581Z] ok github.com/docker/docker/pkg/discovery/kv 3.055s coverage: 84.1% of statements [2020-04-06T17:20:50.697Z] libcap2-bin is already the newest version (1:2.25-2). [2020-04-06T17:20:50.697Z] libcap2-bin set to manually installed. [2020-04-06T17:20:50.697Z] The following additional packages will be installed: [2020-04-06T17:20:50.697Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-04-06T17:20:50.697Z] gcc-mingw-w64-x86-64 libaio1 libbtrfs0 libdevmapper-event1.02.1 [2020-04-06T17:20:50.697Z] libdevmapper1.02.1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 [2020-04-06T17:20:50.697Z] libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2020-04-06T17:20:50.697Z] libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpython3-stdlib [2020-04-06T17:20:50.697Z] libpython3.7-minimal libpython3.7-stdlib libreadline5 libselinux1-dev [2020-04-06T17:20:50.697Z] libsepol1-dev libsystemd0 libudev1 mingw-w64-common mingw-w64-x86-64-dev [2020-04-06T17:20:50.697Z] python-pip-whl python3 python3-distutils python3-lib2to3 python3-minimal [2020-04-06T17:20:50.697Z] python3-pkg-resources python3.7 python3.7-minimal vim-runtime xxd [2020-04-06T17:20:50.697Z] Suggested packages: [2020-04-06T17:20:50.697Z] apparmor-profiles-extra apparmor-utils bzip2-doc gcc-8-locales kmod gpm [2020-04-06T17:20:50.697Z] wine64 python3-doc python3-tk python3-venv python-setuptools-doc [2020-04-06T17:20:50.697Z] python3.7-venv python3.7-doc binfmt-support ctags vim-doc vim-scripts [2020-04-06T17:20:50.697Z] xfsdump acl attr quota [2020-04-06T17:20:50.697Z] Recommended packages: [2020-04-06T17:20:50.697Z] aufs-dkms nftables build-essential python3-dev python3-keyring [2020-04-06T17:20:50.697Z] python3-keyrings.alt python3-xdg unzip [2020-04-06T17:20:50.838Z] ok github.com/docker/docker/pkg/reexec 0.024s coverage: 82.4% of statements [2020-04-06T17:20:50.838Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-04-06T17:20:50.838Z] ok github.com/docker/docker/daemon 12.251s coverage: 17.5% of statements [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/names [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/dockerversion [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/internal/test [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/internal/test/environment [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/internal/test/registry [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/internal/test/request [no test files] [2020-04-06T17:20:50.838Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-04-06T17:20:51.095Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2020-04-06T17:20:51.352Z] ok github.com/docker/docker/pkg/streamformatter 0.008s coverage: 66.2% of statements [2020-04-06T17:20:51.352Z] ok github.com/docker/docker/pkg/symlink 0.008s coverage: 87.7% of statements [2020-04-06T17:20:51.609Z] ok github.com/docker/docker/pkg/pubsub 1.057s coverage: 72.7% of statements [2020-04-06T17:20:51.609Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 81.4% of statements [2020-04-06T17:20:51.707Z] The following NEW packages will be installed: [2020-04-06T17:20:51.707Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2020-04-06T17:20:51.707Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 bzip2 dmsetup [2020-04-06T17:20:51.707Z] g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 iptables jq [2020-04-06T17:20:51.707Z] libaio1 libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 [2020-04-06T17:20:51.707Z] libdevmapper1.02.1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 [2020-04-06T17:20:51.707Z] libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2020-04-06T17:20:51.707Z] libnl-3-200 libonig5 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-04-06T17:20:51.707Z] libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-04-06T17:20:51.707Z] libreadline5 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev [2020-04-06T17:20:51.707Z] mingw-w64-common mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 [2020-04-06T17:20:51.707Z] python3-distutils python3-lib2to3 python3-minimal python3-pip [2020-04-06T17:20:51.707Z] python3-pkg-resources python3-setuptools python3-wheel python3.7 [2020-04-06T17:20:51.707Z] python3.7-minimal thin-provisioning-tools vim vim-common vim-runtime [2020-04-06T17:20:51.707Z] xfsprogs xxd xz-utils zip [2020-04-06T17:20:51.707Z] The following packages will be upgraded: [2020-04-06T17:20:51.707Z] libsystemd0 libudev1 [2020-04-06T17:20:51.707Z] 2 upgraded, 68 newly installed, 0 to remove and 12 not upgraded. [2020-04-06T17:20:51.707Z] Need to get 107 MB of archives. [2020-04-06T17:20:51.707Z] After this operation, 660 MB of additional disk space will be used. [2020-04-06T17:20:51.707Z] Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u3 [357 kB] [2020-04-06T17:20:51.707Z] Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-04-06T17:20:51.707Z] Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u1 [593 kB] [2020-04-06T17:20:51.707Z] Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u1 [2025 kB] [2020-04-06T17:20:51.707Z] Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-04-06T17:20:51.707Z] Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-04-06T17:20:51.707Z] Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u1 [1793 kB] [2020-04-06T17:20:51.707Z] Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u1 [330 kB] [2020-04-06T17:20:51.707Z] Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-04-06T17:20:51.707Z] Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-04-06T17:20:51.707Z] Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u3 [158 kB] [2020-04-06T17:20:51.866Z] ok github.com/docker/docker/pkg/tailfile 0.094s coverage: 88.6% of statements [2020-04-06T17:20:51.866Z] ok github.com/docker/docker/pkg/system 0.032s coverage: 35.1% of statements [2020-04-06T17:20:51.990Z] Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-04-06T17:20:51.990Z] Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-04-06T17:20:51.990Z] Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-04-06T17:20:51.990Z] Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-04-06T17:20:51.990Z] Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-04-06T17:20:51.990Z] Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-04-06T17:20:51.990Z] Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-04-06T17:20:51.990Z] Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-04-06T17:20:51.990Z] Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-04-06T17:20:51.990Z] Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-04-06T17:20:51.990Z] Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-04-06T17:20:51.990Z] Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-04-06T17:20:51.990Z] Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-04-06T17:20:51.990Z] Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-04-06T17:20:51.990Z] Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2020-04-06T17:20:51.990Z] Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2020-04-06T17:20:51.990Z] Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-04-06T17:20:51.990Z] Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-04-06T17:20:51.990Z] Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-04-06T17:20:51.990Z] Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-04-06T17:20:52.122Z] ok github.com/docker/docker/pkg/tarsum 0.077s coverage: 89.3% of statements [2020-04-06T17:20:52.122Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 85.9% of statements [2020-04-06T17:20:52.274Z] Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-04-06T17:20:52.274Z] Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2020-04-06T17:20:52.274Z] Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2020-04-06T17:20:52.379Z] testing: warning: no tests to run [2020-04-06T17:20:52.379Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: 0.0% of statements [no tests to run] [2020-04-06T17:20:52.379Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2020-04-06T17:20:52.379Z] ok github.com/docker/docker/pkg/urlutil 0.011s coverage: 100.0% of statements [2020-04-06T17:20:52.379Z] ok github.com/docker/docker/pkg/useragent 0.035s coverage: 88.9% of statements [2020-04-06T17:20:52.446Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-04-06T17:20:52.446Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.38s) [2020-04-06T17:20:52.446Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.61s) [2020-04-06T17:20:52.446Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.09s) [2020-04-06T17:20:52.446Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.00s) [2020-04-06T17:20:52.446Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.19s) [2020-04-06T17:20:52.446Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.27s) [2020-04-06T17:20:52.446Z] === RUN TestBuildMultiStageCopy [2020-04-06T17:20:52.446Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-04-06T17:20:52.943Z] ok github.com/docker/docker/reference 0.013s coverage: 84.4% of statements [2020-04-06T17:20:53.022Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-04-06T17:20:53.201Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-04-06T17:20:53.284Z] Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2020-04-06T17:20:53.307Z] Removing intermediate container 099f1fd4e6bb [2020-04-06T17:20:53.307Z] ---> 3aab5d90d463 [2020-04-06T17:20:53.307Z] Step 6/6 : CMD ["sh"] [2020-04-06T17:20:53.307Z] ---> Running in 075894be8a90 [2020-04-06T17:20:53.307Z] Removing intermediate container 075894be8a90 [2020-04-06T17:20:53.307Z] ---> 8ffc4ba7958c [2020-04-06T17:20:53.307Z] Successfully built 8ffc4ba7958c [2020-04-06T17:20:53.307Z] Successfully tagged busybox:latest [2020-04-06T17:20:53.307Z] INFO: Docker images of the daemon under test [2020-04-06T17:20:53.307Z] [2020-04-06T17:20:53.307Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-04-06T17:20:53.307Z] busybox latest 8ffc4ba7958c Less than a second ago 4.97GB [2020-04-06T17:20:53.307Z] microsoft/windowsservercore latest 80e84fd280e2 4 weeks ago 4.94GB [2020-04-06T17:20:53.307Z] mcr.microsoft.com/windows/servercore ltsc2019 80e84fd280e2 4 weeks ago 4.94GB [2020-04-06T17:20:53.307Z] [2020-04-06T17:20:53.307Z] INFO: Running integration tests at 04/06/2020 17:20:52... [2020-04-06T17:20:53.307Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-04-06T17:20:53.307Z] INFO: Integration API tests being run from the host: [2020-04-06T17:20:53.307Z] INFO: make.ps1 starting at 04/06/2020 17:20:52 [2020-04-06T17:20:53.764Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 74.1% of statements [2020-04-06T17:20:53.764Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 49.0% of statements [2020-04-06T17:20:53.764Z] ok github.com/docker/docker/registry/resumable 0.027s coverage: 100.0% of statements [2020-04-06T17:20:53.913Z] Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-04-06T17:20:53.913Z] Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-04-06T17:20:53.913Z] Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-04-06T17:20:53.913Z] Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-04-06T17:20:53.913Z] Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-04-06T17:20:53.913Z] Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-04-06T17:20:53.913Z] Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2020-04-06T17:20:53.913Z] Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u3 [109 kB] [2020-04-06T17:20:53.913Z] Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-04-06T17:20:53.913Z] Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-04-06T17:20:53.913Z] Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-04-06T17:20:53.913Z] Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-04-06T17:20:53.913Z] Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-04-06T17:20:53.913Z] Get:49 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-04-06T17:20:54.021Z] ok github.com/docker/docker/pkg/signal 3.045s coverage: 61.0% of statements [2020-04-06T17:20:54.208Z] Get:50 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-04-06T17:20:54.208Z] Get:51 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-04-06T17:20:54.208Z] Get:52 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-04-06T17:20:54.208Z] Get:53 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-04-06T17:20:54.208Z] Get:54 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-04-06T17:20:54.208Z] Get:55 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-04-06T17:20:54.208Z] Get:56 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-04-06T17:20:54.208Z] Get:57 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u3 [321 kB] [2020-04-06T17:20:54.208Z] Get:58 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-04-06T17:20:54.250Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2020-04-06T17:20:54.277Z] ok github.com/docker/docker/layer 7.726s coverage: 72.0% of statements [2020-04-06T17:20:54.278Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-04-06T17:20:54.278Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-04-06T17:20:54.278Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-04-06T17:20:54.278Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-04-06T17:20:54.278Z] ? github.com/docker/docker/oci [no test files] [2020-04-06T17:20:54.278Z] ? github.com/docker/docker/oci/caps [no test files] [2020-04-06T17:20:54.278Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-04-06T17:20:54.278Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-04-06T17:20:54.278Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-04-06T17:20:54.278Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-04-06T17:20:54.278Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-04-06T17:20:54.278Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-04-06T17:20:54.503Z] Get:59 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-04-06T17:20:54.503Z] Get:60 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-04-06T17:20:54.503Z] Get:61 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-04-06T17:20:54.503Z] Get:62 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-04-06T17:20:54.503Z] Get:63 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-04-06T17:20:54.503Z] Get:64 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-04-06T17:20:54.503Z] Get:65 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-04-06T17:20:54.503Z] Get:66 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-04-06T17:20:54.503Z] Get:67 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-04-06T17:20:54.503Z] Get:68 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-04-06T17:20:54.534Z] ok github.com/docker/docker/plugin 0.551s coverage: 27.3% of statements [2020-04-06T17:20:54.534Z] ok github.com/docker/docker/runconfig 0.025s coverage: 68.2% of statements [2020-04-06T17:20:54.534Z] ok github.com/docker/docker/registry 0.150s coverage: 56.3% of statements [2020-04-06T17:20:54.791Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-04-06T17:20:54.791Z] ok github.com/docker/docker/volume/local 0.045s coverage: 73.0% of statements [2020-04-06T17:20:54.794Z] Get:69 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-04-06T17:20:54.794Z] Get:70 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-04-06T17:20:54.794Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-06T17:20:54.905Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-04-06T17:20:55.047Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2020-04-06T17:20:55.078Z] Fetched 107 MB in 3s (34.2 MB/s) [2020-04-06T17:20:55.078Z] (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 ... 15393 files and directories currently installed.) [2020-04-06T17:20:55.078Z] Preparing to unpack .../libsystemd0_241-7~deb10u3_ppc64el.deb ... [2020-04-06T17:20:55.078Z] Unpacking libsystemd0:ppc64el (241-7~deb10u3) over (241-7~deb10u2) ... [2020-04-06T17:20:55.078Z] Setting up libsystemd0:ppc64el (241-7~deb10u3) ... [2020-04-06T17:20:55.078Z] Selecting previously unselected package pigz. [2020-04-06T17:20:55.078Z] (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 ... 15393 files and directories currently installed.) [2020-04-06T17:20:55.078Z] Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-04-06T17:20:55.078Z] Unpacking pigz (2.4-1) ... [2020-04-06T17:20:55.078Z] Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-04-06T17:20:55.078Z] Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... [2020-04-06T17:20:55.078Z] Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... [2020-04-06T17:20:55.248Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-04-06T17:20:55.303Z] ok github.com/docker/docker/volume/service 0.010s coverage: 73.0% of statements [2020-04-06T17:20:55.362Z] Selecting previously unselected package python3.7-minimal. [2020-04-06T17:20:55.362Z] Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... [2020-04-06T17:20:55.362Z] Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-04-06T17:20:55.652Z] Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... [2020-04-06T17:20:55.652Z] Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-04-06T17:20:55.985Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-04-06T17:20:56.331Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-04-06T17:20:56.666Z] Selecting previously unselected package python3-minimal. [2020-04-06T17:20:56.666Z] (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 ... 15642 files and directories currently installed.) [2020-04-06T17:20:56.666Z] Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-04-06T17:20:56.666Z] Unpacking python3-minimal (3.7.3-1) ... [2020-04-06T17:20:56.666Z] Selecting previously unselected package libmpdec2:ppc64el. [2020-04-06T17:20:56.666Z] Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-04-06T17:20:56.666Z] Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-04-06T17:20:56.666Z] Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-04-06T17:20:56.666Z] Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_ppc64el.deb ... [2020-04-06T17:20:56.666Z] Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... [2020-04-06T17:20:56.689Z] --- PASS: TestBuildMultiStageCopy (4.32s) [2020-04-06T17:20:56.689Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.39s) [2020-04-06T17:20:56.689Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2020-04-06T17:20:56.689Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.45s) [2020-04-06T17:20:56.689Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.44s) [2020-04-06T17:20:56.689Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.55s) [2020-04-06T17:20:56.689Z] === RUN TestBuildMultiStageParentConfig [2020-04-06T17:20:56.950Z] Selecting previously unselected package python3.7. [2020-04-06T17:20:56.950Z] Preparing to unpack .../python3.7_3.7.3-2+deb10u1_ppc64el.deb ... [2020-04-06T17:20:56.950Z] Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-04-06T17:20:56.950Z] Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-04-06T17:20:56.950Z] Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-04-06T17:20:56.950Z] Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-04-06T17:20:56.950Z] Setting up python3-minimal (3.7.3-1) ... [2020-04-06T17:20:57.200Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-04-06T17:20:57.235Z] Selecting previously unselected package python3. [2020-04-06T17:20:57.235Z] (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 ... 16054 files and directories currently installed.) [2020-04-06T17:20:57.235Z] Preparing to unpack .../python3_3.7.3-1_ppc64el.deb ... [2020-04-06T17:20:57.235Z] Unpacking python3 (3.7.3-1) ... [2020-04-06T17:20:57.235Z] Preparing to unpack .../libudev1_241-7~deb10u3_ppc64el.deb ... [2020-04-06T17:20:57.235Z] Unpacking libudev1:ppc64el (241-7~deb10u3) over (241-7~deb10u2) ... [2020-04-06T17:20:57.235Z] Setting up libudev1:ppc64el (241-7~deb10u3) ... [2020-04-06T17:20:57.235Z] Selecting previously unselected package libip4tc0:ppc64el. [2020-04-06T17:20:57.235Z] (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 ... 16087 files and directories currently installed.) [2020-04-06T17:20:57.235Z] Preparing to unpack .../00-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-04-06T17:20:57.235Z] Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-04-06T17:20:57.235Z] Selecting previously unselected package libip6tc0:ppc64el. [2020-04-06T17:20:57.235Z] Preparing to unpack .../01-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-04-06T17:20:57.235Z] Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-04-06T17:20:57.235Z] Selecting previously unselected package libiptc0:ppc64el. [2020-04-06T17:20:57.235Z] Preparing to unpack .../02-libiptc0_1.8.2-4_ppc64el.deb ... [2020-04-06T17:20:57.235Z] Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-04-06T17:20:57.235Z] Selecting previously unselected package libnfnetlink0:ppc64el. [2020-04-06T17:20:57.235Z] Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-04-06T17:20:57.235Z] Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-04-06T17:20:57.520Z] Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-04-06T17:20:57.520Z] Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-04-06T17:20:57.520Z] Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-04-06T17:20:57.520Z] Selecting previously unselected package libnftnl11:ppc64el. [2020-04-06T17:20:57.520Z] Preparing to unpack .../05-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-04-06T17:20:57.520Z] Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-04-06T17:20:57.520Z] Selecting previously unselected package iptables. [2020-04-06T17:20:57.520Z] Preparing to unpack .../06-iptables_1.8.2-4_ppc64el.deb ... [2020-04-06T17:20:57.520Z] Unpacking iptables (1.8.2-4) ... [2020-04-06T17:20:57.520Z] Selecting previously unselected package xxd. [2020-04-06T17:20:57.520Z] Preparing to unpack .../07-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-04-06T17:20:57.520Z] Unpacking xxd (2:8.1.0875-5) ... [2020-04-06T17:20:57.520Z] Selecting previously unselected package vim-common. [2020-04-06T17:20:57.520Z] Preparing to unpack .../08-vim-common_2%3a8.1.0875-5_all.deb ... [2020-04-06T17:20:57.520Z] Unpacking vim-common (2:8.1.0875-5) ... [2020-04-06T17:20:57.804Z] Selecting previously unselected package bash-completion. [2020-04-06T17:20:57.804Z] Preparing to unpack .../09-bash-completion_1%3a2.8-6_all.deb ... [2020-04-06T17:20:57.953Z] --- PASS: TestBuildMultiStageParentConfig (1.15s) [2020-04-06T17:20:57.953Z] === RUN TestBuildLabelWithTargets [2020-04-06T17:20:58.824Z] Unpacking bash-completion (1:2.8-6) ... [2020-04-06T17:20:58.824Z] Selecting previously unselected package bzip2. [2020-04-06T17:20:58.824Z] Preparing to unpack .../10-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-04-06T17:20:58.824Z] Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-04-06T17:20:58.824Z] Selecting previously unselected package xz-utils. [2020-04-06T17:20:58.824Z] Preparing to unpack .../11-xz-utils_5.2.4-1_ppc64el.deb ... [2020-04-06T17:20:58.824Z] Unpacking xz-utils (5.2.4-1) ... [2020-04-06T17:20:59.096Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-04-06T17:20:59.111Z] Selecting previously unselected package apparmor. [2020-04-06T17:20:59.111Z] Preparing to unpack .../12-apparmor_2.13.2-10_ppc64el.deb ... [2020-04-06T17:20:59.111Z] Unpacking apparmor (2.13.2-10) ... [2020-04-06T17:20:59.111Z] Selecting previously unselected package aufs-tools. [2020-04-06T17:20:59.111Z] Preparing to unpack .../13-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-04-06T17:20:59.111Z] Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-04-06T17:20:59.111Z] Selecting previously unselected package binutils-mingw-w64-i686. [2020-04-06T17:20:59.111Z] Preparing to unpack .../14-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-04-06T17:20:59.111Z] Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-04-06T17:20:59.765Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-04-06T17:20:59.765Z] Preparing to unpack .../15-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-04-06T17:20:59.765Z] Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-04-06T17:21:00.325Z] --- PASS: TestBuildLabelWithTargets (1.92s) [2020-04-06T17:21:00.325Z] === RUN TestBuildWithEmptyLayers [2020-04-06T17:21:00.382Z] Selecting previously unselected package binutils-mingw-w64. [2020-04-06T17:21:00.382Z] Preparing to unpack .../16-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-04-06T17:21:00.382Z] Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-04-06T17:21:00.382Z] Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-04-06T17:21:00.382Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-04-06T17:21:00.382Z] Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-04-06T17:21:00.382Z] Selecting previously unselected package dmsetup. [2020-04-06T17:21:00.382Z] Preparing to unpack .../18-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-04-06T17:21:00.382Z] Unpacking dmsetup (2:1.02.155-3) ... [2020-04-06T17:21:00.382Z] Selecting previously unselected package mingw-w64-common. [2020-04-06T17:21:00.382Z] Preparing to unpack .../19-mingw-w64-common_6.0.0-3_all.deb ... [2020-04-06T17:21:00.382Z] Unpacking mingw-w64-common (6.0.0-3) ... [2020-04-06T17:21:00.467Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-04-06T17:21:00.677Z] --- PASS: TestBuildWithEmptyLayers (0.79s) [2020-04-06T17:21:00.677Z] === RUN TestBuildMultiStageOnBuild [2020-04-06T17:21:01.397Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-04-06T17:21:01.424Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2020-04-06T17:21:01.424Z] Preparing to unpack .../20-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-04-06T17:21:01.424Z] Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-04-06T17:21:02.455Z] Selecting previously unselected package gcc-mingw-w64-base. [2020-04-06T17:21:02.456Z] Preparing to unpack .../21-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-04-06T17:21:02.456Z] Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-04-06T17:21:02.739Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-04-06T17:21:02.739Z] Preparing to unpack .../22-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-04-06T17:21:02.739Z] Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-04-06T17:21:02.769Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-04-06T17:21:03.051Z] --- PASS: TestBuildMultiStageOnBuild (2.42s) [2020-04-06T17:21:03.051Z] === RUN TestBuildUncleanTarFilenames [2020-04-06T17:21:04.346Z] --- PASS: TestBuildUncleanTarFilenames (1.21s) [2020-04-06T17:21:04.346Z] === RUN TestBuildMultiStageLayerLeak [2020-04-06T17:21:05.293Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-04-06T17:21:07.404Z] --- PASS: TestBuildMultiStageLayerLeak (2.74s) [2020-04-06T17:21:07.404Z] === RUN TestBuildWithHugeFile [2020-04-06T17:21:08.306Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2020-04-06T17:21:08.307Z] Preparing to unpack .../23-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-04-06T17:21:08.307Z] Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-04-06T17:21:08.571Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-04-06T17:21:09.941Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-04-06T17:21:10.197Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-04-06T17:21:11.567Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-04-06T17:21:12.174Z] Selecting previously unselected package libonig5:ppc64el. [2020-04-06T17:21:12.174Z] Preparing to unpack .../24-libonig5_6.9.1-1_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-04-06T17:21:12.174Z] Selecting previously unselected package libjq1:ppc64el. [2020-04-06T17:21:12.174Z] Preparing to unpack .../25-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-04-06T17:21:12.174Z] Selecting previously unselected package jq. [2020-04-06T17:21:12.174Z] Preparing to unpack .../26-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking jq (1.5+dfsg-2+b1) ... [2020-04-06T17:21:12.174Z] Selecting previously unselected package libaio1:ppc64el. [2020-04-06T17:21:12.174Z] Preparing to unpack .../27-libaio1_0.3.112-3_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-04-06T17:21:12.174Z] Selecting previously unselected package libbtrfs0. [2020-04-06T17:21:12.174Z] Preparing to unpack .../28-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking libbtrfs0 (4.20.1-2) ... [2020-04-06T17:21:12.174Z] Selecting previously unselected package libbtrfs-dev. [2020-04-06T17:21:12.174Z] Preparing to unpack .../29-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking libbtrfs-dev (4.20.1-2) ... [2020-04-06T17:21:12.174Z] Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-04-06T17:21:12.174Z] Preparing to unpack .../30-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-04-06T17:21:12.174Z] Selecting previously unselected package libudev-dev:ppc64el. [2020-04-06T17:21:12.174Z] Preparing to unpack .../31-libudev-dev_241-7~deb10u3_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking libudev-dev:ppc64el (241-7~deb10u3) ... [2020-04-06T17:21:12.174Z] Selecting previously unselected package libsepol1-dev:ppc64el. [2020-04-06T17:21:12.174Z] Preparing to unpack .../32-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-04-06T17:21:12.174Z] Selecting previously unselected package libpcre16-3:ppc64el. [2020-04-06T17:21:12.174Z] Preparing to unpack .../33-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-04-06T17:21:12.174Z] Selecting previously unselected package libpcre32-3:ppc64el. [2020-04-06T17:21:12.174Z] Preparing to unpack .../34-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-04-06T17:21:12.174Z] Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-04-06T17:21:12.174Z] Preparing to unpack .../35-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-04-06T17:21:12.174Z] Selecting previously unselected package libpcre3-dev:ppc64el. [2020-04-06T17:21:12.174Z] Preparing to unpack .../36-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-04-06T17:21:12.174Z] Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-04-06T17:21:12.457Z] Selecting previously unselected package libselinux1-dev:ppc64el. [2020-04-06T17:21:12.457Z] Preparing to unpack .../37-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-04-06T17:21:12.457Z] Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-04-06T17:21:12.457Z] Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-04-06T17:21:12.457Z] Preparing to unpack .../38-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-04-06T17:21:12.457Z] Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-04-06T17:21:12.457Z] Selecting previously unselected package libgpm2:ppc64el. [2020-04-06T17:21:12.457Z] Preparing to unpack .../39-libgpm2_1.20.7-5_ppc64el.deb ... [2020-04-06T17:21:12.457Z] Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-04-06T17:21:12.457Z] Selecting previously unselected package libicu63:ppc64el. [2020-04-06T17:21:12.457Z] Preparing to unpack .../40-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-04-06T17:21:12.457Z] Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-04-06T17:21:12.937Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-04-06T17:21:12.937Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-04-06T17:21:13.867Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-04-06T17:21:13.944Z] Selecting previously unselected package libnet1:ppc64el. [2020-04-06T17:21:13.944Z] Preparing to unpack .../41-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-04-06T17:21:13.944Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-04-06T17:21:13.944Z] Selecting previously unselected package libnl-3-200:ppc64el. [2020-04-06T17:21:13.944Z] Preparing to unpack .../42-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-04-06T17:21:13.944Z] Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-04-06T17:21:13.944Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-04-06T17:21:13.944Z] Preparing to unpack .../43-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-04-06T17:21:13.944Z] Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-04-06T17:21:13.944Z] Selecting previously unselected package libreadline5:ppc64el. [2020-04-06T17:21:13.944Z] Preparing to unpack .../44-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-04-06T17:21:13.944Z] Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-04-06T17:21:13.944Z] Selecting previously unselected package libsystemd-dev:ppc64el. [2020-04-06T17:21:13.944Z] Preparing to unpack .../45-libsystemd-dev_241-7~deb10u3_ppc64el.deb ... [2020-04-06T17:21:13.944Z] Unpacking libsystemd-dev:ppc64el (241-7~deb10u3) ... [2020-04-06T17:21:13.944Z] Selecting previously unselected package net-tools. [2020-04-06T17:21:13.944Z] Preparing to unpack .../46-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-04-06T17:21:13.944Z] Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-04-06T17:21:14.228Z] Selecting previously unselected package python-pip-whl. [2020-04-06T17:21:14.228Z] Preparing to unpack .../47-python-pip-whl_18.1-5_all.deb ... [2020-04-06T17:21:14.228Z] Unpacking python-pip-whl (18.1-5) ... [2020-04-06T17:21:14.228Z] Selecting previously unselected package python3-lib2to3. [2020-04-06T17:21:14.228Z] Preparing to unpack .../48-python3-lib2to3_3.7.3-1_all.deb ... [2020-04-06T17:21:14.228Z] Unpacking python3-lib2to3 (3.7.3-1) ... [2020-04-06T17:21:14.228Z] Selecting previously unselected package python3-distutils. [2020-04-06T17:21:14.228Z] Preparing to unpack .../49-python3-distutils_3.7.3-1_all.deb ... [2020-04-06T17:21:14.228Z] Unpacking python3-distutils (3.7.3-1) ... [2020-04-06T17:21:14.513Z] Selecting previously unselected package python3-pip. [2020-04-06T17:21:14.513Z] Preparing to unpack .../50-python3-pip_18.1-5_all.deb ... [2020-04-06T17:21:14.513Z] Unpacking python3-pip (18.1-5) ... [2020-04-06T17:21:14.513Z] Selecting previously unselected package python3-pkg-resources. [2020-04-06T17:21:14.513Z] Preparing to unpack .../51-python3-pkg-resources_40.8.0-1_all.deb ... [2020-04-06T17:21:14.513Z] Unpacking python3-pkg-resources (40.8.0-1) ... [2020-04-06T17:21:14.513Z] Selecting previously unselected package python3-setuptools. [2020-04-06T17:21:14.513Z] Preparing to unpack .../52-python3-setuptools_40.8.0-1_all.deb ... [2020-04-06T17:21:14.513Z] Unpacking python3-setuptools (40.8.0-1) ... [2020-04-06T17:21:14.513Z] Selecting previously unselected package python3-wheel. [2020-04-06T17:21:14.513Z] Preparing to unpack .../53-python3-wheel_0.32.3-2_all.deb ... [2020-04-06T17:21:14.513Z] Unpacking python3-wheel (0.32.3-2) ... [2020-04-06T17:21:14.513Z] Selecting previously unselected package thin-provisioning-tools. [2020-04-06T17:21:14.513Z] Preparing to unpack .../54-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-04-06T17:21:14.513Z] Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-04-06T17:21:14.797Z] Selecting previously unselected package vim-runtime. [2020-04-06T17:21:14.797Z] Preparing to unpack .../55-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-04-06T17:21:14.797Z] Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-04-06T17:21:14.797Z] Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-04-06T17:21:14.797Z] Unpacking vim-runtime (2:8.1.0875-5) ... [2020-04-06T17:21:15.187Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2020-04-06T17:21:15.187Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2020-04-06T17:21:15.808Z] Selecting previously unselected package vim. [2020-04-06T17:21:15.808Z] Preparing to unpack .../56-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-04-06T17:21:15.808Z] Unpacking vim (2:8.1.0875-5) ... [2020-04-06T17:21:16.093Z] Selecting previously unselected package xfsprogs. [2020-04-06T17:21:16.093Z] Preparing to unpack .../57-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-04-06T17:21:16.093Z] Unpacking xfsprogs (4.20.0-1) ... [2020-04-06T17:21:16.093Z] Selecting previously unselected package zip. [2020-04-06T17:21:16.093Z] Preparing to unpack .../58-zip_3.0-11+b1_ppc64el.deb ... [2020-04-06T17:21:16.093Z] Unpacking zip (3.0-11+b1) ... [2020-04-06T17:21:16.093Z] Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-04-06T17:21:16.093Z] Setting up aufs-tools (1:4.14+20190211-1) ... [2020-04-06T17:21:16.093Z] Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-04-06T17:21:16.377Z] Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-04-06T17:21:16.377Z] Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-04-06T17:21:16.377Z] Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-04-06T17:21:16.377Z] Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-04-06T17:21:16.377Z] Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-04-06T17:21:16.377Z] Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-04-06T17:21:16.377Z] Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-04-06T17:21:16.377Z] Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-04-06T17:21:16.377Z] Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-04-06T17:21:16.377Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-04-06T17:21:16.377Z] Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-04-06T17:21:16.377Z] Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-04-06T17:21:16.377Z] Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-04-06T17:21:16.377Z] Setting up xxd (2:8.1.0875-5) ... [2020-04-06T17:21:16.377Z] Setting up libbtrfs0 (4.20.1-2) ... [2020-04-06T17:21:16.377Z] Setting up zip (3.0-11+b1) ... [2020-04-06T17:21:16.377Z] Setting up vim-common (2:8.1.0875-5) ... [2020-04-06T17:21:16.377Z] Setting up bash-completion (1:2.8-6) ... [2020-04-06T17:21:16.390Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-04-06T17:21:16.390Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-04-06T17:21:16.390Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-04-06T17:21:17.388Z] Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-04-06T17:21:17.388Z] Setting up xz-utils (5.2.4-1) ... [2020-04-06T17:21:17.388Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-04-06T17:21:17.388Z] Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-04-06T17:21:17.388Z] Setting up libudev-dev:ppc64el (241-7~deb10u3) ... [2020-04-06T17:21:17.388Z] Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-04-06T17:21:17.388Z] Setting up libbtrfs-dev (4.20.1-2) ... [2020-04-06T17:21:17.388Z] Setting up pigz (2.4-1) ... [2020-04-06T17:21:17.388Z] Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-04-06T17:21:17.388Z] Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-04-06T17:21:17.388Z] Setting up python-pip-whl (18.1-5) ... [2020-04-06T17:21:17.388Z] Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-04-06T17:21:17.388Z] Setting up mingw-w64-common (6.0.0-3) ... [2020-04-06T17:21:17.388Z] Setting up vim-runtime (2:8.1.0875-5) ... [2020-04-06T17:21:17.672Z] Setting up libaio1:ppc64el (0.3.112-3) ... [2020-04-06T17:21:17.672Z] Setting up libsystemd-dev:ppc64el (241-7~deb10u3) ... [2020-04-06T17:21:17.672Z] Setting up libonig5:ppc64el (6.9.1-1) ... [2020-04-06T17:21:17.672Z] Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-04-06T17:21:17.672Z] Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... [2020-04-06T17:21:17.672Z] Setting up vim (2:8.1.0875-5) ... [2020-04-06T17:21:17.672Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-04-06T17:21:17.672Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-04-06T17:21:17.672Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-04-06T17:21:17.672Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-04-06T17:21:17.672Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-04-06T17:21:17.672Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-04-06T17:21:17.672Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-04-06T17:21:17.672Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-04-06T17:21:17.672Z] Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-04-06T17:21:17.672Z] Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-04-06T17:21:17.672Z] Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-04-06T17:21:17.672Z] 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 [2020-04-06T17:21:17.672Z] 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 [2020-04-06T17:21:17.672Z] Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-04-06T17:21:17.672Z] 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 [2020-04-06T17:21:17.672Z] 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 [2020-04-06T17:21:17.672Z] Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-04-06T17:21:17.672Z] Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-04-06T17:21:17.672Z] Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-04-06T17:21:17.672Z] Setting up jq (1.5+dfsg-2+b1) ... [2020-04-06T17:21:17.672Z] Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-04-06T17:21:17.672Z] Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-04-06T17:21:18.033Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2020-04-06T17:21:19.146Z] Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-04-06T17:21:19.146Z] Setting up iptables (1.8.2-4) ... [2020-04-06T17:21:19.146Z] update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-04-06T17:21:19.146Z] update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-04-06T17:21:19.146Z] update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-04-06T17:21:19.146Z] update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-04-06T17:21:19.146Z] update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-04-06T17:21:19.146Z] update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-04-06T17:21:19.146Z] Setting up python3 (3.7.3-1) ... [2020-04-06T17:21:19.146Z] Setting up python3-wheel (0.32.3-2) ... [2020-04-06T17:21:19.430Z] Setting up apparmor (2.13.2-10) ... [2020-04-06T17:21:20.057Z] Setting up python3-lib2to3 (3.7.3-1) ... [2020-04-06T17:21:20.057Z] Setting up python3-pkg-resources (40.8.0-1) ... [2020-04-06T17:21:20.177Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2020-04-06T17:21:20.342Z] Setting up python3-distutils (3.7.3-1) ... [2020-04-06T17:21:20.566Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-04-06T17:21:20.626Z] Setting up python3-setuptools (40.8.0-1) ... [2020-04-06T17:21:20.909Z] Setting up python3-pip (18.1-5) ... [2020-04-06T17:21:21.130Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-04-06T17:21:21.527Z] Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-04-06T17:21:21.527Z] Setting up dmsetup (2:1.02.155-3) ... [2020-04-06T17:21:21.527Z] Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-04-06T17:21:21.527Z] Setting up xfsprogs (4.20.0-1) ... [2020-04-06T17:21:21.527Z] Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-04-06T17:21:21.527Z] Processing triggers for mime-support (3.62) ... [2020-04-06T17:21:21.527Z] Processing triggers for libc-bin (2.28-10) ... [2020-04-06T17:21:23.020Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-04-06T17:21:23.467Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-04-06T17:21:24.406Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-04-06T17:21:24.410Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2020-04-06T17:21:24.973Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-04-06T17:21:25.354Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-04-06T17:21:25.801Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-04-06T17:21:25.904Z] === RUN TestDockerSuite/TestBuildCmd [2020-04-06T17:21:26.164Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-04-06T17:21:26.164Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-04-06T17:21:26.728Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-04-06T17:21:26.984Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-04-06T17:21:26.984Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-04-06T17:21:27.344Z] ok github.com/docker/docker/pkg/plugins 33.614s coverage: 76.8% of statements [2020-04-06T17:21:27.344Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-04-06T17:21:27.344Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-04-06T17:21:27.344Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-04-06T17:21:27.344Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-04-06T17:21:27.344Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-04-06T17:21:27.344Z] ? github.com/docker/docker/rootless [no test files] [2020-04-06T17:21:27.344Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-04-06T17:21:27.344Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-04-06T17:21:27.344Z] ? github.com/docker/docker/volume [no test files] [2020-04-06T17:21:27.344Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-04-06T17:21:27.344Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === Skipped [2020-04-06T17:21:27.344Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-04-06T17:21:27.344Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-04-06T17:21:27.344Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:21:27.344Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:21:27.344Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:21:27.344Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:21:27.344Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:21:27.344Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:73: No driver to put! [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-04-06T17:21:27.344Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-04-06T17:21:27.344Z] overlay_test.go:49: Fails to compute changes intermittently [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-04-06T17:21:27.344Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:21:27.344Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:21:27.344Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:21:27.344Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:21:27.344Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:21:27.344Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-04-06T17:21:27.344Z] graphtest_unix.go:73: No driver to put! [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-04-06T17:21:27.344Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] [2020-04-06T17:21:27.344Z] DONE 2065 tests, 19 skipped in 93.357s Post stage [Pipeline] junit [2020-04-06T17:21:27.379Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-04-06T17:21:27.919Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40784/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=19.03 docker:08a2fe0d566c51081b23484890871adfb31ddbb9 hack/validate/vendor [2020-04-06T17:21:27.930Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-04-06T17:21:28.481Z] 2020/04/06 17:21:28 Collecting initial packages [2020-04-06T17:21:28.737Z] 2020/04/06 17:21:28 Download dependencies [2020-04-06T17:21:28.882Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-04-06T17:21:29.817Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:30 Starting whole vndr cycle because no package specified [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:30 Ignoring paths matching "^archive/tar" [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/gorilla/mux, revision ed099d42384823742bba0bf9a72b53b55c9e2e38, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/sirupsen/logrus, revision 8bdbc7bcc01dcbb8ec23dc8a28e332258d25251f, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/konsorten/go-windows-terminal-sequences, revision f55edac94c9bbba5d6182a4be46d86a2c9b5b50e, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/syndtr/gocapability, revision d98352740cb2c55f81556b63d4a1ec64c5a319c2, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone golang.org/x/text, revision f21a4dfb5e38f5895301dc265a8def02365cc3d0, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/mattn/go-shellwords, revision a72fbe27a1b0ed0df2f02754945044ce1456608b, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone gotest.tools, revision 1083505acf35a0bd8a696b26837e1fb3187a7a83, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/creack/pty, revision 2769f65a3a94eb8f876f44a0459d24ae7ad2e488, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/opencontainers/selinux, revision 4defb1c884d2f4f9c890c615380f20f7fc215cf3, attempt 1/20 [2020-04-06T17:21:31.255Z] 2020/04/06 17:21:31 Clone github.com/Microsoft/go-winio, revision 6c72808b55902eae4c5943626030429ff20f3b63, attempt 1/20 [2020-04-06T17:21:31.512Z] 2020/04/06 17:21:31 Finished clone github.com/mattn/go-shellwords [2020-04-06T17:21:31.512Z] 2020/04/06 17:21:31 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2020-04-06T17:21:31.512Z] 2020/04/06 17:21:31 Finished clone github.com/google/uuid [2020-04-06T17:21:31.512Z] 2020/04/06 17:21:31 Clone github.com/Microsoft/hcsshim, revision b3f49c06ffaeef24d09c6c08ec8ec8425a0303e2, attempt 1/20 [2020-04-06T17:21:31.512Z] 2020/04/06 17:21:31 Finished clone github.com/syndtr/gocapability [2020-04-06T17:21:31.512Z] 2020/04/06 17:21:31 Clone github.com/golang/gddo, revision 9b12a26f3fbd7397dee4e20939ddca719d840d2a, attempt 1/20 [2020-04-06T17:21:31.512Z] 2020/04/06 17:21:31 Finished clone github.com/tchap/go-patricia [2020-04-06T17:21:31.512Z] 2020/04/06 17:21:31 Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20 [2020-04-06T17:21:31.512Z] 2020/04/06 17:21:31 Finished clone github.com/Azure/go-ansiterm [2020-04-06T17:21:31.512Z] 2020/04/06 17:21:31 Clone golang.org/x/sys, revision 4c4f7f33c9ed00de01c4c741d2177abfcfe19307, attempt 1/20 [2020-04-06T17:21:31.512Z] 2020/04/06 17:21:31 Finished clone github.com/creack/pty [2020-04-06T17:21:31.512Z] 2020/04/06 17:21:31 Clone golang.org/x/net, revision f3200d17e092c607f615320ecaad13d87ad9a2b3, attempt 1/20 [2020-04-06T17:21:31.611Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Finished clone github.com/konsorten/go-windows-terminal-sequences [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Clone github.com/gogo/protobuf, revision ba06b47c162d49f2af050fb4c75bcbc86a159d5c, attempt 1/20 [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Finished clone github.com/gorilla/mux [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Finished clone github.com/Microsoft/go-winio [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Finished clone github.com/google/go-cmp [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Clone github.com/fsnotify/fsnotify, revision 1485a34d5d5723fea214f5710708e19a831720e4, attempt 1/20 [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Finished clone gotest.tools [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Clone github.com/aws/aws-sdk-go, revision 9ed0c8de252f04ac45a65358377103d5a1aa2d92, attempt 1/20 [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Finished clone github.com/sirupsen/logrus [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Clone github.com/go-ini/ini, revision 300e940a926eb277d3901b20bdfcc54928ad3642, attempt 1/20 [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Finished clone github.com/docker/go-connections [2020-04-06T17:21:31.769Z] 2020/04/06 17:21:31 Clone github.com/jmespath/go-jmespath, revision 0b12d6b521d83fc7f755e7cfc1b1fbdd35a01a74, attempt 1/20 [2020-04-06T17:21:32.011Z] Removing intermediate container 4043d81763ed [2020-04-06T17:21:32.011Z] ---> d41b45408944 [2020-04-06T17:21:32.011Z] Step 117/140 : RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2020-04-06T17:21:32.011Z] ---> Running in c1eafe60a480 [2020-04-06T17:21:32.025Z] 2020/04/06 17:21:31 Finished clone github.com/docker/libtrust [2020-04-06T17:21:32.025Z] 2020/04/06 17:21:31 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2020-04-06T17:21:32.025Z] 2020/04/06 17:21:31 Finished clone github.com/fluent/fluent-logger-golang [2020-04-06T17:21:32.025Z] 2020/04/06 17:21:31 Clone golang.org/x/oauth2, revision ec22f46f877b4505e0117eeaab541714644fdd28, attempt 1/20 [2020-04-06T17:21:32.025Z] 2020/04/06 17:21:31 Finished clone github.com/philhofer/fwd [2020-04-06T17:21:32.025Z] 2020/04/06 17:21:31 Clone google.golang.org/api, revision de943baf05a022a8f921b544b7827bacaba1aed5, attempt 1/20 [2020-04-06T17:21:32.282Z] 2020/04/06 17:21:32 Finished clone github.com/go-ini/ini [2020-04-06T17:21:32.282Z] 2020/04/06 17:21:32 Clone go.opencensus.io, revision c3ed530f775d85e577ca652cb052a52c078aad26, attempt 1/20 [2020-04-06T17:21:32.282Z] 2020/04/06 17:21:32 Finished clone github.com/opencontainers/selinux [2020-04-06T17:21:32.282Z] 2020/04/06 17:21:32 Clone cloud.google.com/go, revision 0fd7230b2a7505833d5f69b75cbd6c9582401479, attempt 1/20 [2020-04-06T17:21:32.283Z] 2020/04/06 17:21:32 Finished clone github.com/jmespath/go-jmespath [2020-04-06T17:21:32.283Z] 2020/04/06 17:21:32 Clone github.com/googleapis/gax-go, revision 317e0006254c44a0ac427cc52a0e083ff0b9622f, attempt 1/20 [2020-04-06T17:21:32.283Z] 2020/04/06 17:21:32 Finished clone github.com/fsnotify/fsnotify [2020-04-06T17:21:32.283Z] 2020/04/06 17:21:32 Clone google.golang.org/genproto, revision 694d95ba50e67b2e363f3483057db5d4910c18f9, attempt 1/20 [2020-04-06T17:21:32.294Z] update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-04-06T17:21:32.294Z] update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-04-06T17:21:32.294Z] update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-04-06T17:21:32.540Z] 2020/04/06 17:21:32 Finished clone github.com/bsphere/le_go [2020-04-06T17:21:32.540Z] 2020/04/06 17:21:32 Clone github.com/containerd/containerd, revision 481103c8793316c118d9f795cde18060847c370e, attempt 1/20 [2020-04-06T17:21:32.540Z] 2020/04/06 17:21:32 Finished clone github.com/tinylib/msgp [2020-04-06T17:21:32.540Z] 2020/04/06 17:21:32 Clone github.com/containerd/fifo, revision a9fb20d87448d386e6d50b1f2e1fa70dcf0de43c, attempt 1/20 [2020-04-06T17:21:32.578Z] Removing intermediate container c1eafe60a480 [2020-04-06T17:21:32.578Z] ---> 4243286ce275 [2020-04-06T17:21:32.578Z] Step 118/140 : RUN pip3 install yamllint==1.16.0 [2020-04-06T17:21:32.578Z] ---> Running in 366c99069afa [2020-04-06T17:21:32.797Z] 2020/04/06 17:21:32 Finished clone github.com/googleapis/gax-go [2020-04-06T17:21:32.797Z] 2020/04/06 17:21:32 Clone github.com/containerd/continuity, revision aaeac12a7ffcd198ae25440a9dff125c2e2703a7, attempt 1/20 [2020-04-06T17:21:33.361Z] 2020/04/06 17:21:33 Finished clone go.opencensus.io [2020-04-06T17:21:33.361Z] 2020/04/06 17:21:33 Clone github.com/containerd/cgroups, revision 5fbad35c2a7e855762d3c60f2e474ffcad0d470a, attempt 1/20 [2020-04-06T17:21:33.361Z] 2020/04/06 17:21:33 Finished clone github.com/containerd/fifo [2020-04-06T17:21:33.361Z] 2020/04/06 17:21:33 Clone github.com/containerd/console, revision 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f, attempt 1/20 [2020-04-06T17:21:33.361Z] 2020/04/06 17:21:33 Finished clone golang.org/x/oauth2 [2020-04-06T17:21:33.361Z] 2020/04/06 17:21:33 Clone github.com/containerd/go-runc, revision e029b79d8cda8374981c64eba71f28ec38e5526f, attempt 1/20 [2020-04-06T17:21:33.618Z] 2020/04/06 17:21:33 Finished clone github.com/golang/gddo [2020-04-06T17:21:33.618Z] 2020/04/06 17:21:33 Clone github.com/containerd/typeurl, revision 2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d, attempt 1/20 [2020-04-06T17:21:33.874Z] 2020/04/06 17:21:33 Finished clone github.com/Microsoft/opengcs [2020-04-06T17:21:33.874Z] 2020/04/06 17:21:33 Clone github.com/containerd/ttrpc, revision 92c8520ef9f86600c650dd540266a007bf03670f, attempt 1/20 [2020-04-06T17:21:34.064Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-04-06T17:21:34.437Z] 2020/04/06 17:21:34 Finished clone github.com/containerd/go-runc [2020-04-06T17:21:34.437Z] 2020/04/06 17:21:34 Clone github.com/gogo/googleapis, revision d31c731455cb061f42baff3bda55bad0118b126b, attempt 1/20 [2020-04-06T17:21:34.437Z] 2020/04/06 17:21:34 Finished clone github.com/containerd/cgroups [2020-04-06T17:21:34.437Z] 2020/04/06 17:21:34 Clone github.com/docker/swarmkit, revision 062b694b46c0744d601eebef79f3f7433d808a04, attempt 1/20 [2020-04-06T17:21:34.437Z] 2020/04/06 17:21:34 Finished clone github.com/containerd/console [2020-04-06T17:21:34.437Z] 2020/04/06 17:21:34 Clone github.com/prometheus/client_golang, revision c5b7fccd204277076155f10851dad72b76a49317, attempt 1/20 [2020-04-06T17:21:34.437Z] 2020/04/06 17:21:34 Clone github.com/golang/protobuf, revision aa810b61a9c79d51363740d207bb46cf8e620ed5, attempt 1/20 [2020-04-06T17:21:34.437Z] 2020/04/06 17:21:34 Finished clone github.com/containerd/continuity [2020-04-06T17:21:34.437Z] 2020/04/06 17:21:34 Finished clone github.com/containerd/typeurl [2020-04-06T17:21:34.437Z] 2020/04/06 17:21:34 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2020-04-06T17:21:34.622Z] Collecting yamllint==1.16.0 [2020-04-06T17:21:34.694Z] 2020/04/06 17:21:34 Finished clone golang.org/x/net [2020-04-06T17:21:34.694Z] 2020/04/06 17:21:34 Clone github.com/fernet/fernet-go, revision 1b2437bc582b3cfbb341ee5a29f8ef5b42912ff2, attempt 1/20 [2020-04-06T17:21:34.694Z] 2020/04/06 17:21:34 Finished clone github.com/containerd/ttrpc [2020-04-06T17:21:34.695Z] 2020/04/06 17:21:34 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2020-04-06T17:21:34.904Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-04-06T17:21:34.904Z] Collecting pyyaml (from yamllint==1.16.0) [2020-04-06T17:21:34.904Z] Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-04-06T17:21:35.259Z] 2020/04/06 17:21:35 Finished clone github.com/gogo/googleapis [2020-04-06T17:21:35.259Z] 2020/04/06 17:21:35 Clone golang.org/x/crypto, revision 69ecbb4d6d5dab05e49161c6e77ea40a030884e1, attempt 1/20 [2020-04-06T17:21:35.516Z] 2020/04/06 17:21:35 Finished clone github.com/fernet/fernet-go [2020-04-06T17:21:35.516Z] 2020/04/06 17:21:35 Clone golang.org/x/time, revision fbb02b2291d28baffd63558aa44b4b56f178d650, attempt 1/20 [2020-04-06T17:21:35.516Z] 2020/04/06 17:21:35 Finished clone github.com/prometheus/client_golang [2020-04-06T17:21:35.516Z] 2020/04/06 17:21:35 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2020-04-06T17:21:35.522Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-04-06T17:21:35.522Z] Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-04-06T17:21:35.522Z] Building wheels for collected packages: pyyaml [2020-04-06T17:21:35.522Z] Running setup.py bdist_wheel for pyyaml: started [2020-04-06T17:21:35.773Z] 2020/04/06 17:21:35 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2020-04-06T17:21:35.774Z] 2020/04/06 17:21:35 Finished clone github.com/Microsoft/hcsshim [2020-04-06T17:21:35.774Z] --- PASS: TestBuildWithHugeFile (25.34s) [2020-04-06T17:21:35.774Z] === RUN TestBuildWithEmptyDockerfile [2020-04-06T17:21:35.774Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-06T17:21:35.774Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-06T17:21:35.774Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-06T17:21:35.774Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-06T17:21:35.774Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-06T17:21:35.774Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-06T17:21:35.774Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-06T17:21:35.774Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-06T17:21:35.774Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-06T17:21:35.774Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2020-04-06T17:21:35.774Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2020-04-06T17:21:35.774Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2020-04-06T17:21:35.774Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2020-04-06T17:21:35.774Z] === RUN TestBuildPreserveOwnership [2020-04-06T17:21:35.774Z] === RUN TestBuildPreserveOwnership/copy_from [2020-04-06T17:21:35.959Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-04-06T17:21:36.030Z] 2020/04/06 17:21:35 Finished clone golang.org/x/sys [2020-04-06T17:21:36.030Z] 2020/04/06 17:21:35 Clone github.com/hashicorp/golang-lru, revision 7087cb70de9f7a8bc0a10c375cb0d2280a8edf9c, attempt 1/20 [2020-04-06T17:21:36.129Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-04-06T17:21:36.140Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-04-06T17:21:36.140Z] Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-04-06T17:21:36.140Z] Successfully built pyyaml [2020-04-06T17:21:36.140Z] Installing collected packages: pyyaml, pathspec, yamllint [2020-04-06T17:21:36.140Z] Successfully installed pathspec-0.7.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-04-06T17:21:36.287Z] 2020/04/06 17:21:36 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2020-04-06T17:21:36.287Z] 2020/04/06 17:21:36 Finished clone golang.org/x/text [2020-04-06T17:21:36.287Z] 2020/04/06 17:21:36 Finished clone github.com/hashicorp/go-immutable-radix [2020-04-06T17:21:36.287Z] 2020/04/06 17:21:36 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2020-04-06T17:21:36.524Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-04-06T17:21:36.544Z] 2020/04/06 17:21:36 Finished clone github.com/hashicorp/go-memdb [2020-04-06T17:21:36.544Z] 2020/04/06 17:21:36 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2020-04-06T17:21:36.768Z] Removing intermediate container 366c99069afa [2020-04-06T17:21:36.768Z] ---> 434dd488e7de [2020-04-06T17:21:36.768Z] Step 119/140 : COPY --from=dockercli /build/ /usr/local/cli [2020-04-06T17:21:36.801Z] 2020/04/06 17:21:36 Finished clone golang.org/x/time [2020-04-06T17:21:36.801Z] 2020/04/06 17:21:36 Clone github.com/vishvananda/netns, revision 7109fa855b0ff1ebef7fbd2f6aa613e8db7cfbc0, attempt 1/20 [2020-04-06T17:21:36.801Z] 2020/04/06 17:21:36 Finished clone github.com/hashicorp/golang-lru [2020-04-06T17:21:36.801Z] 2020/04/06 17:21:36 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2020-04-06T17:21:37.058Z] 2020/04/06 17:21:36 Finished clone github.com/golang/protobuf [2020-04-06T17:21:37.058Z] 2020/04/06 17:21:36 Clone github.com/imdario/mergo, revision 7c29201646fa3de8506f701213473dd407f19646, attempt 1/20 [2020-04-06T17:21:37.058Z] 2020/04/06 17:21:36 Finished clone github.com/coreos/pkg [2020-04-06T17:21:37.058Z] 2020/04/06 17:21:36 Clone golang.org/x/sync, revision e225da77a7e68af35c70ccbf71af2b83e6acac3c, attempt 1/20 [2020-04-06T17:21:37.315Z] 2020/04/06 17:21:37 Finished clone code.cloudfoundry.org/clock [2020-04-06T17:21:37.315Z] 2020/04/06 17:21:37 Clone github.com/moby/buildkit, revision b26cff2413cc6a466f8739262efa13bd126f8fc7, attempt 1/20 [2020-04-06T17:21:37.315Z] 2020/04/06 17:21:37 Finished clone github.com/docker/go-units [2020-04-06T17:21:37.315Z] 2020/04/06 17:21:37 Clone github.com/tonistiigi/fsutil, revision 6c909ab392c173a4264ae1bfcbc0450b9aac0c7d, attempt 1/20 [2020-04-06T17:21:37.315Z] 2020/04/06 17:21:37 Finished clone golang.org/x/crypto [2020-04-06T17:21:37.315Z] 2020/04/06 17:21:37 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2020-04-06T17:21:37.390Z] ---> 9c381e9041b1 [2020-04-06T17:21:37.390Z] Step 120/140 : COPY --from=frozen-images /build/ /docker-frozen-images [2020-04-06T17:21:37.572Z] 2020/04/06 17:21:37 Finished clone github.com/vishvananda/netns [2020-04-06T17:21:37.572Z] 2020/04/06 17:21:37 Clone github.com/opentracing/opentracing-go, revision 1361b9cd60be79c4c3a7fa9841b3c132e40066a7, attempt 1/20 [2020-04-06T17:21:37.829Z] 2020/04/06 17:21:37 Finished clone github.com/RackSec/srslog [2020-04-06T17:21:37.829Z] 2020/04/06 17:21:37 Clone github.com/google/shlex, revision 6f45313302b9c56850fc17f99e40caebce98c716, attempt 1/20 [2020-04-06T17:21:37.829Z] 2020/04/06 17:21:37 Finished clone github.com/imdario/mergo [2020-04-06T17:21:37.829Z] 2020/04/06 17:21:37 Clone github.com/opentracing-contrib/go-stdlib, revision b1a47cfbdd7543e70e9ef3e73d0802ad306cc1cc, attempt 1/20 [2020-04-06T17:21:37.892Z] === RUN TestDockerSuite/TestBuildContChar [2020-04-06T17:21:38.086Z] 2020/04/06 17:21:38 Finished clone golang.org/x/sync [2020-04-06T17:21:38.086Z] 2020/04/06 17:21:38 Clone github.com/mitchellh/hashstructure, revision 2bca23e0e452137f789efbc8610126fd8b94f73b, attempt 1/20 [2020-04-06T17:21:38.368Z] 2020/04/06 17:21:38 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2020-04-06T17:21:38.368Z] 2020/04/06 17:21:38 Clone github.com/gofrs/flock, revision 7f43ea2e6a643ad441fc12d0ecc0d3388b300c53, attempt 1/20 [2020-04-06T17:21:38.505Z] --- PASS: TestBuildPreserveOwnership (5.43s) [2020-04-06T17:21:38.505Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.47s) [2020-04-06T17:21:38.505Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.96s) [2020-04-06T17:21:38.505Z] === RUN TestBuildPlatformInvalid [2020-04-06T17:21:38.505Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2020-04-06T17:21:38.505Z] PASS [2020-04-06T17:21:38.505Z] [2020-04-06T17:21:38.505Z] DONE 30 tests in 68.449s [2020-04-06T17:21:38.505Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-04-06T17:21:38.505Z] ++ 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 [2020-04-06T17:21:38.505Z] ++ set -e [2020-04-06T17:21:38.505Z] ++ '[' -n 0 ']' [2020-04-06T17:21:38.505Z] ++ set -x [2020-04-06T17:21:38.505Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:21:38.505Z] INFO: Testing against a local daemon [2020-04-06T17:21:38.505Z] === RUN TestConfigList [2020-04-06T17:21:38.574Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-04-06T17:21:38.625Z] 2020/04/06 17:21:38 Finished clone github.com/opentracing/opentracing-go [2020-04-06T17:21:38.625Z] 2020/04/06 17:21:38 Clone github.com/docker/libnetwork, revision 0941c3f409260d5f05cfa6fc68420d8ad45ee483, attempt 1/20 [2020-04-06T17:21:38.625Z] 2020/04/06 17:21:38 Finished clone github.com/google/shlex [2020-04-06T17:21:38.625Z] 2020/04/06 17:21:38 Clone github.com/docker/go-events, revision 9461782956ad83b30282bf90e31fa6a70c255ba9, attempt 1/20 [2020-04-06T17:21:38.883Z] 2020/04/06 17:21:38 Finished clone github.com/opentracing-contrib/go-stdlib [2020-04-06T17:21:38.883Z] 2020/04/06 17:21:38 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2020-04-06T17:21:39.140Z] 2020/04/06 17:21:38 Finished clone github.com/cloudflare/cfssl [2020-04-06T17:21:39.140Z] 2020/04/06 17:21:38 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2020-04-06T17:21:39.140Z] 2020/04/06 17:21:39 Finished clone github.com/mitchellh/hashstructure [2020-04-06T17:21:39.140Z] 2020/04/06 17:21:39 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2020-04-06T17:21:39.140Z] 2020/04/06 17:21:39 Finished clone github.com/google/certificate-transparency-go [2020-04-06T17:21:39.140Z] 2020/04/06 17:21:39 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2020-04-06T17:21:39.140Z] 2020/04/06 17:21:39 Finished clone github.com/tonistiigi/fsutil [2020-04-06T17:21:39.140Z] 2020/04/06 17:21:39 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2020-04-06T17:21:39.403Z] 2020/04/06 17:21:39 Finished clone github.com/gofrs/flock [2020-04-06T17:21:39.403Z] 2020/04/06 17:21:39 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2020-04-06T17:21:39.660Z] 2020/04/06 17:21:39 Finished clone github.com/docker/go-events [2020-04-06T17:21:39.660Z] 2020/04/06 17:21:39 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2020-04-06T17:21:39.918Z] 2020/04/06 17:21:39 Finished clone github.com/armon/go-radix [2020-04-06T17:21:39.918Z] 2020/04/06 17:21:39 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2020-04-06T17:21:39.918Z] 2020/04/06 17:21:39 Finished clone github.com/armon/go-metrics [2020-04-06T17:21:39.918Z] 2020/04/06 17:21:39 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2020-04-06T17:21:40.176Z] 2020/04/06 17:21:40 Finished clone github.com/sean-/seed [2020-04-06T17:21:40.176Z] 2020/04/06 17:21:40 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2020-04-06T17:21:40.176Z] 2020/04/06 17:21:40 Finished clone cloud.google.com/go [2020-04-06T17:21:40.176Z] 2020/04/06 17:21:40 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2020-04-06T17:21:40.176Z] 2020/04/06 17:21:40 Finished clone github.com/hashicorp/errwrap [2020-04-06T17:21:40.176Z] 2020/04/06 17:21:40 Clone github.com/vishvananda/netlink, revision a2ad57a690f3caf3015351d2d6e1c0b95c349752, attempt 1/20 [2020-04-06T17:21:40.415Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-04-06T17:21:40.433Z] 2020/04/06 17:21:40 Finished clone github.com/hashicorp/memberlist [2020-04-06T17:21:40.433Z] 2020/04/06 17:21:40 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2020-04-06T17:21:40.691Z] 2020/04/06 17:21:40 Finished clone github.com/hashicorp/go-multierror [2020-04-06T17:21:40.691Z] 2020/04/06 17:21:40 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2020-04-06T17:21:40.720Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2020-04-06T17:21:40.949Z] 2020/04/06 17:21:40 Finished clone github.com/hashicorp/go-sockaddr [2020-04-06T17:21:40.949Z] 2020/04/06 17:21:40 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2020-04-06T17:21:40.949Z] 2020/04/06 17:21:40 Finished clone github.com/docker/libkv [2020-04-06T17:21:40.949Z] 2020/04/06 17:21:40 Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20 [2020-04-06T17:21:40.949Z] 2020/04/06 17:21:40 Finished clone github.com/hashicorp/go-msgpack [2020-04-06T17:21:40.949Z] 2020/04/06 17:21:40 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2020-04-06T17:21:41.206Z] 2020/04/06 17:21:41 Finished clone github.com/vishvananda/netlink [2020-04-06T17:21:41.206Z] 2020/04/06 17:21:41 Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20 [2020-04-06T17:21:41.206Z] 2020/04/06 17:21:41 Finished clone github.com/BurntSushi/toml [2020-04-06T17:21:41.206Z] 2020/04/06 17:21:41 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2020-04-06T17:21:41.464Z] 2020/04/06 17:21:41 Finished clone github.com/samuel/go-zookeeper [2020-04-06T17:21:41.464Z] 2020/04/06 17:21:41 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2020-04-06T17:21:41.587Z] --- PASS: TestConfigList (2.78s) [2020-04-06T17:21:41.587Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2020-04-06T17:21:41.587Z] daemon.go:325: [d276d67a47a37] waiting for daemon to start [2020-04-06T17:21:41.587Z] daemon.go:325: [d276d67a47a37] waiting for daemon to start [2020-04-06T17:21:41.587Z] daemon.go:353: [d276d67a47a37] daemon started [2020-04-06T17:21:41.587Z] daemon.go:461: [d276d67a47a37] Stopping daemon [2020-04-06T17:21:41.587Z] daemon.go:296: [d276d67a47a37] exiting daemon [2020-04-06T17:21:41.587Z] daemon.go:448: [d276d67a47a37] Daemon stopped [2020-04-06T17:21:41.587Z] === RUN TestConfigsCreateAndDelete [2020-04-06T17:21:41.721Z] 2020/04/06 17:21:41 Finished clone github.com/coreos/go-semver [2020-04-06T17:21:41.721Z] 2020/04/06 17:21:41 Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20 [2020-04-06T17:21:41.721Z] 2020/04/06 17:21:41 Finished clone github.com/deckarep/golang-set [2020-04-06T17:21:41.721Z] 2020/04/06 17:21:41 Clone go.etcd.io/bbolt, revision a0458a2b35708eef59eb5f620ceb3cd1c01a824d, attempt 1/20 [2020-04-06T17:21:41.818Z] ---> a5bb08926f9e [2020-04-06T17:21:41.818Z] Step 121/140 : COPY --from=swagger /build/ /usr/local/bin/ [2020-04-06T17:21:41.818Z] ---> 5fd35ffd0ee2 [2020-04-06T17:21:41.818Z] Step 122/140 : COPY --from=tomlv /build/ /usr/local/bin/ [2020-04-06T17:21:42.109Z] ---> c90ab6560f84 [2020-04-06T17:21:42.109Z] Step 123/140 : COPY --from=tini /build/ /usr/local/bin/ [2020-04-06T17:21:42.300Z] 2020/04/06 17:21:42 Finished clone google.golang.org/genproto [2020-04-06T17:21:42.300Z] 2020/04/06 17:21:42 Clone github.com/pkg/errors, revision ba968bfe8b2f7e042a574c888954fccecfa385b4, attempt 1/20 [2020-04-06T17:21:42.310Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-04-06T17:21:42.404Z] ---> 350f4073c706 [2020-04-06T17:21:42.404Z] Step 124/140 : COPY --from=registry /build/ /usr/local/bin/ [2020-04-06T17:21:42.558Z] 2020/04/06 17:21:42 Finished clone github.com/ishidawataru/sctp [2020-04-06T17:21:42.558Z] 2020/04/06 17:21:42 Clone github.com/beorn7/perks, revision e7f67b54abbeac9c40a31de0f81159e4cafebd6a, attempt 1/20 [2020-04-06T17:21:42.815Z] 2020/04/06 17:21:42 Finished clone github.com/docker/swarmkit [2020-04-06T17:21:42.815Z] 2020/04/06 17:21:42 Clone github.com/prometheus/client_model, revision 6f3806018612930941127f2a7c6c453ba2c527d2, attempt 1/20 [2020-04-06T17:21:42.815Z] 2020/04/06 17:21:42 Finished clone github.com/moby/buildkit [2020-04-06T17:21:42.815Z] 2020/04/06 17:21:42 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2020-04-06T17:21:42.815Z] 2020/04/06 17:21:42 Clone github.com/prometheus/common, revision 7600349dcfe1abd18d72d3a1770870d9800a7801, attempt 1/20 [2020-04-06T17:21:42.815Z] 2020/04/06 17:21:42 Finished clone github.com/hashicorp/serf [2020-04-06T17:21:42.815Z] 2020/04/06 17:21:42 Finished clone go.etcd.io/bbolt [2020-04-06T17:21:42.815Z] 2020/04/06 17:21:42 Clone github.com/spf13/pflag, revision 583c0c0531f06d5278b7d917446061adc344b5cd, attempt 1/20 [2020-04-06T17:21:42.852Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2020-04-06T17:21:43.045Z] ---> 82cd103019cb [2020-04-06T17:21:43.045Z] Step 125/140 : COPY --from=criu /build/ /usr/local/ [2020-04-06T17:21:43.071Z] 2020/04/06 17:21:42 Finished clone github.com/pkg/errors [2020-04-06T17:21:43.071Z] 2020/04/06 17:21:42 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2020-04-06T17:21:43.071Z] 2020/04/06 17:21:42 Finished clone github.com/containerd/containerd [2020-04-06T17:21:43.071Z] 2020/04/06 17:21:42 Clone github.com/spf13/cobra, revision ef82de70bb3f60c65fb8eebacbb2d122ef517385, attempt 1/20 [2020-04-06T17:21:43.071Z] 2020/04/06 17:21:43 Finished clone github.com/beorn7/perks [2020-04-06T17:21:43.071Z] 2020/04/06 17:21:43 Clone github.com/opencontainers/runtime-spec, revision 29686dbc5559d93fb1ef402eeda3e35c38d75af4, attempt 1/20 [2020-04-06T17:21:43.071Z] 2020/04/06 17:21:43 Finished clone github.com/ugorji/go [2020-04-06T17:21:43.071Z] 2020/04/06 17:21:43 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2020-04-06T17:21:43.329Z] 2020/04/06 17:21:43 Finished clone github.com/matttproud/golang_protobuf_extensions [2020-04-06T17:21:43.329Z] 2020/04/06 17:21:43 Clone github.com/opencontainers/go-digest, revision 279bed98673dd5bef374d3b6e4b09e2af76183bf, attempt 1/20 [2020-04-06T17:21:43.329Z] 2020/04/06 17:21:43 Finished clone github.com/prometheus/client_model [2020-04-06T17:21:43.329Z] 2020/04/06 17:21:43 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2020-04-06T17:21:43.342Z] ---> f1d2e5a30b82 [2020-04-06T17:21:43.342Z] Step 126/140 : COPY --from=vndr /build/ /usr/local/bin/ [2020-04-06T17:21:43.623Z] 2020/04/06 17:21:43 Clone google.golang.org/grpc, revision 39e8a7b072a67ca2a75f57fa2e0d50995f5b22f6, attempt 1/20 [2020-04-06T17:21:43.623Z] 2020/04/06 17:21:43 Finished clone github.com/docker/libnetwork [2020-04-06T17:21:43.623Z] 2020/04/06 17:21:43 Finished clone github.com/spf13/pflag [2020-04-06T17:21:43.623Z] 2020/04/06 17:21:43 Clone github.com/opencontainers/runc, revision dc9208a3303feef5b3839f4323d9beb36df0a9dd, attempt 1/20 [2020-04-06T17:21:43.652Z] ---> 68e88dde29a3 [2020-04-06T17:21:43.652Z] Step 127/140 : COPY --from=gotestsum /build/ /usr/local/bin/ [2020-04-06T17:21:43.681Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-04-06T17:21:43.696Z] --- PASS: TestConfigsCreateAndDelete (2.44s) [2020-04-06T17:21:43.696Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2020-04-06T17:21:43.696Z] daemon.go:325: [dfd64b7e2a187] waiting for daemon to start [2020-04-06T17:21:43.696Z] daemon.go:325: [dfd64b7e2a187] waiting for daemon to start [2020-04-06T17:21:43.696Z] daemon.go:353: [dfd64b7e2a187] daemon started [2020-04-06T17:21:43.696Z] daemon.go:461: [dfd64b7e2a187] Stopping daemon [2020-04-06T17:21:43.696Z] daemon.go:296: [dfd64b7e2a187] exiting daemon [2020-04-06T17:21:43.696Z] daemon.go:448: [dfd64b7e2a187] Daemon stopped [2020-04-06T17:21:43.696Z] === RUN TestConfigsUpdate [2020-04-06T17:21:43.939Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-04-06T17:21:43.958Z] ---> e974f7051aa8 [2020-04-06T17:21:43.958Z] Step 128/140 : COPY --from=gometalinter /build/ /usr/local/bin/ [2020-04-06T17:21:43.976Z] 2020/04/06 17:21:43 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2020-04-06T17:21:43.976Z] 2020/04/06 17:21:43 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2020-04-06T17:21:43.976Z] 2020/04/06 17:21:43 Finished clone github.com/prometheus/common [2020-04-06T17:21:43.976Z] 2020/04/06 17:21:43 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2020-04-06T17:21:43.976Z] 2020/04/06 17:21:43 Finished clone github.com/docker/distribution [2020-04-06T17:21:43.976Z] 2020/04/06 17:21:43 Clone github.com/seccomp/libseccomp-golang, revision 32f571b70023028bd57d9288c20efbcb237f3ce0, attempt 1/20 [2020-04-06T17:21:43.976Z] 2020/04/06 17:21:43 Finished clone github.com/spf13/cobra [2020-04-06T17:21:43.976Z] 2020/04/06 17:21:43 Clone github.com/godbus/dbus, revision 5f6efc7ef2759c81b7ba876593971bfce311eab3, attempt 1/20 [2020-04-06T17:21:43.976Z] 2020/04/06 17:21:43 Finished clone github.com/vbatts/tar-split [2020-04-06T17:21:43.976Z] 2020/04/06 17:21:43 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2020-04-06T17:21:44.238Z] 2020/04/06 17:21:44 Finished clone github.com/opencontainers/go-digest [2020-04-06T17:21:44.238Z] 2020/04/06 17:21:44 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2020-04-06T17:21:44.238Z] 2020/04/06 17:21:44 Finished clone github.com/mistifyio/go-zfs [2020-04-06T17:21:44.238Z] 2020/04/06 17:21:44 Clone github.com/Graylog2/go-gelf, revision 4143646226541087117ff2f83334ea48b3201841, attempt 1/20 [2020-04-06T17:21:44.238Z] 2020/04/06 17:21:44 Finished clone github.com/opencontainers/runtime-spec [2020-04-06T17:21:44.238Z] 2020/04/06 17:21:44 Clone github.com/docker/go-metrics, revision d466d4f6fd960e01820085bd7e1a24426ee7ef18, attempt 1/20 [2020-04-06T17:21:44.238Z] 2020/04/06 17:21:44 Clone github.com/prometheus/procfs, revision 7d6f385de8bea29190f15ba9931442a0eaef9af7, attempt 1/20 [2020-04-06T17:21:44.238Z] 2020/04/06 17:21:44 Finished clone github.com/miekg/dns [2020-04-06T17:21:44.495Z] 2020/04/06 17:21:44 Finished clone github.com/seccomp/libseccomp-golang [2020-04-06T17:21:44.752Z] 2020/04/06 17:21:44 Finished clone github.com/coreos/go-systemd [2020-04-06T17:21:44.752Z] 2020/04/06 17:21:44 Finished clone github.com/morikuni/aec [2020-04-06T17:21:44.752Z] 2020/04/06 17:21:44 Finished clone github.com/godbus/dbus [2020-04-06T17:21:44.752Z] 2020/04/06 17:21:44 Finished clone github.com/inconshreveable/mousetrap [2020-04-06T17:21:44.752Z] 2020/04/06 17:21:44 Finished clone github.com/docker/go-metrics [2020-04-06T17:21:44.871Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-04-06T17:21:45.009Z] 2020/04/06 17:21:44 Finished clone github.com/Graylog2/go-gelf [2020-04-06T17:21:45.266Z] 2020/04/06 17:21:45 Finished clone github.com/opencontainers/image-spec [2020-04-06T17:21:45.266Z] 2020/04/06 17:21:45 Finished clone github.com/prometheus/procfs [2020-04-06T17:21:45.436Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-04-06T17:21:45.694Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-04-06T17:21:45.696Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2020-04-06T17:21:45.829Z] 2020/04/06 17:21:45 Finished clone github.com/gogo/protobuf [2020-04-06T17:21:45.951Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-04-06T17:21:46.066Z] --- PASS: TestConfigsUpdate (2.38s) [2020-04-06T17:21:46.066Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2020-04-06T17:21:46.066Z] daemon.go:325: [d81e44e6b0304] waiting for daemon to start [2020-04-06T17:21:46.066Z] daemon.go:325: [d81e44e6b0304] waiting for daemon to start [2020-04-06T17:21:46.066Z] daemon.go:353: [d81e44e6b0304] daemon started [2020-04-06T17:21:46.066Z] daemon.go:461: [d81e44e6b0304] Stopping daemon [2020-04-06T17:21:46.066Z] daemon.go:296: [d81e44e6b0304] exiting daemon [2020-04-06T17:21:46.066Z] daemon.go:448: [d81e44e6b0304] Daemon stopped [2020-04-06T17:21:46.066Z] === RUN TestTemplatedConfig [2020-04-06T17:21:46.086Z] 2020/04/06 17:21:45 Finished clone google.golang.org/grpc [2020-04-06T17:21:46.343Z] 2020/04/06 17:21:46 Finished clone github.com/opencontainers/runc [2020-04-06T17:21:46.718Z] ---> 7df15e3c5242 [2020-04-06T17:21:46.718Z] Step 129/140 : COPY --from=runc /build/ /usr/local/bin/ [2020-04-06T17:21:47.360Z] ---> c219aa043b6e [2020-04-06T17:21:47.360Z] Step 130/140 : COPY --from=containerd /build/ /usr/local/bin/ [2020-04-06T17:21:48.418Z] ---> 2b6a2bcf7fee [2020-04-06T17:21:48.418Z] Step 131/140 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-04-06T17:21:48.540Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2020-04-06T17:21:48.716Z] ---> 51a056fb84bc [2020-04-06T17:21:48.716Z] Step 132/140 : COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2020-04-06T17:21:48.866Z] 2020/04/06 17:21:48 Finished clone github.com/coreos/etcd [2020-04-06T17:21:49.181Z] --- PASS: TestTemplatedConfig (3.29s) [2020-04-06T17:21:49.181Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2020-04-06T17:21:49.181Z] daemon.go:325: [d6309a7652ff4] waiting for daemon to start [2020-04-06T17:21:49.181Z] daemon.go:325: [d6309a7652ff4] waiting for daemon to start [2020-04-06T17:21:49.181Z] daemon.go:353: [d6309a7652ff4] daemon started [2020-04-06T17:21:49.181Z] daemon.go:461: [d6309a7652ff4] Stopping daemon [2020-04-06T17:21:49.181Z] daemon.go:296: [d6309a7652ff4] exiting daemon [2020-04-06T17:21:49.181Z] daemon.go:448: [d6309a7652ff4] Daemon stopped [2020-04-06T17:21:49.181Z] === RUN TestConfigInspect [2020-04-06T17:21:49.368Z] ---> d17243be74ce [2020-04-06T17:21:49.368Z] Step 133/140 : COPY --from=proxy /build/ /usr/local/bin/ [2020-04-06T17:21:49.368Z] ---> 257da3d425fd [2020-04-06T17:21:49.368Z] Step 134/140 : ENV PATH=/usr/local/cli:$PATH [2020-04-06T17:21:49.368Z] ---> Running in f67ac104704e [2020-04-06T17:21:49.670Z] Removing intermediate container f67ac104704e [2020-04-06T17:21:49.670Z] ---> 419c017155dc [2020-04-06T17:21:49.670Z] Step 135/140 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2020-04-06T17:21:49.670Z] ---> Running in 755659d706b1 [2020-04-06T17:21:49.670Z] Removing intermediate container 755659d706b1 [2020-04-06T17:21:49.670Z] ---> 18310ad875c3 [2020-04-06T17:21:49.670Z] Step 136/140 : WORKDIR /go/src/github.com/docker/docker [2020-04-06T17:21:49.670Z] ---> Running in 4e0d9d1f8ba7 [2020-04-06T17:21:49.975Z] Removing intermediate container 4e0d9d1f8ba7 [2020-04-06T17:21:49.975Z] ---> 9d44396e2924 [2020-04-06T17:21:49.975Z] Step 137/140 : VOLUME /var/lib/docker [2020-04-06T17:21:49.975Z] ---> Running in 4f5c9af7f7e6 [2020-04-06T17:21:49.975Z] Removing intermediate container 4f5c9af7f7e6 [2020-04-06T17:21:49.975Z] ---> 7fbf70a623f1 [2020-04-06T17:21:49.975Z] Step 138/140 : ENTRYPOINT ["hack/dind"] [2020-04-06T17:21:49.975Z] ---> Running in 72a3d62d17ea [2020-04-06T17:21:50.277Z] Removing intermediate container 72a3d62d17ea [2020-04-06T17:21:50.277Z] ---> cd851dd44044 [2020-04-06T17:21:50.277Z] Step 139/140 : FROM dev AS final [2020-04-06T17:21:50.277Z] ---> cd851dd44044 [2020-04-06T17:21:50.277Z] Step 140/140 : COPY . /go/src/github.com/docker/docker [2020-04-06T17:21:50.671Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2020-04-06T17:21:51.209Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-04-06T17:21:52.300Z] --- PASS: TestConfigInspect (2.80s) [2020-04-06T17:21:52.300Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2020-04-06T17:21:52.300Z] daemon.go:325: [db9678c7f2952] waiting for daemon to start [2020-04-06T17:21:52.300Z] daemon.go:325: [db9678c7f2952] waiting for daemon to start [2020-04-06T17:21:52.300Z] daemon.go:353: [db9678c7f2952] daemon started [2020-04-06T17:21:52.300Z] daemon.go:461: [db9678c7f2952] Stopping daemon [2020-04-06T17:21:52.300Z] daemon.go:296: [db9678c7f2952] exiting daemon [2020-04-06T17:21:52.300Z] daemon.go:448: [db9678c7f2952] Daemon stopped [2020-04-06T17:21:52.300Z] === RUN TestConfigCreateWithLabels [2020-04-06T17:21:52.802Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-04-06T17:21:52.802Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:21:52.802Z] INFO: Testing against a local daemon [2020-04-06T17:21:52.802Z] === RUN TestBuildWithSession [2020-04-06T17:21:52.802Z] --- SKIP: TestBuildWithSession (0.00s) [2020-04-06T17:21:52.802Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:21:52.802Z] === RUN TestBuildSquashParent [2020-04-06T17:21:52.802Z] --- SKIP: TestBuildSquashParent (0.00s) [2020-04-06T17:21:52.802Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:21:52.802Z] === RUN TestBuildWithRemoveAndForceRemove [2020-04-06T17:21:52.802Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2020-04-06T17:21:52.802Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-06T17:21:52.802Z] === RUN TestBuildMultiStageCopy [2020-04-06T17:21:52.802Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-04-06T17:21:53.730Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-04-06T17:21:54.118Z] 2020/04/06 17:21:53 Finished clone github.com/hashicorp/consul [2020-04-06T17:21:54.681Z] 2020/04/06 17:21:54 Finished clone github.com/aws/aws-sdk-go [2020-04-06T17:21:54.711Z] --- PASS: TestConfigCreateWithLabels (2.78s) [2020-04-06T17:21:54.711Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2020-04-06T17:21:54.711Z] daemon.go:325: [db8048db5db7b] waiting for daemon to start [2020-04-06T17:21:54.711Z] daemon.go:325: [db8048db5db7b] waiting for daemon to start [2020-04-06T17:21:54.711Z] daemon.go:353: [db8048db5db7b] daemon started [2020-04-06T17:21:54.711Z] daemon.go:461: [db8048db5db7b] Stopping daemon [2020-04-06T17:21:54.711Z] daemon.go:296: [db8048db5db7b] exiting daemon [2020-04-06T17:21:54.711Z] daemon.go:448: [db8048db5db7b] Daemon stopped [2020-04-06T17:21:54.711Z] === RUN TestConfigCreateResolve [2020-04-06T17:21:57.005Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-04-06T17:21:57.164Z] ---> a20426c3b54e [2020-04-06T17:21:57.164Z] Successfully built a20426c3b54e [2020-04-06T17:21:57.164Z] Successfully tagged docker:08a2fe0d566c51081b23484890871adfb31ddbb9 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-04-06T17:21:57.599Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40784/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=19.03 docker:08a2fe0d566c51081b23484890871adfb31ddbb9 hack/test/unit [2020-04-06T17:21:57.787Z] --- PASS: TestConfigCreateResolve (2.82s) [2020-04-06T17:21:57.787Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2020-04-06T17:21:57.787Z] daemon.go:325: [d0fa1be1b672c] waiting for daemon to start [2020-04-06T17:21:57.787Z] daemon.go:325: [d0fa1be1b672c] waiting for daemon to start [2020-04-06T17:21:57.787Z] daemon.go:353: [d0fa1be1b672c] daemon started [2020-04-06T17:21:57.787Z] daemon.go:461: [d0fa1be1b672c] Stopping daemon [2020-04-06T17:21:57.787Z] daemon.go:296: [d0fa1be1b672c] exiting daemon [2020-04-06T17:21:57.787Z] daemon.go:448: [d0fa1be1b672c] Daemon stopped [2020-04-06T17:21:57.787Z] === RUN TestConfigDaemonLibtrustID [2020-04-06T17:21:58.204Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-04-06T17:21:58.204Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2020-04-06T17:21:58.204Z] daemon.go:325: [d5f15c531fd97] waiting for daemon to start [2020-04-06T17:21:58.204Z] daemon.go:325: [d5f15c531fd97] waiting for daemon to start [2020-04-06T17:21:58.204Z] daemon.go:353: [d5f15c531fd97] daemon started [2020-04-06T17:21:58.204Z] daemon.go:461: [d5f15c531fd97] Stopping daemon [2020-04-06T17:21:58.204Z] daemon.go:296: [d5f15c531fd97] exiting daemon [2020-04-06T17:21:58.204Z] daemon.go:448: [d5f15c531fd97] Daemon stopped [2020-04-06T17:21:58.204Z] PASS [2020-04-06T17:21:58.204Z] [2020-04-06T17:21:58.204Z] DONE 8 tests in 19.893s [2020-04-06T17:21:58.204Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-04-06T17:21:58.204Z] ++ 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 [2020-04-06T17:21:58.204Z] ++ set -e [2020-04-06T17:21:58.204Z] ++ '[' -n 0 ']' [2020-04-06T17:21:58.204Z] ++ set -x [2020-04-06T17:21:58.204Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:21:58.204Z] INFO: Testing against a local daemon [2020-04-06T17:21:58.204Z] === RUN TestCheckpoint [2020-04-06T17:21:58.204Z] --- SKIP: TestCheckpoint (0.00s) [2020-04-06T17:21:58.204Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-06T17:21:58.204Z] === RUN TestContainerInvalidJSON [2020-04-06T17:21:58.204Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-04-06T17:21:58.204Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-04-06T17:21:58.204Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-04-06T17:21:58.204Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-04-06T17:21:58.204Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-04-06T17:21:58.204Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-04-06T17:21:58.204Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-04-06T17:21:58.204Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-04-06T17:21:58.204Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-04-06T17:21:58.204Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-04-06T17:21:58.204Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-04-06T17:21:58.204Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-04-06T17:21:58.204Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-04-06T17:21:58.204Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-04-06T17:21:58.562Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-04-06T17:21:58.562Z] === RUN TestCopyFromContainerPathIsNotDir [2020-04-06T17:21:58.562Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-04-06T17:21:58.562Z] === RUN TestCopyToContainerPathDoesNotExist [2020-04-06T17:21:58.562Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-04-06T17:21:58.562Z] === RUN TestCopyToContainerPathIsNotDir [2020-04-06T17:21:58.913Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2020-04-06T17:21:58.913Z] === RUN TestCopyFromContainer [2020-04-06T17:22:00.686Z] === RUN TestCopyFromContainer// [2020-04-06T17:22:00.686Z] === RUN TestCopyFromContainer//bar/root [2020-04-06T17:22:00.686Z] === RUN TestCopyFromContainer//bar/root/ [2020-04-06T17:22:00.686Z] === RUN TestCopyFromContainer/bar/quux [2020-04-06T17:22:00.686Z] === RUN TestCopyFromContainer/bar/quux/ [2020-04-06T17:22:01.056Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-04-06T17:22:01.056Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-04-06T17:22:01.056Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-04-06T17:22:01.056Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-04-06T17:22:01.184Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-04-06T17:22:01.185Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-04-06T17:22:01.419Z] === RUN TestCopyFromContainer/bar/notarget [2020-04-06T17:22:01.419Z] --- PASS: TestCopyFromContainer (2.66s) [2020-04-06T17:22:01.419Z] --- PASS: TestCopyFromContainer// (0.06s) [2020-04-06T17:22:01.419Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-04-06T17:22:01.419Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-04-06T17:22:01.419Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-04-06T17:22:01.419Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-04-06T17:22:01.419Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-04-06T17:22:01.419Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-04-06T17:22:01.419Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-04-06T17:22:01.419Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.16s) [2020-04-06T17:22:01.419Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-04-06T17:22:01.419Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-04-06T17:22:01.419Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-06T17:22:01.419Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-06T17:22:01.419Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-06T17:22:01.419Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-06T17:22:01.419Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-06T17:22:01.419Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-06T17:22:01.419Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-06T17:22:01.419Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-06T17:22:01.419Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-06T17:22:01.419Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-04-06T17:22:01.419Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-04-06T17:22:01.419Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-04-06T17:22:01.419Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-04-06T17:22:01.419Z] === RUN TestCreateLinkToNonExistingContainer [2020-04-06T17:22:01.419Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-04-06T17:22:01.419Z] === RUN TestCreateWithInvalidEnv [2020-04-06T17:22:01.419Z] === RUN TestCreateWithInvalidEnv/0 [2020-04-06T17:22:01.419Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-04-06T17:22:01.419Z] === RUN TestCreateWithInvalidEnv/1 [2020-04-06T17:22:01.419Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-04-06T17:22:01.419Z] === RUN TestCreateWithInvalidEnv/2 [2020-04-06T17:22:01.419Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-04-06T17:22:01.419Z] === CONT TestCreateWithInvalidEnv/0 [2020-04-06T17:22:01.419Z] === CONT TestCreateWithInvalidEnv/2 [2020-04-06T17:22:01.419Z] === CONT TestCreateWithInvalidEnv/1 [2020-04-06T17:22:01.419Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-04-06T17:22:01.419Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-04-06T17:22:01.419Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-04-06T17:22:01.419Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-04-06T17:22:01.419Z] === RUN TestCreateTmpfsMountsTarget [2020-04-06T17:22:01.419Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-04-06T17:22:01.419Z] === RUN TestCreateWithCustomMaskedPaths [2020-04-06T17:22:02.117Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-04-06T17:22:02.989Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-04-06T17:22:02.989Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-04-06T17:22:03.049Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-04-06T17:22:03.049Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-04-06T17:22:03.106Z] ? github.com/docker/docker/api [no test files] [2020-04-06T17:22:03.435Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-04-06T17:22:03.918Z] --- PASS: TestCreateWithCustomMaskedPaths (2.49s) [2020-04-06T17:22:03.918Z] === RUN TestCreateWithCapabilities [2020-04-06T17:22:03.918Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-04-06T17:22:03.918Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-04-06T17:22:03.918Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-04-06T17:22:03.918Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-04-06T17:22:03.918Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-04-06T17:22:03.918Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-04-06T17:22:03.918Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-04-06T17:22:03.918Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-04-06T17:22:03.918Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-04-06T17:22:03.918Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-04-06T17:22:03.918Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-06T17:22:03.918Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-06T17:22:03.918Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-04-06T17:22:03.918Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-04-06T17:22:03.918Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-04-06T17:22:03.918Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-04-06T17:22:03.918Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-04-06T17:22:03.918Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-04-06T17:22:03.918Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-04-06T17:22:03.918Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-04-06T17:22:03.918Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-04-06T17:22:03.918Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-04-06T17:22:03.918Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-04-06T17:22:03.918Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-04-06T17:22:04.279Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-04-06T17:22:04.279Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-04-06T17:22:04.279Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-04-06T17:22:04.279Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-04-06T17:22:04.279Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-04-06T17:22:04.279Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-06T17:22:04.279Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-04-06T17:22:04.279Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-04-06T17:22:04.279Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-04-06T17:22:04.279Z] --- PASS: TestCreateWithCapabilities (0.02s) [2020-04-06T17:22:04.279Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2020-04-06T17:22:04.279Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2020-04-06T17:22:04.279Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-04-06T17:22:04.279Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-04-06T17:22:04.279Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.04s) [2020-04-06T17:22:04.279Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-04-06T17:22:04.279Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2020-04-06T17:22:04.279Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.10s) [2020-04-06T17:22:04.279Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s) [2020-04-06T17:22:04.279Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2020-04-06T17:22:04.279Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.08s) [2020-04-06T17:22:04.279Z] === RUN TestCreateWithCustomReadonlyPaths [2020-04-06T17:22:04.561Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-04-06T17:22:05.508Z] --- PASS: TestBuildMultiStageCopy (12.73s) [2020-04-06T17:22:05.508Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.70s) [2020-04-06T17:22:05.508Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.75s) [2020-04-06T17:22:05.508Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.89s) [2020-04-06T17:22:05.508Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.14s) [2020-04-06T17:22:05.508Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.26s) [2020-04-06T17:22:05.508Z] === RUN TestBuildMultiStageParentConfig [2020-04-06T17:22:05.508Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2020-04-06T17:22:05.508Z] build_test.go:193: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-06T17:22:05.508Z] === RUN TestBuildLabelWithTargets [2020-04-06T17:22:05.508Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2020-04-06T17:22:05.508Z] build_test.go:237: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-06T17:22:05.508Z] === RUN TestBuildWithEmptyLayers [2020-04-06T17:22:06.454Z] --- PASS: TestBuildWithEmptyLayers (0.96s) [2020-04-06T17:22:06.454Z] === RUN TestBuildMultiStageOnBuild [2020-04-06T17:22:06.454Z] --- SKIP: TestBuildMultiStageOnBuild (0.01s) [2020-04-06T17:22:06.454Z] build_test.go:344: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-06T17:22:06.454Z] === RUN TestBuildUncleanTarFilenames [2020-04-06T17:22:06.454Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2020-04-06T17:22:06.454Z] build_test.go:391: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-06T17:22:06.454Z] === RUN TestBuildMultiStageLayerLeak [2020-04-06T17:22:06.901Z] --- SKIP: TestBuildMultiStageLayerLeak (0.01s) [2020-04-06T17:22:06.901Z] build_test.go:451: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-06T17:22:06.901Z] === RUN TestBuildWithHugeFile [2020-04-06T17:22:06.901Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2020-04-06T17:22:06.901Z] build_test.go:492: testEnv.OSType == "windows" [2020-04-06T17:22:06.901Z] === RUN TestBuildWithEmptyDockerfile [2020-04-06T17:22:06.901Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-06T17:22:06.901Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-06T17:22:06.901Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-06T17:22:06.901Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-06T17:22:06.901Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-06T17:22:06.901Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-06T17:22:06.901Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-06T17:22:06.901Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-06T17:22:06.901Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-06T17:22:06.901Z] --- PASS: TestBuildWithEmptyDockerfile (0.36s) [2020-04-06T17:22:06.901Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2020-04-06T17:22:06.901Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2020-04-06T17:22:06.901Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2020-04-06T17:22:06.901Z] === RUN TestBuildPreserveOwnership [2020-04-06T17:22:06.901Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2020-04-06T17:22:06.901Z] build_test.go:580: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-06T17:22:06.901Z] === RUN TestBuildPlatformInvalid [2020-04-06T17:22:06.901Z] --- PASS: TestBuildPlatformInvalid (0.04s) [2020-04-06T17:22:06.901Z] PASS [2020-04-06T17:22:06.901Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-04-06T17:22:07.227Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-04-06T17:22:07.227Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-04-06T17:22:07.349Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:07.349Z] INFO: Testing against a local daemon [2020-04-06T17:22:07.349Z] === RUN TestConfigList [2020-04-06T17:22:07.349Z] --- SKIP: TestConfigList (0.00s) [2020-04-06T17:22:07.349Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:07.349Z] === RUN TestConfigsCreateAndDelete [2020-04-06T17:22:07.349Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2020-04-06T17:22:07.349Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:07.349Z] === RUN TestConfigsUpdate [2020-04-06T17:22:07.349Z] --- SKIP: TestConfigsUpdate (0.00s) [2020-04-06T17:22:07.349Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:07.349Z] === RUN TestTemplatedConfig [2020-04-06T17:22:07.349Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-04-06T17:22:07.349Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:07.349Z] === RUN TestConfigInspect [2020-04-06T17:22:07.349Z] --- SKIP: TestConfigInspect (0.00s) [2020-04-06T17:22:07.349Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:07.349Z] === RUN TestConfigCreateWithLabels [2020-04-06T17:22:07.349Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2020-04-06T17:22:07.349Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:07.349Z] === RUN TestConfigCreateResolve [2020-04-06T17:22:07.349Z] --- SKIP: TestConfigCreateResolve (0.00s) [2020-04-06T17:22:07.349Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:07.349Z] === RUN TestConfigDaemonLibtrustID [2020-04-06T17:22:07.349Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2020-04-06T17:22:07.349Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:07.349Z] PASS [2020-04-06T17:22:07.349Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-04-06T17:22:07.349Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:07.349Z] INFO: Testing against a local daemon [2020-04-06T17:22:07.349Z] === RUN TestCheckpoint [2020-04-06T17:22:07.349Z] --- SKIP: TestCheckpoint (0.00s) [2020-04-06T17:22:07.349Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-06T17:22:07.349Z] === RUN TestContainerInvalidJSON [2020-04-06T17:22:07.349Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-04-06T17:22:07.349Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-04-06T17:22:07.349Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-04-06T17:22:07.349Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-04-06T17:22:07.349Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-04-06T17:22:07.349Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-04-06T17:22:07.349Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-04-06T17:22:07.349Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-04-06T17:22:07.349Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-04-06T17:22:07.349Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-04-06T17:22:07.349Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-04-06T17:22:07.349Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-04-06T17:22:07.349Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-04-06T17:22:07.349Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-04-06T17:22:07.349Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.02s) [2020-04-06T17:22:07.349Z] copy_test.go:25: testEnv.OSType == "windows" [2020-04-06T17:22:07.349Z] === RUN TestCopyFromContainerPathIsNotDir [2020-04-06T17:22:07.349Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2020-04-06T17:22:07.349Z] copy_test.go:39: testEnv.OSType == "windows" [2020-04-06T17:22:07.349Z] === RUN TestCopyToContainerPathDoesNotExist [2020-04-06T17:22:07.349Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2020-04-06T17:22:07.349Z] copy_test.go:51: testEnv.OSType == "windows" [2020-04-06T17:22:07.349Z] === RUN TestCopyToContainerPathIsNotDir [2020-04-06T17:22:07.349Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2020-04-06T17:22:07.349Z] copy_test.go:65: testEnv.OSType == "windows" [2020-04-06T17:22:07.349Z] === RUN TestCopyFromContainer [2020-04-06T17:22:07.349Z] --- SKIP: TestCopyFromContainer (0.00s) [2020-04-06T17:22:07.349Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:07.349Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-04-06T17:22:07.349Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-06T17:22:07.349Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-06T17:22:07.349Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-06T17:22:07.349Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-06T17:22:07.349Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-06T17:22:07.349Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-06T17:22:07.349Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-06T17:22:07.349Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-06T17:22:07.349Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-06T17:22:07.349Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-04-06T17:22:07.349Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-04-06T17:22:07.349Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-04-06T17:22:07.349Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-04-06T17:22:07.349Z] === RUN TestCreateLinkToNonExistingContainer [2020-04-06T17:22:07.349Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2020-04-06T17:22:07.349Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-04-06T17:22:07.349Z] === RUN TestCreateWithInvalidEnv [2020-04-06T17:22:07.349Z] === RUN TestCreateWithInvalidEnv/0 [2020-04-06T17:22:07.349Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-04-06T17:22:07.349Z] === RUN TestCreateWithInvalidEnv/1 [2020-04-06T17:22:07.349Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-04-06T17:22:07.349Z] === RUN TestCreateWithInvalidEnv/2 [2020-04-06T17:22:07.349Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-04-06T17:22:07.349Z] === CONT TestCreateWithInvalidEnv/0 [2020-04-06T17:22:07.349Z] === CONT TestCreateWithInvalidEnv/2 [2020-04-06T17:22:07.349Z] === CONT TestCreateWithInvalidEnv/1 [2020-04-06T17:22:07.349Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-04-06T17:22:07.349Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-04-06T17:22:07.349Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-04-06T17:22:07.349Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-04-06T17:22:07.349Z] === RUN TestCreateTmpfsMountsTarget [2020-04-06T17:22:07.349Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2020-04-06T17:22:07.349Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:07.349Z] === RUN TestCreateWithCustomMaskedPaths [2020-04-06T17:22:07.349Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2020-04-06T17:22:07.349Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:07.349Z] === RUN TestCreateWithCapabilities [2020-04-06T17:22:07.349Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2020-04-06T17:22:07.349Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2020-04-06T17:22:07.349Z] === RUN TestCreateWithCustomReadonlyPaths [2020-04-06T17:22:07.349Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2020-04-06T17:22:07.349Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:07.349Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-04-06T17:22:07.349Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-06T17:22:07.349Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-06T17:22:07.349Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-06T17:22:07.349Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-06T17:22:07.349Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-06T17:22:07.349Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-06T17:22:07.349Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-06T17:22:07.349Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-06T17:22:07.349Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-06T17:22:07.349Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-06T17:22:07.349Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-06T17:22:07.349Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-06T17:22:07.349Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-06T17:22:07.349Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-06T17:22:07.349Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-06T17:22:07.349Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-04-06T17:22:07.349Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-04-06T17:22:07.349Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-04-06T17:22:07.349Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-04-06T17:22:07.349Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-04-06T17:22:07.349Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-04-06T17:22:07.349Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-04-06T17:22:07.349Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-04-06T17:22:07.349Z] create_test.go:542: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-04-06T17:22:07.349Z] === RUN TestDiff [2020-04-06T17:22:07.349Z] --- SKIP: TestDiff (0.00s) [2020-04-06T17:22:07.349Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:07.349Z] === RUN TestExecWithCloseStdin [2020-04-06T17:22:07.358Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.54s) [2020-04-06T17:22:07.358Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-04-06T17:22:07.358Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-06T17:22:07.358Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-06T17:22:07.358Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-06T17:22:07.358Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-06T17:22:07.358Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-06T17:22:07.358Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-06T17:22:07.358Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-06T17:22:07.358Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-06T17:22:07.358Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-06T17:22:07.358Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-06T17:22:07.358Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-06T17:22:07.358Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-06T17:22:07.358Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-06T17:22:07.358Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-06T17:22:07.358Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-06T17:22:07.358Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-04-06T17:22:07.358Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-04-06T17:22:07.358Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-04-06T17:22:07.358Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-04-06T17:22:07.358Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-04-06T17:22:07.358Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-04-06T17:22:07.358Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-04-06T17:22:07.707Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s) [2020-04-06T17:22:07.707Z] === RUN TestContainerStartOnDaemonRestart [2020-04-06T17:22:07.707Z] === PAUSE TestContainerStartOnDaemonRestart [2020-04-06T17:22:07.707Z] === RUN TestDaemonRestartIpcMode [2020-04-06T17:22:07.707Z] === PAUSE TestDaemonRestartIpcMode [2020-04-06T17:22:07.707Z] === RUN TestDiff [2020-04-06T17:22:08.532Z] --- PASS: TestDiff (0.90s) [2020-04-06T17:22:08.532Z] === RUN TestExecWithCloseStdin [2020-04-06T17:22:09.481Z] --- PASS: TestExecWithCloseStdin (1.76s) [2020-04-06T17:22:09.481Z] === RUN TestExec [2020-04-06T17:22:09.481Z] --- SKIP: TestExec (0.00s) [2020-04-06T17:22:09.481Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-04-06T17:22:09.481Z] === RUN TestExecUser [2020-04-06T17:22:09.481Z] --- SKIP: TestExecUser (0.00s) [2020-04-06T17:22:09.481Z] exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-04-06T17:22:09.481Z] === RUN TestExportContainerAndImportImage [2020-04-06T17:22:09.481Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2020-04-06T17:22:09.481Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:09.481Z] === RUN TestExportContainerAfterDaemonRestart [2020-04-06T17:22:09.481Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2020-04-06T17:22:09.481Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:09.481Z] === RUN TestHealthCheckWorkdir [2020-04-06T17:22:09.481Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2020-04-06T17:22:09.481Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:09.481Z] === RUN TestHealthKillContainer [2020-04-06T17:22:09.481Z] --- SKIP: TestHealthKillContainer (0.00s) [2020-04-06T17:22:09.481Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-04-06T17:22:09.481Z] === RUN TestInspectCpusetInConfigPre120 [2020-04-06T17:22:09.481Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2020-04-06T17:22:09.481Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-04-06T17:22:09.481Z] === RUN TestKillContainerInvalidSignal [2020-04-06T17:22:09.786Z] --- PASS: TestExecWithCloseStdin (1.10s) [2020-04-06T17:22:09.786Z] === RUN TestExec [2020-04-06T17:22:10.556Z] --- PASS: TestExec (0.97s) [2020-04-06T17:22:10.556Z] === RUN TestExecUser [2020-04-06T17:22:10.982Z] --- PASS: TestKillContainerInvalidSignal (1.58s) [2020-04-06T17:22:10.982Z] === RUN TestKillContainer [2020-04-06T17:22:10.982Z] --- SKIP: TestKillContainer (0.00s) [2020-04-06T17:22:10.982Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-04-06T17:22:10.982Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-04-06T17:22:10.982Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-04-06T17:22:10.982Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-04-06T17:22:10.982Z] === RUN TestKillStoppedContainer [2020-04-06T17:22:10.982Z] --- SKIP: TestKillStoppedContainer (0.00s) [2020-04-06T17:22:10.982Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-04-06T17:22:10.982Z] === RUN TestKillStoppedContainerAPIPre120 [2020-04-06T17:22:10.982Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2020-04-06T17:22:10.982Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-04-06T17:22:10.982Z] === RUN TestKillDifferentUserContainer [2020-04-06T17:22:10.982Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2020-04-06T17:22:10.982Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-04-06T17:22:10.982Z] === RUN TestInspectOomKilledTrue [2020-04-06T17:22:10.982Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-04-06T17:22:10.982Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:22:10.982Z] === RUN TestInspectOomKilledFalse [2020-04-06T17:22:10.982Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-04-06T17:22:10.982Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:22:10.982Z] === RUN TestLogsFollowTailEmpty [2020-04-06T17:22:11.402Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-04-06T17:22:11.750Z] --- PASS: TestExecUser (1.00s) [2020-04-06T17:22:11.750Z] === RUN TestExportContainerAndImportImage [2020-04-06T17:22:12.484Z] --- PASS: TestLogsFollowTailEmpty (1.50s) [2020-04-06T17:22:12.484Z] === RUN TestNetworkNat [2020-04-06T17:22:12.484Z] --- SKIP: TestNetworkNat (0.00s) [2020-04-06T17:22:12.484Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:12.484Z] === RUN TestNetworkLocalhostTCPNat [2020-04-06T17:22:12.484Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2020-04-06T17:22:12.484Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-06T17:22:12.484Z] === RUN TestNetworkLoopbackNat [2020-04-06T17:22:12.484Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2020-04-06T17:22:12.484Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:12.484Z] === RUN TestPause [2020-04-06T17:22:12.484Z] --- SKIP: TestPause (0.00s) [2020-04-06T17:22:12.484Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-04-06T17:22:12.484Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-04-06T17:22:12.772Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-04-06T17:22:13.006Z] --- PASS: TestExportContainerAndImportImage (1.20s) [2020-04-06T17:22:13.006Z] === RUN TestExportContainerAfterDaemonRestart [2020-04-06T17:22:13.336Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-04-06T17:22:13.336Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-04-06T17:22:13.336Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-04-06T17:22:13.336Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-04-06T17:22:13.336Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-04-06T17:22:13.593Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-04-06T17:22:13.984Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.45s) [2020-04-06T17:22:13.984Z] === RUN TestPauseStopPausedContainer [2020-04-06T17:22:13.984Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2020-04-06T17:22:13.984Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:13.984Z] === RUN TestPsFilter [2020-04-06T17:22:13.984Z] --- PASS: TestPsFilter (0.12s) [2020-04-06T17:22:13.984Z] === RUN TestRemoveContainerWithRemovedVolume [2020-04-06T17:22:14.157Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-04-06T17:22:14.353Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2020-04-06T17:22:14.353Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2020-04-06T17:22:14.353Z] daemon.go:325: [d8bd3e8fa8fea] waiting for daemon to start [2020-04-06T17:22:14.353Z] daemon.go:325: [d8bd3e8fa8fea] waiting for daemon to start [2020-04-06T17:22:14.353Z] daemon.go:353: [d8bd3e8fa8fea] daemon started [2020-04-06T17:22:14.353Z] daemon.go:461: [d8bd3e8fa8fea] Stopping daemon [2020-04-06T17:22:14.353Z] daemon.go:296: [d8bd3e8fa8fea] exiting daemon [2020-04-06T17:22:14.353Z] daemon.go:448: [d8bd3e8fa8fea] Daemon stopped [2020-04-06T17:22:14.353Z] daemon.go:325: [d8bd3e8fa8fea] waiting for daemon to start [2020-04-06T17:22:14.353Z] daemon.go:325: [d8bd3e8fa8fea] waiting for daemon to start [2020-04-06T17:22:14.353Z] daemon.go:353: [d8bd3e8fa8fea] daemon started [2020-04-06T17:22:14.353Z] daemon.go:461: [d8bd3e8fa8fea] Stopping daemon [2020-04-06T17:22:14.353Z] daemon.go:296: [d8bd3e8fa8fea] exiting daemon [2020-04-06T17:22:14.353Z] daemon.go:448: [d8bd3e8fa8fea] Daemon stopped [2020-04-06T17:22:14.353Z] === RUN TestHealthCheckWorkdir [2020-04-06T17:22:14.721Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-06T17:22:15.485Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.73s) [2020-04-06T17:22:15.485Z] === RUN TestRemoveContainerWithVolume [2020-04-06T17:22:15.557Z] --- PASS: TestHealthCheckWorkdir (1.03s) [2020-04-06T17:22:15.557Z] === RUN TestHealthKillContainer [2020-04-06T17:22:17.616Z] --- PASS: TestRemoveContainerWithVolume (1.76s) [2020-04-06T17:22:17.616Z] === RUN TestRemoveContainerRunning [2020-04-06T17:22:18.563Z] --- PASS: TestRemoveContainerRunning (1.44s) [2020-04-06T17:22:18.563Z] === RUN TestRemoveContainerForceRemoveRunning [2020-04-06T17:22:18.664Z] --- PASS: TestHealthKillContainer (3.18s) [2020-04-06T17:22:18.664Z] === RUN TestInspectCpusetInConfigPre120 [2020-04-06T17:22:18.912Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-04-06T17:22:19.413Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s) [2020-04-06T17:22:19.413Z] === RUN TestIpcModeNone [2020-04-06T17:22:19.842Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-04-06T17:22:20.065Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.50s) [2020-04-06T17:22:20.065Z] === RUN TestRemoveInvalidContainer [2020-04-06T17:22:20.065Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-04-06T17:22:20.065Z] === RUN TestRenameLinkedContainer [2020-04-06T17:22:20.065Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2020-04-06T17:22:20.065Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:20.065Z] === RUN TestRenameStoppedContainer [2020-04-06T17:22:20.626Z] --- PASS: TestIpcModeNone (1.06s) [2020-04-06T17:22:20.626Z] === RUN TestIpcModePrivate [2020-04-06T17:22:21.182Z] 2020/04/06 17:22:16 Finished clone google.golang.org/api [2020-04-06T17:22:21.182Z] 2020/04/06 17:22:16 Dependencies downloaded. Download time: 45.558178407s [2020-04-06T17:22:21.182Z] 2020/04/06 17:22:16 Collecting all dependencies [2020-04-06T17:22:21.214Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-04-06T17:22:21.471Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-04-06T17:22:21.922Z] --- PASS: TestIpcModePrivate (1.03s) [2020-04-06T17:22:21.922Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2020-04-06T17:22:21.922Z] === RUN TestIpcModeShareable [2020-04-06T17:22:22.034Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-04-06T17:22:22.194Z] --- PASS: TestRenameStoppedContainer (1.74s) [2020-04-06T17:22:22.194Z] === RUN TestRenameRunningContainerAndReuse [2020-04-06T17:22:22.702Z] --- PASS: TestIpcModeShareable (1.08s) [2020-04-06T17:22:22.702Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2020-04-06T17:22:22.702Z] === RUN TestAPIIpcModeShareableAndContainer [2020-04-06T17:22:24.558Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-04-06T17:22:25.038Z] --- PASS: TestRenameRunningContainerAndReuse (2.99s) [2020-04-06T17:22:25.038Z] === RUN TestRenameInvalidName [2020-04-06T17:22:25.349Z] 2020/04/06 17:22:25 Clean vendor dir from unused packages [2020-04-06T17:22:25.349Z] 2020/04/06 17:22:25 Ignoring paths matching "^archive/tar" [2020-04-06T17:22:25.811Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.92s) [2020-04-06T17:22:25.811Z] === RUN TestAPIIpcModeHost [2020-04-06T17:22:25.929Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-04-06T17:22:26.186Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-04-06T17:22:26.277Z] 2020/04/06 17:22:25 Success [2020-04-06T17:22:26.277Z] 2020/04/06 17:22:25 Running time: 57.47311399s [2020-04-06T17:22:26.277Z] Congratulations! All vendoring changes are done the right way. [2020-04-06T17:22:26.541Z] --- PASS: TestRenameInvalidName (1.45s) [2020-04-06T17:22:26.541Z] === RUN TestRenameAnonymousContainer [2020-04-06T17:22:26.541Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2020-04-06T17:22:26.541Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:26.541Z] === RUN TestRenameContainerWithSameName [2020-04-06T17:22:26.580Z] --- PASS: TestAPIIpcModeHost (0.85s) [2020-04-06T17:22:26.580Z] === RUN TestDaemonIpcModeShareable [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-04-06T17:22:27.529Z] + echo Building e2e image [2020-04-06T17:22:27.529Z] Building e2e image [2020-04-06T17:22:27.529Z] + docker build --build-arg DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 -t moby-e2e-test -f Dockerfile.e2e . [2020-04-06T17:22:27.529Z] #1 [internal] load build definition from Dockerfile.e2e [2020-04-06T17:22:27.529Z] #1 transferring dockerfile: 3.21kB done [2020-04-06T17:22:27.529Z] #1 DONE 0.0s [2020-04-06T17:22:27.529Z] [2020-04-06T17:22:27.529Z] #2 [internal] load .dockerignore [2020-04-06T17:22:27.529Z] #2 transferring context: 34B done [2020-04-06T17:22:27.529Z] #2 DONE 0.0s [2020-04-06T17:22:27.529Z] [2020-04-06T17:22:27.530Z] #3 [internal] load metadata for docker.io/library/alpine:3.9 [2020-04-06T17:22:27.530Z] #3 DONE 0.1s [2020-04-06T17:22:27.530Z] [2020-04-06T17:22:27.530Z] #4 [internal] load metadata for docker.io/library/golang:1.12.17-alpine [2020-04-06T17:22:27.787Z] #4 DONE 0.1s [2020-04-06T17:22:27.787Z] [2020-04-06T17:22:27.787Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.17-alpine@sha256:3f8e3ad3e... [2020-04-06T17:22:27.787Z] #14 DONE 0.0s [2020-04-06T17:22:27.787Z] [2020-04-06T17:22:27.787Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.9@sha256:115731bab0862031b... [2020-04-06T17:22:27.787Z] #5 DONE 0.0s [2020-04-06T17:22:27.787Z] [2020-04-06T17:22:27.787Z] #8 [internal] load build context [2020-04-06T17:22:27.787Z] #8 transferring context: 800.38kB 0.2s done [2020-04-06T17:22:27.787Z] #8 DONE 0.2s [2020-04-06T17:22:28.043Z] [2020-04-06T17:22:28.043Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-04-06T17:22:28.043Z] #15 CACHED [2020-04-06T17:22:28.043Z] [2020-04-06T17:22:28.043Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-04-06T17:22:28.043Z] #16 CACHED [2020-04-06T17:22:28.043Z] [2020-04-06T17:22:28.043Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-04-06T17:22:28.043Z] #17 CACHED [2020-04-06T17:22:28.043Z] [2020-04-06T17:22:28.043Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-04-06T17:22:28.043Z] #18 CACHED [2020-04-06T17:22:28.043Z] [2020-04-06T17:22:28.043Z] #31 [builder 1/4] COPY . . [2020-04-06T17:22:28.044Z] --- PASS: TestRenameContainerWithSameName (1.44s) [2020-04-06T17:22:28.044Z] === RUN TestRenameContainerWithLinkedContainer [2020-04-06T17:22:28.044Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2020-04-06T17:22:28.044Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:28.044Z] === RUN TestResize [2020-04-06T17:22:28.044Z] --- SKIP: TestResize (0.00s) [2020-04-06T17:22:28.044Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:28.044Z] === RUN TestResizeWithInvalidSize [2020-04-06T17:22:28.044Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2020-04-06T17:22:28.044Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:28.044Z] === RUN TestResizeWhenContainerNotStarted [2020-04-06T17:22:28.395Z] --- PASS: TestDaemonIpcModeShareable (1.72s) [2020-04-06T17:22:28.395Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2020-04-06T17:22:28.395Z] daemon.go:325: [d58f57ab995df] waiting for daemon to start [2020-04-06T17:22:28.395Z] daemon.go:325: [d58f57ab995df] waiting for daemon to start [2020-04-06T17:22:28.395Z] daemon.go:353: [d58f57ab995df] daemon started [2020-04-06T17:22:28.395Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2020-04-06T17:22:28.395Z] daemon.go:461: [d58f57ab995df] Stopping daemon [2020-04-06T17:22:28.395Z] daemon.go:296: [d58f57ab995df] exiting daemon [2020-04-06T17:22:28.395Z] daemon.go:448: [d58f57ab995df] Daemon stopped [2020-04-06T17:22:28.395Z] === RUN TestDaemonIpcModePrivate [2020-04-06T17:22:28.606Z] #31 DONE 0.7s [2020-04-06T17:22:28.606Z] [2020-04-06T17:22:28.606Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-04-06T17:22:28.711Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-04-06T17:22:28.968Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-04-06T17:22:29.169Z] #32 DONE 0.8s [2020-04-06T17:22:29.425Z] [2020-04-06T17:22:29.425Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-04-06T17:22:29.545Z] --- PASS: TestResizeWhenContainerNotStarted (1.75s) [2020-04-06T17:22:29.545Z] === RUN TestDaemonRestartKillContainers [2020-04-06T17:22:29.545Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-04-06T17:22:29.545Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:29.545Z] === RUN TestStats [2020-04-06T17:22:29.545Z] --- SKIP: TestStats (0.00s) [2020-04-06T17:22:29.545Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2020-04-06T17:22:29.545Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-04-06T17:22:29.988Z] #33 0.665 [2020-04-06T17:22:29.988Z] #33 0.712 Removing bundles/ [2020-04-06T17:22:29.988Z] #33 0.712 [2020-04-06T17:22:29.988Z] #33 0.716 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-04-06T17:22:30.153Z] ok github.com/docker/docker/api/server 0.041s coverage: 7.9% of statements [2020-04-06T17:22:30.164Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2020-04-06T17:22:30.164Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2020-04-06T17:22:30.164Z] daemon.go:325: [de1164ca8c814] waiting for daemon to start [2020-04-06T17:22:30.164Z] daemon.go:325: [de1164ca8c814] waiting for daemon to start [2020-04-06T17:22:30.164Z] daemon.go:353: [de1164ca8c814] daemon started [2020-04-06T17:22:30.164Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2020-04-06T17:22:30.164Z] daemon.go:461: [de1164ca8c814] Stopping daemon [2020-04-06T17:22:30.164Z] daemon.go:296: [de1164ca8c814] exiting daemon [2020-04-06T17:22:30.164Z] daemon.go:448: [de1164ca8c814] Daemon stopped [2020-04-06T17:22:30.164Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-04-06T17:22:30.244Z] #33 0.999 Building test suite binary ./integration-cli/test.main [2020-04-06T17:22:31.376Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.59s) [2020-04-06T17:22:31.376Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2020-04-06T17:22:31.376Z] daemon.go:325: [d74c07f1977dc] waiting for daemon to start [2020-04-06T17:22:31.376Z] daemon.go:325: [d74c07f1977dc] waiting for daemon to start [2020-04-06T17:22:31.376Z] daemon.go:353: [d74c07f1977dc] daemon started [2020-04-06T17:22:31.376Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2020-04-06T17:22:31.376Z] daemon.go:461: [d74c07f1977dc] Stopping daemon [2020-04-06T17:22:31.376Z] daemon.go:296: [d74c07f1977dc] exiting daemon [2020-04-06T17:22:31.376Z] daemon.go:448: [d74c07f1977dc] Daemon stopped [2020-04-06T17:22:31.376Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-04-06T17:22:33.309Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.89s) [2020-04-06T17:22:33.309Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2020-04-06T17:22:33.309Z] daemon.go:325: [d950c9b778f01] waiting for daemon to start [2020-04-06T17:22:33.309Z] daemon.go:325: [d950c9b778f01] waiting for daemon to start [2020-04-06T17:22:33.309Z] daemon.go:353: [d950c9b778f01] daemon started [2020-04-06T17:22:33.309Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2020-04-06T17:22:33.309Z] daemon.go:461: [d950c9b778f01] Stopping daemon [2020-04-06T17:22:33.309Z] daemon.go:296: [d950c9b778f01] exiting daemon [2020-04-06T17:22:33.309Z] daemon.go:448: [d950c9b778f01] Daemon stopped [2020-04-06T17:22:33.309Z] === RUN TestIpcModeOlderClient [2020-04-06T17:22:33.309Z] === PAUSE TestIpcModeOlderClient [2020-04-06T17:22:33.309Z] === RUN TestKillContainerInvalidSignal [2020-04-06T17:22:34.063Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2020-04-06T17:22:34.063Z] === RUN TestKillContainer [2020-04-06T17:22:34.063Z] === RUN TestKillContainer/no_signal [2020-04-06T17:22:34.160Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.08s) [2020-04-06T17:22:34.160Z] === RUN TestStopContainerWithTimeout [2020-04-06T17:22:34.160Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2020-04-06T17:22:34.160Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-04-06T17:22:34.160Z] === RUN TestUpdateRestartPolicy [2020-04-06T17:22:35.282Z] === RUN TestKillContainer/non_killing_signal [2020-04-06T17:22:35.642Z] === RUN TestKillContainer/killing_signal [2020-04-06T17:22:36.865Z] --- PASS: TestKillContainer (2.65s) [2020-04-06T17:22:36.865Z] --- PASS: TestKillContainer/no_signal (0.90s) [2020-04-06T17:22:36.865Z] --- PASS: TestKillContainer/non_killing_signal (0.64s) [2020-04-06T17:22:36.865Z] --- PASS: TestKillContainer/killing_signal (0.76s) [2020-04-06T17:22:36.865Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-04-06T17:22:36.865Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-04-06T17:22:37.067Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-04-06T17:22:37.671Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-04-06T17:22:38.893Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.86s) [2020-04-06T17:22:38.893Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.83s) [2020-04-06T17:22:38.893Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2020-04-06T17:22:38.893Z] === RUN TestKillStoppedContainer [2020-04-06T17:22:38.893Z] --- PASS: TestKillStoppedContainer (0.13s) [2020-04-06T17:22:38.893Z] === RUN TestKillStoppedContainerAPIPre120 [2020-04-06T17:22:38.893Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-04-06T17:22:38.893Z] === RUN TestKillDifferentUserContainer [2020-04-06T17:22:39.655Z] --- PASS: TestKillDifferentUserContainer (0.88s) [2020-04-06T17:22:39.655Z] === RUN TestInspectOomKilledTrue [2020-04-06T17:22:39.655Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-04-06T17:22:39.655Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:22:39.655Z] === RUN TestInspectOomKilledFalse [2020-04-06T17:22:39.655Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-04-06T17:22:39.655Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:22:39.655Z] === RUN TestLinksEtcHostsContentMatch [2020-04-06T17:22:40.345Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-04-06T17:22:40.409Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s) [2020-04-06T17:22:40.409Z] === RUN TestLinksContainerNames [2020-04-06T17:22:41.716Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-04-06T17:22:42.230Z] --- PASS: TestLinksContainerNames (1.62s) [2020-04-06T17:22:42.230Z] === RUN TestLogsFollowTailEmpty [2020-04-06T17:22:42.981Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2020-04-06T17:22:42.981Z] === RUN TestContainerNetworkMountsNoChown [2020-04-06T17:22:43.086Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-04-06T17:22:43.738Z] --- PASS: TestContainerNetworkMountsNoChown (0.94s) [2020-04-06T17:22:43.738Z] === RUN TestMountDaemonRoot [2020-04-06T17:22:43.738Z] === RUN TestMountDaemonRoot/default [2020-04-06T17:22:43.738Z] === PAUSE TestMountDaemonRoot/default [2020-04-06T17:22:43.738Z] === RUN TestMountDaemonRoot/private [2020-04-06T17:22:43.738Z] === PAUSE TestMountDaemonRoot/private [2020-04-06T17:22:43.738Z] === RUN TestMountDaemonRoot/rprivate [2020-04-06T17:22:43.738Z] === PAUSE TestMountDaemonRoot/rprivate [2020-04-06T17:22:43.738Z] === RUN TestMountDaemonRoot/slave [2020-04-06T17:22:43.738Z] === PAUSE TestMountDaemonRoot/slave [2020-04-06T17:22:43.738Z] === RUN TestMountDaemonRoot/rslave [2020-04-06T17:22:43.738Z] === PAUSE TestMountDaemonRoot/rslave [2020-04-06T17:22:43.738Z] === RUN TestMountDaemonRoot/shared [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/shared [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rshared [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rshared [2020-04-06T17:22:43.739Z] === CONT TestMountDaemonRoot/default [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/default/bind_root [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/default/mount_root [2020-04-06T17:22:43.739Z] === CONT TestMountDaemonRoot/rshared [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-04-06T17:22:43.739Z] === CONT TestMountDaemonRoot/shared [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-04-06T17:22:43.739Z] === CONT TestMountDaemonRoot/rslave [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-04-06T17:22:43.739Z] === CONT TestMountDaemonRoot/slave [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-04-06T17:22:43.739Z] === CONT TestMountDaemonRoot/rprivate [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-04-06T17:22:43.739Z] === CONT TestMountDaemonRoot/private [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/private/bind_root [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/private/mount_root [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-04-06T17:22:43.739Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-04-06T17:22:43.739Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-04-06T17:22:43.739Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-04-06T17:22:43.739Z] === CONT TestMountDaemonRoot/default/mount_root [2020-04-06T17:22:43.739Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-04-06T17:22:43.739Z] === CONT TestMountDaemonRoot/default/bind_root [2020-04-06T17:22:44.020Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-04-06T17:22:44.089Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-04-06T17:22:44.456Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-04-06T17:22:44.456Z] === CONT TestMountDaemonRoot/private/bind_root [2020-04-06T17:22:44.456Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-04-06T17:22:44.456Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-04-06T17:22:44.456Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-04-06T17:22:44.456Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-04-06T17:22:44.456Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-04-06T17:22:44.456Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-04-06T17:22:44.456Z] === CONT TestMountDaemonRoot/private/mount_root [2020-04-06T17:22:44.456Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-04-06T17:22:44.456Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.09s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2020-04-06T17:22:44.456Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-04-06T17:22:44.456Z] === RUN TestContainerBindMountNonRecursive [2020-04-06T17:22:45.391Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-04-06T17:22:46.324Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-04-06T17:22:46.878Z] --- PASS: TestContainerBindMountNonRecursive (1.95s) [2020-04-06T17:22:46.879Z] === RUN TestNetworkNat [2020-04-06T17:22:47.258Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-04-06T17:22:47.656Z] --- PASS: TestNetworkNat (1.00s) [2020-04-06T17:22:47.656Z] === RUN TestNetworkLocalhostTCPNat [2020-04-06T17:22:48.416Z] --- PASS: TestNetworkLocalhostTCPNat (0.92s) [2020-04-06T17:22:48.416Z] === RUN TestNetworkLoopbackNat [2020-04-06T17:22:49.633Z] --- PASS: TestNetworkLoopbackNat (1.16s) [2020-04-06T17:22:49.633Z] === RUN TestPause [2020-04-06T17:22:50.384Z] --- PASS: TestPause (0.92s) [2020-04-06T17:22:50.384Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-04-06T17:22:50.384Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-06T17:22:50.384Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-06T17:22:50.384Z] === RUN TestPauseStopPausedContainer [2020-04-06T17:22:50.535Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-04-06T17:22:50.792Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-04-06T17:22:51.050Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-04-06T17:22:51.693Z] --- PASS: TestPauseStopPausedContainer (0.99s) [2020-04-06T17:22:51.693Z] === RUN TestPsFilter [2020-04-06T17:22:51.693Z] --- PASS: TestPsFilter (0.22s) [2020-04-06T17:22:51.693Z] === RUN TestRemoveContainerWithRemovedVolume [2020-04-06T17:22:52.421Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-04-06T17:22:52.421Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-04-06T17:22:52.543Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.79s) [2020-04-06T17:22:52.543Z] === RUN TestRemoveContainerWithVolume [2020-04-06T17:22:53.770Z] --- PASS: TestRemoveContainerWithVolume (1.04s) [2020-04-06T17:22:53.770Z] === RUN TestRemoveContainerRunning [2020-04-06T17:22:54.318Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-04-06T17:22:54.521Z] --- PASS: TestRemoveContainerRunning (0.97s) [2020-04-06T17:22:54.521Z] === RUN TestRemoveContainerForceRemoveRunning [2020-04-06T17:22:55.096Z] --- PASS: TestUpdateRestartPolicy (18.72s) [2020-04-06T17:22:55.096Z] === RUN TestUpdateRestartWithAutoRemove [2020-04-06T17:22:55.096Z] --- PASS: TestUpdateRestartWithAutoRemove (1.51s) [2020-04-06T17:22:55.096Z] === RUN TestWaitNonBlocked [2020-04-06T17:22:55.096Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-06T17:22:55.096Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-06T17:22:55.096Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-06T17:22:55.096Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-06T17:22:55.096Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-06T17:22:55.096Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-06T17:22:55.690Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-04-06T17:22:55.739Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.94s) [2020-04-06T17:22:55.739Z] === RUN TestRemoveInvalidContainer [2020-04-06T17:22:55.739Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-04-06T17:22:55.739Z] === RUN TestRenameLinkedContainer [2020-04-06T17:22:56.255Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-04-06T17:22:56.602Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-04-06T17:22:56.602Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.13s) [2020-04-06T17:22:56.602Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.28s) [2020-04-06T17:22:56.602Z] === RUN TestWaitBlocked [2020-04-06T17:22:56.602Z] --- SKIP: TestWaitBlocked (0.00s) [2020-04-06T17:22:56.602Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:56.602Z] PASS [2020-04-06T17:22:56.602Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-04-06T17:22:56.602Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:56.602Z] INFO: Testing against a local daemon [2020-04-06T17:22:56.602Z] === RUN TestCommitInheritsEnv [2020-04-06T17:22:56.602Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2020-04-06T17:22:56.602Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-06T17:22:56.602Z] === RUN TestImportExtremelyLargeImageWorks [2020-04-06T17:22:56.602Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-04-06T17:22:56.602Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2020-04-06T17:22:56.602Z] === RUN TestImagesFilterMultiReference [2020-04-06T17:22:56.602Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-04-06T17:22:56.602Z] === RUN TestImagePullPlatformInvalid [2020-04-06T17:22:56.602Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-04-06T17:22:56.602Z] === RUN TestRemoveImageOrphaning [2020-04-06T17:22:56.602Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2020-04-06T17:22:56.602Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-06T17:22:56.602Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-04-06T17:22:56.602Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-04-06T17:22:56.602Z] === RUN TestTagInvalidReference [2020-04-06T17:22:56.602Z] --- PASS: TestTagInvalidReference (0.02s) [2020-04-06T17:22:56.602Z] === RUN TestTagValidPrefixedRepo [2020-04-06T17:22:56.602Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-04-06T17:22:56.602Z] === RUN TestTagExistedNameWithoutForce [2020-04-06T17:22:56.602Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-04-06T17:22:56.602Z] === RUN TestTagOfficialNames [2020-04-06T17:22:56.602Z] --- SKIP: TestTagOfficialNames (0.00s) [2020-04-06T17:22:56.602Z] tag_test.go:98: testEnv.OSType == "windows" [2020-04-06T17:22:56.602Z] === RUN TestTagMatchesDigest [2020-04-06T17:22:56.602Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-04-06T17:22:56.602Z] PASS [2020-04-06T17:22:56.602Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-04-06T17:22:56.602Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:56.602Z] INFO: Testing against a local daemon [2020-04-06T17:22:56.602Z] === RUN TestNetworkCreateDelete [2020-04-06T17:22:56.602Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2020-04-06T17:22:56.602Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:56.602Z] === RUN TestDockerNetworkDeletePreferID [2020-04-06T17:22:56.602Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2020-04-06T17:22:56.602Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-04-06T17:22:56.602Z] === RUN TestInspectNetwork [2020-04-06T17:22:56.602Z] --- SKIP: TestInspectNetwork (0.00s) [2020-04-06T17:22:56.602Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:56.602Z] === RUN TestRunContainerWithBridgeNone [2020-04-06T17:22:56.602Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-04-06T17:22:56.602Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:56.602Z] === RUN TestNetworkInvalidJSON [2020-04-06T17:22:56.602Z] === RUN TestNetworkInvalidJSON//networks/create [2020-04-06T17:22:56.602Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-04-06T17:22:56.602Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-04-06T17:22:56.602Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-04-06T17:22:56.602Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-06T17:22:56.602Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-06T17:22:56.602Z] === CONT TestNetworkInvalidJSON//networks/create [2020-04-06T17:22:56.602Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-06T17:22:56.602Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-04-06T17:22:56.602Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-04-06T17:22:56.602Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-04-06T17:22:56.602Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-04-06T17:22:56.602Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-04-06T17:22:56.602Z] === RUN TestDaemonRestartWithLiveRestore [2020-04-06T17:22:56.602Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2020-04-06T17:22:56.602Z] service_test.go:29: testEnv.OSType == "windows" [2020-04-06T17:22:56.602Z] === RUN TestDaemonDefaultNetworkPools [2020-04-06T17:22:56.602Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-04-06T17:22:56.602Z] service_test.go:51: testEnv.OSType == "windows" [2020-04-06T17:22:56.602Z] === RUN TestDaemonRestartWithExistingNetwork [2020-04-06T17:22:56.602Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-04-06T17:22:56.602Z] service_test.go:94: testEnv.OSType == "windows" [2020-04-06T17:22:56.602Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-04-06T17:22:56.602Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-04-06T17:22:56.602Z] service_test.go:127: testEnv.OSType == "windows" [2020-04-06T17:22:56.602Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-04-06T17:22:56.602Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-04-06T17:22:56.602Z] service_test.go:177: testEnv.OSType == "windows" [2020-04-06T17:22:56.602Z] === RUN TestServiceWithPredefinedNetwork [2020-04-06T17:22:56.602Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-04-06T17:22:56.602Z] service_test.go:201: testEnv.OSType == "windows" [2020-04-06T17:22:56.602Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-04-06T17:22:56.602Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-06T17:22:56.602Z] service_test.go:230: FLAKY_TEST [2020-04-06T17:22:56.602Z] === RUN TestServiceWithDataPathPortInit [2020-04-06T17:22:56.602Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-04-06T17:22:56.602Z] service_test.go:319: testEnv.OSType == "windows" [2020-04-06T17:22:56.602Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-04-06T17:22:56.602Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-04-06T17:22:56.602Z] service_test.go:386: testEnv.OSType == "windows" [2020-04-06T17:22:56.602Z] PASS [2020-04-06T17:22:56.602Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-04-06T17:22:56.602Z] PASS [2020-04-06T17:22:56.602Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-04-06T17:22:56.602Z] PASS [2020-04-06T17:22:56.602Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-04-06T17:22:56.602Z] PASS [2020-04-06T17:22:56.602Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-04-06T17:22:56.602Z] PASS [2020-04-06T17:22:56.602Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-04-06T17:22:56.602Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:56.602Z] INFO: Testing against a local daemon [2020-04-06T17:22:56.602Z] === RUN TestPluginInvalidJSON [2020-04-06T17:22:56.602Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-04-06T17:22:56.602Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-04-06T17:22:57.049Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-04-06T17:22:57.049Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-04-06T17:22:57.049Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-04-06T17:22:57.049Z] PASS [2020-04-06T17:22:57.049Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-04-06T17:22:57.049Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:57.049Z] INFO: Testing against a local daemon [2020-04-06T17:22:57.049Z] === RUN TestExternalGraphDriver [2020-04-06T17:22:57.049Z] --- SKIP: TestExternalGraphDriver (0.00s) [2020-04-06T17:22:57.049Z] external_test.go:48: runtime.GOOS == "windows" [2020-04-06T17:22:57.049Z] === RUN TestGraphdriverPluginV2 [2020-04-06T17:22:57.049Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2020-04-06T17:22:57.049Z] external_test.go:407: runtime.GOOS == "windows" [2020-04-06T17:22:57.049Z] PASS [2020-04-06T17:22:57.049Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-04-06T17:22:57.049Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:57.049Z] INFO: Testing against a local daemon [2020-04-06T17:22:57.049Z] PASS [2020-04-06T17:22:57.049Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-04-06T17:22:57.049Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:57.049Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-04-06T17:22:57.049Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:57.049Z] INFO: Testing against a local daemon [2020-04-06T17:22:57.049Z] === RUN TestSecretInspect [2020-04-06T17:22:57.049Z] --- SKIP: TestSecretInspect (0.00s) [2020-04-06T17:22:57.049Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestSecretList [2020-04-06T17:22:57.049Z] --- SKIP: TestSecretList (0.00s) [2020-04-06T17:22:57.049Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestSecretsCreateAndDelete [2020-04-06T17:22:57.049Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2020-04-06T17:22:57.049Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestSecretsUpdate [2020-04-06T17:22:57.049Z] --- SKIP: TestSecretsUpdate (0.00s) [2020-04-06T17:22:57.049Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestTemplatedSecret [2020-04-06T17:22:57.049Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-04-06T17:22:57.049Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestSecretCreateResolve [2020-04-06T17:22:57.049Z] --- SKIP: TestSecretCreateResolve (0.00s) [2020-04-06T17:22:57.049Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:57.049Z] PASS [2020-04-06T17:22:57.049Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-04-06T17:22:57.049Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:57.049Z] INFO: Testing against a local daemon [2020-04-06T17:22:57.049Z] === RUN TestServiceCreateInit [2020-04-06T17:22:57.049Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-04-06T17:22:57.049Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-04-06T17:22:57.049Z] --- PASS: TestServiceCreateInit (0.02s) [2020-04-06T17:22:57.049Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-04-06T17:22:57.049Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-04-06T17:22:57.049Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestCreateServiceMultipleTimes [2020-04-06T17:22:57.049Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2020-04-06T17:22:57.049Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestCreateServiceConflict [2020-04-06T17:22:57.049Z] --- SKIP: TestCreateServiceConflict (0.00s) [2020-04-06T17:22:57.049Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestCreateServiceMaxReplicas [2020-04-06T17:22:57.049Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2020-04-06T17:22:57.049Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestCreateWithDuplicateNetworkNames [2020-04-06T17:22:57.049Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2020-04-06T17:22:57.049Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestCreateServiceSecretFileMode [2020-04-06T17:22:57.049Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2020-04-06T17:22:57.049Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestCreateServiceConfigFileMode [2020-04-06T17:22:57.049Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2020-04-06T17:22:57.049Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestCreateServiceSysctls [2020-04-06T17:22:57.049Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-04-06T17:22:57.049Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestInspect [2020-04-06T17:22:57.049Z] --- SKIP: TestInspect (0.00s) [2020-04-06T17:22:57.049Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestDockerNetworkConnectAlias [2020-04-06T17:22:57.049Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2020-04-06T17:22:57.049Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestDockerNetworkReConnect [2020-04-06T17:22:57.049Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2020-04-06T17:22:57.049Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestServicePlugin [2020-04-06T17:22:57.049Z] --- SKIP: TestServicePlugin (0.00s) [2020-04-06T17:22:57.049Z] plugin_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.049Z] === RUN TestServiceUpdateLabel [2020-04-06T17:22:57.049Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2020-04-06T17:22:57.049Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:57.049Z] === RUN TestServiceUpdateSecrets [2020-04-06T17:22:57.049Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2020-04-06T17:22:57.049Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:57.049Z] === RUN TestServiceUpdateConfigs [2020-04-06T17:22:57.049Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2020-04-06T17:22:57.049Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:57.049Z] === RUN TestServiceUpdateNetwork [2020-04-06T17:22:57.049Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2020-04-06T17:22:57.049Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2020-04-06T17:22:57.049Z] PASS [2020-04-06T17:22:57.049Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-04-06T17:22:57.497Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:57.497Z] INFO: Testing against a local daemon [2020-04-06T17:22:57.497Z] === RUN TestSessionCreate [2020-04-06T17:22:57.497Z] --- SKIP: TestSessionCreate (0.00s) [2020-04-06T17:22:57.497Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:57.497Z] === RUN TestSessionCreateWithBadUpgrade [2020-04-06T17:22:57.497Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2020-04-06T17:22:57.497Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:57.497Z] PASS [2020-04-06T17:22:57.497Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-04-06T17:22:57.497Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:57.497Z] INFO: Testing against a local daemon [2020-04-06T17:22:57.497Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-04-06T17:22:57.497Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-06T17:22:57.497Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-04-06T17:22:57.497Z] === RUN TestEventsExecDie [2020-04-06T17:22:57.497Z] --- SKIP: TestEventsExecDie (0.00s) [2020-04-06T17:22:57.497Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-04-06T17:22:57.497Z] === RUN TestEventsBackwardsCompatible [2020-04-06T17:22:57.497Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2020-04-06T17:22:57.497Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-04-06T17:22:57.497Z] === RUN TestInfoAPI [2020-04-06T17:22:57.497Z] --- PASS: TestInfoAPI (0.03s) [2020-04-06T17:22:57.497Z] === RUN TestInfoAPIWarnings [2020-04-06T17:22:57.498Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2020-04-06T17:22:57.498Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-06T17:22:57.498Z] === RUN TestLoginFailsWithBadCredentials [2020-04-06T17:22:58.441Z] --- PASS: TestLoginFailsWithBadCredentials (0.92s) [2020-04-06T17:22:58.441Z] === RUN TestPingCacheHeaders [2020-04-06T17:22:58.441Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-04-06T17:22:58.441Z] === RUN TestPingGet [2020-04-06T17:22:58.441Z] --- PASS: TestPingGet (0.02s) [2020-04-06T17:22:58.441Z] === RUN TestPingHead [2020-04-06T17:22:58.441Z] --- PASS: TestPingHead (0.02s) [2020-04-06T17:22:58.441Z] === RUN TestVersion [2020-04-06T17:22:58.441Z] --- PASS: TestVersion (0.02s) [2020-04-06T17:22:58.441Z] PASS [2020-04-06T17:22:58.441Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-04-06T17:22:58.441Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:22:58.441Z] INFO: Testing against a local daemon [2020-04-06T17:22:58.441Z] === RUN TestVolumesCreateAndList [2020-04-06T17:22:58.441Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-04-06T17:22:58.441Z] === RUN TestVolumesRemove [2020-04-06T17:22:58.441Z] --- SKIP: TestVolumesRemove (0.00s) [2020-04-06T17:22:58.441Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-04-06T17:22:58.441Z] === RUN TestVolumesInspect [2020-04-06T17:22:58.441Z] --- PASS: TestVolumesInspect (0.03s) [2020-04-06T17:22:58.441Z] === RUN TestVolumesInvalidJSON [2020-04-06T17:22:58.441Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-04-06T17:22:58.441Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-04-06T17:22:58.441Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-04-06T17:22:58.441Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-04-06T17:22:58.441Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-04-06T17:22:58.441Z] PASS [2020-04-06T17:22:58.441Z] INFO: make.ps1 ended at 04/06/2020 17:22:58 [2020-04-06T17:22:58.441Z] INFO: Integration CLI tests being run from the host: [2020-04-06T17:22:58.441Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2020-04-06T17:22:59.767Z] --- PASS: TestRenameLinkedContainer (3.59s) [2020-04-06T17:22:59.768Z] === RUN TestRenameStoppedContainer [2020-04-06T17:22:59.768Z] --- PASS: TestRenameStoppedContainer (0.83s) [2020-04-06T17:22:59.768Z] === RUN TestRenameRunningContainerAndReuse [2020-04-06T17:23:01.507Z] --- PASS: TestRenameRunningContainerAndReuse (1.71s) [2020-04-06T17:23:01.507Z] === RUN TestRenameInvalidName [2020-04-06T17:23:02.848Z] --- PASS: TestRenameInvalidName (0.90s) [2020-04-06T17:23:02.848Z] === RUN TestRenameAnonymousContainer [2020-04-06T17:23:05.944Z] --- PASS: TestRenameAnonymousContainer (2.97s) [2020-04-06T17:23:05.944Z] === RUN TestRenameContainerWithSameName [2020-04-06T17:23:06.298Z] --- PASS: TestRenameContainerWithSameName (0.84s) [2020-04-06T17:23:06.298Z] === RUN TestRenameContainerWithLinkedContainer [2020-04-06T17:23:07.024Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-06T17:23:07.024Z] INFO: Testing against a local daemon [2020-04-06T17:23:07.024Z] === RUN TestDockerSuite [2020-04-06T17:23:07.024Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-04-06T17:23:07.024Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-04-06T17:23:07.024Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-04-06T17:23:07.024Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-04-06T17:23:07.024Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-04-06T17:23:07.024Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-04-06T17:23:07.024Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-04-06T17:23:07.024Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-04-06T17:23:07.024Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-04-06T17:23:07.024Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-04-06T17:23:07.472Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-04-06T17:23:07.472Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-04-06T17:23:08.142Z] --- PASS: TestRenameContainerWithLinkedContainer (1.68s) [2020-04-06T17:23:08.142Z] === RUN TestResize [2020-04-06T17:23:08.440Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-04-06T17:23:08.903Z] --- PASS: TestResize (0.88s) [2020-04-06T17:23:08.903Z] === RUN TestResizeWithInvalidSize [2020-04-06T17:23:08.928Z] #33 35.12 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-04-06T17:23:08.928Z] #33 36.58 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-04-06T17:23:08.928Z] #33 37.54 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-04-06T17:23:08.928Z] #33 38.89 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-04-06T17:23:09.184Z] #33 39.80 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-04-06T17:23:09.371Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-04-06T17:23:09.628Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-04-06T17:23:09.654Z] --- PASS: TestResizeWithInvalidSize (0.90s) [2020-04-06T17:23:09.654Z] === RUN TestResizeWhenContainerNotStarted [2020-04-06T17:23:10.112Z] #33 40.78 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-04-06T17:23:10.880Z] --- PASS: TestResizeWhenContainerNotStarted (0.96s) [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-06T17:23:10.880Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-06T17:23:10.880Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-06T17:23:10.880Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-06T17:23:10.880Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-06T17:23:10.880Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-06T17:23:10.880Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-06T17:23:10.880Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-06T17:23:10.880Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:23:10.880Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:23:10.880Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:23:10.880Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:23:10.880Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:23:10.880Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:23:10.880Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-06T17:23:10.880Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-06T17:23:11.045Z] #33 41.72 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-04-06T17:23:11.523Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-04-06T17:23:11.997Z] #33 42.62 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-04-06T17:23:11.997Z] #33 42.86 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-04-06T17:23:12.088Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-04-06T17:23:12.652Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-04-06T17:23:12.765Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:23:13.119Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:23:13.233Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-04-06T17:23:13.363Z] #33 44.03 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-04-06T17:23:13.806Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-04-06T17:23:14.291Z] #33 44.89 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-04-06T17:23:14.350Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:23:14.716Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:23:15.219Z] #33 46.09 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-04-06T17:23:15.476Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-06T17:23:15.699Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-04-06T17:23:15.699Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-04-06T17:23:15.849Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-06T17:23:17.068Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-04-06T17:23:17.108Z] #33 47.50 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-04-06T17:23:17.696Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-06T17:23:18.054Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-06T17:23:18.474Z] #33 48.82 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-04-06T17:23:18.964Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-04-06T17:23:19.035Z] #33 49.74 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-04-06T17:23:20.400Z] #33 51.14 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-04-06T17:23:20.575Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-06T17:23:20.575Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-06T17:23:21.329Z] #33 52.04 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-04-06T17:23:22.257Z] #33 52.95 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-04-06T17:23:23.885Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-04-06T17:23:23.887Z] #33 53.86 [2020-04-06T17:23:23.887Z] #33 DONE 54.7s [2020-04-06T17:23:23.963Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-04-06T17:23:23.963Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.84s) [2020-04-06T17:23:23.963Z] 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 [2020-04-06T17:23:23.963Z] daemon.go:325: [de17d14c05794] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:325: [de17d14c05794] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [de17d14c05794] daemon started [2020-04-06T17:23:23.963Z] daemon.go:325: [de17d14c05794] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:296: [de17d14c05794] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:325: [de17d14c05794] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [de17d14c05794] daemon started [2020-04-06T17:23:23.963Z] daemon.go:461: [de17d14c05794] Stopping daemon [2020-04-06T17:23:23.963Z] daemon.go:296: [de17d14c05794] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:448: [de17d14c05794] Daemon stopped [2020-04-06T17:23:23.963Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.32s) [2020-04-06T17:23:23.963Z] 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 [2020-04-06T17:23:23.963Z] daemon.go:325: [da9cdb3489544] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:325: [da9cdb3489544] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [da9cdb3489544] daemon started [2020-04-06T17:23:23.963Z] daemon.go:325: [da9cdb3489544] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:296: [da9cdb3489544] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:325: [da9cdb3489544] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [da9cdb3489544] daemon started [2020-04-06T17:23:23.963Z] daemon.go:461: [da9cdb3489544] Stopping daemon [2020-04-06T17:23:23.963Z] daemon.go:296: [da9cdb3489544] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:448: [da9cdb3489544] Daemon stopped [2020-04-06T17:23:23.963Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.47s) [2020-04-06T17:23:23.963Z] 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 [2020-04-06T17:23:23.963Z] daemon.go:325: [d7915f4d062fe] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:325: [d7915f4d062fe] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [d7915f4d062fe] daemon started [2020-04-06T17:23:23.963Z] daemon.go:461: [d7915f4d062fe] Stopping daemon [2020-04-06T17:23:23.963Z] daemon.go:296: [d7915f4d062fe] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:448: [d7915f4d062fe] Daemon stopped [2020-04-06T17:23:23.963Z] daemon.go:325: [d7915f4d062fe] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:325: [d7915f4d062fe] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [d7915f4d062fe] daemon started [2020-04-06T17:23:23.963Z] daemon.go:461: [d7915f4d062fe] Stopping daemon [2020-04-06T17:23:23.963Z] daemon.go:296: [d7915f4d062fe] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:448: [d7915f4d062fe] Daemon stopped [2020-04-06T17:23:23.963Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.46s) [2020-04-06T17:23:23.963Z] 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 [2020-04-06T17:23:23.963Z] daemon.go:325: [d1c90706603a6] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:325: [d1c90706603a6] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [d1c90706603a6] daemon started [2020-04-06T17:23:23.963Z] daemon.go:325: [d1c90706603a6] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:296: [d1c90706603a6] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:325: [d1c90706603a6] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [d1c90706603a6] daemon started [2020-04-06T17:23:23.963Z] daemon.go:461: [d1c90706603a6] Stopping daemon [2020-04-06T17:23:23.963Z] daemon.go:296: [d1c90706603a6] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:448: [d1c90706603a6] Daemon stopped [2020-04-06T17:23:23.963Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.44s) [2020-04-06T17:23:23.963Z] 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 [2020-04-06T17:23:23.963Z] daemon.go:325: [d827f3a3332ca] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:325: [d827f3a3332ca] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [d827f3a3332ca] daemon started [2020-04-06T17:23:23.963Z] daemon.go:461: [d827f3a3332ca] Stopping daemon [2020-04-06T17:23:23.963Z] daemon.go:296: [d827f3a3332ca] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:448: [d827f3a3332ca] Daemon stopped [2020-04-06T17:23:23.963Z] daemon.go:325: [d827f3a3332ca] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:325: [d827f3a3332ca] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [d827f3a3332ca] daemon started [2020-04-06T17:23:23.963Z] daemon.go:461: [d827f3a3332ca] Stopping daemon [2020-04-06T17:23:23.963Z] daemon.go:296: [d827f3a3332ca] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:448: [d827f3a3332ca] Daemon stopped [2020-04-06T17:23:23.963Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.46s) [2020-04-06T17:23:23.963Z] 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 [2020-04-06T17:23:23.963Z] daemon.go:325: [de0765bcac391] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:325: [de0765bcac391] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [de0765bcac391] daemon started [2020-04-06T17:23:23.963Z] daemon.go:325: [de0765bcac391] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:296: [de0765bcac391] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:325: [de0765bcac391] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [de0765bcac391] daemon started [2020-04-06T17:23:23.963Z] daemon.go:461: [de0765bcac391] Stopping daemon [2020-04-06T17:23:23.963Z] daemon.go:296: [de0765bcac391] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:448: [de0765bcac391] Daemon stopped [2020-04-06T17:23:23.963Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.21s) [2020-04-06T17:23:23.963Z] 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 [2020-04-06T17:23:23.963Z] daemon.go:325: [d4940a434328f] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:325: [d4940a434328f] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [d4940a434328f] daemon started [2020-04-06T17:23:23.963Z] daemon.go:461: [d4940a434328f] Stopping daemon [2020-04-06T17:23:23.963Z] daemon.go:296: [d4940a434328f] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:448: [d4940a434328f] Daemon stopped [2020-04-06T17:23:23.963Z] daemon.go:325: [d4940a434328f] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:325: [d4940a434328f] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [d4940a434328f] daemon started [2020-04-06T17:23:23.963Z] daemon.go:461: [d4940a434328f] Stopping daemon [2020-04-06T17:23:23.963Z] daemon.go:296: [d4940a434328f] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:448: [d4940a434328f] Daemon stopped [2020-04-06T17:23:23.963Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.16s) [2020-04-06T17:23:23.963Z] 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 [2020-04-06T17:23:23.963Z] daemon.go:325: [d3b6209a62138] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:325: [d3b6209a62138] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [d3b6209a62138] daemon started [2020-04-06T17:23:23.963Z] daemon.go:461: [d3b6209a62138] Stopping daemon [2020-04-06T17:23:23.963Z] daemon.go:296: [d3b6209a62138] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:448: [d3b6209a62138] Daemon stopped [2020-04-06T17:23:23.963Z] daemon.go:325: [d3b6209a62138] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:325: [d3b6209a62138] waiting for daemon to start [2020-04-06T17:23:23.963Z] daemon.go:353: [d3b6209a62138] daemon started [2020-04-06T17:23:23.963Z] daemon.go:461: [d3b6209a62138] Stopping daemon [2020-04-06T17:23:23.963Z] daemon.go:296: [d3b6209a62138] exiting daemon [2020-04-06T17:23:23.963Z] daemon.go:448: [d3b6209a62138] Daemon stopped [2020-04-06T17:23:23.964Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.56s) [2020-04-06T17:23:23.964Z] 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 [2020-04-06T17:23:23.964Z] daemon.go:325: [d6f93134aaa7c] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:325: [d6f93134aaa7c] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:353: [d6f93134aaa7c] daemon started [2020-04-06T17:23:23.964Z] daemon.go:325: [d6f93134aaa7c] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:296: [d6f93134aaa7c] exiting daemon [2020-04-06T17:23:23.964Z] daemon.go:325: [d6f93134aaa7c] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:353: [d6f93134aaa7c] daemon started [2020-04-06T17:23:23.964Z] daemon.go:461: [d6f93134aaa7c] Stopping daemon [2020-04-06T17:23:23.964Z] daemon.go:296: [d6f93134aaa7c] exiting daemon [2020-04-06T17:23:23.964Z] daemon.go:448: [d6f93134aaa7c] Daemon stopped [2020-04-06T17:23:23.964Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.28s) [2020-04-06T17:23:23.964Z] 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 [2020-04-06T17:23:23.964Z] daemon.go:325: [d8eec9b4098da] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:325: [d8eec9b4098da] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:353: [d8eec9b4098da] daemon started [2020-04-06T17:23:23.964Z] daemon.go:325: [d8eec9b4098da] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:296: [d8eec9b4098da] exiting daemon [2020-04-06T17:23:23.964Z] daemon.go:325: [d8eec9b4098da] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:353: [d8eec9b4098da] daemon started [2020-04-06T17:23:23.964Z] daemon.go:461: [d8eec9b4098da] Stopping daemon [2020-04-06T17:23:23.964Z] daemon.go:296: [d8eec9b4098da] exiting daemon [2020-04-06T17:23:23.964Z] daemon.go:448: [d8eec9b4098da] Daemon stopped [2020-04-06T17:23:23.964Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.10s) [2020-04-06T17:23:23.964Z] 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 [2020-04-06T17:23:23.964Z] daemon.go:325: [d0d197c9b5ad0] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:325: [d0d197c9b5ad0] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:353: [d0d197c9b5ad0] daemon started [2020-04-06T17:23:23.964Z] daemon.go:461: [d0d197c9b5ad0] Stopping daemon [2020-04-06T17:23:23.964Z] daemon.go:296: [d0d197c9b5ad0] exiting daemon [2020-04-06T17:23:23.964Z] daemon.go:448: [d0d197c9b5ad0] Daemon stopped [2020-04-06T17:23:23.964Z] daemon.go:325: [d0d197c9b5ad0] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:325: [d0d197c9b5ad0] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:353: [d0d197c9b5ad0] daemon started [2020-04-06T17:23:23.964Z] daemon.go:461: [d0d197c9b5ad0] Stopping daemon [2020-04-06T17:23:23.964Z] daemon.go:296: [d0d197c9b5ad0] exiting daemon [2020-04-06T17:23:23.964Z] daemon.go:448: [d0d197c9b5ad0] Daemon stopped [2020-04-06T17:23:23.964Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.82s) [2020-04-06T17:23:23.964Z] 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 [2020-04-06T17:23:23.964Z] daemon.go:325: [da1b1eedfff53] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:325: [da1b1eedfff53] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:353: [da1b1eedfff53] daemon started [2020-04-06T17:23:23.964Z] daemon.go:461: [da1b1eedfff53] Stopping daemon [2020-04-06T17:23:23.964Z] daemon.go:296: [da1b1eedfff53] exiting daemon [2020-04-06T17:23:23.964Z] daemon.go:448: [da1b1eedfff53] Daemon stopped [2020-04-06T17:23:23.964Z] daemon.go:325: [da1b1eedfff53] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:325: [da1b1eedfff53] waiting for daemon to start [2020-04-06T17:23:23.964Z] daemon.go:353: [da1b1eedfff53] daemon started [2020-04-06T17:23:23.964Z] daemon.go:461: [da1b1eedfff53] Stopping daemon [2020-04-06T17:23:23.964Z] daemon.go:296: [da1b1eedfff53] exiting daemon [2020-04-06T17:23:23.964Z] daemon.go:448: [da1b1eedfff53] Daemon stopped [2020-04-06T17:23:23.964Z] === RUN TestKernelTCPMemory [2020-04-06T17:23:24.143Z] [2020-04-06T17:23:24.143Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-04-06T17:23:24.143Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-04-06T17:23:24.311Z] --- PASS: TestKernelTCPMemory (0.98s) [2020-04-06T17:23:24.311Z] === RUN TestNISDomainname [2020-04-06T17:23:25.509Z] #34 DONE 1.4s [2020-04-06T17:23:25.526Z] --- PASS: TestNISDomainname (1.10s) [2020-04-06T17:23:25.526Z] === RUN TestStats [2020-04-06T17:23:26.038Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2020-04-06T17:23:26.602Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-04-06T17:23:26.874Z] #13 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-04-06T17:23:26.874Z] #23 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-04-06T17:23:26.874Z] #24 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-04-06T17:23:26.874Z] #28 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-06T17:23:26.874Z] #22 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-04-06T17:23:26.874Z] #19 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-04-06T17:23:26.874Z] #25 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-04-06T17:23:26.874Z] #12 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-04-06T17:23:26.874Z] #26 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-04-06T17:23:26.874Z] #27 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-04-06T17:23:26.874Z] #11 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-04-06T17:23:26.874Z] #10 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-04-06T17:23:26.874Z] #20 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-04-06T17:23:26.874Z] #9 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-04-06T17:23:26.874Z] #7 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-04-06T17:23:26.874Z] #21 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-04-06T17:23:26.874Z] #29 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-04-06T17:23:26.874Z] #6 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-04-06T17:23:26.874Z] #30 CACHED [2020-04-06T17:23:26.874Z] [2020-04-06T17:23:26.874Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-04-06T17:23:27.427Z] --- PASS: TestStats (1.98s) [2020-04-06T17:23:27.427Z] === RUN TestStopContainerWithTimeout [2020-04-06T17:23:27.427Z] === RUN TestStopContainerWithTimeout/0 [2020-04-06T17:23:27.427Z] === PAUSE TestStopContainerWithTimeout/0 [2020-04-06T17:23:27.427Z] === RUN TestStopContainerWithTimeout/1 [2020-04-06T17:23:27.427Z] === PAUSE TestStopContainerWithTimeout/1 [2020-04-06T17:23:27.427Z] === RUN TestStopContainerWithTimeout/3 [2020-04-06T17:23:27.427Z] === PAUSE TestStopContainerWithTimeout/3 [2020-04-06T17:23:27.427Z] === RUN TestStopContainerWithTimeout/-1 [2020-04-06T17:23:27.427Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-04-06T17:23:27.427Z] === CONT TestStopContainerWithTimeout/0 [2020-04-06T17:23:27.427Z] === CONT TestStopContainerWithTimeout/-1 [2020-04-06T17:23:27.436Z] #35 DONE 0.6s [2020-04-06T17:23:27.436Z] [2020-04-06T17:23:27.436Z] #36 exporting to image [2020-04-06T17:23:27.436Z] #36 exporting layers [2020-04-06T17:23:28.184Z] === CONT TestStopContainerWithTimeout/3 [2020-04-06T17:23:28.363Z] #36 exporting layers 1.1s done [2020-04-06T17:23:28.363Z] #36 writing image sha256:3baa094b2ac92eede616eee35b85927c085a39f0e6308d1ef42e1e4cad6cf06b done [2020-04-06T17:23:28.363Z] #36 naming to docker.io/library/moby-e2e-test [2020-04-06T17:23:28.363Z] #36 naming to docker.io/library/moby-e2e-test done [2020-04-06T17:23:28.363Z] #36 DONE 1.1s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-04-06T17:23:28.496Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-04-06T17:23:28.662Z] + echo Ensuring container killed. [2020-04-06T17:23:28.662Z] Ensuring container killed. [2020-04-06T17:23:28.662Z] + docker rm -vf docker-pr1 [2020-04-06T17:23:28.662Z] Error: No such container: docker-pr1 [2020-04-06T17:23:28.662Z] + true [Pipeline] sh [2020-04-06T17:23:28.939Z] + echo Chowning /workspace to jenkins user [2020-04-06T17:23:28.939Z] Chowning /workspace to jenkins user [2020-04-06T17:23:28.939Z] + id -u [2020-04-06T17:23:28.939Z] + id -g [2020-04-06T17:23:28.939Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40784:/workspace busybox chown -R 1000:1000 /workspace [2020-04-06T17:23:29.428Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-04-06T17:23:29.428Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-04-06T17:23:30.545Z] === CONT TestStopContainerWithTimeout/1 [2020-04-06T17:23:30.592Z] + bundleName=unit [2020-04-06T17:23:30.592Z] + echo Creating unit-bundles.tar.gz [2020-04-06T17:23:30.592Z] Creating unit-bundles.tar.gz [2020-04-06T17:23:30.592Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-04-06T17:23:30.592Z] bundles/junit-report.xml [2020-04-06T17:23:30.592Z] bundles/go-test-report.json [2020-04-06T17:23:30.592Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-04-06T17:23:30.601Z] Archiving artifacts [2020-04-06T17:23:30.797Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-04-06T17:23:30.950Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40784/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-04-06T17:23:31.249Z] + make clean [2020-04-06T17:23:31.249Z] docker volume rm -f docker-dev-cache [2020-04-06T17:23:31.249Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-06T17:23:32.372Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-04-06T17:23:32.372Z] --- PASS: TestStopContainerWithTimeout/0 (1.00s) [2020-04-06T17:23:32.372Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2020-04-06T17:23:32.372Z] --- PASS: TestStopContainerWithTimeout/3 (2.93s) [2020-04-06T17:23:32.372Z] --- PASS: TestStopContainerWithTimeout/1 (1.87s) [2020-04-06T17:23:32.372Z] === RUN TestDeleteDevicemapper [2020-04-06T17:23:32.372Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-04-06T17:23:32.372Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-06T17:23:32.372Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-04-06T17:23:34.972Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-04-06T17:23:34.972Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-04-06T17:23:35.453Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.86s) [2020-04-06T17:23:35.453Z] === RUN TestUpdateMemory [2020-04-06T17:23:35.453Z] --- SKIP: TestUpdateMemory (0.00s) [2020-04-06T17:23:35.453Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:23:35.453Z] === RUN TestUpdateCPUQuota [2020-04-06T17:23:36.662Z] --- PASS: TestUpdateCPUQuota (1.32s) [2020-04-06T17:23:36.662Z] === RUN TestUpdatePidsLimit [2020-04-06T17:23:36.662Z] === RUN TestUpdatePidsLimit/update_from_none [2020-04-06T17:23:36.662Z] === RUN TestUpdatePidsLimit/no_change [2020-04-06T17:23:37.011Z] === RUN TestUpdatePidsLimit/update_lower [2020-04-06T17:23:37.495Z] --- PASS: TestImportExtremelyLargeImageWorks (192.67s) [2020-04-06T17:23:37.495Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2020-04-06T17:23:37.495Z] daemon.go:325: [d5e12fa732441] waiting for daemon to start [2020-04-06T17:23:37.495Z] daemon.go:325: [d5e12fa732441] waiting for daemon to start [2020-04-06T17:23:37.495Z] daemon.go:353: [d5e12fa732441] daemon started [2020-04-06T17:23:37.495Z] daemon.go:461: [d5e12fa732441] Stopping daemon [2020-04-06T17:23:37.495Z] daemon.go:296: [d5e12fa732441] exiting daemon [2020-04-06T17:23:37.495Z] daemon.go:448: [d5e12fa732441] Daemon stopped [2020-04-06T17:23:37.495Z] PASS [2020-04-06T17:23:37.495Z] [2020-04-06T17:23:37.495Z] DONE 11 tests in 194.543s [2020-04-06T17:23:37.495Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-04-06T17:23:37.495Z] ++ 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 [2020-04-06T17:23:37.495Z] ++ set -e [2020-04-06T17:23:37.495Z] ++ '[' -n 0 ']' [2020-04-06T17:23:37.495Z] ++ set -x [2020-04-06T17:23:37.495Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:23:37.495Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-04-06T17:23:37.519Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-04-06T17:23:37.752Z] INFO: Testing against a local daemon [2020-04-06T17:23:37.752Z] === RUN TestNetworkCreateDelete [2020-04-06T17:23:37.752Z] --- PASS: TestNetworkCreateDelete (0.17s) [2020-04-06T17:23:37.752Z] === RUN TestDockerNetworkDeletePreferID [2020-04-06T17:23:37.883Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-04-06T17:23:38.231Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-04-06T17:23:38.317Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2020-04-06T17:23:38.317Z] === RUN TestInspectNetwork [2020-04-06T17:23:38.590Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-04-06T17:23:39.251Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-04-06T17:23:39.817Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-04-06T17:23:40.330Z] --- PASS: TestUpdatePidsLimit (3.63s) [2020-04-06T17:23:40.331Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2020-04-06T17:23:40.331Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2020-04-06T17:23:40.331Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2020-04-06T17:23:40.331Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2020-04-06T17:23:40.331Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-04-06T17:23:40.331Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2020-04-06T17:23:40.331Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.35s) [2020-04-06T17:23:40.331Z] === RUN TestUpdateRestartPolicy [2020-04-06T17:23:40.751Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-04-06T17:23:42.121Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-04-06T17:23:43.053Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-04-06T17:23:43.617Z] === RUN TestInspectNetwork/full_network_id [2020-04-06T17:23:43.617Z] === RUN TestInspectNetwork/partial_network_id [2020-04-06T17:23:43.617Z] === RUN TestInspectNetwork/network_name [2020-04-06T17:23:43.617Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-04-06T17:23:46.144Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-04-06T17:23:46.401Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-04-06T17:23:48.299Z] --- PASS: TestInspectNetwork (9.63s) [2020-04-06T17:23:48.299Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2020-04-06T17:23:48.299Z] daemon.go:325: [d61b9f39fa7af] waiting for daemon to start [2020-04-06T17:23:48.299Z] daemon.go:325: [d61b9f39fa7af] waiting for daemon to start [2020-04-06T17:23:48.299Z] daemon.go:353: [d61b9f39fa7af] daemon started [2020-04-06T17:23:48.299Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-04-06T17:23:48.299Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-04-06T17:23:48.299Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-04-06T17:23:48.299Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-04-06T17:23:48.299Z] daemon.go:461: [d61b9f39fa7af] Stopping daemon [2020-04-06T17:23:48.299Z] daemon.go:296: [d61b9f39fa7af] exiting daemon [2020-04-06T17:23:48.299Z] daemon.go:448: [d61b9f39fa7af] Daemon stopped [2020-04-06T17:23:48.299Z] === RUN TestRunContainerWithBridgeNone [2020-04-06T17:23:48.863Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-04-06T17:23:50.757Z] --- PASS: TestRunContainerWithBridgeNone (2.84s) [2020-04-06T17:23:50.757Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2020-04-06T17:23:50.757Z] daemon.go:325: [d0b6a60d467b3] waiting for daemon to start [2020-04-06T17:23:50.757Z] daemon.go:325: [d0b6a60d467b3] waiting for daemon to start [2020-04-06T17:23:50.757Z] daemon.go:353: [d0b6a60d467b3] daemon started [2020-04-06T17:23:50.757Z] daemon.go:461: [d0b6a60d467b3] Stopping daemon [2020-04-06T17:23:50.757Z] daemon.go:296: [d0b6a60d467b3] exiting daemon [2020-04-06T17:23:50.757Z] daemon.go:448: [d0b6a60d467b3] Daemon stopped [2020-04-06T17:23:50.757Z] === RUN TestNetworkInvalidJSON [2020-04-06T17:23:50.757Z] === RUN TestNetworkInvalidJSON//networks/create [2020-04-06T17:23:50.757Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-04-06T17:23:50.757Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-04-06T17:23:50.757Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-04-06T17:23:50.757Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-06T17:23:50.757Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-06T17:23:50.757Z] === CONT TestNetworkInvalidJSON//networks/create [2020-04-06T17:23:50.757Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-06T17:23:50.757Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-04-06T17:23:50.757Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-04-06T17:23:50.757Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-04-06T17:23:50.757Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-04-06T17:23:50.757Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-04-06T17:23:50.757Z] === RUN TestDaemonRestartWithLiveRestore [2020-04-06T17:23:51.321Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-04-06T17:23:51.885Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s) [2020-04-06T17:23:51.885Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2020-04-06T17:23:51.885Z] daemon.go:325: [d26c2dd79b2a7] waiting for daemon to start [2020-04-06T17:23:51.885Z] daemon.go:325: [d26c2dd79b2a7] waiting for daemon to start [2020-04-06T17:23:51.885Z] daemon.go:353: [d26c2dd79b2a7] daemon started [2020-04-06T17:23:51.885Z] daemon.go:461: [d26c2dd79b2a7] Stopping daemon [2020-04-06T17:23:51.885Z] daemon.go:296: [d26c2dd79b2a7] exiting daemon [2020-04-06T17:23:51.885Z] daemon.go:448: [d26c2dd79b2a7] Daemon stopped [2020-04-06T17:23:51.885Z] daemon.go:325: [d26c2dd79b2a7] waiting for daemon to start [2020-04-06T17:23:51.885Z] daemon.go:325: [d26c2dd79b2a7] waiting for daemon to start [2020-04-06T17:23:51.885Z] daemon.go:353: [d26c2dd79b2a7] daemon started [2020-04-06T17:23:51.885Z] daemon.go:461: [d26c2dd79b2a7] Stopping daemon [2020-04-06T17:23:51.885Z] daemon.go:296: [d26c2dd79b2a7] exiting daemon [2020-04-06T17:23:51.885Z] daemon.go:448: [d26c2dd79b2a7] Daemon stopped [2020-04-06T17:23:51.885Z] === RUN TestDaemonDefaultNetworkPools [2020-04-06T17:23:52.817Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2020-04-06T17:23:52.817Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2020-04-06T17:23:52.817Z] daemon.go:325: [d8e2b8bd49479] waiting for daemon to start [2020-04-06T17:23:52.817Z] daemon.go:325: [d8e2b8bd49479] waiting for daemon to start [2020-04-06T17:23:52.817Z] daemon.go:353: [d8e2b8bd49479] daemon started [2020-04-06T17:23:52.817Z] daemon.go:461: [d8e2b8bd49479] Stopping daemon [2020-04-06T17:23:52.817Z] daemon.go:296: [d8e2b8bd49479] exiting daemon [2020-04-06T17:23:52.817Z] daemon.go:448: [d8e2b8bd49479] Daemon stopped [2020-04-06T17:23:52.817Z] === RUN TestDaemonRestartWithExistingNetwork [2020-04-06T17:23:53.682Z] --- PASS: TestUpdateRestartPolicy (12.64s) [2020-04-06T17:23:53.682Z] === RUN TestUpdateRestartWithAutoRemove [2020-04-06T17:23:53.682Z] --- PASS: TestUpdateRestartWithAutoRemove (0.87s) [2020-04-06T17:23:53.682Z] === RUN TestWaitNonBlocked [2020-04-06T17:23:53.682Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-06T17:23:53.682Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-06T17:23:53.682Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-06T17:23:53.682Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-06T17:23:53.682Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-06T17:23:53.682Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-06T17:23:53.748Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2020-04-06T17:23:53.748Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2020-04-06T17:23:53.748Z] daemon.go:325: [dd1a97b309444] waiting for daemon to start [2020-04-06T17:23:53.748Z] daemon.go:325: [dd1a97b309444] waiting for daemon to start [2020-04-06T17:23:53.748Z] daemon.go:353: [dd1a97b309444] daemon started [2020-04-06T17:23:53.748Z] daemon.go:461: [dd1a97b309444] Stopping daemon [2020-04-06T17:23:53.748Z] daemon.go:296: [dd1a97b309444] exiting daemon [2020-04-06T17:23:53.748Z] daemon.go:448: [dd1a97b309444] Daemon stopped [2020-04-06T17:23:53.748Z] daemon.go:325: [dd1a97b309444] waiting for daemon to start [2020-04-06T17:23:53.748Z] daemon.go:325: [dd1a97b309444] waiting for daemon to start [2020-04-06T17:23:53.748Z] daemon.go:353: [dd1a97b309444] daemon started [2020-04-06T17:23:53.748Z] daemon.go:461: [dd1a97b309444] Stopping daemon [2020-04-06T17:23:53.748Z] daemon.go:296: [dd1a97b309444] exiting daemon [2020-04-06T17:23:53.748Z] daemon.go:448: [dd1a97b309444] Daemon stopped [2020-04-06T17:23:53.748Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-04-06T17:23:54.313Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-04-06T17:23:55.042Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-04-06T17:23:55.042Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s) [2020-04-06T17:23:55.042Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.10s) [2020-04-06T17:23:55.042Z] === RUN TestWaitBlocked [2020-04-06T17:23:55.042Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-06T17:23:55.042Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-06T17:23:55.042Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-04-06T17:23:55.042Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-04-06T17:23:55.042Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-06T17:23:55.042Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-04-06T17:23:55.243Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2020-04-06T17:23:55.243Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-04-06T17:23:55.243Z] daemon.go:325: [db6140e7c6448] waiting for daemon to start [2020-04-06T17:23:55.243Z] daemon.go:325: [db6140e7c6448] waiting for daemon to start [2020-04-06T17:23:55.243Z] daemon.go:353: [db6140e7c6448] daemon started [2020-04-06T17:23:55.243Z] daemon.go:461: [db6140e7c6448] Stopping daemon [2020-04-06T17:23:55.243Z] daemon.go:296: [db6140e7c6448] exiting daemon [2020-04-06T17:23:55.243Z] daemon.go:448: [db6140e7c6448] Daemon stopped [2020-04-06T17:23:55.243Z] daemon.go:325: [db6140e7c6448] waiting for daemon to start [2020-04-06T17:23:55.243Z] daemon.go:325: [db6140e7c6448] waiting for daemon to start [2020-04-06T17:23:55.243Z] daemon.go:353: [db6140e7c6448] daemon started [2020-04-06T17:23:55.243Z] daemon.go:461: [db6140e7c6448] Stopping daemon [2020-04-06T17:23:55.243Z] daemon.go:296: [db6140e7c6448] exiting daemon [2020-04-06T17:23:55.243Z] daemon.go:448: [db6140e7c6448] Daemon stopped [2020-04-06T17:23:55.243Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-04-06T17:23:55.808Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-04-06T17:23:55.808Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2020-04-06T17:23:55.808Z] daemon.go:325: [da49c1171c20d] waiting for daemon to start [2020-04-06T17:23:55.808Z] daemon.go:325: [da49c1171c20d] waiting for daemon to start [2020-04-06T17:23:55.808Z] daemon.go:353: [da49c1171c20d] daemon started [2020-04-06T17:23:55.808Z] daemon.go:461: [da49c1171c20d] Stopping daemon [2020-04-06T17:23:55.808Z] daemon.go:296: [da49c1171c20d] exiting daemon [2020-04-06T17:23:55.808Z] daemon.go:448: [da49c1171c20d] Daemon stopped [2020-04-06T17:23:55.808Z] === RUN TestServiceWithPredefinedNetwork [2020-04-06T17:23:55.943Z] --- PASS: TestWaitBlocked (0.02s) [2020-04-06T17:23:55.943Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.35s) [2020-04-06T17:23:55.943Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.41s) [2020-04-06T17:23:55.943Z] === CONT TestContainerStartOnDaemonRestart [2020-04-06T17:23:55.943Z] === CONT TestIpcModeOlderClient [2020-04-06T17:23:56.315Z] --- PASS: TestIpcModeOlderClient (0.18s) [2020-04-06T17:23:56.315Z] === CONT TestDaemonRestartIpcMode [2020-04-06T17:23:59.082Z] --- PASS: TestServiceWithPredefinedNetwork (3.15s) [2020-04-06T17:23:59.082Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2020-04-06T17:23:59.082Z] daemon.go:325: [d16652c68688b] waiting for daemon to start [2020-04-06T17:23:59.082Z] daemon.go:325: [d16652c68688b] waiting for daemon to start [2020-04-06T17:23:59.082Z] daemon.go:353: [d16652c68688b] daemon started [2020-04-06T17:23:59.082Z] daemon.go:461: [d16652c68688b] Stopping daemon [2020-04-06T17:23:59.082Z] daemon.go:296: [d16652c68688b] exiting daemon [2020-04-06T17:23:59.082Z] daemon.go:448: [d16652c68688b] Daemon stopped [2020-04-06T17:23:59.082Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-04-06T17:23:59.082Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-06T17:23:59.082Z] service_test.go:230: FLAKY_TEST [2020-04-06T17:23:59.082Z] === RUN TestServiceWithDataPathPortInit [2020-04-06T17:23:59.415Z] --- PASS: TestContainerStartOnDaemonRestart (3.10s) [2020-04-06T17:23:59.415Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2020-04-06T17:23:59.415Z] daemon.go:325: [dc22e5f46c542] waiting for daemon to start [2020-04-06T17:23:59.415Z] daemon.go:325: [dc22e5f46c542] waiting for daemon to start [2020-04-06T17:23:59.415Z] daemon.go:353: [dc22e5f46c542] daemon started [2020-04-06T17:23:59.415Z] daemon.go:325: [dc22e5f46c542] waiting for daemon to start [2020-04-06T17:23:59.415Z] daemon.go:296: [dc22e5f46c542] exiting daemon [2020-04-06T17:23:59.415Z] daemon.go:325: [dc22e5f46c542] waiting for daemon to start [2020-04-06T17:23:59.415Z] daemon.go:353: [dc22e5f46c542] daemon started [2020-04-06T17:23:59.415Z] daemon.go:461: [dc22e5f46c542] Stopping daemon [2020-04-06T17:23:59.415Z] daemon.go:296: [dc22e5f46c542] exiting daemon [2020-04-06T17:23:59.415Z] daemon.go:448: [dc22e5f46c542] Daemon stopped [2020-04-06T17:24:00.266Z] --- PASS: TestDaemonRestartIpcMode (3.85s) [2020-04-06T17:24:00.266Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2020-04-06T17:24:00.266Z] daemon.go:325: [d31b9cec7d390] waiting for daemon to start [2020-04-06T17:24:00.266Z] daemon.go:325: [d31b9cec7d390] waiting for daemon to start [2020-04-06T17:24:00.266Z] daemon.go:353: [d31b9cec7d390] daemon started [2020-04-06T17:24:00.266Z] daemon.go:461: [d31b9cec7d390] Stopping daemon [2020-04-06T17:24:00.266Z] daemon.go:296: [d31b9cec7d390] exiting daemon [2020-04-06T17:24:00.266Z] daemon.go:448: [d31b9cec7d390] Daemon stopped [2020-04-06T17:24:00.266Z] daemon.go:325: [d31b9cec7d390] waiting for daemon to start [2020-04-06T17:24:00.266Z] daemon.go:325: [d31b9cec7d390] waiting for daemon to start [2020-04-06T17:24:00.266Z] daemon.go:353: [d31b9cec7d390] daemon started [2020-04-06T17:24:00.266Z] daemon.go:461: [d31b9cec7d390] Stopping daemon [2020-04-06T17:24:00.266Z] daemon.go:296: [d31b9cec7d390] exiting daemon [2020-04-06T17:24:00.266Z] daemon.go:448: [d31b9cec7d390] Daemon stopped [2020-04-06T17:24:00.266Z] PASS [2020-04-06T17:24:00.266Z] [2020-04-06T17:24:00.266Z] === Skipped [2020-04-06T17:24:00.266Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-04-06T17:24:00.266Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-06T17:24:00.266Z] [2020-04-06T17:24:00.266Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-04-06T17:24:00.266Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:24:00.266Z] [2020-04-06T17:24:00.266Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-04-06T17:24:00.266Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:24:00.266Z] [2020-04-06T17:24:00.266Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-06T17:24:00.266Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-06T17:24:00.266Z] [2020-04-06T17:24:00.266Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-04-06T17:24:00.266Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-06T17:24:00.266Z] [2020-04-06T17:24:00.266Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-04-06T17:24:00.266Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-04-06T17:24:00.266Z] [2020-04-06T17:24:00.266Z] [2020-04-06T17:24:00.266Z] DONE 189 tests, 6 skipped in 121.908s [2020-04-06T17:24:00.266Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-04-06T17:24:00.266Z] ++ 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 [2020-04-06T17:24:00.266Z] ++ set -e [2020-04-06T17:24:00.266Z] ++ '[' -n 0 ']' [2020-04-06T17:24:00.266Z] ++ set -x [2020-04-06T17:24:00.266Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-04-06T17:24:00.266Z] INFO: Testing against a local daemon [2020-04-06T17:24:00.266Z] === RUN TestCommitInheritsEnv [2020-04-06T17:24:00.619Z] --- PASS: TestCommitInheritsEnv (0.51s) [2020-04-06T17:24:00.619Z] === RUN TestImportExtremelyLargeImageWorks [2020-04-06T17:24:00.619Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-04-06T17:24:00.619Z] === RUN TestImagesFilterMultiReference [2020-04-06T17:24:00.619Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-04-06T17:24:00.619Z] === RUN TestImagePullPlatformInvalid [2020-04-06T17:24:00.619Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-04-06T17:24:00.619Z] === RUN TestRemoveImageOrphaning [2020-04-06T17:24:01.379Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2020-04-06T17:24:01.379Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-04-06T17:24:01.379Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-04-06T17:24:01.379Z] === RUN TestTagInvalidReference [2020-04-06T17:24:01.379Z] --- PASS: TestTagInvalidReference (0.01s) [2020-04-06T17:24:01.379Z] === RUN TestTagValidPrefixedRepo [2020-04-06T17:24:01.379Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-04-06T17:24:01.379Z] === RUN TestTagExistedNameWithoutForce [2020-04-06T17:24:01.379Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-04-06T17:24:01.379Z] === RUN TestTagOfficialNames [2020-04-06T17:24:01.379Z] --- PASS: TestTagOfficialNames (0.05s) [2020-04-06T17:24:01.379Z] === RUN TestTagMatchesDigest [2020-04-06T17:24:01.379Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-04-06T17:24:01.379Z] === CONT TestImportExtremelyLargeImageWorks [2020-04-06T17:24:03.284Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-04-06T17:24:05.809Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-04-06T17:24:07.383Z] ok github.com/docker/docker/api/server/httputils 0.011s coverage: 14.7% of statements [2020-04-06T17:24:07.669Z] ok github.com/docker/docker/api/server/middleware 0.032s coverage: 37.7% of statements [2020-04-06T17:24:07.669Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-04-06T17:24:07.669Z] ? github.com/docker/docker/api/server/router [no test files] [2020-04-06T17:24:07.669Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-04-06T17:24:07.669Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-04-06T17:24:07.703Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-04-06T17:24:07.703Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-04-06T17:24:07.703Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-04-06T17:24:09.158Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-04-06T17:24:09.158Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-04-06T17:24:09.158Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-04-06T17:24:09.158Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-04-06T17:24:09.158Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-04-06T17:24:09.158Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-04-06T17:24:10.228Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-04-06T17:24:10.228Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-04-06T17:24:11.211Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-04-06T17:24:11.211Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-04-06T17:24:12.239Z] ok github.com/docker/docker/api/types/strslice 0.017s coverage: 90.0% of statements [2020-04-06T17:24:12.534Z] ok github.com/docker/docker/api/types/filters 0.037s coverage: 92.2% of statements [2020-04-06T17:24:12.534Z] ok github.com/docker/docker/api/types/time 0.049s coverage: 100.0% of statements [2020-04-06T17:24:12.824Z] ok github.com/docker/docker/api/server/router/swarm 0.019s coverage: 3.1% of statements [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/types [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/types/container [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/types/events [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/types/image [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/types/network [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-04-06T17:24:12.824Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-04-06T17:24:13.450Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 75.0% of statements [2020-04-06T17:24:13.450Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-04-06T17:24:13.450Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-04-06T17:24:13.451Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-04-06T17:24:13.451Z] ? github.com/docker/docker/builder [no test files] [2020-04-06T17:24:13.451Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-04-06T17:24:13.451Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-04-06T17:24:13.451Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-04-06T17:24:13.451Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-04-06T17:24:13.451Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-04-06T17:24:13.451Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-04-06T17:24:13.451Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-04-06T17:24:13.504Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-04-06T17:24:13.504Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-04-06T17:24:13.761Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-04-06T17:24:14.084Z] ok github.com/docker/docker/builder/dockerignore 0.030s coverage: 96.8% of statements [2020-04-06T17:24:14.324Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-04-06T17:24:14.581Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-04-06T17:24:14.840Z] --- PASS: TestDockerDaemonSuite (391.75s) [2020-04-06T17:24:14.840Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.05s) [2020-04-06T17:24:14.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-04-06T17:24:14.840Z] daemon.go:325: [defcf2dc50eb8] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [defcf2dc50eb8] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [defcf2dc50eb8] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [defcf2dc50eb8] daemon started [2020-04-06T17:24:14.840Z] daemon.go:461: [defcf2dc50eb8] Stopping daemon [2020-04-06T17:24:14.840Z] daemon.go:296: [defcf2dc50eb8] exiting daemon [2020-04-06T17:24:14.840Z] daemon.go:448: [defcf2dc50eb8] Daemon stopped [2020-04-06T17:24:14.840Z] daemon.go:325: [defcf2dc50eb8] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [defcf2dc50eb8] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [defcf2dc50eb8] daemon started [2020-04-06T17:24:14.840Z] daemon.go:461: [defcf2dc50eb8] Stopping daemon [2020-04-06T17:24:14.840Z] daemon.go:296: [defcf2dc50eb8] exiting daemon [2020-04-06T17:24:14.840Z] daemon.go:448: [defcf2dc50eb8] Daemon stopped [2020-04-06T17:24:14.840Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.56s) [2020-04-06T17:24:14.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-04-06T17:24:14.840Z] daemon.go:325: [db7a76e11017f] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [db7a76e11017f] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [db7a76e11017f] daemon started [2020-04-06T17:24:14.840Z] daemon.go:461: [db7a76e11017f] Stopping daemon [2020-04-06T17:24:14.840Z] daemon.go:296: [db7a76e11017f] exiting daemon [2020-04-06T17:24:14.840Z] daemon.go:448: [db7a76e11017f] Daemon stopped [2020-04-06T17:24:14.840Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.56s) [2020-04-06T17:24:14.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-04-06T17:24:14.840Z] daemon.go:325: [dbcf37fd75a05] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [dbcf37fd75a05] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [dbcf37fd75a05] daemon started [2020-04-06T17:24:14.840Z] daemon.go:461: [dbcf37fd75a05] Stopping daemon [2020-04-06T17:24:14.840Z] daemon.go:296: [dbcf37fd75a05] exiting daemon [2020-04-06T17:24:14.840Z] daemon.go:448: [dbcf37fd75a05] Daemon stopped [2020-04-06T17:24:14.840Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.33s) [2020-04-06T17:24:14.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-04-06T17:24:14.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-04-06T17:24:14.840Z] daemon.go:325: [d535dd79f18af] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [d535dd79f18af] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [d535dd79f18af] daemon started [2020-04-06T17:24:14.840Z] daemon.go:296: [d535dd79f18af] exiting daemon [2020-04-06T17:24:14.840Z] docker_cli_daemon_test.go:1449: Daemon d535dd79f18af is not started [2020-04-06T17:24:14.840Z] daemon.go:325: [d535dd79f18af] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [d535dd79f18af] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [d535dd79f18af] daemon started [2020-04-06T17:24:14.840Z] daemon.go:461: [d535dd79f18af] Stopping daemon [2020-04-06T17:24:14.840Z] daemon.go:296: [d535dd79f18af] exiting daemon [2020-04-06T17:24:14.840Z] daemon.go:448: [d535dd79f18af] Daemon stopped [2020-04-06T17:24:14.840Z] check_test.go:309: Daemon d6f4a2bb810e3 is not started [2020-04-06T17:24:14.840Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.26s) [2020-04-06T17:24:14.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-04-06T17:24:14.840Z] daemon.go:325: [d4601b3716dfb] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [d4601b3716dfb] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [d4601b3716dfb] daemon started [2020-04-06T17:24:14.840Z] daemon.go:325: [d4601b3716dfb] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:296: [d4601b3716dfb] exiting daemon [2020-04-06T17:24:14.840Z] daemon.go:325: [d4601b3716dfb] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [d4601b3716dfb] daemon started [2020-04-06T17:24:14.840Z] daemon.go:461: [d4601b3716dfb] Stopping daemon [2020-04-06T17:24:14.840Z] daemon.go:296: [d4601b3716dfb] exiting daemon [2020-04-06T17:24:14.840Z] daemon.go:448: [d4601b3716dfb] Daemon stopped [2020-04-06T17:24:14.840Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.57s) [2020-04-06T17:24:14.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-04-06T17:24:14.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-04-06T17:24:14.840Z] daemon.go:325: [dfcac5e344646] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [dfcac5e344646] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [dfcac5e344646] daemon started [2020-04-06T17:24:14.840Z] daemon.go:296: [dfcac5e344646] exiting daemon [2020-04-06T17:24:14.840Z] check_test.go:309: Daemon d8d101aeab632 is not started [2020-04-06T17:24:14.840Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.56s) [2020-04-06T17:24:14.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-04-06T17:24:14.840Z] daemon.go:325: [dbcc403dd4d66] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [dbcc403dd4d66] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [dbcc403dd4d66] daemon started [2020-04-06T17:24:14.840Z] daemon.go:461: [dbcc403dd4d66] Stopping daemon [2020-04-06T17:24:14.840Z] daemon.go:296: [dbcc403dd4d66] exiting daemon [2020-04-06T17:24:14.840Z] daemon.go:448: [dbcc403dd4d66] Daemon stopped [2020-04-06T17:24:14.840Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.08s) [2020-04-06T17:24:14.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-04-06T17:24:14.840Z] daemon.go:325: [d5148b3773133] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:296: [d5148b3773133] exiting daemon [2020-04-06T17:24:14.840Z] daemon.go:325: [d5148b3773133] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [d5148b3773133] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [d5148b3773133] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [d5148b3773133] daemon started [2020-04-06T17:24:14.840Z] daemon.go:461: [d5148b3773133] Stopping daemon [2020-04-06T17:24:14.840Z] daemon.go:296: [d5148b3773133] exiting daemon [2020-04-06T17:24:14.840Z] daemon.go:448: [d5148b3773133] Daemon stopped [2020-04-06T17:24:14.840Z] daemon.go:325: [d5148b3773133] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [d5148b3773133] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [d5148b3773133] daemon started [2020-04-06T17:24:14.840Z] daemon.go:461: [d5148b3773133] Stopping daemon [2020-04-06T17:24:14.840Z] daemon.go:296: [d5148b3773133] exiting daemon [2020-04-06T17:24:14.840Z] daemon.go:448: [d5148b3773133] Daemon stopped [2020-04-06T17:24:14.840Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.61s) [2020-04-06T17:24:14.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-04-06T17:24:14.840Z] daemon.go:325: [d1b197574a425] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:325: [d1b197574a425] waiting for daemon to start [2020-04-06T17:24:14.840Z] daemon.go:353: [d1b197574a425] daemon started [2020-04-06T17:24:14.840Z] daemon.go:461: [d1b197574a425] Stopping daemon [2020-04-06T17:24:14.840Z] daemon.go:296: [d1b197574a425] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d1b197574a425] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [d1b197574a425] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d1b197574a425] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d1b197574a425] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d1b197574a425] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d1b197574a425] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d1b197574a425] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.25s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-04-06T17:24:14.841Z] daemon.go:325: [d3ce8d03a8e32] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d3ce8d03a8e32] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d3ce8d03a8e32] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d3ce8d03a8e32] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d3ce8d03a8e32] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d3ce8d03a8e32] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [d3ce8d03a8e32] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d3ce8d03a8e32] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d3ce8d03a8e32] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d3ce8d03a8e32] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d3ce8d03a8e32] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d3ce8d03a8e32] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.34s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-04-06T17:24:14.841Z] daemon.go:325: [d034d06a2c447] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d034d06a2c447] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d034d06a2c447] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d034d06a2c447] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d034d06a2c447] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d034d06a2c447] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [d034d06a2c447] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d034d06a2c447] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d034d06a2c447] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d034d06a2c447] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d034d06a2c447] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d034d06a2c447] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.72s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP [2020-04-06T17:24:14.841Z] daemon.go:325: [d2ac20bbecbb4] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d2ac20bbecbb4] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d2ac20bbecbb4] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d2ac20bbecbb4] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d2ac20bbecbb4] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d2ac20bbecbb4] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [d2ac20bbecbb4] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d2ac20bbecbb4] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d2ac20bbecbb4] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d2ac20bbecbb4] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d2ac20bbecbb4] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d2ac20bbecbb4] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.38s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone [2020-04-06T17:24:14.841Z] daemon.go:325: [dc23b531d609f] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [dc23b531d609f] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [dc23b531d609f] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [dc23b531d609f] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [dc23b531d609f] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [dc23b531d609f] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [dc23b531d609f] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [dc23b531d609f] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [dc23b531d609f] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [dc23b531d609f] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [dc23b531d609f] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [dc23b531d609f] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.35s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent [2020-04-06T17:24:14.841Z] daemon.go:325: [d798935facb84] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d798935facb84] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d798935facb84] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d798935facb84] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d798935facb84] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d798935facb84] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [d798935facb84] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d798935facb84] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d798935facb84] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d798935facb84] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d798935facb84] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d798935facb84] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-04-06T17:24:14.841Z] daemon.go:325: [d5a3abaa5ebaf] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:296: [d5a3abaa5ebaf] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:325: [d5a3abaa5ebaf] waiting for daemon to start [2020-04-06T17:24:14.841Z] check_test.go:309: Daemon d5eaab11c1e6e is not started [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-04-06T17:24:14.841Z] daemon.go:325: [da3a77f8e31c2] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:296: [da3a77f8e31c2] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:325: [da3a77f8e31c2] waiting for daemon to start [2020-04-06T17:24:14.841Z] check_test.go:309: Daemon d62e1084090ec is not started [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.36s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-04-06T17:24:14.841Z] daemon.go:325: [d9a03db7e9380] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d9a03db7e9380] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d9a03db7e9380] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d9a03db7e9380] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d9a03db7e9380] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d9a03db7e9380] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog [2020-04-06T17:24:14.841Z] daemon.go:325: [d53f357d0ecd7] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d53f357d0ecd7] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d53f357d0ecd7] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d53f357d0ecd7] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d53f357d0ecd7] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d53f357d0ecd7] Daemon stopped [2020-04-06T17:24:14.841Z] check_test.go:309: Daemon d53f357d0ecd7 is not started [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.66s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-04-06T17:24:14.841Z] daemon.go:325: [d358efdfdede2] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d358efdfdede2] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d358efdfdede2] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d358efdfdede2] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d358efdfdede2] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d358efdfdede2] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [d358efdfdede2] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d358efdfdede2] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d358efdfdede2] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d358efdfdede2] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d358efdfdede2] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d358efdfdede2] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.68s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-04-06T17:24:14.841Z] daemon.go:325: [d18e3907b4f5b] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d18e3907b4f5b] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d18e3907b4f5b] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d18e3907b4f5b] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d18e3907b4f5b] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d18e3907b4f5b] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [d18e3907b4f5b] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d18e3907b4f5b] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d18e3907b4f5b] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d18e3907b4f5b] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d18e3907b4f5b] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d18e3907b4f5b] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.47s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-04-06T17:24:14.841Z] daemon.go:325: [d2d0b2fdfc7d5] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d2d0b2fdfc7d5] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d2d0b2fdfc7d5] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d2d0b2fdfc7d5] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d2d0b2fdfc7d5] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d2d0b2fdfc7d5] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [d2d0b2fdfc7d5] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d2d0b2fdfc7d5] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d2d0b2fdfc7d5] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d2d0b2fdfc7d5] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d2d0b2fdfc7d5] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d2d0b2fdfc7d5] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.10s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-04-06T17:24:14.841Z] daemon.go:325: [d690cdb4e82b3] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d690cdb4e82b3] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d690cdb4e82b3] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d690cdb4e82b3] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d690cdb4e82b3] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d690cdb4e82b3] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [d690cdb4e82b3] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d690cdb4e82b3] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d690cdb4e82b3] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d690cdb4e82b3] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d690cdb4e82b3] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d690cdb4e82b3] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.55s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-04-06T17:24:14.841Z] daemon.go:325: [d3b6da18e13e5] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d3b6da18e13e5] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d3b6da18e13e5] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d3b6da18e13e5] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d3b6da18e13e5] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d3b6da18e13e5] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents [2020-04-06T17:24:14.841Z] daemon.go:325: [d6809b7e5c9d6] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d6809b7e5c9d6] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d6809b7e5c9d6] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d6809b7e5c9d6] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d6809b7e5c9d6] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d6809b7e5c9d6] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.60s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-04-06T17:24:14.841Z] daemon.go:325: [dbd9a0dd7c954] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [dbd9a0dd7c954] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [dbd9a0dd7c954] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [dbd9a0dd7c954] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [dbd9a0dd7c954] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [dbd9a0dd7c954] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.53s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-04-06T17:24:14.841Z] daemon.go:325: [da325ef538d6c] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:296: [da325ef538d6c] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:325: [da325ef538d6c] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:461: [da325ef538d6c] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:450: [da325ef538d6c] Error when stopping daemon: daemon not started [2020-04-06T17:24:14.841Z] check_test.go:309: Daemon da325ef538d6c is not started [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD [2020-04-06T17:24:14.841Z] daemon.go:325: [d4a25d77c7be6] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d4a25d77c7be6] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d4a25d77c7be6] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d4a25d77c7be6] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d4a25d77c7be6] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d4a25d77c7be6] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug [2020-04-06T17:24:14.841Z] daemon.go:325: [d472c3051973d] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d472c3051973d] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d472c3051973d] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d472c3051973d] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d472c3051973d] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d472c3051973d] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-04-06T17:24:14.841Z] daemon.go:325: [dc1271c4971a5] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [dc1271c4971a5] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [dc1271c4971a5] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [dc1271c4971a5] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [dc1271c4971a5] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [dc1271c4971a5] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.26s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-04-06T17:24:14.841Z] daemon.go:325: [dd2532111d762] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [dd2532111d762] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [dd2532111d762] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [dd2532111d762] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [dd2532111d762] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [dd2532111d762] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [dd2532111d762] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [dd2532111d762] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [dd2532111d762] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [dd2532111d762] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [dd2532111d762] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [dd2532111d762] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.90s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing [2020-04-06T17:24:14.841Z] daemon.go:325: [d6d32ee0064b2] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d6d32ee0064b2] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d6d32ee0064b2] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d6d32ee0064b2] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d6d32ee0064b2] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d6d32ee0064b2] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [d6d32ee0064b2] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d6d32ee0064b2] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d6d32ee0064b2] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d6d32ee0064b2] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d6d32ee0064b2] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d6d32ee0064b2] Daemon stopped [2020-04-06T17:24:14.841Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.68s) [2020-04-06T17:24:14.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP [2020-04-06T17:24:14.841Z] daemon.go:325: [d5c69426b2c5d] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d5c69426b2c5d] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:353: [d5c69426b2c5d] daemon started [2020-04-06T17:24:14.841Z] daemon.go:461: [d5c69426b2c5d] Stopping daemon [2020-04-06T17:24:14.841Z] daemon.go:296: [d5c69426b2c5d] exiting daemon [2020-04-06T17:24:14.841Z] daemon.go:448: [d5c69426b2c5d] Daemon stopped [2020-04-06T17:24:14.841Z] daemon.go:325: [d5c69426b2c5d] waiting for daemon to start [2020-04-06T17:24:14.841Z] daemon.go:325: [d5c69426b2c5d] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d5c69426b2c5d] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d5c69426b2c5d] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d5c69426b2c5d] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d5c69426b2c5d] Daemon stopped [2020-04-06T17:24:14.842Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-04-06T17:24:14.842Z] requirement.go:26: unmatched requirement IPv6 [2020-04-06T17:24:14.842Z] check_test.go:309: Daemon d2137fca076c6 is not started [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (12.26s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-04-06T17:24:14.842Z] daemon.go:325: [d960c285ef12c] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d960c285ef12c] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d960c285ef12c] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d960c285ef12c] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d960c285ef12c] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d960c285ef12c] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (12.09s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-04-06T17:24:14.842Z] daemon.go:325: [d068bd78b155e] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d068bd78b155e] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d068bd78b155e] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d068bd78b155e] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d068bd78b155e] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d068bd78b155e] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (11.40s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-04-06T17:24:14.842Z] daemon.go:325: [d03aec658940b] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d03aec658940b] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d03aec658940b] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d03aec658940b] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d03aec658940b] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d03aec658940b] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.93s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean [2020-04-06T17:24:14.842Z] daemon.go:325: [d8cb4ba0e3500] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d8cb4ba0e3500] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d8cb4ba0e3500] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d8cb4ba0e3500] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d8cb4ba0e3500] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d8cb4ba0e3500] Daemon stopped [2020-04-06T17:24:14.842Z] check_test.go:309: Daemon d8cb4ba0e3500 is not started [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.50s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-04-06T17:24:14.842Z] daemon.go:325: [d040fd682c6c5] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d040fd682c6c5] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d040fd682c6c5] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d040fd682c6c5] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d040fd682c6c5] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d040fd682c6c5] Daemon stopped [2020-04-06T17:24:14.842Z] daemon.go:325: [d040fd682c6c5] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d040fd682c6c5] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d040fd682c6c5] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d040fd682c6c5] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d040fd682c6c5] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d040fd682c6c5] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-04-06T17:24:14.842Z] daemon.go:325: [d376207789da3] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d376207789da3] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d376207789da3] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d376207789da3] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d376207789da3] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d376207789da3] Daemon stopped [2020-04-06T17:24:14.842Z] check_test.go:309: Daemon d376207789da3 is not started [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.84s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-04-06T17:24:14.842Z] daemon.go:325: [dd0ec985088dc] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [dd0ec985088dc] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [dd0ec985088dc] daemon started [2020-04-06T17:24:14.842Z] daemon.go:296: [dd0ec985088dc] exiting daemon [2020-04-06T17:24:14.842Z] docker_cli_daemon_plugins_test.go:80: Daemon dd0ec985088dc is not started [2020-04-06T17:24:14.842Z] daemon.go:325: [dd0ec985088dc] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [dd0ec985088dc] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [dd0ec985088dc] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [dd0ec985088dc] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [dd0ec985088dc] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [dd0ec985088dc] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.22s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-04-06T17:24:14.842Z] daemon.go:325: [df6ae0c6b39f1] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [df6ae0c6b39f1] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [df6ae0c6b39f1] daemon started [2020-04-06T17:24:14.842Z] docker_cli_daemon_plugins_test.go:170: Daemon df6ae0c6b39f1 is not started [2020-04-06T17:24:14.842Z] daemon.go:325: [df6ae0c6b39f1] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:296: [df6ae0c6b39f1] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:325: [df6ae0c6b39f1] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [df6ae0c6b39f1] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [df6ae0c6b39f1] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [df6ae0c6b39f1] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [df6ae0c6b39f1] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.70s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-04-06T17:24:14.842Z] daemon.go:325: [db953e3b679c1] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [db953e3b679c1] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [db953e3b679c1] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [db953e3b679c1] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [db953e3b679c1] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [db953e3b679c1] Daemon stopped [2020-04-06T17:24:14.842Z] daemon.go:325: [db953e3b679c1] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [db953e3b679c1] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [db953e3b679c1] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [db953e3b679c1] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [db953e3b679c1] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [db953e3b679c1] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-04-06T17:24:14.842Z] daemon.go:325: [d5715824c48ec] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d5715824c48ec] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d5715824c48ec] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d5715824c48ec] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d5715824c48ec] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d5715824c48ec] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-04-06T17:24:14.842Z] daemon.go:325: [df2e8bf778db5] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [df2e8bf778db5] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [df2e8bf778db5] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [df2e8bf778db5] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [df2e8bf778db5] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [df2e8bf778db5] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-04-06T17:24:14.842Z] daemon.go:325: [d32adac8cc771] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:296: [d32adac8cc771] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:325: [d32adac8cc771] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:461: [d32adac8cc771] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:450: [d32adac8cc771] Error when stopping daemon: daemon not started [2020-04-06T17:24:14.842Z] check_test.go:309: Daemon d32adac8cc771 is not started [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.56s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions [2020-04-06T17:24:14.842Z] daemon.go:325: [dc8285b0b023b] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [dc8285b0b023b] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [dc8285b0b023b] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [dc8285b0b023b] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [dc8285b0b023b] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [dc8285b0b023b] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.82s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-04-06T17:24:14.842Z] daemon.go:325: [d72864d3f6ace] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d72864d3f6ace] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d72864d3f6ace] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d72864d3f6ace] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d72864d3f6ace] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d72864d3f6ace] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.67s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-04-06T17:24:14.842Z] daemon.go:325: [d26c4a856b47e] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d26c4a856b47e] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d26c4a856b47e] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d26c4a856b47e] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d26c4a856b47e] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d26c4a856b47e] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.67s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-04-06T17:24:14.842Z] daemon.go:325: [d73682b1222b2] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d73682b1222b2] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d73682b1222b2] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d73682b1222b2] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d73682b1222b2] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d73682b1222b2] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.83s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-04-06T17:24:14.842Z] daemon.go:325: [d22b69e2501ce] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d22b69e2501ce] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d22b69e2501ce] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d22b69e2501ce] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d22b69e2501ce] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d22b69e2501ce] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.92s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-04-06T17:24:14.842Z] daemon.go:325: [d4b3b2692987a] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d4b3b2692987a] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d4b3b2692987a] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d4b3b2692987a] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d4b3b2692987a] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d4b3b2692987a] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.05s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-04-06T17:24:14.842Z] daemon.go:325: [d67a5635d469e] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d67a5635d469e] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d67a5635d469e] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d67a5635d469e] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d67a5635d469e] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d67a5635d469e] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-04-06T17:24:14.842Z] daemon.go:325: [d5babac9f5685] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d5babac9f5685] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d5babac9f5685] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d5babac9f5685] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d5babac9f5685] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d5babac9f5685] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-04-06T17:24:14.842Z] daemon.go:325: [d74ddb7666f3c] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d74ddb7666f3c] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d74ddb7666f3c] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d74ddb7666f3c] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d74ddb7666f3c] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d74ddb7666f3c] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-04-06T17:24:14.842Z] daemon.go:325: [d51ffcac36da5] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d51ffcac36da5] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d51ffcac36da5] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d51ffcac36da5] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d51ffcac36da5] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d51ffcac36da5] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.02s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-04-06T17:24:14.842Z] daemon.go:325: [d297b7aa71a03] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d297b7aa71a03] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d297b7aa71a03] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d297b7aa71a03] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d297b7aa71a03] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d297b7aa71a03] Daemon stopped [2020-04-06T17:24:14.842Z] check_test.go:309: Daemon d297b7aa71a03 is not started [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.52s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-04-06T17:24:14.842Z] daemon.go:325: [db57a0d1537cd] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [db57a0d1537cd] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [db57a0d1537cd] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [db57a0d1537cd] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [db57a0d1537cd] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [db57a0d1537cd] Daemon stopped [2020-04-06T17:24:14.842Z] daemon.go:325: [db57a0d1537cd] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [db57a0d1537cd] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [db57a0d1537cd] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [db57a0d1537cd] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [db57a0d1537cd] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [db57a0d1537cd] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.70s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-04-06T17:24:14.842Z] daemon.go:325: [d7dff657620c8] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d7dff657620c8] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d7dff657620c8] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d7dff657620c8] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d7dff657620c8] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d7dff657620c8] Daemon stopped [2020-04-06T17:24:14.842Z] daemon.go:325: [d7dff657620c8] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d7dff657620c8] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d7dff657620c8] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d7dff657620c8] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d7dff657620c8] Stopping daemon [2020-04-06T17:24:14.842Z] daemon.go:296: [d7dff657620c8] exiting daemon [2020-04-06T17:24:14.842Z] daemon.go:448: [d7dff657620c8] Daemon stopped [2020-04-06T17:24:14.842Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.58s) [2020-04-06T17:24:14.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-04-06T17:24:14.842Z] daemon.go:325: [d588248dd7c77] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:325: [d588248dd7c77] waiting for daemon to start [2020-04-06T17:24:14.842Z] daemon.go:353: [d588248dd7c77] daemon started [2020-04-06T17:24:14.842Z] daemon.go:461: [d588248dd7c77] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d588248dd7c77] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d588248dd7c77] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [d588248dd7c77] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d588248dd7c77] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d588248dd7c77] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d588248dd7c77] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d588248dd7c77] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d588248dd7c77] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-04-06T17:24:14.843Z] daemon.go:325: [d74f5ee901eed] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d74f5ee901eed] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d74f5ee901eed] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d74f5ee901eed] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d74f5ee901eed] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d74f5ee901eed] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [d74f5ee901eed] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d74f5ee901eed] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d74f5ee901eed] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d74f5ee901eed] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d74f5ee901eed] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d74f5ee901eed] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.58s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-04-06T17:24:14.843Z] daemon.go:325: [deb873051c0de] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [deb873051c0de] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [deb873051c0de] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [deb873051c0de] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [deb873051c0de] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [deb873051c0de] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [deb873051c0de] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [deb873051c0de] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [deb873051c0de] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [deb873051c0de] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [deb873051c0de] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [deb873051c0de] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.58s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-04-06T17:24:14.843Z] daemon.go:325: [d424661ac63b8] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d424661ac63b8] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d424661ac63b8] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d424661ac63b8] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d424661ac63b8] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d424661ac63b8] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [d424661ac63b8] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d424661ac63b8] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d424661ac63b8] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d424661ac63b8] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d424661ac63b8] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d424661ac63b8] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.14s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-04-06T17:24:14.843Z] daemon.go:325: [d921bdf4f325b] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d921bdf4f325b] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d921bdf4f325b] daemon started [2020-04-06T17:24:14.843Z] daemon.go:296: [d921bdf4f325b] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:325: [d921bdf4f325b] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d921bdf4f325b] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d921bdf4f325b] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d921bdf4f325b] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d921bdf4f325b] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d921bdf4f325b] Daemon stopped [2020-04-06T17:24:14.843Z] check_test.go:309: Daemon d921bdf4f325b is not started [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.64s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-04-06T17:24:14.843Z] daemon.go:325: [da96be2139bd3] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [da96be2139bd3] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [da96be2139bd3] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [da96be2139bd3] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [da96be2139bd3] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [da96be2139bd3] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [da96be2139bd3] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [da96be2139bd3] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [da96be2139bd3] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [da96be2139bd3] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [da96be2139bd3] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [da96be2139bd3] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.59s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-04-06T17:24:14.843Z] daemon.go:325: [d3f7355dfa31f] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d3f7355dfa31f] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d3f7355dfa31f] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d3f7355dfa31f] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d3f7355dfa31f] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d3f7355dfa31f] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [d3f7355dfa31f] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d3f7355dfa31f] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d3f7355dfa31f] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d3f7355dfa31f] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d3f7355dfa31f] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d3f7355dfa31f] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (12.29s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-04-06T17:24:14.843Z] daemon.go:325: [d92af6c7bd349] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d92af6c7bd349] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d92af6c7bd349] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d92af6c7bd349] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d92af6c7bd349] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d92af6c7bd349] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [d92af6c7bd349] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d92af6c7bd349] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d92af6c7bd349] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d92af6c7bd349] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d92af6c7bd349] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d92af6c7bd349] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [d92af6c7bd349] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d92af6c7bd349] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d92af6c7bd349] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d92af6c7bd349] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d92af6c7bd349] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d92af6c7bd349] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d92af6c7bd349] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.50s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-04-06T17:24:14.843Z] daemon.go:325: [d38bf1e06f0e8] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d38bf1e06f0e8] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d38bf1e06f0e8] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d38bf1e06f0e8] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d38bf1e06f0e8] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d38bf1e06f0e8] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [d38bf1e06f0e8] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d38bf1e06f0e8] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d38bf1e06f0e8] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d38bf1e06f0e8] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d38bf1e06f0e8] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d38bf1e06f0e8] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.67s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-04-06T17:24:14.843Z] daemon.go:325: [d3fcaf2e06ad6] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d3fcaf2e06ad6] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d3fcaf2e06ad6] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d3fcaf2e06ad6] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d3fcaf2e06ad6] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d3fcaf2e06ad6] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [d3fcaf2e06ad6] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d3fcaf2e06ad6] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d3fcaf2e06ad6] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d3fcaf2e06ad6] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d3fcaf2e06ad6] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d3fcaf2e06ad6] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [d3fcaf2e06ad6] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d3fcaf2e06ad6] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d3fcaf2e06ad6] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d3fcaf2e06ad6] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d3fcaf2e06ad6] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d3fcaf2e06ad6] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.65s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-04-06T17:24:14.843Z] daemon.go:325: [df6403def85e7] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [df6403def85e7] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [df6403def85e7] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [df6403def85e7] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [df6403def85e7] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [df6403def85e7] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [df6403def85e7] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [df6403def85e7] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [df6403def85e7] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [df6403def85e7] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [df6403def85e7] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [df6403def85e7] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.56s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-04-06T17:24:14.843Z] daemon.go:325: [d757c1696f8f6] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d757c1696f8f6] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d757c1696f8f6] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d757c1696f8f6] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d757c1696f8f6] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d757c1696f8f6] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [d757c1696f8f6] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d757c1696f8f6] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d757c1696f8f6] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d757c1696f8f6] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d757c1696f8f6] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d757c1696f8f6] Daemon stopped [2020-04-06T17:24:14.843Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-04-06T17:24:14.843Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T17:24:14.843Z] check_test.go:309: Daemon d0fed9f56536a is not started [2020-04-06T17:24:14.843Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-04-06T17:24:14.843Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T17:24:14.843Z] check_test.go:309: Daemon d6c6bad95e49a is not started [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.05s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-04-06T17:24:14.843Z] daemon.go:325: [d9132b63522a5] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d9132b63522a5] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d9132b63522a5] daemon started [2020-04-06T17:24:14.843Z] daemon.go:296: [d9132b63522a5] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:325: [d9132b63522a5] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d9132b63522a5] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d9132b63522a5] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d9132b63522a5] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d9132b63522a5] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d9132b63522a5] Daemon stopped [2020-04-06T17:24:14.843Z] check_test.go:309: Daemon d9132b63522a5 is not started [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.73s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-04-06T17:24:14.843Z] daemon.go:325: [d3c0b3027545a] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d3c0b3027545a] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d3c0b3027545a] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d3c0b3027545a] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d3c0b3027545a] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d3c0b3027545a] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [d3c0b3027545a] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d3c0b3027545a] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [d3c0b3027545a] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [d3c0b3027545a] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [d3c0b3027545a] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [d3c0b3027545a] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.68s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-04-06T17:24:14.843Z] daemon.go:325: [db3474296b586] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [db3474296b586] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [db3474296b586] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [db3474296b586] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [db3474296b586] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [db3474296b586] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [db3474296b586] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [db3474296b586] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [db3474296b586] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [db3474296b586] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [db3474296b586] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [db3474296b586] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.65s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-04-06T17:24:14.843Z] daemon.go:325: [dcf9c3b427bb0] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [dcf9c3b427bb0] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [dcf9c3b427bb0] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [dcf9c3b427bb0] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [dcf9c3b427bb0] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [dcf9c3b427bb0] Daemon stopped [2020-04-06T17:24:14.843Z] daemon.go:325: [dcf9c3b427bb0] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [dcf9c3b427bb0] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:353: [dcf9c3b427bb0] daemon started [2020-04-06T17:24:14.843Z] daemon.go:461: [dcf9c3b427bb0] Stopping daemon [2020-04-06T17:24:14.843Z] daemon.go:296: [dcf9c3b427bb0] exiting daemon [2020-04-06T17:24:14.843Z] daemon.go:448: [dcf9c3b427bb0] Daemon stopped [2020-04-06T17:24:14.843Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.45s) [2020-04-06T17:24:14.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-04-06T17:24:14.843Z] daemon.go:325: [d1dd951e9821f] waiting for daemon to start [2020-04-06T17:24:14.843Z] daemon.go:325: [d1dd951e9821f] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d1dd951e9821f] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d1dd951e9821f] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d1dd951e9821f] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d1dd951e9821f] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:325: [d1dd951e9821f] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d1dd951e9821f] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d1dd951e9821f] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d1dd951e9821f] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d1dd951e9821f] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d1dd951e9821f] Daemon stopped [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.38s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-04-06T17:24:14.844Z] daemon.go:325: [d9792dd546198] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d9792dd546198] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d9792dd546198] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d9792dd546198] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d9792dd546198] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d9792dd546198] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:325: [d9792dd546198] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d9792dd546198] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d9792dd546198] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d9792dd546198] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d9792dd546198] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d9792dd546198] Daemon stopped [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.04s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-04-06T17:24:14.844Z] daemon.go:325: [d04a7d1c8691e] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d04a7d1c8691e] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d04a7d1c8691e] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d04a7d1c8691e] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d04a7d1c8691e] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d04a7d1c8691e] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:325: [d04a7d1c8691e] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d04a7d1c8691e] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d04a7d1c8691e] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d04a7d1c8691e] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d04a7d1c8691e] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d04a7d1c8691e] Daemon stopped [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.42s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-04-06T17:24:14.844Z] daemon.go:325: [d2c460f0ec757] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d2c460f0ec757] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d2c460f0ec757] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d2c460f0ec757] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d2c460f0ec757] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d2c460f0ec757] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:325: [d2c460f0ec757] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d2c460f0ec757] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d2c460f0ec757] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d2c460f0ec757] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d2c460f0ec757] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d2c460f0ec757] Daemon stopped [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.71s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-04-06T17:24:14.844Z] daemon.go:325: [dad5cb309a3aa] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [dad5cb309a3aa] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [dad5cb309a3aa] daemon started [2020-04-06T17:24:14.844Z] daemon.go:296: [dad5cb309a3aa] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:325: [dad5cb309a3aa] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [dad5cb309a3aa] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [dad5cb309a3aa] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [dad5cb309a3aa] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [dad5cb309a3aa] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [dad5cb309a3aa] Daemon stopped [2020-04-06T17:24:14.844Z] check_test.go:309: Daemon dad5cb309a3aa is not started [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.36s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-04-06T17:24:14.844Z] daemon.go:325: [d2852523fdfbe] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d2852523fdfbe] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d2852523fdfbe] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d2852523fdfbe] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d2852523fdfbe] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d2852523fdfbe] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:325: [d2852523fdfbe] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d2852523fdfbe] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d2852523fdfbe] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d2852523fdfbe] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d2852523fdfbe] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d2852523fdfbe] Daemon stopped [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.13s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-04-06T17:24:14.844Z] daemon.go:325: [dc7c5f027361a] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [dc7c5f027361a] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [dc7c5f027361a] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [dc7c5f027361a] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [dc7c5f027361a] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [dc7c5f027361a] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:325: [dc7c5f027361a] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [dc7c5f027361a] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [dc7c5f027361a] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [dc7c5f027361a] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [dc7c5f027361a] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [dc7c5f027361a] Daemon stopped [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.08s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-04-06T17:24:14.844Z] daemon.go:325: [d9c84033d59a8] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d9c84033d59a8] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d9c84033d59a8] daemon started [2020-04-06T17:24:14.844Z] daemon.go:296: [d9c84033d59a8] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:461: [d9c84033d59a8] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:450: [d9c84033d59a8] Error when stopping daemon: daemon not started [2020-04-06T17:24:14.844Z] check_test.go:309: Daemon d9c84033d59a8 is not started [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-04-06T17:24:14.844Z] daemon.go:325: [d61832f27093d] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d61832f27093d] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d61832f27093d] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d61832f27093d] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d61832f27093d] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d61832f27093d] Daemon stopped [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.81s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-04-06T17:24:14.844Z] daemon.go:325: [da8de9883a0e9] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [da8de9883a0e9] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [da8de9883a0e9] daemon started [2020-04-06T17:24:14.844Z] daemon.go:296: [da8de9883a0e9] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:325: [da8de9883a0e9] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [da8de9883a0e9] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [da8de9883a0e9] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [da8de9883a0e9] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [da8de9883a0e9] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [da8de9883a0e9] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:325: [da8de9883a0e9] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [da8de9883a0e9] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [da8de9883a0e9] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [da8de9883a0e9] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [da8de9883a0e9] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [da8de9883a0e9] Daemon stopped [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-04-06T17:24:14.844Z] daemon.go:325: [d917407472fb6] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d917407472fb6] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d917407472fb6] daemon started [2020-04-06T17:24:14.844Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-04-06T17:24:14.844Z] daemon.go:461: [d917407472fb6] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d917407472fb6] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d917407472fb6] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:325: [d917407472fb6] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d917407472fb6] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d917407472fb6] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d917407472fb6] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d917407472fb6] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d917407472fb6] Daemon stopped [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-04-06T17:24:14.844Z] daemon.go:325: [dbe0c08100213] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [dbe0c08100213] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [dbe0c08100213] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [dbe0c08100213] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [dbe0c08100213] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [dbe0c08100213] Daemon stopped [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.65s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-04-06T17:24:14.844Z] daemon.go:325: [deb45a09f318c] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [deb45a09f318c] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [deb45a09f318c] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [deb45a09f318c] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [deb45a09f318c] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [deb45a09f318c] Daemon stopped [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-06T17:24:14.844Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2020-04-06T17:24:14.844Z] daemon.go:325: [d0d17d00a5ab9] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d0d17d00a5ab9] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d0d17d00a5ab9] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d0d17d00a5ab9] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d0d17d00a5ab9] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d0d17d00a5ab9] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-06T17:24:14.844Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2020-04-06T17:24:14.844Z] daemon.go:325: [dbf0883ceef1a] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [dbf0883ceef1a] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [dbf0883ceef1a] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [dbf0883ceef1a] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [dbf0883ceef1a] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [dbf0883ceef1a] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-06T17:24:14.844Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2020-04-06T17:24:14.844Z] daemon.go:325: [df01e2127ee81] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:296: [df01e2127ee81] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:325: [df01e2127ee81] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-06T17:24:14.844Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2020-04-06T17:24:14.844Z] daemon.go:325: [d8f331dede1eb] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:296: [d8f331dede1eb] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:325: [d8f331dede1eb] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-06T17:24:14.844Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2020-04-06T17:24:14.844Z] daemon.go:325: [d9914b5cd37e4] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:296: [d9914b5cd37e4] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:325: [d9914b5cd37e4] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-06T17:24:14.844Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2020-04-06T17:24:14.844Z] daemon.go:325: [db517f3ff976b] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [db517f3ff976b] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [db517f3ff976b] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [db517f3ff976b] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [db517f3ff976b] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [db517f3ff976b] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-06T17:24:14.844Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2020-04-06T17:24:14.844Z] daemon.go:325: [d4a3787d2aa3b] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d4a3787d2aa3b] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d4a3787d2aa3b] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d4a3787d2aa3b] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d4a3787d2aa3b] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d4a3787d2aa3b] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-06T17:24:14.844Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2020-04-06T17:24:14.844Z] daemon.go:325: [dfea74d64d975] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:296: [dfea74d64d975] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:325: [dfea74d64d975] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-06T17:24:14.844Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2020-04-06T17:24:14.844Z] daemon.go:325: [d38eded7fde4e] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:296: [d38eded7fde4e] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:325: [d38eded7fde4e] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-06T17:24:14.844Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2020-04-06T17:24:14.844Z] daemon.go:325: [d139c3151276c] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:296: [d139c3151276c] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:325: [d139c3151276c] waiting for daemon to start [2020-04-06T17:24:14.844Z] check_test.go:309: Daemon d28f8b4659638 is not started [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.12s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-04-06T17:24:14.844Z] daemon.go:325: [dc4fc72c286e0] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [dc4fc72c286e0] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [dc4fc72c286e0] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [dc4fc72c286e0] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [dc4fc72c286e0] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [dc4fc72c286e0] Daemon stopped [2020-04-06T17:24:14.844Z] daemon.go:325: [dc4fc72c286e0] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [dc4fc72c286e0] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [dc4fc72c286e0] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [dc4fc72c286e0] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [dc4fc72c286e0] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [dc4fc72c286e0] Daemon stopped [2020-04-06T17:24:14.844Z] check_test.go:309: Daemon dc4fc72c286e0 is not started [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s) [2020-04-06T17:24:14.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-04-06T17:24:14.844Z] daemon.go:325: [d4fbf51f75c6a] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:325: [d4fbf51f75c6a] waiting for daemon to start [2020-04-06T17:24:14.844Z] daemon.go:353: [d4fbf51f75c6a] daemon started [2020-04-06T17:24:14.844Z] daemon.go:461: [d4fbf51f75c6a] Stopping daemon [2020-04-06T17:24:14.844Z] daemon.go:296: [d4fbf51f75c6a] exiting daemon [2020-04-06T17:24:14.844Z] daemon.go:448: [d4fbf51f75c6a] Daemon stopped [2020-04-06T17:24:14.844Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.56s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-04-06T17:24:14.845Z] daemon.go:325: [d4e0e23830f17] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d4e0e23830f17] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d4e0e23830f17] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d4e0e23830f17] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d4e0e23830f17] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d4e0e23830f17] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.62s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-04-06T17:24:14.845Z] daemon.go:325: [dcb297334290a] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [dcb297334290a] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [dcb297334290a] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [dcb297334290a] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [dcb297334290a] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [dcb297334290a] Daemon stopped [2020-04-06T17:24:14.845Z] daemon.go:325: [dcb297334290a] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [dcb297334290a] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [dcb297334290a] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [dcb297334290a] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [dcb297334290a] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [dcb297334290a] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-04-06T17:24:14.845Z] daemon.go:325: [d70d3df7d7ffa] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d70d3df7d7ffa] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d70d3df7d7ffa] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d70d3df7d7ffa] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d70d3df7d7ffa] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d70d3df7d7ffa] Daemon stopped [2020-04-06T17:24:14.845Z] check_test.go:309: Daemon d70d3df7d7ffa is not started [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (13.49s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-04-06T17:24:14.845Z] daemon.go:325: [d26dd83bcb007] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d26dd83bcb007] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d26dd83bcb007] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d26dd83bcb007] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d26dd83bcb007] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d26dd83bcb007] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.01s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-04-06T17:24:14.845Z] daemon.go:325: [d866672829c83] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d866672829c83] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d866672829c83] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d866672829c83] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d866672829c83] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d866672829c83] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.58s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-04-06T17:24:14.845Z] daemon.go:325: [db56b99f5296a] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [db56b99f5296a] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [db56b99f5296a] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [db56b99f5296a] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [db56b99f5296a] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [db56b99f5296a] Daemon stopped [2020-04-06T17:24:14.845Z] daemon.go:325: [db56b99f5296a] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [db56b99f5296a] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [db56b99f5296a] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [db56b99f5296a] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [db56b99f5296a] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [db56b99f5296a] Daemon stopped [2020-04-06T17:24:14.845Z] daemon.go:325: [db56b99f5296a] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [db56b99f5296a] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [db56b99f5296a] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [db56b99f5296a] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [db56b99f5296a] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [db56b99f5296a] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-04-06T17:24:14.845Z] daemon.go:325: [d18572008490f] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d18572008490f] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d18572008490f] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d18572008490f] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d18572008490f] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d18572008490f] Daemon stopped [2020-04-06T17:24:14.845Z] daemon.go:325: [d18572008490f] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:296: [d18572008490f] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:325: [d18572008490f] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:461: [d18572008490f] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:450: [d18572008490f] Error when stopping daemon: daemon not started [2020-04-06T17:24:14.845Z] check_test.go:309: Daemon d18572008490f is not started [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.17s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-04-06T17:24:14.845Z] daemon.go:325: [d6c5061a93bc5] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d6c5061a93bc5] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d6c5061a93bc5] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d6c5061a93bc5] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d6c5061a93bc5] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d6c5061a93bc5] Daemon stopped [2020-04-06T17:24:14.845Z] daemon.go:325: [d6c5061a93bc5] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d6c5061a93bc5] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d6c5061a93bc5] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d6c5061a93bc5] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d6c5061a93bc5] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d6c5061a93bc5] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.69s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-04-06T17:24:14.845Z] daemon.go:325: [d069863a39d14] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d069863a39d14] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d069863a39d14] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d069863a39d14] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d069863a39d14] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d069863a39d14] Daemon stopped [2020-04-06T17:24:14.845Z] daemon.go:325: [d069863a39d14] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d069863a39d14] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d069863a39d14] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d069863a39d14] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d069863a39d14] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d069863a39d14] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (13.19s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-04-06T17:24:14.845Z] daemon.go:325: [d81505a233cef] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d81505a233cef] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d81505a233cef] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d81505a233cef] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d81505a233cef] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d81505a233cef] Daemon stopped [2020-04-06T17:24:14.845Z] daemon.go:325: [d81505a233cef] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d81505a233cef] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d81505a233cef] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d81505a233cef] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d81505a233cef] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d81505a233cef] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.04s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove [2020-04-06T17:24:14.845Z] daemon.go:325: [d809d657fafc2] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d809d657fafc2] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d809d657fafc2] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d809d657fafc2] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d809d657fafc2] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d809d657fafc2] Daemon stopped [2020-04-06T17:24:14.845Z] daemon.go:325: [d809d657fafc2] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d809d657fafc2] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d809d657fafc2] daemon started [2020-04-06T17:24:14.845Z] check_test.go:309: Daemon d4d3b1aa8c968 is not started [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo [2020-04-06T17:24:14.845Z] daemon.go:325: [dc9dc1fa6a2b0] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [dc9dc1fa6a2b0] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [dc9dc1fa6a2b0] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [dc9dc1fa6a2b0] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [dc9dc1fa6a2b0] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [dc9dc1fa6a2b0] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.55s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-04-06T17:24:14.845Z] daemon.go:325: [d9a10bd412b02] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d9a10bd412b02] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d9a10bd412b02] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d9a10bd412b02] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d9a10bd412b02] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d9a10bd412b02] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-04-06T17:24:14.845Z] daemon.go:325: [d935821b67629] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d935821b67629] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d935821b67629] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d935821b67629] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d935821b67629] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d935821b67629] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.27s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun [2020-04-06T17:24:14.845Z] daemon.go:325: [d91fb3042fb21] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d91fb3042fb21] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d91fb3042fb21] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d91fb3042fb21] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d91fb3042fb21] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d91fb3042fb21] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.02s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-04-06T17:24:14.845Z] check_test.go:309: Daemon d522428d85117 is not started [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.70s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability [2020-04-06T17:24:14.845Z] daemon.go:325: [d2c4ffce53f14] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d2c4ffce53f14] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d2c4ffce53f14] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d2c4ffce53f14] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d2c4ffce53f14] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d2c4ffce53f14] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.72s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-04-06T17:24:14.845Z] daemon.go:325: [d8754102547cf] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d8754102547cf] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d8754102547cf] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d8754102547cf] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d8754102547cf] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d8754102547cf] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.71s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-04-06T17:24:14.845Z] daemon.go:325: [d2a8894510a33] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d2a8894510a33] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d2a8894510a33] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d2a8894510a33] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d2a8894510a33] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d2a8894510a33] Daemon stopped [2020-04-06T17:24:14.845Z] daemon.go:325: [d2a8894510a33] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d2a8894510a33] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d2a8894510a33] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d2a8894510a33] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d2a8894510a33] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d2a8894510a33] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.51s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling [2020-04-06T17:24:14.845Z] daemon.go:325: [df433a147eb90] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [df433a147eb90] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [df433a147eb90] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [df433a147eb90] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [df433a147eb90] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [df433a147eb90] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.96s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel [2020-04-06T17:24:14.845Z] daemon.go:325: [df94f3defb14b] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [df94f3defb14b] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [df94f3defb14b] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [df94f3defb14b] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [df94f3defb14b] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [df94f3defb14b] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.57s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors [2020-04-06T17:24:14.845Z] daemon.go:325: [d0d964743d42f] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [d0d964743d42f] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [d0d964743d42f] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [d0d964743d42f] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [d0d964743d42f] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [d0d964743d42f] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.02s) [2020-04-06T17:24:14.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-04-06T17:24:14.845Z] daemon.go:325: [da774b9dacaa8] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [da774b9dacaa8] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [da774b9dacaa8] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [da774b9dacaa8] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [da774b9dacaa8] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [da774b9dacaa8] Daemon stopped [2020-04-06T17:24:14.845Z] daemon.go:325: [da774b9dacaa8] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:325: [da774b9dacaa8] waiting for daemon to start [2020-04-06T17:24:14.845Z] daemon.go:353: [da774b9dacaa8] daemon started [2020-04-06T17:24:14.845Z] daemon.go:461: [da774b9dacaa8] Stopping daemon [2020-04-06T17:24:14.845Z] daemon.go:296: [da774b9dacaa8] exiting daemon [2020-04-06T17:24:14.845Z] daemon.go:448: [da774b9dacaa8] Daemon stopped [2020-04-06T17:24:14.845Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.58s) [2020-04-06T17:24:14.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-04-06T17:24:14.846Z] daemon.go:325: [dcbb6ea494468] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [dcbb6ea494468] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [dcbb6ea494468] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [dcbb6ea494468] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [dcbb6ea494468] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [dcbb6ea494468] Daemon stopped [2020-04-06T17:24:14.846Z] daemon.go:325: [dcbb6ea494468] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [dcbb6ea494468] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [dcbb6ea494468] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [dcbb6ea494468] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [dcbb6ea494468] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [dcbb6ea494468] Daemon stopped [2020-04-06T17:24:14.846Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.93s) [2020-04-06T17:24:14.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged [2020-04-06T17:24:14.846Z] daemon.go:325: [d3a81f77c8a7f] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [d3a81f77c8a7f] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [d3a81f77c8a7f] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [d3a81f77c8a7f] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [d3a81f77c8a7f] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [d3a81f77c8a7f] Daemon stopped [2020-04-06T17:24:14.846Z] daemon.go:325: [d3a81f77c8a7f] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [d3a81f77c8a7f] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [d3a81f77c8a7f] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [d3a81f77c8a7f] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [d3a81f77c8a7f] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [d3a81f77c8a7f] Daemon stopped [2020-04-06T17:24:14.846Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.70s) [2020-04-06T17:24:14.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-04-06T17:24:14.846Z] daemon.go:325: [d7827509251c0] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [d7827509251c0] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [d7827509251c0] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [d7827509251c0] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [d7827509251c0] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [d7827509251c0] Daemon stopped [2020-04-06T17:24:14.846Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.05s) [2020-04-06T17:24:14.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-04-06T17:24:14.846Z] daemon.go:325: [dd13f121e0259] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [dd13f121e0259] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [dd13f121e0259] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [dd13f121e0259] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [dd13f121e0259] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [dd13f121e0259] Daemon stopped [2020-04-06T17:24:14.846Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.19s) [2020-04-06T17:24:14.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-04-06T17:24:14.846Z] daemon.go:325: [d0d7ac4638b4a] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [d0d7ac4638b4a] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [d0d7ac4638b4a] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [d0d7ac4638b4a] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [d0d7ac4638b4a] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [d0d7ac4638b4a] Daemon stopped [2020-04-06T17:24:14.846Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.94s) [2020-04-06T17:24:14.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-04-06T17:24:14.846Z] daemon.go:325: [d9a91027e51e5] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [d9a91027e51e5] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [d9a91027e51e5] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [d9a91027e51e5] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [d9a91027e51e5] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [d9a91027e51e5] Daemon stopped [2020-04-06T17:24:14.846Z] daemon.go:325: [d9a91027e51e5] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [d9a91027e51e5] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [d9a91027e51e5] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [d9a91027e51e5] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [d9a91027e51e5] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [d9a91027e51e5] Daemon stopped [2020-04-06T17:24:14.846Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.26s) [2020-04-06T17:24:14.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-04-06T17:24:14.846Z] daemon.go:325: [d10f55525b4e8] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [d10f55525b4e8] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [d10f55525b4e8] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [d10f55525b4e8] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [d10f55525b4e8] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [d10f55525b4e8] Daemon stopped [2020-04-06T17:24:14.846Z] daemon.go:325: [d10f55525b4e8] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [d10f55525b4e8] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [d10f55525b4e8] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [d10f55525b4e8] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [d10f55525b4e8] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [d10f55525b4e8] Daemon stopped [2020-04-06T17:24:14.846Z] daemon.go:325: [d10f55525b4e8] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:296: [d10f55525b4e8] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:325: [d10f55525b4e8] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:461: [d10f55525b4e8] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:450: [d10f55525b4e8] Error when stopping daemon: daemon not started [2020-04-06T17:24:14.846Z] docker_cli_daemon_test.go:2542: Daemon d10f55525b4e8 is not started [2020-04-06T17:24:14.846Z] daemon.go:325: [d10f55525b4e8] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [d10f55525b4e8] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [d10f55525b4e8] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [d10f55525b4e8] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [d10f55525b4e8] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [d10f55525b4e8] Daemon stopped [2020-04-06T17:24:14.846Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.91s) [2020-04-06T17:24:14.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-04-06T17:24:14.846Z] daemon.go:325: [d2eb20aefc190] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [d2eb20aefc190] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [d2eb20aefc190] daemon started [2020-04-06T17:24:14.846Z] daemon.go:461: [d2eb20aefc190] Stopping daemon [2020-04-06T17:24:14.846Z] daemon.go:296: [d2eb20aefc190] exiting daemon [2020-04-06T17:24:14.846Z] daemon.go:448: [d2eb20aefc190] Daemon stopped [2020-04-06T17:24:14.846Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.42s) [2020-04-06T17:24:14.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-04-06T17:24:14.846Z] daemon.go:325: [db3ec6245d2a9] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:325: [db3ec6245d2a9] waiting for daemon to start [2020-04-06T17:24:14.846Z] daemon.go:353: [db3ec6245d2a9] daemon started [2020-04-06T17:24:15.103Z] daemon.go:461: [db3ec6245d2a9] Stopping daemon [2020-04-06T17:24:15.103Z] daemon.go:296: [db3ec6245d2a9] exiting daemon [2020-04-06T17:24:15.103Z] daemon.go:448: [db3ec6245d2a9] Daemon stopped [2020-04-06T17:24:15.103Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.76s) [2020-04-06T17:24:15.103Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize [2020-04-06T17:24:15.103Z] daemon.go:325: [d388ecbe8fea0] waiting for daemon to start [2020-04-06T17:24:15.103Z] daemon.go:325: [d388ecbe8fea0] waiting for daemon to start [2020-04-06T17:24:15.103Z] daemon.go:353: [d388ecbe8fea0] daemon started [2020-04-06T17:24:15.103Z] daemon.go:461: [d388ecbe8fea0] Stopping daemon [2020-04-06T17:24:15.103Z] daemon.go:296: [d388ecbe8fea0] exiting daemon [2020-04-06T17:24:15.103Z] daemon.go:448: [d388ecbe8fea0] Daemon stopped [2020-04-06T17:24:15.103Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.55s) [2020-04-06T17:24:15.103Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload [2020-04-06T17:24:15.103Z] daemon.go:325: [dae63e8dde812] waiting for daemon to start [2020-04-06T17:24:15.103Z] daemon.go:325: [dae63e8dde812] waiting for daemon to start [2020-04-06T17:24:15.103Z] daemon.go:353: [dae63e8dde812] daemon started [2020-04-06T17:24:15.103Z] daemon.go:461: [dae63e8dde812] Stopping daemon [2020-04-06T17:24:15.103Z] daemon.go:296: [dae63e8dde812] exiting daemon [2020-04-06T17:24:15.103Z] daemon.go:448: [dae63e8dde812] Daemon stopped [2020-04-06T17:24:15.103Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.09s) [2020-04-06T17:24:15.103Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify [2020-04-06T17:24:15.103Z] check_test.go:309: Daemon d1c63e2a7e4b4 is not started [2020-04-06T17:24:15.103Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.76s) [2020-04-06T17:24:15.103Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin [2020-04-06T17:24:15.103Z] daemon.go:325: [d448e043ef02c] waiting for daemon to start [2020-04-06T17:24:15.103Z] daemon.go:325: [d448e043ef02c] waiting for daemon to start [2020-04-06T17:24:15.103Z] daemon.go:353: [d448e043ef02c] daemon started [2020-04-06T17:24:15.103Z] daemon.go:461: [d448e043ef02c] Stopping daemon [2020-04-06T17:24:15.103Z] daemon.go:296: [d448e043ef02c] exiting daemon [2020-04-06T17:24:15.103Z] daemon.go:448: [d448e043ef02c] Daemon stopped [2020-04-06T17:24:15.103Z] === RUN TestDockerSwarmSuite [2020-04-06T17:24:15.103Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-04-06T17:24:15.103Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-04-06T17:24:17.624Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-04-06T17:24:17.881Z] --- PASS: TestServiceWithDataPathPortInit (18.91s) [2020-04-06T17:24:17.881Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2020-04-06T17:24:17.881Z] daemon.go:325: [dbe9d6c1825c3] waiting for daemon to start [2020-04-06T17:24:17.881Z] daemon.go:325: [dbe9d6c1825c3] waiting for daemon to start [2020-04-06T17:24:17.881Z] daemon.go:353: [dbe9d6c1825c3] daemon started [2020-04-06T17:24:17.881Z] daemon.go:461: [dbe9d6c1825c3] Stopping daemon [2020-04-06T17:24:17.881Z] daemon.go:296: [dbe9d6c1825c3] exiting daemon [2020-04-06T17:24:17.881Z] daemon.go:448: [dbe9d6c1825c3] Daemon stopped [2020-04-06T17:24:17.881Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2020-04-06T17:24:17.881Z] daemon.go:325: [df116001174a5] waiting for daemon to start [2020-04-06T17:24:17.881Z] daemon.go:325: [df116001174a5] waiting for daemon to start [2020-04-06T17:24:17.881Z] daemon.go:353: [df116001174a5] daemon started [2020-04-06T17:24:17.881Z] daemon.go:461: [df116001174a5] Stopping daemon [2020-04-06T17:24:17.881Z] daemon.go:296: [df116001174a5] exiting daemon [2020-04-06T17:24:17.881Z] daemon.go:448: [df116001174a5] Daemon stopped [2020-04-06T17:24:17.881Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-04-06T17:24:18.138Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-04-06T17:24:19.507Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-04-06T17:24:21.402Z] === RUN TestDockerSuite/TestBuildEnv [2020-04-06T17:24:21.658Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-04-06T17:24:23.027Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-04-06T17:24:24.395Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-04-06T17:24:24.437Z] ok github.com/docker/docker/builder/fscache 0.153s coverage: 69.2% of statements [2020-04-06T17:24:24.728Z] ok github.com/docker/docker/builder/remotecontext 0.362s coverage: 13.6% of statements [2020-04-06T17:24:25.033Z] ok github.com/docker/docker/builder/remotecontext/git 4.095s coverage: 85.1% of statements [2020-04-06T17:24:25.711Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2020-04-06T17:24:25.764Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-04-06T17:24:25.764Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-04-06T17:24:26.040Z] ok github.com/docker/docker/builder/dockerfile 0.998s coverage: 45.1% of statements [2020-04-06T17:24:26.040Z] ? github.com/docker/docker/cli [no test files] [2020-04-06T17:24:26.040Z] ? github.com/docker/docker/cli/config [no test files] [2020-04-06T17:24:27.135Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.41s) [2020-04-06T17:24:27.135Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2020-04-06T17:24:27.135Z] daemon.go:325: [dd7ef4a9ee413] waiting for daemon to start [2020-04-06T17:24:27.135Z] daemon.go:325: [dd7ef4a9ee413] waiting for daemon to start [2020-04-06T17:24:27.135Z] daemon.go:353: [dd7ef4a9ee413] daemon started [2020-04-06T17:24:27.135Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:icrfigk70i6lkvydkxjkt9ii4 Created:2020-04-06 17:24:19.477139405 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[0999c1fd03440c0598e03749142cf671995e93bedfac230b63fdf986bd1ec1fc:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sl3hq1g0lmt1yq0jgo9vub65a EndpointID:fc57b1f82d0c7e7e07fe6f09681988c9038e2c2dbc61f1d3807d3adb226ccd0b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d1a4140a3cdd14e85e802426f2e20cbe98d55e5ac30849db55f15ce02fba0706 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:699732df7be2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sl3hq1g0lmt1yq0jgo9vub65a EndpointID:fc57b1f82d0c7e7e07fe6f09681988c9038e2c2dbc61f1d3807d3adb226ccd0b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-04-06T17:24:27.135Z] daemon.go:461: [dd7ef4a9ee413] Stopping daemon [2020-04-06T17:24:27.135Z] daemon.go:296: [dd7ef4a9ee413] exiting daemon [2020-04-06T17:24:27.135Z] daemon.go:448: [dd7ef4a9ee413] Daemon stopped [2020-04-06T17:24:27.135Z] PASS [2020-04-06T17:24:27.135Z] [2020-04-06T17:24:27.135Z] === Skipped [2020-04-06T17:24:27.135Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-06T17:24:27.135Z] service_test.go:230: FLAKY_TEST [2020-04-06T17:24:27.135Z] [2020-04-06T17:24:27.135Z] [2020-04-06T17:24:27.135Z] DONE 21 tests, 1 skipped in 49.698s [2020-04-06T17:24:27.135Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-04-06T17:24:27.135Z] ++ 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 [2020-04-06T17:24:27.135Z] ++ set -e [2020-04-06T17:24:27.135Z] ++ '[' -n 0 ']' [2020-04-06T17:24:27.135Z] ++ set -x [2020-04-06T17:24:27.135Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:24:27.392Z] INFO: Testing against a local daemon [2020-04-06T17:24:27.392Z] === RUN TestDockerNetworkIpvlanPersistance [2020-04-06T17:24:27.392Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-04-06T17:24:27.392Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-06T17:24:27.392Z] === RUN TestDockerNetworkIpvlan [2020-04-06T17:24:27.392Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-04-06T17:24:27.392Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-06T17:24:27.392Z] PASS [2020-04-06T17:24:27.392Z] [2020-04-06T17:24:27.392Z] === Skipped [2020-04-06T17:24:27.392Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-04-06T17:24:27.392Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-06T17:24:27.392Z] [2020-04-06T17:24:27.392Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-04-06T17:24:27.392Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-06T17:24:27.392Z] [2020-04-06T17:24:27.392Z] [2020-04-06T17:24:27.392Z] DONE 2 tests, 2 skipped in 0.109s [2020-04-06T17:24:27.392Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-04-06T17:24:27.392Z] ++ 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 [2020-04-06T17:24:27.392Z] ++ set -e [2020-04-06T17:24:27.392Z] ++ '[' -n 0 ']' [2020-04-06T17:24:27.392Z] ++ set -x [2020-04-06T17:24:27.392Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:24:27.650Z] INFO: Testing against a local daemon [2020-04-06T17:24:27.650Z] === RUN TestDockerNetworkMacvlanPersistance [2020-04-06T17:24:29.544Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.62s) [2020-04-06T17:24:29.545Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2020-04-06T17:24:29.545Z] daemon.go:325: [d5f4eb98f1363] waiting for daemon to start [2020-04-06T17:24:29.545Z] daemon.go:325: [d5f4eb98f1363] waiting for daemon to start [2020-04-06T17:24:29.545Z] daemon.go:353: [d5f4eb98f1363] daemon started [2020-04-06T17:24:29.545Z] daemon.go:461: [d5f4eb98f1363] Stopping daemon [2020-04-06T17:24:29.545Z] daemon.go:296: [d5f4eb98f1363] exiting daemon [2020-04-06T17:24:29.545Z] daemon.go:448: [d5f4eb98f1363] Daemon stopped [2020-04-06T17:24:29.545Z] daemon.go:325: [d5f4eb98f1363] waiting for daemon to start [2020-04-06T17:24:29.545Z] daemon.go:325: [d5f4eb98f1363] waiting for daemon to start [2020-04-06T17:24:29.545Z] daemon.go:353: [d5f4eb98f1363] daemon started [2020-04-06T17:24:29.545Z] daemon.go:461: [d5f4eb98f1363] Stopping daemon [2020-04-06T17:24:29.545Z] daemon.go:296: [d5f4eb98f1363] exiting daemon [2020-04-06T17:24:29.545Z] daemon.go:448: [d5f4eb98f1363] Daemon stopped [2020-04-06T17:24:29.545Z] === RUN TestDockerNetworkMacvlan [2020-04-06T17:24:30.108Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-04-06T17:24:31.038Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-04-06T17:24:31.601Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-04-06T17:24:32.970Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-04-06T17:24:34.863Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-04-06T17:24:39.039Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-04-06T17:24:39.039Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-04-06T17:24:39.969Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-04-06T17:24:41.503Z] ok github.com/docker/docker/client 0.532s coverage: 75.7% of statements [2020-04-06T17:24:58.026Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-04-06T17:24:58.026Z] --- PASS: TestDockerNetworkMacvlan (26.42s) [2020-04-06T17:24:58.026Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:24:58.026Z] daemon.go:325: [d960844ad1c37] waiting for daemon to start [2020-04-06T17:24:58.026Z] daemon.go:325: [d960844ad1c37] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:353: [d960844ad1c37] daemon started [2020-04-06T17:24:58.027Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-04-06T17:24:58.027Z] daemon.go:461: [d960844ad1c37] Stopping daemon [2020-04-06T17:24:58.027Z] daemon.go:296: [d960844ad1c37] exiting daemon [2020-04-06T17:24:58.027Z] daemon.go:448: [d960844ad1c37] Daemon stopped [2020-04-06T17:24:58.027Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:24:58.027Z] daemon.go:325: [decd6244cfb69] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:325: [decd6244cfb69] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:353: [decd6244cfb69] daemon started [2020-04-06T17:24:58.027Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-04-06T17:24:58.027Z] daemon.go:461: [decd6244cfb69] Stopping daemon [2020-04-06T17:24:58.027Z] daemon.go:296: [decd6244cfb69] exiting daemon [2020-04-06T17:24:58.027Z] daemon.go:448: [decd6244cfb69] Daemon stopped [2020-04-06T17:24:58.027Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:24:58.027Z] daemon.go:325: [d0f4c3a8abe10] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:325: [d0f4c3a8abe10] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:353: [d0f4c3a8abe10] daemon started [2020-04-06T17:24:58.027Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.89s) [2020-04-06T17:24:58.027Z] daemon.go:461: [d0f4c3a8abe10] Stopping daemon [2020-04-06T17:24:58.027Z] daemon.go:296: [d0f4c3a8abe10] exiting daemon [2020-04-06T17:24:58.027Z] daemon.go:448: [d0f4c3a8abe10] Daemon stopped [2020-04-06T17:24:58.027Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:24:58.027Z] daemon.go:325: [d58b0fc88171a] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:325: [d58b0fc88171a] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:353: [d58b0fc88171a] daemon started [2020-04-06T17:24:58.027Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.86s) [2020-04-06T17:24:58.027Z] daemon.go:461: [d58b0fc88171a] Stopping daemon [2020-04-06T17:24:58.027Z] daemon.go:296: [d58b0fc88171a] exiting daemon [2020-04-06T17:24:58.027Z] daemon.go:448: [d58b0fc88171a] Daemon stopped [2020-04-06T17:24:58.027Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:24:58.027Z] daemon.go:325: [d7c7722ecca8a] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:325: [d7c7722ecca8a] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:353: [d7c7722ecca8a] daemon started [2020-04-06T17:24:58.027Z] --- PASS: TestDockerNetworkMacvlan/Addressing (16.66s) [2020-04-06T17:24:58.027Z] daemon.go:461: [d7c7722ecca8a] Stopping daemon [2020-04-06T17:24:58.027Z] daemon.go:296: [d7c7722ecca8a] exiting daemon [2020-04-06T17:24:58.027Z] daemon.go:448: [d7c7722ecca8a] Daemon stopped [2020-04-06T17:24:58.027Z] PASS [2020-04-06T17:24:58.027Z] [2020-04-06T17:24:58.027Z] DONE 7 tests in 28.229s [2020-04-06T17:24:58.027Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-04-06T17:24:58.027Z] ++ 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 [2020-04-06T17:24:58.027Z] ++ set -e [2020-04-06T17:24:58.027Z] ++ '[' -n 0 ']' [2020-04-06T17:24:58.027Z] ++ set -x [2020-04-06T17:24:58.027Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:24:58.027Z] testing: warning: no tests to run [2020-04-06T17:24:58.027Z] PASS [2020-04-06T17:24:58.027Z] [2020-04-06T17:24:58.027Z] DONE 0 tests in 0.040s [2020-04-06T17:24:58.027Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-04-06T17:24:58.027Z] ++ 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 [2020-04-06T17:24:58.027Z] ++ set -e [2020-04-06T17:24:58.027Z] ++ '[' -n 0 ']' [2020-04-06T17:24:58.027Z] ++ set -x [2020-04-06T17:24:58.027Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:24:58.027Z] INFO: Testing against a local daemon [2020-04-06T17:24:58.027Z] === RUN TestAuthZPluginAllowRequest [2020-04-06T17:24:58.027Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-04-06T17:24:58.027Z] --- PASS: TestAuthZPluginAllowRequest (1.67s) [2020-04-06T17:24:58.027Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2020-04-06T17:24:58.027Z] daemon.go:325: [da74c0547abf5] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:325: [da74c0547abf5] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:353: [da74c0547abf5] daemon started [2020-04-06T17:24:58.027Z] daemon.go:461: [da74c0547abf5] Stopping daemon [2020-04-06T17:24:58.027Z] daemon.go:296: [da74c0547abf5] exiting daemon [2020-04-06T17:24:58.027Z] daemon.go:448: [da74c0547abf5] Daemon stopped [2020-04-06T17:24:58.027Z] === RUN TestAuthZPluginTLS [2020-04-06T17:24:58.027Z] --- PASS: TestAuthZPluginTLS (0.56s) [2020-04-06T17:24:58.027Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2020-04-06T17:24:58.027Z] daemon.go:325: [da8f4e76ca1ee] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:325: [da8f4e76ca1ee] waiting for daemon to start [2020-04-06T17:24:58.027Z] daemon.go:353: [da8f4e76ca1ee] daemon started [2020-04-06T17:24:58.027Z] daemon.go:461: [da8f4e76ca1ee] Stopping daemon [2020-04-06T17:24:58.027Z] daemon.go:296: [da8f4e76ca1ee] exiting daemon [2020-04-06T17:24:58.027Z] daemon.go:448: [da8f4e76ca1ee] Daemon stopped [2020-04-06T17:24:58.027Z] === RUN TestAuthZPluginDenyRequest [2020-04-06T17:24:58.591Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-04-06T17:24:58.591Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2020-04-06T17:24:58.591Z] daemon.go:325: [dd16835d80b63] waiting for daemon to start [2020-04-06T17:24:58.591Z] daemon.go:325: [dd16835d80b63] waiting for daemon to start [2020-04-06T17:24:58.591Z] daemon.go:353: [dd16835d80b63] daemon started [2020-04-06T17:24:58.591Z] daemon.go:461: [dd16835d80b63] Stopping daemon [2020-04-06T17:24:58.591Z] daemon.go:296: [dd16835d80b63] exiting daemon [2020-04-06T17:24:58.591Z] daemon.go:448: [dd16835d80b63] Daemon stopped [2020-04-06T17:24:58.591Z] === RUN TestAuthZPluginAPIDenyResponse [2020-04-06T17:24:59.155Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2020-04-06T17:24:59.155Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2020-04-06T17:24:59.155Z] daemon.go:325: [dfa0cd0cf45c6] waiting for daemon to start [2020-04-06T17:24:59.155Z] daemon.go:325: [dfa0cd0cf45c6] waiting for daemon to start [2020-04-06T17:24:59.155Z] daemon.go:353: [dfa0cd0cf45c6] daemon started [2020-04-06T17:24:59.155Z] daemon.go:461: [dfa0cd0cf45c6] Stopping daemon [2020-04-06T17:24:59.155Z] daemon.go:296: [dfa0cd0cf45c6] exiting daemon [2020-04-06T17:24:59.155Z] daemon.go:448: [dfa0cd0cf45c6] Daemon stopped [2020-04-06T17:24:59.155Z] === RUN TestAuthZPluginDenyResponse [2020-04-06T17:24:59.719Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-04-06T17:24:59.719Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2020-04-06T17:24:59.719Z] daemon.go:325: [d59f23d4c7a7f] waiting for daemon to start [2020-04-06T17:24:59.719Z] daemon.go:325: [d59f23d4c7a7f] waiting for daemon to start [2020-04-06T17:24:59.719Z] daemon.go:353: [d59f23d4c7a7f] daemon started [2020-04-06T17:24:59.719Z] daemon.go:461: [d59f23d4c7a7f] Stopping daemon [2020-04-06T17:24:59.719Z] daemon.go:296: [d59f23d4c7a7f] exiting daemon [2020-04-06T17:24:59.719Z] daemon.go:448: [d59f23d4c7a7f] Daemon stopped [2020-04-06T17:24:59.719Z] === RUN TestAuthZPluginAllowEventStream [2020-04-06T17:25:01.651Z] --- PASS: TestAuthZPluginAllowEventStream (1.76s) [2020-04-06T17:25:01.651Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2020-04-06T17:25:01.651Z] daemon.go:325: [dcff57a4eeff3] waiting for daemon to start [2020-04-06T17:25:01.651Z] daemon.go:325: [dcff57a4eeff3] waiting for daemon to start [2020-04-06T17:25:01.651Z] daemon.go:353: [dcff57a4eeff3] daemon started [2020-04-06T17:25:01.651Z] daemon.go:461: [dcff57a4eeff3] Stopping daemon [2020-04-06T17:25:01.651Z] daemon.go:296: [dcff57a4eeff3] exiting daemon [2020-04-06T17:25:01.651Z] daemon.go:448: [dcff57a4eeff3] Daemon stopped [2020-04-06T17:25:01.651Z] === RUN TestAuthZPluginErrorResponse [2020-04-06T17:25:01.907Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-04-06T17:25:01.907Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2020-04-06T17:25:01.907Z] daemon.go:325: [d950f46c24ad2] waiting for daemon to start [2020-04-06T17:25:01.907Z] daemon.go:325: [d950f46c24ad2] waiting for daemon to start [2020-04-06T17:25:01.907Z] daemon.go:353: [d950f46c24ad2] daemon started [2020-04-06T17:25:01.907Z] daemon.go:461: [d950f46c24ad2] Stopping daemon [2020-04-06T17:25:01.907Z] daemon.go:296: [d950f46c24ad2] exiting daemon [2020-04-06T17:25:01.907Z] daemon.go:448: [d950f46c24ad2] Daemon stopped [2020-04-06T17:25:01.907Z] === RUN TestAuthZPluginErrorRequest [2020-04-06T17:25:02.472Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-04-06T17:25:02.472Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2020-04-06T17:25:02.472Z] daemon.go:325: [d57cfc1baa292] waiting for daemon to start [2020-04-06T17:25:02.472Z] daemon.go:325: [d57cfc1baa292] waiting for daemon to start [2020-04-06T17:25:02.472Z] daemon.go:353: [d57cfc1baa292] daemon started [2020-04-06T17:25:02.472Z] daemon.go:461: [d57cfc1baa292] Stopping daemon [2020-04-06T17:25:02.472Z] daemon.go:296: [d57cfc1baa292] exiting daemon [2020-04-06T17:25:02.472Z] daemon.go:448: [d57cfc1baa292] Daemon stopped [2020-04-06T17:25:02.472Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-04-06T17:25:03.035Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2020-04-06T17:25:03.035Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-04-06T17:25:03.035Z] daemon.go:325: [db6a2e9519c47] waiting for daemon to start [2020-04-06T17:25:03.035Z] daemon.go:325: [db6a2e9519c47] waiting for daemon to start [2020-04-06T17:25:03.035Z] daemon.go:353: [db6a2e9519c47] daemon started [2020-04-06T17:25:03.035Z] daemon.go:461: [db6a2e9519c47] Stopping daemon [2020-04-06T17:25:03.035Z] daemon.go:296: [db6a2e9519c47] exiting daemon [2020-04-06T17:25:03.035Z] daemon.go:448: [db6a2e9519c47] Daemon stopped [2020-04-06T17:25:03.035Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-04-06T17:25:04.930Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.81s) [2020-04-06T17:25:04.930Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2020-04-06T17:25:04.930Z] daemon.go:325: [dab98be8d65bd] waiting for daemon to start [2020-04-06T17:25:04.930Z] daemon.go:325: [dab98be8d65bd] waiting for daemon to start [2020-04-06T17:25:04.930Z] daemon.go:353: [dab98be8d65bd] daemon started [2020-04-06T17:25:04.930Z] daemon.go:461: [dab98be8d65bd] Stopping daemon [2020-04-06T17:25:04.930Z] daemon.go:296: [dab98be8d65bd] exiting daemon [2020-04-06T17:25:04.930Z] daemon.go:448: [dab98be8d65bd] Daemon stopped [2020-04-06T17:25:04.930Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-04-06T17:25:06.824Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-04-06T17:25:06.824Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-04-06T17:25:06.824Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-04-06T17:25:07.081Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.16s) [2020-04-06T17:25:07.081Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2020-04-06T17:25:07.081Z] daemon.go:325: [d169792d8e49a] waiting for daemon to start [2020-04-06T17:25:07.081Z] daemon.go:325: [d169792d8e49a] waiting for daemon to start [2020-04-06T17:25:07.081Z] daemon.go:353: [d169792d8e49a] daemon started [2020-04-06T17:25:07.081Z] daemon.go:461: [d169792d8e49a] Stopping daemon [2020-04-06T17:25:07.081Z] daemon.go:296: [d169792d8e49a] exiting daemon [2020-04-06T17:25:07.081Z] daemon.go:448: [d169792d8e49a] Daemon stopped [2020-04-06T17:25:07.081Z] === RUN TestAuthZPluginHeader [2020-04-06T17:25:08.014Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-04-06T17:25:08.014Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2020-04-06T17:25:08.014Z] daemon.go:325: [d303fa4b5ca72] waiting for daemon to start [2020-04-06T17:25:08.014Z] daemon.go:325: [d303fa4b5ca72] waiting for daemon to start [2020-04-06T17:25:08.014Z] daemon.go:353: [d303fa4b5ca72] daemon started [2020-04-06T17:25:08.014Z] daemon.go:461: [d303fa4b5ca72] Stopping daemon [2020-04-06T17:25:08.014Z] daemon.go:296: [d303fa4b5ca72] exiting daemon [2020-04-06T17:25:08.014Z] daemon.go:448: [d303fa4b5ca72] Daemon stopped [2020-04-06T17:25:08.014Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-04-06T17:25:08.014Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-04-06T17:25:08.578Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-04-06T17:25:09.510Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-04-06T17:25:10.879Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-04-06T17:25:10.879Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-04-06T17:25:11.135Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-04-06T17:25:12.504Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.68s) [2020-04-06T17:25:12.504Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest [2020-04-06T17:25:12.504Z] daemon.go:325: [d913583fb13b2] waiting for daemon to start [2020-04-06T17:25:12.504Z] daemon.go:325: [d913583fb13b2] waiting for daemon to start [2020-04-06T17:25:12.504Z] daemon.go:353: [d913583fb13b2] daemon started [2020-04-06T17:25:12.504Z] daemon.go:461: [d913583fb13b2] Stopping daemon [2020-04-06T17:25:12.504Z] daemon.go:296: [d913583fb13b2] exiting daemon [2020-04-06T17:25:12.504Z] daemon.go:448: [d913583fb13b2] Daemon stopped [2020-04-06T17:25:12.504Z] daemon.go:325: [d913583fb13b2] waiting for daemon to start [2020-04-06T17:25:12.504Z] daemon.go:325: [d913583fb13b2] waiting for daemon to start [2020-04-06T17:25:12.504Z] daemon.go:353: [d913583fb13b2] daemon started [2020-04-06T17:25:12.504Z] daemon.go:461: [d913583fb13b2] Stopping daemon [2020-04-06T17:25:12.504Z] daemon.go:296: [d913583fb13b2] exiting daemon [2020-04-06T17:25:12.504Z] daemon.go:448: [d913583fb13b2] Daemon stopped [2020-04-06T17:25:12.504Z] === RUN TestAuthZPluginV2Disable [2020-04-06T17:25:16.679Z] --- PASS: TestAuthZPluginV2Disable (3.33s) [2020-04-06T17:25:16.679Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable [2020-04-06T17:25:16.679Z] daemon.go:325: [df9ad8baebf34] waiting for daemon to start [2020-04-06T17:25:16.679Z] daemon.go:325: [df9ad8baebf34] waiting for daemon to start [2020-04-06T17:25:16.679Z] daemon.go:353: [df9ad8baebf34] daemon started [2020-04-06T17:25:16.679Z] daemon.go:461: [df9ad8baebf34] Stopping daemon [2020-04-06T17:25:16.679Z] daemon.go:296: [df9ad8baebf34] exiting daemon [2020-04-06T17:25:16.679Z] daemon.go:448: [df9ad8baebf34] Daemon stopped [2020-04-06T17:25:16.679Z] daemon.go:325: [df9ad8baebf34] waiting for daemon to start [2020-04-06T17:25:16.679Z] daemon.go:325: [df9ad8baebf34] waiting for daemon to start [2020-04-06T17:25:16.679Z] daemon.go:353: [df9ad8baebf34] daemon started [2020-04-06T17:25:16.679Z] daemon.go:461: [df9ad8baebf34] Stopping daemon [2020-04-06T17:25:16.679Z] daemon.go:296: [df9ad8baebf34] exiting daemon [2020-04-06T17:25:16.679Z] daemon.go:448: [df9ad8baebf34] Daemon stopped [2020-04-06T17:25:16.679Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-04-06T17:25:19.203Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.21s) [2020-04-06T17:25:19.203Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests [2020-04-06T17:25:19.203Z] daemon.go:325: [de3ae5e50cb79] waiting for daemon to start [2020-04-06T17:25:19.203Z] daemon.go:325: [de3ae5e50cb79] waiting for daemon to start [2020-04-06T17:25:19.203Z] daemon.go:353: [de3ae5e50cb79] daemon started [2020-04-06T17:25:19.203Z] daemon.go:461: [de3ae5e50cb79] Stopping daemon [2020-04-06T17:25:19.203Z] daemon.go:296: [de3ae5e50cb79] exiting daemon [2020-04-06T17:25:19.203Z] daemon.go:448: [de3ae5e50cb79] Daemon stopped [2020-04-06T17:25:19.203Z] daemon.go:325: [de3ae5e50cb79] waiting for daemon to start [2020-04-06T17:25:19.203Z] daemon.go:325: [de3ae5e50cb79] waiting for daemon to start [2020-04-06T17:25:19.203Z] daemon.go:353: [de3ae5e50cb79] daemon started [2020-04-06T17:25:19.203Z] daemon.go:461: [de3ae5e50cb79] Stopping daemon [2020-04-06T17:25:19.203Z] daemon.go:296: [de3ae5e50cb79] exiting daemon [2020-04-06T17:25:19.203Z] daemon.go:448: [de3ae5e50cb79] Daemon stopped [2020-04-06T17:25:19.203Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-04-06T17:25:23.379Z] === RUN TestDockerSuite/TestBuildExpose [2020-04-06T17:25:23.637Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-04-06T17:25:24.568Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-04-06T17:25:25.131Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-04-06T17:25:25.695Z] === RUN TestDockerSuite/TestBuildFails [2020-04-06T17:25:27.065Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-04-06T17:25:27.065Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-04-06T17:25:27.322Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-04-06T17:25:28.253Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-04-06T17:25:28.862Z] ok github.com/docker/docker/cmd/dockerd/hack 0.023s coverage: 72.9% of statements [2020-04-06T17:25:30.148Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-04-06T17:25:32.671Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.10s) [2020-04-06T17:25:32.671Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart [2020-04-06T17:25:32.671Z] daemon.go:325: [d839009e1d09e] waiting for daemon to start [2020-04-06T17:25:32.671Z] daemon.go:325: [d839009e1d09e] waiting for daemon to start [2020-04-06T17:25:32.671Z] daemon.go:353: [d839009e1d09e] daemon started [2020-04-06T17:25:32.671Z] daemon.go:461: [d839009e1d09e] Stopping daemon [2020-04-06T17:25:32.671Z] daemon.go:296: [d839009e1d09e] exiting daemon [2020-04-06T17:25:32.671Z] daemon.go:448: [d839009e1d09e] Daemon stopped [2020-04-06T17:25:32.671Z] daemon.go:325: [d839009e1d09e] waiting for daemon to start [2020-04-06T17:25:32.671Z] daemon.go:325: [d839009e1d09e] waiting for daemon to start [2020-04-06T17:25:32.671Z] daemon.go:296: [d839009e1d09e] exiting daemon [2020-04-06T17:25:32.671Z] daemon.go:325: [d839009e1d09e] waiting for daemon to start [2020-04-06T17:25:32.671Z] daemon.go:325: [d839009e1d09e] waiting for daemon to start [2020-04-06T17:25:32.671Z] daemon.go:325: [d839009e1d09e] waiting for daemon to start [2020-04-06T17:25:32.671Z] daemon.go:353: [d839009e1d09e] daemon started [2020-04-06T17:25:32.671Z] daemon.go:461: [d839009e1d09e] Stopping daemon [2020-04-06T17:25:32.671Z] daemon.go:296: [d839009e1d09e] exiting daemon [2020-04-06T17:25:32.671Z] daemon.go:448: [d839009e1d09e] Daemon stopped [2020-04-06T17:25:32.671Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-04-06T17:25:32.671Z] === RUN TestDockerSuite/TestBuildForceRm [2020-04-06T17:25:33.348Z] ok github.com/docker/docker/cmd/dockerd 0.283s coverage: 29.6% of statements [2020-04-06T17:25:33.980Z] ok github.com/docker/docker/container 0.177s coverage: 35.6% of statements [2020-04-06T17:25:33.980Z] ? github.com/docker/docker/container/stream [no test files] [2020-04-06T17:25:33.980Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-04-06T17:25:33.980Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-04-06T17:25:33.980Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-04-06T17:25:34.022Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-04-06T17:25:34.564Z] === RUN TestDockerSuite/TestBuildFromGit [2020-04-06T17:25:34.966Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-04-06T17:25:34.966Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-04-06T17:25:34.966Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-04-06T17:25:34.966Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-04-06T17:25:34.966Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-04-06T17:25:35.934Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-04-06T17:25:35.934Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-04-06T17:25:37.302Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-04-06T17:25:37.868Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-04-06T17:25:37.869Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-04-06T17:25:37.869Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-04-06T17:25:39.195Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-04-06T17:25:39.759Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-04-06T17:25:40.016Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-04-06T17:25:40.278Z] --- PASS: TestImportExtremelyLargeImageWorks (86.00s) [2020-04-06T17:25:40.278Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2020-04-06T17:25:40.278Z] daemon.go:325: [db94c9ebc316c] waiting for daemon to start [2020-04-06T17:25:40.278Z] daemon.go:325: [db94c9ebc316c] waiting for daemon to start [2020-04-06T17:25:40.278Z] daemon.go:353: [db94c9ebc316c] daemon started [2020-04-06T17:25:40.278Z] daemon.go:461: [db94c9ebc316c] Stopping daemon [2020-04-06T17:25:40.278Z] daemon.go:296: [db94c9ebc316c] exiting daemon [2020-04-06T17:25:40.278Z] daemon.go:448: [db94c9ebc316c] Daemon stopped [2020-04-06T17:25:40.278Z] PASS [2020-04-06T17:25:40.278Z] [2020-04-06T17:25:40.278Z] DONE 11 tests in 87.370s [2020-04-06T17:25:40.278Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-04-06T17:25:40.278Z] ++ 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 [2020-04-06T17:25:40.278Z] ++ set -e [2020-04-06T17:25:40.278Z] ++ '[' -n 0 ']' [2020-04-06T17:25:40.278Z] ++ set -x [2020-04-06T17:25:40.278Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:25:40.278Z] INFO: Testing against a local daemon [2020-04-06T17:25:40.278Z] === RUN TestNetworkCreateDelete [2020-04-06T17:25:40.278Z] --- PASS: TestNetworkCreateDelete (0.20s) [2020-04-06T17:25:40.278Z] === RUN TestDockerNetworkDeletePreferID [2020-04-06T17:25:40.278Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2020-04-06T17:25:40.278Z] === RUN TestInspectNetwork [2020-04-06T17:25:40.278Z] === RUN TestInspectNetwork/full_network_id [2020-04-06T17:25:40.278Z] === RUN TestInspectNetwork/partial_network_id [2020-04-06T17:25:40.278Z] === RUN TestInspectNetwork/network_name [2020-04-06T17:25:40.278Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-04-06T17:25:40.278Z] --- PASS: TestInspectNetwork (8.55s) [2020-04-06T17:25:40.278Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2020-04-06T17:25:40.278Z] daemon.go:325: [de866de9a60e9] waiting for daemon to start [2020-04-06T17:25:40.278Z] daemon.go:325: [de866de9a60e9] waiting for daemon to start [2020-04-06T17:25:40.278Z] daemon.go:353: [de866de9a60e9] daemon started [2020-04-06T17:25:40.278Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-04-06T17:25:40.278Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-04-06T17:25:40.278Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-04-06T17:25:40.278Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-04-06T17:25:40.278Z] daemon.go:461: [de866de9a60e9] Stopping daemon [2020-04-06T17:25:40.278Z] daemon.go:296: [de866de9a60e9] exiting daemon [2020-04-06T17:25:40.278Z] daemon.go:448: [de866de9a60e9] Daemon stopped [2020-04-06T17:25:40.278Z] === RUN TestRunContainerWithBridgeNone [2020-04-06T17:25:40.278Z] --- PASS: TestRunContainerWithBridgeNone (2.30s) [2020-04-06T17:25:40.278Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2020-04-06T17:25:40.278Z] daemon.go:325: [db9d71197099b] waiting for daemon to start [2020-04-06T17:25:40.278Z] daemon.go:325: [db9d71197099b] waiting for daemon to start [2020-04-06T17:25:40.278Z] daemon.go:353: [db9d71197099b] daemon started [2020-04-06T17:25:40.278Z] daemon.go:461: [db9d71197099b] Stopping daemon [2020-04-06T17:25:40.278Z] daemon.go:296: [db9d71197099b] exiting daemon [2020-04-06T17:25:40.278Z] daemon.go:448: [db9d71197099b] Daemon stopped [2020-04-06T17:25:40.278Z] === RUN TestNetworkInvalidJSON [2020-04-06T17:25:40.278Z] === RUN TestNetworkInvalidJSON//networks/create [2020-04-06T17:25:40.278Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-04-06T17:25:40.278Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-04-06T17:25:40.278Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-04-06T17:25:40.278Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-06T17:25:40.278Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-06T17:25:40.278Z] === CONT TestNetworkInvalidJSON//networks/create [2020-04-06T17:25:40.278Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-06T17:25:40.278Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-04-06T17:25:40.278Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-04-06T17:25:40.278Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-04-06T17:25:40.278Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-04-06T17:25:40.278Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-04-06T17:25:40.278Z] === RUN TestDaemonRestartWithLiveRestore [2020-04-06T17:25:40.278Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-04-06T17:25:40.278Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2020-04-06T17:25:40.278Z] daemon.go:325: [df28f9076c164] waiting for daemon to start [2020-04-06T17:25:40.278Z] daemon.go:325: [df28f9076c164] waiting for daemon to start [2020-04-06T17:25:40.278Z] daemon.go:353: [df28f9076c164] daemon started [2020-04-06T17:25:40.278Z] daemon.go:461: [df28f9076c164] Stopping daemon [2020-04-06T17:25:40.278Z] daemon.go:296: [df28f9076c164] exiting daemon [2020-04-06T17:25:40.278Z] daemon.go:448: [df28f9076c164] Daemon stopped [2020-04-06T17:25:40.278Z] daemon.go:325: [df28f9076c164] waiting for daemon to start [2020-04-06T17:25:40.278Z] daemon.go:325: [df28f9076c164] waiting for daemon to start [2020-04-06T17:25:40.278Z] daemon.go:353: [df28f9076c164] daemon started [2020-04-06T17:25:40.278Z] daemon.go:461: [df28f9076c164] Stopping daemon [2020-04-06T17:25:40.278Z] daemon.go:296: [df28f9076c164] exiting daemon [2020-04-06T17:25:40.278Z] daemon.go:448: [df28f9076c164] Daemon stopped [2020-04-06T17:25:40.278Z] === RUN TestDaemonDefaultNetworkPools [2020-04-06T17:25:41.040Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2020-04-06T17:25:41.040Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2020-04-06T17:25:41.040Z] daemon.go:325: [d67cb376fa871] waiting for daemon to start [2020-04-06T17:25:41.040Z] daemon.go:325: [d67cb376fa871] waiting for daemon to start [2020-04-06T17:25:41.040Z] daemon.go:353: [d67cb376fa871] daemon started [2020-04-06T17:25:41.040Z] daemon.go:461: [d67cb376fa871] Stopping daemon [2020-04-06T17:25:41.040Z] daemon.go:296: [d67cb376fa871] exiting daemon [2020-04-06T17:25:41.040Z] daemon.go:448: [d67cb376fa871] Daemon stopped [2020-04-06T17:25:41.040Z] === RUN TestDaemonRestartWithExistingNetwork [2020-04-06T17:25:42.263Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2020-04-06T17:25:42.263Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2020-04-06T17:25:42.263Z] daemon.go:325: [ddfcbe5066f96] waiting for daemon to start [2020-04-06T17:25:42.263Z] daemon.go:325: [ddfcbe5066f96] waiting for daemon to start [2020-04-06T17:25:42.263Z] daemon.go:353: [ddfcbe5066f96] daemon started [2020-04-06T17:25:42.263Z] daemon.go:461: [ddfcbe5066f96] Stopping daemon [2020-04-06T17:25:42.263Z] daemon.go:296: [ddfcbe5066f96] exiting daemon [2020-04-06T17:25:42.263Z] daemon.go:448: [ddfcbe5066f96] Daemon stopped [2020-04-06T17:25:42.263Z] daemon.go:325: [ddfcbe5066f96] waiting for daemon to start [2020-04-06T17:25:42.263Z] daemon.go:325: [ddfcbe5066f96] waiting for daemon to start [2020-04-06T17:25:42.263Z] daemon.go:353: [ddfcbe5066f96] daemon started [2020-04-06T17:25:42.263Z] daemon.go:461: [ddfcbe5066f96] Stopping daemon [2020-04-06T17:25:42.263Z] daemon.go:296: [ddfcbe5066f96] exiting daemon [2020-04-06T17:25:42.263Z] daemon.go:448: [ddfcbe5066f96] Daemon stopped [2020-04-06T17:25:42.263Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-04-06T17:25:42.535Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-04-06T17:25:43.536Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2020-04-06T17:25:43.536Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-04-06T17:25:43.536Z] daemon.go:325: [da1e2f20158f1] waiting for daemon to start [2020-04-06T17:25:43.536Z] daemon.go:325: [da1e2f20158f1] waiting for daemon to start [2020-04-06T17:25:43.536Z] daemon.go:353: [da1e2f20158f1] daemon started [2020-04-06T17:25:43.536Z] daemon.go:461: [da1e2f20158f1] Stopping daemon [2020-04-06T17:25:43.536Z] daemon.go:296: [da1e2f20158f1] exiting daemon [2020-04-06T17:25:43.536Z] daemon.go:448: [da1e2f20158f1] Daemon stopped [2020-04-06T17:25:43.536Z] daemon.go:325: [da1e2f20158f1] waiting for daemon to start [2020-04-06T17:25:43.536Z] daemon.go:325: [da1e2f20158f1] waiting for daemon to start [2020-04-06T17:25:43.536Z] daemon.go:353: [da1e2f20158f1] daemon started [2020-04-06T17:25:43.536Z] daemon.go:461: [da1e2f20158f1] Stopping daemon [2020-04-06T17:25:43.536Z] daemon.go:296: [da1e2f20158f1] exiting daemon [2020-04-06T17:25:43.536Z] daemon.go:448: [da1e2f20158f1] Daemon stopped [2020-04-06T17:25:43.536Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-04-06T17:25:44.317Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.065s coverage: 65.3% of statements [2020-04-06T17:25:44.420Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2020-04-06T17:25:44.420Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2020-04-06T17:25:44.420Z] daemon.go:325: [d6ac41a43edf4] waiting for daemon to start [2020-04-06T17:25:44.420Z] daemon.go:325: [d6ac41a43edf4] waiting for daemon to start [2020-04-06T17:25:44.420Z] daemon.go:353: [d6ac41a43edf4] daemon started [2020-04-06T17:25:44.420Z] daemon.go:461: [d6ac41a43edf4] Stopping daemon [2020-04-06T17:25:44.420Z] daemon.go:296: [d6ac41a43edf4] exiting daemon [2020-04-06T17:25:44.420Z] daemon.go:448: [d6ac41a43edf4] Daemon stopped [2020-04-06T17:25:44.420Z] === RUN TestServiceWithPredefinedNetwork [2020-04-06T17:25:44.428Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-04-06T17:25:44.851Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-04-06T17:25:45.339Z] ok github.com/docker/docker/daemon/cluster/convert 0.067s coverage: 35.8% of statements [2020-04-06T17:25:45.795Z] === RUN TestDockerSuite/TestBuildHistory [2020-04-06T17:25:46.783Z] --- PASS: TestServiceWithPredefinedNetwork (2.77s) [2020-04-06T17:25:46.783Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2020-04-06T17:25:46.783Z] daemon.go:325: [db2541bfd95ea] waiting for daemon to start [2020-04-06T17:25:46.783Z] daemon.go:325: [db2541bfd95ea] waiting for daemon to start [2020-04-06T17:25:46.783Z] daemon.go:353: [db2541bfd95ea] daemon started [2020-04-06T17:25:46.783Z] daemon.go:461: [db2541bfd95ea] Stopping daemon [2020-04-06T17:25:46.783Z] daemon.go:296: [db2541bfd95ea] exiting daemon [2020-04-06T17:25:46.783Z] daemon.go:448: [db2541bfd95ea] Daemon stopped [2020-04-06T17:25:46.783Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-04-06T17:25:46.783Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-06T17:25:46.783Z] service_test.go:230: FLAKY_TEST [2020-04-06T17:25:46.783Z] === RUN TestServiceWithDataPathPortInit [2020-04-06T17:25:49.105Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2020-04-06T17:25:49.105Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2020-04-06T17:25:49.105Z] daemon.go:325: [d47c7ac3761cb] waiting for daemon to start [2020-04-06T17:25:49.105Z] daemon.go:325: [d47c7ac3761cb] waiting for daemon to start [2020-04-06T17:25:49.105Z] daemon.go:353: [d47c7ac3761cb] daemon started [2020-04-06T17:25:49.105Z] daemon.go:461: [d47c7ac3761cb] Stopping daemon [2020-04-06T17:25:49.105Z] daemon.go:296: [d47c7ac3761cb] exiting daemon [2020-04-06T17:25:49.105Z] daemon.go:448: [d47c7ac3761cb] Daemon stopped [2020-04-06T17:25:49.105Z] daemon.go:325: [d47c7ac3761cb] waiting for daemon to start [2020-04-06T17:25:49.105Z] daemon.go:325: [d47c7ac3761cb] waiting for daemon to start [2020-04-06T17:25:49.105Z] daemon.go:325: [d47c7ac3761cb] waiting for daemon to start [2020-04-06T17:25:49.105Z] daemon.go:325: [d47c7ac3761cb] waiting for daemon to start [2020-04-06T17:25:49.105Z] daemon.go:339: [d47c7ac3761cb] error pinging daemon on start: Get http://d47c7ac3761cb.sock/_ping: context deadline exceeded [2020-04-06T17:25:49.105Z] daemon.go:325: [d47c7ac3761cb] waiting for daemon to start [2020-04-06T17:25:49.105Z] daemon.go:339: [d47c7ac3761cb] error pinging daemon on start: Get http://d47c7ac3761cb.sock/_ping: context deadline exceeded [2020-04-06T17:25:49.105Z] daemon.go:325: [d47c7ac3761cb] waiting for daemon to start [2020-04-06T17:25:49.105Z] daemon.go:339: [d47c7ac3761cb] error pinging daemon on start: Get http://d47c7ac3761cb.sock/_ping: context deadline exceeded [2020-04-06T17:25:49.105Z] daemon.go:325: [d47c7ac3761cb] waiting for daemon to start [2020-04-06T17:25:49.105Z] daemon.go:339: [d47c7ac3761cb] error pinging daemon on start: Get http://d47c7ac3761cb.sock/_ping: context deadline exceeded [2020-04-06T17:25:49.105Z] daemon.go:296: [d47c7ac3761cb] exiting daemon [2020-04-06T17:25:49.105Z] daemon.go:325: [d47c7ac3761cb] waiting for daemon to start [2020-04-06T17:25:49.105Z] daemon.go:325: [d47c7ac3761cb] waiting for daemon to start [2020-04-06T17:25:49.105Z] daemon.go:325: [d47c7ac3761cb] waiting for daemon to start [2020-04-06T17:25:49.105Z] daemon.go:353: [d47c7ac3761cb] daemon started [2020-04-06T17:25:49.105Z] daemon.go:461: [d47c7ac3761cb] Stopping daemon [2020-04-06T17:25:49.105Z] daemon.go:296: [d47c7ac3761cb] exiting daemon [2020-04-06T17:25:49.105Z] daemon.go:448: [d47c7ac3761cb] Daemon stopped [2020-04-06T17:25:49.105Z] PASS [2020-04-06T17:25:49.105Z] [2020-04-06T17:25:49.105Z] DONE 17 tests in 53.080s [2020-04-06T17:25:49.105Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-04-06T17:25:49.105Z] ++ 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 [2020-04-06T17:25:49.105Z] ++ set -e [2020-04-06T17:25:49.105Z] ++ '[' -n 0 ']' [2020-04-06T17:25:49.105Z] ++ set -x [2020-04-06T17:25:49.105Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:25:49.105Z] INFO: Testing against a local daemon [2020-04-06T17:25:49.105Z] === RUN TestPluginInvalidJSON [2020-04-06T17:25:49.105Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-04-06T17:25:49.105Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-04-06T17:25:49.105Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-04-06T17:25:49.105Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-04-06T17:25:49.105Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-04-06T17:25:49.105Z] PASS [2020-04-06T17:25:49.105Z] [2020-04-06T17:25:49.105Z] DONE 2 tests in 0.137s [2020-04-06T17:25:49.105Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-04-06T17:25:49.105Z] ++ 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 [2020-04-06T17:25:49.105Z] ++ set -e [2020-04-06T17:25:49.105Z] ++ '[' -n 0 ']' [2020-04-06T17:25:49.105Z] ++ set -x [2020-04-06T17:25:49.105Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:25:49.105Z] INFO: Testing against a local daemon [2020-04-06T17:25:49.105Z] === RUN TestExternalGraphDriver [2020-04-06T17:25:49.375Z] === RUN TestExternalGraphDriver/json [2020-04-06T17:25:49.949Z] === RUN TestDockerSuite/TestBuildIidFile [2020-04-06T17:25:50.513Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-04-06T17:25:51.445Z] === RUN TestDockerSuite/TestBuildInheritance [2020-04-06T17:25:51.445Z] === RUN TestExternalGraphDriver/spec [2020-04-06T17:25:52.009Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-04-06T17:25:52.245Z] ok github.com/docker/docker/daemon/cluster 0.205s coverage: 0.5% of statements [2020-04-06T17:25:52.572Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-04-06T17:25:52.572Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-04-06T17:25:53.503Z] === RUN TestDockerSuite/TestBuildLabel [2020-04-06T17:25:53.503Z] === RUN TestExternalGraphDriver/pull [2020-04-06T17:25:54.066Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-04-06T17:25:54.322Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-04-06T17:25:54.886Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-04-06T17:25:55.143Z] === RUN TestDockerSuite/TestBuildLabels [2020-04-06T17:25:55.399Z] --- PASS: TestExternalGraphDriver (6.25s) [2020-04-06T17:25:55.399Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2020-04-06T17:25:55.399Z] daemon.go:325: [d99504f672654] waiting for daemon to start [2020-04-06T17:25:55.399Z] daemon.go:325: [d99504f672654] waiting for daemon to start [2020-04-06T17:25:55.400Z] daemon.go:353: [d99504f672654] daemon started [2020-04-06T17:25:55.400Z] daemon.go:461: [d99504f672654] Stopping daemon [2020-04-06T17:25:55.400Z] daemon.go:296: [d99504f672654] exiting daemon [2020-04-06T17:25:55.400Z] daemon.go:448: [d99504f672654] Daemon stopped [2020-04-06T17:25:55.400Z] daemon.go:325: [d99504f672654] waiting for daemon to start [2020-04-06T17:25:55.400Z] daemon.go:325: [d99504f672654] waiting for daemon to start [2020-04-06T17:25:55.400Z] daemon.go:353: [d99504f672654] daemon started [2020-04-06T17:25:55.400Z] daemon.go:461: [d99504f672654] Stopping daemon [2020-04-06T17:25:55.400Z] daemon.go:296: [d99504f672654] exiting daemon [2020-04-06T17:25:55.400Z] daemon.go:448: [d99504f672654] Daemon stopped [2020-04-06T17:25:55.400Z] --- PASS: TestExternalGraphDriver/json (2.14s) [2020-04-06T17:25:55.400Z] daemon.go:325: [d99504f672654] waiting for daemon to start [2020-04-06T17:25:55.400Z] daemon.go:325: [d99504f672654] waiting for daemon to start [2020-04-06T17:25:55.400Z] daemon.go:353: [d99504f672654] daemon started [2020-04-06T17:25:55.400Z] daemon.go:461: [d99504f672654] Stopping daemon [2020-04-06T17:25:55.400Z] daemon.go:296: [d99504f672654] exiting daemon [2020-04-06T17:25:55.400Z] daemon.go:448: [d99504f672654] Daemon stopped [2020-04-06T17:25:55.400Z] daemon.go:325: [d99504f672654] waiting for daemon to start [2020-04-06T17:25:55.400Z] daemon.go:325: [d99504f672654] waiting for daemon to start [2020-04-06T17:25:55.400Z] daemon.go:353: [d99504f672654] daemon started [2020-04-06T17:25:55.400Z] daemon.go:461: [d99504f672654] Stopping daemon [2020-04-06T17:25:55.400Z] daemon.go:296: [d99504f672654] exiting daemon [2020-04-06T17:25:55.400Z] daemon.go:448: [d99504f672654] Daemon stopped [2020-04-06T17:25:55.400Z] --- PASS: TestExternalGraphDriver/spec (2.15s) [2020-04-06T17:25:55.400Z] daemon.go:325: [d99504f672654] waiting for daemon to start [2020-04-06T17:25:55.400Z] daemon.go:325: [d99504f672654] waiting for daemon to start [2020-04-06T17:25:55.400Z] daemon.go:353: [d99504f672654] daemon started [2020-04-06T17:25:55.400Z] daemon.go:461: [d99504f672654] Stopping daemon [2020-04-06T17:25:55.400Z] daemon.go:296: [d99504f672654] exiting daemon [2020-04-06T17:25:55.400Z] daemon.go:448: [d99504f672654] Daemon stopped [2020-04-06T17:25:55.400Z] --- PASS: TestExternalGraphDriver/pull (1.86s) [2020-04-06T17:25:55.400Z] === RUN TestGraphdriverPluginV2 [2020-04-06T17:25:55.657Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-04-06T17:25:57.026Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-04-06T17:25:57.921Z] ok github.com/docker/docker/daemon/discovery 0.027s coverage: 30.4% of statements [2020-04-06T17:26:00.300Z] === RUN TestDockerSuite/TestBuildLastModified [2020-04-06T17:26:00.557Z] --- PASS: TestGraphdriverPluginV2 (5.28s) [2020-04-06T17:26:00.557Z] external_test.go:413: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2 [2020-04-06T17:26:00.557Z] daemon.go:325: [dbd14b07bfb92] waiting for daemon to start [2020-04-06T17:26:00.557Z] daemon.go:325: [dbd14b07bfb92] waiting for daemon to start [2020-04-06T17:26:00.557Z] daemon.go:353: [dbd14b07bfb92] daemon started [2020-04-06T17:26:00.557Z] daemon.go:461: [dbd14b07bfb92] Stopping daemon [2020-04-06T17:26:00.557Z] daemon.go:296: [dbd14b07bfb92] exiting daemon [2020-04-06T17:26:00.557Z] daemon.go:448: [dbd14b07bfb92] Daemon stopped [2020-04-06T17:26:00.557Z] daemon.go:325: [dbd14b07bfb92] waiting for daemon to start [2020-04-06T17:26:00.557Z] daemon.go:325: [dbd14b07bfb92] waiting for daemon to start [2020-04-06T17:26:00.557Z] daemon.go:353: [dbd14b07bfb92] daemon started [2020-04-06T17:26:00.557Z] daemon.go:461: [dbd14b07bfb92] Stopping daemon [2020-04-06T17:26:00.557Z] daemon.go:296: [dbd14b07bfb92] exiting daemon [2020-04-06T17:26:00.557Z] daemon.go:448: [dbd14b07bfb92] Daemon stopped [2020-04-06T17:26:00.557Z] PASS [2020-04-06T17:26:00.557Z] [2020-04-06T17:26:00.557Z] DONE 5 tests in 11.661s [2020-04-06T17:26:00.814Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-04-06T17:26:00.814Z] ++ 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 [2020-04-06T17:26:00.814Z] ++ set -e [2020-04-06T17:26:00.814Z] ++ '[' -n 0 ']' [2020-04-06T17:26:00.814Z] ++ set -x [2020-04-06T17:26:00.814Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:26:00.814Z] INFO: Testing against a local daemon [2020-04-06T17:26:00.814Z] === RUN TestContinueAfterPluginCrash [2020-04-06T17:26:00.814Z] === PAUSE TestContinueAfterPluginCrash [2020-04-06T17:26:00.814Z] === RUN TestDaemonStartWithLogOpt [2020-04-06T17:26:00.814Z] === PAUSE TestDaemonStartWithLogOpt [2020-04-06T17:26:00.814Z] === CONT TestContinueAfterPluginCrash [2020-04-06T17:26:00.814Z] === CONT TestDaemonStartWithLogOpt [2020-04-06T17:26:01.120Z] ok github.com/docker/docker/daemon/events 0.092s coverage: 50.0% of statements [2020-04-06T17:26:01.120Z] ok github.com/docker/docker/daemon/config 0.139s coverage: 82.2% of statements [2020-04-06T17:26:04.694Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2020-04-06T17:26:06.306Z] --- PASS: TestServiceWithDataPathPortInit (16.49s) [2020-04-06T17:26:06.306Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2020-04-06T17:26:06.306Z] daemon.go:325: [de6cd4ddabdf8] waiting for daemon to start [2020-04-06T17:26:06.306Z] daemon.go:325: [de6cd4ddabdf8] waiting for daemon to start [2020-04-06T17:26:06.306Z] daemon.go:353: [de6cd4ddabdf8] daemon started [2020-04-06T17:26:06.306Z] daemon.go:461: [de6cd4ddabdf8] Stopping daemon [2020-04-06T17:26:06.306Z] daemon.go:296: [de6cd4ddabdf8] exiting daemon [2020-04-06T17:26:06.306Z] daemon.go:448: [de6cd4ddabdf8] Daemon stopped [2020-04-06T17:26:06.306Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2020-04-06T17:26:06.306Z] daemon.go:325: [d5bcd4aeabd05] waiting for daemon to start [2020-04-06T17:26:06.306Z] daemon.go:325: [d5bcd4aeabd05] waiting for daemon to start [2020-04-06T17:26:06.306Z] daemon.go:353: [d5bcd4aeabd05] daemon started [2020-04-06T17:26:06.306Z] daemon.go:461: [d5bcd4aeabd05] Stopping daemon [2020-04-06T17:26:06.306Z] daemon.go:296: [d5bcd4aeabd05] exiting daemon [2020-04-06T17:26:06.306Z] daemon.go:448: [d5bcd4aeabd05] Daemon stopped [2020-04-06T17:26:06.306Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-04-06T17:26:07.360Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-04-06T17:26:09.365Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.572s coverage: 13.6% of statements [2020-04-06T17:26:09.659Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.029s coverage: 2.9% of statements [2020-04-06T17:26:11.176Z] ok github.com/docker/docker/daemon 12.534s coverage: 17.5% of statements [2020-04-06T17:26:11.176Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-04-06T17:26:11.176Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-04-06T17:26:11.176Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-04-06T17:26:11.176Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-04-06T17:26:11.538Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-04-06T17:26:11.538Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-04-06T17:26:11.795Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-04-06T17:26:11.795Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-04-06T17:26:12.053Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-04-06T17:26:12.404Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.16s) [2020-04-06T17:26:12.404Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2020-04-06T17:26:12.404Z] daemon.go:325: [df911fb878e0d] waiting for daemon to start [2020-04-06T17:26:12.404Z] daemon.go:325: [df911fb878e0d] waiting for daemon to start [2020-04-06T17:26:12.404Z] daemon.go:353: [df911fb878e0d] daemon started [2020-04-06T17:26:12.405Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:7rw424rng0omkqr14gtm46edi Created:2020-04-06 17:26:04.79160402 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[25fe640ef2efc16fccef970830b90e3b4730f0ee443db5ab6683c75ea487f1a1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9v8izyjfuvfgi3rtzcrfj63n5 EndpointID:e381c58495b3b68ea3d17f169f61f06b92816d0536b2e4563649c48c4e579b19 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b4d38a22cbb0a7f0257e393b6313d8f218c587aaf5e47b009a503e1a7f4afb8a MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:01491a1a8f5f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9v8izyjfuvfgi3rtzcrfj63n5 EndpointID:e381c58495b3b68ea3d17f169f61f06b92816d0536b2e4563649c48c4e579b19 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-04-06T17:26:12.405Z] daemon.go:461: [df911fb878e0d] Stopping daemon [2020-04-06T17:26:12.405Z] daemon.go:296: [df911fb878e0d] exiting daemon [2020-04-06T17:26:12.405Z] daemon.go:448: [df911fb878e0d] Daemon stopped [2020-04-06T17:26:12.405Z] PASS [2020-04-06T17:26:12.405Z] [2020-04-06T17:26:12.405Z] === Skipped [2020-04-06T17:26:12.405Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-06T17:26:12.405Z] service_test.go:230: FLAKY_TEST [2020-04-06T17:26:12.405Z] [2020-04-06T17:26:12.405Z] [2020-04-06T17:26:12.405Z] DONE 21 tests, 1 skipped in 44.030s [2020-04-06T17:26:12.405Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-04-06T17:26:12.405Z] ++ 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 [2020-04-06T17:26:12.405Z] ++ set -e [2020-04-06T17:26:12.405Z] ++ '[' -n 0 ']' [2020-04-06T17:26:12.405Z] ++ set -x [2020-04-06T17:26:12.405Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:26:12.405Z] INFO: Testing against a local daemon [2020-04-06T17:26:12.405Z] === RUN TestDockerNetworkIpvlanPersistance [2020-04-06T17:26:12.405Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-04-06T17:26:12.405Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-06T17:26:12.405Z] === RUN TestDockerNetworkIpvlan [2020-04-06T17:26:12.405Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-04-06T17:26:12.405Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-06T17:26:12.405Z] PASS [2020-04-06T17:26:12.405Z] [2020-04-06T17:26:12.405Z] === Skipped [2020-04-06T17:26:12.405Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-04-06T17:26:12.405Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-06T17:26:12.405Z] [2020-04-06T17:26:12.405Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-04-06T17:26:12.405Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-06T17:26:12.405Z] [2020-04-06T17:26:12.405Z] [2020-04-06T17:26:12.405Z] DONE 2 tests, 2 skipped in 0.084s [2020-04-06T17:26:12.405Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-04-06T17:26:12.405Z] ++ 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 [2020-04-06T17:26:12.405Z] ++ set -e [2020-04-06T17:26:12.405Z] ++ '[' -n 0 ']' [2020-04-06T17:26:12.405Z] ++ set -x [2020-04-06T17:26:12.405Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:26:12.405Z] INFO: Testing against a local daemon [2020-04-06T17:26:12.405Z] === RUN TestDockerNetworkMacvlanPersistance [2020-04-06T17:26:12.618Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-04-06T17:26:13.158Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2020-04-06T17:26:13.158Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2020-04-06T17:26:13.158Z] daemon.go:325: [dd50854b158fd] waiting for daemon to start [2020-04-06T17:26:13.158Z] daemon.go:325: [dd50854b158fd] waiting for daemon to start [2020-04-06T17:26:13.158Z] daemon.go:353: [dd50854b158fd] daemon started [2020-04-06T17:26:13.158Z] daemon.go:461: [dd50854b158fd] Stopping daemon [2020-04-06T17:26:13.158Z] daemon.go:296: [dd50854b158fd] exiting daemon [2020-04-06T17:26:13.158Z] daemon.go:448: [dd50854b158fd] Daemon stopped [2020-04-06T17:26:13.158Z] daemon.go:325: [dd50854b158fd] waiting for daemon to start [2020-04-06T17:26:13.158Z] daemon.go:325: [dd50854b158fd] waiting for daemon to start [2020-04-06T17:26:13.158Z] daemon.go:353: [dd50854b158fd] daemon started [2020-04-06T17:26:13.158Z] daemon.go:461: [dd50854b158fd] Stopping daemon [2020-04-06T17:26:13.158Z] daemon.go:296: [dd50854b158fd] exiting daemon [2020-04-06T17:26:13.158Z] daemon.go:448: [dd50854b158fd] Daemon stopped [2020-04-06T17:26:13.158Z] === RUN TestDockerNetworkMacvlan [2020-04-06T17:26:13.271Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.286s coverage: 57.8% of statements [2020-04-06T17:26:14.025Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-04-06T17:26:14.511Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-04-06T17:26:14.823Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-04-06T17:26:15.384Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.878s coverage: 68.5% of statements [2020-04-06T17:26:15.586Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-04-06T17:26:16.406Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-04-06T17:26:16.406Z] --- PASS: TestDaemonStartWithLogOpt (15.49s) [2020-04-06T17:26:16.406Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2020-04-06T17:26:16.406Z] daemon.go:325: [dda3ee58e1060] waiting for daemon to start [2020-04-06T17:26:16.406Z] daemon.go:325: [dda3ee58e1060] waiting for daemon to start [2020-04-06T17:26:16.406Z] daemon.go:353: [dda3ee58e1060] daemon started [2020-04-06T17:26:16.406Z] daemon.go:461: [dda3ee58e1060] Stopping daemon [2020-04-06T17:26:16.406Z] daemon.go:296: [dda3ee58e1060] exiting daemon [2020-04-06T17:26:16.406Z] daemon.go:448: [dda3ee58e1060] Daemon stopped [2020-04-06T17:26:16.406Z] daemon.go:325: [dda3ee58e1060] waiting for daemon to start [2020-04-06T17:26:16.406Z] daemon.go:325: [dda3ee58e1060] waiting for daemon to start [2020-04-06T17:26:16.406Z] daemon.go:353: [dda3ee58e1060] daemon started [2020-04-06T17:26:16.406Z] daemon.go:461: [dda3ee58e1060] Stopping daemon [2020-04-06T17:26:16.406Z] daemon.go:296: [dda3ee58e1060] exiting daemon [2020-04-06T17:26:16.406Z] daemon.go:448: [dda3ee58e1060] Daemon stopped [2020-04-06T17:26:16.406Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-04-06T17:26:17.934Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-04-06T17:26:19.900Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.201s coverage: 49.5% of statements [2020-04-06T17:26:20.192Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.315s coverage: 45.9% of statements [2020-04-06T17:26:20.192Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-04-06T17:26:20.485Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.618s coverage: 76.1% of statements [2020-04-06T17:26:20.580Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-04-06T17:26:20.837Z] --- PASS: TestContinueAfterPluginCrash (20.05s) [2020-04-06T17:26:20.837Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2020-04-06T17:26:20.837Z] daemon.go:325: [d89c2c95e75f9] waiting for daemon to start [2020-04-06T17:26:20.837Z] daemon.go:325: [d89c2c95e75f9] waiting for daemon to start [2020-04-06T17:26:20.837Z] daemon.go:353: [d89c2c95e75f9] daemon started [2020-04-06T17:26:20.837Z] daemon.go:461: [d89c2c95e75f9] Stopping daemon [2020-04-06T17:26:20.837Z] daemon.go:296: [d89c2c95e75f9] exiting daemon [2020-04-06T17:26:20.837Z] daemon.go:448: [d89c2c95e75f9] Daemon stopped [2020-04-06T17:26:20.837Z] PASS [2020-04-06T17:26:20.837Z] [2020-04-06T17:26:20.837Z] DONE 2 tests in 20.185s [2020-04-06T17:26:20.837Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-04-06T17:26:20.837Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-04-06T17:26:20.837Z] ++ 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 [2020-04-06T17:26:20.837Z] ++ set -e [2020-04-06T17:26:20.837Z] ++ '[' -n 0 ']' [2020-04-06T17:26:20.837Z] ++ set -x [2020-04-06T17:26:20.837Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:26:21.094Z] INFO: Testing against a local daemon [2020-04-06T17:26:21.094Z] === RUN TestPluginWithDevMounts [2020-04-06T17:26:21.094Z] === PAUSE TestPluginWithDevMounts [2020-04-06T17:26:21.094Z] === CONT TestPluginWithDevMounts [2020-04-06T17:26:21.351Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-04-06T17:26:21.897Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-04-06T17:26:23.244Z] --- PASS: TestPluginWithDevMounts (1.94s) [2020-04-06T17:26:23.244Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2020-04-06T17:26:23.244Z] daemon.go:325: [df79b32adae44] waiting for daemon to start [2020-04-06T17:26:23.244Z] daemon.go:325: [df79b32adae44] waiting for daemon to start [2020-04-06T17:26:23.244Z] daemon.go:353: [df79b32adae44] daemon started [2020-04-06T17:26:23.244Z] daemon.go:461: [df79b32adae44] Stopping daemon [2020-04-06T17:26:23.244Z] daemon.go:296: [df79b32adae44] exiting daemon [2020-04-06T17:26:23.244Z] daemon.go:448: [df79b32adae44] Daemon stopped [2020-04-06T17:26:23.244Z] PASS [2020-04-06T17:26:23.244Z] [2020-04-06T17:26:23.244Z] DONE 1 tests in 2.067s [2020-04-06T17:26:23.244Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-04-06T17:26:23.244Z] ++ 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 [2020-04-06T17:26:23.244Z] ++ set -e [2020-04-06T17:26:23.244Z] ++ '[' -n 0 ']' [2020-04-06T17:26:23.244Z] ++ set -x [2020-04-06T17:26:23.244Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:26:23.244Z] INFO: Testing against a local daemon [2020-04-06T17:26:23.244Z] === RUN TestSecretInspect [2020-04-06T17:26:23.264Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.555s coverage: 55.1% of statements [2020-04-06T17:26:23.264Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-04-06T17:26:23.264Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-04-06T17:26:23.904Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.043s coverage: 58.0% of statements [2020-04-06T17:26:25.509Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.044s coverage: 3.0% of statements [2020-04-06T17:26:25.509Z] ok github.com/docker/docker/daemon/links 0.041s coverage: 93.0% of statements [2020-04-06T17:26:26.517Z] --- PASS: TestSecretInspect (3.04s) [2020-04-06T17:26:26.517Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2020-04-06T17:26:26.517Z] daemon.go:325: [dc5adb3ecee05] waiting for daemon to start [2020-04-06T17:26:26.517Z] daemon.go:325: [dc5adb3ecee05] waiting for daemon to start [2020-04-06T17:26:26.517Z] daemon.go:353: [dc5adb3ecee05] daemon started [2020-04-06T17:26:26.517Z] daemon.go:461: [dc5adb3ecee05] Stopping daemon [2020-04-06T17:26:26.517Z] daemon.go:296: [dc5adb3ecee05] exiting daemon [2020-04-06T17:26:26.517Z] daemon.go:448: [dc5adb3ecee05] Daemon stopped [2020-04-06T17:26:26.517Z] === RUN TestSecretList [2020-04-06T17:26:29.038Z] --- PASS: TestSecretList (2.95s) [2020-04-06T17:26:29.038Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2020-04-06T17:26:29.038Z] daemon.go:325: [dbf76045163c6] waiting for daemon to start [2020-04-06T17:26:29.038Z] daemon.go:325: [dbf76045163c6] waiting for daemon to start [2020-04-06T17:26:29.038Z] daemon.go:353: [dbf76045163c6] daemon started [2020-04-06T17:26:29.038Z] daemon.go:461: [dbf76045163c6] Stopping daemon [2020-04-06T17:26:29.038Z] daemon.go:296: [dbf76045163c6] exiting daemon [2020-04-06T17:26:29.038Z] daemon.go:448: [dbf76045163c6] Daemon stopped [2020-04-06T17:26:29.038Z] === RUN TestSecretsCreateAndDelete [2020-04-06T17:26:30.118Z] ok github.com/docker/docker/daemon/logger 0.308s coverage: 43.7% of statements [2020-04-06T17:26:30.413Z] ok github.com/docker/docker/daemon/logger/gelf 0.032s coverage: 67.0% of statements [2020-04-06T17:26:31.491Z] ok github.com/docker/docker/daemon/logger/awslogs 0.572s coverage: 78.6% of statements [2020-04-06T17:26:32.311Z] --- PASS: TestSecretsCreateAndDelete (3.15s) [2020-04-06T17:26:32.311Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2020-04-06T17:26:32.311Z] daemon.go:325: [d802fdd5e794d] waiting for daemon to start [2020-04-06T17:26:32.311Z] daemon.go:325: [d802fdd5e794d] waiting for daemon to start [2020-04-06T17:26:32.311Z] daemon.go:353: [d802fdd5e794d] daemon started [2020-04-06T17:26:32.311Z] daemon.go:461: [d802fdd5e794d] Stopping daemon [2020-04-06T17:26:32.311Z] daemon.go:296: [d802fdd5e794d] exiting daemon [2020-04-06T17:26:32.311Z] daemon.go:448: [d802fdd5e794d] Daemon stopped [2020-04-06T17:26:32.311Z] === RUN TestSecretsUpdate [2020-04-06T17:26:32.311Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-04-06T17:26:32.562Z] ok github.com/docker/docker/daemon/images 0.081s coverage: 4.9% of statements [2020-04-06T17:26:32.562Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-04-06T17:26:32.562Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-04-06T17:26:32.562Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-04-06T17:26:32.562Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-04-06T17:26:33.649Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.043s coverage: 88.3% of statements [2020-04-06T17:26:33.963Z] ok github.com/docker/docker/daemon/logger/journald 0.009s coverage: 26.2% of statements [2020-04-06T17:26:35.528Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.051s coverage: 62.1% of statements [2020-04-06T17:26:35.585Z] --- PASS: TestSecretsUpdate (3.36s) [2020-04-06T17:26:35.585Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2020-04-06T17:26:35.585Z] daemon.go:325: [d1d64e90f1e07] waiting for daemon to start [2020-04-06T17:26:35.585Z] daemon.go:325: [d1d64e90f1e07] waiting for daemon to start [2020-04-06T17:26:35.585Z] daemon.go:353: [d1d64e90f1e07] daemon started [2020-04-06T17:26:35.585Z] daemon.go:461: [d1d64e90f1e07] Stopping daemon [2020-04-06T17:26:35.585Z] daemon.go:296: [d1d64e90f1e07] exiting daemon [2020-04-06T17:26:35.585Z] daemon.go:448: [d1d64e90f1e07] Daemon stopped [2020-04-06T17:26:35.585Z] === RUN TestTemplatedSecret [2020-04-06T17:26:36.516Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-04-06T17:26:37.128Z] ok github.com/docker/docker/daemon/logger/local 0.046s coverage: 74.7% of statements [2020-04-06T17:26:37.128Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-04-06T17:26:37.886Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-04-06T17:26:38.059Z] --- PASS: TestDockerNetworkMacvlan (24.22s) [2020-04-06T17:26:38.059Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:26:38.059Z] daemon.go:325: [d9965e8eaa289] waiting for daemon to start [2020-04-06T17:26:38.059Z] daemon.go:325: [d9965e8eaa289] waiting for daemon to start [2020-04-06T17:26:38.059Z] daemon.go:353: [d9965e8eaa289] daemon started [2020-04-06T17:26:38.059Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-04-06T17:26:38.059Z] daemon.go:461: [d9965e8eaa289] Stopping daemon [2020-04-06T17:26:38.059Z] daemon.go:296: [d9965e8eaa289] exiting daemon [2020-04-06T17:26:38.059Z] daemon.go:448: [d9965e8eaa289] Daemon stopped [2020-04-06T17:26:38.059Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:26:38.059Z] daemon.go:325: [da88ecf1b5f53] waiting for daemon to start [2020-04-06T17:26:38.059Z] daemon.go:325: [da88ecf1b5f53] waiting for daemon to start [2020-04-06T17:26:38.059Z] daemon.go:353: [da88ecf1b5f53] daemon started [2020-04-06T17:26:38.059Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2020-04-06T17:26:38.059Z] daemon.go:461: [da88ecf1b5f53] Stopping daemon [2020-04-06T17:26:38.059Z] daemon.go:296: [da88ecf1b5f53] exiting daemon [2020-04-06T17:26:38.059Z] daemon.go:448: [da88ecf1b5f53] Daemon stopped [2020-04-06T17:26:38.059Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:26:38.059Z] daemon.go:325: [d79549e1bcab3] waiting for daemon to start [2020-04-06T17:26:38.059Z] daemon.go:325: [d79549e1bcab3] waiting for daemon to start [2020-04-06T17:26:38.059Z] daemon.go:353: [d79549e1bcab3] daemon started [2020-04-06T17:26:38.059Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.12s) [2020-04-06T17:26:38.059Z] daemon.go:461: [d79549e1bcab3] Stopping daemon [2020-04-06T17:26:38.059Z] daemon.go:296: [d79549e1bcab3] exiting daemon [2020-04-06T17:26:38.059Z] daemon.go:448: [d79549e1bcab3] Daemon stopped [2020-04-06T17:26:38.059Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:26:38.059Z] daemon.go:325: [d33be5620a31e] waiting for daemon to start [2020-04-06T17:26:38.059Z] daemon.go:325: [d33be5620a31e] waiting for daemon to start [2020-04-06T17:26:38.059Z] daemon.go:353: [d33be5620a31e] daemon started [2020-04-06T17:26:38.059Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.07s) [2020-04-06T17:26:38.060Z] daemon.go:461: [d33be5620a31e] Stopping daemon [2020-04-06T17:26:38.060Z] daemon.go:296: [d33be5620a31e] exiting daemon [2020-04-06T17:26:38.060Z] daemon.go:448: [d33be5620a31e] Daemon stopped [2020-04-06T17:26:38.060Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:26:38.060Z] daemon.go:325: [d61ee12d784b9] waiting for daemon to start [2020-04-06T17:26:38.060Z] daemon.go:325: [d61ee12d784b9] waiting for daemon to start [2020-04-06T17:26:38.060Z] daemon.go:353: [d61ee12d784b9] daemon started [2020-04-06T17:26:38.060Z] --- PASS: TestDockerNetworkMacvlan/Addressing (15.75s) [2020-04-06T17:26:38.060Z] daemon.go:461: [d61ee12d784b9] Stopping daemon [2020-04-06T17:26:38.060Z] daemon.go:296: [d61ee12d784b9] exiting daemon [2020-04-06T17:26:38.060Z] daemon.go:448: [d61ee12d784b9] Daemon stopped [2020-04-06T17:26:38.060Z] PASS [2020-04-06T17:26:38.060Z] [2020-04-06T17:26:38.060Z] DONE 7 tests in 25.709s [2020-04-06T17:26:38.060Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-04-06T17:26:38.060Z] ++ 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 [2020-04-06T17:26:38.060Z] ++ set -e [2020-04-06T17:26:38.060Z] ++ '[' -n 0 ']' [2020-04-06T17:26:38.060Z] ++ set -x [2020-04-06T17:26:38.060Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:26:38.060Z] testing: warning: no tests to run [2020-04-06T17:26:38.060Z] PASS [2020-04-06T17:26:38.060Z] [2020-04-06T17:26:38.060Z] DONE 0 tests in 0.020s [2020-04-06T17:26:38.060Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-04-06T17:26:38.060Z] ++ 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 [2020-04-06T17:26:38.060Z] ++ set -e [2020-04-06T17:26:38.060Z] ++ '[' -n 0 ']' [2020-04-06T17:26:38.060Z] ++ set -x [2020-04-06T17:26:38.060Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:26:38.060Z] INFO: Testing against a local daemon [2020-04-06T17:26:38.060Z] === RUN TestAuthZPluginAllowRequest [2020-04-06T17:26:38.729Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.122s coverage: 20.0% of statements [2020-04-06T17:26:39.255Z] --- PASS: TestTemplatedSecret (3.61s) [2020-04-06T17:26:39.255Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2020-04-06T17:26:39.255Z] daemon.go:325: [dcc95a8cc1146] waiting for daemon to start [2020-04-06T17:26:39.255Z] daemon.go:325: [dcc95a8cc1146] waiting for daemon to start [2020-04-06T17:26:39.255Z] daemon.go:353: [dcc95a8cc1146] daemon started [2020-04-06T17:26:39.255Z] daemon.go:461: [dcc95a8cc1146] Stopping daemon [2020-04-06T17:26:39.255Z] daemon.go:296: [dcc95a8cc1146] exiting daemon [2020-04-06T17:26:39.255Z] daemon.go:448: [dcc95a8cc1146] Daemon stopped [2020-04-06T17:26:39.255Z] === RUN TestSecretCreateResolve [2020-04-06T17:26:39.271Z] --- PASS: TestAuthZPluginAllowRequest (1.53s) [2020-04-06T17:26:39.271Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2020-04-06T17:26:39.271Z] daemon.go:325: [df73d6f870a11] waiting for daemon to start [2020-04-06T17:26:39.271Z] daemon.go:325: [df73d6f870a11] waiting for daemon to start [2020-04-06T17:26:39.271Z] daemon.go:353: [df73d6f870a11] daemon started [2020-04-06T17:26:39.271Z] daemon.go:461: [df73d6f870a11] Stopping daemon [2020-04-06T17:26:39.271Z] daemon.go:296: [df73d6f870a11] exiting daemon [2020-04-06T17:26:39.271Z] daemon.go:448: [df73d6f870a11] Daemon stopped [2020-04-06T17:26:39.271Z] === RUN TestAuthZPluginTLS [2020-04-06T17:26:39.411Z] ok github.com/docker/docker/daemon/logger/templates 0.006s coverage: 8.3% of statements [2020-04-06T17:26:39.622Z] --- PASS: TestAuthZPluginTLS (0.54s) [2020-04-06T17:26:39.622Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2020-04-06T17:26:39.622Z] daemon.go:325: [d73a92c21577c] waiting for daemon to start [2020-04-06T17:26:39.622Z] daemon.go:325: [d73a92c21577c] waiting for daemon to start [2020-04-06T17:26:39.622Z] daemon.go:353: [d73a92c21577c] daemon started [2020-04-06T17:26:39.622Z] daemon.go:461: [d73a92c21577c] Stopping daemon [2020-04-06T17:26:39.622Z] daemon.go:296: [d73a92c21577c] exiting daemon [2020-04-06T17:26:39.622Z] daemon.go:448: [d73a92c21577c] Daemon stopped [2020-04-06T17:26:39.622Z] === RUN TestAuthZPluginDenyRequest [2020-04-06T17:26:40.110Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-04-06T17:26:40.110Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2020-04-06T17:26:40.110Z] daemon.go:325: [dc11eb5b038c0] waiting for daemon to start [2020-04-06T17:26:40.110Z] daemon.go:325: [dc11eb5b038c0] waiting for daemon to start [2020-04-06T17:26:40.110Z] daemon.go:353: [dc11eb5b038c0] daemon started [2020-04-06T17:26:40.110Z] daemon.go:461: [dc11eb5b038c0] Stopping daemon [2020-04-06T17:26:40.110Z] daemon.go:296: [dc11eb5b038c0] exiting daemon [2020-04-06T17:26:40.110Z] daemon.go:448: [dc11eb5b038c0] Daemon stopped [2020-04-06T17:26:40.110Z] === RUN TestAuthZPluginAPIDenyResponse [2020-04-06T17:26:40.500Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 47.8% of statements [2020-04-06T17:26:40.557Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-04-06T17:26:40.557Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2020-04-06T17:26:40.557Z] daemon.go:325: [dda71622d3396] waiting for daemon to start [2020-04-06T17:26:40.557Z] daemon.go:325: [dda71622d3396] waiting for daemon to start [2020-04-06T17:26:40.557Z] daemon.go:353: [dda71622d3396] daemon started [2020-04-06T17:26:40.557Z] daemon.go:461: [dda71622d3396] Stopping daemon [2020-04-06T17:26:40.557Z] daemon.go:296: [dda71622d3396] exiting daemon [2020-04-06T17:26:40.557Z] daemon.go:448: [dda71622d3396] Daemon stopped [2020-04-06T17:26:40.557Z] === RUN TestAuthZPluginDenyResponse [2020-04-06T17:26:40.641Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-04-06T17:26:40.641Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-04-06T17:26:41.343Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2020-04-06T17:26:41.343Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2020-04-06T17:26:41.343Z] daemon.go:325: [d2060584950f6] waiting for daemon to start [2020-04-06T17:26:41.343Z] daemon.go:325: [d2060584950f6] waiting for daemon to start [2020-04-06T17:26:41.343Z] daemon.go:353: [d2060584950f6] daemon started [2020-04-06T17:26:41.343Z] daemon.go:461: [d2060584950f6] Stopping daemon [2020-04-06T17:26:41.343Z] daemon.go:296: [d2060584950f6] exiting daemon [2020-04-06T17:26:41.343Z] daemon.go:448: [d2060584950f6] Daemon stopped [2020-04-06T17:26:41.343Z] === RUN TestAuthZPluginAllowEventStream [2020-04-06T17:26:42.535Z] --- PASS: TestSecretCreateResolve (3.27s) [2020-04-06T17:26:42.535Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2020-04-06T17:26:42.535Z] daemon.go:325: [d61b89362f61e] waiting for daemon to start [2020-04-06T17:26:42.535Z] daemon.go:325: [d61b89362f61e] waiting for daemon to start [2020-04-06T17:26:42.535Z] daemon.go:353: [d61b89362f61e] daemon started [2020-04-06T17:26:42.535Z] daemon.go:461: [d61b89362f61e] Stopping daemon [2020-04-06T17:26:42.535Z] daemon.go:296: [d61b89362f61e] exiting daemon [2020-04-06T17:26:42.535Z] daemon.go:448: [d61b89362f61e] Daemon stopped [2020-04-06T17:26:42.535Z] PASS [2020-04-06T17:26:42.535Z] [2020-04-06T17:26:42.535Z] DONE 6 tests in 19.505s [2020-04-06T17:26:42.535Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-04-06T17:26:42.535Z] ++ 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 [2020-04-06T17:26:42.535Z] ++ set -e [2020-04-06T17:26:42.535Z] ++ '[' -n 0 ']' [2020-04-06T17:26:42.535Z] ++ set -x [2020-04-06T17:26:42.535Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:26:42.560Z] --- PASS: TestAuthZPluginAllowEventStream (1.51s) [2020-04-06T17:26:42.560Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2020-04-06T17:26:42.560Z] daemon.go:325: [db9f7bd2d6cd8] waiting for daemon to start [2020-04-06T17:26:42.560Z] daemon.go:325: [db9f7bd2d6cd8] waiting for daemon to start [2020-04-06T17:26:42.560Z] daemon.go:353: [db9f7bd2d6cd8] daemon started [2020-04-06T17:26:42.560Z] daemon.go:461: [db9f7bd2d6cd8] Stopping daemon [2020-04-06T17:26:42.560Z] daemon.go:296: [db9f7bd2d6cd8] exiting daemon [2020-04-06T17:26:42.560Z] daemon.go:448: [db9f7bd2d6cd8] Daemon stopped [2020-04-06T17:26:42.560Z] === RUN TestAuthZPluginErrorResponse [2020-04-06T17:26:42.672Z] ok github.com/docker/docker/daemon/network 0.038s coverage: 63.8% of statements [2020-04-06T17:26:42.672Z] ok github.com/docker/docker/daemon/logger/splunk 3.188s coverage: 84.5% of statements [2020-04-06T17:26:42.672Z] ? github.com/docker/docker/daemon/names [no test files] [2020-04-06T17:26:42.672Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-04-06T17:26:42.792Z] INFO: Testing against a local daemon [2020-04-06T17:26:42.792Z] === RUN TestServiceCreateInit [2020-04-06T17:26:42.792Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-04-06T17:26:43.311Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-04-06T17:26:43.311Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2020-04-06T17:26:43.311Z] daemon.go:325: [deb6f42619abc] waiting for daemon to start [2020-04-06T17:26:43.311Z] daemon.go:325: [deb6f42619abc] waiting for daemon to start [2020-04-06T17:26:43.311Z] daemon.go:353: [deb6f42619abc] daemon started [2020-04-06T17:26:43.311Z] daemon.go:461: [deb6f42619abc] Stopping daemon [2020-04-06T17:26:43.311Z] daemon.go:296: [deb6f42619abc] exiting daemon [2020-04-06T17:26:43.311Z] daemon.go:448: [deb6f42619abc] Daemon stopped [2020-04-06T17:26:43.311Z] === RUN TestAuthZPluginErrorRequest [2020-04-06T17:26:43.665Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-04-06T17:26:43.665Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2020-04-06T17:26:43.665Z] daemon.go:325: [d97b722cd0b2e] waiting for daemon to start [2020-04-06T17:26:43.665Z] daemon.go:325: [d97b722cd0b2e] waiting for daemon to start [2020-04-06T17:26:43.665Z] daemon.go:353: [d97b722cd0b2e] daemon started [2020-04-06T17:26:43.665Z] daemon.go:461: [d97b722cd0b2e] Stopping daemon [2020-04-06T17:26:43.665Z] daemon.go:296: [d97b722cd0b2e] exiting daemon [2020-04-06T17:26:43.665Z] daemon.go:448: [d97b722cd0b2e] Daemon stopped [2020-04-06T17:26:43.665Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-04-06T17:26:44.449Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-04-06T17:26:44.449Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-04-06T17:26:44.449Z] daemon.go:325: [d1d18829dd117] waiting for daemon to start [2020-04-06T17:26:44.449Z] daemon.go:325: [d1d18829dd117] waiting for daemon to start [2020-04-06T17:26:44.449Z] daemon.go:353: [d1d18829dd117] daemon started [2020-04-06T17:26:44.449Z] daemon.go:461: [d1d18829dd117] Stopping daemon [2020-04-06T17:26:44.449Z] daemon.go:296: [d1d18829dd117] exiting daemon [2020-04-06T17:26:44.449Z] daemon.go:448: [d1d18829dd117] Daemon stopped [2020-04-06T17:26:44.449Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-04-06T17:26:46.063Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-04-06T17:26:46.222Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.86s) [2020-04-06T17:26:46.222Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2020-04-06T17:26:46.223Z] daemon.go:325: [ddaec232e2cee] waiting for daemon to start [2020-04-06T17:26:46.223Z] daemon.go:325: [ddaec232e2cee] waiting for daemon to start [2020-04-06T17:26:46.223Z] daemon.go:353: [ddaec232e2cee] daemon started [2020-04-06T17:26:46.223Z] daemon.go:461: [ddaec232e2cee] Stopping daemon [2020-04-06T17:26:46.223Z] daemon.go:296: [ddaec232e2cee] exiting daemon [2020-04-06T17:26:46.223Z] daemon.go:448: [ddaec232e2cee] Daemon stopped [2020-04-06T17:26:46.223Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-04-06T17:26:46.318Z] ok github.com/docker/docker/distribution/metadata 0.139s coverage: 48.2% of statements [2020-04-06T17:26:46.320Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-04-06T17:26:47.251Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-04-06T17:26:47.413Z] ok github.com/docker/docker/errdefs 0.012s coverage: 49.4% of statements [2020-04-06T17:26:48.591Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.00s) [2020-04-06T17:26:48.591Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2020-04-06T17:26:48.591Z] daemon.go:325: [d6ef068bb3b55] waiting for daemon to start [2020-04-06T17:26:48.591Z] daemon.go:325: [d6ef068bb3b55] waiting for daemon to start [2020-04-06T17:26:48.591Z] daemon.go:353: [d6ef068bb3b55] daemon started [2020-04-06T17:26:48.591Z] daemon.go:461: [d6ef068bb3b55] Stopping daemon [2020-04-06T17:26:48.591Z] daemon.go:296: [d6ef068bb3b55] exiting daemon [2020-04-06T17:26:48.591Z] daemon.go:448: [d6ef068bb3b55] Daemon stopped [2020-04-06T17:26:48.591Z] === RUN TestAuthZPluginHeader [2020-04-06T17:26:48.619Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-04-06T17:26:48.878Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-04-06T17:26:48.945Z] --- PASS: TestAuthZPluginHeader (0.83s) [2020-04-06T17:26:48.945Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2020-04-06T17:26:48.945Z] daemon.go:325: [de76a5775aa7b] waiting for daemon to start [2020-04-06T17:26:48.945Z] daemon.go:325: [de76a5775aa7b] waiting for daemon to start [2020-04-06T17:26:48.945Z] daemon.go:353: [de76a5775aa7b] daemon started [2020-04-06T17:26:48.945Z] daemon.go:461: [de76a5775aa7b] Stopping daemon [2020-04-06T17:26:48.945Z] daemon.go:296: [de76a5775aa7b] exiting daemon [2020-04-06T17:26:48.945Z] daemon.go:448: [de76a5775aa7b] Daemon stopped [2020-04-06T17:26:48.945Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-04-06T17:26:48.945Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-04-06T17:26:48.945Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:26:48.945Z] === RUN TestAuthZPluginV2Disable [2020-04-06T17:26:48.945Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-04-06T17:26:48.945Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:26:48.945Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-04-06T17:26:48.945Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-04-06T17:26:48.945Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:26:48.945Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-04-06T17:26:48.945Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-04-06T17:26:48.945Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:26:48.945Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-04-06T17:26:48.975Z] ok github.com/docker/docker/distribution 0.738s coverage: 22.3% of statements [2020-04-06T17:26:48.975Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-04-06T17:26:50.062Z] ok github.com/docker/docker/distribution/xfer 1.454s coverage: 83.9% of statements [2020-04-06T17:26:50.062Z] ? github.com/docker/docker/dockerversion [no test files] [2020-04-06T17:26:51.400Z] === RUN TestDockerSuite/TestBuildNetNone [2020-04-06T17:26:51.963Z] === RUN TestDockerSuite/TestBuildNoContext [2020-04-06T17:26:52.257Z] ok github.com/docker/docker/image 0.120s coverage: 86.4% of statements [2020-04-06T17:26:52.529Z] --- PASS: TestServiceCreateInit (9.93s) [2020-04-06T17:26:52.529Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.68s) [2020-04-06T17:26:52.529Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2020-04-06T17:26:52.529Z] daemon.go:325: [dc5719ab6bf0a] waiting for daemon to start [2020-04-06T17:26:52.529Z] daemon.go:325: [dc5719ab6bf0a] waiting for daemon to start [2020-04-06T17:26:52.529Z] daemon.go:353: [dc5719ab6bf0a] daemon started [2020-04-06T17:26:52.529Z] daemon.go:461: [dc5719ab6bf0a] Stopping daemon [2020-04-06T17:26:52.529Z] daemon.go:296: [dc5719ab6bf0a] exiting daemon [2020-04-06T17:26:52.529Z] daemon.go:448: [dc5719ab6bf0a] Daemon stopped [2020-04-06T17:26:52.529Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.22s) [2020-04-06T17:26:52.529Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2020-04-06T17:26:52.529Z] daemon.go:325: [d0f131a132660] waiting for daemon to start [2020-04-06T17:26:52.529Z] daemon.go:325: [d0f131a132660] waiting for daemon to start [2020-04-06T17:26:52.529Z] daemon.go:353: [d0f131a132660] daemon started [2020-04-06T17:26:52.529Z] daemon.go:461: [d0f131a132660] Stopping daemon [2020-04-06T17:26:52.529Z] daemon.go:296: [d0f131a132660] exiting daemon [2020-04-06T17:26:52.529Z] daemon.go:448: [d0f131a132660] Daemon stopped [2020-04-06T17:26:52.529Z] === RUN TestCreateServiceMultipleTimes [2020-04-06T17:26:52.560Z] ok github.com/docker/docker/image/cache 0.023s coverage: 19.2% of statements [2020-04-06T17:26:52.560Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-04-06T17:26:53.092Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-04-06T17:26:54.023Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-04-06T17:26:54.023Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-04-06T17:26:54.635Z] ok github.com/docker/docker/image/v1 0.052s coverage: 25.0% of statements [2020-04-06T17:26:54.635Z] ? github.com/docker/docker/internal/test [no test files] [2020-04-06T17:26:54.938Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2020-04-06T17:26:54.938Z] ? github.com/docker/docker/internal/test/environment [no test files] [2020-04-06T17:26:54.938Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2020-04-06T17:26:54.938Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2020-04-06T17:26:54.938Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2020-04-06T17:26:54.938Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2020-04-06T17:26:54.938Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2020-04-06T17:26:54.938Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2020-04-06T17:26:54.938Z] ? github.com/docker/docker/internal/test/registry [no test files] [2020-04-06T17:26:54.938Z] ? github.com/docker/docker/internal/test/request [no test files] [2020-04-06T17:26:54.938Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-04-06T17:26:55.591Z] ok github.com/docker/docker/internal/testutil 0.028s coverage: 62.5% of statements [2020-04-06T17:26:56.546Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-04-06T17:26:56.664Z] ok github.com/docker/docker/libcontainerd/queue 0.052s coverage: 100.0% of statements [2020-04-06T17:26:57.110Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-04-06T17:26:57.110Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-04-06T17:26:57.673Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-04-06T17:26:57.725Z] ok github.com/docker/docker/pkg/aaparser 0.012s coverage: 50.0% of statements [2020-04-06T17:26:57.930Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-04-06T17:26:58.861Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-04-06T17:27:01.384Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-04-06T17:27:01.730Z] ok github.com/docker/docker/opts 0.159s coverage: 66.9% of statements [2020-04-06T17:27:01.948Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-04-06T17:27:03.243Z] ok github.com/docker/docker/pkg/authorization 0.408s coverage: 66.7% of statements [2020-04-06T17:27:03.881Z] ok github.com/docker/docker/pkg/broadcaster 0.013s coverage: 100.0% of statements [2020-04-06T17:27:03.881Z] ok github.com/docker/docker/pkg/capabilities 0.008s coverage: 87.5% of statements [2020-04-06T17:27:05.220Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-04-06T17:27:05.412Z] ok github.com/docker/docker/pkg/archive 1.589s coverage: 76.7% of statements [2020-04-06T17:27:05.412Z] ok github.com/docker/docker/pkg/directory 0.008s coverage: 80.0% of statements [2020-04-06T17:27:06.588Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-04-06T17:27:06.948Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2020-04-06T17:27:06.948Z] ok github.com/docker/docker/pkg/discovery/file 0.016s coverage: 92.9% of statements [2020-04-06T17:27:08.540Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.75s) [2020-04-06T17:27:08.541Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2020-04-06T17:27:08.541Z] daemon.go:325: [da31070bc3452] waiting for daemon to start [2020-04-06T17:27:08.541Z] daemon.go:325: [da31070bc3452] waiting for daemon to start [2020-04-06T17:27:08.541Z] daemon.go:353: [da31070bc3452] daemon started [2020-04-06T17:27:08.541Z] daemon.go:461: [da31070bc3452] Stopping daemon [2020-04-06T17:27:08.541Z] daemon.go:296: [da31070bc3452] exiting daemon [2020-04-06T17:27:08.541Z] daemon.go:448: [da31070bc3452] Daemon stopped [2020-04-06T17:27:08.541Z] daemon.go:325: [da31070bc3452] waiting for daemon to start [2020-04-06T17:27:08.541Z] daemon.go:325: [da31070bc3452] waiting for daemon to start [2020-04-06T17:27:08.541Z] daemon.go:325: [da31070bc3452] waiting for daemon to start [2020-04-06T17:27:08.541Z] daemon.go:325: [da31070bc3452] waiting for daemon to start [2020-04-06T17:27:08.541Z] daemon.go:339: [da31070bc3452] error pinging daemon on start: Get http://da31070bc3452.sock/_ping: context deadline exceeded [2020-04-06T17:27:08.541Z] daemon.go:325: [da31070bc3452] waiting for daemon to start [2020-04-06T17:27:08.541Z] daemon.go:339: [da31070bc3452] error pinging daemon on start: Get http://da31070bc3452.sock/_ping: context deadline exceeded [2020-04-06T17:27:08.541Z] daemon.go:325: [da31070bc3452] waiting for daemon to start [2020-04-06T17:27:08.541Z] daemon.go:339: [da31070bc3452] error pinging daemon on start: Get http://da31070bc3452.sock/_ping: context deadline exceeded [2020-04-06T17:27:08.541Z] daemon.go:325: [da31070bc3452] waiting for daemon to start [2020-04-06T17:27:08.541Z] daemon.go:339: [da31070bc3452] error pinging daemon on start: Get http://da31070bc3452.sock/_ping: context deadline exceeded [2020-04-06T17:27:08.541Z] daemon.go:296: [da31070bc3452] exiting daemon [2020-04-06T17:27:08.541Z] daemon.go:325: [da31070bc3452] waiting for daemon to start [2020-04-06T17:27:08.541Z] daemon.go:325: [da31070bc3452] waiting for daemon to start [2020-04-06T17:27:08.541Z] daemon.go:325: [da31070bc3452] waiting for daemon to start [2020-04-06T17:27:08.541Z] daemon.go:353: [da31070bc3452] daemon started [2020-04-06T17:27:08.541Z] daemon.go:461: [da31070bc3452] Stopping daemon [2020-04-06T17:27:08.541Z] daemon.go:296: [da31070bc3452] exiting daemon [2020-04-06T17:27:08.541Z] daemon.go:448: [da31070bc3452] Daemon stopped [2020-04-06T17:27:08.541Z] PASS [2020-04-06T17:27:08.541Z] [2020-04-06T17:27:08.541Z] === Skipped [2020-04-06T17:27:08.541Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-04-06T17:27:08.541Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:27:08.541Z] [2020-04-06T17:27:08.541Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-04-06T17:27:08.541Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:27:08.541Z] [2020-04-06T17:27:08.541Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-04-06T17:27:08.541Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:27:08.541Z] [2020-04-06T17:27:08.541Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-04-06T17:27:08.541Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:27:08.541Z] [2020-04-06T17:27:08.541Z] [2020-04-06T17:27:08.541Z] DONE 17 tests, 4 skipped in 28.353s [2020-04-06T17:27:08.541Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-04-06T17:27:08.541Z] ++ 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 [2020-04-06T17:27:08.541Z] ++ set -e [2020-04-06T17:27:08.541Z] ++ '[' -n 0 ']' [2020-04-06T17:27:08.541Z] ++ set -x [2020-04-06T17:27:08.541Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-04-06T17:27:08.541Z] INFO: Testing against a local daemon [2020-04-06T17:27:08.541Z] === RUN TestPluginInvalidJSON [2020-04-06T17:27:08.541Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-04-06T17:27:08.541Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-04-06T17:27:08.541Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-04-06T17:27:08.541Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-04-06T17:27:08.541Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-04-06T17:27:08.541Z] PASS [2020-04-06T17:27:08.541Z] [2020-04-06T17:27:08.541Z] DONE 2 tests in 0.085s [2020-04-06T17:27:08.541Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-04-06T17:27:08.541Z] ++ 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 [2020-04-06T17:27:08.541Z] ++ set -e [2020-04-06T17:27:08.541Z] ++ '[' -n 0 ']' [2020-04-06T17:27:08.541Z] ++ set -x [2020-04-06T17:27:08.541Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-04-06T17:27:08.541Z] INFO: Testing against a local daemon [2020-04-06T17:27:08.541Z] === RUN TestExternalGraphDriver [2020-04-06T17:27:08.541Z] === RUN TestExternalGraphDriver/json [2020-04-06T17:27:08.541Z] === RUN TestExternalGraphDriver/spec [2020-04-06T17:27:09.077Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2020-04-06T17:27:09.108Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-04-06T17:27:09.739Z] ok github.com/docker/docker/pkg/discovery/nodes 0.006s coverage: 93.8% of statements [2020-04-06T17:27:10.038Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-04-06T17:27:10.049Z] ok github.com/docker/docker/layer 7.654s coverage: 72.0% of statements [2020-04-06T17:27:10.049Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-04-06T17:27:10.049Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-04-06T17:27:10.049Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-04-06T17:27:10.049Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-04-06T17:27:10.049Z] ? github.com/docker/docker/oci [no test files] [2020-04-06T17:27:10.049Z] ? github.com/docker/docker/oci/caps [no test files] [2020-04-06T17:27:10.269Z] === RUN TestExternalGraphDriver/pull [2020-04-06T17:27:10.625Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-04-06T17:27:10.719Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2020-04-06T17:27:11.072Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-04-06T17:27:11.375Z] ok github.com/docker/docker/pkg/chrootarchive 4.796s coverage: 43.2% of statements [2020-04-06T17:27:11.375Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-04-06T17:27:11.375Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-04-06T17:27:11.406Z] --- PASS: TestCreateServiceMultipleTimes (18.67s) [2020-04-06T17:27:11.406Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2020-04-06T17:27:11.406Z] daemon.go:325: [d90bfe56ba983] waiting for daemon to start [2020-04-06T17:27:11.406Z] daemon.go:325: [d90bfe56ba983] waiting for daemon to start [2020-04-06T17:27:11.406Z] daemon.go:353: [d90bfe56ba983] daemon started [2020-04-06T17:27:11.406Z] daemon.go:461: [d90bfe56ba983] Stopping daemon [2020-04-06T17:27:11.406Z] daemon.go:296: [d90bfe56ba983] exiting daemon [2020-04-06T17:27:11.406Z] daemon.go:448: [d90bfe56ba983] Daemon stopped [2020-04-06T17:27:11.406Z] === RUN TestCreateServiceConflict [2020-04-06T17:27:11.663Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-04-06T17:27:11.920Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-04-06T17:27:12.016Z] --- PASS: TestExternalGraphDriver (5.93s) [2020-04-06T17:27:12.016Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2020-04-06T17:27:12.016Z] daemon.go:325: [d0ea774108e66] waiting for daemon to start [2020-04-06T17:27:12.016Z] daemon.go:325: [d0ea774108e66] waiting for daemon to start [2020-04-06T17:27:12.016Z] daemon.go:353: [d0ea774108e66] daemon started [2020-04-06T17:27:12.016Z] daemon.go:461: [d0ea774108e66] Stopping daemon [2020-04-06T17:27:12.016Z] daemon.go:296: [d0ea774108e66] exiting daemon [2020-04-06T17:27:12.016Z] daemon.go:448: [d0ea774108e66] Daemon stopped [2020-04-06T17:27:12.016Z] daemon.go:325: [d0ea774108e66] waiting for daemon to start [2020-04-06T17:27:12.016Z] daemon.go:325: [d0ea774108e66] waiting for daemon to start [2020-04-06T17:27:12.016Z] daemon.go:353: [d0ea774108e66] daemon started [2020-04-06T17:27:12.016Z] daemon.go:461: [d0ea774108e66] Stopping daemon [2020-04-06T17:27:12.016Z] daemon.go:296: [d0ea774108e66] exiting daemon [2020-04-06T17:27:12.016Z] daemon.go:448: [d0ea774108e66] Daemon stopped [2020-04-06T17:27:12.016Z] --- PASS: TestExternalGraphDriver/json (1.97s) [2020-04-06T17:27:12.016Z] daemon.go:325: [d0ea774108e66] waiting for daemon to start [2020-04-06T17:27:12.016Z] daemon.go:325: [d0ea774108e66] waiting for daemon to start [2020-04-06T17:27:12.016Z] daemon.go:353: [d0ea774108e66] daemon started [2020-04-06T17:27:12.016Z] daemon.go:461: [d0ea774108e66] Stopping daemon [2020-04-06T17:27:12.016Z] daemon.go:296: [d0ea774108e66] exiting daemon [2020-04-06T17:27:12.016Z] daemon.go:448: [d0ea774108e66] Daemon stopped [2020-04-06T17:27:12.016Z] daemon.go:325: [d0ea774108e66] waiting for daemon to start [2020-04-06T17:27:12.016Z] daemon.go:325: [d0ea774108e66] waiting for daemon to start [2020-04-06T17:27:12.016Z] daemon.go:353: [d0ea774108e66] daemon started [2020-04-06T17:27:12.016Z] daemon.go:461: [d0ea774108e66] Stopping daemon [2020-04-06T17:27:12.016Z] daemon.go:296: [d0ea774108e66] exiting daemon [2020-04-06T17:27:12.016Z] daemon.go:448: [d0ea774108e66] Daemon stopped [2020-04-06T17:27:12.016Z] --- PASS: TestExternalGraphDriver/spec (2.00s) [2020-04-06T17:27:12.016Z] daemon.go:325: [d0ea774108e66] waiting for daemon to start [2020-04-06T17:27:12.016Z] daemon.go:325: [d0ea774108e66] waiting for daemon to start [2020-04-06T17:27:12.016Z] daemon.go:353: [d0ea774108e66] daemon started [2020-04-06T17:27:12.016Z] daemon.go:461: [d0ea774108e66] Stopping daemon [2020-04-06T17:27:12.016Z] daemon.go:296: [d0ea774108e66] exiting daemon [2020-04-06T17:27:12.016Z] daemon.go:448: [d0ea774108e66] Daemon stopped [2020-04-06T17:27:12.016Z] --- PASS: TestExternalGraphDriver/pull (1.86s) [2020-04-06T17:27:12.016Z] === RUN TestGraphdriverPluginV2 [2020-04-06T17:27:12.016Z] --- SKIP: TestGraphdriverPluginV2 (0.05s) [2020-04-06T17:27:12.016Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:27:12.016Z] PASS [2020-04-06T17:27:12.016Z] [2020-04-06T17:27:12.016Z] === Skipped [2020-04-06T17:27:12.016Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s) [2020-04-06T17:27:12.016Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:27:12.016Z] [2020-04-06T17:27:12.016Z] [2020-04-06T17:27:12.016Z] DONE 5 tests, 1 skipped in 6.065s [2020-04-06T17:27:12.016Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-04-06T17:27:12.016Z] ++ 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 [2020-04-06T17:27:12.016Z] ++ set -e [2020-04-06T17:27:12.016Z] ++ '[' -n 0 ']' [2020-04-06T17:27:12.016Z] ++ set -x [2020-04-06T17:27:12.017Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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 [2020-04-06T17:27:12.017Z] INFO: Testing against a local daemon [2020-04-06T17:27:12.017Z] === RUN TestContinueAfterPluginCrash [2020-04-06T17:27:12.017Z] === PAUSE TestContinueAfterPluginCrash [2020-04-06T17:27:12.017Z] === RUN TestDaemonStartWithLogOpt [2020-04-06T17:27:12.017Z] === PAUSE TestDaemonStartWithLogOpt [2020-04-06T17:27:12.017Z] === CONT TestContinueAfterPluginCrash [2020-04-06T17:27:12.017Z] === CONT TestDaemonStartWithLogOpt [2020-04-06T17:27:12.462Z] ok github.com/docker/docker/pkg/filenotify 0.628s coverage: 66.3% of statements [2020-04-06T17:27:12.462Z] ok github.com/docker/docker/pkg/fileutils 0.040s coverage: 89.5% of statements [2020-04-06T17:27:12.777Z] ok github.com/docker/docker/pkg/discovery/kv 3.143s coverage: 84.1% of statements [2020-04-06T17:27:13.078Z] ok github.com/docker/docker/pkg/fsutils 0.405s coverage: 85.1% of statements [2020-04-06T17:27:14.442Z] --- PASS: TestCreateServiceConflict (3.04s) [2020-04-06T17:27:14.442Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2020-04-06T17:27:14.442Z] daemon.go:325: [dc98b2b16a054] waiting for daemon to start [2020-04-06T17:27:14.442Z] daemon.go:325: [dc98b2b16a054] waiting for daemon to start [2020-04-06T17:27:14.442Z] daemon.go:353: [dc98b2b16a054] daemon started [2020-04-06T17:27:14.442Z] daemon.go:461: [dc98b2b16a054] Stopping daemon [2020-04-06T17:27:14.442Z] daemon.go:296: [dc98b2b16a054] exiting daemon [2020-04-06T17:27:14.442Z] daemon.go:448: [dc98b2b16a054] Daemon stopped [2020-04-06T17:27:14.442Z] === RUN TestCreateServiceMaxReplicas [2020-04-06T17:27:15.144Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 10.2% of statements [2020-04-06T17:27:15.813Z] === RUN TestDockerSuite/TestBuildPATH [2020-04-06T17:27:16.188Z] ok github.com/docker/docker/pkg/jsonmessage 0.024s coverage: 91.7% of statements [2020-04-06T17:27:16.188Z] ok github.com/docker/docker/pkg/locker 0.055s coverage: 88.9% of statements [2020-04-06T17:27:16.496Z] ok github.com/docker/docker/pkg/idtools 0.733s coverage: 70.1% of statements [2020-04-06T17:27:16.766Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-04-06T17:27:16.766Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-04-06T17:27:17.535Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 100.0% of statements [2020-04-06T17:27:17.535Z] ok github.com/docker/docker/pkg/ioutils 2.467s coverage: 70.4% of statements [2020-04-06T17:27:17.535Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-04-06T17:27:17.821Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2020-04-06T17:27:18.337Z] --- PASS: TestCreateServiceMaxReplicas (3.67s) [2020-04-06T17:27:18.337Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2020-04-06T17:27:18.337Z] daemon.go:325: [d5768d6da8f23] waiting for daemon to start [2020-04-06T17:27:18.337Z] daemon.go:325: [d5768d6da8f23] waiting for daemon to start [2020-04-06T17:27:18.337Z] daemon.go:353: [d5768d6da8f23] daemon started [2020-04-06T17:27:18.337Z] daemon.go:461: [d5768d6da8f23] Stopping daemon [2020-04-06T17:27:18.337Z] daemon.go:296: [d5768d6da8f23] exiting daemon [2020-04-06T17:27:18.337Z] daemon.go:448: [d5768d6da8f23] Daemon stopped [2020-04-06T17:27:18.337Z] === RUN TestCreateWithDuplicateNetworkNames [2020-04-06T17:27:18.337Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-04-06T17:27:19.267Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-04-06T17:27:19.322Z] ok github.com/docker/docker/pkg/parsers 0.009s coverage: 97.0% of statements [2020-04-06T17:27:19.322Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2020-04-06T17:27:19.609Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 90.0% of statements [2020-04-06T17:27:19.830Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-04-06T17:27:19.899Z] ok github.com/docker/docker/pkg/mount 0.885s coverage: 69.6% of statements [2020-04-06T17:27:19.900Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-04-06T17:27:20.394Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-04-06T17:27:20.427Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-04-06T17:27:20.874Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-04-06T17:27:20.874Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-04-06T17:27:20.874Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-04-06T17:27:20.874Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-04-06T17:27:20.946Z] ok github.com/docker/docker/pkg/pidfile 0.034s coverage: 82.4% of statements [2020-04-06T17:27:20.946Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-04-06T17:27:20.946Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-04-06T17:27:21.232Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.022s coverage: 56.8% of statements [2020-04-06T17:27:21.321Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-04-06T17:27:21.333Z] --- PASS: TestDaemonStartWithLogOpt (9.07s) [2020-04-06T17:27:21.333Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2020-04-06T17:27:21.333Z] daemon.go:325: [dc9f6ed16a676] waiting for daemon to start [2020-04-06T17:27:21.333Z] daemon.go:325: [dc9f6ed16a676] waiting for daemon to start [2020-04-06T17:27:21.333Z] daemon.go:353: [dc9f6ed16a676] daemon started [2020-04-06T17:27:21.333Z] daemon.go:461: [dc9f6ed16a676] Stopping daemon [2020-04-06T17:27:21.333Z] daemon.go:296: [dc9f6ed16a676] exiting daemon [2020-04-06T17:27:21.333Z] daemon.go:448: [dc9f6ed16a676] Daemon stopped [2020-04-06T17:27:21.333Z] daemon.go:325: [dc9f6ed16a676] waiting for daemon to start [2020-04-06T17:27:21.333Z] daemon.go:325: [dc9f6ed16a676] waiting for daemon to start [2020-04-06T17:27:21.333Z] daemon.go:353: [dc9f6ed16a676] daemon started [2020-04-06T17:27:21.333Z] daemon.go:461: [dc9f6ed16a676] Stopping daemon [2020-04-06T17:27:21.333Z] daemon.go:296: [dc9f6ed16a676] exiting daemon [2020-04-06T17:27:21.333Z] daemon.go:448: [dc9f6ed16a676] Daemon stopped [2020-04-06T17:27:22.265Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-04-06T17:27:23.283Z] ok github.com/docker/docker/pkg/progress 0.021s coverage: 75.9% of statements [2020-04-06T17:27:23.283Z] ok github.com/docker/docker/pkg/pools 0.022s coverage: 87.9% of statements [2020-04-06T17:27:23.573Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2020-04-06T17:27:24.596Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2020-04-06T17:27:25.110Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-04-06T17:27:25.221Z] ok github.com/docker/docker/pkg/pubsub 1.191s coverage: 72.7% of statements [2020-04-06T17:27:25.844Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2020-04-06T17:27:26.054Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-04-06T17:27:26.054Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-04-06T17:27:26.054Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-04-06T17:27:26.054Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-04-06T17:27:26.243Z] --- PASS: TestContinueAfterPluginCrash (13.85s) [2020-04-06T17:27:26.243Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2020-04-06T17:27:26.243Z] daemon.go:325: [d6a60b067cc6f] waiting for daemon to start [2020-04-06T17:27:26.243Z] daemon.go:325: [d6a60b067cc6f] waiting for daemon to start [2020-04-06T17:27:26.243Z] daemon.go:353: [d6a60b067cc6f] daemon started [2020-04-06T17:27:26.243Z] daemon.go:461: [d6a60b067cc6f] Stopping daemon [2020-04-06T17:27:26.243Z] daemon.go:296: [d6a60b067cc6f] exiting daemon [2020-04-06T17:27:26.243Z] daemon.go:448: [d6a60b067cc6f] Daemon stopped [2020-04-06T17:27:26.243Z] PASS [2020-04-06T17:27:26.243Z] [2020-04-06T17:27:26.243Z] DONE 2 tests in 13.939s [2020-04-06T17:27:26.244Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-04-06T17:27:26.244Z] ++ 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 [2020-04-06T17:27:26.244Z] ++ set -e [2020-04-06T17:27:26.244Z] ++ '[' -n 0 ']' [2020-04-06T17:27:26.244Z] ++ set -x [2020-04-06T17:27:26.244Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:27:26.244Z] INFO: Testing against a local daemon [2020-04-06T17:27:26.244Z] === RUN TestPluginWithDevMounts [2020-04-06T17:27:26.244Z] === PAUSE TestPluginWithDevMounts [2020-04-06T17:27:26.244Z] === CONT TestPluginWithDevMounts [2020-04-06T17:27:27.350Z] ok github.com/docker/docker/pkg/stringid 0.018s coverage: 70.6% of statements [2020-04-06T17:27:27.350Z] ok github.com/docker/docker/pkg/streamformatter 0.013s coverage: 66.2% of statements [2020-04-06T17:27:27.994Z] --- PASS: TestPluginWithDevMounts (1.93s) [2020-04-06T17:27:27.994Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2020-04-06T17:27:27.994Z] daemon.go:325: [de8559675976e] waiting for daemon to start [2020-04-06T17:27:27.994Z] daemon.go:325: [de8559675976e] waiting for daemon to start [2020-04-06T17:27:27.994Z] daemon.go:353: [de8559675976e] daemon started [2020-04-06T17:27:27.994Z] daemon.go:461: [de8559675976e] Stopping daemon [2020-04-06T17:27:27.994Z] daemon.go:296: [de8559675976e] exiting daemon [2020-04-06T17:27:27.994Z] daemon.go:448: [de8559675976e] Daemon stopped [2020-04-06T17:27:27.994Z] PASS [2020-04-06T17:27:27.994Z] [2020-04-06T17:27:27.994Z] DONE 1 tests in 2.018s [2020-04-06T17:27:27.994Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-04-06T17:27:27.994Z] ++ 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 [2020-04-06T17:27:27.994Z] ++ set -e [2020-04-06T17:27:27.994Z] ++ '[' -n 0 ']' [2020-04-06T17:27:27.994Z] ++ set -x [2020-04-06T17:27:27.994Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:27:27.994Z] INFO: Testing against a local daemon [2020-04-06T17:27:27.994Z] === RUN TestSecretInspect [2020-04-06T17:27:28.183Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-04-06T17:27:28.397Z] ok github.com/docker/docker/pkg/symlink 0.019s coverage: 87.7% of statements [2020-04-06T17:27:29.023Z] ok github.com/docker/docker/pkg/sysinfo 0.020s coverage: 80.8% of statements [2020-04-06T17:27:30.348Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-04-06T17:27:30.666Z] ok github.com/docker/docker/pkg/system 0.028s coverage: 35.1% of statements [2020-04-06T17:27:30.666Z] ok github.com/docker/docker/pkg/tailfile 0.092s coverage: 88.6% of statements [2020-04-06T17:27:31.019Z] ok github.com/docker/docker/pkg/signal 5.738s coverage: 61.0% of statements [2020-04-06T17:27:31.160Z] --- PASS: TestSecretInspect (2.87s) [2020-04-06T17:27:31.160Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2020-04-06T17:27:31.160Z] daemon.go:325: [dd0cba7e13043] waiting for daemon to start [2020-04-06T17:27:31.160Z] daemon.go:325: [dd0cba7e13043] waiting for daemon to start [2020-04-06T17:27:31.160Z] daemon.go:353: [dd0cba7e13043] daemon started [2020-04-06T17:27:31.160Z] daemon.go:461: [dd0cba7e13043] Stopping daemon [2020-04-06T17:27:31.160Z] daemon.go:296: [dd0cba7e13043] exiting daemon [2020-04-06T17:27:31.160Z] daemon.go:448: [dd0cba7e13043] Daemon stopped [2020-04-06T17:27:31.160Z] === RUN TestSecretList [2020-04-06T17:27:32.228Z] ok github.com/docker/docker/pkg/term 0.013s coverage: 84.8% of statements [2020-04-06T17:27:32.228Z] ok github.com/docker/docker/pkg/tarsum 0.270s coverage: 89.3% of statements [2020-04-06T17:27:32.588Z] testing: warning: no tests to run [2020-04-06T17:27:32.588Z] ok github.com/docker/docker/pkg/term/windows 0.005s coverage: 0.0% of statements [no tests to run] [2020-04-06T17:27:32.893Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.04s) [2020-04-06T17:27:32.893Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2020-04-06T17:27:32.894Z] daemon.go:325: [db4259b0faa6c] waiting for daemon to start [2020-04-06T17:27:33.154Z] daemon.go:325: [db4259b0faa6c] waiting for daemon to start [2020-04-06T17:27:33.154Z] daemon.go:353: [db4259b0faa6c] daemon started [2020-04-06T17:27:33.154Z] daemon.go:461: [db4259b0faa6c] Stopping daemon [2020-04-06T17:27:33.154Z] daemon.go:296: [db4259b0faa6c] exiting daemon [2020-04-06T17:27:33.154Z] daemon.go:448: [db4259b0faa6c] Daemon stopped [2020-04-06T17:27:33.154Z] === RUN TestCreateServiceSecretFileMode [2020-04-06T17:27:33.357Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2020-04-06T17:27:33.358Z] ok github.com/docker/docker/pkg/truncindex 0.115s coverage: 91.5% of statements [2020-04-06T17:27:33.543Z] --- PASS: TestSecretList (2.75s) [2020-04-06T17:27:33.543Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2020-04-06T17:27:33.543Z] daemon.go:325: [dfb81aac0c963] waiting for daemon to start [2020-04-06T17:27:33.543Z] daemon.go:325: [dfb81aac0c963] waiting for daemon to start [2020-04-06T17:27:33.543Z] daemon.go:353: [dfb81aac0c963] daemon started [2020-04-06T17:27:33.543Z] daemon.go:461: [dfb81aac0c963] Stopping daemon [2020-04-06T17:27:33.543Z] daemon.go:296: [dfb81aac0c963] exiting daemon [2020-04-06T17:27:33.543Z] daemon.go:448: [dfb81aac0c963] Daemon stopped [2020-04-06T17:27:33.543Z] === RUN TestSecretsCreateAndDelete [2020-04-06T17:27:33.718Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2020-04-06T17:27:34.530Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-04-06T17:27:36.424Z] --- PASS: TestCreateServiceSecretFileMode (3.50s) [2020-04-06T17:27:36.424Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2020-04-06T17:27:36.424Z] daemon.go:325: [de1df677ffb42] waiting for daemon to start [2020-04-06T17:27:36.424Z] daemon.go:325: [de1df677ffb42] waiting for daemon to start [2020-04-06T17:27:36.424Z] daemon.go:353: [de1df677ffb42] daemon started [2020-04-06T17:27:36.424Z] daemon.go:461: [de1df677ffb42] Stopping daemon [2020-04-06T17:27:36.424Z] daemon.go:296: [de1df677ffb42] exiting daemon [2020-04-06T17:27:36.424Z] daemon.go:448: [de1df677ffb42] Daemon stopped [2020-04-06T17:27:36.424Z] === RUN TestCreateServiceConfigFileMode [2020-04-06T17:27:36.681Z] === RUN TestDockerSuite/TestBuildRm [2020-04-06T17:27:36.738Z] --- PASS: TestSecretsCreateAndDelete (2.87s) [2020-04-06T17:27:36.738Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2020-04-06T17:27:36.738Z] daemon.go:325: [de41dbc84d395] waiting for daemon to start [2020-04-06T17:27:36.738Z] daemon.go:325: [de41dbc84d395] waiting for daemon to start [2020-04-06T17:27:36.738Z] daemon.go:353: [de41dbc84d395] daemon started [2020-04-06T17:27:36.738Z] daemon.go:461: [de41dbc84d395] Stopping daemon [2020-04-06T17:27:36.738Z] daemon.go:296: [de41dbc84d395] exiting daemon [2020-04-06T17:27:36.738Z] daemon.go:448: [de41dbc84d395] Daemon stopped [2020-04-06T17:27:36.738Z] === RUN TestSecretsUpdate [2020-04-06T17:27:37.431Z] ok github.com/docker/docker/plugin/v2 0.026s coverage: 14.5% of statements [2020-04-06T17:27:37.432Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 69.1% of statements [2020-04-06T17:27:38.994Z] ok github.com/docker/docker/reference 0.029s coverage: 83.7% of statements [2020-04-06T17:27:39.848Z] --- PASS: TestSecretsUpdate (2.88s) [2020-04-06T17:27:39.848Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2020-04-06T17:27:39.848Z] daemon.go:325: [da23c522f81d8] waiting for daemon to start [2020-04-06T17:27:39.848Z] daemon.go:325: [da23c522f81d8] waiting for daemon to start [2020-04-06T17:27:39.848Z] daemon.go:353: [da23c522f81d8] daemon started [2020-04-06T17:27:39.848Z] daemon.go:461: [da23c522f81d8] Stopping daemon [2020-04-06T17:27:39.848Z] daemon.go:296: [da23c522f81d8] exiting daemon [2020-04-06T17:27:39.848Z] daemon.go:448: [da23c522f81d8] Daemon stopped [2020-04-06T17:27:39.848Z] === RUN TestTemplatedSecret [2020-04-06T17:27:39.953Z] --- PASS: TestCreateServiceConfigFileMode (3.53s) [2020-04-06T17:27:39.954Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2020-04-06T17:27:39.954Z] daemon.go:325: [d370ee9f16aad] waiting for daemon to start [2020-04-06T17:27:39.954Z] daemon.go:325: [d370ee9f16aad] waiting for daemon to start [2020-04-06T17:27:39.954Z] daemon.go:353: [d370ee9f16aad] daemon started [2020-04-06T17:27:39.954Z] daemon.go:461: [d370ee9f16aad] Stopping daemon [2020-04-06T17:27:39.954Z] daemon.go:296: [d370ee9f16aad] exiting daemon [2020-04-06T17:27:39.954Z] daemon.go:448: [d370ee9f16aad] Daemon stopped [2020-04-06T17:27:39.954Z] === RUN TestCreateServiceSysctls [2020-04-06T17:27:40.057Z] ok github.com/docker/docker/plugin 0.606s coverage: 27.3% of statements [2020-04-06T17:27:40.211Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-04-06T17:27:40.419Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-04-06T17:27:41.119Z] ok github.com/docker/docker/restartmanager 0.032s coverage: 49.0% of statements [2020-04-06T17:27:41.582Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-04-06T17:27:41.766Z] ok github.com/docker/docker/registry/resumable 0.026s coverage: 100.0% of statements [2020-04-06T17:27:42.955Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-04-06T17:27:43.064Z] --- PASS: TestTemplatedSecret (3.56s) [2020-04-06T17:27:43.064Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2020-04-06T17:27:43.064Z] daemon.go:325: [d15631086a69b] waiting for daemon to start [2020-04-06T17:27:43.064Z] daemon.go:325: [d15631086a69b] waiting for daemon to start [2020-04-06T17:27:43.064Z] daemon.go:353: [d15631086a69b] daemon started [2020-04-06T17:27:43.064Z] daemon.go:461: [d15631086a69b] Stopping daemon [2020-04-06T17:27:43.064Z] daemon.go:296: [d15631086a69b] exiting daemon [2020-04-06T17:27:43.064Z] daemon.go:448: [d15631086a69b] Daemon stopped [2020-04-06T17:27:43.064Z] === RUN TestSecretCreateResolve [2020-04-06T17:27:43.213Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-04-06T17:27:43.912Z] ok github.com/docker/docker/registry 0.456s coverage: 56.3% of statements [2020-04-06T17:27:43.912Z] ok github.com/docker/docker/runconfig 0.026s coverage: 68.2% of statements [2020-04-06T17:27:44.081Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-04-06T17:27:44.145Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-04-06T17:27:44.145Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-04-06T17:27:44.145Z] --- PASS: TestCreateServiceSysctls (4.21s) [2020-04-06T17:27:44.145Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2020-04-06T17:27:44.145Z] daemon.go:325: [d7ece28b56631] waiting for daemon to start [2020-04-06T17:27:44.145Z] daemon.go:325: [d7ece28b56631] waiting for daemon to start [2020-04-06T17:27:44.145Z] daemon.go:353: [d7ece28b56631] daemon started [2020-04-06T17:27:44.145Z] daemon.go:461: [d7ece28b56631] Stopping daemon [2020-04-06T17:27:44.145Z] daemon.go:296: [d7ece28b56631] exiting daemon [2020-04-06T17:27:44.145Z] daemon.go:448: [d7ece28b56631] Daemon stopped [2020-04-06T17:27:44.145Z] === RUN TestInspect [2020-04-06T17:27:44.528Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-04-06T17:27:44.528Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-04-06T17:27:44.584Z] ok github.com/docker/docker/volume/drivers 0.037s coverage: 36.1% of statements [2020-04-06T17:27:45.514Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-04-06T17:27:46.175Z] --- PASS: TestSecretCreateResolve (2.89s) [2020-04-06T17:27:46.175Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2020-04-06T17:27:46.175Z] daemon.go:325: [d097d9ccce1ae] waiting for daemon to start [2020-04-06T17:27:46.175Z] daemon.go:325: [d097d9ccce1ae] waiting for daemon to start [2020-04-06T17:27:46.175Z] daemon.go:353: [d097d9ccce1ae] daemon started [2020-04-06T17:27:46.175Z] daemon.go:461: [d097d9ccce1ae] Stopping daemon [2020-04-06T17:27:46.175Z] daemon.go:296: [d097d9ccce1ae] exiting daemon [2020-04-06T17:27:46.175Z] daemon.go:448: [d097d9ccce1ae] Daemon stopped [2020-04-06T17:27:46.175Z] PASS [2020-04-06T17:27:46.175Z] [2020-04-06T17:27:46.175Z] DONE 6 tests in 17.900s [2020-04-06T17:27:46.175Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-04-06T17:27:46.175Z] ++ 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 [2020-04-06T17:27:46.175Z] ++ set -e [2020-04-06T17:27:46.175Z] ++ '[' -n 0 ']' [2020-04-06T17:27:46.175Z] ++ set -x [2020-04-06T17:27:46.175Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:27:46.175Z] INFO: Testing against a local daemon [2020-04-06T17:27:46.175Z] === RUN TestServiceCreateInit [2020-04-06T17:27:46.175Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-04-06T17:27:47.373Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-04-06T17:27:47.379Z] ok github.com/docker/docker/volume/mounts 0.094s coverage: 67.0% of statements [2020-04-06T17:27:47.379Z] ok github.com/docker/docker/volume/local 0.026s coverage: 73.0% of statements [2020-04-06T17:27:47.410Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-04-06T17:27:48.780Z] --- PASS: TestInspect (4.37s) [2020-04-06T17:27:48.780Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2020-04-06T17:27:48.780Z] daemon.go:325: [d83c3aeb51c0a] waiting for daemon to start [2020-04-06T17:27:48.780Z] daemon.go:325: [d83c3aeb51c0a] waiting for daemon to start [2020-04-06T17:27:48.780Z] daemon.go:353: [d83c3aeb51c0a] daemon started [2020-04-06T17:27:48.780Z] daemon.go:461: [d83c3aeb51c0a] Stopping daemon [2020-04-06T17:27:48.780Z] daemon.go:296: [d83c3aeb51c0a] exiting daemon [2020-04-06T17:27:48.780Z] daemon.go:448: [d83c3aeb51c0a] Daemon stopped [2020-04-06T17:27:48.780Z] === RUN TestDockerNetworkConnectAlias [2020-04-06T17:27:48.780Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-04-06T17:27:48.873Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-04-06T17:27:48.905Z] ok github.com/docker/docker/volume/service 0.030s coverage: 73.0% of statements [2020-04-06T17:27:49.037Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-04-06T17:27:51.206Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-04-06T17:27:53.481Z] === RUN TestDockerSuite/TestBuildAddScript [2020-04-06T17:27:53.481Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-04-06T17:27:53.481Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-04-06T17:27:53.481Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-04-06T17:27:53.481Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-04-06T17:27:53.481Z] === RUN TestDockerSuite/TestBuildAddTar [2020-04-06T17:27:54.291Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-04-06T17:27:54.291Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-04-06T17:27:54.291Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-04-06T17:27:54.291Z] === RUN TestDockerSuite/TestBuildSpaces [2020-04-06T17:27:54.548Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-04-06T17:27:54.804Z] --- PASS: TestDockerNetworkConnectAlias (6.12s) [2020-04-06T17:27:54.804Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2020-04-06T17:27:54.804Z] daemon.go:325: [d480d3e491196] waiting for daemon to start [2020-04-06T17:27:54.804Z] daemon.go:325: [d480d3e491196] waiting for daemon to start [2020-04-06T17:27:54.804Z] daemon.go:353: [d480d3e491196] daemon started [2020-04-06T17:27:54.804Z] daemon.go:461: [d480d3e491196] Stopping daemon [2020-04-06T17:27:54.804Z] daemon.go:296: [d480d3e491196] exiting daemon [2020-04-06T17:27:54.804Z] daemon.go:448: [d480d3e491196] Daemon stopped [2020-04-06T17:27:54.804Z] === RUN TestDockerNetworkReConnect [2020-04-06T17:27:55.735Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-04-06T17:27:55.735Z] === RUN TestDockerSuite/TestBuildStderr [2020-04-06T17:27:56.181Z] --- PASS: TestServiceCreateInit (9.63s) [2020-04-06T17:27:56.182Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.07s) [2020-04-06T17:27:56.182Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2020-04-06T17:27:56.182Z] daemon.go:325: [d85b1da8ad885] waiting for daemon to start [2020-04-06T17:27:56.182Z] daemon.go:325: [d85b1da8ad885] waiting for daemon to start [2020-04-06T17:27:56.182Z] daemon.go:353: [d85b1da8ad885] daemon started [2020-04-06T17:27:56.182Z] daemon.go:461: [d85b1da8ad885] Stopping daemon [2020-04-06T17:27:56.182Z] daemon.go:296: [d85b1da8ad885] exiting daemon [2020-04-06T17:27:56.182Z] daemon.go:448: [d85b1da8ad885] Daemon stopped [2020-04-06T17:27:56.182Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.54s) [2020-04-06T17:27:56.182Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2020-04-06T17:27:56.182Z] daemon.go:325: [d85d245e0d76b] waiting for daemon to start [2020-04-06T17:27:56.182Z] daemon.go:325: [d85d245e0d76b] waiting for daemon to start [2020-04-06T17:27:56.182Z] daemon.go:353: [d85d245e0d76b] daemon started [2020-04-06T17:27:56.182Z] daemon.go:461: [d85d245e0d76b] Stopping daemon [2020-04-06T17:27:56.182Z] daemon.go:296: [d85d245e0d76b] exiting daemon [2020-04-06T17:27:56.182Z] daemon.go:448: [d85d245e0d76b] Daemon stopped [2020-04-06T17:27:56.182Z] === RUN TestCreateServiceMultipleTimes [2020-04-06T17:27:56.665Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-04-06T17:27:57.376Z] ok github.com/docker/docker/pkg/plugins 33.633s coverage: 76.8% of statements [2020-04-06T17:27:57.376Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-04-06T17:27:57.376Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-04-06T17:27:57.376Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-04-06T17:27:57.376Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-04-06T17:27:57.376Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-04-06T17:27:57.376Z] ? github.com/docker/docker/rootless [no test files] [2020-04-06T17:27:57.376Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-04-06T17:27:57.376Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-04-06T17:27:57.376Z] ? github.com/docker/docker/volume [no test files] [2020-04-06T17:27:57.376Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-04-06T17:27:57.376Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === Skipped [2020-04-06T17:27:57.376Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-04-06T17:27:57.376Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-04-06T17:27:57.376Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:27:57.376Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:27:57.376Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:27:57.376Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:27:57.376Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:27:57.376Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:73: No driver to put! [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-04-06T17:27:57.376Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-04-06T17:27:57.376Z] overlay_test.go:49: Fails to compute changes intermittently [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-04-06T17:27:57.376Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:27:57.376Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:27:57.376Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:27:57.376Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:27:57.376Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-06T17:27:57.376Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-04-06T17:27:57.376Z] graphtest_unix.go:73: No driver to put! [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-04-06T17:27:57.376Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] [2020-04-06T17:27:57.376Z] DONE 2065 tests, 19 skipped in 357.139s Post stage [Pipeline] junit [2020-04-06T17:27:58.042Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-04-06T17:27:59.041Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40784/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=19.03 docker:08a2fe0d566c51081b23484890871adfb31ddbb9 hack/make.sh dynbinary test-integration [2020-04-06T17:27:59.668Z] [2020-04-06T17:27:59.668Z] Removing bundles/ [2020-04-06T17:27:59.668Z] [2020-04-06T17:27:59.668Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-04-06T17:27:59.668Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-04-06T17:27:59.668Z] GOOS="" GOARCH="" GOARM="" [2020-04-06T17:27:59.942Z] --- PASS: TestDockerNetworkReConnect (4.91s) [2020-04-06T17:27:59.942Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2020-04-06T17:27:59.942Z] daemon.go:325: [d17f2bc5101cb] waiting for daemon to start [2020-04-06T17:27:59.942Z] daemon.go:325: [d17f2bc5101cb] waiting for daemon to start [2020-04-06T17:27:59.942Z] daemon.go:353: [d17f2bc5101cb] daemon started [2020-04-06T17:27:59.942Z] daemon.go:461: [d17f2bc5101cb] Stopping daemon [2020-04-06T17:27:59.942Z] daemon.go:296: [d17f2bc5101cb] exiting daemon [2020-04-06T17:27:59.942Z] daemon.go:448: [d17f2bc5101cb] Daemon stopped [2020-04-06T17:27:59.942Z] === RUN TestServicePlugin [2020-04-06T17:28:01.837Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-04-06T17:28:03.205Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-04-06T17:28:03.205Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-04-06T17:28:04.575Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-04-06T17:28:05.506Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-04-06T17:28:06.877Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-04-06T17:28:09.401Z] === RUN TestDockerSuite/TestBuildUser [2020-04-06T17:28:11.297Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-04-06T17:28:12.370Z] --- PASS: TestCreateServiceMultipleTimes (16.34s) [2020-04-06T17:28:12.370Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2020-04-06T17:28:12.370Z] daemon.go:325: [de9c95a938906] waiting for daemon to start [2020-04-06T17:28:12.370Z] daemon.go:325: [de9c95a938906] waiting for daemon to start [2020-04-06T17:28:12.370Z] daemon.go:353: [de9c95a938906] daemon started [2020-04-06T17:28:12.370Z] daemon.go:461: [de9c95a938906] Stopping daemon [2020-04-06T17:28:12.370Z] daemon.go:296: [de9c95a938906] exiting daemon [2020-04-06T17:28:12.370Z] daemon.go:448: [de9c95a938906] Daemon stopped [2020-04-06T17:28:12.370Z] === RUN TestCreateServiceConflict [2020-04-06T17:28:14.721Z] --- PASS: TestCreateServiceConflict (2.89s) [2020-04-06T17:28:14.721Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2020-04-06T17:28:14.721Z] daemon.go:325: [decf5b391ff14] waiting for daemon to start [2020-04-06T17:28:14.721Z] daemon.go:325: [decf5b391ff14] waiting for daemon to start [2020-04-06T17:28:14.721Z] daemon.go:353: [decf5b391ff14] daemon started [2020-04-06T17:28:14.721Z] daemon.go:461: [decf5b391ff14] Stopping daemon [2020-04-06T17:28:14.721Z] daemon.go:296: [decf5b391ff14] exiting daemon [2020-04-06T17:28:14.721Z] daemon.go:448: [decf5b391ff14] Daemon stopped [2020-04-06T17:28:14.721Z] === RUN TestCreateServiceMaxReplicas [2020-04-06T17:28:15.471Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-04-06T17:28:18.801Z] --- PASS: TestCreateServiceMaxReplicas (3.61s) [2020-04-06T17:28:18.801Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2020-04-06T17:28:18.801Z] daemon.go:325: [d5dbc99f981b8] waiting for daemon to start [2020-04-06T17:28:18.801Z] daemon.go:325: [d5dbc99f981b8] waiting for daemon to start [2020-04-06T17:28:18.801Z] daemon.go:353: [d5dbc99f981b8] daemon started [2020-04-06T17:28:18.801Z] daemon.go:461: [d5dbc99f981b8] Stopping daemon [2020-04-06T17:28:18.801Z] daemon.go:296: [d5dbc99f981b8] exiting daemon [2020-04-06T17:28:18.801Z] daemon.go:448: [d5dbc99f981b8] Daemon stopped [2020-04-06T17:28:18.801Z] === RUN TestCreateWithDuplicateNetworkNames [2020-04-06T17:28:28.967Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-04-06T17:28:28.967Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-04-06T17:28:28.967Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-04-06T17:28:33.528Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-04-06T17:28:33.528Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-04-06T17:28:33.528Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-04-06T17:28:34.483Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-04-06T17:28:34.936Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.92s) [2020-04-06T17:28:34.936Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2020-04-06T17:28:34.936Z] daemon.go:325: [d751a29cca8d0] waiting for daemon to start [2020-04-06T17:28:34.936Z] daemon.go:325: [d751a29cca8d0] waiting for daemon to start [2020-04-06T17:28:34.936Z] daemon.go:353: [d751a29cca8d0] daemon started [2020-04-06T17:28:34.936Z] daemon.go:461: [d751a29cca8d0] Stopping daemon [2020-04-06T17:28:34.936Z] daemon.go:296: [d751a29cca8d0] exiting daemon [2020-04-06T17:28:34.936Z] daemon.go:448: [d751a29cca8d0] Daemon stopped [2020-04-06T17:28:34.936Z] === RUN TestCreateServiceSecretFileMode [2020-04-06T17:28:35.689Z] --- PASS: TestCreateServiceSecretFileMode (3.24s) [2020-04-06T17:28:35.689Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2020-04-06T17:28:35.689Z] daemon.go:325: [d42fb714bcf14] waiting for daemon to start [2020-04-06T17:28:35.689Z] daemon.go:325: [d42fb714bcf14] waiting for daemon to start [2020-04-06T17:28:35.689Z] daemon.go:353: [d42fb714bcf14] daemon started [2020-04-06T17:28:35.689Z] daemon.go:461: [d42fb714bcf14] Stopping daemon [2020-04-06T17:28:35.689Z] daemon.go:296: [d42fb714bcf14] exiting daemon [2020-04-06T17:28:35.689Z] daemon.go:448: [d42fb714bcf14] Daemon stopped [2020-04-06T17:28:35.689Z] === RUN TestCreateServiceConfigFileMode [2020-04-06T17:28:35.856Z] --- PASS: TestServicePlugin (35.92s) [2020-04-06T17:28:35.857Z] plugin_test.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2020-04-06T17:28:35.857Z] daemon.go:325: [ddc0a94a07a61] waiting for daemon to start [2020-04-06T17:28:35.857Z] daemon.go:325: [ddc0a94a07a61] waiting for daemon to start [2020-04-06T17:28:35.857Z] daemon.go:353: [ddc0a94a07a61] daemon started [2020-04-06T17:28:35.857Z] daemon.go:461: [ddc0a94a07a61] Stopping daemon [2020-04-06T17:28:35.857Z] daemon.go:296: [ddc0a94a07a61] exiting daemon [2020-04-06T17:28:35.857Z] daemon.go:448: [ddc0a94a07a61] Daemon stopped [2020-04-06T17:28:35.857Z] plugin_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2020-04-06T17:28:35.857Z] daemon.go:325: [db9f0da8c5a00] waiting for daemon to start [2020-04-06T17:28:35.857Z] daemon.go:325: [db9f0da8c5a00] waiting for daemon to start [2020-04-06T17:28:35.857Z] daemon.go:353: [db9f0da8c5a00] daemon started [2020-04-06T17:28:35.857Z] plugin_test.go:59: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2020-04-06T17:28:35.857Z] daemon.go:325: [de4d323594283] waiting for daemon to start [2020-04-06T17:28:35.857Z] daemon.go:325: [de4d323594283] waiting for daemon to start [2020-04-06T17:28:35.857Z] daemon.go:353: [de4d323594283] daemon started [2020-04-06T17:28:35.857Z] plugin_test.go:60: [de4d323594283] joining swarm manager [db9f0da8c5a00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:28:35.857Z] plugin_test.go:62: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2020-04-06T17:28:35.857Z] daemon.go:325: [daa44b8f522d7] waiting for daemon to start [2020-04-06T17:28:35.857Z] daemon.go:325: [daa44b8f522d7] waiting for daemon to start [2020-04-06T17:28:35.857Z] daemon.go:353: [daa44b8f522d7] daemon started [2020-04-06T17:28:35.857Z] plugin_test.go:63: [daa44b8f522d7] joining swarm manager [db9f0da8c5a00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:28:35.857Z] daemon.go:461: [daa44b8f522d7] Stopping daemon [2020-04-06T17:28:35.857Z] daemon.go:296: [daa44b8f522d7] exiting daemon [2020-04-06T17:28:35.857Z] daemon.go:448: [daa44b8f522d7] Daemon stopped [2020-04-06T17:28:35.857Z] daemon.go:461: [de4d323594283] Stopping daemon [2020-04-06T17:28:35.857Z] daemon.go:296: [de4d323594283] exiting daemon [2020-04-06T17:28:35.857Z] daemon.go:448: [de4d323594283] Daemon stopped [2020-04-06T17:28:35.857Z] daemon.go:461: [db9f0da8c5a00] Stopping daemon [2020-04-06T17:28:35.857Z] daemon.go:296: [db9f0da8c5a00] exiting daemon [2020-04-06T17:28:35.857Z] daemon.go:448: [db9f0da8c5a00] Daemon stopped [2020-04-06T17:28:35.857Z] === RUN TestServiceUpdateLabel [2020-04-06T17:28:35.857Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-04-06T17:28:37.226Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-04-06T17:28:37.226Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-04-06T17:28:37.226Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-04-06T17:28:37.226Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-04-06T17:28:37.226Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-04-06T17:28:38.597Z] --- PASS: TestServiceUpdateLabel (2.85s) [2020-04-06T17:28:38.597Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2020-04-06T17:28:38.597Z] daemon.go:325: [db8647b2f69da] waiting for daemon to start [2020-04-06T17:28:38.597Z] daemon.go:325: [db8647b2f69da] waiting for daemon to start [2020-04-06T17:28:38.597Z] daemon.go:353: [db8647b2f69da] daemon started [2020-04-06T17:28:38.597Z] daemon.go:461: [db8647b2f69da] Stopping daemon [2020-04-06T17:28:38.597Z] daemon.go:296: [db8647b2f69da] exiting daemon [2020-04-06T17:28:38.597Z] daemon.go:448: [db8647b2f69da] Daemon stopped [2020-04-06T17:28:38.597Z] === RUN TestServiceUpdateSecrets [2020-04-06T17:28:38.831Z] --- PASS: TestCreateServiceConfigFileMode (3.22s) [2020-04-06T17:28:38.831Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2020-04-06T17:28:38.831Z] daemon.go:325: [d07c8aea010e0] waiting for daemon to start [2020-04-06T17:28:38.831Z] daemon.go:325: [d07c8aea010e0] waiting for daemon to start [2020-04-06T17:28:38.831Z] daemon.go:353: [d07c8aea010e0] daemon started [2020-04-06T17:28:38.831Z] daemon.go:461: [d07c8aea010e0] Stopping daemon [2020-04-06T17:28:38.831Z] daemon.go:296: [d07c8aea010e0] exiting daemon [2020-04-06T17:28:38.831Z] daemon.go:448: [d07c8aea010e0] Daemon stopped [2020-04-06T17:28:38.831Z] === RUN TestCreateServiceSysctls [2020-04-06T17:28:38.854Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-04-06T17:28:38.854Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-04-06T17:28:40.222Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-04-06T17:28:40.787Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-04-06T17:28:42.155Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-04-06T17:28:42.155Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-04-06T17:28:43.617Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-04-06T17:28:43.733Z] --- PASS: TestCreateServiceSysctls (4.11s) [2020-04-06T17:28:43.733Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2020-04-06T17:28:43.734Z] daemon.go:325: [db70390a0a0ce] waiting for daemon to start [2020-04-06T17:28:43.734Z] daemon.go:325: [db70390a0a0ce] waiting for daemon to start [2020-04-06T17:28:43.734Z] daemon.go:353: [db70390a0a0ce] daemon started [2020-04-06T17:28:43.734Z] daemon.go:461: [db70390a0a0ce] Stopping daemon [2020-04-06T17:28:43.734Z] daemon.go:296: [db70390a0a0ce] exiting daemon [2020-04-06T17:28:43.734Z] daemon.go:448: [db70390a0a0ce] Daemon stopped [2020-04-06T17:28:43.734Z] === RUN TestInspect [2020-04-06T17:28:44.561Z] === RUN TestDockerSuite/TestBuildBlankName [2020-04-06T17:28:45.008Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-04-06T17:28:45.425Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-04-06T17:28:46.284Z] --- PASS: TestInspect (3.52s) [2020-04-06T17:28:46.285Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2020-04-06T17:28:46.285Z] daemon.go:325: [d7b163ec3684b] waiting for daemon to start [2020-04-06T17:28:46.285Z] daemon.go:325: [d7b163ec3684b] waiting for daemon to start [2020-04-06T17:28:46.285Z] daemon.go:353: [d7b163ec3684b] daemon started [2020-04-06T17:28:46.285Z] daemon.go:461: [d7b163ec3684b] Stopping daemon [2020-04-06T17:28:46.285Z] daemon.go:296: [d7b163ec3684b] exiting daemon [2020-04-06T17:28:46.285Z] daemon.go:448: [d7b163ec3684b] Daemon stopped [2020-04-06T17:28:46.285Z] === RUN TestDockerNetworkConnectAlias [2020-04-06T17:28:46.793Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-04-06T17:28:47.723Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-04-06T17:28:48.286Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-04-06T17:28:48.849Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-04-06T17:28:48.849Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-04-06T17:28:49.780Z] === RUN TestDockerSuite/TestBuildXZHost [2020-04-06T17:28:51.150Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-04-06T17:28:51.974Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-04-06T17:28:52.080Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-04-06T17:28:52.080Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-04-06T17:28:52.080Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-04-06T17:28:52.391Z] --- PASS: TestDockerNetworkConnectAlias (5.70s) [2020-04-06T17:28:52.391Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2020-04-06T17:28:52.391Z] daemon.go:325: [d79a5aa113b12] waiting for daemon to start [2020-04-06T17:28:52.391Z] daemon.go:325: [d79a5aa113b12] waiting for daemon to start [2020-04-06T17:28:52.391Z] daemon.go:353: [d79a5aa113b12] daemon started [2020-04-06T17:28:52.391Z] daemon.go:461: [d79a5aa113b12] Stopping daemon [2020-04-06T17:28:52.391Z] daemon.go:296: [d79a5aa113b12] exiting daemon [2020-04-06T17:28:52.391Z] daemon.go:448: [d79a5aa113b12] Daemon stopped [2020-04-06T17:28:52.391Z] === RUN TestDockerNetworkReConnect [2020-04-06T17:28:52.421Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-04-06T17:28:53.010Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-04-06T17:28:54.380Z] --- PASS: TestServiceUpdateSecrets (15.78s) [2020-04-06T17:28:54.380Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2020-04-06T17:28:54.380Z] daemon.go:325: [dbd907ea05dd8] waiting for daemon to start [2020-04-06T17:28:54.380Z] daemon.go:325: [dbd907ea05dd8] waiting for daemon to start [2020-04-06T17:28:54.380Z] daemon.go:353: [dbd907ea05dd8] daemon started [2020-04-06T17:28:54.380Z] daemon.go:461: [dbd907ea05dd8] Stopping daemon [2020-04-06T17:28:54.380Z] daemon.go:296: [dbd907ea05dd8] exiting daemon [2020-04-06T17:28:54.380Z] daemon.go:448: [dbd907ea05dd8] Daemon stopped [2020-04-06T17:28:54.380Z] === RUN TestServiceUpdateConfigs [2020-04-06T17:28:54.380Z] === RUN TestDockerSuite/TestCommitChange [2020-04-06T17:28:55.750Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-04-06T17:28:56.315Z] === RUN TestDockerSuite/TestCommitHardlink [2020-04-06T17:28:56.345Z] --- PASS: TestDockerNetworkReConnect (4.34s) [2020-04-06T17:28:56.345Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2020-04-06T17:28:56.345Z] daemon.go:325: [d4f7c00b0f880] waiting for daemon to start [2020-04-06T17:28:56.345Z] daemon.go:325: [d4f7c00b0f880] waiting for daemon to start [2020-04-06T17:28:56.345Z] daemon.go:353: [d4f7c00b0f880] daemon started [2020-04-06T17:28:56.345Z] daemon.go:461: [d4f7c00b0f880] Stopping daemon [2020-04-06T17:28:56.345Z] daemon.go:296: [d4f7c00b0f880] exiting daemon [2020-04-06T17:28:56.345Z] daemon.go:448: [d4f7c00b0f880] Daemon stopped [2020-04-06T17:28:56.345Z] === RUN TestServicePlugin [2020-04-06T17:28:56.345Z] --- SKIP: TestServicePlugin (0.00s) [2020-04-06T17:28:56.345Z] plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:28:56.345Z] === RUN TestServiceUpdateLabel [2020-04-06T17:28:57.031Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-04-06T17:28:58.208Z] === RUN TestDockerSuite/TestCommitNewFile [2020-04-06T17:28:59.489Z] --- PASS: TestServiceUpdateLabel (2.82s) [2020-04-06T17:28:59.489Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2020-04-06T17:28:59.489Z] daemon.go:325: [db5a865b2a485] waiting for daemon to start [2020-04-06T17:28:59.489Z] daemon.go:325: [db5a865b2a485] waiting for daemon to start [2020-04-06T17:28:59.489Z] daemon.go:353: [db5a865b2a485] daemon started [2020-04-06T17:28:59.489Z] daemon.go:461: [db5a865b2a485] Stopping daemon [2020-04-06T17:28:59.489Z] daemon.go:296: [db5a865b2a485] exiting daemon [2020-04-06T17:28:59.489Z] daemon.go:448: [db5a865b2a485] Daemon stopped [2020-04-06T17:28:59.489Z] === RUN TestServiceUpdateSecrets [2020-04-06T17:29:00.102Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-04-06T17:29:01.031Z] === RUN TestDockerSuite/TestCommitTTY [2020-04-06T17:29:02.925Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-04-06T17:29:04.293Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-04-06T17:29:05.475Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-04-06T17:29:06.187Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-04-06T17:29:06.752Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-04-06T17:29:06.752Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-04-06T17:29:06.752Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-04-06T17:29:06.752Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-04-06T17:29:06.752Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-04-06T17:29:06.752Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-04-06T17:29:07.009Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-04-06T17:29:07.266Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-04-06T17:29:08.635Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-04-06T17:29:09.566Z] --- PASS: TestServiceUpdateConfigs (15.41s) [2020-04-06T17:29:09.566Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2020-04-06T17:29:09.566Z] daemon.go:325: [d62ade1c4344f] waiting for daemon to start [2020-04-06T17:29:09.566Z] daemon.go:325: [d62ade1c4344f] waiting for daemon to start [2020-04-06T17:29:09.566Z] daemon.go:353: [d62ade1c4344f] daemon started [2020-04-06T17:29:09.566Z] daemon.go:461: [d62ade1c4344f] Stopping daemon [2020-04-06T17:29:09.566Z] daemon.go:296: [d62ade1c4344f] exiting daemon [2020-04-06T17:29:09.566Z] daemon.go:448: [d62ade1c4344f] Daemon stopped [2020-04-06T17:29:09.566Z] === RUN TestServiceUpdateNetwork [2020-04-06T17:29:10.938Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-04-06T17:29:10.938Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-04-06T17:29:11.871Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-04-06T17:29:12.804Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-04-06T17:29:13.734Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-04-06T17:29:14.665Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-04-06T17:29:15.229Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-04-06T17:29:15.229Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-04-06T17:29:15.229Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-04-06T17:29:15.595Z] --- PASS: TestServiceUpdateSecrets (15.34s) [2020-04-06T17:29:15.596Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2020-04-06T17:29:15.596Z] daemon.go:325: [d9eab1479e348] waiting for daemon to start [2020-04-06T17:29:15.596Z] daemon.go:325: [d9eab1479e348] waiting for daemon to start [2020-04-06T17:29:15.596Z] daemon.go:353: [d9eab1479e348] daemon started [2020-04-06T17:29:15.596Z] daemon.go:461: [d9eab1479e348] Stopping daemon [2020-04-06T17:29:15.596Z] daemon.go:296: [d9eab1479e348] exiting daemon [2020-04-06T17:29:15.596Z] daemon.go:448: [d9eab1479e348] Daemon stopped [2020-04-06T17:29:15.596Z] === RUN TestServiceUpdateConfigs [2020-04-06T17:29:15.677Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-04-06T17:29:15.677Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-04-06T17:29:16.159Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-04-06T17:29:16.159Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-04-06T17:29:16.159Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-04-06T17:29:16.159Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-04-06T17:29:16.425Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-04-06T17:29:17.358Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-04-06T17:29:17.922Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-04-06T17:29:18.852Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-04-06T17:29:18.852Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-04-06T17:29:19.342Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-04-06T17:29:19.342Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-04-06T17:29:19.342Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-04-06T17:29:20.745Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-04-06T17:29:21.674Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-04-06T17:29:21.675Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-04-06T17:29:22.238Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-04-06T17:29:23.167Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-04-06T17:29:24.099Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-04-06T17:29:24.099Z] --- PASS: TestServiceUpdateNetwork (14.61s) [2020-04-06T17:29:24.099Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2020-04-06T17:29:24.099Z] daemon.go:325: [d01fdd2865f85] waiting for daemon to start [2020-04-06T17:29:24.099Z] daemon.go:325: [d01fdd2865f85] waiting for daemon to start [2020-04-06T17:29:24.099Z] daemon.go:353: [d01fdd2865f85] daemon started [2020-04-06T17:29:24.099Z] daemon.go:461: [d01fdd2865f85] Stopping daemon [2020-04-06T17:29:24.099Z] daemon.go:296: [d01fdd2865f85] exiting daemon [2020-04-06T17:29:24.099Z] daemon.go:448: [d01fdd2865f85] Daemon stopped [2020-04-06T17:29:24.099Z] PASS [2020-04-06T17:29:24.099Z] [2020-04-06T17:29:24.099Z] DONE 18 tests in 161.664s [2020-04-06T17:29:24.099Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-04-06T17:29:24.099Z] ++ 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 [2020-04-06T17:29:24.099Z] ++ set -e [2020-04-06T17:29:24.099Z] ++ '[' -n 0 ']' [2020-04-06T17:29:24.099Z] ++ set -x [2020-04-06T17:29:24.356Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:29:24.356Z] INFO: Testing against a local daemon [2020-04-06T17:29:24.356Z] === RUN TestSessionCreate [2020-04-06T17:29:24.356Z] --- PASS: TestSessionCreate (0.04s) [2020-04-06T17:29:24.356Z] === RUN TestSessionCreateWithBadUpgrade [2020-04-06T17:29:24.356Z] --- PASS: TestSessionCreateWithBadUpgrade (0.06s) [2020-04-06T17:29:24.356Z] PASS [2020-04-06T17:29:24.356Z] [2020-04-06T17:29:24.356Z] DONE 2 tests in 0.204s [2020-04-06T17:29:24.356Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-04-06T17:29:24.356Z] ++ 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 [2020-04-06T17:29:24.356Z] ++ set -e [2020-04-06T17:29:24.356Z] ++ '[' -n 0 ']' [2020-04-06T17:29:24.356Z] ++ set -x [2020-04-06T17:29:24.356Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:29:24.613Z] INFO: Testing against a local daemon [2020-04-06T17:29:24.613Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-04-06T17:29:24.613Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-06T17:29:24.613Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-06T17:29:24.613Z] === RUN TestEventsExecDie [2020-04-06T17:29:24.870Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-04-06T17:29:24.870Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-04-06T17:29:25.037Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-04-06T17:29:25.037Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-04-06T17:29:25.037Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-04-06T17:29:25.037Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-04-06T17:29:25.037Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-04-06T17:29:25.434Z] --- PASS: TestEventsExecDie (0.73s) [2020-04-06T17:29:25.434Z] === RUN TestEventsBackwardsCompatible [2020-04-06T17:29:25.434Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-04-06T17:29:25.434Z] === RUN TestInfoBinaryCommits [2020-04-06T17:29:25.434Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-04-06T17:29:25.434Z] === RUN TestInfoAPIVersioned [2020-04-06T17:29:25.434Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-04-06T17:29:25.434Z] === RUN TestInfoAPI [2020-04-06T17:29:25.434Z] --- PASS: TestInfoAPI (0.02s) [2020-04-06T17:29:25.434Z] === RUN TestInfoAPIWarnings [2020-04-06T17:29:25.691Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-04-06T17:29:26.255Z] --- PASS: TestInfoAPIWarnings (0.79s) [2020-04-06T17:29:26.255Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2020-04-06T17:29:26.255Z] daemon.go:325: [d97a8197d24ff] waiting for daemon to start [2020-04-06T17:29:26.255Z] daemon.go:325: [d97a8197d24ff] waiting for daemon to start [2020-04-06T17:29:26.255Z] daemon.go:353: [d97a8197d24ff] daemon started [2020-04-06T17:29:26.255Z] daemon.go:461: [d97a8197d24ff] Stopping daemon [2020-04-06T17:29:26.255Z] daemon.go:296: [d97a8197d24ff] exiting daemon [2020-04-06T17:29:26.255Z] daemon.go:448: [d97a8197d24ff] Daemon stopped [2020-04-06T17:29:26.255Z] === RUN TestLoginFailsWithBadCredentials [2020-04-06T17:29:26.512Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s) [2020-04-06T17:29:26.512Z] === RUN TestPingCacheHeaders [2020-04-06T17:29:26.512Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-04-06T17:29:26.512Z] === RUN TestPingGet [2020-04-06T17:29:26.512Z] --- PASS: TestPingGet (0.02s) [2020-04-06T17:29:26.512Z] === RUN TestPingHead [2020-04-06T17:29:26.512Z] --- PASS: TestPingHead (0.03s) [2020-04-06T17:29:26.512Z] === RUN TestVersion [2020-04-06T17:29:26.512Z] --- PASS: TestVersion (0.02s) [2020-04-06T17:29:26.512Z] PASS [2020-04-06T17:29:26.512Z] [2020-04-06T17:29:26.512Z] === Skipped [2020-04-06T17:29:26.512Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-06T17:29:26.512Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-06T17:29:26.512Z] [2020-04-06T17:29:26.512Z] [2020-04-06T17:29:26.512Z] DONE 12 tests, 1 skipped in 2.059s [2020-04-06T17:29:26.512Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-04-06T17:29:26.512Z] ++ 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 [2020-04-06T17:29:26.512Z] ++ set -e [2020-04-06T17:29:26.512Z] ++ '[' -n 0 ']' [2020-04-06T17:29:26.512Z] ++ set -x [2020-04-06T17:29:26.512Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:29:26.769Z] INFO: Testing against a local daemon [2020-04-06T17:29:26.769Z] === RUN TestVolumesCreateAndList [2020-04-06T17:29:26.769Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-04-06T17:29:26.769Z] === RUN TestVolumesRemove [2020-04-06T17:29:26.769Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-04-06T17:29:26.769Z] --- PASS: TestVolumesRemove (0.08s) [2020-04-06T17:29:26.769Z] === RUN TestVolumesInspect [2020-04-06T17:29:26.770Z] --- PASS: TestVolumesInspect (0.02s) [2020-04-06T17:29:26.770Z] === RUN TestVolumesInvalidJSON [2020-04-06T17:29:26.770Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-04-06T17:29:26.770Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-04-06T17:29:26.770Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-04-06T17:29:26.770Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-04-06T17:29:26.770Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-04-06T17:29:26.770Z] PASS [2020-04-06T17:29:26.770Z] [2020-04-06T17:29:26.770Z] DONE 5 tests in 0.258s [2020-04-06T17:29:26.770Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-04-06T17:29:27.027Z] ++++ cat bundles/test-integration/docker.pid [2020-04-06T17:29:27.027Z] +++ kill 4475 [2020-04-06T17:29:27.589Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-04-06T17:29:27.589Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-04-06T17:29:28.153Z] umount: bundles/test-integration/root: no mount point specified. [2020-04-06T17:29:28.153Z] +++ /etc/init.d/apparmor stop [2020-04-06T17:29:28.153Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-06T17:29:28.153Z] [2020-04-06T17:29:28.153Z] Unloading profiles will leave already running processes permanently [2020-04-06T17:29:28.153Z] unconfined, which can lead to unexpected situations. [2020-04-06T17:29:28.153Z] [2020-04-06T17:29:28.153Z] To set a process to complain mode, use the command line tool [2020-04-06T17:29:28.153Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-06T17:29:28.153Z] +++ true [2020-04-06T17:29:28.153Z] [2020-04-06T17:29:28.411Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-04-06T17:29:30.306Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-04-06T17:29:31.674Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-04-06T17:29:31.674Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-04-06T17:29:31.674Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-04-06T17:29:31.674Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-04-06T17:29:31.674Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-04-06T17:29:31.727Z] --- PASS: TestServiceUpdateConfigs (15.50s) [2020-04-06T17:29:31.727Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2020-04-06T17:29:31.727Z] daemon.go:325: [def256a0c9d8d] waiting for daemon to start [2020-04-06T17:29:31.727Z] daemon.go:325: [def256a0c9d8d] waiting for daemon to start [2020-04-06T17:29:31.727Z] daemon.go:353: [def256a0c9d8d] daemon started [2020-04-06T17:29:31.727Z] daemon.go:461: [def256a0c9d8d] Stopping daemon [2020-04-06T17:29:31.727Z] daemon.go:296: [def256a0c9d8d] exiting daemon [2020-04-06T17:29:31.727Z] daemon.go:448: [def256a0c9d8d] Daemon stopped [2020-04-06T17:29:31.727Z] === RUN TestServiceUpdateNetwork [2020-04-06T17:29:32.605Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-04-06T17:29:37.856Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-04-06T17:29:37.856Z] === RUN TestDockerSuite/TestContainerAPITop [2020-04-06T17:29:38.786Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-04-06T17:29:38.786Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-04-06T17:29:38.786Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-04-06T17:29:42.058Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-04-06T17:29:42.316Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-04-06T17:29:43.246Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-04-06T17:29:43.503Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-04-06T17:29:45.093Z] --- PASS: TestServiceUpdateNetwork (14.21s) [2020-04-06T17:29:45.093Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2020-04-06T17:29:45.093Z] daemon.go:325: [d830397599c4e] waiting for daemon to start [2020-04-06T17:29:45.093Z] daemon.go:325: [d830397599c4e] waiting for daemon to start [2020-04-06T17:29:45.093Z] daemon.go:353: [d830397599c4e] daemon started [2020-04-06T17:29:45.093Z] daemon.go:461: [d830397599c4e] Stopping daemon [2020-04-06T17:29:45.093Z] daemon.go:296: [d830397599c4e] exiting daemon [2020-04-06T17:29:45.093Z] daemon.go:448: [d830397599c4e] Daemon stopped [2020-04-06T17:29:45.093Z] PASS [2020-04-06T17:29:45.093Z] [2020-04-06T17:29:45.093Z] === Skipped [2020-04-06T17:29:45.093Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-04-06T17:29:45.093Z] plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:29:45.093Z] [2020-04-06T17:29:45.093Z] [2020-04-06T17:29:45.093Z] DONE 18 tests, 1 skipped in 118.475s [2020-04-06T17:29:45.093Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-04-06T17:29:45.093Z] ++ 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 [2020-04-06T17:29:45.093Z] ++ set -e [2020-04-06T17:29:45.093Z] ++ '[' -n 0 ']' [2020-04-06T17:29:45.093Z] ++ set -x [2020-04-06T17:29:45.093Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:29:45.093Z] INFO: Testing against a local daemon [2020-04-06T17:29:45.093Z] === RUN TestSessionCreate [2020-04-06T17:29:45.093Z] --- PASS: TestSessionCreate (0.02s) [2020-04-06T17:29:45.093Z] === RUN TestSessionCreateWithBadUpgrade [2020-04-06T17:29:45.093Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-04-06T17:29:45.093Z] PASS [2020-04-06T17:29:45.093Z] [2020-04-06T17:29:45.093Z] DONE 2 tests in 0.115s [2020-04-06T17:29:45.093Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-04-06T17:29:45.093Z] ++ 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 [2020-04-06T17:29:45.093Z] ++ set -e [2020-04-06T17:29:45.093Z] ++ '[' -n 0 ']' [2020-04-06T17:29:45.093Z] ++ set -x [2020-04-06T17:29:45.093Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:29:45.093Z] INFO: Testing against a local daemon [2020-04-06T17:29:45.093Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-04-06T17:29:45.093Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-06T17:29:45.093Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-06T17:29:45.093Z] === RUN TestEventsExecDie [2020-04-06T17:29:45.442Z] --- PASS: TestEventsExecDie (0.92s) [2020-04-06T17:29:45.442Z] === RUN TestEventsBackwardsCompatible [2020-04-06T17:29:45.442Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2020-04-06T17:29:45.442Z] === RUN TestInfoBinaryCommits [2020-04-06T17:29:45.801Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-04-06T17:29:45.801Z] === RUN TestInfoAPIVersioned [2020-04-06T17:29:45.801Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-04-06T17:29:45.801Z] === RUN TestInfoAPI [2020-04-06T17:29:45.801Z] --- PASS: TestInfoAPI (0.02s) [2020-04-06T17:29:45.801Z] === RUN TestInfoAPIWarnings [2020-04-06T17:29:46.596Z] --- PASS: TestInfoAPIWarnings (0.82s) [2020-04-06T17:29:46.596Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2020-04-06T17:29:46.596Z] daemon.go:325: [d8ebd6d31ed7e] waiting for daemon to start [2020-04-06T17:29:46.596Z] daemon.go:325: [d8ebd6d31ed7e] waiting for daemon to start [2020-04-06T17:29:46.596Z] daemon.go:353: [d8ebd6d31ed7e] daemon started [2020-04-06T17:29:46.596Z] daemon.go:461: [d8ebd6d31ed7e] Stopping daemon [2020-04-06T17:29:46.596Z] daemon.go:296: [d8ebd6d31ed7e] exiting daemon [2020-04-06T17:29:46.596Z] daemon.go:448: [d8ebd6d31ed7e] Daemon stopped [2020-04-06T17:29:46.596Z] === RUN TestLoginFailsWithBadCredentials [2020-04-06T17:29:46.953Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s) [2020-04-06T17:29:46.953Z] === RUN TestPingCacheHeaders [2020-04-06T17:29:46.953Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-04-06T17:29:46.953Z] === RUN TestPingGet [2020-04-06T17:29:46.953Z] --- PASS: TestPingGet (0.01s) [2020-04-06T17:29:46.953Z] === RUN TestPingHead [2020-04-06T17:29:46.953Z] --- PASS: TestPingHead (0.02s) [2020-04-06T17:29:46.953Z] === RUN TestVersion [2020-04-06T17:29:46.953Z] --- PASS: TestVersion (0.02s) [2020-04-06T17:29:46.953Z] PASS [2020-04-06T17:29:46.953Z] [2020-04-06T17:29:46.953Z] === Skipped [2020-04-06T17:29:46.953Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-06T17:29:46.953Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-06T17:29:46.953Z] [2020-04-06T17:29:46.953Z] [2020-04-06T17:29:46.953Z] DONE 12 tests, 1 skipped in 2.415s [2020-04-06T17:29:46.953Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-04-06T17:29:46.954Z] ++ 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 [2020-04-06T17:29:46.954Z] ++ set -e [2020-04-06T17:29:46.954Z] ++ '[' -n 0 ']' [2020-04-06T17:29:46.954Z] ++ set -x [2020-04-06T17:29:46.954Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:29:46.954Z] INFO: Testing against a local daemon [2020-04-06T17:29:46.954Z] === RUN TestVolumesCreateAndList [2020-04-06T17:29:46.954Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-04-06T17:29:46.954Z] === RUN TestVolumesRemove [2020-04-06T17:29:47.308Z] --- PASS: TestVolumesRemove (0.11s) [2020-04-06T17:29:47.308Z] === RUN TestVolumesInspect [2020-04-06T17:29:47.308Z] --- PASS: TestVolumesInspect (0.02s) [2020-04-06T17:29:47.308Z] === RUN TestVolumesInvalidJSON [2020-04-06T17:29:47.308Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-04-06T17:29:47.308Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-04-06T17:29:47.308Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-04-06T17:29:47.308Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-04-06T17:29:47.308Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-04-06T17:29:47.308Z] PASS [2020-04-06T17:29:47.308Z] [2020-04-06T17:29:47.308Z] DONE 5 tests in 0.267s [2020-04-06T17:29:47.308Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-04-06T17:29:47.308Z] ++++ cat bundles/test-integration/docker.pid [2020-04-06T17:29:47.308Z] +++ kill 9302 [2020-04-06T17:29:48.505Z] umount: bundles/test-integration/root: no mount point specified. [2020-04-06T17:29:48.505Z] +++ /etc/init.d/apparmor stop [2020-04-06T17:29:48.505Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-06T17:29:48.505Z] [2020-04-06T17:29:48.506Z] Unloading profiles will leave already running processes permanently [2020-04-06T17:29:48.506Z] unconfined, which can lead to unexpected situations. [2020-04-06T17:29:48.506Z] [2020-04-06T17:29:48.506Z] To set a process to complain mode, use the command line tool [2020-04-06T17:29:48.506Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-06T17:29:48.506Z] +++ true [2020-04-06T17:29:48.506Z] [2020-04-06T17:29:48.755Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-04-06T17:29:48.755Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-04-06T17:29:49.684Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote Post stage [Pipeline] junit [2020-04-06T17:29:50.371Z] Recording test results [2020-04-06T17:29:50.615Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-04-06T17:29:51.738Z] + echo Ensuring container killed. [2020-04-06T17:29:51.738Z] Ensuring container killed. [2020-04-06T17:29:51.738Z] + docker rm -vf docker-pr1 [2020-04-06T17:29:51.738Z] Error: No such container: docker-pr1 [2020-04-06T17:29:51.738Z] + true [Pipeline] sh [2020-04-06T17:29:51.985Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-04-06T17:29:52.472Z] + echo Chowning /workspace to jenkins user [2020-04-06T17:29:52.472Z] Chowning /workspace to jenkins user [2020-04-06T17:29:52.472Z] + id -u [2020-04-06T17:29:52.472Z] + id -g [2020-04-06T17:29:52.472Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40784:/workspace busybox chown -R 1001:1001 /workspace [2020-04-06T17:29:52.472Z] Unable to find image 'busybox:latest' locally [2020-04-06T17:29:52.472Z] latest: Pulling from library/busybox [2020-04-06T17:29:52.826Z] 1b125a2fb2df: Pulling fs layer [2020-04-06T17:29:52.826Z] 1b125a2fb2df: Verifying Checksum [2020-04-06T17:29:52.826Z] 1b125a2fb2df: Download complete [2020-04-06T17:29:53.189Z] 1b125a2fb2df: Pull complete [2020-04-06T17:29:53.189Z] Digest: sha256:b26cd013274a657b86e706210ddd5cc1f82f50155791199d29b9e86e935ce135 [2020-04-06T17:29:53.189Z] Status: Downloaded newer image for busybox:latest [2020-04-06T17:29:54.787Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-04-06T17:29:55.235Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-04-06T17:29:55.663Z] + bundleName=s390x-integration [2020-04-06T17:29:55.663Z] + echo Creating s390x-integration-bundles.tar.gz [2020-04-06T17:29:55.663Z] Creating s390x-integration-bundles.tar.gz [2020-04-06T17:29:55.663Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-04-06T17:29:55.663Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-04-06T17:29:55.682Z] === RUN TestDockerSuite/TestBuildCacheAdd [Pipeline] archiveArtifacts [2020-04-06T17:29:55.907Z] Archiving artifacts [2020-04-06T17:29:56.128Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-04-06T17:29:57.071Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-04-06T17:29:57.071Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-04-06T17:30:01.676Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-04-06T17:30:02.619Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-04-06T17:30:02.619Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-04-06T17:30:02.619Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-04-06T17:30:03.018Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40784/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-04-06T17:30:03.685Z] + make clean [2020-04-06T17:30:03.685Z] docker volume rm -f docker-dev-cache [2020-04-06T17:30:03.685Z] docker-dev-cache [Pipeline] deleteDir [2020-04-06T17:30:04.120Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-04-06T17:30:04.569Z] === RUN TestDockerSuite/TestBuildCmd [2020-04-06T17:30:05.017Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-04-06T17:30:05.464Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-04-06T17:30:05.912Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-04-06T17:30:06.960Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-04-06T17:30:06.961Z] [2020-04-06T17:30:06.961Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-04-06T17:30:06.961Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-06T17:30:06.961Z] HOSTNAME=5ef9d4b4504e [2020-04-06T17:30:06.961Z] TESTDEBUG=0 [2020-04-06T17:30:06.961Z] DEST=bundles/test-integration [2020-04-06T17:30:06.961Z] PWD=/go/src/github.com/docker/docker [2020-04-06T17:30:06.961Z] DOCKER_GITCOMMIT=08a2fe0d566c51081b23484890871adfb31ddbb9 [2020-04-06T17:30:06.961Z] container=docker [2020-04-06T17:30:06.961Z] HOME=/root [2020-04-06T17:30:06.961Z] GOLANG_VERSION=1.12.17 [2020-04-06T17:30:06.961Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-06T17:30:06.961Z] VALIDATE_BRANCH=19.03 [2020-04-06T17:30:06.961Z] TERM=xterm [2020-04-06T17:30:06.961Z] DOCKER_PKG=github.com/docker/docker [2020-04-06T17:30:06.961Z] SHLVL=1 [2020-04-06T17:30:06.961Z] TIMEOUT=120m [2020-04-06T17:30:06.961Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-06T17:30:06.961Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-06T17:30:06.961Z] GO111MODULE=off [2020-04-06T17:30:06.961Z] DOCKER_EXPERIMENTAL=1 [2020-04-06T17:30:06.961Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-04-06T17:30:06.961Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-06T17:30:06.961Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-06T17:30:06.961Z] GOPATH=/go [2020-04-06T17:30:06.961Z] PKG_CONFIG=pkg-config [2020-04-06T17:30:06.961Z] _=/usr/bin/env [2020-04-06T17:30:06.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-04-06T17:30:11.616Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-04-06T17:30:12.561Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-04-06T17:30:12.561Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-04-06T17:30:13.506Z] === RUN TestDockerSuite/TestBuildContChar [2020-04-06T17:30:13.886Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-04-06T17:30:15.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-04-06T17:30:17.149Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-06T17:30:17.858Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-04-06T17:30:20.428Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-04-06T17:30:22.949Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-04-06T17:30:25.749Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-04-06T17:30:25.749Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-04-06T17:30:25.749Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-04-06T17:30:26.222Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-04-06T17:30:27.152Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-04-06T17:30:27.410Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-04-06T17:30:27.879Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-04-06T17:30:28.326Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-04-06T17:30:28.340Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-04-06T17:30:28.773Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-04-06T17:30:28.773Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-04-06T17:30:29.270Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-04-06T17:30:29.717Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-04-06T17:30:30.164Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-04-06T17:30:30.164Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-04-06T17:30:30.164Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-04-06T17:30:30.639Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-04-06T17:30:31.202Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-04-06T17:30:32.133Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-04-06T17:30:33.064Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-04-06T17:30:34.433Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-04-06T17:30:35.363Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-04-06T17:30:35.868Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-04-06T17:30:36.292Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-04-06T17:30:37.225Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-04-06T17:30:38.154Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-04-06T17:30:39.083Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-04-06T17:30:40.013Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-04-06T17:30:41.905Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-04-06T17:30:42.835Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-04-06T17:30:43.399Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-04-06T17:30:43.399Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-04-06T17:30:44.329Z] === RUN TestDockerSuite/TestCpRelativePath [2020-04-06T17:30:45.259Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-04-06T17:30:46.628Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-04-06T17:30:47.557Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-04-06T17:30:48.487Z] === RUN TestDockerSuite/TestCpToCaseA [2020-04-06T17:30:50.381Z] === RUN TestDockerSuite/TestCpToCaseB [2020-04-06T17:30:50.945Z] === RUN TestDockerSuite/TestCpToCaseC [2020-04-06T17:30:53.464Z] === RUN TestDockerSuite/TestCpToCaseD [2020-04-06T17:30:54.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-04-06T17:30:54.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-04-06T17:30:54.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-04-06T17:30:56.504Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-04-06T17:30:58.715Z] === RUN TestDockerSuite/TestCpToCaseE [2020-04-06T17:30:59.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-04-06T17:31:01.228Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-04-06T17:31:01.988Z] === RUN TestDockerSuite/TestCpToCaseF [2020-04-06T17:31:02.553Z] === RUN TestDockerSuite/TestCpToCaseG [2020-04-06T17:31:03.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-04-06T17:31:03.898Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-04-06T17:31:07.804Z] === RUN TestDockerSuite/TestCpToCaseH [2020-04-06T17:31:08.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-04-06T17:31:09.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-04-06T17:31:11.083Z] === RUN TestDockerSuite/TestCpToCaseI [2020-04-06T17:31:11.340Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-04-06T17:31:11.340Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-04-06T17:31:11.646Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-04-06T17:31:11.903Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-04-06T17:31:12.284Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-04-06T17:31:15.344Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-04-06T17:31:17.156Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-04-06T17:31:17.984Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-04-06T17:31:17.984Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-04-06T17:31:18.086Z] === RUN TestDockerSuite/TestCpToDot [2020-04-06T17:31:18.432Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-04-06T17:31:18.432Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-04-06T17:31:18.880Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-04-06T17:31:18.880Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-04-06T17:31:19.018Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-04-06T17:31:20.911Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-04-06T17:31:22.803Z] === RUN TestDockerSuite/TestCpToStdout [2020-04-06T17:31:23.734Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-04-06T17:31:27.908Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-04-06T17:31:27.908Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-04-06T17:31:27.927Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-04-06T17:31:28.473Z] === RUN TestDockerSuite/TestCpVolumePath [2020-04-06T17:31:30.366Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-04-06T17:31:30.366Z] === RUN TestDockerSuite/TestCreateArgs [2020-04-06T17:31:30.366Z] === RUN TestDockerSuite/TestCreateByImageID [2020-04-06T17:31:30.617Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-04-06T17:31:30.929Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-04-06T17:31:31.859Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-04-06T17:31:31.859Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-04-06T17:31:31.859Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-04-06T17:31:32.791Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-04-06T17:31:33.047Z] === RUN TestDockerSuite/TestCreateLabels [2020-04-06T17:31:33.047Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-04-06T17:31:33.304Z] === RUN TestDockerSuite/TestCreateRM [2020-04-06T17:31:33.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-04-06T17:31:33.561Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-04-06T17:31:33.561Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-04-06T17:31:33.561Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-04-06T17:31:33.818Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-04-06T17:31:36.338Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-04-06T17:31:36.338Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-04-06T17:31:36.338Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-04-06T17:31:36.789Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-04-06T17:31:38.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-04-06T17:31:40.514Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-04-06T17:31:40.514Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-04-06T17:31:40.514Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-04-06T17:31:40.770Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-04-06T17:31:40.770Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-04-06T17:31:40.770Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-04-06T17:31:41.510Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-04-06T17:31:41.700Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-04-06T17:31:43.068Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-04-06T17:31:43.542Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-04-06T17:31:43.542Z] Using test binary docker [2020-04-06T17:31:43.542Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-04-06T17:31:43.542Z] +++ /etc/init.d/apparmor start [2020-04-06T17:31:43.542Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-06T17:31:43.542Z] INFO: Waiting for daemon to start... [2020-04-06T17:31:43.542Z] Starting dockerd [2020-04-06T17:31:43.542Z] +++ 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 [2020-04-06T17:31:43.997Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-04-06T17:31:45.564Z] . [2020-04-06T17:31:45.564Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-04-06T17:31:45.564Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-04-06T17:31:45.564Z] Error: No such image: emptyfs [2020-04-06T17:31:45.564Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-04-06T17:31:45.564Z] ++++ docker load [2020-04-06T17:31:45.848Z] Running integration-test (iteration 1) [2020-04-06T17:31:45.848Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-04-06T17:31:45.848Z] ++ 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 [2020-04-06T17:31:45.848Z] ++ set -e [2020-04-06T17:31:45.848Z] ++ '[' -n 0 ']' [2020-04-06T17:31:45.848Z] ++ set -x [2020-04-06T17:31:45.848Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:31:45.892Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-04-06T17:31:47.261Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-04-06T17:31:48.191Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-04-06T17:31:48.754Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-04-06T17:31:48.754Z] === RUN TestDockerSuite/TestDevicePermissions [2020-04-06T17:31:49.684Z] === RUN TestDockerSuite/TestDockerFails [2020-04-06T17:31:49.684Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-04-06T17:31:49.684Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-04-06T17:31:49.684Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-04-06T17:31:51.055Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-04-06T17:31:51.985Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-04-06T17:31:53.355Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-04-06T17:31:53.355Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-04-06T17:31:53.355Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-04-06T17:31:53.355Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-04-06T17:31:54.357Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-04-06T17:31:54.357Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-04-06T17:31:54.357Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-04-06T17:31:59.907Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-04-06T17:32:01.100Z] Loaded image: buildpack-deps:jessie [2020-04-06T17:32:01.100Z] Loaded image: busybox:latest [2020-04-06T17:32:01.100Z] Loaded image: busybox:glibc [2020-04-06T17:32:01.100Z] Loaded image: debian:jessie [2020-04-06T17:32:01.100Z] Loaded image: hello-world:latest [2020-04-06T17:32:01.100Z] INFO: Testing against a local daemon [2020-04-06T17:32:01.100Z] === RUN TestBuildWithSession [2020-04-06T17:32:02.115Z] --- PASS: TestBuildWithSession (2.13s) [2020-04-06T17:32:02.115Z] === RUN TestBuildSquashParent [2020-04-06T17:32:03.185Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-04-06T17:32:05.706Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-04-06T17:32:06.270Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-04-06T17:32:07.638Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-04-06T17:32:07.641Z] --- PASS: TestBuildSquashParent (5.50s) [2020-04-06T17:32:07.641Z] === RUN TestBuildWithRemoveAndForceRemove [2020-04-06T17:32:07.641Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-06T17:32:07.641Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-06T17:32:07.641Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-06T17:32:07.641Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-06T17:32:07.641Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-06T17:32:07.641Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-06T17:32:07.641Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-06T17:32:07.641Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-06T17:32:07.641Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-06T17:32:07.641Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-06T17:32:07.641Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-06T17:32:07.641Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-06T17:32:07.641Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-06T17:32:07.641Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-06T17:32:07.642Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-06T17:32:07.642Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-06T17:32:08.568Z] === RUN TestDockerSuite/TestEventsAttach [2020-04-06T17:32:09.498Z] === RUN TestDockerSuite/TestEventsCommit [2020-04-06T17:32:10.343Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-06T17:32:10.427Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-04-06T17:32:10.629Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-06T17:32:11.357Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-04-06T17:32:11.876Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-04-06T17:32:11.876Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-04-06T17:32:11.876Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-04-06T17:32:12.287Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-04-06T17:32:12.661Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2020-04-06T17:32:12.661Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.87s) [2020-04-06T17:32:12.661Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.09s) [2020-04-06T17:32:12.661Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.16s) [2020-04-06T17:32:12.661Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.16s) [2020-04-06T17:32:12.661Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.02s) [2020-04-06T17:32:12.661Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.30s) [2020-04-06T17:32:12.661Z] === RUN TestBuildMultiStageCopy [2020-04-06T17:32:12.661Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-04-06T17:32:12.851Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-04-06T17:32:14.694Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-04-06T17:32:14.732Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-04-06T17:32:14.743Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-04-06T17:32:14.979Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-04-06T17:32:15.264Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-04-06T17:32:15.884Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-04-06T17:32:16.168Z] --- PASS: TestBuildMultiStageCopy (3.59s) [2020-04-06T17:32:16.168Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.96s) [2020-04-06T17:32:16.168Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.38s) [2020-04-06T17:32:16.168Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.39s) [2020-04-06T17:32:16.168Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.44s) [2020-04-06T17:32:16.168Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.43s) [2020-04-06T17:32:16.168Z] === RUN TestBuildMultiStageParentConfig [2020-04-06T17:32:16.638Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-04-06T17:32:17.180Z] --- PASS: TestBuildMultiStageParentConfig (0.95s) [2020-04-06T17:32:17.180Z] === RUN TestBuildLabelWithTargets [2020-04-06T17:32:17.577Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-04-06T17:32:18.656Z] --- PASS: TestBuildLabelWithTargets (1.55s) [2020-04-06T17:32:18.656Z] === RUN TestBuildWithEmptyLayers [2020-04-06T17:32:19.672Z] --- PASS: TestBuildWithEmptyLayers (0.84s) [2020-04-06T17:32:19.672Z] === RUN TestBuildMultiStageOnBuild [2020-04-06T17:32:19.706Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-04-06T17:32:19.912Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-04-06T17:32:21.705Z] --- PASS: TestBuildMultiStageOnBuild (2.22s) [2020-04-06T17:32:21.705Z] === RUN TestBuildUncleanTarFilenames [2020-04-06T17:32:22.432Z] === RUN TestDockerSuite/TestEventsCopy [2020-04-06T17:32:23.213Z] --- PASS: TestBuildUncleanTarFilenames (1.14s) [2020-04-06T17:32:23.213Z] === RUN TestBuildMultiStageLayerLeak [2020-04-06T17:32:23.363Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-04-06T17:32:25.247Z] --- PASS: TestBuildMultiStageLayerLeak (2.27s) [2020-04-06T17:32:25.247Z] === RUN TestBuildWithHugeFile [2020-04-06T17:32:25.255Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-04-06T17:32:25.818Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-04-06T17:32:26.075Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-04-06T17:32:27.967Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-04-06T17:32:27.967Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-04-06T17:32:28.225Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-04-06T17:32:28.225Z] === RUN TestDockerSuite/TestEventsFilterType [2020-04-06T17:32:28.789Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-04-06T17:32:28.789Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-04-06T17:32:28.789Z] === RUN TestDockerSuite/TestEventsFilters [2020-04-06T17:32:30.685Z] === RUN TestDockerSuite/TestEventsFormat [2020-04-06T17:32:32.058Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-04-06T17:32:32.058Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-04-06T17:32:32.058Z] === RUN TestDockerSuite/TestEventsImageImport [2020-04-06T17:32:32.315Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-04-06T17:32:33.247Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-04-06T17:32:33.504Z] === RUN TestDockerSuite/TestEventsImagePull [2020-04-06T17:32:33.761Z] === RUN TestDockerSuite/TestEventsImageTag [2020-04-06T17:32:35.133Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-04-06T17:32:35.133Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-04-06T17:32:35.133Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-04-06T17:32:35.133Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-04-06T17:32:37.027Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-04-06T17:32:37.958Z] === RUN TestDockerSuite/TestEventsRename [2020-04-06T17:32:38.888Z] === RUN TestDockerSuite/TestEventsResize [2020-04-06T17:32:39.819Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-04-06T17:32:40.752Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-04-06T17:32:41.682Z] === RUN TestDockerSuite/TestEventsStreaming [2020-04-06T17:32:42.612Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-04-06T17:32:45.890Z] === RUN TestDockerSuite/TestEventsTop [2020-04-06T17:32:46.472Z] === RUN TestDockerSuite/TestEventsUntag [2020-04-06T17:32:48.996Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-04-06T17:32:50.890Z] === RUN TestDockerSuite/TestExec [2020-04-06T17:32:51.453Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-04-06T17:32:51.453Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-04-06T17:32:52.384Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-04-06T17:32:53.316Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-04-06T17:32:54.249Z] === RUN TestDockerSuite/TestExecAPIStart [2020-04-06T17:32:56.772Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-04-06T17:32:57.336Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-04-06T17:32:58.266Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-04-06T17:32:59.196Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-04-06T17:33:00.125Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-04-06T17:33:01.057Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-04-06T17:33:01.622Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-04-06T17:33:03.515Z] === RUN TestDockerSuite/TestExecCgroup [2020-04-06T17:33:04.885Z] === RUN TestDockerSuite/TestExecEnv [2020-04-06T17:33:05.448Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-04-06T17:33:07.341Z] === RUN TestDockerSuite/TestExecExitStatus [2020-04-06T17:33:08.272Z] === RUN TestDockerSuite/TestExecInspectID [2020-04-06T17:33:08.836Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-04-06T17:33:10.172Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-04-06T17:33:10.204Z] === RUN TestDockerSuite/TestExecInteractive [2020-04-06T17:33:10.619Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-04-06T17:33:11.066Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-04-06T17:33:11.134Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-04-06T17:33:12.064Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-04-06T17:33:13.118Z] === RUN TestDockerSuite/TestExecParseError [2020-04-06T17:33:14.053Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-04-06T17:33:14.983Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-04-06T17:33:15.545Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-04-06T17:33:16.916Z] === RUN TestDockerSuite/TestExecSetEnv [2020-04-06T17:33:17.847Z] === RUN TestDockerSuite/TestExecStartFails [2020-04-06T17:33:18.777Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-04-06T17:33:25.319Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-04-06T17:33:30.569Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-04-06T17:33:30.826Z] === RUN TestDockerSuite/TestExecTTY [2020-04-06T17:33:31.082Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-04-06T17:33:31.645Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-04-06T17:33:32.578Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-04-06T17:33:33.512Z] === RUN TestDockerSuite/TestExecUlimits [2020-04-06T17:33:34.444Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-04-06T17:33:34.444Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-04-06T17:33:36.970Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-04-06T17:33:37.902Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-04-06T17:33:39.273Z] === RUN TestDockerSuite/TestExecWithTERM [2020-04-06T17:33:40.202Z] === RUN TestDockerSuite/TestExecWithUser [2020-04-06T17:33:41.137Z] === RUN TestDockerSuite/TestGetContainerStats [2020-04-06T17:33:46.386Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-04-06T17:33:47.351Z] --- PASS: TestBuildWithHugeFile (81.11s) [2020-04-06T17:33:47.351Z] === RUN TestBuildWithEmptyDockerfile [2020-04-06T17:33:47.351Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-06T17:33:47.351Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-06T17:33:47.351Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-06T17:33:47.351Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-06T17:33:47.351Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-06T17:33:47.351Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-06T17:33:47.351Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-06T17:33:47.351Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-06T17:33:47.351Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-06T17:33:47.351Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-04-06T17:33:47.351Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s) [2020-04-06T17:33:47.351Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.27s) [2020-04-06T17:33:47.351Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s) [2020-04-06T17:33:47.351Z] === RUN TestBuildPreserveOwnership [2020-04-06T17:33:47.351Z] === RUN TestBuildPreserveOwnership/copy_from [2020-04-06T17:33:50.093Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-04-06T17:33:50.557Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-04-06T17:33:51.626Z] --- PASS: TestBuildPreserveOwnership (4.79s) [2020-04-06T17:33:51.627Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.14s) [2020-04-06T17:33:51.627Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.64s) [2020-04-06T17:33:51.627Z] === RUN TestBuildPlatformInvalid [2020-04-06T17:33:51.627Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-04-06T17:33:51.627Z] PASS [2020-04-06T17:33:51.627Z] [2020-04-06T17:33:51.627Z] DONE 30 tests in 125.708s [2020-04-06T17:33:51.627Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-04-06T17:33:51.627Z] ++ 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 [2020-04-06T17:33:51.627Z] ++ set -e [2020-04-06T17:33:51.627Z] ++ '[' -n 0 ']' [2020-04-06T17:33:51.627Z] ++ set -x [2020-04-06T17:33:51.627Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-04-06T17:33:51.627Z] INFO: Testing against a local daemon [2020-04-06T17:33:51.627Z] === RUN TestConfigList [2020-04-06T17:33:52.465Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-04-06T17:33:54.389Z] --- PASS: TestConfigList (2.24s) [2020-04-06T17:33:54.389Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2020-04-06T17:33:54.389Z] daemon.go:325: [d2a9c3399a9d0] waiting for daemon to start [2020-04-06T17:33:54.389Z] daemon.go:325: [d2a9c3399a9d0] waiting for daemon to start [2020-04-06T17:33:54.389Z] daemon.go:353: [d2a9c3399a9d0] daemon started [2020-04-06T17:33:54.389Z] daemon.go:461: [d2a9c3399a9d0] Stopping daemon [2020-04-06T17:33:54.389Z] daemon.go:296: [d2a9c3399a9d0] exiting daemon [2020-04-06T17:33:54.389Z] daemon.go:448: [d2a9c3399a9d0] Daemon stopped [2020-04-06T17:33:54.389Z] === RUN TestConfigsCreateAndDelete [2020-04-06T17:33:56.428Z] --- PASS: TestConfigsCreateAndDelete (2.23s) [2020-04-06T17:33:56.428Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2020-04-06T17:33:56.428Z] daemon.go:325: [d31693f9b6e4f] waiting for daemon to start [2020-04-06T17:33:56.428Z] daemon.go:325: [d31693f9b6e4f] waiting for daemon to start [2020-04-06T17:33:56.428Z] daemon.go:353: [d31693f9b6e4f] daemon started [2020-04-06T17:33:56.428Z] daemon.go:461: [d31693f9b6e4f] Stopping daemon [2020-04-06T17:33:56.428Z] daemon.go:296: [d31693f9b6e4f] exiting daemon [2020-04-06T17:33:56.428Z] daemon.go:448: [d31693f9b6e4f] Daemon stopped [2020-04-06T17:33:56.428Z] === RUN TestConfigsUpdate [2020-04-06T17:33:57.716Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-04-06T17:33:58.279Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-04-06T17:33:58.280Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-04-06T17:33:58.280Z] === RUN TestDockerSuite/TestHealth [2020-04-06T17:33:58.487Z] --- PASS: TestConfigsUpdate (2.27s) [2020-04-06T17:33:58.488Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2020-04-06T17:33:58.488Z] daemon.go:325: [dbe777d3c2146] waiting for daemon to start [2020-04-06T17:33:58.488Z] daemon.go:325: [dbe777d3c2146] waiting for daemon to start [2020-04-06T17:33:58.488Z] daemon.go:353: [dbe777d3c2146] daemon started [2020-04-06T17:33:58.488Z] daemon.go:461: [dbe777d3c2146] Stopping daemon [2020-04-06T17:33:58.488Z] daemon.go:296: [dbe777d3c2146] exiting daemon [2020-04-06T17:33:58.488Z] daemon.go:448: [dbe777d3c2146] Daemon stopped [2020-04-06T17:33:58.488Z] === RUN TestTemplatedConfig [2020-04-06T17:33:59.648Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-04-06T17:34:01.954Z] --- PASS: TestTemplatedConfig (3.20s) [2020-04-06T17:34:01.955Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2020-04-06T17:34:01.955Z] daemon.go:325: [db0a362122b3c] waiting for daemon to start [2020-04-06T17:34:01.955Z] daemon.go:325: [db0a362122b3c] waiting for daemon to start [2020-04-06T17:34:01.955Z] daemon.go:353: [db0a362122b3c] daemon started [2020-04-06T17:34:01.955Z] daemon.go:461: [db0a362122b3c] Stopping daemon [2020-04-06T17:34:01.955Z] daemon.go:296: [db0a362122b3c] exiting daemon [2020-04-06T17:34:01.955Z] daemon.go:448: [db0a362122b3c] Daemon stopped [2020-04-06T17:34:01.955Z] === RUN TestConfigInspect [2020-04-06T17:34:02.923Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-04-06T17:34:03.984Z] --- PASS: TestConfigInspect (2.25s) [2020-04-06T17:34:03.984Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2020-04-06T17:34:03.984Z] daemon.go:325: [d539b95285fc7] waiting for daemon to start [2020-04-06T17:34:03.984Z] daemon.go:325: [d539b95285fc7] waiting for daemon to start [2020-04-06T17:34:03.984Z] daemon.go:353: [d539b95285fc7] daemon started [2020-04-06T17:34:03.984Z] daemon.go:461: [d539b95285fc7] Stopping daemon [2020-04-06T17:34:03.984Z] daemon.go:296: [d539b95285fc7] exiting daemon [2020-04-06T17:34:03.984Z] daemon.go:448: [d539b95285fc7] Daemon stopped [2020-04-06T17:34:03.984Z] === RUN TestConfigCreateWithLabels [2020-04-06T17:34:06.678Z] --- PASS: TestConfigCreateWithLabels (2.26s) [2020-04-06T17:34:06.678Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2020-04-06T17:34:06.678Z] daemon.go:325: [d8240e9d299da] waiting for daemon to start [2020-04-06T17:34:06.678Z] daemon.go:325: [d8240e9d299da] waiting for daemon to start [2020-04-06T17:34:06.678Z] daemon.go:353: [d8240e9d299da] daemon started [2020-04-06T17:34:06.678Z] daemon.go:461: [d8240e9d299da] Stopping daemon [2020-04-06T17:34:06.678Z] daemon.go:296: [d8240e9d299da] exiting daemon [2020-04-06T17:34:06.678Z] daemon.go:448: [d8240e9d299da] Daemon stopped [2020-04-06T17:34:06.678Z] === RUN TestConfigCreateResolve [2020-04-06T17:34:08.722Z] --- PASS: TestConfigCreateResolve (2.24s) [2020-04-06T17:34:08.722Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2020-04-06T17:34:08.722Z] daemon.go:325: [d3657715ab430] waiting for daemon to start [2020-04-06T17:34:08.722Z] daemon.go:325: [d3657715ab430] waiting for daemon to start [2020-04-06T17:34:08.722Z] daemon.go:353: [d3657715ab430] daemon started [2020-04-06T17:34:08.722Z] daemon.go:461: [d3657715ab430] Stopping daemon [2020-04-06T17:34:08.722Z] daemon.go:296: [d3657715ab430] exiting daemon [2020-04-06T17:34:08.722Z] daemon.go:448: [d3657715ab430] Daemon stopped [2020-04-06T17:34:08.722Z] === RUN TestConfigDaemonLibtrustID [2020-04-06T17:34:09.008Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-04-06T17:34:09.008Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2020-04-06T17:34:09.008Z] daemon.go:325: [dae47fab4779f] waiting for daemon to start [2020-04-06T17:34:09.008Z] daemon.go:325: [dae47fab4779f] waiting for daemon to start [2020-04-06T17:34:09.008Z] daemon.go:353: [dae47fab4779f] daemon started [2020-04-06T17:34:09.008Z] daemon.go:461: [dae47fab4779f] Stopping daemon [2020-04-06T17:34:09.008Z] daemon.go:296: [dae47fab4779f] exiting daemon [2020-04-06T17:34:09.008Z] daemon.go:448: [dae47fab4779f] Daemon stopped [2020-04-06T17:34:09.008Z] PASS [2020-04-06T17:34:09.008Z] [2020-04-06T17:34:09.008Z] DONE 8 tests in 17.358s [2020-04-06T17:34:09.008Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-04-06T17:34:09.008Z] ++ 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 [2020-04-06T17:34:09.008Z] ++ set -e [2020-04-06T17:34:09.008Z] ++ '[' -n 0 ']' [2020-04-06T17:34:09.008Z] ++ set -x [2020-04-06T17:34:09.008Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:34:09.008Z] INFO: Testing against a local daemon [2020-04-06T17:34:09.008Z] === RUN TestCheckpoint [2020-04-06T17:34:09.008Z] --- SKIP: TestCheckpoint (0.00s) [2020-04-06T17:34:09.008Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-06T17:34:09.008Z] === RUN TestContainerInvalidJSON [2020-04-06T17:34:09.008Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-04-06T17:34:09.008Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-04-06T17:34:09.008Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-04-06T17:34:09.008Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-04-06T17:34:09.008Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-04-06T17:34:09.008Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-04-06T17:34:09.292Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-04-06T17:34:09.292Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-04-06T17:34:09.292Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-04-06T17:34:09.292Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-04-06T17:34:09.292Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-04-06T17:34:09.292Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-04-06T17:34:09.292Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-04-06T17:34:09.292Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-04-06T17:34:09.292Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2020-04-06T17:34:09.292Z] === RUN TestCopyFromContainerPathIsNotDir [2020-04-06T17:34:09.292Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-04-06T17:34:09.292Z] === RUN TestCopyToContainerPathDoesNotExist [2020-04-06T17:34:09.577Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-04-06T17:34:09.577Z] === RUN TestCopyToContainerPathIsNotDir [2020-04-06T17:34:09.577Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2020-04-06T17:34:09.577Z] === RUN TestCopyFromContainer [2020-04-06T17:34:11.075Z] === RUN TestCopyFromContainer// [2020-04-06T17:34:11.075Z] === RUN TestCopyFromContainer//bar/root [2020-04-06T17:34:11.255Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-04-06T17:34:11.255Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-04-06T17:34:11.255Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-04-06T17:34:11.361Z] === RUN TestCopyFromContainer//bar/root/ [2020-04-06T17:34:11.361Z] === RUN TestCopyFromContainer/bar/quux [2020-04-06T17:34:11.361Z] === RUN TestCopyFromContainer/bar/quux/ [2020-04-06T17:34:11.651Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-04-06T17:34:11.651Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-04-06T17:34:11.651Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-04-06T17:34:11.935Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-04-06T17:34:11.935Z] === RUN TestCopyFromContainer/bar/notarget [2020-04-06T17:34:11.935Z] --- PASS: TestCopyFromContainer (2.52s) [2020-04-06T17:34:11.935Z] --- PASS: TestCopyFromContainer// (0.09s) [2020-04-06T17:34:11.935Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2020-04-06T17:34:11.935Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-04-06T17:34:11.935Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2020-04-06T17:34:11.935Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-04-06T17:34:11.935Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2020-04-06T17:34:11.935Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-04-06T17:34:11.935Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-04-06T17:34:11.935Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-04-06T17:34:11.935Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-04-06T17:34:11.935Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-04-06T17:34:11.935Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-06T17:34:11.935Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-06T17:34:11.935Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-06T17:34:11.935Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-06T17:34:11.935Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-06T17:34:11.935Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-06T17:34:12.219Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-06T17:34:12.219Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-06T17:34:12.219Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-06T17:34:12.219Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-04-06T17:34:12.219Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-04-06T17:34:12.219Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-04-06T17:34:12.219Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-04-06T17:34:12.219Z] === RUN TestCreateLinkToNonExistingContainer [2020-04-06T17:34:12.219Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-04-06T17:34:12.219Z] === RUN TestCreateWithInvalidEnv [2020-04-06T17:34:12.219Z] === RUN TestCreateWithInvalidEnv/0 [2020-04-06T17:34:12.219Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-04-06T17:34:12.219Z] === RUN TestCreateWithInvalidEnv/1 [2020-04-06T17:34:12.219Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-04-06T17:34:12.219Z] === RUN TestCreateWithInvalidEnv/2 [2020-04-06T17:34:12.219Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-04-06T17:34:12.219Z] === CONT TestCreateWithInvalidEnv/0 [2020-04-06T17:34:12.219Z] === CONT TestCreateWithInvalidEnv/1 [2020-04-06T17:34:12.219Z] === CONT TestCreateWithInvalidEnv/2 [2020-04-06T17:34:12.219Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-04-06T17:34:12.219Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-04-06T17:34:12.219Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-04-06T17:34:12.219Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-04-06T17:34:12.219Z] === RUN TestCreateTmpfsMountsTarget [2020-04-06T17:34:12.219Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2020-04-06T17:34:12.219Z] === RUN TestCreateWithCustomMaskedPaths [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCustomMaskedPaths (1.87s) [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCapabilities [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-04-06T17:34:14.246Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-04-06T17:34:14.246Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-04-06T17:34:14.246Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-04-06T17:34:14.246Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-04-06T17:34:14.246Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-06T17:34:14.246Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-04-06T17:34:14.246Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-04-06T17:34:14.246Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-04-06T17:34:14.246Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-04-06T17:34:14.246Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-04-06T17:34:14.246Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-04-06T17:34:14.246Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-04-06T17:34:14.246Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-04-06T17:34:14.246Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-04-06T17:34:14.246Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-04-06T17:34:14.246Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-04-06T17:34:14.246Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-04-06T17:34:14.246Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-04-06T17:34:14.246Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-06T17:34:14.246Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-04-06T17:34:14.246Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-04-06T17:34:14.246Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCapabilities (0.05s) [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.04s) [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.04s) [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.04s) [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.04s) [2020-04-06T17:34:14.246Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2020-04-06T17:34:14.246Z] === RUN TestCreateWithCustomReadonlyPaths [2020-04-06T17:34:16.274Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.94s) [2020-04-06T17:34:16.274Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-04-06T17:34:16.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-06T17:34:16.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-06T17:34:16.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-06T17:34:16.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-06T17:34:16.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-06T17:34:16.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-06T17:34:16.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-06T17:34:16.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-06T17:34:16.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-06T17:34:16.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-06T17:34:16.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-06T17:34:16.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-06T17:34:16.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-06T17:34:16.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-06T17:34:16.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-06T17:34:16.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2020-04-06T17:34:16.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-04-06T17:34:16.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-04-06T17:34:16.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-04-06T17:34:16.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-04-06T17:34:16.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-04-06T17:34:16.274Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-04-06T17:34:16.894Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.66s) [2020-04-06T17:34:16.894Z] === RUN TestContainerStartOnDaemonRestart [2020-04-06T17:34:16.894Z] === PAUSE TestContainerStartOnDaemonRestart [2020-04-06T17:34:16.894Z] === RUN TestDaemonRestartIpcMode [2020-04-06T17:34:16.894Z] === PAUSE TestDaemonRestartIpcMode [2020-04-06T17:34:16.894Z] === RUN TestDiff [2020-04-06T17:34:17.512Z] --- PASS: TestDiff (0.63s) [2020-04-06T17:34:17.512Z] === RUN TestExecWithCloseStdin [2020-04-06T17:34:18.522Z] --- PASS: TestExecWithCloseStdin (0.79s) [2020-04-06T17:34:18.522Z] === RUN TestExec [2020-04-06T17:34:19.141Z] --- PASS: TestExec (0.75s) [2020-04-06T17:34:19.141Z] === RUN TestExecUser [2020-04-06T17:34:20.154Z] --- PASS: TestExecUser (0.80s) [2020-04-06T17:34:20.154Z] === RUN TestExportContainerAndImportImage [2020-04-06T17:34:20.775Z] --- PASS: TestExportContainerAndImportImage (0.99s) [2020-04-06T17:34:20.775Z] === RUN TestExportContainerAfterDaemonRestart [2020-04-06T17:34:20.980Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-04-06T17:34:20.980Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-04-06T17:34:20.980Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-04-06T17:34:20.980Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-04-06T17:34:20.980Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-04-06T17:34:20.980Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-04-06T17:34:20.980Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-04-06T17:34:21.236Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-04-06T17:34:21.236Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-04-06T17:34:21.236Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-04-06T17:34:21.493Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-04-06T17:34:21.749Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-04-06T17:34:22.313Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-04-06T17:34:22.313Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-04-06T17:34:22.812Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2020-04-06T17:34:22.812Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2020-04-06T17:34:22.812Z] daemon.go:325: [db946c4150b58] waiting for daemon to start [2020-04-06T17:34:22.812Z] daemon.go:325: [db946c4150b58] waiting for daemon to start [2020-04-06T17:34:22.812Z] daemon.go:353: [db946c4150b58] daemon started [2020-04-06T17:34:22.812Z] daemon.go:461: [db946c4150b58] Stopping daemon [2020-04-06T17:34:22.812Z] daemon.go:296: [db946c4150b58] exiting daemon [2020-04-06T17:34:22.812Z] daemon.go:448: [db946c4150b58] Daemon stopped [2020-04-06T17:34:22.812Z] daemon.go:325: [db946c4150b58] waiting for daemon to start [2020-04-06T17:34:22.812Z] daemon.go:325: [db946c4150b58] waiting for daemon to start [2020-04-06T17:34:22.812Z] daemon.go:353: [db946c4150b58] daemon started [2020-04-06T17:34:22.812Z] daemon.go:461: [db946c4150b58] Stopping daemon [2020-04-06T17:34:22.812Z] daemon.go:296: [db946c4150b58] exiting daemon [2020-04-06T17:34:22.812Z] daemon.go:448: [db946c4150b58] Daemon stopped [2020-04-06T17:34:22.812Z] === RUN TestHealthCheckWorkdir [2020-04-06T17:34:23.245Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-04-06T17:34:23.245Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-04-06T17:34:23.443Z] --- PASS: TestHealthCheckWorkdir (0.97s) [2020-04-06T17:34:23.443Z] === RUN TestHealthKillContainer [2020-04-06T17:34:24.174Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-04-06T17:34:25.104Z] === RUN TestDockerSuite/TestImagesFormat [2020-04-06T17:34:25.104Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-04-06T17:34:25.361Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-04-06T17:34:25.925Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-04-06T17:34:26.933Z] --- PASS: TestHealthKillContainer (2.90s) [2020-04-06T17:34:26.933Z] === RUN TestInspectCpusetInConfigPre120 [2020-04-06T17:34:26.933Z] --- PASS: TestInspectCpusetInConfigPre120 (0.69s) [2020-04-06T17:34:26.933Z] === RUN TestIpcModeNone [2020-04-06T17:34:27.953Z] --- PASS: TestIpcModeNone (0.81s) [2020-04-06T17:34:27.953Z] === RUN TestIpcModePrivate [2020-04-06T17:34:28.573Z] --- PASS: TestIpcModePrivate (0.81s) [2020-04-06T17:34:28.573Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:53, shared: false, mustBeShared: false [2020-04-06T17:34:28.573Z] === RUN TestIpcModeShareable [2020-04-06T17:34:28.772Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-04-06T17:34:29.198Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-04-06T17:34:29.198Z] === RUN TestDockerSuite/TestImportBadURL [2020-04-06T17:34:29.198Z] === RUN TestDockerSuite/TestImportDisplay [2020-04-06T17:34:29.587Z] --- PASS: TestIpcModeShareable (0.82s) [2020-04-06T17:34:29.587Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:47, shared: true, mustBeShared: true [2020-04-06T17:34:29.587Z] === RUN TestAPIIpcModeShareableAndContainer [2020-04-06T17:34:30.569Z] === RUN TestDockerSuite/TestImportFile [2020-04-06T17:34:32.277Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.31s) [2020-04-06T17:34:32.277Z] === RUN TestAPIIpcModeHost [2020-04-06T17:34:32.611Z] --- PASS: TestAPIIpcModeHost (0.60s) [2020-04-06T17:34:32.611Z] === RUN TestDaemonIpcModeShareable [2020-04-06T17:34:33.845Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-04-06T17:34:33.845Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-04-06T17:34:34.093Z] --- PASS: TestDaemonIpcModeShareable (1.68s) [2020-04-06T17:34:34.093Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2020-04-06T17:34:34.093Z] daemon.go:325: [d2ade8f0be760] waiting for daemon to start [2020-04-06T17:34:34.093Z] daemon.go:325: [d2ade8f0be760] waiting for daemon to start [2020-04-06T17:34:34.093Z] daemon.go:353: [d2ade8f0be760] daemon started [2020-04-06T17:34:34.093Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2020-04-06T17:34:34.093Z] daemon.go:461: [d2ade8f0be760] Stopping daemon [2020-04-06T17:34:34.093Z] daemon.go:296: [d2ade8f0be760] exiting daemon [2020-04-06T17:34:34.093Z] daemon.go:448: [d2ade8f0be760] Daemon stopped [2020-04-06T17:34:34.093Z] === RUN TestDaemonIpcModePrivate [2020-04-06T17:34:35.742Z] === RUN TestDockerSuite/TestImportGzipped [2020-04-06T17:34:36.127Z] --- PASS: TestDaemonIpcModePrivate (1.69s) [2020-04-06T17:34:36.127Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2020-04-06T17:34:36.127Z] daemon.go:325: [d6fc7aa83948c] waiting for daemon to start [2020-04-06T17:34:36.127Z] daemon.go:325: [d6fc7aa83948c] waiting for daemon to start [2020-04-06T17:34:36.127Z] daemon.go:353: [d6fc7aa83948c] daemon started [2020-04-06T17:34:36.127Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2020-04-06T17:34:36.127Z] daemon.go:461: [d6fc7aa83948c] Stopping daemon [2020-04-06T17:34:36.127Z] daemon.go:296: [d6fc7aa83948c] exiting daemon [2020-04-06T17:34:36.127Z] daemon.go:448: [d6fc7aa83948c] Daemon stopped [2020-04-06T17:34:36.127Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-04-06T17:34:37.132Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-04-06T17:34:37.607Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.66s) [2020-04-06T17:34:37.607Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2020-04-06T17:34:37.607Z] daemon.go:325: [de218455f23bd] waiting for daemon to start [2020-04-06T17:34:37.607Z] daemon.go:325: [de218455f23bd] waiting for daemon to start [2020-04-06T17:34:37.607Z] daemon.go:353: [de218455f23bd] daemon started [2020-04-06T17:34:37.607Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2020-04-06T17:34:37.607Z] daemon.go:461: [de218455f23bd] Stopping daemon [2020-04-06T17:34:37.607Z] daemon.go:296: [de218455f23bd] exiting daemon [2020-04-06T17:34:37.607Z] daemon.go:448: [de218455f23bd] Daemon stopped [2020-04-06T17:34:37.607Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-04-06T17:34:39.032Z] === RUN TestDockerSuite/TestInfoDebug [2020-04-06T17:34:39.089Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s) [2020-04-06T17:34:39.089Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2020-04-06T17:34:39.089Z] daemon.go:325: [d5286aaa4d99f] waiting for daemon to start [2020-04-06T17:34:39.089Z] daemon.go:325: [d5286aaa4d99f] waiting for daemon to start [2020-04-06T17:34:39.089Z] daemon.go:353: [d5286aaa4d99f] daemon started [2020-04-06T17:34:39.089Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2020-04-06T17:34:39.089Z] daemon.go:461: [d5286aaa4d99f] Stopping daemon [2020-04-06T17:34:39.089Z] daemon.go:296: [d5286aaa4d99f] exiting daemon [2020-04-06T17:34:39.089Z] daemon.go:448: [d5286aaa4d99f] Daemon stopped [2020-04-06T17:34:39.089Z] === RUN TestIpcModeOlderClient [2020-04-06T17:34:39.089Z] === PAUSE TestIpcModeOlderClient [2020-04-06T17:34:39.089Z] === RUN TestKillContainerInvalidSignal [2020-04-06T17:34:39.595Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2020-04-06T17:34:39.731Z] --- PASS: TestKillContainerInvalidSignal (0.69s) [2020-04-06T17:34:39.731Z] === RUN TestKillContainer [2020-04-06T17:34:40.017Z] === RUN TestKillContainer/no_signal [2020-04-06T17:34:40.158Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2020-04-06T17:34:40.635Z] === RUN TestKillContainer/non_killing_signal [2020-04-06T17:34:40.721Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2020-04-06T17:34:40.919Z] === RUN TestKillContainer/killing_signal [2020-04-06T17:34:41.651Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-04-06T17:34:41.931Z] --- PASS: TestKillContainer (2.03s) [2020-04-06T17:34:41.932Z] --- PASS: TestKillContainer/no_signal (0.67s) [2020-04-06T17:34:41.932Z] --- PASS: TestKillContainer/non_killing_signal (0.45s) [2020-04-06T17:34:41.932Z] --- PASS: TestKillContainer/killing_signal (0.61s) [2020-04-06T17:34:41.932Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-04-06T17:34:41.932Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-04-06T17:34:42.549Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-04-06T17:34:43.020Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-04-06T17:34:43.172Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.37s) [2020-04-06T17:34:43.172Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.66s) [2020-04-06T17:34:43.172Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.46s) [2020-04-06T17:34:43.172Z] === RUN TestKillStoppedContainer [2020-04-06T17:34:43.430Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-04-06T17:34:43.457Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-04-06T17:34:43.457Z] === RUN TestKillStoppedContainerAPIPre120 [2020-04-06T17:34:43.457Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-04-06T17:34:43.457Z] === RUN TestKillDifferentUserContainer [2020-04-06T17:34:43.585Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-04-06T17:34:44.076Z] --- PASS: TestKillDifferentUserContainer (0.70s) [2020-04-06T17:34:44.076Z] === RUN TestInspectOomKilledTrue [2020-04-06T17:34:44.515Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-04-06T17:34:44.515Z] === RUN TestDockerSuite/TestInfoFormat [2020-04-06T17:34:44.772Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-04-06T17:34:44.772Z] === RUN TestDockerSuite/TestInsecureRegistries [2020-04-06T17:34:45.335Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-04-06T17:34:45.551Z] --- PASS: TestInspectOomKilledTrue (1.19s) [2020-04-06T17:34:45.551Z] === RUN TestInspectOomKilledFalse [2020-04-06T17:34:45.835Z] --- PASS: TestInspectOomKilledFalse (0.63s) [2020-04-06T17:34:45.835Z] === RUN TestLinksEtcHostsContentMatch [2020-04-06T17:34:46.265Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-04-06T17:34:46.454Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2020-04-06T17:34:46.454Z] === RUN TestLinksContainerNames [2020-04-06T17:34:46.829Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-04-06T17:34:47.759Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-04-06T17:34:47.929Z] --- PASS: TestLinksContainerNames (1.28s) [2020-04-06T17:34:47.929Z] === RUN TestLogsFollowTailEmpty [2020-04-06T17:34:48.322Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-04-06T17:34:48.545Z] --- PASS: TestLogsFollowTailEmpty (0.63s) [2020-04-06T17:34:48.545Z] === RUN TestContainerNetworkMountsNoChown [2020-04-06T17:34:49.162Z] --- PASS: TestContainerNetworkMountsNoChown (0.64s) [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/default [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/default [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/private [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/private [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rprivate [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rprivate [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/slave [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/slave [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rslave [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rslave [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/shared [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/shared [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rshared [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rshared [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/default [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/default/mount_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/default/bind_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/rprivate [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/rshared [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/default/bind_root [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/private [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/private/bind_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/private/mount_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/slave [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/shared [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/rslave [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-04-06T17:34:49.162Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-04-06T17:34:49.162Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/default/mount_root [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/private/bind_root [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/private/mount_root [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-04-06T17:34:49.162Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-04-06T17:34:49.252Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-04-06T17:34:49.446Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-04-06T17:34:49.446Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-04-06T17:34:49.446Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-04-06T17:34:49.446Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-04-06T17:34:49.446Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-04-06T17:34:49.446Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-04-06T17:34:49.446Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-04-06T17:34:49.446Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-04-06T17:34:49.446Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-04-06T17:34:49.446Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-04-06T17:34:49.446Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot (0.05s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-04-06T17:34:49.446Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-04-06T17:34:49.447Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-04-06T17:34:49.447Z] === RUN TestContainerBindMountNonRecursive [2020-04-06T17:34:49.815Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-04-06T17:34:49.815Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-04-06T17:34:51.184Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-04-06T17:34:51.478Z] --- PASS: TestContainerBindMountNonRecursive (1.65s) [2020-04-06T17:34:51.478Z] === RUN TestNetworkNat [2020-04-06T17:34:51.748Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-04-06T17:34:51.762Z] --- PASS: TestNetworkNat (0.71s) [2020-04-06T17:34:51.762Z] === RUN TestNetworkLocalhostTCPNat [2020-04-06T17:34:52.679Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-04-06T17:34:52.771Z] --- PASS: TestNetworkLocalhostTCPNat (0.69s) [2020-04-06T17:34:52.771Z] === RUN TestNetworkLoopbackNat [2020-04-06T17:34:53.243Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-04-06T17:34:53.243Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-04-06T17:34:53.392Z] --- PASS: TestNetworkLoopbackNat (0.94s) [2020-04-06T17:34:53.392Z] === RUN TestPause [2020-04-06T17:34:53.620Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-04-06T17:34:54.176Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-04-06T17:34:54.176Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-04-06T17:34:54.401Z] --- PASS: TestPause (0.70s) [2020-04-06T17:34:54.402Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-04-06T17:34:54.402Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-06T17:34:54.402Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-06T17:34:54.402Z] === RUN TestPauseStopPausedContainer [2020-04-06T17:34:55.020Z] --- PASS: TestPauseStopPausedContainer (0.71s) [2020-04-06T17:34:55.020Z] === RUN TestPsFilter [2020-04-06T17:34:55.020Z] --- PASS: TestPsFilter (0.19s) [2020-04-06T17:34:55.020Z] === RUN TestRemoveContainerWithRemovedVolume [2020-04-06T17:34:55.545Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-04-06T17:34:55.642Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.63s) [2020-04-06T17:34:55.642Z] === RUN TestRemoveContainerWithVolume [2020-04-06T17:34:56.258Z] --- PASS: TestRemoveContainerWithVolume (0.67s) [2020-04-06T17:34:56.258Z] === RUN TestRemoveContainerRunning [2020-04-06T17:34:56.477Z] === RUN TestDockerSuite/TestInspectDefault [2020-04-06T17:34:57.271Z] --- PASS: TestRemoveContainerRunning (0.68s) [2020-04-06T17:34:57.271Z] === RUN TestRemoveContainerForceRemoveRunning [2020-04-06T17:34:57.892Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.66s) [2020-04-06T17:34:57.892Z] === RUN TestRemoveInvalidContainer [2020-04-06T17:34:57.892Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2020-04-06T17:34:57.892Z] === RUN TestRenameLinkedContainer [2020-04-06T17:34:58.375Z] === RUN TestDockerSuite/TestInspectHistory [2020-04-06T17:34:58.939Z] === RUN TestDockerSuite/TestInspectImage [2020-04-06T17:34:58.939Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-04-06T17:34:58.939Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-04-06T17:34:58.939Z] === RUN TestDockerSuite/TestInspectInt64 [2020-04-06T17:34:59.871Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-04-06T17:35:00.577Z] --- PASS: TestRenameLinkedContainer (2.65s) [2020-04-06T17:35:00.577Z] === RUN TestRenameStoppedContainer [2020-04-06T17:35:00.803Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-04-06T17:35:01.061Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-04-06T17:35:01.195Z] --- PASS: TestRenameStoppedContainer (0.67s) [2020-04-06T17:35:01.195Z] === RUN TestRenameRunningContainerAndReuse [2020-04-06T17:35:01.625Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-04-06T17:35:02.556Z] === RUN TestDockerSuite/TestInspectPlugin [2020-04-06T17:35:02.672Z] --- PASS: TestRenameRunningContainerAndReuse (1.35s) [2020-04-06T17:35:02.672Z] === RUN TestRenameInvalidName [2020-04-06T17:35:03.304Z] --- PASS: TestRenameInvalidName (0.69s) [2020-04-06T17:35:03.304Z] === RUN TestRenameAnonymousContainer [2020-04-06T17:35:04.454Z] === RUN TestDockerSuite/TestInspectRootFS [2020-04-06T17:35:04.454Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-04-06T17:35:05.018Z] === RUN TestDockerSuite/TestInspectStatus [2020-04-06T17:35:05.949Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-04-06T17:35:05.997Z] --- PASS: TestRenameAnonymousContainer (2.52s) [2020-04-06T17:35:05.997Z] === RUN TestRenameContainerWithSameName [2020-04-06T17:35:06.282Z] --- PASS: TestRenameContainerWithSameName (0.64s) [2020-04-06T17:35:06.282Z] === RUN TestRenameContainerWithLinkedContainer [2020-04-06T17:35:07.789Z] --- PASS: TestRenameContainerWithLinkedContainer (1.33s) [2020-04-06T17:35:07.789Z] === RUN TestResize [2020-04-06T17:35:07.848Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-04-06T17:35:08.420Z] --- PASS: TestResize (0.66s) [2020-04-06T17:35:08.420Z] === RUN TestResizeWithInvalidSize [2020-04-06T17:35:08.778Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-04-06T17:35:09.040Z] --- PASS: TestResizeWithInvalidSize (0.67s) [2020-04-06T17:35:09.040Z] === RUN TestResizeWhenContainerNotStarted [2020-04-06T17:35:09.658Z] --- PASS: TestResizeWhenContainerNotStarted (0.64s) [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-06T17:35:09.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-06T17:35:09.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-06T17:35:09.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-06T17:35:09.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-06T17:35:09.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-06T17:35:09.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-06T17:35:09.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-06T17:35:09.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:35:09.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:35:09.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:35:09.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:35:09.658Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:35:09.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:35:09.658Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-06T17:35:09.658Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:35:09.658Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:35:09.658Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-06T17:35:09.707Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-04-06T17:35:10.271Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-04-06T17:35:11.202Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-04-06T17:35:11.713Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-06T17:35:11.713Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-06T17:35:11.765Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-04-06T17:35:12.006Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-06T17:35:12.694Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-04-06T17:35:12.694Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-04-06T17:35:13.047Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-06T17:35:13.259Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-04-06T17:35:14.542Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-06T17:35:15.156Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-04-06T17:35:15.167Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-06T17:35:15.453Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-06T17:35:17.050Z] === RUN TestDockerSuite/TestLinksEnvs [2020-04-06T17:35:17.498Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-06T17:35:18.947Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-04-06T17:35:19.204Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-04-06T17:35:20.197Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-04-06T17:35:20.198Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.23s) [2020-04-06T17:35:20.198Z] 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 [2020-04-06T17:35:20.198Z] daemon.go:325: [d69623019a4e2] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d69623019a4e2] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d69623019a4e2] daemon started [2020-04-06T17:35:20.198Z] daemon.go:325: [d69623019a4e2] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:296: [d69623019a4e2] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:325: [d69623019a4e2] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d69623019a4e2] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d69623019a4e2] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d69623019a4e2] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d69623019a4e2] Daemon stopped [2020-04-06T17:35:20.198Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.27s) [2020-04-06T17:35:20.198Z] 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 [2020-04-06T17:35:20.198Z] daemon.go:325: [d23bd1a2132ff] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d23bd1a2132ff] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d23bd1a2132ff] daemon started [2020-04-06T17:35:20.198Z] daemon.go:325: [d23bd1a2132ff] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:296: [d23bd1a2132ff] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:325: [d23bd1a2132ff] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d23bd1a2132ff] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d23bd1a2132ff] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d23bd1a2132ff] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d23bd1a2132ff] Daemon stopped [2020-04-06T17:35:20.198Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.41s) [2020-04-06T17:35:20.198Z] 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 [2020-04-06T17:35:20.198Z] daemon.go:325: [d30e1da5ad294] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d30e1da5ad294] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d30e1da5ad294] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d30e1da5ad294] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d30e1da5ad294] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d30e1da5ad294] Daemon stopped [2020-04-06T17:35:20.198Z] daemon.go:325: [d30e1da5ad294] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d30e1da5ad294] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d30e1da5ad294] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d30e1da5ad294] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d30e1da5ad294] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d30e1da5ad294] Daemon stopped [2020-04-06T17:35:20.198Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.48s) [2020-04-06T17:35:20.198Z] 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 [2020-04-06T17:35:20.198Z] daemon.go:325: [d00aec9933cc2] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d00aec9933cc2] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d00aec9933cc2] daemon started [2020-04-06T17:35:20.198Z] daemon.go:296: [d00aec9933cc2] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:325: [d00aec9933cc2] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d00aec9933cc2] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d00aec9933cc2] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d00aec9933cc2] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d00aec9933cc2] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d00aec9933cc2] Daemon stopped [2020-04-06T17:35:20.198Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.45s) [2020-04-06T17:35:20.198Z] 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 [2020-04-06T17:35:20.198Z] daemon.go:325: [d997bdc156c6b] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d997bdc156c6b] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d997bdc156c6b] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d997bdc156c6b] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d997bdc156c6b] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d997bdc156c6b] Daemon stopped [2020-04-06T17:35:20.198Z] daemon.go:325: [d997bdc156c6b] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d997bdc156c6b] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d997bdc156c6b] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d997bdc156c6b] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d997bdc156c6b] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d997bdc156c6b] Daemon stopped [2020-04-06T17:35:20.198Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.42s) [2020-04-06T17:35:20.198Z] 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 [2020-04-06T17:35:20.198Z] daemon.go:325: [d12b157c6f8a9] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d12b157c6f8a9] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d12b157c6f8a9] daemon started [2020-04-06T17:35:20.198Z] daemon.go:296: [d12b157c6f8a9] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:325: [d12b157c6f8a9] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d12b157c6f8a9] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d12b157c6f8a9] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d12b157c6f8a9] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d12b157c6f8a9] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d12b157c6f8a9] Daemon stopped [2020-04-06T17:35:20.198Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.57s) [2020-04-06T17:35:20.198Z] 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 [2020-04-06T17:35:20.198Z] daemon.go:325: [d5c66eb5f9b23] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d5c66eb5f9b23] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d5c66eb5f9b23] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d5c66eb5f9b23] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d5c66eb5f9b23] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d5c66eb5f9b23] Daemon stopped [2020-04-06T17:35:20.198Z] daemon.go:325: [d5c66eb5f9b23] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d5c66eb5f9b23] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d5c66eb5f9b23] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d5c66eb5f9b23] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d5c66eb5f9b23] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d5c66eb5f9b23] Daemon stopped [2020-04-06T17:35:20.198Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.50s) [2020-04-06T17:35:20.198Z] 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 [2020-04-06T17:35:20.198Z] daemon.go:325: [d9f96b8ef716c] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d9f96b8ef716c] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d9f96b8ef716c] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d9f96b8ef716c] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d9f96b8ef716c] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d9f96b8ef716c] Daemon stopped [2020-04-06T17:35:20.198Z] daemon.go:325: [d9f96b8ef716c] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d9f96b8ef716c] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d9f96b8ef716c] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d9f96b8ef716c] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d9f96b8ef716c] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d9f96b8ef716c] Daemon stopped [2020-04-06T17:35:20.198Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.33s) [2020-04-06T17:35:20.198Z] 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 [2020-04-06T17:35:20.198Z] daemon.go:325: [d8741a8d31ef8] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d8741a8d31ef8] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d8741a8d31ef8] daemon started [2020-04-06T17:35:20.198Z] daemon.go:296: [d8741a8d31ef8] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:325: [d8741a8d31ef8] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d8741a8d31ef8] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d8741a8d31ef8] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d8741a8d31ef8] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d8741a8d31ef8] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d8741a8d31ef8] Daemon stopped [2020-04-06T17:35:20.198Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.46s) [2020-04-06T17:35:20.198Z] 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 [2020-04-06T17:35:20.198Z] daemon.go:325: [d3e16de00a7d2] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d3e16de00a7d2] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d3e16de00a7d2] daemon started [2020-04-06T17:35:20.198Z] daemon.go:325: [d3e16de00a7d2] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:296: [d3e16de00a7d2] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:325: [d3e16de00a7d2] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d3e16de00a7d2] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d3e16de00a7d2] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d3e16de00a7d2] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d3e16de00a7d2] Daemon stopped [2020-04-06T17:35:20.198Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.26s) [2020-04-06T17:35:20.198Z] 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 [2020-04-06T17:35:20.198Z] daemon.go:325: [d6918d0f25901] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d6918d0f25901] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d6918d0f25901] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d6918d0f25901] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d6918d0f25901] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d6918d0f25901] Daemon stopped [2020-04-06T17:35:20.198Z] daemon.go:325: [d6918d0f25901] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [d6918d0f25901] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [d6918d0f25901] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [d6918d0f25901] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [d6918d0f25901] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [d6918d0f25901] Daemon stopped [2020-04-06T17:35:20.198Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.48s) [2020-04-06T17:35:20.198Z] 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 [2020-04-06T17:35:20.198Z] daemon.go:325: [debcc3b27add4] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [debcc3b27add4] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [debcc3b27add4] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [debcc3b27add4] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [debcc3b27add4] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [debcc3b27add4] Daemon stopped [2020-04-06T17:35:20.198Z] daemon.go:325: [debcc3b27add4] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:325: [debcc3b27add4] waiting for daemon to start [2020-04-06T17:35:20.198Z] daemon.go:353: [debcc3b27add4] daemon started [2020-04-06T17:35:20.198Z] daemon.go:461: [debcc3b27add4] Stopping daemon [2020-04-06T17:35:20.198Z] daemon.go:296: [debcc3b27add4] exiting daemon [2020-04-06T17:35:20.198Z] daemon.go:448: [debcc3b27add4] Daemon stopped [2020-04-06T17:35:20.198Z] === RUN TestKernelTCPMemory [2020-04-06T17:35:20.815Z] --- PASS: TestKernelTCPMemory (0.79s) [2020-04-06T17:35:20.815Z] === RUN TestNISDomainname [2020-04-06T17:35:21.096Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-04-06T17:35:21.828Z] --- PASS: TestNISDomainname (0.89s) [2020-04-06T17:35:21.828Z] === RUN TestStats [2020-04-06T17:35:23.299Z] --- PASS: TestStats (1.67s) [2020-04-06T17:35:23.299Z] === RUN TestStopContainerWithTimeout [2020-04-06T17:35:23.299Z] === RUN TestStopContainerWithTimeout/0 [2020-04-06T17:35:23.299Z] === PAUSE TestStopContainerWithTimeout/0 [2020-04-06T17:35:23.299Z] === RUN TestStopContainerWithTimeout/1 [2020-04-06T17:35:23.299Z] === PAUSE TestStopContainerWithTimeout/1 [2020-04-06T17:35:23.299Z] === RUN TestStopContainerWithTimeout/3 [2020-04-06T17:35:23.299Z] === PAUSE TestStopContainerWithTimeout/3 [2020-04-06T17:35:23.299Z] === RUN TestStopContainerWithTimeout/-1 [2020-04-06T17:35:23.299Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-04-06T17:35:23.299Z] === CONT TestStopContainerWithTimeout/0 [2020-04-06T17:35:23.299Z] === CONT TestStopContainerWithTimeout/-1 [2020-04-06T17:35:23.299Z] === CONT TestStopContainerWithTimeout/1 [2020-04-06T17:35:23.299Z] === CONT TestStopContainerWithTimeout/3 [2020-04-06T17:35:23.435Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-04-06T17:35:23.617Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-04-06T17:35:26.137Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-04-06T17:35:26.137Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-04-06T17:35:26.776Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-04-06T17:35:26.776Z] --- PASS: TestStopContainerWithTimeout/0 (1.24s) [2020-04-06T17:35:26.776Z] --- PASS: TestStopContainerWithTimeout/1 (2.32s) [2020-04-06T17:35:26.776Z] --- PASS: TestStopContainerWithTimeout/3 (3.16s) [2020-04-06T17:35:26.776Z] --- PASS: TestStopContainerWithTimeout/-1 (3.31s) [2020-04-06T17:35:26.776Z] === RUN TestDeleteDevicemapper [2020-04-06T17:35:26.776Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-04-06T17:35:26.776Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-06T17:35:26.776Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-04-06T17:35:28.659Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-04-06T17:35:28.659Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-04-06T17:35:29.589Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-04-06T17:35:30.243Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.97s) [2020-04-06T17:35:30.243Z] === RUN TestUpdateMemory [2020-04-06T17:35:30.528Z] --- PASS: TestUpdateMemory (0.95s) [2020-04-06T17:35:30.528Z] === RUN TestUpdateCPUQuota [2020-04-06T17:35:32.020Z] --- PASS: TestUpdateCPUQuota (1.29s) [2020-04-06T17:35:32.020Z] === RUN TestUpdatePidsLimit [2020-04-06T17:35:32.020Z] === RUN TestUpdatePidsLimit/update_from_none [2020-04-06T17:35:32.303Z] === RUN TestUpdatePidsLimit/no_change [2020-04-06T17:35:32.587Z] === RUN TestUpdatePidsLimit/update_lower [2020-04-06T17:35:32.872Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-04-06T17:35:33.156Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-04-06T17:35:33.624Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-04-06T17:35:33.814Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-04-06T17:35:33.814Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-04-06T17:35:35.291Z] --- PASS: TestUpdatePidsLimit (3.29s) [2020-04-06T17:35:35.291Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2020-04-06T17:35:35.291Z] --- PASS: TestUpdatePidsLimit/no_change (0.32s) [2020-04-06T17:35:35.291Z] --- PASS: TestUpdatePidsLimit/update_lower (0.31s) [2020-04-06T17:35:35.291Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.34s) [2020-04-06T17:35:35.291Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.34s) [2020-04-06T17:35:35.291Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s) [2020-04-06T17:35:35.291Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.33s) [2020-04-06T17:35:35.291Z] === RUN TestUpdateRestartPolicy [2020-04-06T17:35:41.802Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-04-06T17:35:43.812Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-04-06T17:35:44.323Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-04-06T17:35:46.215Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-04-06T17:35:47.146Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-04-06T17:35:47.819Z] --- PASS: TestUpdateRestartPolicy (12.07s) [2020-04-06T17:35:47.819Z] === RUN TestUpdateRestartWithAutoRemove [2020-04-06T17:35:48.103Z] --- PASS: TestUpdateRestartWithAutoRemove (0.68s) [2020-04-06T17:35:48.103Z] === RUN TestWaitNonBlocked [2020-04-06T17:35:48.103Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-06T17:35:48.103Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-06T17:35:48.103Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-06T17:35:48.103Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-06T17:35:48.103Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-06T17:35:48.103Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-06T17:35:49.121Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-04-06T17:35:49.121Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.89s) [2020-04-06T17:35:49.121Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.97s) [2020-04-06T17:35:49.121Z] === RUN TestWaitBlocked [2020-04-06T17:35:49.121Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-06T17:35:49.121Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-06T17:35:49.121Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-04-06T17:35:49.121Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-04-06T17:35:49.121Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-06T17:35:49.121Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-04-06T17:35:49.666Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-04-06T17:35:49.666Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-04-06T17:35:49.924Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-04-06T17:35:50.134Z] --- PASS: TestWaitBlocked (0.04s) [2020-04-06T17:35:50.134Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.85s) [2020-04-06T17:35:50.134Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.93s) [2020-04-06T17:35:50.134Z] === CONT TestContainerStartOnDaemonRestart [2020-04-06T17:35:50.134Z] === CONT TestIpcModeOlderClient [2020-04-06T17:35:50.134Z] === CONT TestDaemonRestartIpcMode [2020-04-06T17:35:50.134Z] --- PASS: TestIpcModeOlderClient (0.16s) [2020-04-06T17:35:50.180Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-04-06T17:35:50.180Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-04-06T17:35:50.743Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-04-06T17:35:51.673Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-04-06T17:35:53.567Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-04-06T17:35:53.631Z] --- PASS: TestContainerStartOnDaemonRestart (3.10s) [2020-04-06T17:35:53.631Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2020-04-06T17:35:53.631Z] daemon.go:325: [dfccfb44d7e4b] waiting for daemon to start [2020-04-06T17:35:53.631Z] daemon.go:325: [dfccfb44d7e4b] waiting for daemon to start [2020-04-06T17:35:53.631Z] daemon.go:353: [dfccfb44d7e4b] daemon started [2020-04-06T17:35:53.631Z] daemon.go:325: [dfccfb44d7e4b] waiting for daemon to start [2020-04-06T17:35:53.631Z] daemon.go:296: [dfccfb44d7e4b] exiting daemon [2020-04-06T17:35:53.631Z] daemon.go:325: [dfccfb44d7e4b] waiting for daemon to start [2020-04-06T17:35:53.631Z] daemon.go:353: [dfccfb44d7e4b] daemon started [2020-04-06T17:35:53.631Z] daemon.go:461: [dfccfb44d7e4b] Stopping daemon [2020-04-06T17:35:53.631Z] daemon.go:296: [dfccfb44d7e4b] exiting daemon [2020-04-06T17:35:53.631Z] daemon.go:448: [dfccfb44d7e4b] Daemon stopped [2020-04-06T17:35:53.631Z] --- PASS: TestDaemonRestartIpcMode (3.78s) [2020-04-06T17:35:53.631Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2020-04-06T17:35:53.631Z] daemon.go:325: [d9bd9375b45dd] waiting for daemon to start [2020-04-06T17:35:53.631Z] daemon.go:325: [d9bd9375b45dd] waiting for daemon to start [2020-04-06T17:35:53.631Z] daemon.go:353: [d9bd9375b45dd] daemon started [2020-04-06T17:35:53.631Z] daemon.go:461: [d9bd9375b45dd] Stopping daemon [2020-04-06T17:35:53.631Z] daemon.go:296: [d9bd9375b45dd] exiting daemon [2020-04-06T17:35:53.631Z] daemon.go:448: [d9bd9375b45dd] Daemon stopped [2020-04-06T17:35:53.631Z] daemon.go:325: [d9bd9375b45dd] waiting for daemon to start [2020-04-06T17:35:53.631Z] daemon.go:325: [d9bd9375b45dd] waiting for daemon to start [2020-04-06T17:35:53.631Z] daemon.go:353: [d9bd9375b45dd] daemon started [2020-04-06T17:35:53.631Z] daemon.go:461: [d9bd9375b45dd] Stopping daemon [2020-04-06T17:35:53.631Z] daemon.go:296: [d9bd9375b45dd] exiting daemon [2020-04-06T17:35:53.631Z] daemon.go:448: [d9bd9375b45dd] Daemon stopped [2020-04-06T17:35:53.631Z] PASS [2020-04-06T17:35:53.631Z] [2020-04-06T17:35:53.631Z] === Skipped [2020-04-06T17:35:53.631Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-04-06T17:35:53.631Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-06T17:35:53.631Z] [2020-04-06T17:35:53.631Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-06T17:35:53.631Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-06T17:35:53.631Z] [2020-04-06T17:35:53.631Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-04-06T17:35:53.631Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-06T17:35:53.631Z] [2020-04-06T17:35:53.631Z] [2020-04-06T17:35:53.631Z] DONE 189 tests, 3 skipped in 104.709s [2020-04-06T17:35:53.631Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-04-06T17:35:53.632Z] ++ 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 [2020-04-06T17:35:53.632Z] ++ set -e [2020-04-06T17:35:53.632Z] ++ '[' -n 0 ']' [2020-04-06T17:35:53.632Z] ++ set -x [2020-04-06T17:35:53.632Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:35:53.955Z] INFO: Testing against a local daemon [2020-04-06T17:35:53.955Z] === RUN TestCommitInheritsEnv [2020-04-06T17:35:54.286Z] --- PASS: TestCommitInheritsEnv (0.45s) [2020-04-06T17:35:54.286Z] === RUN TestImportExtremelyLargeImageWorks [2020-04-06T17:35:54.286Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-04-06T17:35:54.286Z] === RUN TestImagesFilterMultiReference [2020-04-06T17:35:54.286Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-04-06T17:35:54.286Z] === RUN TestImagePullPlatformInvalid [2020-04-06T17:35:54.610Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-04-06T17:35:54.610Z] === RUN TestRemoveImageOrphaning [2020-04-06T17:35:54.936Z] --- PASS: TestRemoveImageOrphaning (0.40s) [2020-04-06T17:35:54.936Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-04-06T17:35:54.936Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-04-06T17:35:54.936Z] === RUN TestTagInvalidReference [2020-04-06T17:35:54.936Z] --- PASS: TestTagInvalidReference (0.05s) [2020-04-06T17:35:54.936Z] === RUN TestTagValidPrefixedRepo [2020-04-06T17:35:54.936Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-04-06T17:35:54.936Z] === RUN TestTagExistedNameWithoutForce [2020-04-06T17:35:54.936Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-04-06T17:35:54.936Z] === RUN TestTagOfficialNames [2020-04-06T17:35:55.257Z] --- PASS: TestTagOfficialNames (0.07s) [2020-04-06T17:35:55.257Z] === RUN TestTagMatchesDigest [2020-04-06T17:35:55.257Z] --- PASS: TestTagMatchesDigest (0.04s) [2020-04-06T17:35:55.257Z] === CONT TestImportExtremelyLargeImageWorks [2020-04-06T17:35:55.458Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-04-06T17:35:56.828Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-04-06T17:36:02.080Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-04-06T17:36:02.080Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-04-06T17:36:02.080Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-04-06T17:36:03.447Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-04-06T17:36:04.816Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-04-06T17:36:05.748Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-04-06T17:36:07.117Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-04-06T17:36:08.487Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-04-06T17:36:11.012Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-04-06T17:36:11.942Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-04-06T17:36:12.890Z] === RUN TestDockerSuite/TestLogsSince [2020-04-06T17:36:19.438Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-04-06T17:36:19.696Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-04-06T17:36:23.869Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-04-06T17:36:25.761Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-04-06T17:36:26.326Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-04-06T17:36:26.326Z] === RUN TestDockerSuite/TestLogsTail [2020-04-06T17:36:27.256Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-04-06T17:36:28.186Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-04-06T17:36:29.117Z] === RUN TestDockerSuite/TestMountIntoProc [2020-04-06T17:36:29.680Z] === RUN TestDockerSuite/TestMountIntoSys [2020-04-06T17:36:29.680Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-04-06T17:36:30.611Z] === RUN TestDockerSuite/TestNetHostname [2020-04-06T17:36:33.133Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-04-06T17:36:33.133Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-04-06T17:36:33.389Z] === RUN TestDockerSuite/TestNetworkEvents [2020-04-06T17:36:34.758Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-04-06T17:36:36.654Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-04-06T17:36:37.217Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-04-06T17:36:38.149Z] === RUN TestDockerSuite/TestPluginActive [2020-04-06T17:36:39.518Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-04-06T17:36:39.518Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-04-06T17:36:46.070Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-04-06T17:36:46.327Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-04-06T17:36:46.327Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-04-06T17:36:46.891Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-04-06T17:36:50.175Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-04-06T17:36:50.432Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-04-06T17:36:51.801Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-04-06T17:36:54.322Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-04-06T17:36:59.573Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-04-06T17:37:00.943Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-04-06T17:37:02.311Z] === RUN TestDockerSuite/TestPortHostBinding [2020-04-06T17:37:03.680Z] === RUN TestDockerSuite/TestPortList [2020-04-06T17:37:09.590Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-04-06T17:37:09.590Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-04-06T17:37:09.590Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-04-06T17:37:09.590Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-04-06T17:37:09.590Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-04-06T17:37:09.590Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-04-06T17:37:09.590Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-04-06T17:37:09.590Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-04-06T17:37:09.590Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-04-06T17:37:09.590Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-04-06T17:37:10.038Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-04-06T17:37:13.634Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-04-06T17:37:14.650Z] === RUN TestDockerSuite/TestBuildEnv [2020-04-06T17:37:14.650Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-04-06T17:37:14.650Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-04-06T17:37:14.650Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-04-06T17:37:14.650Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-04-06T17:37:14.650Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-04-06T17:37:15.001Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-04-06T17:37:15.564Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-04-06T17:37:17.496Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-04-06T17:37:17.496Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-04-06T17:37:17.944Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-04-06T17:37:17.944Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-04-06T17:37:18.391Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-04-06T17:37:22.110Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-04-06T17:37:22.110Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-04-06T17:37:22.110Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-04-06T17:37:22.998Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-04-06T17:37:23.040Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-04-06T17:37:23.040Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-04-06T17:37:23.603Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-04-06T17:37:23.603Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-04-06T17:37:24.532Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-04-06T17:37:24.532Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-04-06T17:37:25.462Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-04-06T17:37:26.394Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-04-06T17:37:26.394Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-04-06T17:37:29.687Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-04-06T17:37:29.688Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-04-06T17:37:31.600Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-04-06T17:37:32.530Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-04-06T17:37:32.530Z] === RUN TestDockerSuite/TestPsByOrder [2020-04-06T17:37:35.802Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-04-06T17:37:36.734Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-04-06T17:37:40.006Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-04-06T17:37:40.530Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-04-06T17:37:40.530Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-04-06T17:37:40.530Z] === RUN TestDockerSuite/TestBuildExpose [2020-04-06T17:37:40.530Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-04-06T17:37:40.530Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-04-06T17:37:40.530Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-04-06T17:37:40.530Z] === RUN TestDockerSuite/TestBuildFails [2020-04-06T17:37:41.474Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-04-06T17:37:41.474Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-04-06T17:37:42.526Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-04-06T17:37:45.802Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-04-06T17:37:45.802Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-04-06T17:37:45.802Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-04-06T17:37:49.079Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-04-06T17:37:49.336Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-04-06T17:37:51.666Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-04-06T17:37:52.610Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-04-06T17:37:55.329Z] === RUN TestDockerSuite/TestBuildForceRm [2020-04-06T17:37:55.882Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-04-06T17:37:57.251Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-04-06T17:37:59.145Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-04-06T17:38:01.666Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-04-06T17:38:03.035Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-04-06T17:38:04.403Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-04-06T17:38:06.321Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-04-06T17:38:07.567Z] === RUN TestDockerSuite/TestBuildFromGit [2020-04-06T17:38:08.841Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-04-06T17:38:10.209Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-04-06T17:38:10.465Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-04-06T17:38:11.395Z] === RUN TestDockerSuite/TestPsRightTagName [2020-04-06T17:38:12.171Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-04-06T17:38:12.618Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-04-06T17:38:14.022Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-04-06T17:38:14.022Z] === RUN TestDockerSuite/TestPsShowMounts [2020-04-06T17:38:17.296Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-04-06T17:38:17.296Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-04-06T17:38:17.552Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-04-06T17:38:17.552Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-04-06T17:38:17.809Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-04-06T17:38:17.809Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-04-06T17:38:18.065Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-04-06T17:38:18.317Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-04-06T17:38:18.318Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-04-06T17:38:18.318Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-04-06T17:38:18.764Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-04-06T17:38:18.996Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-04-06T17:38:19.211Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-04-06T17:38:20.366Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-04-06T17:38:20.623Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-04-06T17:38:21.993Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-04-06T17:38:22.925Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-04-06T17:38:23.858Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-04-06T17:38:27.664Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-04-06T17:38:27.664Z] === RUN TestDockerSuite/TestBuildHistory [2020-04-06T17:38:31.954Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-04-06T17:38:31.954Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-04-06T17:38:33.324Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-04-06T17:38:35.219Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-04-06T17:38:35.476Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-04-06T17:38:35.476Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-04-06T17:38:35.732Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-04-06T17:38:36.296Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-04-06T17:38:37.867Z] === RUN TestDockerSuite/TestBuildIidFile [2020-04-06T17:38:37.867Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-04-06T17:38:38.825Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-04-06T17:38:39.370Z] === RUN TestDockerSuite/TestBuildInheritance [2020-04-06T17:38:39.370Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-04-06T17:38:39.817Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-04-06T17:38:39.817Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-04-06T17:38:40.200Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-04-06T17:38:44.372Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-04-06T17:38:44.421Z] === RUN TestDockerSuite/TestBuildLabel [2020-04-06T17:38:44.868Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-04-06T17:38:45.302Z] === RUN TestDockerSuite/TestRmiBlank [2020-04-06T17:38:45.302Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-04-06T17:38:45.315Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-04-06T17:38:45.559Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-04-06T17:38:46.258Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-04-06T17:38:46.705Z] === RUN TestDockerSuite/TestBuildLabels [2020-04-06T17:38:47.650Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-04-06T17:38:48.594Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-04-06T17:38:49.731Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-04-06T17:38:49.988Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-04-06T17:38:50.246Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-04-06T17:38:50.809Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-04-06T17:38:52.703Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-04-06T17:38:53.197Z] === RUN TestDockerSuite/TestBuildLastModified [2020-04-06T17:38:53.633Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-04-06T17:38:53.644Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-04-06T17:38:53.644Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-04-06T17:38:53.644Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-04-06T17:38:53.644Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-04-06T17:38:53.644Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-04-06T17:38:53.644Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-04-06T17:38:54.588Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-04-06T17:38:55.036Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-04-06T17:38:55.529Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-04-06T17:38:56.458Z] === RUN TestDockerSuite/TestRmiTag [2020-04-06T17:38:56.458Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-04-06T17:38:57.389Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-04-06T17:38:59.639Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-04-06T17:39:01.563Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-04-06T17:39:02.493Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-04-06T17:39:03.057Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-04-06T17:39:03.314Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-04-06T17:39:03.880Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-04-06T17:39:05.777Z] === RUN TestDockerSuite/TestRunAddHost [2020-04-06T17:39:06.341Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-04-06T17:39:06.597Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-04-06T17:39:07.529Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-04-06T17:39:07.529Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-04-06T17:39:08.092Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-04-06T17:39:10.009Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-04-06T17:39:10.939Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-04-06T17:39:11.868Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-04-06T17:39:12.433Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-04-06T17:39:14.303Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-04-06T17:39:14.303Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-04-06T17:39:14.326Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-04-06T17:39:15.250Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-04-06T17:39:15.695Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-04-06T17:39:15.695Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-04-06T17:39:16.625Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-04-06T17:39:17.997Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-04-06T17:39:18.560Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-04-06T17:39:19.493Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-04-06T17:39:20.425Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-04-06T17:39:21.796Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-04-06T17:39:22.727Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-04-06T17:39:23.658Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-04-06T17:39:24.588Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-04-06T17:39:25.151Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-04-06T17:39:25.151Z] === RUN TestDockerSuite/TestRunBindMounts [2020-04-06T17:39:27.671Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-04-06T17:39:28.601Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-04-06T17:39:28.859Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-04-06T17:39:29.116Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-04-06T17:39:30.047Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-04-06T17:39:30.979Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-04-06T17:39:30.979Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-04-06T17:39:31.911Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-04-06T17:39:32.477Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-04-06T17:39:33.410Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-04-06T17:39:33.973Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-04-06T17:39:34.904Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-04-06T17:39:34.904Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-04-06T17:39:35.844Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-04-06T17:39:35.844Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-04-06T17:39:36.777Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-04-06T17:39:37.708Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-04-06T17:39:38.639Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-04-06T17:39:39.570Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-04-06T17:39:39.570Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-04-06T17:39:40.134Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-04-06T17:39:42.030Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-04-06T17:39:43.399Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-04-06T17:39:44.330Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-04-06T17:39:44.894Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-04-06T17:39:44.997Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-04-06T17:39:45.825Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-04-06T17:39:46.758Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-04-06T17:39:48.994Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-04-06T17:39:48.994Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-04-06T17:39:49.251Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-04-06T17:39:51.144Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-04-06T17:39:54.419Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-04-06T17:39:54.419Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-04-06T17:39:54.719Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-04-06T17:39:55.348Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-04-06T17:39:57.870Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-04-06T17:39:57.870Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-04-06T17:39:59.325Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-04-06T17:39:59.766Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-04-06T17:40:02.289Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-04-06T17:40:04.812Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-04-06T17:40:04.812Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-04-06T17:40:04.812Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-04-06T17:40:05.743Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-04-06T17:40:07.654Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-04-06T17:40:09.023Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-04-06T17:40:09.528Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-04-06T17:40:10.920Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-04-06T17:40:11.485Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-04-06T17:40:12.048Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-04-06T17:40:14.138Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-04-06T17:40:14.573Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-04-06T17:40:14.830Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-04-06T17:40:14.830Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-04-06T17:40:15.761Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-04-06T17:40:17.655Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-04-06T17:40:17.655Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-04-06T17:40:18.219Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-04-06T17:40:19.150Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-04-06T17:40:19.714Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-04-06T17:40:20.645Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-04-06T17:40:20.645Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-04-06T17:40:21.211Z] === RUN TestDockerSuite/TestRunEnvironment [2020-04-06T17:40:22.141Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-04-06T17:40:23.072Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-04-06T17:40:23.647Z] === RUN TestDockerSuite/TestRunExitCode [2020-04-06T17:40:24.212Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-04-06T17:40:24.469Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-04-06T17:40:25.400Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-04-06T17:40:26.331Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-04-06T17:40:27.263Z] === RUN TestDockerSuite/TestRunExposePort [2020-04-06T17:40:27.263Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-04-06T17:40:27.827Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-04-06T17:40:28.757Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-04-06T17:40:30.652Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-04-06T17:40:30.652Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-04-06T17:40:30.652Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-04-06T17:40:34.828Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-04-06T17:40:35.059Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-04-06T17:40:35.059Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-04-06T17:40:35.084Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-04-06T17:40:37.620Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-04-06T17:40:40.142Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-04-06T17:40:40.758Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-04-06T17:40:41.702Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-04-06T17:40:41.702Z] === RUN TestDockerSuite/TestBuildNetNone [2020-04-06T17:40:41.702Z] === RUN TestDockerSuite/TestBuildNoContext [2020-04-06T17:40:43.833Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-04-06T17:40:46.689Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-04-06T17:40:47.502Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-04-06T17:40:47.620Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-04-06T17:40:49.514Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-04-06T17:40:49.514Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-04-06T17:40:49.514Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-04-06T17:40:49.514Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-04-06T17:40:49.634Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-04-06T17:40:50.077Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-04-06T17:40:50.083Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-04-06T17:40:50.083Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-04-06T17:40:52.222Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-04-06T17:40:53.168Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-04-06T17:40:53.354Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-04-06T17:40:54.116Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-04-06T17:40:54.725Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-04-06T17:40:56.619Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-04-06T17:40:57.550Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-04-06T17:40:58.114Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-04-06T17:40:58.678Z] === RUN TestDockerSuite/TestRunModeHostname [2020-04-06T17:41:00.048Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-04-06T17:41:00.048Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-04-06T17:41:00.048Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-04-06T17:41:00.305Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-04-06T17:41:02.201Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-04-06T17:41:02.580Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-04-06T17:41:03.133Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-04-06T17:41:03.389Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-04-06T17:41:03.523Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-04-06T17:41:04.181Z] --- PASS: TestImportExtremelyLargeImageWorks (307.64s) [2020-04-06T17:41:04.181Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2020-04-06T17:41:04.181Z] daemon.go:325: [d153c79b87aae] waiting for daemon to start [2020-04-06T17:41:04.181Z] daemon.go:325: [d153c79b87aae] waiting for daemon to start [2020-04-06T17:41:04.181Z] daemon.go:353: [d153c79b87aae] daemon started [2020-04-06T17:41:04.181Z] daemon.go:461: [d153c79b87aae] Stopping daemon [2020-04-06T17:41:04.181Z] daemon.go:296: [d153c79b87aae] exiting daemon [2020-04-06T17:41:04.181Z] daemon.go:448: [d153c79b87aae] Daemon stopped [2020-04-06T17:41:04.181Z] PASS [2020-04-06T17:41:04.181Z] [2020-04-06T17:41:04.181Z] DONE 11 tests in 309.033s [2020-04-06T17:41:04.181Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-04-06T17:41:04.181Z] ++ 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 [2020-04-06T17:41:04.181Z] ++ set -e [2020-04-06T17:41:04.181Z] ++ '[' -n 0 ']' [2020-04-06T17:41:04.181Z] ++ set -x [2020-04-06T17:41:04.181Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:41:04.181Z] INFO: Testing against a local daemon [2020-04-06T17:41:04.181Z] === RUN TestNetworkCreateDelete [2020-04-06T17:41:04.181Z] --- PASS: TestNetworkCreateDelete (0.23s) [2020-04-06T17:41:04.181Z] === RUN TestDockerNetworkDeletePreferID [2020-04-06T17:41:04.181Z] --- PASS: TestDockerNetworkDeletePreferID (0.59s) [2020-04-06T17:41:04.181Z] === RUN TestInspectNetwork [2020-04-06T17:41:04.758Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-04-06T17:41:04.758Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-04-06T17:41:05.015Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-04-06T17:41:06.384Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-04-06T17:41:06.641Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-04-06T17:41:06.876Z] === RUN TestInspectNetwork/full_network_id [2020-04-06T17:41:06.876Z] === RUN TestInspectNetwork/partial_network_id [2020-04-06T17:41:06.876Z] === RUN TestInspectNetwork/network_name [2020-04-06T17:41:06.876Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-04-06T17:41:08.536Z] === RUN TestDockerSuite/TestRunMount [2020-04-06T17:41:11.259Z] --- PASS: TestInspectNetwork (7.51s) [2020-04-06T17:41:11.259Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2020-04-06T17:41:11.259Z] daemon.go:325: [d258986ba1451] waiting for daemon to start [2020-04-06T17:41:11.259Z] daemon.go:325: [d258986ba1451] waiting for daemon to start [2020-04-06T17:41:11.259Z] daemon.go:353: [d258986ba1451] daemon started [2020-04-06T17:41:11.259Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-04-06T17:41:11.259Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-04-06T17:41:11.259Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-04-06T17:41:11.259Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-04-06T17:41:11.259Z] daemon.go:461: [d258986ba1451] Stopping daemon [2020-04-06T17:41:11.259Z] daemon.go:296: [d258986ba1451] exiting daemon [2020-04-06T17:41:11.259Z] daemon.go:448: [d258986ba1451] Daemon stopped [2020-04-06T17:41:11.259Z] === RUN TestRunContainerWithBridgeNone [2020-04-06T17:41:11.974Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-04-06T17:41:13.944Z] --- PASS: TestRunContainerWithBridgeNone (2.34s) [2020-04-06T17:41:13.944Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2020-04-06T17:41:13.944Z] daemon.go:325: [d6c63e2ef267c] waiting for daemon to start [2020-04-06T17:41:13.944Z] daemon.go:325: [d6c63e2ef267c] waiting for daemon to start [2020-04-06T17:41:13.944Z] daemon.go:353: [d6c63e2ef267c] daemon started [2020-04-06T17:41:13.944Z] daemon.go:461: [d6c63e2ef267c] Stopping daemon [2020-04-06T17:41:13.944Z] daemon.go:296: [d6c63e2ef267c] exiting daemon [2020-04-06T17:41:13.944Z] daemon.go:448: [d6c63e2ef267c] Daemon stopped [2020-04-06T17:41:13.944Z] === RUN TestNetworkInvalidJSON [2020-04-06T17:41:13.944Z] === RUN TestNetworkInvalidJSON//networks/create [2020-04-06T17:41:13.944Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-04-06T17:41:13.944Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-04-06T17:41:13.944Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-04-06T17:41:13.944Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-06T17:41:13.944Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-06T17:41:13.944Z] === CONT TestNetworkInvalidJSON//networks/create [2020-04-06T17:41:13.944Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-04-06T17:41:13.944Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-06T17:41:13.944Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2020-04-06T17:41:13.944Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-04-06T17:41:13.944Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-04-06T17:41:13.944Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-04-06T17:41:13.944Z] === RUN TestDaemonRestartWithLiveRestore [2020-04-06T17:41:14.819Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-04-06T17:41:14.956Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-04-06T17:41:14.956Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2020-04-06T17:41:14.956Z] daemon.go:325: [d84d65f789f12] waiting for daemon to start [2020-04-06T17:41:14.956Z] daemon.go:325: [d84d65f789f12] waiting for daemon to start [2020-04-06T17:41:14.956Z] daemon.go:353: [d84d65f789f12] daemon started [2020-04-06T17:41:14.956Z] daemon.go:461: [d84d65f789f12] Stopping daemon [2020-04-06T17:41:14.956Z] daemon.go:296: [d84d65f789f12] exiting daemon [2020-04-06T17:41:14.956Z] daemon.go:448: [d84d65f789f12] Daemon stopped [2020-04-06T17:41:14.956Z] daemon.go:325: [d84d65f789f12] waiting for daemon to start [2020-04-06T17:41:14.956Z] daemon.go:325: [d84d65f789f12] waiting for daemon to start [2020-04-06T17:41:14.956Z] daemon.go:353: [d84d65f789f12] daemon started [2020-04-06T17:41:14.956Z] daemon.go:461: [d84d65f789f12] Stopping daemon [2020-04-06T17:41:14.956Z] daemon.go:296: [d84d65f789f12] exiting daemon [2020-04-06T17:41:14.956Z] daemon.go:448: [d84d65f789f12] Daemon stopped [2020-04-06T17:41:14.956Z] === RUN TestDaemonDefaultNetworkPools [2020-04-06T17:41:15.105Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-04-06T17:41:15.596Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2020-04-06T17:41:15.596Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2020-04-06T17:41:15.596Z] daemon.go:325: [d9463b31bc614] waiting for daemon to start [2020-04-06T17:41:15.596Z] daemon.go:325: [d9463b31bc614] waiting for daemon to start [2020-04-06T17:41:15.596Z] daemon.go:353: [d9463b31bc614] daemon started [2020-04-06T17:41:15.596Z] daemon.go:461: [d9463b31bc614] Stopping daemon [2020-04-06T17:41:15.596Z] daemon.go:296: [d9463b31bc614] exiting daemon [2020-04-06T17:41:15.596Z] daemon.go:448: [d9463b31bc614] Daemon stopped [2020-04-06T17:41:15.596Z] === RUN TestDaemonRestartWithExistingNetwork [2020-04-06T17:41:15.668Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-04-06T17:41:16.598Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-04-06T17:41:17.078Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.25s) [2020-04-06T17:41:17.078Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2020-04-06T17:41:17.078Z] daemon.go:325: [d704c102869da] waiting for daemon to start [2020-04-06T17:41:17.078Z] daemon.go:325: [d704c102869da] waiting for daemon to start [2020-04-06T17:41:17.078Z] daemon.go:353: [d704c102869da] daemon started [2020-04-06T17:41:17.078Z] daemon.go:461: [d704c102869da] Stopping daemon [2020-04-06T17:41:17.078Z] daemon.go:296: [d704c102869da] exiting daemon [2020-04-06T17:41:17.078Z] daemon.go:448: [d704c102869da] Daemon stopped [2020-04-06T17:41:17.078Z] daemon.go:325: [d704c102869da] waiting for daemon to start [2020-04-06T17:41:17.078Z] daemon.go:325: [d704c102869da] waiting for daemon to start [2020-04-06T17:41:17.078Z] daemon.go:353: [d704c102869da] daemon started [2020-04-06T17:41:17.078Z] daemon.go:461: [d704c102869da] Stopping daemon [2020-04-06T17:41:17.078Z] daemon.go:296: [d704c102869da] exiting daemon [2020-04-06T17:41:17.078Z] daemon.go:448: [d704c102869da] Daemon stopped [2020-04-06T17:41:17.078Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-04-06T17:41:17.968Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-04-06T17:41:18.563Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.50s) [2020-04-06T17:41:18.563Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-04-06T17:41:18.563Z] daemon.go:325: [dbcbf6b20bcbf] waiting for daemon to start [2020-04-06T17:41:18.563Z] daemon.go:325: [dbcbf6b20bcbf] waiting for daemon to start [2020-04-06T17:41:18.563Z] daemon.go:353: [dbcbf6b20bcbf] daemon started [2020-04-06T17:41:18.563Z] daemon.go:461: [dbcbf6b20bcbf] Stopping daemon [2020-04-06T17:41:18.563Z] daemon.go:296: [dbcbf6b20bcbf] exiting daemon [2020-04-06T17:41:18.563Z] daemon.go:448: [dbcbf6b20bcbf] Daemon stopped [2020-04-06T17:41:18.563Z] daemon.go:325: [dbcbf6b20bcbf] waiting for daemon to start [2020-04-06T17:41:18.563Z] daemon.go:325: [dbcbf6b20bcbf] waiting for daemon to start [2020-04-06T17:41:18.563Z] daemon.go:353: [dbcbf6b20bcbf] daemon started [2020-04-06T17:41:18.563Z] daemon.go:461: [dbcbf6b20bcbf] Stopping daemon [2020-04-06T17:41:18.563Z] daemon.go:296: [dbcbf6b20bcbf] exiting daemon [2020-04-06T17:41:18.563Z] daemon.go:448: [dbcbf6b20bcbf] Daemon stopped [2020-04-06T17:41:18.563Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-04-06T17:41:18.847Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-04-06T17:41:18.847Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2020-04-06T17:41:18.847Z] daemon.go:325: [d651d1640a113] waiting for daemon to start [2020-04-06T17:41:18.847Z] daemon.go:325: [d651d1640a113] waiting for daemon to start [2020-04-06T17:41:18.847Z] daemon.go:353: [d651d1640a113] daemon started [2020-04-06T17:41:18.847Z] daemon.go:461: [d651d1640a113] Stopping daemon [2020-04-06T17:41:18.847Z] daemon.go:296: [d651d1640a113] exiting daemon [2020-04-06T17:41:18.847Z] daemon.go:448: [d651d1640a113] Daemon stopped [2020-04-06T17:41:18.847Z] === RUN TestServiceWithPredefinedNetwork [2020-04-06T17:41:20.489Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-04-06T17:41:21.552Z] --- PASS: TestServiceWithPredefinedNetwork (2.48s) [2020-04-06T17:41:21.552Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2020-04-06T17:41:21.552Z] daemon.go:325: [d53c0cacf7bf4] waiting for daemon to start [2020-04-06T17:41:21.552Z] daemon.go:325: [d53c0cacf7bf4] waiting for daemon to start [2020-04-06T17:41:21.552Z] daemon.go:353: [d53c0cacf7bf4] daemon started [2020-04-06T17:41:21.552Z] daemon.go:461: [d53c0cacf7bf4] Stopping daemon [2020-04-06T17:41:21.552Z] daemon.go:296: [d53c0cacf7bf4] exiting daemon [2020-04-06T17:41:21.552Z] daemon.go:448: [d53c0cacf7bf4] Daemon stopped [2020-04-06T17:41:21.552Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-04-06T17:41:21.552Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-06T17:41:21.552Z] service_test.go:230: FLAKY_TEST [2020-04-06T17:41:21.552Z] === RUN TestServiceWithDataPathPortInit [2020-04-06T17:41:23.270Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-04-06T17:41:23.763Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-04-06T17:41:26.282Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-04-06T17:41:26.282Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-04-06T17:41:27.879Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-04-06T17:41:28.803Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-04-06T17:41:30.698Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-04-06T17:41:32.068Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-04-06T17:41:32.068Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-04-06T17:41:32.485Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-04-06T17:41:32.933Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-04-06T17:41:32.933Z] === RUN TestDockerSuite/TestBuildPATH [2020-04-06T17:41:32.933Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-04-06T17:41:33.001Z] === RUN TestDockerSuite/TestRunNetHost [2020-04-06T17:41:33.930Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-04-06T17:41:34.862Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-04-06T17:41:34.862Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-04-06T17:41:35.064Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-04-06T17:41:35.064Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-04-06T17:41:35.793Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-04-06T17:41:36.787Z] --- PASS: TestServiceWithDataPathPortInit (14.52s) [2020-04-06T17:41:36.788Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2020-04-06T17:41:36.788Z] daemon.go:325: [d43a9db960b65] waiting for daemon to start [2020-04-06T17:41:36.788Z] daemon.go:325: [d43a9db960b65] waiting for daemon to start [2020-04-06T17:41:36.788Z] daemon.go:353: [d43a9db960b65] daemon started [2020-04-06T17:41:36.788Z] daemon.go:461: [d43a9db960b65] Stopping daemon [2020-04-06T17:41:36.788Z] daemon.go:296: [d43a9db960b65] exiting daemon [2020-04-06T17:41:36.788Z] daemon.go:448: [d43a9db960b65] Daemon stopped [2020-04-06T17:41:36.788Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2020-04-06T17:41:36.788Z] daemon.go:325: [d95f98cf3d714] waiting for daemon to start [2020-04-06T17:41:36.788Z] daemon.go:325: [d95f98cf3d714] waiting for daemon to start [2020-04-06T17:41:36.788Z] daemon.go:353: [d95f98cf3d714] daemon started [2020-04-06T17:41:36.788Z] daemon.go:461: [d95f98cf3d714] Stopping daemon [2020-04-06T17:41:36.788Z] daemon.go:296: [d95f98cf3d714] exiting daemon [2020-04-06T17:41:36.788Z] daemon.go:448: [d95f98cf3d714] Daemon stopped [2020-04-06T17:41:36.788Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-04-06T17:41:37.687Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-04-06T17:41:37.944Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-04-06T17:41:40.466Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-04-06T17:41:43.609Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.37s) [2020-04-06T17:41:43.609Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2020-04-06T17:41:43.609Z] daemon.go:325: [d682c3e0160a2] waiting for daemon to start [2020-04-06T17:41:43.609Z] daemon.go:325: [d682c3e0160a2] waiting for daemon to start [2020-04-06T17:41:43.609Z] daemon.go:353: [d682c3e0160a2] daemon started [2020-04-06T17:41:43.609Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:35jhol9yc18st0zo5i5hw1kxp Created:2020-04-06 17:41:37.069028666 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[be7f7b12c333e3594cca8ada01e60068d978a4d41eade919d2e7644d0b5ddc35:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.27j88x3m2hwkscnvjmwv6oc7l EndpointID:05f450b47da4eb23f28730b57ae9dbf1d0d50ef7276b646ca98d9972c5c05168 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3a6d087922d13ade77d443575916ae38b026ec6edaa325dd0cb86d43e65d5ca7 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:a18717d8eacc IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.27j88x3m2hwkscnvjmwv6oc7l EndpointID:05f450b47da4eb23f28730b57ae9dbf1d0d50ef7276b646ca98d9972c5c05168 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-04-06T17:41:43.609Z] daemon.go:461: [d682c3e0160a2] Stopping daemon [2020-04-06T17:41:43.609Z] daemon.go:296: [d682c3e0160a2] exiting daemon [2020-04-06T17:41:43.609Z] daemon.go:448: [d682c3e0160a2] Daemon stopped [2020-04-06T17:41:43.609Z] PASS [2020-04-06T17:41:43.609Z] [2020-04-06T17:41:43.609Z] === Skipped [2020-04-06T17:41:43.609Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-06T17:41:43.609Z] service_test.go:230: FLAKY_TEST [2020-04-06T17:41:43.609Z] [2020-04-06T17:41:43.609Z] [2020-04-06T17:41:43.609Z] DONE 21 tests, 1 skipped in 40.424s [2020-04-06T17:41:43.609Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-04-06T17:41:43.609Z] ++ 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 [2020-04-06T17:41:43.609Z] ++ set -e [2020-04-06T17:41:43.609Z] ++ '[' -n 0 ']' [2020-04-06T17:41:43.609Z] ++ set -x [2020-04-06T17:41:43.609Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:41:43.609Z] INFO: Testing against a local daemon [2020-04-06T17:41:43.609Z] === RUN TestDockerNetworkIpvlanPersistance [2020-04-06T17:41:43.609Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-04-06T17:41:43.609Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-06T17:41:43.609Z] === RUN TestDockerNetworkIpvlan [2020-04-06T17:41:43.609Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-04-06T17:41:43.609Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-06T17:41:43.609Z] PASS [2020-04-06T17:41:43.609Z] [2020-04-06T17:41:43.609Z] === Skipped [2020-04-06T17:41:43.609Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-04-06T17:41:43.609Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-06T17:41:43.609Z] [2020-04-06T17:41:43.609Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-04-06T17:41:43.609Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-06T17:41:43.609Z] [2020-04-06T17:41:43.609Z] [2020-04-06T17:41:43.609Z] DONE 2 tests, 2 skipped in 0.110s [2020-04-06T17:41:43.609Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-04-06T17:41:43.609Z] ++ 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 [2020-04-06T17:41:43.609Z] ++ set -e [2020-04-06T17:41:43.609Z] ++ '[' -n 0 ']' [2020-04-06T17:41:43.609Z] ++ set -x [2020-04-06T17:41:43.609Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:41:43.609Z] INFO: Testing against a local daemon [2020-04-06T17:41:43.609Z] === RUN TestDockerNetworkMacvlanPersistance [2020-04-06T17:41:45.101Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.56s) [2020-04-06T17:41:45.101Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2020-04-06T17:41:45.101Z] daemon.go:325: [da049adf48982] waiting for daemon to start [2020-04-06T17:41:45.101Z] daemon.go:325: [da049adf48982] waiting for daemon to start [2020-04-06T17:41:45.101Z] daemon.go:353: [da049adf48982] daemon started [2020-04-06T17:41:45.101Z] daemon.go:461: [da049adf48982] Stopping daemon [2020-04-06T17:41:45.101Z] daemon.go:296: [da049adf48982] exiting daemon [2020-04-06T17:41:45.101Z] daemon.go:448: [da049adf48982] Daemon stopped [2020-04-06T17:41:45.101Z] daemon.go:325: [da049adf48982] waiting for daemon to start [2020-04-06T17:41:45.101Z] daemon.go:325: [da049adf48982] waiting for daemon to start [2020-04-06T17:41:45.101Z] daemon.go:353: [da049adf48982] daemon started [2020-04-06T17:41:45.101Z] daemon.go:461: [da049adf48982] Stopping daemon [2020-04-06T17:41:45.101Z] daemon.go:296: [da049adf48982] exiting daemon [2020-04-06T17:41:45.101Z] daemon.go:448: [da049adf48982] Daemon stopped [2020-04-06T17:41:45.101Z] === RUN TestDockerNetworkMacvlan [2020-04-06T17:41:45.719Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-04-06T17:41:45.719Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-04-06T17:41:45.719Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-04-06T17:41:46.114Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-04-06T17:41:46.690Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-04-06T17:41:46.952Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-04-06T17:41:47.127Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-04-06T17:41:47.881Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-04-06T17:41:48.139Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-04-06T17:41:48.445Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-04-06T17:41:48.445Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-04-06T17:41:49.375Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-04-06T17:41:50.307Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-04-06T17:41:50.307Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-04-06T17:41:50.843Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-04-06T17:41:51.237Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-04-06T17:41:51.801Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-04-06T17:41:53.698Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-04-06T17:41:53.698Z] === RUN TestDockerSuite/TestRunPortInUse [2020-04-06T17:41:54.310Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-04-06T17:41:55.066Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-04-06T17:41:55.630Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-04-06T17:41:56.561Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-04-06T17:41:57.492Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-04-06T17:41:58.422Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-04-06T17:41:58.988Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-04-06T17:41:58.988Z] === RUN TestDockerSuite/TestRunPublishPort [2020-04-06T17:41:59.918Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-04-06T17:42:00.850Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-04-06T17:42:00.850Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-04-06T17:42:01.414Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-04-06T17:42:03.309Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-04-06T17:42:03.309Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-04-06T17:42:06.588Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-04-06T17:42:07.957Z] === RUN TestDockerSuite/TestRunRm [2020-04-06T17:42:08.521Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-04-06T17:42:12.696Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-04-06T17:42:12.771Z] --- PASS: TestDockerNetworkMacvlan (24.87s) [2020-04-06T17:42:12.771Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:42:12.771Z] daemon.go:325: [dc34c4a3a502b] waiting for daemon to start [2020-04-06T17:42:12.771Z] daemon.go:325: [dc34c4a3a502b] waiting for daemon to start [2020-04-06T17:42:12.771Z] daemon.go:353: [dc34c4a3a502b] daemon started [2020-04-06T17:42:12.771Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2020-04-06T17:42:12.771Z] daemon.go:461: [dc34c4a3a502b] Stopping daemon [2020-04-06T17:42:12.771Z] daemon.go:296: [dc34c4a3a502b] exiting daemon [2020-04-06T17:42:12.771Z] daemon.go:448: [dc34c4a3a502b] Daemon stopped [2020-04-06T17:42:12.771Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:42:12.771Z] daemon.go:325: [df2f7a3af0d8e] waiting for daemon to start [2020-04-06T17:42:12.771Z] daemon.go:325: [df2f7a3af0d8e] waiting for daemon to start [2020-04-06T17:42:12.771Z] daemon.go:353: [df2f7a3af0d8e] daemon started [2020-04-06T17:42:12.771Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2020-04-06T17:42:12.771Z] daemon.go:461: [df2f7a3af0d8e] Stopping daemon [2020-04-06T17:42:12.771Z] daemon.go:296: [df2f7a3af0d8e] exiting daemon [2020-04-06T17:42:12.771Z] daemon.go:448: [df2f7a3af0d8e] Daemon stopped [2020-04-06T17:42:12.771Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:42:12.771Z] daemon.go:325: [dbfe6ec54e38b] waiting for daemon to start [2020-04-06T17:42:12.771Z] daemon.go:325: [dbfe6ec54e38b] waiting for daemon to start [2020-04-06T17:42:12.771Z] daemon.go:353: [dbfe6ec54e38b] daemon started [2020-04-06T17:42:12.771Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.16s) [2020-04-06T17:42:12.771Z] daemon.go:461: [dbfe6ec54e38b] Stopping daemon [2020-04-06T17:42:12.771Z] daemon.go:296: [dbfe6ec54e38b] exiting daemon [2020-04-06T17:42:12.771Z] daemon.go:448: [dbfe6ec54e38b] Daemon stopped [2020-04-06T17:42:12.771Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:42:12.771Z] daemon.go:325: [de1881f0b69c3] waiting for daemon to start [2020-04-06T17:42:12.771Z] daemon.go:325: [de1881f0b69c3] waiting for daemon to start [2020-04-06T17:42:12.771Z] daemon.go:353: [de1881f0b69c3] daemon started [2020-04-06T17:42:12.771Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.13s) [2020-04-06T17:42:12.771Z] daemon.go:461: [de1881f0b69c3] Stopping daemon [2020-04-06T17:42:12.771Z] daemon.go:296: [de1881f0b69c3] exiting daemon [2020-04-06T17:42:12.771Z] daemon.go:448: [de1881f0b69c3] Daemon stopped [2020-04-06T17:42:12.771Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2020-04-06T17:42:12.771Z] daemon.go:325: [d5ea3871cc978] waiting for daemon to start [2020-04-06T17:42:12.771Z] daemon.go:325: [d5ea3871cc978] waiting for daemon to start [2020-04-06T17:42:12.771Z] daemon.go:353: [d5ea3871cc978] daemon started [2020-04-06T17:42:12.771Z] --- PASS: TestDockerNetworkMacvlan/Addressing (15.95s) [2020-04-06T17:42:12.771Z] daemon.go:461: [d5ea3871cc978] Stopping daemon [2020-04-06T17:42:12.771Z] daemon.go:296: [d5ea3871cc978] exiting daemon [2020-04-06T17:42:12.771Z] daemon.go:448: [d5ea3871cc978] Daemon stopped [2020-04-06T17:42:12.771Z] PASS [2020-04-06T17:42:12.771Z] [2020-04-06T17:42:12.771Z] DONE 7 tests in 26.538s [2020-04-06T17:42:12.771Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-04-06T17:42:12.771Z] ++ 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 [2020-04-06T17:42:12.771Z] ++ set -e [2020-04-06T17:42:12.771Z] ++ '[' -n 0 ']' [2020-04-06T17:42:12.771Z] ++ set -x [2020-04-06T17:42:12.771Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:42:12.771Z] testing: warning: no tests to run [2020-04-06T17:42:12.771Z] PASS [2020-04-06T17:42:12.771Z] [2020-04-06T17:42:12.771Z] DONE 0 tests in 0.025s [2020-04-06T17:42:12.771Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-04-06T17:42:12.771Z] ++ 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 [2020-04-06T17:42:12.771Z] ++ set -e [2020-04-06T17:42:12.771Z] ++ '[' -n 0 ']' [2020-04-06T17:42:12.771Z] ++ set -x [2020-04-06T17:42:12.772Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:42:12.772Z] INFO: Testing against a local daemon [2020-04-06T17:42:12.772Z] === RUN TestAuthZPluginAllowRequest [2020-04-06T17:42:12.772Z] --- PASS: TestAuthZPluginAllowRequest (1.61s) [2020-04-06T17:42:12.772Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2020-04-06T17:42:12.772Z] daemon.go:325: [d149ace4a9bdc] waiting for daemon to start [2020-04-06T17:42:12.772Z] daemon.go:325: [d149ace4a9bdc] waiting for daemon to start [2020-04-06T17:42:12.772Z] daemon.go:353: [d149ace4a9bdc] daemon started [2020-04-06T17:42:12.772Z] daemon.go:461: [d149ace4a9bdc] Stopping daemon [2020-04-06T17:42:12.772Z] daemon.go:296: [d149ace4a9bdc] exiting daemon [2020-04-06T17:42:12.772Z] daemon.go:448: [d149ace4a9bdc] Daemon stopped [2020-04-06T17:42:12.772Z] === RUN TestAuthZPluginTLS [2020-04-06T17:42:12.772Z] --- PASS: TestAuthZPluginTLS (0.59s) [2020-04-06T17:42:12.772Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2020-04-06T17:42:12.772Z] daemon.go:325: [d74e402f7a269] waiting for daemon to start [2020-04-06T17:42:12.772Z] daemon.go:325: [d74e402f7a269] waiting for daemon to start [2020-04-06T17:42:12.772Z] daemon.go:353: [d74e402f7a269] daemon started [2020-04-06T17:42:12.772Z] daemon.go:461: [d74e402f7a269] Stopping daemon [2020-04-06T17:42:12.772Z] daemon.go:296: [d74e402f7a269] exiting daemon [2020-04-06T17:42:12.772Z] daemon.go:448: [d74e402f7a269] Daemon stopped [2020-04-06T17:42:12.772Z] === RUN TestAuthZPluginDenyRequest [2020-04-06T17:42:13.057Z] --- PASS: TestAuthZPluginDenyRequest (0.58s) [2020-04-06T17:42:13.057Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2020-04-06T17:42:13.057Z] daemon.go:325: [d20eef8fd712a] waiting for daemon to start [2020-04-06T17:42:13.057Z] daemon.go:325: [d20eef8fd712a] waiting for daemon to start [2020-04-06T17:42:13.057Z] daemon.go:353: [d20eef8fd712a] daemon started [2020-04-06T17:42:13.057Z] daemon.go:461: [d20eef8fd712a] Stopping daemon [2020-04-06T17:42:13.057Z] daemon.go:296: [d20eef8fd712a] exiting daemon [2020-04-06T17:42:13.057Z] daemon.go:448: [d20eef8fd712a] Daemon stopped [2020-04-06T17:42:13.057Z] === RUN TestAuthZPluginAPIDenyResponse [2020-04-06T17:42:13.260Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-04-06T17:42:13.260Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-04-06T17:42:13.681Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2020-04-06T17:42:13.681Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2020-04-06T17:42:13.681Z] daemon.go:325: [d1dcb189f1765] waiting for daemon to start [2020-04-06T17:42:13.681Z] daemon.go:325: [d1dcb189f1765] waiting for daemon to start [2020-04-06T17:42:13.681Z] daemon.go:353: [d1dcb189f1765] daemon started [2020-04-06T17:42:13.681Z] daemon.go:461: [d1dcb189f1765] Stopping daemon [2020-04-06T17:42:13.681Z] daemon.go:296: [d1dcb189f1765] exiting daemon [2020-04-06T17:42:13.681Z] daemon.go:448: [d1dcb189f1765] Daemon stopped [2020-04-06T17:42:13.681Z] === RUN TestAuthZPluginDenyResponse [2020-04-06T17:42:14.192Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-04-06T17:42:14.310Z] --- PASS: TestAuthZPluginDenyResponse (0.60s) [2020-04-06T17:42:14.310Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2020-04-06T17:42:14.310Z] daemon.go:325: [d96806887aa9d] waiting for daemon to start [2020-04-06T17:42:14.310Z] daemon.go:325: [d96806887aa9d] waiting for daemon to start [2020-04-06T17:42:14.310Z] daemon.go:353: [d96806887aa9d] daemon started [2020-04-06T17:42:14.310Z] daemon.go:461: [d96806887aa9d] Stopping daemon [2020-04-06T17:42:14.310Z] daemon.go:296: [d96806887aa9d] exiting daemon [2020-04-06T17:42:14.310Z] daemon.go:448: [d96806887aa9d] Daemon stopped [2020-04-06T17:42:14.310Z] === RUN TestAuthZPluginAllowEventStream [2020-04-06T17:42:15.791Z] --- PASS: TestAuthZPluginAllowEventStream (1.64s) [2020-04-06T17:42:15.791Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2020-04-06T17:42:15.791Z] daemon.go:325: [ddc4e56081c54] waiting for daemon to start [2020-04-06T17:42:15.791Z] daemon.go:325: [ddc4e56081c54] waiting for daemon to start [2020-04-06T17:42:15.791Z] daemon.go:353: [ddc4e56081c54] daemon started [2020-04-06T17:42:15.791Z] daemon.go:461: [ddc4e56081c54] Stopping daemon [2020-04-06T17:42:15.791Z] daemon.go:296: [ddc4e56081c54] exiting daemon [2020-04-06T17:42:15.791Z] daemon.go:448: [ddc4e56081c54] Daemon stopped [2020-04-06T17:42:15.791Z] === RUN TestAuthZPluginErrorResponse [2020-04-06T17:42:16.109Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-04-06T17:42:16.408Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2020-04-06T17:42:16.408Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2020-04-06T17:42:16.408Z] daemon.go:325: [d19b64a125a92] waiting for daemon to start [2020-04-06T17:42:16.408Z] daemon.go:325: [d19b64a125a92] waiting for daemon to start [2020-04-06T17:42:16.408Z] daemon.go:353: [d19b64a125a92] daemon started [2020-04-06T17:42:16.408Z] daemon.go:461: [d19b64a125a92] Stopping daemon [2020-04-06T17:42:16.408Z] daemon.go:296: [d19b64a125a92] exiting daemon [2020-04-06T17:42:16.408Z] daemon.go:448: [d19b64a125a92] Daemon stopped [2020-04-06T17:42:16.408Z] === RUN TestAuthZPluginErrorRequest [2020-04-06T17:42:16.672Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-04-06T17:42:17.025Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2020-04-06T17:42:17.025Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2020-04-06T17:42:17.025Z] daemon.go:325: [df482cf3034b9] waiting for daemon to start [2020-04-06T17:42:17.025Z] daemon.go:325: [df482cf3034b9] waiting for daemon to start [2020-04-06T17:42:17.025Z] daemon.go:353: [df482cf3034b9] daemon started [2020-04-06T17:42:17.025Z] daemon.go:461: [df482cf3034b9] Stopping daemon [2020-04-06T17:42:17.025Z] daemon.go:296: [df482cf3034b9] exiting daemon [2020-04-06T17:42:17.025Z] daemon.go:448: [df482cf3034b9] Daemon stopped [2020-04-06T17:42:17.025Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-04-06T17:42:17.371Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-04-06T17:42:17.648Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.60s) [2020-04-06T17:42:17.648Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-04-06T17:42:17.648Z] daemon.go:325: [dd8d41f55ea59] waiting for daemon to start [2020-04-06T17:42:17.648Z] daemon.go:325: [dd8d41f55ea59] waiting for daemon to start [2020-04-06T17:42:17.648Z] daemon.go:353: [dd8d41f55ea59] daemon started [2020-04-06T17:42:17.648Z] daemon.go:461: [dd8d41f55ea59] Stopping daemon [2020-04-06T17:42:17.648Z] daemon.go:296: [dd8d41f55ea59] exiting daemon [2020-04-06T17:42:17.648Z] daemon.go:448: [dd8d41f55ea59] Daemon stopped [2020-04-06T17:42:17.648Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-04-06T17:42:19.689Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.20s) [2020-04-06T17:42:19.689Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2020-04-06T17:42:19.689Z] daemon.go:325: [de68568ad2a12] waiting for daemon to start [2020-04-06T17:42:19.689Z] daemon.go:325: [de68568ad2a12] waiting for daemon to start [2020-04-06T17:42:19.689Z] daemon.go:353: [de68568ad2a12] daemon started [2020-04-06T17:42:19.689Z] daemon.go:461: [de68568ad2a12] Stopping daemon [2020-04-06T17:42:19.689Z] daemon.go:296: [de68568ad2a12] exiting daemon [2020-04-06T17:42:19.689Z] daemon.go:448: [de68568ad2a12] Daemon stopped [2020-04-06T17:42:19.689Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-04-06T17:42:20.848Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-04-06T17:42:21.724Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.08s) [2020-04-06T17:42:21.724Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2020-04-06T17:42:21.724Z] daemon.go:325: [d50de4c1c949a] waiting for daemon to start [2020-04-06T17:42:21.724Z] daemon.go:325: [d50de4c1c949a] waiting for daemon to start [2020-04-06T17:42:21.724Z] daemon.go:353: [d50de4c1c949a] daemon started [2020-04-06T17:42:21.724Z] daemon.go:461: [d50de4c1c949a] Stopping daemon [2020-04-06T17:42:21.724Z] daemon.go:296: [d50de4c1c949a] exiting daemon [2020-04-06T17:42:21.724Z] daemon.go:448: [d50de4c1c949a] Daemon stopped [2020-04-06T17:42:21.724Z] === RUN TestAuthZPluginHeader [2020-04-06T17:42:21.780Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-04-06T17:42:22.736Z] --- PASS: TestAuthZPluginHeader (0.97s) [2020-04-06T17:42:22.736Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2020-04-06T17:42:22.736Z] daemon.go:325: [df31e30120177] waiting for daemon to start [2020-04-06T17:42:22.736Z] daemon.go:325: [df31e30120177] waiting for daemon to start [2020-04-06T17:42:22.736Z] daemon.go:353: [df31e30120177] daemon started [2020-04-06T17:42:22.736Z] daemon.go:461: [df31e30120177] Stopping daemon [2020-04-06T17:42:22.736Z] daemon.go:296: [df31e30120177] exiting daemon [2020-04-06T17:42:22.736Z] daemon.go:448: [df31e30120177] Daemon stopped [2020-04-06T17:42:22.736Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-04-06T17:42:22.736Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-04-06T17:42:22.736Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:42:22.736Z] === RUN TestAuthZPluginV2Disable [2020-04-06T17:42:22.736Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-04-06T17:42:22.736Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:42:22.736Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-04-06T17:42:22.736Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-04-06T17:42:22.736Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:42:22.736Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-04-06T17:42:22.736Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-04-06T17:42:22.736Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:42:22.736Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-04-06T17:42:25.953Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-04-06T17:42:26.883Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-04-06T17:42:27.447Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-04-06T17:42:28.377Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-04-06T17:42:28.940Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-04-06T17:42:29.608Z] === RUN TestDockerSuite/TestBuildRm [2020-04-06T17:42:29.871Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-04-06T17:42:30.800Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-04-06T17:42:31.366Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-04-06T17:42:32.296Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-04-06T17:42:33.226Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-04-06T17:42:35.748Z] === RUN TestDockerSuite/TestRunState [2020-04-06T17:42:37.643Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-04-06T17:42:38.206Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-04-06T17:42:39.139Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-04-06T17:42:39.139Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-04-06T17:42:39.139Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-04-06T17:42:40.069Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-04-06T17:42:41.000Z] === RUN TestDockerSuite/TestRunSysctls [2020-04-06T17:42:41.191Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.81s) [2020-04-06T17:42:41.191Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2020-04-06T17:42:41.191Z] daemon.go:325: [db02c10f25137] waiting for daemon to start [2020-04-06T17:42:41.191Z] daemon.go:325: [db02c10f25137] waiting for daemon to start [2020-04-06T17:42:41.191Z] daemon.go:353: [db02c10f25137] daemon started [2020-04-06T17:42:41.191Z] daemon.go:461: [db02c10f25137] Stopping daemon [2020-04-06T17:42:41.191Z] daemon.go:296: [db02c10f25137] exiting daemon [2020-04-06T17:42:41.191Z] daemon.go:448: [db02c10f25137] Daemon stopped [2020-04-06T17:42:41.191Z] daemon.go:325: [db02c10f25137] waiting for daemon to start [2020-04-06T17:42:41.191Z] daemon.go:325: [db02c10f25137] waiting for daemon to start [2020-04-06T17:42:41.191Z] daemon.go:325: [db02c10f25137] waiting for daemon to start [2020-04-06T17:42:41.191Z] daemon.go:325: [db02c10f25137] waiting for daemon to start [2020-04-06T17:42:41.191Z] daemon.go:339: [db02c10f25137] error pinging daemon on start: Get http://db02c10f25137.sock/_ping: context deadline exceeded [2020-04-06T17:42:41.191Z] daemon.go:325: [db02c10f25137] waiting for daemon to start [2020-04-06T17:42:41.191Z] daemon.go:339: [db02c10f25137] error pinging daemon on start: Get http://db02c10f25137.sock/_ping: context deadline exceeded [2020-04-06T17:42:41.191Z] daemon.go:325: [db02c10f25137] waiting for daemon to start [2020-04-06T17:42:41.191Z] daemon.go:339: [db02c10f25137] error pinging daemon on start: Get http://db02c10f25137.sock/_ping: context deadline exceeded [2020-04-06T17:42:41.191Z] daemon.go:325: [db02c10f25137] waiting for daemon to start [2020-04-06T17:42:41.191Z] daemon.go:339: [db02c10f25137] error pinging daemon on start: Get http://db02c10f25137.sock/_ping: context deadline exceeded [2020-04-06T17:42:41.191Z] daemon.go:296: [db02c10f25137] exiting daemon [2020-04-06T17:42:41.191Z] daemon.go:325: [db02c10f25137] waiting for daemon to start [2020-04-06T17:42:41.191Z] daemon.go:325: [db02c10f25137] waiting for daemon to start [2020-04-06T17:42:41.191Z] daemon.go:325: [db02c10f25137] waiting for daemon to start [2020-04-06T17:42:41.191Z] daemon.go:353: [db02c10f25137] daemon started [2020-04-06T17:42:41.191Z] daemon.go:461: [db02c10f25137] Stopping daemon [2020-04-06T17:42:41.191Z] daemon.go:296: [db02c10f25137] exiting daemon [2020-04-06T17:42:41.191Z] daemon.go:448: [db02c10f25137] Daemon stopped [2020-04-06T17:42:41.191Z] PASS [2020-04-06T17:42:41.191Z] [2020-04-06T17:42:41.191Z] === Skipped [2020-04-06T17:42:41.191Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-04-06T17:42:41.191Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:42:41.191Z] [2020-04-06T17:42:41.191Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-04-06T17:42:41.191Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:42:41.191Z] [2020-04-06T17:42:41.191Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-04-06T17:42:41.191Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:42:41.191Z] [2020-04-06T17:42:41.191Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-04-06T17:42:41.191Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:42:41.191Z] [2020-04-06T17:42:41.191Z] [2020-04-06T17:42:41.191Z] DONE 17 tests, 4 skipped in 29.538s [2020-04-06T17:42:41.191Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-04-06T17:42:41.191Z] ++ 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 [2020-04-06T17:42:41.191Z] ++ set -e [2020-04-06T17:42:41.191Z] ++ '[' -n 0 ']' [2020-04-06T17:42:41.191Z] ++ set -x [2020-04-06T17:42:41.191Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:42:41.191Z] INFO: Testing against a local daemon [2020-04-06T17:42:41.191Z] === RUN TestPluginInvalidJSON [2020-04-06T17:42:41.191Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-04-06T17:42:41.191Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-04-06T17:42:41.191Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-04-06T17:42:41.191Z] --- PASS: TestPluginInvalidJSON (0.05s) [2020-04-06T17:42:41.191Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-04-06T17:42:41.191Z] PASS [2020-04-06T17:42:41.191Z] [2020-04-06T17:42:41.191Z] DONE 2 tests in 0.149s [2020-04-06T17:42:41.191Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-04-06T17:42:41.191Z] ++ 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 [2020-04-06T17:42:41.191Z] ++ set -e [2020-04-06T17:42:41.191Z] ++ '[' -n 0 ']' [2020-04-06T17:42:41.191Z] ++ set -x [2020-04-06T17:42:41.191Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:42:41.191Z] INFO: Testing against a local daemon [2020-04-06T17:42:41.191Z] === RUN TestExternalGraphDriver [2020-04-06T17:42:41.191Z] === RUN TestExternalGraphDriver/json [2020-04-06T17:42:41.851Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-04-06T17:42:42.215Z] === RUN TestExternalGraphDriver/spec [2020-04-06T17:42:42.369Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-04-06T17:42:42.369Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-04-06T17:42:42.369Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-04-06T17:42:43.299Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-04-06T17:42:44.247Z] === RUN TestExternalGraphDriver/pull [2020-04-06T17:42:44.696Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-04-06T17:42:44.696Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-04-06T17:42:44.696Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-04-06T17:42:45.824Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-04-06T17:42:46.197Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-04-06T17:42:46.387Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-04-06T17:42:46.935Z] --- PASS: TestExternalGraphDriver (6.53s) [2020-04-06T17:42:46.935Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2020-04-06T17:42:46.935Z] daemon.go:325: [d3880d91ed73c] waiting for daemon to start [2020-04-06T17:42:46.935Z] daemon.go:325: [d3880d91ed73c] waiting for daemon to start [2020-04-06T17:42:46.935Z] daemon.go:353: [d3880d91ed73c] daemon started [2020-04-06T17:42:46.935Z] daemon.go:461: [d3880d91ed73c] Stopping daemon [2020-04-06T17:42:46.935Z] daemon.go:296: [d3880d91ed73c] exiting daemon [2020-04-06T17:42:46.935Z] daemon.go:448: [d3880d91ed73c] Daemon stopped [2020-04-06T17:42:46.935Z] daemon.go:325: [d3880d91ed73c] waiting for daemon to start [2020-04-06T17:42:46.935Z] daemon.go:325: [d3880d91ed73c] waiting for daemon to start [2020-04-06T17:42:46.935Z] daemon.go:353: [d3880d91ed73c] daemon started [2020-04-06T17:42:46.935Z] daemon.go:461: [d3880d91ed73c] Stopping daemon [2020-04-06T17:42:46.935Z] daemon.go:296: [d3880d91ed73c] exiting daemon [2020-04-06T17:42:46.935Z] daemon.go:448: [d3880d91ed73c] Daemon stopped [2020-04-06T17:42:46.935Z] --- PASS: TestExternalGraphDriver/json (2.08s) [2020-04-06T17:42:46.935Z] daemon.go:325: [d3880d91ed73c] waiting for daemon to start [2020-04-06T17:42:46.935Z] daemon.go:325: [d3880d91ed73c] waiting for daemon to start [2020-04-06T17:42:46.935Z] daemon.go:353: [d3880d91ed73c] daemon started [2020-04-06T17:42:46.935Z] daemon.go:461: [d3880d91ed73c] Stopping daemon [2020-04-06T17:42:46.935Z] daemon.go:296: [d3880d91ed73c] exiting daemon [2020-04-06T17:42:46.935Z] daemon.go:448: [d3880d91ed73c] Daemon stopped [2020-04-06T17:42:46.935Z] daemon.go:325: [d3880d91ed73c] waiting for daemon to start [2020-04-06T17:42:46.935Z] daemon.go:325: [d3880d91ed73c] waiting for daemon to start [2020-04-06T17:42:46.935Z] daemon.go:353: [d3880d91ed73c] daemon started [2020-04-06T17:42:46.935Z] daemon.go:461: [d3880d91ed73c] Stopping daemon [2020-04-06T17:42:46.935Z] daemon.go:296: [d3880d91ed73c] exiting daemon [2020-04-06T17:42:46.935Z] daemon.go:448: [d3880d91ed73c] Daemon stopped [2020-04-06T17:42:46.935Z] --- PASS: TestExternalGraphDriver/spec (2.06s) [2020-04-06T17:42:46.935Z] daemon.go:325: [d3880d91ed73c] waiting for daemon to start [2020-04-06T17:42:46.935Z] daemon.go:325: [d3880d91ed73c] waiting for daemon to start [2020-04-06T17:42:46.935Z] daemon.go:353: [d3880d91ed73c] daemon started [2020-04-06T17:42:46.935Z] daemon.go:461: [d3880d91ed73c] Stopping daemon [2020-04-06T17:42:46.935Z] daemon.go:296: [d3880d91ed73c] exiting daemon [2020-04-06T17:42:46.935Z] daemon.go:448: [d3880d91ed73c] Daemon stopped [2020-04-06T17:42:46.935Z] --- PASS: TestExternalGraphDriver/pull (2.21s) [2020-04-06T17:42:46.935Z] === RUN TestGraphdriverPluginV2 [2020-04-06T17:42:46.935Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2020-04-06T17:42:46.935Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:42:46.935Z] PASS [2020-04-06T17:42:46.935Z] [2020-04-06T17:42:46.935Z] === Skipped [2020-04-06T17:42:46.935Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2020-04-06T17:42:46.935Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:42:46.935Z] [2020-04-06T17:42:46.935Z] [2020-04-06T17:42:46.935Z] DONE 5 tests, 1 skipped in 6.713s [2020-04-06T17:42:46.935Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-04-06T17:42:46.935Z] ++ 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 [2020-04-06T17:42:46.935Z] ++ set -e [2020-04-06T17:42:46.935Z] ++ '[' -n 0 ']' [2020-04-06T17:42:46.935Z] ++ set -x [2020-04-06T17:42:46.935Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:42:46.935Z] INFO: Testing against a local daemon [2020-04-06T17:42:46.935Z] === RUN TestContinueAfterPluginCrash [2020-04-06T17:42:46.935Z] === PAUSE TestContinueAfterPluginCrash [2020-04-06T17:42:46.935Z] === RUN TestDaemonStartWithLogOpt [2020-04-06T17:42:46.935Z] === PAUSE TestDaemonStartWithLogOpt [2020-04-06T17:42:46.935Z] === CONT TestContinueAfterPluginCrash [2020-04-06T17:42:46.935Z] === CONT TestDaemonStartWithLogOpt [2020-04-06T17:42:48.280Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-04-06T17:42:49.041Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-04-06T17:42:51.888Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-04-06T17:42:52.453Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-04-06T17:42:55.726Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-04-06T17:42:55.983Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-04-06T17:42:56.496Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-04-06T17:42:56.913Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-04-06T17:42:57.844Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-04-06T17:43:00.365Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-04-06T17:43:01.299Z] === RUN TestDockerSuite/TestRunUserByID [2020-04-06T17:43:02.230Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-04-06T17:43:02.486Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-04-06T17:43:02.486Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-04-06T17:43:03.416Z] === RUN TestDockerSuite/TestRunUserByName [2020-04-06T17:43:04.347Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-04-06T17:43:04.911Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-04-06T17:43:04.911Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-04-06T17:43:05.168Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-04-06T17:43:05.536Z] --- PASS: TestDaemonStartWithLogOpt (15.97s) [2020-04-06T17:43:05.536Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2020-04-06T17:43:05.536Z] daemon.go:325: [d84946a8f12de] waiting for daemon to start [2020-04-06T17:43:05.536Z] daemon.go:325: [d84946a8f12de] waiting for daemon to start [2020-04-06T17:43:05.536Z] daemon.go:353: [d84946a8f12de] daemon started [2020-04-06T17:43:05.536Z] daemon.go:461: [d84946a8f12de] Stopping daemon [2020-04-06T17:43:05.536Z] daemon.go:296: [d84946a8f12de] exiting daemon [2020-04-06T17:43:05.536Z] daemon.go:448: [d84946a8f12de] Daemon stopped [2020-04-06T17:43:05.536Z] daemon.go:325: [d84946a8f12de] waiting for daemon to start [2020-04-06T17:43:05.536Z] daemon.go:325: [d84946a8f12de] waiting for daemon to start [2020-04-06T17:43:05.536Z] daemon.go:353: [d84946a8f12de] daemon started [2020-04-06T17:43:05.536Z] daemon.go:461: [d84946a8f12de] Stopping daemon [2020-04-06T17:43:05.536Z] daemon.go:296: [d84946a8f12de] exiting daemon [2020-04-06T17:43:05.536Z] daemon.go:448: [d84946a8f12de] Daemon stopped [2020-04-06T17:43:05.732Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-04-06T17:43:07.579Z] --- PASS: TestContinueAfterPluginCrash (20.74s) [2020-04-06T17:43:07.579Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2020-04-06T17:43:07.579Z] daemon.go:325: [d52bd93b28193] waiting for daemon to start [2020-04-06T17:43:07.579Z] daemon.go:325: [d52bd93b28193] waiting for daemon to start [2020-04-06T17:43:07.579Z] daemon.go:353: [d52bd93b28193] daemon started [2020-04-06T17:43:07.579Z] daemon.go:461: [d52bd93b28193] Stopping daemon [2020-04-06T17:43:07.579Z] daemon.go:296: [d52bd93b28193] exiting daemon [2020-04-06T17:43:07.579Z] daemon.go:448: [d52bd93b28193] Daemon stopped [2020-04-06T17:43:07.579Z] PASS [2020-04-06T17:43:07.579Z] [2020-04-06T17:43:07.579Z] DONE 2 tests in 20.843s [2020-04-06T17:43:07.579Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-04-06T17:43:07.579Z] ++ 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 [2020-04-06T17:43:07.579Z] ++ set -e [2020-04-06T17:43:07.579Z] ++ '[' -n 0 ']' [2020-04-06T17:43:07.579Z] ++ set -x [2020-04-06T17:43:07.579Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:43:07.579Z] INFO: Testing against a local daemon [2020-04-06T17:43:07.579Z] === RUN TestPluginWithDevMounts [2020-04-06T17:43:07.579Z] === PAUSE TestPluginWithDevMounts [2020-04-06T17:43:07.579Z] === CONT TestPluginWithDevMounts [2020-04-06T17:43:10.262Z] --- PASS: TestPluginWithDevMounts (2.32s) [2020-04-06T17:43:10.262Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2020-04-06T17:43:10.262Z] daemon.go:325: [d4061750dd465] waiting for daemon to start [2020-04-06T17:43:10.262Z] daemon.go:325: [d4061750dd465] waiting for daemon to start [2020-04-06T17:43:10.262Z] daemon.go:353: [d4061750dd465] daemon started [2020-04-06T17:43:10.262Z] daemon.go:461: [d4061750dd465] Stopping daemon [2020-04-06T17:43:10.262Z] daemon.go:296: [d4061750dd465] exiting daemon [2020-04-06T17:43:10.262Z] daemon.go:448: [d4061750dd465] Daemon stopped [2020-04-06T17:43:10.262Z] PASS [2020-04-06T17:43:10.262Z] [2020-04-06T17:43:10.262Z] DONE 1 tests in 2.418s [2020-04-06T17:43:10.262Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-04-06T17:43:10.262Z] ++ 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 [2020-04-06T17:43:10.262Z] ++ set -e [2020-04-06T17:43:10.262Z] ++ '[' -n 0 ']' [2020-04-06T17:43:10.262Z] ++ set -x [2020-04-06T17:43:10.263Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:43:10.263Z] INFO: Testing against a local daemon [2020-04-06T17:43:10.263Z] === RUN TestSecretInspect [2020-04-06T17:43:10.987Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-04-06T17:43:10.987Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-04-06T17:43:11.153Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-04-06T17:43:11.153Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-04-06T17:43:11.600Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-04-06T17:43:12.354Z] --- PASS: TestSecretInspect (2.26s) [2020-04-06T17:43:12.354Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2020-04-06T17:43:12.354Z] daemon.go:325: [dbfce4792bb3c] waiting for daemon to start [2020-04-06T17:43:12.354Z] daemon.go:325: [dbfce4792bb3c] waiting for daemon to start [2020-04-06T17:43:12.354Z] daemon.go:353: [dbfce4792bb3c] daemon started [2020-04-06T17:43:12.354Z] daemon.go:461: [dbfce4792bb3c] Stopping daemon [2020-04-06T17:43:12.354Z] daemon.go:296: [dbfce4792bb3c] exiting daemon [2020-04-06T17:43:12.354Z] daemon.go:448: [dbfce4792bb3c] Daemon stopped [2020-04-06T17:43:12.354Z] === RUN TestSecretList [2020-04-06T17:43:12.355Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-04-06T17:43:14.877Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-04-06T17:43:15.045Z] --- PASS: TestSecretList (2.30s) [2020-04-06T17:43:15.045Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2020-04-06T17:43:15.045Z] daemon.go:325: [d907befd5ea4c] waiting for daemon to start [2020-04-06T17:43:15.045Z] daemon.go:325: [d907befd5ea4c] waiting for daemon to start [2020-04-06T17:43:15.045Z] daemon.go:353: [d907befd5ea4c] daemon started [2020-04-06T17:43:15.045Z] daemon.go:461: [d907befd5ea4c] Stopping daemon [2020-04-06T17:43:15.045Z] daemon.go:296: [d907befd5ea4c] exiting daemon [2020-04-06T17:43:15.045Z] daemon.go:448: [d907befd5ea4c] Daemon stopped [2020-04-06T17:43:15.045Z] === RUN TestSecretsCreateAndDelete [2020-04-06T17:43:16.246Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-04-06T17:43:17.075Z] --- PASS: TestSecretsCreateAndDelete (2.27s) [2020-04-06T17:43:17.075Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2020-04-06T17:43:17.075Z] daemon.go:325: [d4497507a534b] waiting for daemon to start [2020-04-06T17:43:17.075Z] daemon.go:325: [d4497507a534b] waiting for daemon to start [2020-04-06T17:43:17.075Z] daemon.go:353: [d4497507a534b] daemon started [2020-04-06T17:43:17.075Z] daemon.go:461: [d4497507a534b] Stopping daemon [2020-04-06T17:43:17.075Z] daemon.go:296: [d4497507a534b] exiting daemon [2020-04-06T17:43:17.075Z] daemon.go:448: [d4497507a534b] Daemon stopped [2020-04-06T17:43:17.075Z] === RUN TestSecretsUpdate [2020-04-06T17:43:18.778Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-04-06T17:43:19.115Z] --- PASS: TestSecretsUpdate (2.31s) [2020-04-06T17:43:19.115Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2020-04-06T17:43:19.115Z] daemon.go:325: [d1300441ab5d9] waiting for daemon to start [2020-04-06T17:43:19.115Z] daemon.go:325: [d1300441ab5d9] waiting for daemon to start [2020-04-06T17:43:19.115Z] daemon.go:353: [d1300441ab5d9] daemon started [2020-04-06T17:43:19.115Z] daemon.go:461: [d1300441ab5d9] Stopping daemon [2020-04-06T17:43:19.115Z] daemon.go:296: [d1300441ab5d9] exiting daemon [2020-04-06T17:43:19.115Z] daemon.go:448: [d1300441ab5d9] Daemon stopped [2020-04-06T17:43:19.115Z] === RUN TestTemplatedSecret [2020-04-06T17:43:21.299Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-04-06T17:43:21.810Z] --- PASS: TestTemplatedSecret (2.72s) [2020-04-06T17:43:21.811Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2020-04-06T17:43:21.811Z] daemon.go:325: [d7f9f837d2e1c] waiting for daemon to start [2020-04-06T17:43:21.811Z] daemon.go:325: [d7f9f837d2e1c] waiting for daemon to start [2020-04-06T17:43:21.811Z] daemon.go:353: [d7f9f837d2e1c] daemon started [2020-04-06T17:43:21.811Z] daemon.go:461: [d7f9f837d2e1c] Stopping daemon [2020-04-06T17:43:21.811Z] daemon.go:296: [d7f9f837d2e1c] exiting daemon [2020-04-06T17:43:21.811Z] daemon.go:448: [d7f9f837d2e1c] Daemon stopped [2020-04-06T17:43:21.811Z] === RUN TestSecretCreateResolve [2020-04-06T17:43:22.228Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-04-06T17:43:22.792Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-04-06T17:43:23.723Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-04-06T17:43:23.723Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-04-06T17:43:23.723Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-04-06T17:43:23.723Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-04-06T17:43:23.723Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-04-06T17:43:23.838Z] === RUN TestDockerSuite/TestBuildSpaces [2020-04-06T17:43:23.838Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-04-06T17:43:24.498Z] --- PASS: TestSecretCreateResolve (2.35s) [2020-04-06T17:43:24.498Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2020-04-06T17:43:24.498Z] daemon.go:325: [db9bca1a047f0] waiting for daemon to start [2020-04-06T17:43:24.498Z] daemon.go:325: [db9bca1a047f0] waiting for daemon to start [2020-04-06T17:43:24.498Z] daemon.go:353: [db9bca1a047f0] daemon started [2020-04-06T17:43:24.498Z] daemon.go:461: [db9bca1a047f0] Stopping daemon [2020-04-06T17:43:24.498Z] daemon.go:296: [db9bca1a047f0] exiting daemon [2020-04-06T17:43:24.498Z] daemon.go:448: [db9bca1a047f0] Daemon stopped [2020-04-06T17:43:24.498Z] PASS [2020-04-06T17:43:24.498Z] [2020-04-06T17:43:24.498Z] DONE 6 tests in 14.307s [2020-04-06T17:43:24.498Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-04-06T17:43:24.498Z] ++ 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 [2020-04-06T17:43:24.498Z] ++ set -e [2020-04-06T17:43:24.498Z] ++ '[' -n 0 ']' [2020-04-06T17:43:24.498Z] ++ set -x [2020-04-06T17:43:24.498Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:43:24.498Z] INFO: Testing against a local daemon [2020-04-06T17:43:24.498Z] === RUN TestServiceCreateInit [2020-04-06T17:43:24.498Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-04-06T17:43:24.654Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-04-06T17:43:25.586Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-04-06T17:43:26.516Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-04-06T17:43:27.499Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-04-06T17:43:27.499Z] === RUN TestDockerSuite/TestBuildStderr [2020-04-06T17:43:27.886Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-04-06T17:43:28.816Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-04-06T17:43:28.898Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-04-06T17:43:29.380Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-04-06T17:43:29.636Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-04-06T17:43:30.200Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-04-06T17:43:30.457Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-04-06T17:43:30.457Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-04-06T17:43:30.457Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-04-06T17:43:30.457Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-04-06T17:43:30.713Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-04-06T17:43:30.713Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-04-06T17:43:30.970Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-04-06T17:43:30.970Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-04-06T17:43:31.229Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-04-06T17:43:32.104Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-04-06T17:43:32.159Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-04-06T17:43:32.722Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-04-06T17:43:33.302Z] --- PASS: TestServiceCreateInit (8.31s) [2020-04-06T17:43:33.302Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.08s) [2020-04-06T17:43:33.302Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2020-04-06T17:43:33.302Z] daemon.go:325: [db121193a1618] waiting for daemon to start [2020-04-06T17:43:33.302Z] daemon.go:325: [db121193a1618] waiting for daemon to start [2020-04-06T17:43:33.302Z] daemon.go:353: [db121193a1618] daemon started [2020-04-06T17:43:33.302Z] daemon.go:461: [db121193a1618] Stopping daemon [2020-04-06T17:43:33.302Z] daemon.go:296: [db121193a1618] exiting daemon [2020-04-06T17:43:33.302Z] daemon.go:448: [db121193a1618] Daemon stopped [2020-04-06T17:43:33.302Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.18s) [2020-04-06T17:43:33.302Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2020-04-06T17:43:33.302Z] daemon.go:325: [d9fddc17d2ef2] waiting for daemon to start [2020-04-06T17:43:33.302Z] daemon.go:325: [d9fddc17d2ef2] waiting for daemon to start [2020-04-06T17:43:33.302Z] daemon.go:353: [d9fddc17d2ef2] daemon started [2020-04-06T17:43:33.302Z] daemon.go:461: [d9fddc17d2ef2] Stopping daemon [2020-04-06T17:43:33.302Z] daemon.go:296: [d9fddc17d2ef2] exiting daemon [2020-04-06T17:43:33.302Z] daemon.go:448: [d9fddc17d2ef2] Daemon stopped [2020-04-06T17:43:33.302Z] === RUN TestCreateServiceMultipleTimes [2020-04-06T17:43:33.652Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-04-06T17:43:33.652Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-04-06T17:43:34.583Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-04-06T17:43:34.840Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-04-06T17:43:35.769Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-04-06T17:43:35.769Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-04-06T17:43:36.334Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-04-06T17:43:37.264Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-04-06T17:43:37.264Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-04-06T17:43:37.264Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-04-06T17:43:38.196Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-04-06T17:43:39.565Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-04-06T17:43:40.494Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-04-06T17:43:40.494Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-04-06T17:43:41.058Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-04-06T17:43:41.315Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-04-06T17:43:42.683Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-04-06T17:43:43.616Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-04-06T17:43:46.140Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-04-06T17:43:46.704Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-04-06T17:43:46.704Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-04-06T17:43:46.704Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-04-06T17:43:48.072Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-04-06T17:43:49.003Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-04-06T17:43:50.374Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-04-06T17:43:50.374Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-04-06T17:43:51.794Z] --- PASS: TestCreateServiceMultipleTimes (16.04s) [2020-04-06T17:43:51.794Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2020-04-06T17:43:51.794Z] daemon.go:325: [d4f5dc8882c24] waiting for daemon to start [2020-04-06T17:43:51.794Z] daemon.go:325: [d4f5dc8882c24] waiting for daemon to start [2020-04-06T17:43:51.794Z] daemon.go:353: [d4f5dc8882c24] daemon started [2020-04-06T17:43:51.794Z] daemon.go:461: [d4f5dc8882c24] Stopping daemon [2020-04-06T17:43:51.794Z] daemon.go:296: [d4f5dc8882c24] exiting daemon [2020-04-06T17:43:51.794Z] daemon.go:448: [d4f5dc8882c24] Daemon stopped [2020-04-06T17:43:51.794Z] === RUN TestCreateServiceConflict [2020-04-06T17:43:51.794Z] --- PASS: TestCreateServiceConflict (2.32s) [2020-04-06T17:43:51.794Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2020-04-06T17:43:51.794Z] daemon.go:325: [da5910d781529] waiting for daemon to start [2020-04-06T17:43:51.794Z] daemon.go:325: [da5910d781529] waiting for daemon to start [2020-04-06T17:43:51.794Z] daemon.go:353: [da5910d781529] daemon started [2020-04-06T17:43:51.794Z] daemon.go:461: [da5910d781529] Stopping daemon [2020-04-06T17:43:51.794Z] daemon.go:296: [da5910d781529] exiting daemon [2020-04-06T17:43:51.794Z] daemon.go:448: [da5910d781529] Daemon stopped [2020-04-06T17:43:51.794Z] === RUN TestCreateServiceMaxReplicas [2020-04-06T17:43:52.268Z] === RUN TestDockerSuite/TestSaveImageId [2020-04-06T17:43:52.268Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-04-06T17:43:52.831Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-04-06T17:43:53.024Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-04-06T17:43:53.024Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-04-06T17:43:53.024Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-04-06T17:43:54.482Z] --- PASS: TestCreateServiceMaxReplicas (3.03s) [2020-04-06T17:43:54.482Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2020-04-06T17:43:54.482Z] daemon.go:325: [daa8c8191590c] waiting for daemon to start [2020-04-06T17:43:54.482Z] daemon.go:325: [daa8c8191590c] waiting for daemon to start [2020-04-06T17:43:54.482Z] daemon.go:353: [daa8c8191590c] daemon started [2020-04-06T17:43:54.482Z] daemon.go:461: [daa8c8191590c] Stopping daemon [2020-04-06T17:43:54.482Z] daemon.go:296: [daa8c8191590c] exiting daemon [2020-04-06T17:43:54.482Z] daemon.go:448: [daa8c8191590c] Daemon stopped [2020-04-06T17:43:54.482Z] === RUN TestCreateWithDuplicateNetworkNames [2020-04-06T17:43:54.529Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-04-06T17:43:54.725Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-04-06T17:43:54.981Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-04-06T17:43:55.544Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-04-06T17:43:56.475Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-04-06T17:43:56.732Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-04-06T17:43:56.732Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-04-06T17:43:58.626Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-04-06T17:43:59.135Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-04-06T17:43:59.997Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-04-06T17:44:00.561Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-04-06T17:44:00.561Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-04-06T17:44:00.561Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-04-06T17:44:00.822Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-04-06T17:44:01.079Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-04-06T17:44:01.336Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-04-06T17:44:03.740Z] === RUN TestDockerSuite/TestBuildUser [2020-04-06T17:44:03.741Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-04-06T17:44:03.741Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-04-06T17:44:03.741Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-04-06T17:44:03.859Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-04-06T17:44:07.405Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-04-06T17:44:07.855Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-04-06T17:44:09.724Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.35s) [2020-04-06T17:44:09.724Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2020-04-06T17:44:09.724Z] daemon.go:325: [d31c1ad4e57de] waiting for daemon to start [2020-04-06T17:44:09.724Z] daemon.go:325: [d31c1ad4e57de] waiting for daemon to start [2020-04-06T17:44:09.724Z] daemon.go:353: [d31c1ad4e57de] daemon started [2020-04-06T17:44:09.724Z] daemon.go:461: [d31c1ad4e57de] Stopping daemon [2020-04-06T17:44:09.724Z] daemon.go:296: [d31c1ad4e57de] exiting daemon [2020-04-06T17:44:09.724Z] daemon.go:448: [d31c1ad4e57de] Daemon stopped [2020-04-06T17:44:09.724Z] === RUN TestCreateServiceSecretFileMode [2020-04-06T17:44:10.018Z] --- PASS: TestCreateServiceSecretFileMode (2.60s) [2020-04-06T17:44:10.018Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2020-04-06T17:44:10.018Z] daemon.go:325: [d386fe0bb2c7a] waiting for daemon to start [2020-04-06T17:44:10.018Z] daemon.go:325: [d386fe0bb2c7a] waiting for daemon to start [2020-04-06T17:44:10.018Z] daemon.go:353: [d386fe0bb2c7a] daemon started [2020-04-06T17:44:10.018Z] daemon.go:461: [d386fe0bb2c7a] Stopping daemon [2020-04-06T17:44:10.018Z] daemon.go:296: [d386fe0bb2c7a] exiting daemon [2020-04-06T17:44:10.018Z] daemon.go:448: [d386fe0bb2c7a] Daemon stopped [2020-04-06T17:44:10.018Z] === RUN TestCreateServiceConfigFileMode [2020-04-06T17:44:10.406Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-04-06T17:44:10.663Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-04-06T17:44:10.700Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-04-06T17:44:10.700Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-04-06T17:44:10.700Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-04-06T17:44:12.033Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-04-06T17:44:12.749Z] --- PASS: TestCreateServiceConfigFileMode (2.61s) [2020-04-06T17:44:12.749Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2020-04-06T17:44:12.749Z] daemon.go:325: [d0f646ac6dd41] waiting for daemon to start [2020-04-06T17:44:12.749Z] daemon.go:325: [d0f646ac6dd41] waiting for daemon to start [2020-04-06T17:44:12.749Z] daemon.go:353: [d0f646ac6dd41] daemon started [2020-04-06T17:44:12.749Z] daemon.go:461: [d0f646ac6dd41] Stopping daemon [2020-04-06T17:44:12.749Z] daemon.go:296: [d0f646ac6dd41] exiting daemon [2020-04-06T17:44:12.749Z] daemon.go:448: [d0f646ac6dd41] Daemon stopped [2020-04-06T17:44:12.749Z] === RUN TestCreateServiceSysctls [2020-04-06T17:44:12.964Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-04-06T17:44:14.878Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-04-06T17:44:16.225Z] --- PASS: TestCreateServiceSysctls (3.38s) [2020-04-06T17:44:16.225Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2020-04-06T17:44:16.225Z] daemon.go:325: [de6eb50eeb4e3] waiting for daemon to start [2020-04-06T17:44:16.225Z] daemon.go:325: [de6eb50eeb4e3] waiting for daemon to start [2020-04-06T17:44:16.225Z] daemon.go:353: [de6eb50eeb4e3] daemon started [2020-04-06T17:44:16.225Z] daemon.go:461: [de6eb50eeb4e3] Stopping daemon [2020-04-06T17:44:16.225Z] daemon.go:296: [de6eb50eeb4e3] exiting daemon [2020-04-06T17:44:16.225Z] daemon.go:448: [de6eb50eeb4e3] Daemon stopped [2020-04-06T17:44:16.225Z] === RUN TestInspect [2020-04-06T17:44:18.152Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-04-06T17:44:18.932Z] --- PASS: TestInspect (2.77s) [2020-04-06T17:44:18.932Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2020-04-06T17:44:18.932Z] daemon.go:325: [de5082d5772ee] waiting for daemon to start [2020-04-06T17:44:18.932Z] daemon.go:325: [de5082d5772ee] waiting for daemon to start [2020-04-06T17:44:18.932Z] daemon.go:353: [de5082d5772ee] daemon started [2020-04-06T17:44:18.932Z] daemon.go:461: [de5082d5772ee] Stopping daemon [2020-04-06T17:44:18.932Z] daemon.go:296: [de5082d5772ee] exiting daemon [2020-04-06T17:44:18.932Z] daemon.go:448: [de5082d5772ee] Daemon stopped [2020-04-06T17:44:18.932Z] === RUN TestDockerNetworkConnectAlias [2020-04-06T17:44:19.084Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-04-06T17:44:20.452Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-04-06T17:44:21.382Z] === RUN TestDockerSuite/TestStartRecordError [2020-04-06T17:44:21.946Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-04-06T17:44:23.314Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-04-06T17:44:23.336Z] --- PASS: TestDockerNetworkConnectAlias (4.58s) [2020-04-06T17:44:23.336Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2020-04-06T17:44:23.336Z] daemon.go:325: [dac77c49287fb] waiting for daemon to start [2020-04-06T17:44:23.336Z] daemon.go:325: [dac77c49287fb] waiting for daemon to start [2020-04-06T17:44:23.336Z] daemon.go:353: [dac77c49287fb] daemon started [2020-04-06T17:44:23.336Z] daemon.go:461: [dac77c49287fb] Stopping daemon [2020-04-06T17:44:23.336Z] daemon.go:296: [dac77c49287fb] exiting daemon [2020-04-06T17:44:23.336Z] daemon.go:448: [dac77c49287fb] Daemon stopped [2020-04-06T17:44:23.336Z] === RUN TestDockerNetworkReConnect [2020-04-06T17:44:25.839Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-04-06T17:44:27.735Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-04-06T17:44:27.763Z] --- PASS: TestDockerNetworkReConnect (3.67s) [2020-04-06T17:44:27.763Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2020-04-06T17:44:27.763Z] daemon.go:325: [d2aee6a306ead] waiting for daemon to start [2020-04-06T17:44:27.763Z] daemon.go:325: [d2aee6a306ead] waiting for daemon to start [2020-04-06T17:44:27.763Z] daemon.go:353: [d2aee6a306ead] daemon started [2020-04-06T17:44:27.763Z] daemon.go:461: [d2aee6a306ead] Stopping daemon [2020-04-06T17:44:27.763Z] daemon.go:296: [d2aee6a306ead] exiting daemon [2020-04-06T17:44:27.763Z] daemon.go:448: [d2aee6a306ead] Daemon stopped [2020-04-06T17:44:27.763Z] === RUN TestServicePlugin [2020-04-06T17:44:27.763Z] --- SKIP: TestServicePlugin (0.00s) [2020-04-06T17:44:27.763Z] plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:44:27.763Z] === RUN TestServiceUpdateLabel [2020-04-06T17:44:27.994Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-04-06T17:44:29.246Z] --- PASS: TestServiceUpdateLabel (2.28s) [2020-04-06T17:44:29.246Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2020-04-06T17:44:29.246Z] daemon.go:325: [d7757f86dda4c] waiting for daemon to start [2020-04-06T17:44:29.246Z] daemon.go:325: [d7757f86dda4c] waiting for daemon to start [2020-04-06T17:44:29.246Z] daemon.go:353: [d7757f86dda4c] daemon started [2020-04-06T17:44:29.246Z] daemon.go:461: [d7757f86dda4c] Stopping daemon [2020-04-06T17:44:29.246Z] daemon.go:296: [d7757f86dda4c] exiting daemon [2020-04-06T17:44:29.246Z] daemon.go:448: [d7757f86dda4c] Daemon stopped [2020-04-06T17:44:29.246Z] === RUN TestServiceUpdateSecrets [2020-04-06T17:44:31.267Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-04-06T17:44:31.267Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-04-06T17:44:31.606Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-04-06T17:44:31.606Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-04-06T17:44:36.520Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-04-06T17:44:36.520Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-04-06T17:44:36.520Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-04-06T17:44:39.043Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-04-06T17:44:43.842Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-04-06T17:44:44.298Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-04-06T17:44:44.298Z] === RUN TestDockerSuite/TestStatsNoStream [2020-04-06T17:44:44.483Z] --- PASS: TestServiceUpdateSecrets (14.64s) [2020-04-06T17:44:44.483Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2020-04-06T17:44:44.483Z] daemon.go:325: [d66183e71bda8] waiting for daemon to start [2020-04-06T17:44:44.483Z] daemon.go:325: [d66183e71bda8] waiting for daemon to start [2020-04-06T17:44:44.483Z] daemon.go:353: [d66183e71bda8] daemon started [2020-04-06T17:44:44.483Z] daemon.go:461: [d66183e71bda8] Stopping daemon [2020-04-06T17:44:44.483Z] daemon.go:296: [d66183e71bda8] exiting daemon [2020-04-06T17:44:44.483Z] daemon.go:448: [d66183e71bda8] Daemon stopped [2020-04-06T17:44:44.483Z] === RUN TestServiceUpdateConfigs [2020-04-06T17:44:44.555Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-04-06T17:44:45.485Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-04-06T17:44:47.379Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-04-06T17:44:48.310Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-04-06T17:44:48.443Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-04-06T17:44:48.443Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-04-06T17:44:48.443Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-04-06T17:44:48.883Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-04-06T17:44:49.814Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-04-06T17:44:50.576Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-04-06T17:44:50.745Z] === RUN TestDockerSuite/TestTopPrivileged [2020-04-06T17:44:51.024Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2020-04-06T17:44:51.676Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-04-06T17:44:51.676Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-04-06T17:44:52.239Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-04-06T17:44:56.413Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-04-06T17:44:59.735Z] --- PASS: TestServiceUpdateConfigs (14.77s) [2020-04-06T17:44:59.735Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2020-04-06T17:44:59.735Z] daemon.go:325: [d1d3e874ac2ee] waiting for daemon to start [2020-04-06T17:44:59.735Z] daemon.go:325: [d1d3e874ac2ee] waiting for daemon to start [2020-04-06T17:44:59.735Z] daemon.go:353: [d1d3e874ac2ee] daemon started [2020-04-06T17:44:59.735Z] daemon.go:461: [d1d3e874ac2ee] Stopping daemon [2020-04-06T17:44:59.735Z] daemon.go:296: [d1d3e874ac2ee] exiting daemon [2020-04-06T17:44:59.735Z] daemon.go:448: [d1d3e874ac2ee] Daemon stopped [2020-04-06T17:44:59.735Z] === RUN TestServiceUpdateNetwork [2020-04-06T17:45:00.587Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-04-06T17:45:00.587Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-04-06T17:45:01.518Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-04-06T17:45:01.518Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-04-06T17:45:02.448Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-04-06T17:45:03.258Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-04-06T17:45:04.343Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-04-06T17:45:04.343Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-04-06T17:45:05.711Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-04-06T17:45:06.641Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-04-06T17:45:07.571Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-04-06T17:45:07.864Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-04-06T17:45:07.864Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-04-06T17:45:09.465Z] === RUN TestDockerSuite/TestUpdateStats [2020-04-06T17:45:12.275Z] --- PASS: TestServiceUpdateNetwork (13.02s) [2020-04-06T17:45:12.275Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2020-04-06T17:45:12.275Z] daemon.go:325: [d2e33179563cd] waiting for daemon to start [2020-04-06T17:45:12.275Z] daemon.go:325: [d2e33179563cd] waiting for daemon to start [2020-04-06T17:45:12.275Z] daemon.go:353: [d2e33179563cd] daemon started [2020-04-06T17:45:12.275Z] daemon.go:461: [d2e33179563cd] Stopping daemon [2020-04-06T17:45:12.275Z] daemon.go:296: [d2e33179563cd] exiting daemon [2020-04-06T17:45:12.275Z] daemon.go:448: [d2e33179563cd] Daemon stopped [2020-04-06T17:45:12.275Z] PASS [2020-04-06T17:45:12.275Z] [2020-04-06T17:45:12.275Z] === Skipped [2020-04-06T17:45:12.275Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-04-06T17:45:12.275Z] plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-06T17:45:12.275Z] [2020-04-06T17:45:12.275Z] [2020-04-06T17:45:12.275Z] DONE 18 tests, 1 skipped in 107.475s [2020-04-06T17:45:12.275Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-04-06T17:45:12.275Z] ++ 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 [2020-04-06T17:45:12.275Z] ++ set -e [2020-04-06T17:45:12.275Z] ++ '[' -n 0 ']' [2020-04-06T17:45:12.275Z] ++ set -x [2020-04-06T17:45:12.275Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:45:12.275Z] INFO: Testing against a local daemon [2020-04-06T17:45:12.275Z] === RUN TestSessionCreate [2020-04-06T17:45:12.275Z] --- PASS: TestSessionCreate (0.05s) [2020-04-06T17:45:12.275Z] === RUN TestSessionCreateWithBadUpgrade [2020-04-06T17:45:12.275Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-04-06T17:45:12.275Z] PASS [2020-04-06T17:45:12.275Z] [2020-04-06T17:45:12.275Z] DONE 2 tests in 0.200s [2020-04-06T17:45:12.275Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-04-06T17:45:12.275Z] ++ 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 [2020-04-06T17:45:12.275Z] ++ set -e [2020-04-06T17:45:12.275Z] ++ '[' -n 0 ']' [2020-04-06T17:45:12.275Z] ++ set -x [2020-04-06T17:45:12.275Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:45:12.275Z] INFO: Testing against a local daemon [2020-04-06T17:45:12.275Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-04-06T17:45:12.275Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-06T17:45:12.275Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-06T17:45:12.275Z] === RUN TestEventsExecDie [2020-04-06T17:45:12.893Z] --- PASS: TestEventsExecDie (0.79s) [2020-04-06T17:45:12.893Z] === RUN TestEventsBackwardsCompatible [2020-04-06T17:45:12.893Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-04-06T17:45:12.893Z] === RUN TestInfoBinaryCommits [2020-04-06T17:45:13.178Z] --- PASS: TestInfoBinaryCommits (0.07s) [2020-04-06T17:45:13.178Z] === RUN TestInfoAPIVersioned [2020-04-06T17:45:13.178Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-04-06T17:45:13.178Z] === RUN TestInfoAPI [2020-04-06T17:45:13.178Z] --- PASS: TestInfoAPI (0.06s) [2020-04-06T17:45:13.178Z] === RUN TestInfoAPIWarnings [2020-04-06T17:45:13.638Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-04-06T17:45:14.204Z] --- PASS: TestInfoAPIWarnings (0.92s) [2020-04-06T17:45:14.204Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2020-04-06T17:45:14.204Z] daemon.go:325: [d6fa93494cf93] waiting for daemon to start [2020-04-06T17:45:14.204Z] daemon.go:325: [d6fa93494cf93] waiting for daemon to start [2020-04-06T17:45:14.204Z] daemon.go:353: [d6fa93494cf93] daemon started [2020-04-06T17:45:14.204Z] daemon.go:461: [d6fa93494cf93] Stopping daemon [2020-04-06T17:45:14.204Z] daemon.go:296: [d6fa93494cf93] exiting daemon [2020-04-06T17:45:14.204Z] daemon.go:448: [d6fa93494cf93] Daemon stopped [2020-04-06T17:45:14.204Z] === RUN TestLoginFailsWithBadCredentials [2020-04-06T17:45:14.488Z] --- PASS: TestLoginFailsWithBadCredentials (0.48s) [2020-04-06T17:45:14.488Z] === RUN TestPingCacheHeaders [2020-04-06T17:45:14.488Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-04-06T17:45:14.488Z] === RUN TestPingGet [2020-04-06T17:45:14.569Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-04-06T17:45:14.569Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-04-06T17:45:14.772Z] --- PASS: TestPingGet (0.04s) [2020-04-06T17:45:14.772Z] === RUN TestPingHead [2020-04-06T17:45:14.772Z] --- PASS: TestPingHead (0.06s) [2020-04-06T17:45:14.772Z] === RUN TestVersion [2020-04-06T17:45:14.772Z] --- PASS: TestVersion (0.05s) [2020-04-06T17:45:14.772Z] PASS [2020-04-06T17:45:14.772Z] [2020-04-06T17:45:14.772Z] === Skipped [2020-04-06T17:45:14.772Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-06T17:45:14.772Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-06T17:45:14.772Z] [2020-04-06T17:45:14.772Z] [2020-04-06T17:45:14.772Z] DONE 12 tests, 1 skipped in 2.737s [2020-04-06T17:45:14.772Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-04-06T17:45:14.772Z] ++ 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 [2020-04-06T17:45:14.772Z] ++ set -e [2020-04-06T17:45:14.772Z] ++ '[' -n 0 ']' [2020-04-06T17:45:14.772Z] ++ set -x [2020-04-06T17:45:14.772Z] ++ env -i DEST=/go/src/github.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 [2020-04-06T17:45:14.772Z] INFO: Testing against a local daemon [2020-04-06T17:45:14.772Z] === RUN TestVolumesCreateAndList [2020-04-06T17:45:15.056Z] --- PASS: TestVolumesCreateAndList (0.05s) [2020-04-06T17:45:15.056Z] === RUN TestVolumesRemove [2020-04-06T17:45:15.056Z] --- PASS: TestVolumesRemove (0.10s) [2020-04-06T17:45:15.056Z] === RUN TestVolumesInspect [2020-04-06T17:45:15.056Z] --- PASS: TestVolumesInspect (0.05s) [2020-04-06T17:45:15.056Z] === RUN TestVolumesInvalidJSON [2020-04-06T17:45:15.056Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-04-06T17:45:15.056Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-04-06T17:45:15.056Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-04-06T17:45:15.056Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2020-04-06T17:45:15.056Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-04-06T17:45:15.056Z] PASS [2020-04-06T17:45:15.056Z] [2020-04-06T17:45:15.056Z] DONE 5 tests in 0.330s [2020-04-06T17:45:15.056Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-04-06T17:45:15.339Z] ++++ cat bundles/test-integration/docker.pid [2020-04-06T17:45:15.339Z] +++ kill 11067 [2020-04-06T17:45:15.499Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-04-06T17:45:16.430Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-04-06T17:45:16.812Z] umount: bundles/test-integration/root: no mount point specified. [2020-04-06T17:45:16.812Z] +++ /etc/init.d/apparmor stop [2020-04-06T17:45:16.812Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-06T17:45:16.812Z] [2020-04-06T17:45:16.812Z] Unloading profiles will leave already running processes permanently [2020-04-06T17:45:16.812Z] unconfined, which can lead to unexpected situations. [2020-04-06T17:45:16.812Z] [2020-04-06T17:45:16.812Z] To set a process to complain mode, use the command line tool [2020-04-06T17:45:16.812Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-06T17:45:16.812Z] +++ true [2020-04-06T17:45:16.812Z] Post stage [Pipeline] junit [2020-04-06T17:45:18.875Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-04-06T17:45:19.693Z] + echo Ensuring container killed. [2020-04-06T17:45:19.693Z] Ensuring container killed. [2020-04-06T17:45:19.693Z] + docker rm -vf docker-pr1 [2020-04-06T17:45:19.693Z] Error: No such container: docker-pr1 [2020-04-06T17:45:19.693Z] + true [Pipeline] sh [2020-04-06T17:45:20.069Z] + echo Chowning /workspace to jenkins user [2020-04-06T17:45:20.069Z] Chowning /workspace to jenkins user [2020-04-06T17:45:20.069Z] + id -u [2020-04-06T17:45:20.069Z] + id -g [2020-04-06T17:45:20.069Z] + docker run --rm -v /home/docker/workspace/moby_PR-40784:/workspace busybox chown -R 1001:1001 /workspace [2020-04-06T17:45:20.069Z] Unable to find image 'busybox:latest' locally [2020-04-06T17:45:20.101Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-04-06T17:45:20.352Z] latest: Pulling from library/busybox [2020-04-06T17:45:20.548Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-04-06T17:45:20.548Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-04-06T17:45:20.548Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-04-06T17:45:20.602Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-04-06T17:45:20.634Z] 4c6795986792: Pulling fs layer [2020-04-06T17:45:20.920Z] 4c6795986792: Download complete [2020-04-06T17:45:21.205Z] 4c6795986792: Pull complete [2020-04-06T17:45:21.205Z] Digest: sha256:b26cd013274a657b86e706210ddd5cc1f82f50155791199d29b9e86e935ce135 [2020-04-06T17:45:21.205Z] Status: Downloaded newer image for busybox:latest [2020-04-06T17:45:21.491Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-04-06T17:45:23.071Z] + bundleName=ppc64le-integration [2020-04-06T17:45:23.071Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-04-06T17:45:23.071Z] Creating ppc64le-integration-bundles.tar.gz [2020-04-06T17:45:23.071Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o+ -name *.log -o -namexargs *.prof tar -o -czf -name ppc64le-integration-bundles.tar.gz *-report.xml [2020-04-06T17:45:23.071Z] ) -print [Pipeline] archiveArtifacts [2020-04-06T17:45:23.106Z] Archiving artifacts [2020-04-06T17:45:23.492Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40784/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-04-06T17:45:23.875Z] + make clean [2020-04-06T17:45:24.492Z] docker volume rm -f docker-dev-cache [2020-04-06T17:45:24.492Z] docker-dev-cache [Pipeline] deleteDir [2020-04-06T17:45:24.797Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-06T17:45:27.319Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-04-06T17:45:29.840Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-04-06T17:45:29.943Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-04-06T17:45:31.448Z] === RUN TestDockerSuite/TestBuildXZHost [2020-04-06T17:45:31.448Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-04-06T17:45:31.448Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-04-06T17:45:31.448Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-04-06T17:45:33.578Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-04-06T17:45:34.013Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-04-06T17:45:38.185Z] === RUN TestDockerSuite/TestCommitChange [2020-04-06T17:45:39.265Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-04-06T17:45:41.787Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-04-06T17:45:42.350Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-04-06T17:45:42.799Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-04-06T17:45:44.245Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-04-06T17:45:45.614Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-04-06T17:45:46.464Z] === RUN TestDockerSuite/TestCommitHardlink [2020-04-06T17:45:46.464Z] === RUN TestDockerSuite/TestCommitNewFile [2020-04-06T17:45:46.983Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-04-06T17:45:49.505Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-04-06T17:45:52.026Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-04-06T17:45:52.159Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-04-06T17:45:52.160Z] === RUN TestDockerSuite/TestCommitTTY [2020-04-06T17:45:54.548Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-04-06T17:45:56.441Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-04-06T17:45:57.867Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-04-06T17:45:58.970Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-04-06T17:46:02.472Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-04-06T17:46:02.472Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-04-06T17:46:02.472Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-04-06T17:46:02.472Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-04-06T17:46:02.472Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-04-06T17:46:02.472Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-04-06T17:46:02.472Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-04-06T17:46:02.472Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-04-06T17:46:02.472Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-04-06T17:46:08.169Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-04-06T17:46:13.869Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-04-06T17:46:13.869Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-04-06T17:46:15.372Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-04-06T17:46:15.372Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-04-06T17:46:15.372Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-04-06T17:46:15.372Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-04-06T17:46:17.026Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-04-06T17:46:17.503Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-04-06T17:46:17.503Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-04-06T17:46:17.503Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-04-06T17:46:19.546Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-04-06T17:46:19.546Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-04-06T17:46:19.634Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-04-06T17:46:19.634Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-04-06T17:46:19.634Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-04-06T17:46:19.634Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-04-06T17:46:19.634Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-04-06T17:46:19.804Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-04-06T17:46:19.804Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-04-06T17:46:19.804Z] === RUN TestDockerSuite/TestVolumeEvents [2020-04-06T17:46:20.734Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-04-06T17:46:21.135Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-04-06T17:46:23.257Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-04-06T17:46:23.257Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-04-06T17:46:23.257Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-04-06T17:46:23.264Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-04-06T17:46:24.763Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-04-06T17:46:24.763Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-04-06T17:46:24.763Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-04-06T17:46:26.530Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-04-06T17:46:26.893Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-04-06T17:46:26.893Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-04-06T17:46:28.395Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-04-06T17:46:28.395Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-04-06T17:46:28.395Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-04-06T17:46:30.525Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-04-06T17:46:30.525Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-04-06T17:46:30.706Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite (1728.00s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.08s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.95s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.09s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.35s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.74s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.17s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.51s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.27s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.72s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.92s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.12s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.12s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.05s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.49s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.09s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.19s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.91s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.87s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.94s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.99s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.03s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAttachDetach (1.05s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.91s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.86s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.30s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.94s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.33s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.05s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.22s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.30s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.28s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.83s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (18.62s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.71s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.57s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.79s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.41s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.62s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.08s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.30s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.85s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.87s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.58s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.19s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.67s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.05s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.81s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.96s) [2020-04-06T17:46:30.706Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.28s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.93s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.38s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.95s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.39s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.44s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.42s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.51s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.19s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.09s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.31s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.30s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.19s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.10s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.38s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.39s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.75s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.37s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.76s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (16.43s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.79s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.55s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.54s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.55s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.83s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.01s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.65s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.63s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.06s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.07s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (7.22s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.77s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.09s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.17s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (7.24s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.94s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.02s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.71s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCmd (0.42s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.47s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.42s) [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.84s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.47s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.46s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildContChar (4.23s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.36s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.00s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.85s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.36s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.13s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.97s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.75s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.72s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.89s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.81s) [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.04s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.03s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.23s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (5.91s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.95s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.48s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (6.87s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.21s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.75s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.59s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.68s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.81s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.46s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.55s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.45s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignore (12.53s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.56s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.18s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.46s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.11s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.58s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.71s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.17s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.76s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.35s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.32s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.47s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.12s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.30s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.33s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.33s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.67s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.12s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.36s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.32s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.38s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.61s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.84s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEnv (1.81s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.47s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.23s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.26s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.41s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.98s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.72s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.04s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.61s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.69s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.54s) [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.33s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.12s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildExpose (0.44s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.81s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.67s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.49s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildFails (1.17s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.07s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.98s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.47s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.86s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.45s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.33s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.08s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.00s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.66s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.29s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.16s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.11s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.33s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildHistory (4.30s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.53s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.72s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.64s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.61s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.96s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLabel (0.51s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.45s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.49s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.35s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLabels (0.52s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.15s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.96s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLastModified (6.52s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.97s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.22s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.17s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.18s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.47s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (2.08s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.60s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.20s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.48s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.54s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.95s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.13s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.31s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.64s) [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.27s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.48s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.31s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.33s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.28s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.88s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.02s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.09s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.10s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.88s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.43s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.37s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.95s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.27s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.74s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.01s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.59s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.23s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.24s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.50s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.46s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.77s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildPATH (2.67s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.87s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.14s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (9.80s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.30s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.18s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildRm (3.42s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.12s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.50s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.48s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.68s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.44s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.76s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.51s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.90s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.36s) [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.44s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.08s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildStderr (1.04s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.16s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.25s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.47s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.76s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.22s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (2.38s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildUser (2.22s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.76s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (17.14s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.00s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.28s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.13s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.08s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.49s) [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.75s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.04s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.72s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.16s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.91s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.92s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.99s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.46s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.62s) [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-04-06T17:46:30.707Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.82s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.43s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-04-06T17:46:30.707Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-04-06T17:46:30.707Z] docker_cli_sni_test.go:18: Flakey test [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.77s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.31s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestCommitChange (1.21s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.90s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.87s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.81s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.12s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestCommitTTY (1.83s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.04s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.77s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.94s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-04-06T17:46:30.707Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.76s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.30s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.78s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.99s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.86s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.85s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.77s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.06s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.79s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.11s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.87s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.72s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.97s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.75s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.80s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.84s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.80s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.86s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.85s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.92s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.95s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.80s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.81s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.59s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.55s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.78s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.54s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.86s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.83s) [2020-04-06T17:46:30.708Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-04-06T17:46:30.708Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.80s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.80s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.15s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.48s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.56s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.02s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.53s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.67s) [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 0 - config: {volume /foo false } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 1 - config: {volume /foo/ false } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 2 - config: {volume test1 /foo false } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 3 - config: {volume test2 /foo true } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 4 - config: {volume test3 /foo false 0xc000a71760 } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 5 - config: {bind /tmp/test-mounts-api-1919328380 /foo false } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 6 - config: {bind /tmp/test-mounts-api-1919328380 /foo true } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 7 - config: {bind /tmp/test-mounts-api-3986201003 /foo false } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 8 - config: {bind /tmp/test-mounts-api-3986201003 /foo true } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 9 - config: {bind /tmp/test-mounts-api-3986201003 /foo true 0xc000a71c20 } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 10 - config: {volume /foo false 0xc000a71c40 } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 11 - config: {volume /foo/ false 0xc000a71c60 } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 12 - config: {volume test4 /foo false 0xc000a71c80 } [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:2107: case 13 - config: {volume test5 /foo true 0xc000a71ca0 } [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.54s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.42s) [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 0 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 1 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 2 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 3 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 4 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 5 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 6 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 7 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 8 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 9 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 10 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 11 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 12 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 13 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 14 [2020-04-06T17:46:30.708Z] docker_api_containers_test.go:1926: case 15 [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.81s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.30s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.85s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.59s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.19s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.91s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.92s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.08s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership794305444/file1 6f3e011d90e43b7164d15737a6f569d3212d1effc073cd7d343bac4390f10cf5:/tmpvol/file1` [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.92s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 36565e83769250e3da20148aafdb62693155f590268349690780ebe7491f117b:/root/file1 /tmp/test-cp-from-case-a025514163/itWorks.txt` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a025514163/itWorks.txt" contains "file1\n" [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.94s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 973bd47f8e314af152146303c346d64c40dbb78ec627a2fd49c465a4fb2eb4b8:/file1 /tmp/test-cp-from-case-b173949558/testDir/` [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.90s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c390208861/file2" contains "file2\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 16e279ab51f8ae9ef87e9325d1f7faf10dedf87f77ae0647c6159e1bd4c9cf06:/root/file1 /tmp/test-cp-from-case-c390208861/file2` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c390208861/file2" contains "file1\n" [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.09s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 76fcde3eafc25d6fe183c724920d3ac9a0459f7684c19f3031fc25662f5dfc27:/file1 /tmp/test-cp-from-case-d693955352/dir1` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d693955352/dir1/file1" contains "file1\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 76fcde3eafc25d6fe183c724920d3ac9a0459f7684c19f3031fc25662f5dfc27:/file1 /tmp/test-cp-from-case-d693955352/dir1/` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d693955352/dir1/file1" contains "file1\n" [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.06s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 355016f60fd200b1cc422d633979f147015c310389bf787836a37a1fa06500e1:dir1 /tmp/test-cp-from-case-e735770519/testDir` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e735770519/testDir/file1-1" contains "file1-1\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 355016f60fd200b1cc422d633979f147015c310389bf787836a37a1fa06500e1:dir1 /tmp/test-cp-from-case-e735770519/testDir/` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e735770519/testDir/file1-1" contains "file1-1\n" [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.87s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 032420a41954f56291d038bcce31e9eccf2f639706e1ba2b18229984fdff91ea:/root/dir1 /tmp/test-cp-from-case-f807555594/file1` [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.03s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 36f2540bcbf414d2c42aaf8c27275764ae52ecac50ef756056a9d60e04e7f634:/root/dir1 /tmp/test-cp-from-case-g782912481/dir2` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g782912481/dir2/dir1/file1-1" contains "file1-1\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 36f2540bcbf414d2c42aaf8c27275764ae52ecac50ef756056a9d60e04e7f634:/root/dir1 /tmp/test-cp-from-case-g782912481/dir2/` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g782912481/dir2/dir1/file1-1" contains "file1-1\n" [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.04s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 288b3de661da89d63fa6932c927e0483be1c48422f9a4ee465748b4ff227dcdc:dir1/. /tmp/test-cp-from-case-h103389644/testDir` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h103389644/testDir/file1-1" contains "file1-1\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 288b3de661da89d63fa6932c927e0483be1c48422f9a4ee465748b4ff227dcdc:dir1/. /tmp/test-cp-from-case-h103389644/testDir/` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h103389644/testDir/file1-1" contains "file1-1\n" [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.91s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 79325960452ec3a93fb8a59ba3ce3b474ded38ec9abbd0f07ea70cf597d96647:/root/dir1/. /tmp/test-cp-from-case-i825034427/file1` [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.03s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 3fb536dca4916bbd3e61bfdc806a3a74088d7670494822809168614705e742c9:/root/dir1/. /tmp/test-cp-from-case-j254914782/dir2` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j254914782/dir2/file1-1" contains "file1-1\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp 3fb536dca4916bbd3e61bfdc806a3a74088d7670494822809168614705e742c9:/root/dir1/. /tmp/test-cp-from-case-j254914782/dir2/` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j254914782/dir2/file1-1" contains "file1-1\n" [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.46s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp c69a8ab8c1ca6a71eda5ed11fd040626b854990f08632e4c2ca20104025e333f:/file2 /tmp/test-cp-from-err-dst-not-dir545873573/symlinkToFile1` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir545873573/symlinkToFile1" points to "file1" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir545873573/file1" contains "file2\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp c69a8ab8c1ca6a71eda5ed11fd040626b854990f08632e4c2ca20104025e333f:/file2 /tmp/test-cp-from-err-dst-not-dir545873573/symlinkToDir1` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir545873573/symlinkToDir1" points to "dir1" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir545873573/file2" contains "file2\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp c69a8ab8c1ca6a71eda5ed11fd040626b854990f08632e4c2ca20104025e333f:/file2 /tmp/test-cp-from-err-dst-not-dir545873573/brokenSymlinkToFileX` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir545873573/brokenSymlinkToFileX" points to "fileX" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir545873573/fileX" contains "file2\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp c69a8ab8c1ca6a71eda5ed11fd040626b854990f08632e4c2ca20104025e333f:/dir2 /tmp/test-cp-from-err-dst-not-dir545873573/symlinkToDir1` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir545873573/symlinkToDir1" points to "dir1" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir545873573/dir1/dir2/file2-1" contains "file2-1\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp c69a8ab8c1ca6a71eda5ed11fd040626b854990f08632e4c2ca20104025e333f:/dir2 /tmp/test-cp-from-err-dst-not-dir545873573/brokenSymlinkToDirX` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir545873573/brokenSymlinkToDirX" points to "dirX" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir545873573/dirX/file2-1" contains "file2-1\n" [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.03s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.91s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.89s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.86s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.18s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.92s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.17s) [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.63s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a382704877/file1 b02ac3d2b11fb085a072ad6168dfcee239cac99b9f394738672a730f5e2e2c2b:/root/itWorks.txt` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:279: checking that container "b02ac3d2b11fb085a072ad6168dfcee239cac99b9f394738672a730f5e2e2c2b" start output contains "file1\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:209: running `docker start -a b02ac3d2b11fb085a072ad6168dfcee239cac99b9f394738672a730f5e2e2c2b` [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.86s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b889884520/file1 133602369c932c99bc5e2d0b38dfe176d782ade43dd8d60f83a07f1ae5384657:testDir/` [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.41s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:279: checking that container "c1b376e86877c625498fb1c1718885d6e340fa4c77f60c6e8307f01c193b7069" start output contains "file2\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:209: running `docker start -a c1b376e86877c625498fb1c1718885d6e340fa4c77f60c6e8307f01c193b7069` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c442915239/file1 c1b376e86877c625498fb1c1718885d6e340fa4c77f60c6e8307f01c193b7069:/root/file2` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:279: checking that container "c1b376e86877c625498fb1c1718885d6e340fa4c77f60c6e8307f01c193b7069" start output contains "file1\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:209: running `docker start -a c1b376e86877c625498fb1c1718885d6e340fa4c77f60c6e8307f01c193b7069` [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.92s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:279: checking that container "a54fdb5382bd6f739ddde94f67371369d3dbc4ada7ddc7cf8ac6d73b44fa9bf0" start output contains "" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:209: running `docker start -a a54fdb5382bd6f739ddde94f67371369d3dbc4ada7ddc7cf8ac6d73b44fa9bf0` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d149841626/file1 a54fdb5382bd6f739ddde94f67371369d3dbc4ada7ddc7cf8ac6d73b44fa9bf0:dir1` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:279: checking that container "a54fdb5382bd6f739ddde94f67371369d3dbc4ada7ddc7cf8ac6d73b44fa9bf0" start output contains "file1\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:209: running `docker start -a a54fdb5382bd6f739ddde94f67371369d3dbc4ada7ddc7cf8ac6d73b44fa9bf0` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:279: checking that container "e010ed2e57ea173def80fd452fa47a33de1a66f8b7ff9f25144026935d8e929b" start output contains "" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:209: running `docker start -a e010ed2e57ea173def80fd452fa47a33de1a66f8b7ff9f25144026935d8e929b` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d149841626/file1 e010ed2e57ea173def80fd452fa47a33de1a66f8b7ff9f25144026935d8e929b:dir1/` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:279: checking that container "e010ed2e57ea173def80fd452fa47a33de1a66f8b7ff9f25144026935d8e929b" start output contains "file1\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:209: running `docker start -a e010ed2e57ea173def80fd452fa47a33de1a66f8b7ff9f25144026935d8e929b` [2020-04-06T17:46:30.708Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.41s) [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e848643697/dir1 efce7ffdde88773e5dd6ea051ef3a537792a2c06859fe493c1c907f2d9182dd2:testDir` [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:279: checking that container "efce7ffdde88773e5dd6ea051ef3a537792a2c06859fe493c1c907f2d9182dd2" start output contains "file1-1\n" [2020-04-06T17:46:30.708Z] docker_cli_cp_utils_test.go:209: running `docker start -a efce7ffdde88773e5dd6ea051ef3a537792a2c06859fe493c1c907f2d9182dd2` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e848643697/dir1 c77b1e95bcb47b417396b403fdc378c7dc01523b57290ab5a1e33a73b2ae075d:testDir/` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "c77b1e95bcb47b417396b403fdc378c7dc01523b57290ab5a1e33a73b2ae075d" start output contains "file1-1\n" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a c77b1e95bcb47b417396b403fdc378c7dc01523b57290ab5a1e33a73b2ae075d` [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.87s) [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f524303132/dir1 55a88494ed0c12de633453718017960667bd92faeb547d5beb8f5d2def0e6e4b:/root/file1` [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.83s) [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "32a1de35f37970e260431c9ef439f4696256e49f88dd0101095caeb5dc24b86f" start output contains "" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a 32a1de35f37970e260431c9ef439f4696256e49f88dd0101095caeb5dc24b86f` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g179019723/dir1 32a1de35f37970e260431c9ef439f4696256e49f88dd0101095caeb5dc24b86f:/root/dir2` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "32a1de35f37970e260431c9ef439f4696256e49f88dd0101095caeb5dc24b86f" start output contains "file1-1\n" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a 32a1de35f37970e260431c9ef439f4696256e49f88dd0101095caeb5dc24b86f` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "03862d3e083ede62274e1e55a1fb5c12cdabd800b5f0ed05695f3aaef06cf2f0" start output contains "" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a 03862d3e083ede62274e1e55a1fb5c12cdabd800b5f0ed05695f3aaef06cf2f0` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g179019723/dir1 03862d3e083ede62274e1e55a1fb5c12cdabd800b5f0ed05695f3aaef06cf2f0:/dir2/` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "03862d3e083ede62274e1e55a1fb5c12cdabd800b5f0ed05695f3aaef06cf2f0" start output contains "file1-1\n" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a 03862d3e083ede62274e1e55a1fb5c12cdabd800b5f0ed05695f3aaef06cf2f0` [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.44s) [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h282301614/dir1/. b0f98d21b627ac353a5b9931d3adc458ab5573981b4624247136e4f79ad0b30d:testDir` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "b0f98d21b627ac353a5b9931d3adc458ab5573981b4624247136e4f79ad0b30d" start output contains "file1-1\n" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a b0f98d21b627ac353a5b9931d3adc458ab5573981b4624247136e4f79ad0b30d` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h282301614/dir1/. d26e54438c3b0b477130eaad2766c7e28f0576b9a7c27d035177ee71a8aa6166:testDir/` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "d26e54438c3b0b477130eaad2766c7e28f0576b9a7c27d035177ee71a8aa6166" start output contains "file1-1\n" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a d26e54438c3b0b477130eaad2766c7e28f0576b9a7c27d035177ee71a8aa6166` [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.89s) [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i829528629/dir1/. ee72551a298a823438593a0c916385f3274e7d99c9b59e8df3022da55f689d85:/root/file1` [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.28s) [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "fb0144d6e8247fcda94e2c447e686d5a8ce52c664d3af0d812cf0aeec1388e8b" start output contains "" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a fb0144d6e8247fcda94e2c447e686d5a8ce52c664d3af0d812cf0aeec1388e8b` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j298968592/dir1/. fb0144d6e8247fcda94e2c447e686d5a8ce52c664d3af0d812cf0aeec1388e8b:/dir2` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "fb0144d6e8247fcda94e2c447e686d5a8ce52c664d3af0d812cf0aeec1388e8b" start output contains "file1-1\n" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a fb0144d6e8247fcda94e2c447e686d5a8ce52c664d3af0d812cf0aeec1388e8b` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "7de7fc463d4cb638be27fc0ca6cffc18a952d774e440a1306f1d36a33ad66501" start output contains "" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a 7de7fc463d4cb638be27fc0ca6cffc18a952d774e440a1306f1d36a33ad66501` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j298968592/dir1/. 7de7fc463d4cb638be27fc0ca6cffc18a952d774e440a1306f1d36a33ad66501:/dir2/` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "7de7fc463d4cb638be27fc0ca6cffc18a952d774e440a1306f1d36a33ad66501" start output contains "file1-1\n" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a 7de7fc463d4cb638be27fc0ca6cffc18a952d774e440a1306f1d36a33ad66501` [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.04s) [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions028784687/permdirtest permtest:/` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpToDot (0.97s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.87s) [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs001660473/file1 acffa614616e3e9e9e5185f9bc718009ed80b1371a0d639135128a04b6cec91b:/root/shouldNotExist` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "acffa614616e3e9e9e5185f9bc718009ed80b1371a0d639135128a04b6cec91b" start output contains "" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a acffa614616e3e9e9e5185f9bc718009ed80b1371a0d639135128a04b6cec91b` [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.84s) [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume996821060/file1 68ad5df2b3470f39d41a3137d63399ecddc1f2f1b4536f10f6338827021a5e9e:/vol_ro/shouldNotExist` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:279: checking that container "68ad5df2b3470f39d41a3137d63399ecddc1f2f1b4536f10f6338827021a5e9e" start output contains "" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:209: running `docker start -a 68ad5df2b3470f39d41a3137d63399ecddc1f2f1b4536f10f6338827021a5e9e` [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpToStdout (0.93s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.48s) [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-362543315/file2 c8726d82c65a14fa505112ce807f664b380bbcad00c88e8e3e06e3fe2804e6c6:/vol2/symlinkToFile1` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-362543315/symlinkToFile1" points to "file1" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-362543315/file1" contains "file2\n" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-362543315/file2 c8726d82c65a14fa505112ce807f664b380bbcad00c88e8e3e06e3fe2804e6c6:/vol2/symlinkToDir1` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-362543315/symlinkToDir1" points to "dir1" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-362543315/file2" contains "file2\n" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-362543315/file2 c8726d82c65a14fa505112ce807f664b380bbcad00c88e8e3e06e3fe2804e6c6:/vol2/brokenSymlinkToFileX` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-362543315/brokenSymlinkToFileX" points to "fileX" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-362543315/fileX" contains "file2\n" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-362543315//dir2 c8726d82c65a14fa505112ce807f664b380bbcad00c88e8e3e06e3fe2804e6c6:/vol2/symlinkToDir1` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-362543315/symlinkToDir1" points to "dir1" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-362543315/dir1/dir2/file2-1" contains "file2-1\n" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-362543315//dir2 c8726d82c65a14fa505112ce807f664b380bbcad00c88e8e3e06e3fe2804e6c6:/vol2/brokenSymlinkToDirX` [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-362543315/brokenSymlinkToDirX" points to "dirX" [2020-04-06T17:46:30.709Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-362543315/dirX/file2-1" contains "file2-1\n" [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.40s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.95s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.71s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateArgs (0.10s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.52s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.80s) [2020-04-06T17:46:30.709Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-04-06T17:46:30.709Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.81s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.38s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.13s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateRM (0.17s) [2020-04-06T17:46:30.709Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-04-06T17:46:30.709Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.16s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.32s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.25s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.17s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.76s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.56s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.88s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.57s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.65s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.78s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.75s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.79s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.37s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.71s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.50s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.13s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.55s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.72s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.74s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.02s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.09s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsAttach (0.87s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsCommit (0.97s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.84s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.83s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.86s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.83s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.61s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.20s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.53s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsCopy (1.32s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.66s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.78s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.35s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.55s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.41s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.10s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.44s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFilters (1.72s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFormat (1.54s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.04s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.21s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.45s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.04s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.29s) [2020-04-06T17:46:30.709Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-04-06T17:46:30.709Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:46:30.709Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-04-06T17:46:30.709Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.88s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.89s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsRename (0.90s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsResize (1.02s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.79s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.96s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.78s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.08s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsTop (0.85s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.62s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExec (0.87s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.98s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.91s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.95s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.20s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.91s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.80s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.92s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.86s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.88s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.85s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.62s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecCgroup (1.26s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecEnv (0.89s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.70s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.87s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecInspectID (1.94s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecInteractive (1.02s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.97s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.99s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecParseError (1.02s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.80s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.79s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.38s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.89s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecStartFails (0.90s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.08s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.94s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecTTY (0.84s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.98s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.94s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecUlimits (0.96s) [2020-04-06T17:46:30.709Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-04-06T17:46:30.709Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.50s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.93s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.21s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.90s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestExecWithUser (0.97s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.87s) [2020-04-06T17:46:30.709Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.82s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.85s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.79s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.81s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestHealth (21.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.97s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.87s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.32s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.27s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.48s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.88s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.88s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.91s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.89s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImportDisplay (1.69s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImportFile (2.85s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.80s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImportGzipped (1.88s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.85s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInfoDebug (0.53s) [2020-04-06T17:46:30.710Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug [2020-04-06T17:46:30.710Z] daemon.go:325: [dfd0558b80b64] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:325: [dfd0558b80b64] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:353: [dfd0558b80b64] daemon started [2020-04-06T17:46:30.710Z] daemon.go:461: [dfd0558b80b64] Stopping daemon [2020-04-06T17:46:30.710Z] daemon.go:296: [dfd0558b80b64] exiting daemon [2020-04-06T17:46:30.710Z] daemon.go:448: [dfd0558b80b64] Daemon stopped [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.61s) [2020-04-06T17:46:30.710Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2020-04-06T17:46:30.710Z] daemon.go:325: [dd3e9dc0883fb] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:325: [dd3e9dc0883fb] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:353: [dd3e9dc0883fb] daemon started [2020-04-06T17:46:30.710Z] daemon.go:461: [dd3e9dc0883fb] Stopping daemon [2020-04-06T17:46:30.710Z] daemon.go:296: [dd3e9dc0883fb] exiting daemon [2020-04-06T17:46:30.710Z] daemon.go:448: [dd3e9dc0883fb] Daemon stopped [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.53s) [2020-04-06T17:46:30.710Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend [2020-04-06T17:46:30.710Z] daemon.go:325: [d478bafd0abca] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:325: [d478bafd0abca] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:353: [d478bafd0abca] daemon started [2020-04-06T17:46:30.710Z] daemon.go:461: [d478bafd0abca] Stopping daemon [2020-04-06T17:46:30.710Z] daemon.go:296: [d478bafd0abca] exiting daemon [2020-04-06T17:46:30.710Z] daemon.go:448: [d478bafd0abca] Daemon stopped [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-04-06T17:46:30.710Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2020-04-06T17:46:30.710Z] daemon.go:325: [d0e6e6c875663] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:296: [d0e6e6c875663] exiting daemon [2020-04-06T17:46:30.710Z] daemon.go:325: [d0e6e6c875663] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:325: [d0e6e6c875663] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:296: [d0e6e6c875663] exiting daemon [2020-04-06T17:46:30.710Z] daemon.go:325: [d0e6e6c875663] waiting for daemon to start [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.98s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.93s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.94s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInfoFormat (0.05s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.03s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.53s) [2020-04-06T17:46:30.710Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries [2020-04-06T17:46:30.710Z] daemon.go:325: [de57160228377] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:325: [de57160228377] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:353: [de57160228377] daemon started [2020-04-06T17:46:30.710Z] daemon.go:461: [de57160228377] Stopping daemon [2020-04-06T17:46:30.710Z] daemon.go:296: [de57160228377] exiting daemon [2020-04-06T17:46:30.710Z] daemon.go:448: [de57160228377] Daemon stopped [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.80s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.79s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.78s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.78s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.76s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.76s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.67s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.88s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.77s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.83s) [2020-04-06T17:46:30.710Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-04-06T17:46:30.710Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.30s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.08s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectDefault (1.59s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectHistory (0.86s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.05s) [2020-04-06T17:46:30.710Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-04-06T17:46:30.710Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.84s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.96s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.12s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.70s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.80s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.73s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.81s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectStatus (0.88s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.97s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.89s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.77s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.79s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.76s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.80s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.77s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.33s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.81s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.98s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.35s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.79s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.44s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.36s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.58s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.41s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.90s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.24s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.51s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.78s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.84s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.62s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.38s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.80s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.82s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.85s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.00s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.83s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.80s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.17s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.31s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.15s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.30s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.14s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.67s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.86s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.96s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsSince (6.87s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.84s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.95s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsTail (0.93s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.81s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.99s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.50s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.94s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestNetHostname (2.49s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.40s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.31s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.44s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.81s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPluginActive (1.62s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.75s) [2020-04-06T17:46:30.710Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-04-06T17:46:30.710Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.61s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.31s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.58s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.00s) [2020-04-06T17:46:30.710Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector [2020-04-06T17:46:30.710Z] daemon.go:325: [d8c49def738fd] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:325: [d8c49def738fd] waiting for daemon to start [2020-04-06T17:46:30.710Z] daemon.go:353: [d8c49def738fd] daemon started [2020-04-06T17:46:30.710Z] daemon.go:461: [d8c49def738fd] Stopping daemon [2020-04-06T17:46:30.710Z] daemon.go:296: [d8c49def738fd] exiting daemon [2020-04-06T17:46:30.710Z] daemon.go:448: [d8c49def738fd] Daemon stopped [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.90s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.08s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.43s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.44s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPortList (9.62s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.49s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.17s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.80s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.77s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.83s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.12s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.56s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.60s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.96s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.59s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsByOrder (3.22s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.92s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.41s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.29s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.14s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.95s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.94s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.44s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.47s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.64s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.55s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.68s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.50s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.61s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.19s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.88s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.58s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.89s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.82s) [2020-04-06T17:46:30.710Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-04-06T17:46:30.710Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.25s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.95s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.56s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.61s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.86s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.46s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.64s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.20s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.09s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.32s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.62s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.66s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.82s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.46s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.77s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.13s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.38s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.96s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.97s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.70s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.00s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.80s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.30s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.77s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.05s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.47s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.62s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRunAddHost (0.77s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.36s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.77s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-04-06T17:46:30.710Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.82s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.78s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.82s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.87s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.87s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.50s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.61s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.10s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.04s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.85s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.85s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.92s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.24s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.12s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.83s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.37s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.78s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.86s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.83s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.06s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.76s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.82s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.77s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.75s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.78s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.23s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.85s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.84s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.76s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.10s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.59s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.52s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.68s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.83s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.94s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.82s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.77s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.76s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.75s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.55s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.32s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.91s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.55s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.65s) [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-04-06T17:46:30.711Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-04-06T17:46:30.711Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.78s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.75s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.64s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.43s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.93s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.79s) [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-04-06T17:46:30.711Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.76s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.69s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.76s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.77s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunExitCode (0.78s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.84s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.98s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.84s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.75s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.59s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.36s) [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-04-06T17:46:30.711Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.53s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.56s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.05s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.63s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.74s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.01s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.58s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.60s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (1.14s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.66s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.61s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.19s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.30s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.65s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.37s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.56s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.25s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.70s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.67s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunMount (6.46s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.77s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.52s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.33s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.37s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.32s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.67s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.56s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.71s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNetHost (1.11s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.92s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.47s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.33s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.62s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.71s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.12s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.90s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.87s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.76s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.78s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (1.00s) [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-04-06T17:46:30.711Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.77s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.87s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.08s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.79s) [2020-04-06T17:46:30.711Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.89s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.76s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (1.00s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.80s) [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-04-06T17:46:30.711Z] requirement.go:26: unmatched requirement IsolationIsProcess [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.74s) [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-04-06T17:46:30.711Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.60s) [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-04-06T17:46:30.711Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.21s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.56s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunRm (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.84s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.86s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.85s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.89s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.29s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.77s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.76s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.78s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.82s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.69s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunState (1.64s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.87s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.19s) [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-04-06T17:46:30.711Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.72s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunSysctls (1.59s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.78s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.48s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.77s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.93s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.84s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.07s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.78s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.26s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.48s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunUserByID (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.17s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.17s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunUserByName (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.77s) [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-04-06T17:46:30.711Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.77s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.47s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.76s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.13s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.38s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.57s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.36s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.68s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.75s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.88s) [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-04-06T17:46:30.711Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-04-06T17:46:30.711Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2020-04-06T17:46:30.711Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.90s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.77s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.57s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.77s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.84s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.17s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.16s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.15s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.15s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.17s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.77s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.80s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.30s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.85s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.81s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.79s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.56s) [2020-04-06T17:46:30.711Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.81s) [2020-04-06T17:46:30.711Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-04-06T17:46:30.712Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.67s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.52s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.74s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.51s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.79s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.07s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.12s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.21s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.89s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.54s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.08s) [2020-04-06T17:46:30.712Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents881998125 [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.69s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.70s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.63s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.47s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.39s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.72s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.52s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.45s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.15s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.79s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.92s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.76s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStartPausedContainer (1.05s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStartRecordError (1.80s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.26s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.13s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.13s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (5.13s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.20s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.93s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.89s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.89s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.97s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.72s) [2020-04-06T17:46:30.712Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-04-06T17:46:30.712Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.76s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.19s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.37s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.76s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.77s) [2020-04-06T17:46:30.712Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-04-06T17:46:30.712Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.91s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.71s) [2020-04-06T17:46:30.712Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-04-06T17:46:30.712Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.57s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.99s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.92s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.60s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUpdateStats (3.84s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.52s) [2020-04-06T17:46:30.712Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-04-06T17:46:30.712Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.04s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.92s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.12s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.48s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.19s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.57s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.13s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.11s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.31s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.50s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.68s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.56s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.31s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.47s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.33s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.35s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.36s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.04s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.83s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.08s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.04s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.93s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.92s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.47s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.18s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.83s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.36s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.08s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.11s) [2020-04-06T17:46:30.712Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.16s) [2020-04-06T17:46:30.712Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-04-06T17:46:30.712Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-04-06T17:46:30.712Z] === RUN TestDockerRegistrySuite [2020-04-06T17:46:30.712Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-04-06T17:46:30.969Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-04-06T17:46:32.025Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-04-06T17:46:32.025Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-04-06T17:46:32.338Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-04-06T17:46:34.153Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-04-06T17:46:34.153Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-04-06T17:46:34.233Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-04-06T17:46:35.603Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-04-06T17:46:35.654Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-04-06T17:46:39.319Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-04-06T17:46:39.780Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-04-06T17:46:42.163Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-04-06T17:46:42.164Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-04-06T17:46:42.164Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-04-06T17:46:42.164Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-04-06T17:46:42.164Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-04-06T17:46:43.665Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-04-06T17:46:43.665Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-04-06T17:46:43.954Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-04-06T17:46:44.891Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-04-06T17:46:45.457Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-04-06T17:46:45.794Z] === RUN TestDockerSuite/TestContainerAPITop [2020-04-06T17:46:45.794Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-04-06T17:46:46.827Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-04-06T17:46:47.294Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-04-06T17:46:47.294Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-04-06T17:46:48.195Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-04-06T17:46:50.089Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-04-06T17:46:50.346Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-04-06T17:46:50.960Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-04-06T17:46:51.277Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-04-06T17:46:52.461Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-04-06T17:46:52.461Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-04-06T17:46:52.461Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-04-06T17:46:52.461Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-04-06T17:46:52.461Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-04-06T17:46:52.461Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2020-04-06T17:46:52.649Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-04-06T17:46:54.019Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-04-06T17:46:54.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-04-06T17:46:56.541Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-04-06T17:46:59.063Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-04-06T17:47:00.432Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-04-06T17:47:03.707Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-04-06T17:47:05.076Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-04-06T17:47:05.333Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-04-06T17:47:06.704Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-04-06T17:47:08.076Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-04-06T17:47:09.447Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-04-06T17:47:12.722Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-04-06T17:47:12.979Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-04-06T17:47:14.877Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-04-06T17:47:14.877Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-04-06T17:47:15.153Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-04-06T17:47:15.419Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-04-06T17:47:15.675Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-04-06T17:47:15.932Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-04-06T17:47:16.189Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-04-06T17:47:17.558Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-04-06T17:47:19.548Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-04-06T17:47:19.548Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-04-06T17:47:19.548Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-04-06T17:47:19.548Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-04-06T17:47:19.548Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-04-06T17:47:19.548Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-04-06T17:47:19.548Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-04-06T17:47:19.548Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-04-06T17:47:20.080Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-04-06T17:47:20.644Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-04-06T17:47:21.683Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-04-06T17:47:22.013Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-04-06T17:47:22.943Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite (53.30s) [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.77s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d379950db2972 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.60s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d2dfca8348524 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.81s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon dcd72035bb47d is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.06s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon db0422937ffe7 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.07s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon dcfac8f2feade is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.51s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d49652ca4644d is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.25s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d640b18f16733 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.62s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon dcabbad24c873 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.53s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d92228c07bcbf is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.42s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d04389463547d is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.38s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d72105a8c39e2 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.38s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d08757c0164c1 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.64s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-04-06T17:47:23.873Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9023dff765dcf80dc5813c850c83383582baacab0a4fa73584cfa9eb7fb1b606 [2020-04-06T17:47:23.873Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1a6e007b679d171973799140fccc457f253528757e0eae13b3cd373b2c494497 [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon dec5238ba528a is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.56s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests [2020-04-06T17:47:23.873Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:cf7404322de849db659bdcd2d6482747cbd4256df7f3f6edb0ba0a4b441324f8 [2020-04-06T17:47:23.873Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dfd428d1fe55bc4f963b84b7a5e299e72e58e429f8fd7da84cd1dce261d16ee7 [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d6bc5278f4c99 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.40s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d29b226eebd7e is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.26s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon ddd66bf7071f0 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.34s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d134f80f533b9 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d691b8fed6730 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.33s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon dd7149c0b319c is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.37s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d438555bbbf3b is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.21s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d24471374443c is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.56s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d93533cc11b43 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.36s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d38f1a3882944 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.40s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d12d35e2b65e8 is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.44s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d5ae101c1338c is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d1fa5ba5151bf is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2020-04-06T17:47:23.873Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage [2020-04-06T17:47:23.873Z] check_test.go:196: Daemon d23a8d1bdbacf is not started [2020-04-06T17:47:23.873Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.28s) [2020-04-06T17:47:23.874Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer [2020-04-06T17:47:23.874Z] check_test.go:196: Daemon d67196ce18b29 is not started [2020-04-06T17:47:23.874Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2020-04-06T17:47:23.874Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags [2020-04-06T17:47:23.874Z] check_test.go:196: Daemon d287ebac40351 is not started [2020-04-06T17:47:23.874Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-04-06T17:47:23.874Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged [2020-04-06T17:47:23.874Z] check_test.go:196: Daemon d127de8c82de4 is not started [2020-04-06T17:47:23.874Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.39s) [2020-04-06T17:47:23.874Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest [2020-04-06T17:47:23.874Z] check_test.go:196: Daemon d0ad4d57dce2b is not started [2020-04-06T17:47:23.874Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.13s) [2020-04-06T17:47:23.874Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest [2020-04-06T17:47:23.874Z] check_test.go:196: Daemon deb8421bd1e54 is not started [2020-04-06T17:47:23.874Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.13s) [2020-04-06T17:47:23.874Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-04-06T17:47:23.874Z] check_test.go:196: Daemon dbd3b8dd510f9 is not started [2020-04-06T17:47:23.874Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.34s) [2020-04-06T17:47:23.874Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest [2020-04-06T17:47:23.874Z] check_test.go:196: Daemon dc3424fde023a is not started [2020-04-06T17:47:23.874Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.00s) [2020-04-06T17:47:23.874Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough [2020-04-06T17:47:23.874Z] daemon.go:325: [d0f3a5ad93750] waiting for daemon to start [2020-04-06T17:47:23.874Z] daemon.go:325: [d0f3a5ad93750] waiting for daemon to start [2020-04-06T17:47:23.874Z] daemon.go:353: [d0f3a5ad93750] daemon started [2020-04-06T17:47:23.874Z] daemon.go:461: [d0f3a5ad93750] Stopping daemon [2020-04-06T17:47:23.874Z] daemon.go:296: [d0f3a5ad93750] exiting daemon [2020-04-06T17:47:23.874Z] daemon.go:448: [d0f3a5ad93750] Daemon stopped [2020-04-06T17:47:23.874Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2020-04-06T17:47:23.874Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only [2020-04-06T17:47:23.874Z] daemon.go:325: [db9e74ba79903] waiting for daemon to start [2020-04-06T17:47:23.874Z] daemon.go:325: [db9e74ba79903] waiting for daemon to start [2020-04-06T17:47:23.874Z] daemon.go:353: [db9e74ba79903] daemon started [2020-04-06T17:47:23.874Z] daemon.go:461: [db9e74ba79903] Stopping daemon [2020-04-06T17:47:23.874Z] daemon.go:296: [db9e74ba79903] exiting daemon [2020-04-06T17:47:23.874Z] daemon.go:448: [db9e74ba79903] Daemon stopped [2020-04-06T17:47:23.874Z] === RUN TestDockerSchema1RegistrySuite [2020-04-06T17:47:23.874Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-04-06T17:47:28.657Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-04-06T17:47:28.657Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-04-06T17:47:28.657Z] === RUN TestDockerSuite/TestCpRelativePath [2020-04-06T17:47:29.127Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-04-06T17:47:30.790Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-04-06T17:47:30.790Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-04-06T17:47:30.790Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-04-06T17:47:30.790Z] === RUN TestDockerSuite/TestCpToCaseA [2020-04-06T17:47:32.399Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-04-06T17:47:33.769Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-04-06T17:47:35.138Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-04-06T17:47:35.138Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-04-06T17:47:36.508Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-04-06T17:47:37.877Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-04-06T17:47:39.241Z] === RUN TestDockerSuite/TestCpToCaseB [2020-04-06T17:47:39.246Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-04-06T17:47:41.371Z] === RUN TestDockerSuite/TestCpToCaseC [2020-04-06T17:47:41.371Z] === RUN TestDockerSuite/TestCpToCaseD [2020-04-06T17:47:41.371Z] === RUN TestDockerSuite/TestCpToCaseE [2020-04-06T17:47:42.520Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-04-06T17:47:43.083Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-04-06T17:47:43.647Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-04-06T17:47:43.647Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-04-06T17:47:43.903Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-04-06T17:47:44.160Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-04-06T17:47:44.417Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite (20.80s) [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.36s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon da2b617c2437f is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.20s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon d909856634fc9 is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.31s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon d50ef89bcb708 is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.34s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon d2224fc1aa350 is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon de2e9fd70f0d6 is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.34s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon df4afcc5f67a2 is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.23s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon d7d2fe35459c9 is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.22s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon d1f0ef553f129 is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.69s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon dea03a209f543 is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.39s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon d79426cfcf92b is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.46s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon de0ffa4388ed0 is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon d6433cbc86aef is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon d1e48d78231e9 is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.29s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon d6adbb1a4c67e is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.34s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon d4cb889877ae3 is not started [2020-04-06T17:47:44.675Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-04-06T17:47:44.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged [2020-04-06T17:47:44.675Z] check_test.go:223: Daemon da1d4864cc6a2 is not started [2020-04-06T17:47:44.675Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-04-06T17:47:44.675Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-04-06T17:47:45.630Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-04-06T17:47:46.198Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-04-06T17:47:46.198Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-04-06T17:47:47.568Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-04-06T17:47:47.568Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-04-06T17:47:48.131Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-04-06T17:47:48.338Z] === RUN TestDockerSuite/TestCpToCaseF [2020-04-06T17:47:48.338Z] === RUN TestDockerSuite/TestCpToCaseG [2020-04-06T17:47:48.338Z] === RUN TestDockerSuite/TestCpToCaseH [2020-04-06T17:47:48.694Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-04-06T17:47:48.694Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.04s) [2020-04-06T17:47:48.694Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.90s) [2020-04-06T17:47:48.694Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-04-06T17:47:48.694Z] check_test.go:252: Daemon dcb5e3e5239ed is not started [2020-04-06T17:47:48.694Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.57s) [2020-04-06T17:47:48.694Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-04-06T17:47:48.694Z] check_test.go:252: Daemon dc1b1dc26e1f5 is not started [2020-04-06T17:47:48.694Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2020-04-06T17:47:48.694Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-04-06T17:47:48.694Z] check_test.go:252: Daemon d7dc20e688d43 is not started [2020-04-06T17:47:48.694Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.16s) [2020-04-06T17:47:48.694Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-04-06T17:47:48.694Z] daemon.go:325: [da767a370bdd6] waiting for daemon to start [2020-04-06T17:47:48.694Z] daemon.go:325: [da767a370bdd6] waiting for daemon to start [2020-04-06T17:47:48.694Z] daemon.go:353: [da767a370bdd6] daemon started [2020-04-06T17:47:48.694Z] daemon.go:461: [da767a370bdd6] Stopping daemon [2020-04-06T17:47:48.694Z] daemon.go:296: [da767a370bdd6] exiting daemon [2020-04-06T17:47:48.694Z] daemon.go:448: [da767a370bdd6] Daemon stopped [2020-04-06T17:47:48.694Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2020-04-06T17:47:48.694Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-04-06T17:47:48.694Z] check_test.go:252: Daemon d5bd2f4aea06b is not started [2020-04-06T17:47:48.694Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.36s) [2020-04-06T17:47:48.694Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-04-06T17:47:48.694Z] check_test.go:252: Daemon d6273cf3a2f11 is not started [2020-04-06T17:47:48.694Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.51s) [2020-04-06T17:47:48.694Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-04-06T17:47:48.694Z] check_test.go:252: Daemon d731fa489c126 is not started [2020-04-06T17:47:48.694Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-04-06T17:47:48.694Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-04-06T17:47:48.694Z] check_test.go:252: Daemon d0e75497f115c is not started [2020-04-06T17:47:48.694Z] === RUN TestDockerRegistryAuthTokenSuite [2020-04-06T17:47:48.694Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-04-06T17:47:54.086Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-04-06T17:47:54.086Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-04-06T17:47:54.086Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-04-06T17:47:54.343Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-04-06T17:47:54.343Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s) [2020-04-06T17:47:54.343Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-04-06T17:47:54.343Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-04-06T17:47:54.343Z] check_test.go:279: Daemon d3efd125dc5c3 is not started [2020-04-06T17:47:54.343Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-04-06T17:47:54.343Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-04-06T17:47:54.343Z] check_test.go:279: Daemon d797b189bbe02 is not started [2020-04-06T17:47:54.343Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-04-06T17:47:54.343Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-04-06T17:47:54.343Z] check_test.go:279: Daemon d794e3d6acf5b is not started [2020-04-06T17:47:54.343Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2020-04-06T17:47:54.343Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-04-06T17:47:54.343Z] check_test.go:279: Daemon d90db8b942721 is not started [2020-04-06T17:47:54.343Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-04-06T17:47:54.343Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-04-06T17:47:54.343Z] check_test.go:279: Daemon d08a1cb0188f4 is not started [2020-04-06T17:47:54.343Z] === RUN TestDockerNetworkSuite [2020-04-06T17:47:54.343Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-04-06T17:47:56.789Z] === RUN TestDockerSuite/TestCpToCaseI [2020-04-06T17:47:56.789Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-04-06T17:47:56.789Z] === RUN TestDockerSuite/TestCpToDot [2020-04-06T17:47:57.618Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-04-06T17:47:58.548Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-04-06T17:48:02.485Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-04-06T17:48:02.485Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-04-06T17:48:02.485Z] === RUN TestDockerSuite/TestCpToStdout [2020-04-06T17:48:03.801Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-04-06T17:48:04.615Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-04-06T17:48:04.615Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-04-06T17:48:04.615Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-04-06T17:48:04.615Z] === RUN TestDockerSuite/TestCpVolumePath [2020-04-06T17:48:04.615Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-04-06T17:48:05.062Z] === RUN TestDockerSuite/TestCreateArgs [2020-04-06T17:48:05.062Z] === RUN TestDockerSuite/TestCreateByImageID [2020-04-06T17:48:06.324Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-04-06T17:48:06.563Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-04-06T17:48:08.693Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-04-06T17:48:08.693Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-04-06T17:48:08.693Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-04-06T17:48:09.596Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-04-06T17:48:10.824Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-04-06T17:48:10.824Z] === RUN TestDockerSuite/TestCreateLabels [2020-04-06T17:48:11.270Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-04-06T17:48:11.270Z] === RUN TestDockerSuite/TestCreateRM [2020-04-06T17:48:11.270Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-04-06T17:48:11.270Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-04-06T17:48:11.493Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-04-06T17:48:11.717Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-04-06T17:48:11.717Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-04-06T17:48:18.687Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-04-06T17:48:18.687Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-04-06T17:48:19.135Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-04-06T17:48:21.446Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-04-06T17:48:22.799Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-04-06T17:48:22.799Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-04-06T17:48:22.799Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-04-06T17:48:23.968Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-04-06T17:48:24.931Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-04-06T17:48:24.931Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-04-06T17:48:25.336Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-04-06T17:48:25.377Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-04-06T17:48:25.377Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-04-06T17:48:25.377Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-04-06T17:48:25.377Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-04-06T17:48:25.377Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-04-06T17:48:25.377Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-04-06T17:48:25.377Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-04-06T17:48:25.378Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-04-06T17:48:25.378Z] === RUN TestDockerSuite/TestDevicePermissions [2020-04-06T17:48:25.378Z] === RUN TestDockerSuite/TestDockerFails [2020-04-06T17:48:25.378Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-04-06T17:48:25.378Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-04-06T17:48:25.378Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-04-06T17:48:25.378Z] === RUN TestDockerSuite/TestEventsAttach [2020-04-06T17:48:25.378Z] === RUN TestDockerSuite/TestEventsCommit [2020-04-06T17:48:25.378Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-04-06T17:48:26.286Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-04-06T17:48:26.851Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-04-06T17:48:27.508Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-04-06T17:48:28.220Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-04-06T17:48:29.010Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-04-06T17:48:29.590Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-04-06T17:48:29.847Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-04-06T17:48:30.104Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-04-06T17:48:31.141Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-04-06T17:48:31.472Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-04-06T17:48:31.473Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-04-06T17:48:31.473Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-04-06T17:48:31.729Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-04-06T17:48:33.098Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-04-06T17:48:34.467Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-04-06T17:48:34.724Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-04-06T17:48:34.982Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-04-06T17:48:34.982Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-04-06T17:48:43.379Z] === RUN TestDockerSuite/TestEventsCopy [2020-04-06T17:48:47.048Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-04-06T17:48:49.831Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-04-06T17:48:51.667Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-04-06T17:48:52.361Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-04-06T17:48:53.170Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-04-06T17:48:53.617Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-04-06T17:48:58.907Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-04-06T17:49:00.578Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-04-06T17:49:01.524Z] === RUN TestDockerSuite/TestEventsFilterType [2020-04-06T17:49:01.971Z] === RUN TestDockerSuite/TestEventsFilters [2020-04-06T17:49:03.082Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-04-06T17:49:03.082Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-04-06T17:49:03.646Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-04-06T17:49:03.646Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-04-06T17:49:03.646Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-04-06T17:49:03.903Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-04-06T17:49:03.903Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-04-06T17:49:03.903Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-04-06T17:49:06.575Z] === RUN TestDockerSuite/TestEventsFormat [2020-04-06T17:49:08.076Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-04-06T17:49:08.076Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-04-06T17:49:08.076Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-04-06T17:49:09.420Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-04-06T17:49:09.420Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-04-06T17:49:09.868Z] === RUN TestDockerSuite/TestEventsImageImport [2020-04-06T17:49:09.868Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-04-06T17:49:09.868Z] === RUN TestDockerSuite/TestEventsImagePull [2020-04-06T17:49:09.868Z] === RUN TestDockerSuite/TestEventsImageTag [2020-04-06T17:49:09.982Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-04-06T17:49:10.812Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-04-06T17:49:10.812Z] === RUN TestDockerSuite/TestEventsRename [2020-04-06T17:49:12.945Z] === RUN TestDockerSuite/TestEventsResize [2020-04-06T17:49:13.256Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-04-06T17:49:14.187Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-04-06T17:49:15.073Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-04-06T17:49:15.557Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-04-06T17:49:17.202Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-04-06T17:49:18.711Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-04-06T17:49:19.730Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-04-06T17:49:19.730Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-04-06T17:49:19.730Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-04-06T17:49:20.661Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-04-06T17:49:23.321Z] === RUN TestDockerSuite/TestEventsTop [2020-04-06T17:49:23.321Z] === RUN TestDockerSuite/TestEventsUntag [2020-04-06T17:49:23.938Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-04-06T17:49:23.938Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-04-06T17:49:24.195Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-04-06T17:49:24.758Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-04-06T17:49:25.688Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-04-06T17:49:26.167Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-04-06T17:49:27.315Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-04-06T17:49:27.573Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-04-06T17:49:29.012Z] === RUN TestDockerSuite/TestExec [2020-04-06T17:49:29.012Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-04-06T17:49:29.012Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-04-06T17:49:30.513Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-04-06T17:49:32.014Z] === RUN TestDockerSuite/TestExecAPIStart [2020-04-06T17:49:32.014Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-04-06T17:49:32.014Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-04-06T17:49:32.014Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-04-06T17:49:33.514Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-04-06T17:49:35.015Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite (100.43s) [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.68s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d149aeffe157d is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.45s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon dc3f2661517f8 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.71s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d8b5adf893113 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.67s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d6f3b59b75e96 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.60s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:1233: Daemon d31f5b6753224 is not started [2020-04-06T17:49:35.674Z] daemon.go:325: [d31f5b6753224] waiting for daemon to start [2020-04-06T17:49:35.674Z] daemon.go:325: [d31f5b6753224] waiting for daemon to start [2020-04-06T17:49:35.674Z] daemon.go:353: [d31f5b6753224] daemon started [2020-04-06T17:49:35.674Z] daemon.go:461: [d31f5b6753224] Stopping daemon [2020-04-06T17:49:35.674Z] daemon.go:296: [d31f5b6753224] exiting daemon [2020-04-06T17:49:35.674Z] daemon.go:448: [d31f5b6753224] Daemon stopped [2020-04-06T17:49:35.674Z] daemon.go:325: [d31f5b6753224] waiting for daemon to start [2020-04-06T17:49:35.674Z] daemon.go:325: [d31f5b6753224] waiting for daemon to start [2020-04-06T17:49:35.674Z] daemon.go:353: [d31f5b6753224] daemon started [2020-04-06T17:49:35.674Z] daemon.go:461: [d31f5b6753224] Stopping daemon [2020-04-06T17:49:35.674Z] daemon.go:296: [d31f5b6753224] exiting daemon [2020-04-06T17:49:35.674Z] daemon.go:448: [d31f5b6753224] Daemon stopped [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.95s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon dd514b310d5ac is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (8.81s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon dccfd5e2fa758 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.29s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon de1c307d40f4f is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.63s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon da75a86f01491 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.85s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon de290589b8050 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.73s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d458d73c73a7a is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.48s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d3583e0afea25 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.38s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d727982c8b29e is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.13s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d38284037ba9d is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.26s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d7c7767c0f3c2 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.31s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d8d888c0d10ad is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon df30eb9f7a887 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d00e6aa5d05d9 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.14s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon ddbef773d3cd7 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.31s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d8c29dbc36361 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.51s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d77df4c6f261f is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.09s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-04-06T17:49:35.674Z] docker_cli_network_unix_test.go:46: Daemon d9e41e4df4407 is not started [2020-04-06T17:49:35.674Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.40s) [2020-04-06T17:49:35.674Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d5ef420c2d7ca is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d518c7a3d8585 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (13.55s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-04-06T17:49:35.675Z] daemon.go:325: [d567e6eaecfe9] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:325: [d567e6eaecfe9] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:353: [d567e6eaecfe9] daemon started [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:968: Daemon d567e6eaecfe9 is not started [2020-04-06T17:49:35.675Z] daemon.go:325: [d567e6eaecfe9] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:296: [d567e6eaecfe9] exiting daemon [2020-04-06T17:49:35.675Z] daemon.go:325: [d567e6eaecfe9] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:353: [d567e6eaecfe9] daemon started [2020-04-06T17:49:35.675Z] daemon.go:461: [d567e6eaecfe9] Stopping daemon [2020-04-06T17:49:35.675Z] daemon.go:296: [d567e6eaecfe9] exiting daemon [2020-04-06T17:49:35.675Z] daemon.go:448: [d567e6eaecfe9] Daemon stopped [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.48s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon dc8e962bc66f2 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.28s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-04-06T17:49:35.675Z] daemon.go:325: [d5b7701dbd83f] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:325: [d5b7701dbd83f] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:353: [d5b7701dbd83f] daemon started [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:1116: Daemon d5b7701dbd83f is not started [2020-04-06T17:49:35.675Z] daemon.go:325: [d5b7701dbd83f] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:296: [d5b7701dbd83f] exiting daemon [2020-04-06T17:49:35.675Z] daemon.go:325: [d5b7701dbd83f] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:325: [d5b7701dbd83f] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:325: [d5b7701dbd83f] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:353: [d5b7701dbd83f] daemon started [2020-04-06T17:49:35.675Z] daemon.go:461: [d5b7701dbd83f] Stopping daemon [2020-04-06T17:49:35.675Z] daemon.go:296: [d5b7701dbd83f] exiting daemon [2020-04-06T17:49:35.675Z] daemon.go:448: [d5b7701dbd83f] Daemon stopped [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.33s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d05677974fd23 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.80s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon dbdeb2c3e95f6 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.11s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d2bfe9ee03bf9 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d1de38115bbfc is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.14s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon de70f153fb86d is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.14s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d67bf31c510c2 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon dfb8796330060 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.18s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d7383a3d24e02 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d818e40f8a815 is not started [2020-04-06T17:49:35.675Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-04-06T17:49:35.675Z] requirement.go:26: unmatched requirement OnlyDefaultNetworks [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon dcd7dea974f1e is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.39s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d65b912fc2b63 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.64s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-04-06T17:49:35.675Z] daemon.go:325: [dce4a6ac421fe] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:325: [dce4a6ac421fe] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:353: [dce4a6ac421fe] daemon started [2020-04-06T17:49:35.675Z] daemon.go:461: [dce4a6ac421fe] Stopping daemon [2020-04-06T17:49:35.675Z] daemon.go:296: [dce4a6ac421fe] exiting daemon [2020-04-06T17:49:35.675Z] daemon.go:448: [dce4a6ac421fe] Daemon stopped [2020-04-06T17:49:35.675Z] daemon.go:325: [dce4a6ac421fe] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:325: [dce4a6ac421fe] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:353: [dce4a6ac421fe] daemon started [2020-04-06T17:49:35.675Z] daemon.go:461: [dce4a6ac421fe] Stopping daemon [2020-04-06T17:49:35.675Z] daemon.go:296: [dce4a6ac421fe] exiting daemon [2020-04-06T17:49:35.675Z] daemon.go:448: [dce4a6ac421fe] Daemon stopped [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.82s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-04-06T17:49:35.675Z] daemon.go:325: [d6d805a3badc7] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:325: [d6d805a3badc7] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:353: [d6d805a3badc7] daemon started [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:1084: Daemon d6d805a3badc7 is not started [2020-04-06T17:49:35.675Z] daemon.go:325: [d6d805a3badc7] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:296: [d6d805a3badc7] exiting daemon [2020-04-06T17:49:35.675Z] daemon.go:325: [d6d805a3badc7] waiting for daemon to start [2020-04-06T17:49:35.675Z] daemon.go:353: [d6d805a3badc7] daemon started [2020-04-06T17:49:35.675Z] daemon.go:461: [d6d805a3badc7] Stopping daemon [2020-04-06T17:49:35.675Z] daemon.go:296: [d6d805a3badc7] exiting daemon [2020-04-06T17:49:35.675Z] daemon.go:448: [d6d805a3badc7] Daemon stopped [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.07s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d69f02b0a2741 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.47s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d71567e26a26c is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.73s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon dcae7c7cc98d9 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.09s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon dc8e39b360ce1 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.30s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d5fc30d5cf13b is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.74s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d7716cfbd5052 is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.73s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d82105fe56dfa is not started [2020-04-06T17:49:35.675Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (7.68s) [2020-04-06T17:49:35.675Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-04-06T17:49:35.675Z] docker_cli_network_unix_test.go:46: Daemon d11094467ec07 is not started [2020-04-06T17:49:35.675Z] === RUN TestDockerHubPullSuite [2020-04-06T17:49:35.675Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-04-06T17:49:36.606Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-04-06T17:49:37.145Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-04-06T17:49:38.645Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-04-06T17:49:39.127Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-04-06T17:49:39.127Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-04-06T17:49:41.020Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-04-06T17:49:41.020Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-04-06T17:49:41.020Z] --- PASS: TestDockerHubPullSuite (6.14s) [2020-04-06T17:49:41.020Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.62s) [2020-04-06T17:49:41.020Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-04-06T17:49:41.020Z] daemon.go:325: [ddea1e6933c48] waiting for daemon to start [2020-04-06T17:49:41.020Z] daemon.go:325: [ddea1e6933c48] waiting for daemon to start [2020-04-06T17:49:41.020Z] daemon.go:353: [ddea1e6933c48] daemon started [2020-04-06T17:49:41.020Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s) [2020-04-06T17:49:41.020Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.37s) [2020-04-06T17:49:41.020Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.68s) [2020-04-06T17:49:41.020Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2020-04-06T17:49:41.020Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2020-04-06T17:49:41.020Z] daemon.go:461: [ddea1e6933c48] Stopping daemon [2020-04-06T17:49:41.020Z] daemon.go:296: [ddea1e6933c48] exiting daemon [2020-04-06T17:49:41.020Z] daemon.go:448: [ddea1e6933c48] Daemon stopped [2020-04-06T17:49:41.020Z] PASS [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === Skipped [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.04s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.04s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.03s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.03s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-04-06T17:49:41.020Z] docker_cli_sni_test.go:18: Flakey test [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-04-06T17:49:41.020Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement IsolationIsProcess [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-04-06T17:49:41.020Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-04-06T17:49:41.020Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-04-06T17:49:41.020Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindows [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement swapMemorySupport [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-04-06T17:49:41.020Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-04-06T17:49:41.020Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-04-06T17:49:41.020Z] [2020-04-06T17:49:41.021Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-04-06T17:49:41.021Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-04-06T17:49:41.021Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-04-06T17:49:41.021Z] requirement.go:26: unmatched requirement OnlyDefaultNetworks [2020-04-06T17:49:41.021Z] docker_cli_network_unix_test.go:46: Daemon dcd7dea974f1e is not started [2020-04-06T17:49:41.021Z] [2020-04-06T17:49:41.021Z] [2020-04-06T17:49:41.021Z] DONE 1249 tests, 44 skipped in 1950.331s [2020-04-06T17:49:41.021Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-04-06T17:49:41.021Z] ++++ cat bundles/test-integration/docker.pid [2020-04-06T17:49:41.021Z] +++ kill 6906 [2020-04-06T17:49:41.489Z] === RUN TestDockerSuite/TestExecCgroup [2020-04-06T17:49:41.489Z] === RUN TestDockerSuite/TestExecEnv [2020-04-06T17:49:41.490Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-04-06T17:49:41.490Z] === RUN TestDockerSuite/TestExecExitStatus [2020-04-06T17:49:42.389Z] umount: bundles/test-integration/root: no mount point specified. [2020-04-06T17:49:42.389Z] +++ /etc/init.d/apparmor stop [2020-04-06T17:49:42.389Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-06T17:49:42.389Z] [2020-04-06T17:49:42.389Z] Unloading profiles will leave already running processes permanently [2020-04-06T17:49:42.389Z] unconfined, which can lead to unexpected situations. [2020-04-06T17:49:42.389Z] [2020-04-06T17:49:42.389Z] To set a process to complain mode, use the command line tool [2020-04-06T17:49:42.389Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-06T17:49:42.389Z] +++ true [2020-04-06T17:49:42.389Z] [2020-04-06T17:49:43.619Z] === RUN TestDockerSuite/TestExecInspectID [2020-04-06T17:49:46.462Z] === RUN TestDockerSuite/TestExecInteractive [2020-04-06T17:49:46.462Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-04-06T17:49:46.462Z] === RUN TestDockerSuite/TestExecParseError [2020-04-06T17:49:46.462Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-04-06T17:49:46.462Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-04-06T17:49:46.462Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-04-06T17:49:48.593Z] === RUN TestDockerSuite/TestExecSetEnv [2020-04-06T17:49:48.593Z] === RUN TestDockerSuite/TestExecStartFails [2020-04-06T17:49:48.593Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-04-06T17:49:48.593Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-04-06T17:49:48.593Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-04-06T17:49:48.593Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-04-06T17:49:50.724Z] === RUN TestDockerSuite/TestExecUlimits [2020-04-06T17:49:50.724Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-04-06T17:49:57.719Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-04-06T17:49:57.719Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-04-06T17:49:57.719Z] === RUN TestDockerSuite/TestExecWithUser [2020-04-06T17:49:57.719Z] === RUN TestDockerSuite/TestGetContainerStats [2020-04-06T17:50:02.333Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-04-06T17:50:08.038Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-04-06T17:50:10.882Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-04-06T17:50:16.585Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-04-06T17:50:16.585Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-04-06T17:50:16.585Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-04-06T17:50:16.585Z] === RUN TestDockerSuite/TestHealth [2020-04-06T17:50:16.585Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-04-06T17:50:16.585Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-04-06T17:50:16.585Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-04-06T17:50:16.585Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-04-06T17:50:20.250Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-04-06T17:50:20.250Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-04-06T17:50:20.250Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-04-06T17:50:20.250Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-04-06T17:50:20.698Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-04-06T17:50:20.698Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-04-06T17:50:21.146Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-04-06T17:50:21.146Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-04-06T17:50:22.092Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-04-06T17:50:22.092Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-04-06T17:50:23.593Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-04-06T17:50:24.041Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-04-06T17:50:25.545Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-04-06T17:50:27.683Z] === RUN TestDockerSuite/TestImagesFormat [2020-04-06T17:50:27.683Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-04-06T17:50:27.683Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-04-06T17:50:29.050Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-04-06T17:50:29.050Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-04-06T17:50:29.050Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-04-06T17:50:31.349Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-04-06T17:50:31.349Z] === RUN TestDockerSuite/TestImportBadURL [2020-04-06T17:50:32.324Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-04-06T17:50:33.479Z] === RUN TestDockerSuite/TestImportDisplay [2020-04-06T17:50:33.479Z] === RUN TestDockerSuite/TestImportFile [2020-04-06T17:50:33.926Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-04-06T17:50:33.926Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-04-06T17:50:33.926Z] === RUN TestDockerSuite/TestImportGzipped [2020-04-06T17:50:33.926Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-04-06T17:50:33.926Z] === RUN TestDockerSuite/TestInfoDebug [2020-04-06T17:50:33.926Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2020-04-06T17:50:33.926Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2020-04-06T17:50:33.926Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2020-04-06T17:50:33.926Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-04-06T17:50:33.926Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-04-06T17:50:34.374Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-04-06T17:50:34.374Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-04-06T17:50:34.374Z] === RUN TestDockerSuite/TestInfoFormat [2020-04-06T17:50:34.374Z] === RUN TestDockerSuite/TestInsecureRegistries [2020-04-06T17:50:34.374Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-04-06T17:50:34.374Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-04-06T17:50:34.374Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-04-06T17:50:36.501Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-04-06T17:50:36.505Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-04-06T17:50:39.775Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-04-06T17:50:43.478Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-04-06T17:50:43.478Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-04-06T17:50:43.478Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-04-06T17:50:43.478Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-04-06T17:50:43.478Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-04-06T17:50:44.423Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-04-06T17:50:44.870Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-04-06T17:50:46.374Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-04-06T17:50:46.374Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-04-06T17:50:46.374Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-04-06T17:50:46.374Z] === RUN TestDockerSuite/TestInspectDefault [2020-04-06T17:50:48.508Z] === RUN TestDockerSuite/TestInspectHistory [2020-04-06T17:50:52.175Z] === RUN TestDockerSuite/TestInspectImage [2020-04-06T17:50:52.175Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-04-06T17:50:52.175Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-04-06T17:50:52.175Z] === RUN TestDockerSuite/TestInspectInt64 [2020-04-06T17:50:54.311Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-04-06T17:50:55.813Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-04-06T17:50:55.813Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-04-06T17:51:01.675Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-04-06T17:51:02.786Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-04-06T17:51:04.289Z] === RUN TestDockerSuite/TestInspectPlugin [2020-04-06T17:51:04.289Z] === RUN TestDockerSuite/TestInspectRootFS [2020-04-06T17:51:04.289Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-04-06T17:51:05.793Z] === RUN TestDockerSuite/TestInspectStatus [2020-04-06T17:51:07.925Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-04-06T17:51:11.591Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-04-06T17:51:13.094Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-04-06T17:51:14.597Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-04-06T17:51:16.527Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-04-06T17:51:16.729Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-04-06T17:51:18.234Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-04-06T17:51:18.421Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-04-06T17:51:19.736Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-04-06T17:51:21.694Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksEnvs [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-04-06T17:51:21.874Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-04-06T17:51:22.321Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-04-06T17:51:22.321Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-04-06T17:51:23.822Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-04-06T17:51:24.988Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-04-06T17:51:25.325Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-04-06T17:51:31.035Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-04-06T17:51:37.166Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-04-06T17:51:38.001Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-04-06T17:51:38.001Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-04-06T17:51:38.962Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-04-06T17:51:38.962Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-04-06T17:51:41.339Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-04-06T17:51:43.577Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-04-06T17:51:44.612Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-04-06T17:51:47.135Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-04-06T17:51:49.275Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-04-06T17:51:50.407Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-04-06T17:51:53.682Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-04-06T17:51:53.880Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-04-06T17:51:56.011Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-04-06T17:51:56.954Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-04-06T17:51:58.143Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-04-06T17:51:58.143Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-04-06T17:52:00.274Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-04-06T17:52:00.323Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-04-06T17:52:08.723Z] === RUN TestDockerSuite/TestLogsSince [2020-04-06T17:52:18.923Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-04-06T17:52:18.923Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-04-06T17:52:18.923Z] === RUN TestDockerSuite/TestLogsTail [2020-04-06T17:52:20.425Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-04-06T17:52:23.269Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestMountIntoProc [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestMountIntoSys [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestNetHostname [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPluginActive [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPortHostBinding [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPortList [2020-04-06T17:52:26.119Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-04-06T17:52:29.789Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-04-06T17:52:29.789Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-04-06T17:52:29.789Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-04-06T17:52:29.789Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-04-06T17:52:29.789Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-04-06T17:52:29.789Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-04-06T17:52:29.789Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-04-06T17:52:29.789Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-04-06T17:52:29.789Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-04-06T17:52:29.789Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-04-06T17:52:33.454Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-04-06T17:52:33.454Z] === RUN TestDockerSuite/TestPsByOrder [2020-04-06T17:52:41.909Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-04-06T17:52:41.909Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-04-06T17:52:50.359Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-04-06T17:52:56.523Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-04-06T17:53:07.883Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-04-06T17:53:07.883Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-04-06T17:53:07.883Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-04-06T17:53:11.373Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-04-06T17:53:18.082Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-04-06T17:53:20.211Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-04-06T17:53:25.909Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite (1753.42s) [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.30s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-04-06T17:53:29.431Z] daemon.go:325: [de0c4df49732e] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [de0c4df49732e] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [de0c4df49732e] daemon started [2020-04-06T17:53:29.431Z] daemon.go:461: [de0c4df49732e] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [de0c4df49732e] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [de0c4df49732e] Daemon stopped [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.45s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-04-06T17:53:29.431Z] daemon.go:325: [d4dcf6dd9d29c] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d4dcf6dd9d29c] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d4dcf6dd9d29c] daemon started [2020-04-06T17:53:29.431Z] daemon.go:461: [d4dcf6dd9d29c] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d4dcf6dd9d29c] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d4dcf6dd9d29c] Daemon stopped [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.16s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-04-06T17:53:29.431Z] daemon.go:325: [d11678bd1bf76] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d11678bd1bf76] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d11678bd1bf76] daemon started [2020-04-06T17:53:29.431Z] daemon.go:461: [d11678bd1bf76] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d11678bd1bf76] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d11678bd1bf76] Daemon stopped [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.31s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash [2020-04-06T17:53:29.431Z] daemon.go:325: [d1320c975bf14] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d1320c975bf14] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d1320c975bf14] daemon started [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash [2020-04-06T17:53:29.431Z] daemon.go:325: [d329b423b6a0e] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d329b423b6a0e] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d329b423b6a0e] daemon started [2020-04-06T17:53:29.431Z] daemon.go:461: [d1320c975bf14] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d1320c975bf14] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d1320c975bf14] Daemon stopped [2020-04-06T17:53:29.431Z] daemon.go:461: [d329b423b6a0e] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d329b423b6a0e] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d329b423b6a0e] Daemon stopped [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.81s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-04-06T17:53:29.431Z] daemon.go:325: [d0df3a6a1a998] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d0df3a6a1a998] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d0df3a6a1a998] daemon started [2020-04-06T17:53:29.431Z] daemon.go:461: [d0df3a6a1a998] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d0df3a6a1a998] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d0df3a6a1a998] Daemon stopped [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (26.60s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-04-06T17:53:29.431Z] daemon.go:325: [d8ed61829cf22] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d8ed61829cf22] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d8ed61829cf22] daemon started [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-04-06T17:53:29.431Z] daemon.go:325: [d8ee5b3363d54] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d8ee5b3363d54] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d8ee5b3363d54] daemon started [2020-04-06T17:53:29.431Z] check_test.go:358: [d8ee5b3363d54] joining swarm manager [d8ed61829cf22]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.431Z] daemon.go:461: [d8ee5b3363d54] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d8ee5b3363d54] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d8ee5b3363d54] Daemon stopped [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-04-06T17:53:29.431Z] daemon.go:325: [dc97f198b5a1a] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [dc97f198b5a1a] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [dc97f198b5a1a] daemon started [2020-04-06T17:53:29.431Z] check_test.go:358: [dc97f198b5a1a] joining swarm manager [d8ed61829cf22]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.431Z] daemon.go:461: [d8ed61829cf22] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d8ed61829cf22] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d8ed61829cf22] Daemon stopped [2020-04-06T17:53:29.431Z] check_test.go:379: Daemon d8ee5b3363d54 is not started [2020-04-06T17:53:29.431Z] daemon.go:461: [dc97f198b5a1a] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [dc97f198b5a1a] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [dc97f198b5a1a] Daemon stopped [2020-04-06T17:53:29.431Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-04-06T17:53:29.431Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.90s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit [2020-04-06T17:53:29.431Z] daemon.go:325: [d16ee87192868] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d16ee87192868] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d16ee87192868] daemon started [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit [2020-04-06T17:53:29.431Z] daemon.go:325: [d099944677f1d] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d099944677f1d] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d099944677f1d] daemon started [2020-04-06T17:53:29.431Z] check_test.go:358: [d099944677f1d] joining swarm manager [d16ee87192868]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.431Z] daemon.go:461: [d16ee87192868] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d16ee87192868] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d16ee87192868] Daemon stopped [2020-04-06T17:53:29.431Z] daemon.go:461: [d099944677f1d] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d099944677f1d] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d099944677f1d] Daemon stopped [2020-04-06T17:53:29.431Z] daemon.go:325: [d16ee87192868] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d16ee87192868] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d16ee87192868] daemon started [2020-04-06T17:53:29.431Z] daemon.go:325: [d099944677f1d] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d099944677f1d] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d099944677f1d] daemon started [2020-04-06T17:53:29.431Z] daemon.go:461: [d16ee87192868] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d16ee87192868] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d16ee87192868] Daemon stopped [2020-04-06T17:53:29.431Z] daemon.go:461: [d099944677f1d] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d099944677f1d] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d099944677f1d] Daemon stopped [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.97s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-04-06T17:53:29.431Z] daemon.go:325: [d8eed9780f0c0] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d8eed9780f0c0] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d8eed9780f0c0] daemon started [2020-04-06T17:53:29.431Z] daemon.go:461: [d8eed9780f0c0] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d8eed9780f0c0] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d8eed9780f0c0] Daemon stopped [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.11s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-04-06T17:53:29.431Z] daemon.go:325: [d4e79a8fc2596] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d4e79a8fc2596] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d4e79a8fc2596] daemon started [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-04-06T17:53:29.431Z] daemon.go:325: [d3fc8af0dae51] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d3fc8af0dae51] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d3fc8af0dae51] daemon started [2020-04-06T17:53:29.431Z] daemon.go:461: [d4e79a8fc2596] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d4e79a8fc2596] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d4e79a8fc2596] Daemon stopped [2020-04-06T17:53:29.431Z] daemon.go:461: [d3fc8af0dae51] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d3fc8af0dae51] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d3fc8af0dae51] Daemon stopped [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.69s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-04-06T17:53:29.431Z] daemon.go:325: [dee3b23391a37] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [dee3b23391a37] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [dee3b23391a37] daemon started [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-04-06T17:53:29.431Z] daemon.go:325: [deb3522f20ae5] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [deb3522f20ae5] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [deb3522f20ae5] daemon started [2020-04-06T17:53:29.431Z] check_test.go:358: [deb3522f20ae5] joining swarm manager [dee3b23391a37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-04-06T17:53:29.431Z] daemon.go:325: [dcfbb1572b3a8] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [dcfbb1572b3a8] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [dcfbb1572b3a8] daemon started [2020-04-06T17:53:29.431Z] check_test.go:358: [dcfbb1572b3a8] joining swarm manager [dee3b23391a37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.431Z] daemon.go:461: [dee3b23391a37] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [dee3b23391a37] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [dee3b23391a37] Daemon stopped [2020-04-06T17:53:29.431Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2020-04-06T17:53:29.431Z] daemon.go:325: [dee3b23391a37] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [dee3b23391a37] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [dee3b23391a37] daemon started [2020-04-06T17:53:29.431Z] docker_api_swarm_test.go:364: Waiting for possible election... [2020-04-06T17:53:29.431Z] daemon.go:461: [dee3b23391a37] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [dee3b23391a37] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [dee3b23391a37] Daemon stopped [2020-04-06T17:53:29.431Z] daemon.go:461: [deb3522f20ae5] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [deb3522f20ae5] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [deb3522f20ae5] Daemon stopped [2020-04-06T17:53:29.431Z] daemon.go:461: [dcfbb1572b3a8] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [dcfbb1572b3a8] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [dcfbb1572b3a8] Daemon stopped [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.82s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-04-06T17:53:29.431Z] daemon.go:325: [d05f9e2f14af2] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d05f9e2f14af2] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d05f9e2f14af2] daemon started [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-04-06T17:53:29.431Z] daemon.go:325: [d10566f84f324] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d10566f84f324] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d10566f84f324] daemon started [2020-04-06T17:53:29.431Z] check_test.go:358: [d10566f84f324] joining swarm manager [d05f9e2f14af2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-04-06T17:53:29.431Z] daemon.go:325: [ddd20c7afd72f] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [ddd20c7afd72f] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [ddd20c7afd72f] daemon started [2020-04-06T17:53:29.431Z] check_test.go:358: [ddd20c7afd72f] joining swarm manager [d05f9e2f14af2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.431Z] daemon.go:461: [d05f9e2f14af2] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d05f9e2f14af2] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d05f9e2f14af2] Daemon stopped [2020-04-06T17:53:29.431Z] daemon.go:461: [d10566f84f324] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d10566f84f324] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d10566f84f324] Daemon stopped [2020-04-06T17:53:29.431Z] daemon.go:461: [ddd20c7afd72f] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [ddd20c7afd72f] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [ddd20c7afd72f] Daemon stopped [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.14s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-04-06T17:53:29.431Z] daemon.go:325: [d165b5a67c8bc] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d165b5a67c8bc] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d165b5a67c8bc] daemon started [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-04-06T17:53:29.431Z] daemon.go:325: [dd550de9e7bd6] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [dd550de9e7bd6] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [dd550de9e7bd6] daemon started [2020-04-06T17:53:29.431Z] daemon.go:461: [d165b5a67c8bc] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d165b5a67c8bc] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d165b5a67c8bc] Daemon stopped [2020-04-06T17:53:29.431Z] daemon.go:461: [dd550de9e7bd6] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [dd550de9e7bd6] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [dd550de9e7bd6] Daemon stopped [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.92s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-04-06T17:53:29.431Z] daemon.go:325: [d996a83732e9e] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:325: [d996a83732e9e] waiting for daemon to start [2020-04-06T17:53:29.431Z] daemon.go:353: [d996a83732e9e] daemon started [2020-04-06T17:53:29.431Z] daemon.go:461: [d996a83732e9e] Stopping daemon [2020-04-06T17:53:29.431Z] daemon.go:296: [d996a83732e9e] exiting daemon [2020-04-06T17:53:29.431Z] daemon.go:448: [d996a83732e9e] Daemon stopped [2020-04-06T17:53:29.431Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.31s) [2020-04-06T17:53:29.431Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes [2020-04-06T17:53:29.431Z] daemon.go:325: [d6dcda3fcf9bb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d6dcda3fcf9bb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d6dcda3fcf9bb] daemon started [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes [2020-04-06T17:53:29.432Z] daemon.go:325: [d85a15783c8ea] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d85a15783c8ea] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d85a15783c8ea] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [d85a15783c8ea] joining swarm manager [d6dcda3fcf9bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes [2020-04-06T17:53:29.432Z] daemon.go:325: [d8489ab8c858f] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d8489ab8c858f] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d8489ab8c858f] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [d8489ab8c858f] joining swarm manager [d6dcda3fcf9bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.432Z] daemon.go:461: [d6dcda3fcf9bb] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [d6dcda3fcf9bb] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d6dcda3fcf9bb] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:461: [d85a15783c8ea] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [d85a15783c8ea] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d85a15783c8ea] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:461: [d8489ab8c858f] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [d8489ab8c858f] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d8489ab8c858f] Daemon stopped [2020-04-06T17:53:29.432Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.85s) [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-04-06T17:53:29.432Z] daemon.go:325: [db782777c102d] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [db782777c102d] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [db782777c102d] daemon started [2020-04-06T17:53:29.432Z] daemon.go:461: [db782777c102d] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [db782777c102d] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [db782777c102d] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:325: [db782777c102d] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [db782777c102d] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [db782777c102d] daemon started [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-04-06T17:53:29.432Z] daemon.go:325: [df12bf3467e58] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [df12bf3467e58] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [df12bf3467e58] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [df12bf3467e58] joining swarm manager [db782777c102d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.432Z] daemon.go:461: [df12bf3467e58] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [df12bf3467e58] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [df12bf3467e58] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:325: [df12bf3467e58] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [df12bf3467e58] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [df12bf3467e58] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [df12bf3467e58] daemon started [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-04-06T17:53:29.432Z] daemon.go:325: [de7f05c5e9900] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [de7f05c5e9900] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [de7f05c5e9900] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [de7f05c5e9900] joining swarm manager [db782777c102d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.432Z] daemon.go:461: [de7f05c5e9900] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [de7f05c5e9900] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [de7f05c5e9900] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:325: [de7f05c5e9900] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [de7f05c5e9900] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [de7f05c5e9900] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [de7f05c5e9900] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [de7f05c5e9900] daemon started [2020-04-06T17:53:29.432Z] daemon.go:296: [de7f05c5e9900] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:325: [de7f05c5e9900] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [de7f05c5e9900] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [de7f05c5e9900] daemon started [2020-04-06T17:53:29.432Z] daemon.go:461: [db782777c102d] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [db782777c102d] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [db782777c102d] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:461: [df12bf3467e58] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [df12bf3467e58] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [df12bf3467e58] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:461: [de7f05c5e9900] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [de7f05c5e9900] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [de7f05c5e9900] Daemon stopped [2020-04-06T17:53:29.432Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.18s) [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-04-06T17:53:29.432Z] daemon.go:325: [dbbf0cb4da54c] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [dbbf0cb4da54c] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [dbbf0cb4da54c] daemon started [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-04-06T17:53:29.432Z] daemon.go:325: [d26d80a15894f] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d26d80a15894f] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d26d80a15894f] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [d26d80a15894f] joining swarm manager [dbbf0cb4da54c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.432Z] daemon.go:461: [dbbf0cb4da54c] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [dbbf0cb4da54c] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [dbbf0cb4da54c] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:461: [d26d80a15894f] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [d26d80a15894f] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d26d80a15894f] Daemon stopped [2020-04-06T17:53:29.432Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.70s) [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-04-06T17:53:29.432Z] daemon.go:325: [d32c2b6fb54e1] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d32c2b6fb54e1] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d32c2b6fb54e1] daemon started [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-04-06T17:53:29.432Z] daemon.go:325: [ddf15229086cb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [ddf15229086cb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [ddf15229086cb] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [ddf15229086cb] joining swarm manager [d32c2b6fb54e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-04-06T17:53:29.432Z] daemon.go:325: [d462001d4f77e] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d462001d4f77e] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d462001d4f77e] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [d462001d4f77e] joining swarm manager [d32c2b6fb54e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.432Z] daemon.go:461: [ddf15229086cb] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [ddf15229086cb] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [ddf15229086cb] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:325: [ddf15229086cb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [ddf15229086cb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [ddf15229086cb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [ddf15229086cb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:339: [ddf15229086cb] error pinging daemon on start: Get http://ddf15229086cb.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.432Z] daemon.go:325: [ddf15229086cb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:339: [ddf15229086cb] error pinging daemon on start: Get http://ddf15229086cb.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.432Z] daemon.go:325: [ddf15229086cb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:339: [ddf15229086cb] error pinging daemon on start: Get http://ddf15229086cb.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.432Z] daemon.go:325: [ddf15229086cb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:339: [ddf15229086cb] error pinging daemon on start: Get http://ddf15229086cb.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.432Z] daemon.go:325: [ddf15229086cb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:339: [ddf15229086cb] error pinging daemon on start: Get http://ddf15229086cb.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.432Z] daemon.go:325: [ddf15229086cb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:339: [ddf15229086cb] error pinging daemon on start: Get http://ddf15229086cb.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.432Z] daemon.go:325: [ddf15229086cb] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [ddf15229086cb] daemon started [2020-04-06T17:53:29.432Z] daemon.go:461: [d32c2b6fb54e1] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [d32c2b6fb54e1] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d32c2b6fb54e1] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:461: [ddf15229086cb] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [ddf15229086cb] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [ddf15229086cb] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:461: [d462001d4f77e] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [d462001d4f77e] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d462001d4f77e] Daemon stopped [2020-04-06T17:53:29.432Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.39s) [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-04-06T17:53:29.432Z] daemon.go:325: [d00697f490d99] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d00697f490d99] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d00697f490d99] daemon started [2020-04-06T17:53:29.432Z] daemon.go:461: [d00697f490d99] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [d00697f490d99] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d00697f490d99] Daemon stopped [2020-04-06T17:53:29.432Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.06s) [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-04-06T17:53:29.432Z] daemon.go:325: [df68805006827] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [df68805006827] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [df68805006827] daemon started [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-04-06T17:53:29.432Z] daemon.go:325: [dbd5fb341b730] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [dbd5fb341b730] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [dbd5fb341b730] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [dbd5fb341b730] joining swarm manager [df68805006827]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.432Z] daemon.go:461: [df68805006827] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [df68805006827] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [df68805006827] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:461: [dbd5fb341b730] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [dbd5fb341b730] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [dbd5fb341b730] Daemon stopped [2020-04-06T17:53:29.432Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (60.99s) [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-04-06T17:53:29.432Z] daemon.go:325: [d93a50a67a3ed] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d93a50a67a3ed] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d93a50a67a3ed] daemon started [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-04-06T17:53:29.432Z] daemon.go:325: [d19a4c8daa711] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d19a4c8daa711] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d19a4c8daa711] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [d19a4c8daa711] joining swarm manager [d93a50a67a3ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-04-06T17:53:29.432Z] daemon.go:325: [d934ac8aee99c] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d934ac8aee99c] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d934ac8aee99c] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [d934ac8aee99c] joining swarm manager [d93a50a67a3ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.432Z] daemon.go:461: [d19a4c8daa711] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [d19a4c8daa711] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d19a4c8daa711] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:461: [d934ac8aee99c] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [d934ac8aee99c] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d934ac8aee99c] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:325: [d19a4c8daa711] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d19a4c8daa711] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d19a4c8daa711] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d19a4c8daa711] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:339: [d19a4c8daa711] error pinging daemon on start: Get http://d19a4c8daa711.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.432Z] daemon.go:325: [d19a4c8daa711] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d19a4c8daa711] daemon started [2020-04-06T17:53:29.432Z] daemon.go:461: [d93a50a67a3ed] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [d93a50a67a3ed] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d93a50a67a3ed] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:461: [d19a4c8daa711] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [d19a4c8daa711] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d19a4c8daa711] Daemon stopped [2020-04-06T17:53:29.432Z] check_test.go:379: Daemon d934ac8aee99c is not started [2020-04-06T17:53:29.432Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (54.84s) [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-04-06T17:53:29.432Z] daemon.go:325: [d8c3b33534f89] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d8c3b33534f89] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d8c3b33534f89] daemon started [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-04-06T17:53:29.432Z] daemon.go:325: [df8c64965633b] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [df8c64965633b] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [df8c64965633b] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [df8c64965633b] joining swarm manager [d8c3b33534f89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-04-06T17:53:29.432Z] daemon.go:325: [d13e64ec3a0c8] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d13e64ec3a0c8] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d13e64ec3a0c8] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [d13e64ec3a0c8] joining swarm manager [d8c3b33534f89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-04-06T17:53:29.432Z] daemon.go:325: [d7cffeb670055] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d7cffeb670055] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [d7cffeb670055] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [d7cffeb670055] joining swarm manager [d8c3b33534f89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-04-06T17:53:29.432Z] daemon.go:325: [dfe4d27c1f793] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [dfe4d27c1f793] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [dfe4d27c1f793] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [dfe4d27c1f793] joining swarm manager [d8c3b33534f89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-04-06T17:53:29.432Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-04-06T17:53:29.432Z] daemon.go:325: [dd8ec70fa7559] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [dd8ec70fa7559] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:353: [dd8ec70fa7559] daemon started [2020-04-06T17:53:29.432Z] check_test.go:358: [dd8ec70fa7559] joining swarm manager [d8c3b33534f89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-04-06T17:53:29.432Z] daemon.go:461: [dd8ec70fa7559] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:461: [d7cffeb670055] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:461: [dfe4d27c1f793] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:461: [d13e64ec3a0c8] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:461: [d8c3b33534f89] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:461: [df8c64965633b] Stopping daemon [2020-04-06T17:53:29.432Z] daemon.go:296: [d8c3b33534f89] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d8c3b33534f89] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:296: [dd8ec70fa7559] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [dd8ec70fa7559] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:296: [d7cffeb670055] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d7cffeb670055] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:296: [d13e64ec3a0c8] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [d13e64ec3a0c8] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:296: [dfe4d27c1f793] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [dfe4d27c1f793] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:296: [df8c64965633b] exiting daemon [2020-04-06T17:53:29.432Z] daemon.go:448: [df8c64965633b] Daemon stopped [2020-04-06T17:53:29.432Z] daemon.go:325: [dd8ec70fa7559] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [dfe4d27c1f793] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d7cffeb670055] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d13e64ec3a0c8] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [d8c3b33534f89] waiting for daemon to start [2020-04-06T17:53:29.432Z] daemon.go:325: [df8c64965633b] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dd8ec70fa7559] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dfe4d27c1f793] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d7cffeb670055] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d13e64ec3a0c8] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d8c3b33534f89] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [df8c64965633b] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dd8ec70fa7559] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dfe4d27c1f793] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d7cffeb670055] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d13e64ec3a0c8] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d8c3b33534f89] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [df8c64965633b] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dd8ec70fa7559] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dfe4d27c1f793] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d7cffeb670055] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d13e64ec3a0c8] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d8c3b33534f89] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [df8c64965633b] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:339: [dd8ec70fa7559] error pinging daemon on start: Get http://dd8ec70fa7559.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [dfe4d27c1f793] error pinging daemon on start: Get http://dfe4d27c1f793.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [d7cffeb670055] error pinging daemon on start: Get http://d7cffeb670055.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [d13e64ec3a0c8] error pinging daemon on start: Get http://d13e64ec3a0c8.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [d8c3b33534f89] error pinging daemon on start: Get http://d8c3b33534f89.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [df8c64965633b] error pinging daemon on start: Get http://df8c64965633b.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:325: [dd8ec70fa7559] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dfe4d27c1f793] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d7cffeb670055] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d13e64ec3a0c8] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d8c3b33534f89] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [df8c64965633b] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:339: [dd8ec70fa7559] error pinging daemon on start: Get http://dd8ec70fa7559.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [d7cffeb670055] error pinging daemon on start: Get http://d7cffeb670055.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [dfe4d27c1f793] error pinging daemon on start: Get http://dfe4d27c1f793.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [d13e64ec3a0c8] error pinging daemon on start: Get http://d13e64ec3a0c8.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [d8c3b33534f89] error pinging daemon on start: Get http://d8c3b33534f89.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [df8c64965633b] error pinging daemon on start: Get http://df8c64965633b.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:325: [dd8ec70fa7559] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dfe4d27c1f793] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d7cffeb670055] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d13e64ec3a0c8] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d8c3b33534f89] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [df8c64965633b] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:339: [dd8ec70fa7559] error pinging daemon on start: Get http://dd8ec70fa7559.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [dfe4d27c1f793] error pinging daemon on start: Get http://dfe4d27c1f793.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [d7cffeb670055] error pinging daemon on start: Get http://d7cffeb670055.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [d13e64ec3a0c8] error pinging daemon on start: Get http://d13e64ec3a0c8.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [d8c3b33534f89] error pinging daemon on start: Get http://d8c3b33534f89.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:339: [df8c64965633b] error pinging daemon on start: Get http://df8c64965633b.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.433Z] daemon.go:325: [dd8ec70fa7559] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dfe4d27c1f793] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d7cffeb670055] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d13e64ec3a0c8] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d8c3b33534f89] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [df8c64965633b] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [d7cffeb670055] daemon started [2020-04-06T17:53:29.433Z] daemon.go:353: [dd8ec70fa7559] daemon started [2020-04-06T17:53:29.433Z] daemon.go:353: [d13e64ec3a0c8] daemon started [2020-04-06T17:53:29.433Z] daemon.go:353: [dfe4d27c1f793] daemon started [2020-04-06T17:53:29.433Z] daemon.go:353: [df8c64965633b] daemon started [2020-04-06T17:53:29.433Z] daemon.go:353: [d8c3b33534f89] daemon started [2020-04-06T17:53:29.433Z] daemon.go:461: [d8c3b33534f89] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [d8c3b33534f89] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [d8c3b33534f89] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [df8c64965633b] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [df8c64965633b] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [df8c64965633b] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [d13e64ec3a0c8] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [d13e64ec3a0c8] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [d13e64ec3a0c8] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [d7cffeb670055] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [d7cffeb670055] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [d7cffeb670055] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [dfe4d27c1f793] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [dfe4d27c1f793] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [dfe4d27c1f793] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [dd8ec70fa7559] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [dd8ec70fa7559] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [dd8ec70fa7559] Daemon stopped [2020-04-06T17:53:29.433Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.40s) [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-04-06T17:53:29.433Z] daemon.go:325: [db10f4201b265] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [db10f4201b265] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [db10f4201b265] daemon started [2020-04-06T17:53:29.433Z] daemon.go:461: [db10f4201b265] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [db10f4201b265] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [db10f4201b265] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:325: [db10f4201b265] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [db10f4201b265] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [db10f4201b265] daemon started [2020-04-06T17:53:29.433Z] daemon.go:461: [db10f4201b265] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [db10f4201b265] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [db10f4201b265] Daemon stopped [2020-04-06T17:53:29.433Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.45s) [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-04-06T17:53:29.433Z] daemon.go:325: [dc9f134939963] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dc9f134939963] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [dc9f134939963] daemon started [2020-04-06T17:53:29.433Z] daemon.go:461: [dc9f134939963] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [dc9f134939963] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [dc9f134939963] Daemon stopped [2020-04-06T17:53:29.433Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.14s) [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-04-06T17:53:29.433Z] daemon.go:325: [d4d9a326f6174] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d4d9a326f6174] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [d4d9a326f6174] daemon started [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-04-06T17:53:29.433Z] daemon.go:325: [da808572acaa6] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [da808572acaa6] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [da808572acaa6] daemon started [2020-04-06T17:53:29.433Z] check_test.go:358: [da808572acaa6] joining swarm manager [d4d9a326f6174]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-04-06T17:53:29.433Z] daemon.go:325: [dfc582f277ee3] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dfc582f277ee3] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [dfc582f277ee3] daemon started [2020-04-06T17:53:29.433Z] check_test.go:358: [dfc582f277ee3] joining swarm manager [d4d9a326f6174]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.433Z] daemon.go:461: [d4d9a326f6174] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [d4d9a326f6174] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [d4d9a326f6174] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [da808572acaa6] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [da808572acaa6] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [da808572acaa6] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [dfc582f277ee3] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [dfc582f277ee3] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [dfc582f277ee3] Daemon stopped [2020-04-06T17:53:29.433Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.50s) [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-04-06T17:53:29.433Z] daemon.go:325: [daf163a6250a2] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [daf163a6250a2] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [daf163a6250a2] daemon started [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-04-06T17:53:29.433Z] daemon.go:325: [deaeed3263874] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [deaeed3263874] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [deaeed3263874] daemon started [2020-04-06T17:53:29.433Z] check_test.go:358: [deaeed3263874] joining swarm manager [daf163a6250a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-04-06T17:53:29.433Z] daemon.go:325: [df2f622e67bd8] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [df2f622e67bd8] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [df2f622e67bd8] daemon started [2020-04-06T17:53:29.433Z] check_test.go:358: [df2f622e67bd8] joining swarm manager [daf163a6250a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.433Z] daemon.go:461: [daf163a6250a2] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [daf163a6250a2] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [daf163a6250a2] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [deaeed3263874] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [deaeed3263874] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [deaeed3263874] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [df2f622e67bd8] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [df2f622e67bd8] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [df2f622e67bd8] Daemon stopped [2020-04-06T17:53:29.433Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.07s) [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-04-06T17:53:29.433Z] daemon.go:325: [dce9fb3681f83] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dce9fb3681f83] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [dce9fb3681f83] daemon started [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-04-06T17:53:29.433Z] daemon.go:325: [d6e4ff49eba93] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d6e4ff49eba93] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [d6e4ff49eba93] daemon started [2020-04-06T17:53:29.433Z] check_test.go:358: [d6e4ff49eba93] joining swarm manager [dce9fb3681f83]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-04-06T17:53:29.433Z] daemon.go:325: [dd0954e9b76c8] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dd0954e9b76c8] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [dd0954e9b76c8] daemon started [2020-04-06T17:53:29.433Z] check_test.go:358: [dd0954e9b76c8] joining swarm manager [dce9fb3681f83]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.433Z] daemon.go:461: [dce9fb3681f83] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [dce9fb3681f83] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [dce9fb3681f83] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [d6e4ff49eba93] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [d6e4ff49eba93] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [d6e4ff49eba93] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [dd0954e9b76c8] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [dd0954e9b76c8] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [dd0954e9b76c8] Daemon stopped [2020-04-06T17:53:29.433Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.15s) [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-04-06T17:53:29.433Z] daemon.go:325: [d72fbb65296c1] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d72fbb65296c1] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [d72fbb65296c1] daemon started [2020-04-06T17:53:29.433Z] daemon.go:461: [d72fbb65296c1] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [d72fbb65296c1] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [d72fbb65296c1] Daemon stopped [2020-04-06T17:53:29.433Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.72s) [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-04-06T17:53:29.433Z] daemon.go:325: [d1c73ab19c124] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d1c73ab19c124] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [d1c73ab19c124] daemon started [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-04-06T17:53:29.433Z] daemon.go:325: [dd4577f40f397] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [dd4577f40f397] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [dd4577f40f397] daemon started [2020-04-06T17:53:29.433Z] check_test.go:358: [dd4577f40f397] joining swarm manager [d1c73ab19c124]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-04-06T17:53:29.433Z] daemon.go:325: [d183250a74e18] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d183250a74e18] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [d183250a74e18] daemon started [2020-04-06T17:53:29.433Z] check_test.go:358: [d183250a74e18] joining swarm manager [d1c73ab19c124]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-04-06T17:53:29.433Z] daemon.go:325: [d37d5bdf5bc06] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d37d5bdf5bc06] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [d37d5bdf5bc06] daemon started [2020-04-06T17:53:29.433Z] check_test.go:358: [d37d5bdf5bc06] joining swarm manager [d1c73ab19c124]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-04-06T17:53:29.433Z] daemon.go:325: [d24a18847fb35] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d24a18847fb35] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [d24a18847fb35] daemon started [2020-04-06T17:53:29.433Z] check_test.go:358: [d24a18847fb35] joining swarm manager [d1c73ab19c124]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-04-06T17:53:29.433Z] daemon.go:461: [d1c73ab19c124] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [d1c73ab19c124] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [d1c73ab19c124] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [dd4577f40f397] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [dd4577f40f397] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [dd4577f40f397] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [d183250a74e18] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [d183250a74e18] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [d183250a74e18] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [d37d5bdf5bc06] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [d37d5bdf5bc06] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [d37d5bdf5bc06] Daemon stopped [2020-04-06T17:53:29.433Z] daemon.go:461: [d24a18847fb35] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [d24a18847fb35] exiting daemon [2020-04-06T17:53:29.433Z] daemon.go:448: [d24a18847fb35] Daemon stopped [2020-04-06T17:53:29.433Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.11s) [2020-04-06T17:53:29.433Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-04-06T17:53:29.433Z] daemon.go:325: [d55c3614f5aff] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:325: [d55c3614f5aff] waiting for daemon to start [2020-04-06T17:53:29.433Z] daemon.go:353: [d55c3614f5aff] daemon started [2020-04-06T17:53:29.433Z] daemon.go:461: [d55c3614f5aff] Stopping daemon [2020-04-06T17:53:29.433Z] daemon.go:296: [d55c3614f5aff] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d55c3614f5aff] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.42s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-04-06T17:53:29.434Z] daemon.go:325: [d39ddf2e49a23] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d39ddf2e49a23] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d39ddf2e49a23] daemon started [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-04-06T17:53:29.434Z] daemon.go:325: [d9916891233b7] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d9916891233b7] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d9916891233b7] daemon started [2020-04-06T17:53:29.434Z] check_test.go:358: [d9916891233b7] joining swarm manager [d39ddf2e49a23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-04-06T17:53:29.434Z] daemon.go:325: [d50394056c67d] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d50394056c67d] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d50394056c67d] daemon started [2020-04-06T17:53:29.434Z] check_test.go:358: [d50394056c67d] joining swarm manager [d39ddf2e49a23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.434Z] daemon.go:461: [d39ddf2e49a23] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d39ddf2e49a23] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d39ddf2e49a23] Daemon stopped [2020-04-06T17:53:29.434Z] daemon.go:461: [d9916891233b7] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d9916891233b7] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d9916891233b7] Daemon stopped [2020-04-06T17:53:29.434Z] daemon.go:461: [d50394056c67d] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d50394056c67d] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d50394056c67d] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (25.66s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-04-06T17:53:29.434Z] daemon.go:325: [da60583ce91a2] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [da60583ce91a2] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [da60583ce91a2] daemon started [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-04-06T17:53:29.434Z] daemon.go:325: [dd39f3e0eb476] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [dd39f3e0eb476] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [dd39f3e0eb476] daemon started [2020-04-06T17:53:29.434Z] check_test.go:358: [dd39f3e0eb476] joining swarm manager [da60583ce91a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-04-06T17:53:29.434Z] daemon.go:325: [dd64f010fac83] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [dd64f010fac83] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [dd64f010fac83] daemon started [2020-04-06T17:53:29.434Z] check_test.go:358: [dd64f010fac83] joining swarm manager [da60583ce91a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.434Z] daemon.go:461: [dd39f3e0eb476] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [dd39f3e0eb476] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [dd39f3e0eb476] Daemon stopped [2020-04-06T17:53:29.434Z] daemon.go:461: [da60583ce91a2] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [da60583ce91a2] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [da60583ce91a2] Daemon stopped [2020-04-06T17:53:29.434Z] check_test.go:379: Daemon dd39f3e0eb476 is not started [2020-04-06T17:53:29.434Z] daemon.go:461: [dd64f010fac83] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [dd64f010fac83] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [dd64f010fac83] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (22.40s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-04-06T17:53:29.434Z] daemon.go:325: [d837b32a2cae0] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d837b32a2cae0] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d837b32a2cae0] daemon started [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-04-06T17:53:29.434Z] daemon.go:325: [d2d21f6666f9c] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d2d21f6666f9c] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d2d21f6666f9c] daemon started [2020-04-06T17:53:29.434Z] check_test.go:358: [d2d21f6666f9c] joining swarm manager [d837b32a2cae0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-04-06T17:53:29.434Z] daemon.go:325: [dd0af9be95bed] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [dd0af9be95bed] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [dd0af9be95bed] daemon started [2020-04-06T17:53:29.434Z] check_test.go:358: [dd0af9be95bed] joining swarm manager [d837b32a2cae0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.434Z] daemon.go:461: [d837b32a2cae0] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d837b32a2cae0] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d837b32a2cae0] Daemon stopped [2020-04-06T17:53:29.434Z] daemon.go:461: [d2d21f6666f9c] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d2d21f6666f9c] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d2d21f6666f9c] Daemon stopped [2020-04-06T17:53:29.434Z] daemon.go:461: [dd0af9be95bed] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [dd0af9be95bed] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [dd0af9be95bed] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.00s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-04-06T17:53:29.434Z] daemon.go:325: [dc3d1b7af70df] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [dc3d1b7af70df] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [dc3d1b7af70df] daemon started [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-04-06T17:53:29.434Z] daemon.go:325: [dd5f6f9764a53] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [dd5f6f9764a53] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [dd5f6f9764a53] daemon started [2020-04-06T17:53:29.434Z] check_test.go:358: [dd5f6f9764a53] joining swarm manager [dc3d1b7af70df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-04-06T17:53:29.434Z] daemon.go:325: [d9eb104020518] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d9eb104020518] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d9eb104020518] daemon started [2020-04-06T17:53:29.434Z] check_test.go:358: [d9eb104020518] joining swarm manager [dc3d1b7af70df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.434Z] daemon.go:461: [dc3d1b7af70df] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [dc3d1b7af70df] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [dc3d1b7af70df] Daemon stopped [2020-04-06T17:53:29.434Z] daemon.go:461: [dd5f6f9764a53] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [dd5f6f9764a53] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [dd5f6f9764a53] Daemon stopped [2020-04-06T17:53:29.434Z] daemon.go:461: [d9eb104020518] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d9eb104020518] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d9eb104020518] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.91s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-04-06T17:53:29.434Z] daemon.go:325: [df47fd74dd37d] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [df47fd74dd37d] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [df47fd74dd37d] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [df47fd74dd37d] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [df47fd74dd37d] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [df47fd74dd37d] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.57s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-04-06T17:53:29.434Z] daemon.go:325: [d8c56a6352701] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d8c56a6352701] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d8c56a6352701] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [d8c56a6352701] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d8c56a6352701] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d8c56a6352701] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.56s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-04-06T17:53:29.434Z] daemon.go:325: [db54296f35c80] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [db54296f35c80] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [db54296f35c80] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [db54296f35c80] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [db54296f35c80] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [db54296f35c80] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.31s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig [2020-04-06T17:53:29.434Z] daemon.go:325: [d78e956916319] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d78e956916319] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d78e956916319] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [d78e956916319] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d78e956916319] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d78e956916319] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.29s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate [2020-04-06T17:53:29.434Z] daemon.go:325: [dd43676e10866] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [dd43676e10866] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [dd43676e10866] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [dd43676e10866] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [dd43676e10866] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [dd43676e10866] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.27s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts [2020-04-06T17:53:29.434Z] daemon.go:325: [db2976365da63] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [db2976365da63] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [db2976365da63] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [db2976365da63] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [db2976365da63] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [db2976365da63] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.04s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-04-06T17:53:29.434Z] daemon.go:325: [d8efc2a5e84b8] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d8efc2a5e84b8] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d8efc2a5e84b8] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [d8efc2a5e84b8] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d8efc2a5e84b8] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d8efc2a5e84b8] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (6.08s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable [2020-04-06T17:53:29.434Z] daemon.go:325: [dfcc3fa36d765] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [dfcc3fa36d765] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [dfcc3fa36d765] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [dfcc3fa36d765] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [dfcc3fa36d765] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [dfcc3fa36d765] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.93s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-04-06T17:53:29.434Z] daemon.go:325: [d5af97624d143] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d5af97624d143] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d5af97624d143] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [d5af97624d143] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d5af97624d143] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d5af97624d143] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.32s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-04-06T17:53:29.434Z] daemon.go:325: [d1f1c24d0391e] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d1f1c24d0391e] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d1f1c24d0391e] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [d1f1c24d0391e] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d1f1c24d0391e] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d1f1c24d0391e] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.88s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork [2020-04-06T17:53:29.434Z] daemon.go:325: [dd1a8ead67af6] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [dd1a8ead67af6] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [dd1a8ead67af6] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [dd1a8ead67af6] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [dd1a8ead67af6] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [dd1a8ead67af6] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.14s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-04-06T17:53:29.434Z] daemon.go:325: [d5d2bd154030c] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d5d2bd154030c] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d5d2bd154030c] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [d5d2bd154030c] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d5d2bd154030c] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d5d2bd154030c] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.75s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-04-06T17:53:29.434Z] daemon.go:325: [d597020f4dfc6] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d597020f4dfc6] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d597020f4dfc6] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [d597020f4dfc6] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d597020f4dfc6] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d597020f4dfc6] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.12s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-04-06T17:53:29.434Z] daemon.go:325: [d4c8d4382f96b] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d4c8d4382f96b] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d4c8d4382f96b] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [d4c8d4382f96b] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d4c8d4382f96b] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d4c8d4382f96b] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.50s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-04-06T17:53:29.434Z] daemon.go:325: [d2e14f665acdd] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d2e14f665acdd] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d2e14f665acdd] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [d2e14f665acdd] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d2e14f665acdd] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d2e14f665acdd] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.97s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-04-06T17:53:29.434Z] daemon.go:325: [d29e20a61f076] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [d29e20a61f076] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [d29e20a61f076] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [d29e20a61f076] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [d29e20a61f076] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [d29e20a61f076] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.57s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-04-06T17:53:29.434Z] daemon.go:325: [dd23bfbdbcf6f] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [dd23bfbdbcf6f] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [dd23bfbdbcf6f] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [dd23bfbdbcf6f] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [dd23bfbdbcf6f] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [dd23bfbdbcf6f] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (18.17s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-04-06T17:53:29.434Z] daemon.go:325: [dc3f7bcba76a3] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [dc3f7bcba76a3] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [dc3f7bcba76a3] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [dc3f7bcba76a3] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [dc3f7bcba76a3] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [dc3f7bcba76a3] Daemon stopped [2020-04-06T17:53:29.434Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.34s) [2020-04-06T17:53:29.434Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-04-06T17:53:29.434Z] daemon.go:325: [dfbc02132081b] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:325: [dfbc02132081b] waiting for daemon to start [2020-04-06T17:53:29.434Z] daemon.go:353: [dfbc02132081b] daemon started [2020-04-06T17:53:29.434Z] daemon.go:461: [dfbc02132081b] Stopping daemon [2020-04-06T17:53:29.434Z] daemon.go:296: [dfbc02132081b] exiting daemon [2020-04-06T17:53:29.434Z] daemon.go:448: [dfbc02132081b] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.10s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-04-06T17:53:29.435Z] daemon.go:325: [d7046582845d6] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d7046582845d6] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d7046582845d6] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [d7046582845d6] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d7046582845d6] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d7046582845d6] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.51s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-04-06T17:53:29.435Z] daemon.go:325: [dba3704b323e5] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [dba3704b323e5] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [dba3704b323e5] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [dba3704b323e5] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [dba3704b323e5] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [dba3704b323e5] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.87s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun [2020-04-06T17:53:29.435Z] daemon.go:325: [d5c92699a84a3] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d5c92699a84a3] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d5c92699a84a3] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [d5c92699a84a3] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d5c92699a84a3] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d5c92699a84a3] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.67s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart [2020-04-06T17:53:29.435Z] daemon.go:325: [da10189e9e29d] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [da10189e9e29d] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [da10189e9e29d] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [da10189e9e29d] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [da10189e9e29d] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [da10189e9e29d] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.74s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs [2020-04-06T17:53:29.435Z] daemon.go:325: [dea472dd59035] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [dea472dd59035] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [dea472dd59035] daemon started [2020-04-06T17:53:29.435Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.tz99iz4ofsd1@381f165f9101 | hello1\n" [2020-04-06T17:53:29.435Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.njnaq9uemh6n@381f165f9101 | hello2\n" [2020-04-06T17:53:29.435Z] daemon.go:461: [dea472dd59035] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [dea472dd59035] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [dea472dd59035] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (13.17s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-04-06T17:53:29.435Z] daemon.go:325: [df14d900e3fac] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [df14d900e3fac] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [df14d900e3fac] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [df14d900e3fac] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [df14d900e3fac] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [df14d900e3fac] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (12.62s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails [2020-04-06T17:53:29.435Z] daemon.go:325: [d5800dcf8c833] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d5800dcf8c833] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d5800dcf8c833] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [d5800dcf8c833] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d5800dcf8c833] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d5800dcf8c833] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (13.12s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow [2020-04-06T17:53:29.435Z] daemon.go:325: [d02595b0ef52d] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d02595b0ef52d] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d02595b0ef52d] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [d02595b0ef52d] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d02595b0ef52d] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d02595b0ef52d] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (15.26s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-04-06T17:53:29.435Z] daemon.go:325: [d3dc98a5ef138] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d3dc98a5ef138] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d3dc98a5ef138] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [d3dc98a5ef138] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d3dc98a5ef138] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d3dc98a5ef138] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (13.41s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince [2020-04-06T17:53:29.435Z] daemon.go:325: [d6cefbefd3b12] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d6cefbefd3b12] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d6cefbefd3b12] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [d6cefbefd3b12] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d6cefbefd3b12] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d6cefbefd3b12] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.14s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY [2020-04-06T17:53:29.435Z] daemon.go:325: [d57db53e4e600] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d57db53e4e600] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d57db53e4e600] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [d57db53e4e600] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d57db53e4e600] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d57db53e4e600] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.37s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail [2020-04-06T17:53:29.435Z] daemon.go:325: [dee030abeb062] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [dee030abeb062] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [dee030abeb062] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [dee030abeb062] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [dee030abeb062] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [dee030abeb062] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.12s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-04-06T17:53:29.435Z] daemon.go:325: [dfc574a51612a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [dfc574a51612a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [dfc574a51612a] daemon started [2020-04-06T17:53:29.435Z] docker_cli_service_logs_test.go:242: checking task vymgrn5unjd8 [2020-04-06T17:53:29.435Z] docker_cli_service_logs_test.go:247: checking messages for vymgrn5unjd8 [2020-04-06T17:53:29.435Z] docker_cli_service_logs_test.go:242: checking task v8sid8gzk3jd [2020-04-06T17:53:29.435Z] docker_cli_service_logs_test.go:247: checking messages for v8sid8gzk3jd [2020-04-06T17:53:29.435Z] daemon.go:461: [dfc574a51612a] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [dfc574a51612a] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [dfc574a51612a] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.05s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale [2020-04-06T17:53:29.435Z] daemon.go:325: [d36274fc0779d] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d36274fc0779d] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d36274fc0779d] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [d36274fc0779d] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d36274fc0779d] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d36274fc0779d] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.16s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-04-06T17:53:29.435Z] daemon.go:325: [dbfe6c9c1f39a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [dbfe6c9c1f39a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [dbfe6c9c1f39a] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [dbfe6c9c1f39a] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [dbfe6c9c1f39a] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [dbfe6c9c1f39a] Daemon stopped [2020-04-06T17:53:29.435Z] daemon.go:325: [dbfe6c9c1f39a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [dbfe6c9c1f39a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [dbfe6c9c1f39a] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [dbfe6c9c1f39a] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [dbfe6c9c1f39a] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [dbfe6c9c1f39a] Daemon stopped [2020-04-06T17:53:29.435Z] daemon.go:325: [dbfe6c9c1f39a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [dbfe6c9c1f39a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [dbfe6c9c1f39a] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [dbfe6c9c1f39a] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [dbfe6c9c1f39a] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [dbfe6c9c1f39a] Daemon stopped [2020-04-06T17:53:29.435Z] daemon.go:325: [dbfe6c9c1f39a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [dbfe6c9c1f39a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [dbfe6c9c1f39a] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [dbfe6c9c1f39a] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [dbfe6c9c1f39a] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [dbfe6c9c1f39a] Daemon stopped [2020-04-06T17:53:29.435Z] daemon.go:325: [dbfe6c9c1f39a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [dbfe6c9c1f39a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [dbfe6c9c1f39a] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [dbfe6c9c1f39a] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [dbfe6c9c1f39a] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [dbfe6c9c1f39a] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.06s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-04-06T17:53:29.435Z] daemon.go:325: [d9fe26a2f433d] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d9fe26a2f433d] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d9fe26a2f433d] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [d9fe26a2f433d] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d9fe26a2f433d] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d9fe26a2f433d] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.95s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-04-06T17:53:29.435Z] daemon.go:325: [d90e7db6bb5b9] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d90e7db6bb5b9] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d90e7db6bb5b9] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [d90e7db6bb5b9] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d90e7db6bb5b9] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d90e7db6bb5b9] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.96s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-04-06T17:53:29.435Z] daemon.go:325: [d1272a2996376] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d1272a2996376] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d1272a2996376] daemon started [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-04-06T17:53:29.435Z] daemon.go:325: [de15c9b94591b] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [de15c9b94591b] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [de15c9b94591b] daemon started [2020-04-06T17:53:29.435Z] check_test.go:358: [de15c9b94591b] joining swarm manager [d1272a2996376]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-04-06T17:53:29.435Z] daemon.go:325: [dfb3674a30fd3] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [dfb3674a30fd3] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [dfb3674a30fd3] daemon started [2020-04-06T17:53:29.435Z] check_test.go:358: [dfb3674a30fd3] joining swarm manager [d1272a2996376]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.435Z] daemon.go:461: [d1272a2996376] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d1272a2996376] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d1272a2996376] Daemon stopped [2020-04-06T17:53:29.435Z] daemon.go:461: [de15c9b94591b] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [de15c9b94591b] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [de15c9b94591b] Daemon stopped [2020-04-06T17:53:29.435Z] daemon.go:461: [dfb3674a30fd3] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [dfb3674a30fd3] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [dfb3674a30fd3] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.32s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-04-06T17:53:29.435Z] daemon.go:325: [d0f71c9db7c1a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d0f71c9db7c1a] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d0f71c9db7c1a] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [d0f71c9db7c1a] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d0f71c9db7c1a] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d0f71c9db7c1a] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.08s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-04-06T17:53:29.435Z] daemon.go:325: [d516ca733794c] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d516ca733794c] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d516ca733794c] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [d516ca733794c] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d516ca733794c] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d516ca733794c] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.92s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-04-06T17:53:29.435Z] daemon.go:325: [df7e2ec56edc5] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [df7e2ec56edc5] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [df7e2ec56edc5] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [df7e2ec56edc5] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [df7e2ec56edc5] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [df7e2ec56edc5] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.54s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-04-06T17:53:29.435Z] daemon.go:325: [dd6ff9edbe318] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [dd6ff9edbe318] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [dd6ff9edbe318] daemon started [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-04-06T17:53:29.435Z] daemon.go:325: [d3ec3ad6048ed] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d3ec3ad6048ed] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d3ec3ad6048ed] daemon started [2020-04-06T17:53:29.435Z] check_test.go:358: [d3ec3ad6048ed] joining swarm manager [dd6ff9edbe318]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-04-06T17:53:29.435Z] daemon.go:325: [d6e1ee72b7b4b] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d6e1ee72b7b4b] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d6e1ee72b7b4b] daemon started [2020-04-06T17:53:29.435Z] check_test.go:358: [d6e1ee72b7b4b] joining swarm manager [dd6ff9edbe318]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.435Z] daemon.go:461: [dd6ff9edbe318] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [dd6ff9edbe318] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [dd6ff9edbe318] Daemon stopped [2020-04-06T17:53:29.435Z] daemon.go:461: [d3ec3ad6048ed] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d3ec3ad6048ed] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d3ec3ad6048ed] Daemon stopped [2020-04-06T17:53:29.435Z] daemon.go:461: [d6e1ee72b7b4b] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [d6e1ee72b7b4b] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [d6e1ee72b7b4b] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.43s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-04-06T17:53:29.435Z] daemon.go:325: [daaa5a67388b7] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [daaa5a67388b7] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [daaa5a67388b7] daemon started [2020-04-06T17:53:29.435Z] daemon.go:461: [daaa5a67388b7] Stopping daemon [2020-04-06T17:53:29.435Z] daemon.go:296: [daaa5a67388b7] exiting daemon [2020-04-06T17:53:29.435Z] daemon.go:448: [daaa5a67388b7] Daemon stopped [2020-04-06T17:53:29.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (93.98s) [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-04-06T17:53:29.435Z] daemon.go:325: [d91ebd9c45517] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d91ebd9c45517] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d91ebd9c45517] daemon started [2020-04-06T17:53:29.435Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-04-06T17:53:29.435Z] daemon.go:325: [d5421f8fa6691] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:325: [d5421f8fa6691] waiting for daemon to start [2020-04-06T17:53:29.435Z] daemon.go:353: [d5421f8fa6691] daemon started [2020-04-06T17:53:29.436Z] check_test.go:358: [d5421f8fa6691] joining swarm manager [d91ebd9c45517]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-04-06T17:53:29.436Z] daemon.go:325: [d055f7edf7a3a] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d055f7edf7a3a] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d055f7edf7a3a] daemon started [2020-04-06T17:53:29.436Z] check_test.go:358: [d055f7edf7a3a] joining swarm manager [d91ebd9c45517]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.436Z] daemon.go:461: [d5421f8fa6691] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d5421f8fa6691] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d5421f8fa6691] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [d5421f8fa6691] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d5421f8fa6691] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d5421f8fa6691] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d055f7edf7a3a] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d055f7edf7a3a] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d055f7edf7a3a] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [d055f7edf7a3a] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d055f7edf7a3a] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d055f7edf7a3a] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d5421f8fa6691] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d5421f8fa6691] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d5421f8fa6691] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [d5421f8fa6691] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d5421f8fa6691] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d5421f8fa6691] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d055f7edf7a3a] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d055f7edf7a3a] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d055f7edf7a3a] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [d055f7edf7a3a] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d055f7edf7a3a] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d055f7edf7a3a] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d5421f8fa6691] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d5421f8fa6691] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d5421f8fa6691] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [d5421f8fa6691] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d5421f8fa6691] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d5421f8fa6691] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d055f7edf7a3a] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d055f7edf7a3a] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d055f7edf7a3a] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [d055f7edf7a3a] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d055f7edf7a3a] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d055f7edf7a3a] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d91ebd9c45517] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d91ebd9c45517] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d91ebd9c45517] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:461: [d5421f8fa6691] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d5421f8fa6691] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d5421f8fa6691] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:461: [d055f7edf7a3a] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d055f7edf7a3a] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d055f7edf7a3a] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.62s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-04-06T17:53:29.436Z] daemon.go:325: [decc307f3cbf4] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [decc307f3cbf4] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [decc307f3cbf4] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [decc307f3cbf4] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [decc307f3cbf4] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [decc307f3cbf4] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.48s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-04-06T17:53:29.436Z] daemon.go:325: [d09d3aa13b4ae] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d09d3aa13b4ae] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d09d3aa13b4ae] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d09d3aa13b4ae] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d09d3aa13b4ae] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d09d3aa13b4ae] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [d09d3aa13b4ae] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d09d3aa13b4ae] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d09d3aa13b4ae] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d09d3aa13b4ae] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d09d3aa13b4ae] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d09d3aa13b4ae] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d09d3aa13b4ae] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.36s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-04-06T17:53:29.436Z] daemon.go:325: [de92dccce362e] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [de92dccce362e] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [de92dccce362e] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [de92dccce362e] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [de92dccce362e] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [de92dccce362e] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.96s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-04-06T17:53:29.436Z] daemon.go:325: [d51e9529f77e5] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d51e9529f77e5] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d51e9529f77e5] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d51e9529f77e5] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d51e9529f77e5] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d51e9529f77e5] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.98s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-04-06T17:53:29.436Z] daemon.go:325: [d0c1b1cc35601] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d0c1b1cc35601] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d0c1b1cc35601] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d0c1b1cc35601] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d0c1b1cc35601] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d0c1b1cc35601] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [d0c1b1cc35601] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:296: [d0c1b1cc35601] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:325: [d0c1b1cc35601] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d0c1b1cc35601] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:296: [d0c1b1cc35601] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:325: [d0c1b1cc35601] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d0c1b1cc35601] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d0c1b1cc35601] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d0c1b1cc35601] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d0c1b1cc35601] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d0c1b1cc35601] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d0c1b1cc35601] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.08s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-04-06T17:53:29.436Z] daemon.go:325: [d377fea9822f5] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d377fea9822f5] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d377fea9822f5] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d377fea9822f5] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d377fea9822f5] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d377fea9822f5] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.33s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit [2020-04-06T17:53:29.436Z] daemon.go:325: [d5f895c212699] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d5f895c212699] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d5f895c212699] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d5f895c212699] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d5f895c212699] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d5f895c212699] Daemon stopped [2020-04-06T17:53:29.436Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-04-06T17:53:29.436Z] requirement.go:26: unmatched requirement IPv6 [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.34s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked [2020-04-06T17:53:29.436Z] daemon.go:325: [d59ec66eb7e52] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d59ec66eb7e52] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d59ec66eb7e52] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d59ec66eb7e52] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d59ec66eb7e52] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d59ec66eb7e52] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [d59ec66eb7e52] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d59ec66eb7e52] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d59ec66eb7e52] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d59ec66eb7e52] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d59ec66eb7e52] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d59ec66eb7e52] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [d59ec66eb7e52] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d59ec66eb7e52] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d59ec66eb7e52] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d59ec66eb7e52] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d59ec66eb7e52] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d59ec66eb7e52] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.80s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-04-06T17:53:29.436Z] daemon.go:325: [ddbca33418f3d] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [ddbca33418f3d] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [ddbca33418f3d] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [ddbca33418f3d] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [ddbca33418f3d] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [ddbca33418f3d] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.78s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-04-06T17:53:29.436Z] daemon.go:325: [d81883711db75] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d81883711db75] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d81883711db75] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d81883711db75] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d81883711db75] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d81883711db75] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.01s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-04-06T17:53:29.436Z] daemon.go:325: [da349d27a92a8] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [da349d27a92a8] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [da349d27a92a8] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [da349d27a92a8] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [da349d27a92a8] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [da349d27a92a8] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.02s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave [2020-04-06T17:53:29.436Z] daemon.go:325: [dc480e78cf643] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [dc480e78cf643] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [dc480e78cf643] daemon started [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave [2020-04-06T17:53:29.436Z] daemon.go:325: [d405cd2812953] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d405cd2812953] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d405cd2812953] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [dc480e78cf643] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [dc480e78cf643] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [dc480e78cf643] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:461: [d405cd2812953] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d405cd2812953] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d405cd2812953] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (48.56s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-04-06T17:53:29.436Z] daemon.go:325: [d284be7707504] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d284be7707504] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d284be7707504] daemon started [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-04-06T17:53:29.436Z] daemon.go:325: [da5ca9deeccea] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [da5ca9deeccea] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [da5ca9deeccea] daemon started [2020-04-06T17:53:29.436Z] check_test.go:358: [da5ca9deeccea] joining swarm manager [d284be7707504]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.436Z] daemon.go:461: [da5ca9deeccea] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [da5ca9deeccea] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [da5ca9deeccea] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [da5ca9deeccea] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [da5ca9deeccea] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [da5ca9deeccea] daemon started [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-04-06T17:53:29.436Z] daemon.go:325: [d802b9238ec26] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d802b9238ec26] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d802b9238ec26] daemon started [2020-04-06T17:53:29.436Z] check_test.go:358: [d802b9238ec26] joining swarm manager [d284be7707504]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.436Z] daemon.go:461: [da5ca9deeccea] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [da5ca9deeccea] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [da5ca9deeccea] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [da5ca9deeccea] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [da5ca9deeccea] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [da5ca9deeccea] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d802b9238ec26] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d802b9238ec26] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d802b9238ec26] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [d802b9238ec26] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d802b9238ec26] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d802b9238ec26] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d802b9238ec26] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d802b9238ec26] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d802b9238ec26] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:325: [d802b9238ec26] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [d802b9238ec26] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [d802b9238ec26] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [d284be7707504] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d284be7707504] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d284be7707504] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:461: [da5ca9deeccea] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [da5ca9deeccea] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [da5ca9deeccea] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:461: [d802b9238ec26] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [d802b9238ec26] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [d802b9238ec26] Daemon stopped [2020-04-06T17:53:29.436Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.71s) [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-04-06T17:53:29.436Z] daemon.go:325: [daf57f52f12ca] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [daf57f52f12ca] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [daf57f52f12ca] daemon started [2020-04-06T17:53:29.436Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-04-06T17:53:29.436Z] daemon.go:325: [db700c6c07dbc] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:325: [db700c6c07dbc] waiting for daemon to start [2020-04-06T17:53:29.436Z] daemon.go:353: [db700c6c07dbc] daemon started [2020-04-06T17:53:29.436Z] daemon.go:461: [daf57f52f12ca] Stopping daemon [2020-04-06T17:53:29.436Z] daemon.go:296: [daf57f52f12ca] exiting daemon [2020-04-06T17:53:29.436Z] daemon.go:448: [daf57f52f12ca] Daemon stopped [2020-04-06T17:53:29.436Z] daemon.go:461: [db700c6c07dbc] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [db700c6c07dbc] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [db700c6c07dbc] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.80s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-04-06T17:53:29.437Z] daemon.go:325: [df410d33d33c4] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [df410d33d33c4] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [df410d33d33c4] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [df410d33d33c4] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [df410d33d33c4] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [df410d33d33c4] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:325: [df410d33d33c4] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [df410d33d33c4] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [df410d33d33c4] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [df410d33d33c4] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [df410d33d33c4] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [df410d33d33c4] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (127.85s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-04-06T17:53:29.437Z] daemon.go:325: [d09f301b4f65c] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d09f301b4f65c] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d09f301b4f65c] daemon started [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d06091d30f8bf] daemon started [2020-04-06T17:53:29.437Z] check_test.go:358: [d06091d30f8bf] joining swarm manager [d09f301b4f65c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-04-06T17:53:29.437Z] daemon.go:325: [db4ae8e8139f4] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [db4ae8e8139f4] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [db4ae8e8139f4] daemon started [2020-04-06T17:53:29.437Z] check_test.go:358: [db4ae8e8139f4] joining swarm manager [d09f301b4f65c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.437Z] daemon.go:461: [d06091d30f8bf] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d06091d30f8bf] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d06091d30f8bf] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d06091d30f8bf] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [d06091d30f8bf] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d06091d30f8bf] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d06091d30f8bf] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:461: [d09f301b4f65c] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d09f301b4f65c] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d09f301b4f65c] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:325: [d09f301b4f65c] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d09f301b4f65c] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d09f301b4f65c] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [db4ae8e8139f4] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [db4ae8e8139f4] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [db4ae8e8139f4] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:325: [db4ae8e8139f4] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [db4ae8e8139f4] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [db4ae8e8139f4] daemon started [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d06091d30f8bf] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [d06091d30f8bf] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d06091d30f8bf] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d06091d30f8bf] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d06091d30f8bf] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [d09f301b4f65c] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d09f301b4f65c] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d09f301b4f65c] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:325: [d09f301b4f65c] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d09f301b4f65c] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d09f301b4f65c] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d09f301b4f65c] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:339: [d09f301b4f65c] error pinging daemon on start: Get http://d09f301b4f65c.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.437Z] daemon.go:325: [d09f301b4f65c] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:339: [d09f301b4f65c] error pinging daemon on start: Get http://d09f301b4f65c.sock/_ping: context deadline exceeded [2020-04-06T17:53:29.437Z] daemon.go:325: [d09f301b4f65c] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d09f301b4f65c] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [db4ae8e8139f4] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [db4ae8e8139f4] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [db4ae8e8139f4] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:325: [db4ae8e8139f4] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [db4ae8e8139f4] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [db4ae8e8139f4] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [d06091d30f8bf] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d06091d30f8bf] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d06091d30f8bf] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d06091d30f8bf] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d06091d30f8bf] daemon started [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-04-06T17:53:29.437Z] daemon.go:325: [d5ee6b630939e] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d5ee6b630939e] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d5ee6b630939e] daemon started [2020-04-06T17:53:29.437Z] check_test.go:358: [d5ee6b630939e] joining swarm manager [d09f301b4f65c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-04-06T17:53:29.437Z] daemon.go:461: [d5ee6b630939e] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d5ee6b630939e] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d5ee6b630939e] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:325: [d5ee6b630939e] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d5ee6b630939e] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d5ee6b630939e] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d5ee6b630939e] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d5ee6b630939e] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [d09f301b4f65c] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d09f301b4f65c] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d09f301b4f65c] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:461: [d06091d30f8bf] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d06091d30f8bf] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d06091d30f8bf] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:461: [db4ae8e8139f4] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [db4ae8e8139f4] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [db4ae8e8139f4] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:461: [d5ee6b630939e] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d5ee6b630939e] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d5ee6b630939e] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (14.57s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress [2020-04-06T17:53:29.437Z] daemon.go:325: [d1602652adc90] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d1602652adc90] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d1602652adc90] daemon started [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress [2020-04-06T17:53:29.437Z] daemon.go:325: [dc5151accc690] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [dc5151accc690] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [dc5151accc690] daemon started [2020-04-06T17:53:29.437Z] check_test.go:358: [dc5151accc690] joining swarm manager [d1602652adc90]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress [2020-04-06T17:53:29.437Z] daemon.go:325: [d0c8dbc5d7c88] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d0c8dbc5d7c88] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d0c8dbc5d7c88] daemon started [2020-04-06T17:53:29.437Z] check_test.go:358: [d0c8dbc5d7c88] joining swarm manager [d1602652adc90]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-06T17:53:29.437Z] daemon.go:461: [d1602652adc90] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d1602652adc90] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d1602652adc90] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:461: [dc5151accc690] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [dc5151accc690] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [dc5151accc690] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:461: [d0c8dbc5d7c88] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d0c8dbc5d7c88] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d0c8dbc5d7c88] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.73s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-04-06T17:53:29.437Z] daemon.go:325: [d2741877b06ce] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d2741877b06ce] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d2741877b06ce] daemon started [2020-04-06T17:53:29.437Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-0" with "bridge", then "bridge" [2020-04-06T17:53:29.437Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-0" with "bridge" failed: Error response from daemon: network with name network-test-0 already exists [2020-04-06T17:53:29.437Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-0" with "bridge", then "overlay" [2020-04-06T17:53:29.437Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-0" with "overlay" failed: Error response from daemon: network with name network-test-0 already exists [2020-04-06T17:53:29.437Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-1" with "overlay", then "bridge" [2020-04-06T17:53:29.437Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-1" with "bridge" failed: Error response from daemon: network with name network-test-1 already exists [2020-04-06T17:53:29.437Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-1" with "overlay", then "overlay" [2020-04-06T17:53:29.437Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-1" with "overlay" failed: Error response from daemon: network with name network-test-1 already exists [2020-04-06T17:53:29.437Z] daemon.go:461: [d2741877b06ce] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d2741877b06ce] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d2741877b06ce] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.46s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-04-06T17:53:29.437Z] daemon.go:325: [dfafecd9b1069] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [dfafecd9b1069] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [dfafecd9b1069] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [dfafecd9b1069] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [dfafecd9b1069] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [dfafecd9b1069] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.21s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-04-06T17:53:29.437Z] daemon.go:325: [db3a6d62eb423] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [db3a6d62eb423] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [db3a6d62eb423] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [db3a6d62eb423] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [db3a6d62eb423] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [db3a6d62eb423] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.19s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-04-06T17:53:29.437Z] daemon.go:325: [d1017a3007690] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d1017a3007690] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d1017a3007690] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [d1017a3007690] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d1017a3007690] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d1017a3007690] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.28s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-04-06T17:53:29.437Z] daemon.go:325: [dd0b954f131ba] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [dd0b954f131ba] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [dd0b954f131ba] daemon started [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-04-06T17:53:29.437Z] daemon.go:325: [dd79005d54e8b] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [dd79005d54e8b] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [dd79005d54e8b] daemon started [2020-04-06T17:53:29.437Z] check_test.go:358: [dd79005d54e8b] joining swarm manager [dd0b954f131ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.437Z] daemon.go:461: [dd0b954f131ba] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [dd0b954f131ba] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [dd0b954f131ba] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:461: [dd79005d54e8b] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [dd79005d54e8b] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [dd79005d54e8b] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.10s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-04-06T17:53:29.437Z] daemon.go:325: [d19501187d11e] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d19501187d11e] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d19501187d11e] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [d19501187d11e] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d19501187d11e] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d19501187d11e] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.80s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-04-06T17:53:29.437Z] daemon.go:325: [dc69a3f6314c6] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [dc69a3f6314c6] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [dc69a3f6314c6] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [dc69a3f6314c6] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [dc69a3f6314c6] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [dc69a3f6314c6] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.06s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd [2020-04-06T17:53:29.437Z] daemon.go:325: [df2ab045ed706] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [df2ab045ed706] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [df2ab045ed706] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [df2ab045ed706] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [df2ab045ed706] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [df2ab045ed706] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.77s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-04-06T17:53:29.437Z] daemon.go:325: [d585bb85aa84c] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d585bb85aa84c] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d585bb85aa84c] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [d585bb85aa84c] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d585bb85aa84c] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d585bb85aa84c] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.18s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-04-06T17:53:29.437Z] daemon.go:325: [daa32ef69285b] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [daa32ef69285b] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [daa32ef69285b] daemon started [2020-04-06T17:53:29.437Z] daemon.go:461: [daa32ef69285b] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [daa32ef69285b] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [daa32ef69285b] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.41s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-04-06T17:53:29.437Z] daemon.go:325: [d7fafdaa89818] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d7fafdaa89818] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [d7fafdaa89818] daemon started [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-04-06T17:53:29.437Z] daemon.go:325: [db2d28e0d9b19] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [db2d28e0d9b19] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:353: [db2d28e0d9b19] daemon started [2020-04-06T17:53:29.437Z] check_test.go:358: [db2d28e0d9b19] joining swarm manager [d7fafdaa89818]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-06T17:53:29.437Z] daemon.go:461: [d7fafdaa89818] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [d7fafdaa89818] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [d7fafdaa89818] Daemon stopped [2020-04-06T17:53:29.437Z] daemon.go:461: [db2d28e0d9b19] Stopping daemon [2020-04-06T17:53:29.437Z] daemon.go:296: [db2d28e0d9b19] exiting daemon [2020-04-06T17:53:29.437Z] daemon.go:448: [db2d28e0d9b19] Daemon stopped [2020-04-06T17:53:29.437Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (15.09s) [2020-04-06T17:53:29.437Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-04-06T17:53:29.437Z] daemon.go:325: [d18522262578b] waiting for daemon to start [2020-04-06T17:53:29.437Z] daemon.go:325: [d18522262578b] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [d18522262578b] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [d18522262578b] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [d18522262578b] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [d18522262578b] Daemon stopped [2020-04-06T17:53:29.438Z] daemon.go:325: [d18522262578b] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [d18522262578b] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [d18522262578b] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [d18522262578b] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [d18522262578b] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [d18522262578b] Daemon stopped [2020-04-06T17:53:29.438Z] daemon.go:325: [d18522262578b] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [d18522262578b] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [d18522262578b] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [d18522262578b] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [d18522262578b] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [d18522262578b] Daemon stopped [2020-04-06T17:53:29.438Z] daemon.go:325: [d18522262578b] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [d18522262578b] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [d18522262578b] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [d18522262578b] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [d18522262578b] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [d18522262578b] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.08s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-04-06T17:53:29.438Z] daemon.go:325: [d145ae37f08e4] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [d145ae37f08e4] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [d145ae37f08e4] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [d145ae37f08e4] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [d145ae37f08e4] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [d145ae37f08e4] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.09s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-04-06T17:53:29.438Z] daemon.go:325: [d70aea0e1302a] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [d70aea0e1302a] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [d70aea0e1302a] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [d70aea0e1302a] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [d70aea0e1302a] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [d70aea0e1302a] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.47s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-04-06T17:53:29.438Z] daemon.go:325: [dd185ca539c3e] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [dd185ca539c3e] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [dd185ca539c3e] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [dd185ca539c3e] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [dd185ca539c3e] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [dd185ca539c3e] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (10.48s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-04-06T17:53:29.438Z] daemon.go:325: [dfbb0c669d0aa] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [dfbb0c669d0aa] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [dfbb0c669d0aa] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [dfbb0c669d0aa] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [dfbb0c669d0aa] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [dfbb0c669d0aa] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.51s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY [2020-04-06T17:53:29.438Z] daemon.go:325: [db59d1bc00a4a] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [db59d1bc00a4a] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [db59d1bc00a4a] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [db59d1bc00a4a] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [db59d1bc00a4a] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [db59d1bc00a4a] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.24s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-04-06T17:53:29.438Z] daemon.go:325: [db4981a0b60bd] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [db4981a0b60bd] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [db4981a0b60bd] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [db4981a0b60bd] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [db4981a0b60bd] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [db4981a0b60bd] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.18s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-04-06T17:53:29.438Z] daemon.go:325: [d6a9b0c84fe8d] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [d6a9b0c84fe8d] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [d6a9b0c84fe8d] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [d6a9b0c84fe8d] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [d6a9b0c84fe8d] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [d6a9b0c84fe8d] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.26s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-04-06T17:53:29.438Z] daemon.go:325: [dfad6e23174c8] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [dfad6e23174c8] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [dfad6e23174c8] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [dfad6e23174c8] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [dfad6e23174c8] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [dfad6e23174c8] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.19s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal [2020-04-06T17:53:29.438Z] daemon.go:325: [dd53315e4e65d] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [dd53315e4e65d] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [dd53315e4e65d] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [dd53315e4e65d] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [dd53315e4e65d] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [dd53315e4e65d] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.14s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-04-06T17:53:29.438Z] daemon.go:325: [dd8ad039b48dc] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [dd8ad039b48dc] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [dd8ad039b48dc] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [dd8ad039b48dc] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [dd8ad039b48dc] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [dd8ad039b48dc] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.04s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate [2020-04-06T17:53:29.438Z] daemon.go:325: [d123a2303d7a6] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [d123a2303d7a6] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [d123a2303d7a6] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [d123a2303d7a6] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [d123a2303d7a6] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [d123a2303d7a6] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.30s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-04-06T17:53:29.438Z] daemon.go:325: [d700a10a40a33] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [d700a10a40a33] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [d700a10a40a33] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [d700a10a40a33] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [d700a10a40a33] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [d700a10a40a33] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.08s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-04-06T17:53:29.438Z] daemon.go:325: [d0b79c5738c5d] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [d0b79c5738c5d] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [d0b79c5738c5d] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [d0b79c5738c5d] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [d0b79c5738c5d] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [d0b79c5738c5d] Daemon stopped [2020-04-06T17:53:29.438Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (18.01s) [2020-04-06T17:53:29.438Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-04-06T17:53:29.438Z] daemon.go:325: [d811edf15e7c7] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:325: [d811edf15e7c7] waiting for daemon to start [2020-04-06T17:53:29.438Z] daemon.go:353: [d811edf15e7c7] daemon started [2020-04-06T17:53:29.438Z] daemon.go:461: [d811edf15e7c7] Stopping daemon [2020-04-06T17:53:29.438Z] daemon.go:296: [d811edf15e7c7] exiting daemon [2020-04-06T17:53:29.438Z] daemon.go:448: [d811edf15e7c7] Daemon stopped [2020-04-06T17:53:29.438Z] === RUN TestDockerExternalVolumeSuite [2020-04-06T17:53:29.438Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-04-06T17:53:29.574Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-04-06T17:53:29.574Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-04-06T17:53:29.574Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-04-06T17:53:33.237Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-04-06T17:53:33.237Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-04-06T17:53:33.237Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-04-06T17:53:33.237Z] === RUN TestDockerSuite/TestPsRightTagName [2020-04-06T17:53:33.237Z] === RUN TestDockerSuite/TestPsShowMounts [2020-04-06T17:53:38.933Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-04-06T17:53:38.934Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-04-06T17:53:39.878Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-04-06T17:53:39.878Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-04-06T17:53:41.382Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-04-06T17:53:41.829Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-04-06T17:53:41.829Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-04-06T17:53:44.287Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-04-06T17:53:45.491Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-04-06T17:53:49.154Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-04-06T17:53:50.656Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-04-06T17:54:11.575Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-04-06T17:54:11.575Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-04-06T17:54:14.421Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-04-06T17:54:14.421Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-04-06T17:54:14.868Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-04-06T17:54:15.316Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-04-06T17:54:18.982Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-04-06T17:54:27.428Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-04-06T17:54:27.428Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-04-06T17:54:31.090Z] === RUN TestDockerSuite/TestRmiBlank [2020-04-06T17:54:31.090Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-04-06T17:54:31.090Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-04-06T17:54:43.331Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-04-06T17:54:50.300Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-04-06T17:54:50.747Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-04-06T17:54:51.927Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-04-06T17:54:56.445Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-04-06T17:55:01.049Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-04-06T17:55:01.887Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-04-06T17:55:06.748Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-04-06T17:55:11.355Z] === RUN TestDockerSuite/TestRmiTag [2020-04-06T17:55:11.355Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-04-06T17:55:13.484Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-04-06T17:55:28.153Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-04-06T17:55:30.283Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-04-06T17:55:33.951Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-04-06T17:55:34.893Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-04-06T17:55:35.340Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-04-06T17:55:35.340Z] === RUN TestDockerSuite/TestRunAddHost [2020-04-06T17:55:35.340Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-04-06T17:55:35.340Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-04-06T17:55:35.340Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-04-06T17:55:35.340Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-04-06T17:55:35.340Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-04-06T17:55:35.340Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-04-06T17:55:37.474Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-04-06T17:55:37.474Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-04-06T17:55:37.474Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-04-06T17:55:41.136Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-04-06T17:55:43.267Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-04-06T17:55:44.767Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-04-06T17:55:48.799Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-04-06T17:55:49.379Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-04-06T17:55:56.341Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-04-06T17:55:56.341Z] === RUN TestDockerSuite/TestRunBindMounts [2020-04-06T17:56:00.004Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-04-06T17:56:00.004Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-04-06T17:56:00.004Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-04-06T17:56:00.004Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-04-06T17:56:00.004Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-04-06T17:56:00.004Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-04-06T17:56:00.004Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-04-06T17:56:00.004Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-04-06T17:56:00.004Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-04-06T17:56:00.004Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-04-06T17:56:00.004Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-04-06T17:56:00.004Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-04-06T17:56:01.505Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-04-06T17:56:01.505Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-04-06T17:56:04.356Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-04-06T17:56:04.356Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-04-06T17:56:04.356Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-04-06T17:56:05.856Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-04-06T17:56:05.856Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-04-06T17:56:05.856Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-04-06T17:56:05.856Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-04-06T17:56:05.856Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-04-06T17:56:05.856Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-04-06T17:56:05.856Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-04-06T17:56:05.856Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-04-06T17:56:07.986Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-04-06T17:56:10.115Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-04-06T17:56:11.619Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-04-06T17:56:11.619Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-04-06T17:56:11.619Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-04-06T17:56:11.619Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-04-06T17:56:13.750Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-04-06T17:56:13.750Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-04-06T17:56:13.750Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-04-06T17:56:13.750Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-04-06T17:56:13.750Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-04-06T17:56:15.252Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-04-06T17:56:20.836Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-04-06T17:56:25.501Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-04-06T17:56:25.501Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-04-06T17:56:25.501Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-04-06T17:56:25.501Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-04-06T17:56:25.501Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-04-06T17:56:25.501Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-04-06T17:56:25.501Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-04-06T17:56:27.631Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-04-06T17:56:27.631Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-04-06T17:56:27.631Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-04-06T17:56:27.631Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-04-06T17:56:29.135Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-04-06T17:56:31.266Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-04-06T17:56:31.266Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-04-06T17:56:32.767Z] === RUN TestDockerSuite/TestRunEnvironment [2020-04-06T17:56:32.767Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-04-06T17:56:32.767Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-04-06T17:56:32.767Z] === RUN TestDockerSuite/TestRunExitCode [2020-04-06T17:56:33.016Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-04-06T17:56:39.731Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-04-06T17:56:41.232Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-04-06T17:56:43.377Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-04-06T17:56:44.879Z] === RUN TestDockerSuite/TestRunExposePort [2020-04-06T17:56:44.879Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-04-06T17:56:44.879Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-04-06T17:56:44.879Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-04-06T17:56:44.879Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-04-06T17:56:44.879Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-04-06T17:56:44.879Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-04-06T17:56:44.879Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-04-06T17:56:44.879Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-04-06T17:56:53.326Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-04-06T17:56:53.326Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-04-06T17:56:53.326Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-04-06T17:56:53.326Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-04-06T17:56:53.326Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-04-06T17:56:53.326Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-04-06T17:56:53.326Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-04-06T17:57:01.792Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-04-06T17:57:01.792Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-04-06T17:57:01.792Z] === RUN TestDockerSuite/TestRunModeHostname [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunMount [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-04-06T17:57:02.239Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-04-06T17:57:05.054Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-04-06T17:57:07.940Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-04-06T17:57:07.940Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-04-06T17:57:07.940Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-04-06T17:57:07.940Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-04-06T17:57:11.603Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-04-06T17:57:14.447Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-04-06T17:57:14.447Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-04-06T17:57:14.447Z] === RUN TestDockerSuite/TestRunNetHost [2020-04-06T17:57:14.894Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-04-06T17:57:14.894Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-04-06T17:57:14.894Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-04-06T17:57:14.894Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-04-06T17:57:14.894Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-04-06T17:57:14.894Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-04-06T17:57:14.894Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-04-06T17:57:14.894Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-04-06T17:57:15.839Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-04-06T17:57:17.974Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-04-06T17:57:19.475Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-04-06T17:57:20.418Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-04-06T17:57:21.919Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-04-06T17:57:22.369Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-04-06T17:57:22.369Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-04-06T17:57:22.369Z] === RUN TestDockerSuite/TestRunPortInUse [2020-04-06T17:57:22.369Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-04-06T17:57:22.369Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-04-06T17:57:22.369Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-04-06T17:57:22.369Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-04-06T17:57:22.369Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-04-06T17:57:23.131Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-04-06T17:57:24.498Z] === RUN TestDockerSuite/TestRunPublishPort [2020-04-06T17:57:24.498Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-04-06T17:57:24.498Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-04-06T17:57:24.498Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-04-06T17:57:24.498Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-04-06T17:57:24.945Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-04-06T17:57:37.184Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-04-06T17:57:37.184Z] === RUN TestDockerSuite/TestRunRm [2020-04-06T17:57:37.978Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-04-06T17:57:38.129Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-04-06T17:57:42.738Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-04-06T17:57:44.870Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-04-06T17:57:46.371Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-04-06T17:57:47.873Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-04-06T17:57:50.004Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-04-06T17:57:50.004Z] === RUN TestDockerSuite/TestRunState [2020-04-06T17:57:50.004Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-04-06T17:57:56.976Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-04-06T17:57:56.976Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-04-06T17:57:57.920Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-04-06T17:57:57.920Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-04-06T17:57:57.920Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-04-06T17:57:57.920Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-04-06T17:57:57.921Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-04-06T17:57:57.921Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-04-06T17:58:02.526Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-04-06T17:58:02.526Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-04-06T17:58:02.526Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-04-06T17:58:02.526Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-04-06T17:58:02.526Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-04-06T17:58:02.526Z] === RUN TestDockerSuite/TestRunUserByID [2020-04-06T17:58:02.526Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-04-06T17:58:02.526Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-04-06T17:58:02.526Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-04-06T17:58:02.526Z] === RUN TestDockerSuite/TestRunUserByName [2020-04-06T17:58:02.526Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-04-06T17:58:04.027Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-04-06T17:58:04.027Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-04-06T17:58:06.161Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-04-06T17:58:06.161Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-04-06T17:58:06.161Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-04-06T17:58:08.293Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-04-06T17:58:13.992Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-04-06T17:58:17.657Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-04-06T17:58:22.264Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-04-06T17:58:22.264Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-04-06T17:58:22.264Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-04-06T17:58:22.264Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-04-06T17:58:22.264Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-04-06T17:58:24.395Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-04-06T17:58:24.610Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-04-06T17:58:25.897Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-04-06T17:58:28.029Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-04-06T17:58:28.029Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-04-06T17:58:28.029Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-04-06T17:58:28.029Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-04-06T17:58:28.029Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-04-06T17:58:28.029Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-04-06T17:58:28.029Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-04-06T17:58:28.029Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-04-06T17:58:28.029Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-04-06T17:58:30.874Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-04-06T17:58:32.376Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-04-06T17:58:34.509Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSaveImageId [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-04-06T17:58:38.172Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-04-06T17:58:40.307Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-04-06T17:58:40.307Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-04-06T17:58:40.754Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-04-06T17:58:41.200Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-04-06T17:58:42.667Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-04-06T17:58:42.700Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-04-06T17:58:48.395Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-04-06T17:58:48.395Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-04-06T17:58:54.090Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-04-06T17:58:54.090Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-04-06T17:59:02.535Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-04-06T17:59:02.535Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-04-06T17:59:02.535Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-04-06T17:59:02.535Z] === RUN TestDockerSuite/TestStartRecordError [2020-04-06T17:59:02.535Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-04-06T17:59:10.990Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-04-06T17:59:10.990Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-04-06T17:59:10.990Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-04-06T17:59:10.990Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-04-06T17:59:10.990Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-04-06T17:59:10.990Z] === RUN TestDockerSuite/TestStatsNoStream [2020-04-06T17:59:10.990Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-04-06T17:59:11.934Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-04-06T17:59:14.066Z] === RUN TestDockerSuite/TestTopPrivileged [2020-04-06T17:59:14.066Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-04-06T17:59:14.706Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-04-06T17:59:15.011Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-04-06T17:59:15.011Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-04-06T17:59:15.011Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-04-06T17:59:15.011Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-04-06T17:59:15.011Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-04-06T17:59:15.458Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-04-06T17:59:15.458Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-04-06T17:59:33.004Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-04-06T17:59:33.004Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-04-06T17:59:33.004Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-04-06T17:59:33.004Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-04-06T17:59:33.004Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-04-06T17:59:33.004Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-04-06T17:59:33.004Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-04-06T17:59:38.708Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-04-06T17:59:38.708Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-04-06T17:59:40.839Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-04-06T17:59:40.839Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-04-06T17:59:41.286Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-04-06T17:59:41.286Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-04-06T17:59:41.733Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-04-06T17:59:46.769Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-04-06T17:59:48.699Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-04-06T17:59:48.699Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-04-06T17:59:48.699Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-04-06T17:59:48.699Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-04-06T17:59:48.699Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-04-06T17:59:54.432Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-04-06T17:59:54.432Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-04-06T17:59:54.880Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-04-06T18:00:01.618Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-04-06T18:00:01.849Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-04-06T18:00:01.849Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite (2216.84s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.58s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.21s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.48s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.32s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (134.95s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.68s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.51s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.87s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.95s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement Apparmor [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement Apparmor [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.17s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement IsPausable [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.04s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (86.63s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.34s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement UnixCli [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.39s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.99s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.68s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.69s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.69s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.10s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.18s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.89s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.65s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.80s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.04s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.28s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.39s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddTar (34.35s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.56s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.68s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.45s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.38s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.95s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.52s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.85s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.52s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.69s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.16s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (25.78s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.35s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.60s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.10s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.42s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.06s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement UnixCli [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.20s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.78s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCmd (0.47s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.48s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.50s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.88s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.81s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.95s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildContChar (11.90s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.37s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.75s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.70s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.38s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.69s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.65s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.12s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (34.02s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.62s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.29s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.30s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.46s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (31.75s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.59s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.35s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.55s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.73s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.88s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.46s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.24s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerignore (45.79s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.18s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (52.76s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.55s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.67s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (22.58s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.57s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.57s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.76s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.77s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.51s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (77.41s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.37s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.47s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.89s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.06s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.50s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.41s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.37s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.59s) [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.35s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.92s) [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.795Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-04-06T18:00:02.795Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.73s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.71s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.75s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.62s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildFails (1.91s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (9.26s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.62s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.80s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.27s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.21s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.97s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement UnixCli [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.66s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.53s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.02s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildHistory (9.57s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.77s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.79s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.61s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.08s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildLabel (0.82s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.52s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.79s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.60s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildLabels (0.76s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.33s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.59s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.52s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.61s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.87s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.21s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.06s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (27.26s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.46s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.31s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (9.87s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.88s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (20.09s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.84s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.55s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.25s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.01s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.96s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.06s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.02s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.00s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.12s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.30s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.86s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.09s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.22s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.79s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.57s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.94s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.79s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (37.21s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (17.03s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildRm (12.43s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.81s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.32s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.34s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.85s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (2.91s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.42s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.16s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.63s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.56s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.09s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.68s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildStderr (4.23s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.43s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.55s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.01s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.39s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.79s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildUser (0.07s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.96s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.45s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.32s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.71s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.69s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (12.01s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.40s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.07s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.49s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.26s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.34s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.14s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.03s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.84s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.64s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-04-06T18:00:02.796Z] docker_cli_sni_test.go:18: Flakey test [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.86s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.18s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestCommitChange (4.76s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.18s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.53s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestCommitTTY (5.84s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.06s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.87s) [2020-04-06T18:00:02.796Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.76s) [2020-04-06T18:00:02.796Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-04-06T18:00:02.796Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.79s) [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.77s) [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.92s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.01s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.68s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.80s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.83s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.80s) [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.84s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.56s) [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.96s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.20s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.79s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.15s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.15s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.46s) [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.87s) [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.72s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.76s) [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.50s) [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-04-06T18:00:02.797Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:02.797Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.64s) [2020-04-06T18:00:03.245Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.01s) [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:2107: case 0 - config: {volume c:\foo false } [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:2107: case 1 - config: {volume c:\foo\ false } [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:2107: case 2 - config: {volume test1 c:\foo false } [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:2107: case 3 - config: {volume test2 c:\foo true } [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:2107: case 4 - config: {volume test3 c:\foo false 0xc000715680 } [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:2107: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1136717042 c:\foo false } [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:2107: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1136717042 c:\foo true } [2020-04-06T18:00:03.245Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-04-06T18:00:03.245Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.245Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.17s) [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:1926: case 0 [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:1926: case 1 [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:1926: case 2 [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:1926: case 3 [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:1926: case 4 [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:1926: case 5 [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:1926: case 6 [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:1926: case 7 [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:1926: case 8 [2020-04-06T18:00:03.245Z] docker_api_containers_test.go:1926: case 9 [2020-04-06T18:00:03.245Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.96s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCpGarbagePath (6.92s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.01s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCpToCaseA (8.40s) [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a176026861\file1 060abcfc221be8543b9dfd050bba213ab763309195fe05cf3bb9f95fbd5ad3d8:/root/itWorks.txt` [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:279: checking that container "060abcfc221be8543b9dfd050bba213ab763309195fe05cf3bb9f95fbd5ad3d8" start output contains "file1\n" [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:209: running `docker start -a 060abcfc221be8543b9dfd050bba213ab763309195fe05cf3bb9f95fbd5ad3d8` [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.00s) [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b124778344\file1 d991d39d22ae8504e21fecec726ec20dbf3425b727e1b055344e9962aa85d8c9:testDir/` [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.40s) [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e866985383\dir1 a763d180b44e0857c97d30bb222fe22016dce9e87867313ae6a74a3a86852f8b:testDir` [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:279: checking that container "a763d180b44e0857c97d30bb222fe22016dce9e87867313ae6a74a3a86852f8b" start output contains "file1-1\n" [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:209: running `docker start -a a763d180b44e0857c97d30bb222fe22016dce9e87867313ae6a74a3a86852f8b` [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e866985383\dir1 f78bc9777b92af13ef3d54da85c26157650be8e99a8f7c7c81c9924a85244014:testDir/` [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:279: checking that container "f78bc9777b92af13ef3d54da85c26157650be8e99a8f7c7c81c9924a85244014" start output contains "file1-1\n" [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:209: running `docker start -a f78bc9777b92af13ef3d54da85c26157650be8e99a8f7c7c81c9924a85244014` [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.30s) [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h631185626\dir1\. bb868d21a5facadfac4e8ebe904e228272a6e42f1d1911a4f04911b83675885b:testDir` [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:279: checking that container "bb868d21a5facadfac4e8ebe904e228272a6e42f1d1911a4f04911b83675885b" start output contains "file1-1\n" [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:209: running `docker start -a bb868d21a5facadfac4e8ebe904e228272a6e42f1d1911a4f04911b83675885b` [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h631185626\dir1\. 66aba1062bb9ec51b6eb02bc42f25693d2f30e04bebade7f1bff2232c3bc4300:testDir/` [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:279: checking that container "66aba1062bb9ec51b6eb02bc42f25693d2f30e04bebade7f1bff2232c3bc4300" start output contains "file1-1\n" [2020-04-06T18:00:03.246Z] docker_cli_cp_utils_test.go:209: running `docker start -a 66aba1062bb9ec51b6eb02bc42f25693d2f30e04bebade7f1bff2232c3bc4300` [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCpToDot (6.79s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCpToStdout (2.11s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.15s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateArgs (0.14s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.57s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.80s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.13s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.62s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.52s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateLabels (0.14s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateRM (0.27s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.13s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.29s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.57s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.17s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.37s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.92s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.15s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.06s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.11s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.86s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.93s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.90s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.52s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsCopy (4.53s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (3.98s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.76s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.70s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (6.58s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.15s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.86s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsFilters (3.75s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsFormat (3.63s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.15s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsRename (1.98s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsResize (2.35s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.69s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.05s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.27s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsUntag (2.71s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (2.91s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.47s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.54s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.52s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.66s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.70s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.59s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.25s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.82s) [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestExecInspectID (3.03s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement IsPausable [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.99s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.85s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.43s) [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.246Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-04-06T18:00:03.246Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.50s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.60s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.54s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.45s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.03s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.05s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.29s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.46s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.87s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.47s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.20s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.72s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.06s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.40s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImportBadURL (2.36s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestImportFile (0.03s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.32s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement IsPausable [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInfoFormat (0.11s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.80s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (6.53s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.73s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.73s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectDefault (1.72s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectHistory (3.95s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.80s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.71s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.16s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (6.58s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.62s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.75s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectStatus (2.02s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.29s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.79s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.81s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.55s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.75s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.86s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.87s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.50s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.50s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.28s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (6.68s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.62s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.97s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.80s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.95s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.13s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.15s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.71s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.45s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsSince (9.48s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsTail (2.92s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.54s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.78s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement IsAmd64 [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement IsAmd64 [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.85s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.72s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPsByOrder (7.60s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.98s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (16.70s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.24s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-04-06T18:00:03.247Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (10.47s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.73s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (5.53s) [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.36s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.61s) [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-04-06T18:00:03.247Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.247Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.61s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.25s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.24s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.89s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.17s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.45s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.97s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (18.77s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (4.95s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.21s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.15s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.59s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.50s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (8.40s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.40s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.24s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.10s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (6.97s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.56s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.61s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.34s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.42s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.78s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiTag (0.56s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.87s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.91s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.00s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.35s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.90s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.89s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.44s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.20s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.70s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (4.75s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (6.62s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.74s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.75s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.45s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.75s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.98s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.81s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.80s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.82s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.83s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (10.29s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.77s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.77s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.79s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.73s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunExitCode (6.65s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.72s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.89s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.81s) [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.13s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.05s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.28s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.40s) [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.248Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-04-06T18:00:03.248Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.54s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (3.80s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.13s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.27s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.97s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.68s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.66s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.97s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.70s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.31s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement Apparmor [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.30s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunRm (1.83s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunRmAndWait (4.87s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (1.79s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.71s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.56s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (1.96s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (6.52s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.52s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.19s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement Apparmor [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.79s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.73s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.51s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.41s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.68s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (4.44s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.12s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.75s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.75s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.19s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.39s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.70s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.55s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement Apparmor [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.12s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.36s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.51s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.47s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.41s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (5.92s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestStartAttachSilent (8.21s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement IsPausable [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.31s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.47s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.72s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.47s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.26s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.24s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLILs (6.83s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.37s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.32s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.35s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.25s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.51s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.16s) [2020-04-06T18:00:03.249Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2020-04-06T18:00:03.249Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.64s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s) [2020-04-06T18:00:03.249Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2020-04-06T18:00:03.250Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (6.90s) [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.23s) [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-04-06T18:00:03.250Z] --- PASS: TestDockerRegistrySuite (0.00s) [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-04-06T18:00:03.250Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-04-06T18:00:03.250Z] --- PASS: TestDockerSchema1RegistrySuite (0.02s) [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-04-06T18:00:03.250Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthTokenSuite [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-04-06T18:00:03.250Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-04-06T18:00:03.250Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] === RUN TestDockerDaemonSuite [2020-04-06T18:00:03.250Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-04-06T18:00:03.250Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-04-06T18:00:03.250Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2020-04-06T18:00:03.250Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-04-06T18:00:03.250Z] --- PASS: TestDockerDaemonSuite (0.00s) [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-04-06T18:00:03.250Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.250Z] === RUN TestDockerSwarmSuite [2020-04-06T18:00:03.251Z] --- PASS: TestDockerSwarmSuite (0.00s) [2020-04-06T18:00:03.251Z] === RUN TestDockerPluginSuite [2020-04-06T18:00:03.251Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2020-04-06T18:00:03.251Z] === RUN TestDockerPluginSuite/TestPluginCreate [2020-04-06T18:00:03.251Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2020-04-06T18:00:03.251Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2020-04-06T18:00:03.251Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2020-04-06T18:00:03.251Z] === RUN TestDockerPluginSuite/TestPluginInspect [2020-04-06T18:00:03.251Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2020-04-06T18:00:03.251Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2020-04-06T18:00:03.251Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2020-04-06T18:00:03.251Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2020-04-06T18:00:03.251Z] === RUN TestDockerPluginSuite/TestPluginSet [2020-04-06T18:00:03.251Z] --- PASS: TestDockerPluginSuite (0.00s) [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] === RUN TestDockerExternalVolumeSuite [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] === RUN TestDockerNetworkSuite [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] === RUN TestDockerHubPullSuite [2020-04-06T18:00:03.251Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2020-04-06T18:00:03.251Z] requirement.go:26: unmatched requirement DaemonIsLinux [2020-04-06T18:00:03.251Z] PASS [2020-04-06T18:00:03.251Z] ok github.com/docker/docker/integration-cli 2217.471s [2020-04-06T18:00:03.251Z] INFO: Integration tests ended at 04/06/2020 18:00:03. Duration:00:37:04.8360587 [2020-04-06T18:00:03.251Z] INFO: Docker info of the daemon under test at end of run [2020-04-06T18:00:03.251Z] [2020-04-06T18:00:03.251Z] Containers: 2 [2020-04-06T18:00:03.251Z] Running: 0 [2020-04-06T18:00:03.251Z] Paused: 0 [2020-04-06T18:00:03.251Z] Stopped: 2 [2020-04-06T18:00:03.251Z] Images: 12 [2020-04-06T18:00:03.251Z] Server Version: 0.0.0-dev [2020-04-06T18:00:03.251Z] Storage Driver: windowsfilter [2020-04-06T18:00:03.251Z] Windows: [2020-04-06T18:00:03.251Z] Logging Driver: json-file [2020-04-06T18:00:03.251Z] Plugins: [2020-04-06T18:00:03.251Z] Volume: local [2020-04-06T18:00:03.251Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-04-06T18:00:03.251Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-04-06T18:00:03.251Z] Swarm: inactive [2020-04-06T18:00:03.251Z] Default Isolation: process [2020-04-06T18:00:03.251Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-04-06T18:00:03.251Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-04-06T18:00:03.251Z] OSType: windows [2020-04-06T18:00:03.251Z] Architecture: x86_64 [2020-04-06T18:00:03.251Z] CPUs: 4 [2020-04-06T18:00:03.251Z] Total Memory: 32GiB [2020-04-06T18:00:03.251Z] Name: azwin-2-899a50 [2020-04-06T18:00:03.251Z] ID: DM5T:HTP6:JP44:MVOJ:MNJK:CNRB:CNZT:LR5T:C3IX:B5E2:AJVW:D2QG [2020-04-06T18:00:03.251Z] Docker Root Dir: D:\CI\PR-40784\1\daemon [2020-04-06T18:00:03.251Z] Debug Mode (client): false [2020-04-06T18:00:03.251Z] Debug Mode (server): true [2020-04-06T18:00:03.251Z] File Descriptors: -1 [2020-04-06T18:00:03.251Z] Goroutines: 18 [2020-04-06T18:00:03.251Z] System Time: 2020-04-06T18:00:03.1564213Z [2020-04-06T18:00:03.251Z] EventsListeners: 0 [2020-04-06T18:00:03.251Z] Registry: https://index.docker.io/v1/ [2020-04-06T18:00:03.251Z] Labels: [2020-04-06T18:00:03.251Z] Experimental: false [2020-04-06T18:00:03.251Z] Insecure Registries: [2020-04-06T18:00:03.251Z] 127.0.0.0/8 [2020-04-06T18:00:03.251Z] Live Restore Enabled: false [2020-04-06T18:00:03.251Z] [2020-04-06T18:00:03.251Z] [2020-04-06T18:00:03.251Z] INFO: Stopping daemon under test [2020-04-06T18:00:03.699Z] SUCCESS: The process with PID 4840 (child process of PID 5444) has been terminated. [2020-04-06T18:00:03.699Z] SUCCESS: The process with PID 5444 (child process of PID 2908) has been terminated. [2020-04-06T18:00:03.699Z] INFO: Stop tailing logs of the daemon under tests [2020-04-06T18:00:03.699Z] INFO: executeCI.ps1 Completed successfully at 04/06/2020 18:00:03. [2020-04-06T18:00:03.699Z] INFO: Tidying up at end of run [2020-04-06T18:00:03.699Z] INFO: Saving daemon under test log (d:\CI\PR-40784\1\dut.out) to C:\windows\TEMP\CIDUT.out [2020-04-06T18:00:03.699Z] INFO: Saving daemon under test log (d:\CI\PR-40784\1\dut.err) to C:\windows\TEMP\CIDUT.err [2020-04-06T18:00:03.699Z] INFO: Nuke-Everything... [2020-04-06T18:00:03.699Z] INFO: Container count on control daemon to delete is 2 [2020-04-06T18:00:04.146Z] 2fb3868c3092 [2020-04-06T18:00:04.146Z] 724d62d81bf7 [2020-04-06T18:00:04.146Z] INFO: Non-base image count on control daemon to delete is 1 [2020-04-06T18:00:05.090Z] Deleted: sha256:cbf20dd9a62c9c2c3031416e2a9ea11b6c50a2c032e932c9606e15770be2c6da [2020-04-06T18:00:05.090Z] Deleted: sha256:78f1a38838042edf6458b05582de9406bea80249acda7726245423b05748c8df [2020-04-06T18:00:05.090Z] INFO: Tidying pidfile d:\CI\PR-40784\1\docker.pid [2020-04-06T18:00:05.090Z] INFO: Nuking d:\CI [2020-04-06T18:00:19.673Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-04-06T18:00:30.054Z] INFO: Zapped successfully [2020-04-06T18:00:30.055Z] [2020-04-06T18:00:30.055Z] INFO: executeCI.ps1 exiting at Mon Apr 6 18:00:27 CUT 2020. Duration 00:50:10.3846600 [2020-04-06T18:00:30.055Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-04-06T18:00:31.648Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-04-06T18:00:32.792Z] Archiving artifacts [2020-04-06T18:00:34.011Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40784/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-04-06T18:00:34.524Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-04-06T18:00:34.891Z] + make clean [2020-04-06T18:00:35.836Z] docker volume rm -f docker-dev-cache [2020-04-06T18:00:35.836Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite (441.34s) [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.94s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-04-06T18:00:52.577Z] docker_cli_external_volume_driver_test.go:53: Daemon daf4ccea4212b is not started [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-04-06T18:00:52.577Z] daemon.go:325: [dc498ef2caa81] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [dc498ef2caa81] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [dc498ef2caa81] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [dc498ef2caa81] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [dc498ef2caa81] exiting daemon [2020-04-06T18:00:52.577Z] daemon.go:448: [dc498ef2caa81] Daemon stopped [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.60s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-04-06T18:00:52.577Z] daemon.go:325: [d18645c3af237] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [d18645c3af237] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [d18645c3af237] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [d18645c3af237] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [d18645c3af237] exiting daemon [2020-04-06T18:00:52.577Z] daemon.go:448: [d18645c3af237] Daemon stopped [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-04-06T18:00:52.577Z] docker_cli_external_volume_driver_test.go:53: Daemon d18e6f3ad2915 is not started [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-04-06T18:00:52.577Z] daemon.go:325: [daafdb7d29728] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [daafdb7d29728] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [daafdb7d29728] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [daafdb7d29728] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [daafdb7d29728] exiting daemon [2020-04-06T18:00:52.577Z] daemon.go:448: [daafdb7d29728] Daemon stopped [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-04-06T18:00:52.577Z] docker_cli_external_volume_driver_test.go:53: Daemon da65001caf5a3 is not started [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-04-06T18:00:52.577Z] docker_cli_external_volume_driver_test.go:53: Daemon da3eb215d53dc is not started [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.57s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-04-06T18:00:52.577Z] daemon.go:325: [dba9a0d540a04] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [dba9a0d540a04] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [dba9a0d540a04] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [dba9a0d540a04] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [dba9a0d540a04] exiting daemon [2020-04-06T18:00:52.577Z] daemon.go:448: [dba9a0d540a04] Daemon stopped [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.64s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-04-06T18:00:52.577Z] daemon.go:325: [d348baac3015b] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [d348baac3015b] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [d348baac3015b] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [d348baac3015b] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [d348baac3015b] exiting daemon [2020-04-06T18:00:52.577Z] daemon.go:448: [d348baac3015b] Daemon stopped [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.83s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-04-06T18:00:52.577Z] daemon.go:325: [d509efb47e753] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [d509efb47e753] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [d509efb47e753] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [d509efb47e753] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [d509efb47e753] exiting daemon [2020-04-06T18:00:52.577Z] daemon.go:448: [d509efb47e753] Daemon stopped [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-04-06T18:00:52.577Z] daemon.go:325: [d10648ed7e7ab] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [d10648ed7e7ab] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [d10648ed7e7ab] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [d10648ed7e7ab] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [d10648ed7e7ab] exiting daemon [2020-04-06T18:00:52.577Z] daemon.go:448: [d10648ed7e7ab] Daemon stopped [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.65s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-04-06T18:00:52.577Z] daemon.go:325: [de21946a5f9b8] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [de21946a5f9b8] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [de21946a5f9b8] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [de21946a5f9b8] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [de21946a5f9b8] exiting daemon [2020-04-06T18:00:52.577Z] daemon.go:448: [de21946a5f9b8] Daemon stopped [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.79s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-04-06T18:00:52.577Z] daemon.go:325: [d87afda806ffb] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [d87afda806ffb] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [d87afda806ffb] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [d87afda806ffb] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [d87afda806ffb] exiting daemon [2020-04-06T18:00:52.577Z] daemon.go:448: [d87afda806ffb] Daemon stopped [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.03s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-04-06T18:00:52.577Z] daemon.go:325: [db9bcee223fe4] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [db9bcee223fe4] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [db9bcee223fe4] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [db9bcee223fe4] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [db9bcee223fe4] exiting daemon [2020-04-06T18:00:52.577Z] daemon.go:448: [db9bcee223fe4] Daemon stopped [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.59s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-04-06T18:00:52.577Z] daemon.go:325: [d2ef13339af50] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [d2ef13339af50] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [d2ef13339af50] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [d2ef13339af50] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [d2ef13339af50] exiting daemon [2020-04-06T18:00:52.577Z] daemon.go:448: [d2ef13339af50] Daemon stopped [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.36s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-04-06T18:00:52.577Z] daemon.go:325: [dfed60ae99103] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [dfed60ae99103] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [dfed60ae99103] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [dfed60ae99103] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [dfed60ae99103] exiting daemon [2020-04-06T18:00:52.577Z] daemon.go:448: [dfed60ae99103] Daemon stopped [2020-04-06T18:00:52.577Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.37s) [2020-04-06T18:00:52.577Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-04-06T18:00:52.577Z] docker_cli_external_volume_driver_test.go:486: Daemon d5d1f7412809c is not started [2020-04-06T18:00:52.577Z] daemon.go:325: [d5d1f7412809c] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:325: [d5d1f7412809c] waiting for daemon to start [2020-04-06T18:00:52.577Z] daemon.go:353: [d5d1f7412809c] daemon started [2020-04-06T18:00:52.577Z] daemon.go:461: [d5d1f7412809c] Stopping daemon [2020-04-06T18:00:52.577Z] daemon.go:296: [d5d1f7412809c] exiting daemon [2020-04-06T18:00:52.578Z] daemon.go:448: [d5d1f7412809c] Daemon stopped [2020-04-06T18:00:52.578Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-04-06T18:00:52.578Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-04-06T18:00:52.578Z] docker_cli_external_volume_driver_test.go:53: Daemon db60f8962ca8d is not started [2020-04-06T18:00:52.578Z] PASS [2020-04-06T18:00:52.578Z] [2020-04-06T18:00:52.578Z] === Skipped [2020-04-06T18:00:52.578Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-04-06T18:00:52.578Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-04-06T18:00:52.578Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-04-06T18:00:52.578Z] requirement.go:26: unmatched requirement IPv6 [2020-04-06T18:00:52.578Z] check_test.go:309: Daemon d2137fca076c6 is not started [2020-04-06T18:00:52.578Z] [2020-04-06T18:00:52.578Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-04-06T18:00:52.578Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-04-06T18:00:52.578Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-04-06T18:00:52.578Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T18:00:52.578Z] check_test.go:309: Daemon d0fed9f56536a is not started [2020-04-06T18:00:52.578Z] [2020-04-06T18:00:52.578Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-04-06T18:00:52.578Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-04-06T18:00:52.578Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-04-06T18:00:52.578Z] requirement.go:26: unmatched requirement Devicemapper [2020-04-06T18:00:52.578Z] check_test.go:309: Daemon d6c6bad95e49a is not started [2020-04-06T18:00:52.578Z] [2020-04-06T18:00:52.578Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-04-06T18:00:52.578Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-04-06T18:00:52.578Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-04-06T18:00:52.578Z] [2020-04-06T18:00:52.578Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-04-06T18:00:52.578Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-04-06T18:00:52.578Z] requirement.go:26: unmatched requirement IPv6 [2020-04-06T18:00:52.578Z] [2020-04-06T18:00:52.578Z] [2020-04-06T18:00:52.578Z] DONE 270 tests, 5 skipped in 2618.206s [2020-04-06T18:00:52.578Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-04-06T18:00:52.578Z] ++++ cat bundles/test-integration/docker.pid [2020-04-06T18:00:52.578Z] +++ kill 6896 [2020-04-06T18:00:52.578Z] umount: bundles/test-integration/root: no mount point specified. [2020-04-06T18:00:52.578Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d809d657fafc2/docker.pid [2020-04-06T18:00:52.578Z] +++ kill 3661 [2020-04-06T18:00:52.578Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 3661 is not a child of this shell [2020-04-06T18:00:52.578Z] warning: PID 3661 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d809d657fafc2/docker.pid had a nonzero exit code [2020-04-06T18:00:52.578Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d809d657fafc2/root: target is busy. [2020-04-06T18:00:52.578Z] +++ /etc/init.d/apparmor stop [2020-04-06T18:00:52.578Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-06T18:00:52.578Z] [2020-04-06T18:00:52.578Z] Unloading profiles will leave already running processes permanently [2020-04-06T18:00:52.578Z] unconfined, which can lead to unexpected situations. [2020-04-06T18:00:52.578Z] [2020-04-06T18:00:52.578Z] To set a process to complain mode, use the command line tool [2020-04-06T18:00:52.578Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-06T18:00:52.578Z] +++ true [2020-04-06T18:00:52.578Z] [2020-04-06T18:00:52.578Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2020-04-06T18:00:52.588Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-04-06T18:00:53.403Z] + echo Ensuring container killed. [2020-04-06T18:00:53.403Z] Ensuring container killed. [2020-04-06T18:00:53.403Z] + docker ps -aq -f name=docker-pr1-* [2020-04-06T18:00:53.403Z] + cids=37fc78ed9395 [2020-04-06T18:00:53.403Z] 381f165f9101 [2020-04-06T18:00:53.403Z] ea33fbd375c5 [2020-04-06T18:00:53.403Z] + [ -n 37fc78ed9395 [2020-04-06T18:00:53.403Z] 381f165f9101 [2020-04-06T18:00:53.403Z] ea33fbd375c5 ] [2020-04-06T18:00:53.403Z] + docker rm -vf 37fc78ed9395 381f165f9101 ea33fbd375c5 [2020-04-06T18:00:56.677Z] 37fc78ed9395 [2020-04-06T18:00:56.677Z] 381f165f9101 [2020-04-06T18:00:56.677Z] ea33fbd375c5 [Pipeline] sh [2020-04-06T18:00:56.966Z] + echo Chowning /workspace to jenkins user [2020-04-06T18:00:56.966Z] Chowning /workspace to jenkins user [2020-04-06T18:00:56.966Z] + id -u [2020-04-06T18:00:56.966Z] + id -g [2020-04-06T18:00:56.966Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40784:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-04-06T18:01:00.535Z] + bundleName=amd64 [2020-04-06T18:01:00.535Z] + echo Creating amd64-bundles.tar.gz [2020-04-06T18:01:00.535Z] Creating amd64-bundles.tar.gz [2020-04-06T18:01:00.535Z] + + xargs tar -czffind amd64-bundles.tar.gz bundles [2020-04-06T18:01:00.535Z] -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-04-06T18:01:01.475Z] Archiving artifacts [2020-04-06T18:01:06.854Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40784/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-04-06T18:01:07.160Z] + make clean [2020-04-06T18:01:07.160Z] docker volume rm -f docker-dev-cache [2020-04-06T18:01:07.418Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [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